@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

/* make sure to set some focus styles for accessibility */

/* root */

:root {
  font-size: 16px;
  --main-color-text_first: #006;
  --main-color-text_second: #092547;
  --main-color-text_third: #143F74;
  --basic-color-text: #333;
  --main-color-button: #FFB600;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-family: Tilda Sans, Onest, sans-serif;
  font-weight: 400;
  color: var(--basic-color-text);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

a {
  text-decoration: none;
  transition: 0.3s ease;
}

button {
  background: none;
  font-family: inherit;
  border: none;
  padding: 0;
}

button p {
  text-transform: uppercase;
}

a, button, a *, button * {
  transition: 0.3s ease-in-out;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  display: inline;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

a:focus {
  outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */


 a:active,
 a:hover {
   outline: 0;
 }


.change-lang ul li:hover {
  cursor: pointer;
}

input {
  border: none;
  outline: none;
}

.active {
  font-weight: 600 !important;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  vertical-align: middle;
  user-select: none;
}

img.no-click {
  pointer-events: none;
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */


/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #143F74; /* насыщенный синий */
  color: #fff;
}

::selection {
  background: #cce1ff;
  color: #092547;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* custom */

.container {
  margin: auto 15.21vw;
}

.appearance {
  opacity: 0;
  transform: translateY(1.39vw);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.appearance.show {
  opacity: 1;
  transform: translateY(0);
}

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0.63vw;
  padding: 0.99vw 2.34vw;
  width: 69.64vw;
  z-index: 30;
  border-radius: 0.83vw;
  background: linear-gradient(247deg, rgba(243, 245, 249, 0.20) 11.06%, rgba(196, 196, 196, 0.20) 100%);
  backdrop-filter: blur(0.42vw);
}

header nav {
  display: flex;
  flex-direction: row;
  gap: 1.405vw;
  align-items: center;
}

header nav a {
  position: relative;
  color: var(--main-color-text_third);
  font-family: Onest;
  font-size: 0.94vw;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}

header nav a span {
  color: var(--main-color-text_third);
  font-weight: 600;
}

.header__stick {
  width: 0.05vw;
  height: 0.94vw;
  display: block;
  background-color: var(--main-color-text_third);
}

header nav a:last-child::after {
  content: none;
}

.header__logo {
  color: var(--main-color-text_first);
  font-family: "Tilda Sans";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.header__logo span {
  color: var(--main-color-button);
}

.header__contant {
  width: 11.93vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.63vw;
  flex-shrink: 0;
}

.header__contant__img {
  width: 2.19vw;
  height: 2.19vw;
  border-radius: 100%;
  background: var(--main-color-text_third);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__contant__img img {
  width: 1.04vw;
  height: 1.04vw;
}

.header__contant__tel {
  color: #000;
  font-family: Onest;
  font-size: 1.15vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.banner {
  position: relative;
  height: 35vw;
  padding: 10.21vw 15.26vw;
  background: url(../imgs/backgrounds/banner_bg.png) 100% / cover no-repeat;
}

.banner__text {
  display: flex;
  flex-direction: column;
  gap: 1.04vw;
}

.banner .banner__text h1 {
  color: var(--main-color-text_first);
  font-family: "Tilda Sans";
  font-size: 3.65vw;
  font-style: normal; 
  font-weight: 900;
  line-height: 110%; 
  text-transform: uppercase;
}

.banner__text p {
  color: #333;
  font-family: "Tilda Sans";
  font-size: 1.67vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.banner__button {
  margin-top: 4.17vw;
  display: inline-flex;
  height: 4.17vw;
  padding: 1.67vw 2.08vw;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0.83vw;
  background: #FFC127;
  box-shadow: 0 0.63vw 2.08vw 0 rgba(54, 0, 13, 0.5);
  transition: 0.3s ease;
}

.banner__button div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.1vw;
}

.banner__button div p {
  color: var(--main-color-text_second);
  font-family: "Tilda Sans";
  font-size: 0.73vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.banner__button div img {
  width: 1.35vw;
  height: 100%;
}

.banner .banner__img {
  position: absolute;
  top: 7.19vw;
  left: 42.45vw;
}

.banner .banner__img img {
  width: 39.53vw;
  height: 27.86vw;
  flex-shrink: 0;
  aspect-ratio: 758.61/502.29;
  filter: drop-shadow(0 0.52vw 0.52vw rgba(0, 0, 0, 0.5));
}

.category {
  background: #FFF;
  position: relative;
  margin: 2.60vw 0 4.17vw 0;
}

.category__wrapper {
  display: grid ;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.04vw;
}

.category__box {
  position: relative;
  height: 13.13vw;
  border-radius: 2.19vw;
  background: #EDEFF2;
  overflow: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(1);
  opacity: 1;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.category__box:hover {
  scale: 0.9;
  opacity: 0.8;
}

.category__box.hidden {
  display: none;
}

.category__box .category__box__text {
  display: block;
  position: relative;
  margin-top: 2.08vw;
  margin-left: 1.72vw;
  width: 9.1vw;
  color: var(--basic-color-text);
  font-family: "Tilda Sans";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 700;
  line-height: 132%; 
  z-index: 10;
}

.category__box__text__description p, .category__box__text__imgs * {
  display: none;
}

.category__box__link {
  left: 1.72vw;
  bottom: 1.98vw;
  position: absolute;
  display: flex;
  width: 2.50vw;
  height: 2.50vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFC127;
}

.category__box__link img {
  width: 1.25vw;
  height: 1.25vw;
  flex-shrink: 0;
}

.category__box__img {
  position: absolute;
  width: 8.33vw;
  height: auto;
  bottom: 0;
  right: 0;
}

.category__box__img img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.category__toggle {
  width: 100%;
  margin-top: 1.56vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category__toggle-btn {
  position: relative;
  color: var(--main-color-text_second);
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Tilda Sans";
  font-size: 0.83vw;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%; 
  transition: 0.3s ease-out;
}

.category__toggle-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--main-color-text_second);
  width: 100%;
  height: 0.05vw;
}

.formblock {
  margin-top: 4.17vw;
  margin-bottom: 2.60vw;
}

.formblock__wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 12.24vw;
  height: 23.85vw;
  border-radius: 1.67vw;
  background: linear-gradient(96deg, #006 -37.62%, #050569 -2.36%, #FFF 97.9%);
  flex-shrink: 0;
}

.formblock__wrapper__content {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 18.96vw;
  padding: 3.13vw 0;
}

.formblock__wrapper__content h4 {
  display: flex;
  height: 2.03vw;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  color: var(--main-color-text_second);
  font-family: "Tilda Sans";
  font-size: 3.13vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.formblock__text__p {
  margin-top: 1.04vw;
  color: var(--main-color-text_second);
  font-family: "Tilda Sans";
  font-size: 1.04vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; 

}

.form__form {
  margin-top: 2.14vw;
  display: flex;
  gap: 1.56vw;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.form__form__inputs {
  display: flex;
  gap: 1.04vw;
  flex-direction: column;
}

.form__form__input {
  display: flex;
  flex-direction: row;
  gap: 1.04vw;
}

.form__form__input input {
  width: 17.24vw;
  height: 3.65vw;
  padding: 1.25vw 1.67vw;
  border-radius: 0.83vw;
  font-size: 0.87vw;
  font-family: Tilda Sans;
  font-weight: 600;
}

.form__form__input input::placeholder {
  font-family: Tilda Sans;
  color: #B3B3BC;
  font-size: 0.87vw;
  font-weight: 400;
}

.form__form__inputs .agreement {
  display: flex;
  flex-direction: row;
  gap: 0.83vw;
}

.form__form__inputs .agreement .input__check {
  width: 1.04vw;
  height: 1.09vw;
  background: #143F74;
  border-radius: 0.21vw;
  border: 0.07vw #14355d solid;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.input__check img {
  width: 0.57vw;
  height: auto;
}

.input__check {
  background: #ccc; 
  transition: 0.2s;
}
.input__check.active {
  background: #143F74; 
}
.input__check img {
  display: none;
}
.input__check.active img {
  display: block;
}

.form__form__inputs .agreement p {
  font-size: 0.83vw;
  color: #000022;
  line-height: 148%; 
}

.form__form button {
  width: 13.65vw;
  height: 3.65vw;
  border-radius: 0.83vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.04vw;
  padding: 1.67vw 2.08vw;
  background: var(--main-color-button);
  transition: 0.3s;
}

.form__form button p {
  color: var(--main-color-text_second);
  font-family: "Tilda Sans";
  font-size: 0.73vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.form__form button img {
  width: 1.09vw;
  height: auto;
}

.formblock__wrapper__imgs {
  position: relative;
}

.formblock__wrapper__imgs img {
  position: absolute;
  pointer-events: none; 
}

.formblock__wrapper__imgs img:nth-child(1) {
  width: 11.56vw;
  height: auto;
  top: 5.26vw;
  left: 3.70vw;
}

.formblock__wrapper__imgs img:nth-child(2) {
  width: auto;
  height: 23.85vw;
  right: 0;
  top: 0;
} 

.slider__sec {
  background: linear-gradient(to bottom right, #FAFCFF 0%, #EBEEF0 100%);
  padding-bottom: 2.60vw;

}

.objects {
  position: relative;
  padding-top: 2.60vw;
}

.objects__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.08vw;
}

.objects__wrapper__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 3.75vw;
}

.objects__wrapper__top h4 {
  font-weight: 500;
  color: #000022;
  font-size: 3.13vw;
}

.objects__wrapper__top__arrows {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.83vw;
}

.objects__wrapper__top__arrows button {
  width: 2.50vw;
  height: 2.50vw;
  background-color: var(--main-color-button);
  border-radius: 50%;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.objects__wrapper__top__arrows button img {
  width: 1.25vw;
  height: auto;
}

.objects__wrapper__top__arrows button:nth-child(1) img {
  rotate: 180deg;
}

.objects__boxs {
  overflow: hidden;
  width: 100%;
  cursor: grab;
}

.objects__track {
  display: flex;
  transition: transform 0.4s ease;
  gap: 0.63vw;
}

.objects__wrapper__top__arrows button {
  width: 2.5vw;
  height: 2.5vw;
  background-color: var(--main-color-button);
  border-radius: 50%;
  transition: 0.3s;
  opacity: 1;
}

.objects__wrapper__top__arrows button.inactive {
  opacity: 0.4;
  pointer-events: none;
}

.objects__box {
  flex: 0 0 auto;
  width: 16.72vw;
  height: 7.60vw;
  background-color: #fff;
  border-radius: 1.61vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.objects__box img {
  width: 12.14vw;
  height: auto;
}

.certificate {
  position: relative;
  padding-top: 5.21vw;
}

.certificate__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.08vw;
}

.certificate h4 {
  font-weight: 500;
  color: #000022;
  font-size: 3.13vw;
}

.certificate__boxs {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 62.66vw;
  margin: 0 auto;
}

.certificate__box__video {
  width: 29.17vw;
  height: 18.75vw;
  border-radius: 1.25vw;
  overflow: hidden;
  position: relative;
}

.certificate__box__video a img {
  width: 100%;
}

.certificate__box__video a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  width: 4.11vw;
  height: 4.11vw;
  background-image: url(../imgs/icons/play__video.png);
  background-size: cover;
}

.certificate__boxs__slider {
  overflow: hidden;
  border-radius: 1.25vw;
  position: relative;
}

.certificate__boxs__sliders {
  display: flex;
  gap: 1.04vw;
  width: 32.50vw;
  height: 20.42vw;
  transition: transform 0.4s ease;
}

.certificate__boxs__slide {
  flex: 0 0 auto;
  width: 15.73vw;
  padding: 0.83vw;
  border-radius: 1.25vw;
  background-color: #FFFFFF;
}

.certificate__box__photo {
  padding: 0.83vw;
}

.certificate__box__photo img {
  width: 12.03vw;
  height: auto;
  cursor: pointer;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: auto;
}

.certificate__boxs__controls {
  position: absolute;
  top: 0;
}

.certificate__boxs__controls .certificate__button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color-button);
  border-radius: 50%;
  width: 2.50vw;
  height: 2.50vw;
  transition: 0.3s;
  top: 8.96vw;;
}

.certificate__button img {
  width: 1.25vw;
  height: 1.25vw;
}

.certificate__button:nth-child(1) img {
  rotate: 180deg;
}

.certificate__boxs__controls .certificate__button__prev {
  left: -3.54vw;
}

.certificate__boxs__controls .certificate__button__next {
  right: -66.2vw;
}

.about__contents {
  margin: 5.21vw 0;
  display: flex;
  flex-direction: column;
  gap: 2.08vw;
}

.about__contents h4 {
  color: #000;
  font-size: 3.13vw;
  font-weight: 500;
}

.about__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.about__content .about__video {
  width: 32.03vw;
  height: 16.93vw;
  border-radius: 1.56vw;
  overflow: hidden;
  position: relative;
}

.about__content .about__video a img {
  width: 100%;
}

.about__content .about__video a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  width: 4.11vw;
  height: 4.11vw;
  background-image: url(../imgs/icons/play__video.png);
  background-size: cover;
}

.about__content .about__video a img {
  width: 100%;
  height: auto;
}

.about__content p {
  width: 34.27vw;
  font-weight: 400;
  color: #000;
  font-size: 0.94vw;
  line-height: 140%;
}

footer {
  position: relative;
  padding: 3.13vw;
  background: #EDEFF2;
  background: linear-gradient(135deg,rgba(237, 239, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

footer .footer_effect  {
  position: absolute;
  height: 100%;
  width: auto;
  right: 0;
  top: 0;
  pointer-events: none; 
}

.footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.08vw;
  align-items: center;
}

.footer__logos {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__logos p {
  font-size: 1.25vw;
  font-weight: 500;
  color: var(--main-color-text_first);
}

.footer__logos .footer__logo {
  height: 3.835vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer__logos .footer__logo p {
  cursor: pointer;
  font-size: 1.98vw;
  font-weight: 800;
  color: var(--main-color-text_first);
  text-transform: uppercase;
}

.footer__logos .footer__logo p span {
  color: var(--main-color-button);
}

.footer__contacts {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.footer__contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.52vw;
}

.footer__contact__img {
  background-color: var(--main-color-text_third);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.19vw;
  height: 2.19vw;
  border-radius: 50%;
}

.footer__contact div a {
  color: var(--basic-color-text);
  font-size: 0.83vw;
  line-height: 120%;
  font-weight: 200;
  display: block;
}

.footer__contact__img img {
  width: 1.20vw;
  height: auto;
}

.footer__contact p {
  font-size: 0.83vw;
  line-height: 120%;
  font-weight: 200;
  color: var(--basic-color-text);
}

.modal { 
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.35s ease, visibility 0.35s ease; 
  z-index: 1000;
}

.modal__form__container {
  overflow-y: auto;
  max-height: 95vh;
  padding: 4.17vw;
  border-radius: 2.22vw;
  background: #FFF;
  box-shadow: 0 0 4.44vw 0 rgba(0, 0, 0, 0.25);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.64vw;
}

.modal__form__container form {
  display: flex;
  flex-direction: column;
  gap: 2.22vw;
}

.modal__form__close {
  right: 1.91vw;
  top: 1.82vw;
  transition: 0.3s;
}

.modal__category_block {
  min-height: 20.44vw;
  max-height: 85vh;
  position: relative;
  border-radius: 2.22vw 2.22vw;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
}

.modal__category_block .btn__close {
    background: var(--main-color-button);
    box-shadow: 0 0.56vw 2.08vw 0 var(--main-color-button), 0 0 2.78vw 0 rgba(255, 255, 255, 0.12) inset;
}

.modal__category_block__text__imgs {
    position: relative;
    display: flex;
    flex-direction: row;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.modal__category_block__text__img {
    width: 100%;
    height: auto;
    flex: 0 0 auto;
}

.modal__category_block__text__img img {
    width: 100%;
    height: auto;
}

.modal__category_block__text__imgs__control {
    display: flex;
    position: absolute;
    bottom: 1.53vw;
    z-index: 2;
    width: 100%;
    justify-content: center;
    gap: 0.72vw;
}

.modal__category_block__text__imgs__control span {
    width: 1.03vw;
    height: 1.03vw;
    background: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.modal__category_block__text__imgs__control span.active {
    background: var(--main-color-button);
}

.modal__category__close {
  top: 4.17vw;
  right: 4.17vw;
}

.modal__category__form {
    background: #000066;
    background: linear-gradient(90deg,rgba(41, 41, 115, 1) 31%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    border-radius: 2.22vw 2.22vw;
    padding: 3.13vw 4.17vw;
    display: flex;
    flex-direction: column;
}

.modal__category__form__texts {
    display: flex;
    flex-direction: column;
    gap: 1.04vw;
}

.modal__category__form__texts p:nth-child(1) {
    font-size: 3.13vw;
    font-weight: 500;
    color: #FFFFFF;
}

.modal__category_block .form__form__inputs .agreement p {
    color: #FFF;
}

.modal__category_block .form__form__input input {
    width: 17.19vw;
}

.modal__category__form__texts p:nth-child(2) {
    font-size: 1.04vw;
    font-weight: 500;
    color: #FFFFFF;
}

.modal__category_block__texts {
  width: 54.17vw;
  margin: 4.86vw 4.17vw;
  display: flex;
  flex-direction: column;
  gap: 4.17vw;
}

.modal__category_block__text__top {
  width: 49.72vw;
  color: var(--basic-color-text);
  font-size: 2.22vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
}

.modal__category_block__text__description {
  color: var(--basic-color-text);
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}

.btn__close {
  cursor: pointer;
  position: absolute;
  display: flex;
  padding: 0.6vw;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  z-index: 10;
  border-radius: 0.83vw;
  background: var(--main-color-text_first);
  box-shadow: 0 0.56vw 2.08vw 0 var(--main-color-text_first), 0 0 2.78vw 0 rgba(255, 255, 255, 0.12) inset;
}

.btn__close img {
  width: 1.67vw;
  height: 1.67vw;
}

.modal__form__text {
  display: flex;
  flex-direction: column;
  gap: 1.67vw;
  width: 29.31vw;
}

.modal__form__text h4 {
  color: var(--basic-color-text);
  font-size: 2.92vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.modal__form__text p {
  color: var(--basic-color-text);
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 300;
  line-height: 148%; 
}

.modal__form__placeholder {
  display: flex;
  flex-direction: column;
  gap: 1.67vw;
}

.modal__form__placeholder input {
  border-radius: 1.11vw;
  background: #F5F5F5;
  display: flex;
  width: 29.17vw;
  height: 5.42vw;
  padding: 2.22vw;
  align-items: center;
  gap: 1.11vw;
  font-size: 0.97vw;
}

.modal__form__placeholder input::placeholder {
  font-family: Tilda Sans, Onest, sans-serif;
  color: #B3B3BC;
  font-size: 0.97vw;
  font-style: normal;
  font-weight: 500;
  line-height: 148%; 
  text-transform: uppercase;
}

.modal__form__action {
  display: flex;
  flex-direction: column;
  gap: 2.22vw;
}

.modal__form__action__check {
  display: flex;
  gap: 1.11vw;
}

.modal__form__action__check .check__input {
  border: 0.07vw var(--main-color-text_first) solid;
  background: #FFF;
  flex-shrink: 0;
  margin-top: 0.28vw;
  cursor: pointer;
}

.check__input.active {
  background: var(--main-color-text_first);
  border-color: var(--main-color-text_first);
}

.modal__form__action__check p {
  color: #292929;
  font-size: 1.11vw;
  font-style: normal;
  font-weight: 300;
  line-height: 148%; 
  width: 26.18vw;
}

.modal__form__action__btn {
  display: flex;
  padding: 2.08vw 11.46vw;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 1.11vw;
  background: var(--main-color-text_first);
  box-shadow: 0 0 2.78vw 0 rgba(255, 255, 255, 0.12) inset;
  transition: 0.3s;
}

.modal__form__action__btn p {
  color: #FFF;
  font-size: 0.97vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.0389vw;
  text-transform: uppercase;
}

.check__input {
  border: 0.07vw var(--main-color-text) solid;
  background: var(--main-color-text);
  border-radius: 0.28vw;
  box-shadow: 0 0 0.35vw 0 rgba(255, 255, 255, 0.08) inset, 0 0.42vw 0.83vw 0 rgba(239, 6, 59, 0.16);
  display: flex;
  justify-content: center;
  width: 1.39vw;
  height: 1.46vw;
  padding: 0.14vw;
  align-items: center;
  gap: 0.56vw;
}

.check__input svg {
  opacity: 1;
  width: 1.11vw;
  height: 1.11vw;
}

.modal__img img {
  position: fixed;
  z-index: 5000;
  width: auto;
  height: auto;
  max-height: 90vh;
  max-width: 86vw;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: top 0.3s;
}

.modal__img img.show {
  top: 50%;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  z-index: 4000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.overlay.show {
  opacity: 1;
  pointer-events: all;
}

.modal__img .overlay__close {
  position: fixed;
  transition: 0.3s;
  z-index: 5000;
  top: 3vw;
  right: -5vw;
  cursor: pointer;
}

.modal__img .overlay__close.show {
  right: 3vw;
}


a:hover, button:hover {
  scale: 0.9;
  opacity: 0.8;
}

/* /custom */

/* media 1100px */

@media (max-width: 1100px) {
  .container {
      margin: auto 5vw;
  }

  header {
    width: 90vw;
    padding: 1.32vw 2.84vw;
    top: 1.03vw;
    border-radius: 1.33vw;
  }

  .header__logo {
    font-size: 1.6vw;
  }

  header nav a {
    font-size: 1.3vw;
  }

  .header__stick {
    height: 1.3vw;
  }

  .header__contant {
    width: 14.93vw;
  }

  .header__contant__img {
    height: 2.91vw;
    width: 2.91vw;
  }

  .header__contant__img img {
    width: 1.3vw;
    height: auto;
  }

  .header__contant__tel {
    font-size: 1.45vw;
  }

  .banner {
    padding: 10.21vw 6.26vw;
  }

  .banner__button div p {
    font-size: 1.23vw;
  }

  .banner__button {
    height: 4.93vw;
    border-radius: 1.03vw;
  }

  .banner__button div img {
    width: 1.23vw;
  }

  .category__box__text {
    font-size: 1.6vw;
  }

  .category__box__link {
    width: 3.2vw;
    height: 3.2vw;
  }

  .category__box__link img {
    width: 1.5vw;
    height: auto;
  }

  .category__toggle-btn {
    font-size: 1.3vw;
  }

  .objects {
    padding-top: 3.20vw;
  }

  .formblock {
    margin-top: 5.17vw;
    margin-bottom: 3.6vw;
  }

  .objects__wrapper__top h4, .certificate h4, .about__contents h4 {
    font-size: 3.33vw;
  }

  .objects__track {
    gap: 1.15vw;
  }

  .objects__box {
    width: 29.25vw;
    height: 11.6vw; 
  }

  .objects__box img {
    width: 16.05vw;
  }

  .formblock__wrapper {
    width: 92vw;
    margin: 0 auto;
    height: 24.85vw;
  }
  
  .formblock__wrapper__content {
    padding: 3.63vw 0;
  }

  .formblock__wrapper__content h4 {
    font-size: 3.7vw;
  }

  .form__form__inputs .agreement .input__check {
    width: 1.44vw;
    height: 1.49vw;
  }

  .input__check img {
    width: 0.7vw;
  }

  .form__form__inputs .agreement p {
    font-size: 1.1vw;
  }

  .form__form__input input {
    width: 19.24vw;
    height: 4.05vw;
    font-size: 1.03vw;
  }

  .form__form__input input::placeholder {
    font-size: 1.03vw;
  }

  .certificate__boxs {
    width: 67.73vw;
  }

  .certificate__box__video {
    width: 31.68vw;
    height: 20.75vw;
    border-radius: 1.55vw;
  }

  .certificate__box__video a::after {
    width: 5.61vw;
    height: 5.61vw;
  }

  .certificate__boxs__sliders {
    width: 35vw;
    height: 22.42vw;
  }

  .certificate__boxs__slide {
    width: 16.91vw;
  }

  .certificate__box__photo img {
    width: 100%;
  }

  .certificate__boxs__controls .certificate__button {
    width: 2.9vw;
    height: 2.9vw;
    top: 9.96vw;
  }

  .certificate__boxs__controls .certificate__button__next {
    left: 68.33vw;
  }

  .about__contents {
    margin: 5.91vw 0;
  }

  .about__content .about__video {
    width: 35.03vw;
    height: auto;
  }

  .about__content .about__video a::after {
    width: 6.11vw;
    height: 6.11vw;
  }

  .about__content p {
    width: 51.27vw;
    font-size: 1.34vw;
  }

  footer {
    padding: 5.13vw;
  }
  
  .footer__wrapper {
    gap: 3.08vw;
  }

  .footer__logos p {
    font-size: 1.4vw;
  }

  .footer__contact {
    gap: 1vw;
  }

  .footer__logos .footer__logo {
    height: 4.4vw;
  }

  .footer__logos .footer__logo p {
    font-size: 2.58vw;
  }

  .footer__contact__img {
    width: 2.75vw;
    height: 2.75vw;
  }

  .footer__contact__img img {
    width: 1.5vw;
  }

  .footer__contact p {
    font-size: 1.1vw;
  }

  .footer__contact div a {
    font-size: 1.1vw;
  }
}

/* /media 1100px */


/* media 768px */
@media (max-width: 768px) {
  header {
    padding: 2.42vw 3.2vw;
  }

  .header__logo {
    font-size: 3.6vw;
  }

  .header__contant {
    width: 32.93vw;
  }

  .header__contant__img {
    height: 4.91vw;
    width: 4.91vw;
  }

  .header__contant__img img {
    width: 1.9vw;
  }

  header nav {
    display: none;
  }

  .header__contant__tel {
    font-size: 3.5vw;
  }

  .banner {
    padding: 14.21vw 5.26vw 3vw 5.26vw;
    height: 53vw;
  }
  
  .banner .banner__text h1 {
    font-size: 5.25vw;
  }

  .banner__text p {
    font-size: 2.97vw;
  }

  .banner__button {
    padding: 2.6vw 7.5vw;
    height: auto;
    border-radius: 1.43vw;
  }

  .banner__button div img {
    width: 2.23vw;
  }

  .banner__button div p {
    font-size: 1.83vw;
  }

  .banner .banner__img {
    top: 12.19vw;
    left: 35.45vw;
  }

  .banner .banner__img img {
    width: 59.53vw;
    height: auto;
  }

  .category {
    margin: 6.77vw 0;
  }

  .category__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.34vw;
  }

  .category__box {
    height: 15.15vw ;
  }

  .category__box .category__box__text {
    width: 100%;
    font-size: 2.45vw;
    margin: 0;
    padding: 3.08vw 3.42vw 0 3.42vw;
  }

  .category__box__link {
    left: 3.42vw;
    width: 4.2vw;
    height: 4.2vw;
  }

  .category__box__link img {
    width: 2.5vw;
  }

  .category__box__img {
    width: auto;
    height: 100%;
  }

  .category__box__img img {
    width: 100%;
    height: 100%;
  }

  .category__toggle {
    margin-top: 3.56vw;
  }

  .category__toggle-btn {
    font-size: 2.5vw;
  }

  .formblock__wrapper {
    height: auto;
    width: 90vw;
    background: linear-gradient(90deg, #101068 0%, #7e84d4 100%);
  }

  .formblock__wrapper__content {
    position: relative;
    padding: 5.03vw;
    left: 0;
  }

  .formblock__wrapper__content h4 {
    color: #dee6ef;
    font-size: 6vw;
    height: auto;
  }

  .formblock__text__p {
    margin-top: 0.3vw;
    color: #dee6ef;
    font-size: 2.74vw;
  }

  .form__form__inputs {
    gap: 2.5vw;
  }

  .form__form__input  {
    flex-direction: column;
  }

  .form__form__input input {
    width: 100%;
    height: auto;
    padding: 2vw;
    font-size: 3vw;
    border-radius: 1.3vw;
  }

  .form__form__input input::placeholder {
    font-size: 3vw;
  }

  .form__form__inputs .agreement {
    gap: 2.1vw;
    align-items: center;
  }

  .form__form__inputs .agreement .input__check {
    width: 4.44vw;
    height: 4.49vw;
    border-radius: 1.42vw;
  }

  .form__form__inputs .agreement p {
    font-size: 2.42vw;
    color: #dee6ef;
  }

  .form__form button {
    width: 100%;
    height: auto;
    padding: 1.98vw ;
    gap: 2vw;
  }

  .form__form button p {
    font-size: 2.73vw;
  }

  .form__form button img {
    width: 2.82vw;
  }

  .input__check img {
    width: 1.7vw;
  }

  .slider__sec {
    padding: 6.77vw 0;
  }

  .objects__wrapper {
    gap: 5vw;
  }

  .objects__wrapper__top {
    height: auto;
  }

  .objects__wrapper__top h4, .certificate h4, .about__contents h4 {
    font-size: 6vw;
  }

  .objects__wrapper__top__arrows {
    gap: 1.53vw ;
  }

  .objects__wrapper__top__arrows button {
    width: 5vw;
    height: 5vw;
  }

  .objects__wrapper__top__arrows button img {
    width: 3.25vw;
  }

  .objects__track {
    gap: 1.5vw;
  }

  .objects__box {
    width: 44.25vw;
    height: 16.6vw;
  }

  .objects__box img {
    width: 20vw;
  }

  .certificate {
    padding-top: 6.2vw;
  }

  .certificate__wrapper {
    gap: 5vw;
  }
  
  .certificate__boxs {
    width: 75vw;
  }

  .certificate__box__video {
    width: 38vw;
    height: auto;
  }

  .certificate__box__video a::after {
    width: 9.61vw;
    height: 9.61vw;
  }

  .certificate__boxs__sliders {
    width: 35vw;
    height: 48.42vw;
  }

  .certificate__boxs__slide {
    width: 35vw;
  }

  .certificate__box__photo {
    padding: 1.53vw;
  }

  .certificate__boxs__controls .certificate__button {
    width: 5vw;
    height: 5vw;
    top: 21.56vw;
  }

  .certificate__button img {
    width: 2.3vw;
    height: auto;
  }

  .certificate__boxs__controls .certificate__button__prev {
    left: -7vw;
  }

  .certificate__boxs__controls .certificate__button__next {
    left: 77vw;
  }

  .about__contents {
    gap: 4vw;
    margin: 7.91vw 0;
  }

  .about__content {
    flex-direction: column;
    gap: 5vw;
  }

  .about__content .about__video {
    width: 50vw;
  }

  .about__content .about__video a::after {
    width: 8.11vw;
    height: 8.11vw;
  }

  .about__content p {
    width: 80vw;
    font-size: 2.43vw;
    text-align: justify;
  }

  .footer__logos {
    gap: 1.42vw;
  }

  .footer__logos p {
    font-size: 2.5vw;
  }

  .footer__logos .footer__logo {
    height: auto
  }

  .footer__logos .footer__logo p {
    font-size: 3.6vw;
  }

  .footer__contacts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3vw;
  }

  .footer__contact__img {
    width: 5vw;
    height: 5vw;
  }

  .footer__contact__img img {
    width: 2.7vw;
  }

  .footer__contact p {
    font-size: 1.7vw;
  }

  .footer__contact div a {
    font-size: 1.7vw;
  }

  .modal__form__container, .modal__category_block {
    width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
  }

  .modal__category_block, .modal__privacy_block {
    padding: 7vw 5vw;
  }

  .modal__category_block__texts, .modal__privacy_block__texts {
    width: 100%;
    max-height: none;
  }
  
  .modal__category_block__texts {
      margin: 0;
      margin-bottom: 4vw;
  }
  
  .modal__category_block__text__imgs__control {
      gap: 3vw;
  }
  
  .modal__category_block__text__imgs__control span {
      width: 2vw;
      height: 2vw;
  }

  .modal__category_block .form__form__input input {
      width: 100%;
  }
  
  .modal__category__form__texts p:nth-child(1) {
      font-size: 5.13vw;
  }
  
  .modal__category__form__texts p:nth-child(2) {
      font-size: 2.44vw;
  }

  .modal__category_block__text__top, .modal__privacy_block__text__top {
    width: 72.66vw;
    font-size: 4.5vw;
  }

  .modal__category_block__text__description, .modal__privacy_block__text__description {
    font-size: 2.5vw;
  }

  .modal__form__text {
    width: 100%;
  }

  .modal__form__close {
    right: 3.82vw;
    top: 3.64vw;
  }

  .btn__close {
    padding: 1.6vw;
    border-radius: 1.2vw;
  }

  .btn__close img {
    width: 3.3vw;
    height: 3.3vw;
  }

  .modal__form__text h4 {
    font-size: 5.82vw;
  }

  .modal__form__text p {
    font-size: 2.8vw;
  }

  .modal__form__placeholder input {
    width: 100%;
    height: 9vw;
    padding: 3vw 4vw;
    font-size: 3vw;
  }

  .modal__form__placeholder input::placeholder {
    color: #8a8a90;
    font-size: 3vw;
  }

  .modal__form__action__check {
    gap: 2vw;
  }

  .modal__form__action__check p {
    width: 100%;
    font-size: 2.8vw;
  }

  .modal__form__action__btn p {
    font-size: 3.1vw;
  }

  .modal__form__action__btn {
    padding: 3.3vw 0;
  }

  .check__input {
    width: 4.9vw;
    height: 4.9vw;
    border-radius: 1vw;
  }

  .check__input svg {
    width: 3.33vw;
    height: 3.33vw;
  }

  .modal__img .overlay__close {
    top: 5vw;
    right: -10vw;
  }
}

/* /media 768px */

