@charset "UTF-8";
/* Обнуляющие стили - Reset CSS */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

/* Документ */
html {
  font-size: 100%; /* 16px по умолчанию */
  height: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  height: 100%;
  min-height: 100%;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Заголовки */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.2;
}

/* Списки */
ol, ul, menu {
  list-style: none;
}

/* Элементы форм */
input, button, textarea, select {
  font: inherit;
  color: inherit;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  cursor: pointer;
  color: inherit;
}

/* Подчеркивание текста */
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/* Медиа элементы */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Таблицы */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Отмена стилей для автозаполнения */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* Устранение лишних отступов у fieldset */
fieldset {
  min-width: 0;
}

/* Доступность при фокусе */
:focus {
  outline: none;
}

/* Устранение синего выделения на моб. устройствах */
a, button, input, textarea {
  -webkit-tap-highlight-color: transparent;
}

/* Скрытие стрелок у number input */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* Улучшенная обработка текста в браузерах */
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  font-family: "Golos Text", sans-serif;
  line-height: 0.1 0.6;
}

/* Улучшение читаемости */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
p {
  font-size: clamp(14px, 0.1851851852vw + 13.3333333333px, 16px);
  color: #575757;
}

/* Пример использования шрифта */
/* Базовые стили для кнопки */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn a {
  width: 100%;
  text-align: center;
}

.btn-orange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-orange a {
  width: 100%;
  text-align: center;
}

.btn-form input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  min-width: 370px;
}
@media (max-width: 450px) {
  .btn-form input {
    min-width: 100%;
  }
}

.btn-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-blue a {
  width: 100%;
  text-align: center;
}

.btn a {
  background: -webkit-gradient(linear, left top, left bottom, from(#0D657A), to(#044D5E));
  background: linear-gradient(180deg, #0D657A 0%, #044D5E 100%);
  color: #F9F9F9;
  font-weight: 600;
  border-radius: 15px;
  padding: 17px 30px 21px 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  transition: transform 0.2s ease, box-shadow 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(4, 77, 94, 0.4);
          box-shadow: 0px 8px 12px 0px rgba(4, 77, 94, 0.4);
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  font-size: 16px;
}
@media (max-width: 650px) {
  .btn a {
    font-size: 16px;
  }
}

.btn-orange a {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF781E), to(#E76E1D));
  background: linear-gradient(180deg, #FF781E 0%, #E76E1D 100%);
  color: #F9F9F9;
  font-weight: 600;
  border-radius: 15px;
  padding: 17px 30px 21px 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  transition: transform 0.2s ease, box-shadow 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(4, 77, 94, 0.4);
          box-shadow: 0px 8px 12px 0px rgba(4, 77, 94, 0.4);
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  font-size: 16px;
}
@media (max-width: 650px) {
  .btn-orange a {
    font-size: 16px;
  }
}

/* Стили для устройств шириной более 1200px */
@media screen and (min-width: 1200px) {
  /* Эффект блика - по аналогии с вашим предыдущим проектом */
  .btn a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* Начинаем за пределами элемента */
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg); /* Наклон блика */
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease; /* Плавная анимация */
    z-index: 1;
  }
  /* Анимация при наведении */
  .btn a:hover:before {
    left: 100%; /* Перемещение блика за правую границу */
  }
  .btn a:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); /* Небольшое поднятие кнопки */
    -webkit-box-shadow: 0px 8px 12px 2px rgba(4, 77, 94, 0.4);
            box-shadow: 0px 8px 12px 2px rgba(4, 77, 94, 0.4);
  }
  .btn-orange a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* Начинаем за пределами элемента */
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg); /* Наклон блика */
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease; /* Плавная анимация */
    z-index: 1;
  }
  /* Анимация при наведении */
  .btn-orange a:hover:before {
    left: 100%; /* Перемещение блика за правую границу */
  }
  .btn-orange a:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); /* Небольшое поднятие кнопки */
    -webkit-box-shadow: 0px 8px 12px 2px rgba(4, 77, 94, 0.4);
            box-shadow: 0px 8px 12px 2px rgba(4, 77, 94, 0.4);
  }
}
/* Эффект при нажатии (active) - работает на всех устройствах */
.btn a:active {
  -webkit-transform: translateY(1px) scale(0.99);
          transform: translateY(1px) scale(0.99);
  -webkit-box-shadow: 0px 5px 12px 0px rgba(4, 77, 94, 0.4);
          box-shadow: 0px 5px 12px 0px rgba(4, 77, 94, 0.4);
  background: -webkit-gradient(linear, left top, left bottom, from(#0D657A), to(#044D5E));
  background: linear-gradient(180deg, #0D657A 0%, #044D5E 100%);
  -webkit-transition: background 0.2s ease, -webkit-transform 0.1s ease;
  transition: background 0.2s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, background 0.2s ease;
  transition: transform 0.1s ease, background 0.2s ease, -webkit-transform 0.1s ease;
}

/* Эффект при нажатии (active) - работает на всех устройствах */
.btn-orange a:active {
  -webkit-transform: translateY(1px) scale(0.99);
          transform: translateY(1px) scale(0.99);
  -webkit-box-shadow: 0px 5px 12px 0px rgba(4, 77, 94, 0.4);
          box-shadow: 0px 5px 12px 0px rgba(4, 77, 94, 0.4);
  background: -webkit-gradient(linear, left top, left bottom, from(#FF781E), to(#E76E1D));
  background: linear-gradient(180deg, #FF781E 0%, #E76E1D 100%);
  -webkit-transition: background 0.2s ease, -webkit-transform 0.1s ease;
  transition: background 0.2s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, background 0.2s ease;
  transition: transform 0.1s ease, background 0.2s ease, -webkit-transform 0.1s ease;
}

.btn-blue a {
  background: linear-gradient(96.51deg, #4BC9F2 22.65%, #4560EF 100%);
  color: white; /* Изменено на белый для лучшей читаемости */
  font-weight: 700;
  border-radius: 15px;
  padding: 16px 30px 17px 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  transition: transform 0.2s ease, box-shadow 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none; /* Убирает подчеркивание ссылки */
  font-size: 18px;
}
@media (max-width: 650px) {
  .btn-blue a {
    font-size: 16px;
  }
}

/* Стили для устройств шириной более 1200px */
@media screen and (min-width: 1200px) {
  /* Эффект блика */
  .btn-blue a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
    z-index: 1;
    pointer-events: none; /* Чтобы блик не мешал кликам */
  }
  /* Анимация при наведении */
  .btn-blue a:hover:before {
    left: 100%;
  }
  .btn-blue a:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0px 6px 15px 0px rgba(75, 201, 242, 0.4);
            box-shadow: 0px 6px 15px 0px rgba(75, 201, 242, 0.4); /* Изменено на синий оттенок */
  }
}
/* Эффект при нажатии (active) - работает на всех устройствах */
.btn-blue a:active {
  -webkit-transform: translateY(1px) scale(0.99);
          transform: translateY(1px) scale(0.99);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(69, 96, 239, 0.3);
          box-shadow: 0px 2px 8px 0px rgba(69, 96, 239, 0.3); /* Изменено на синий оттенок */
  background: linear-gradient(96.51deg, #3CB6DC 22.65%, #3D56DB 100%); /* Слегка темнее для эффекта нажатия */
  -webkit-transition: background 0.2s ease, -webkit-transform 0.1s ease;
  transition: background 0.2s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, background 0.2s ease;
  transition: transform 0.1s ease, background 0.2s ease, -webkit-transform 0.1s ease;
}

.btn-parple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-parple a {
  width: 100%;
  text-align: center;
}

.btn-parple a {
  background: linear-gradient(96.51deg, #E33ECB 22.65%, #C625AF 100%); /* Слегка темнее для эффекта нажатия */
  color: white; /* Изменено на белый для лучшей читаемости */
  font-weight: 700;
  border-radius: 15px;
  padding: 16px 30px 17px 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  transition: transform 0.2s ease, box-shadow 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none; /* Убирает подчеркивание ссылки */
  font-size: 18px;
}
@media (max-width: 650px) {
  .btn-parple a {
    font-size: 16px;
  }
}

/* Стили для устройств шириной более 1200px */
@media screen and (min-width: 1200px) {
  /* Эффект блика */
  .btn-parple a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
    z-index: 1;
    pointer-events: none; /* Чтобы блик не мешал кликам */
  }
  /* Анимация при наведении */
  .btn-parple a:hover:before {
    left: 100%;
  }
  .btn-parple a:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0px 6px 15px 0px rgba(227, 62, 202, 0.231372549);
            box-shadow: 0px 6px 15px 0px rgba(227, 62, 202, 0.231372549); /* Изменено на синий оттенок */
  }
}
/* Эффект при нажатии (active) - работает на всех устройствах */
.btn-parple a:active {
  -webkit-transform: translateY(1px) scale(0.99);
          transform: translateY(1px) scale(0.99);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(69, 96, 239, 0.3);
          box-shadow: 0px 2px 8px 0px rgba(69, 96, 239, 0.3); /* Изменено на синий оттенок */
  background: linear-gradient(96.51deg, #E33ECB 22.65%, #C625AF 100%); /* Слегка темнее для эффекта нажатия */
  -webkit-transition: background 0.2s ease, -webkit-transform 0.1s ease;
  transition: background 0.2s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, background 0.2s ease;
  transition: transform 0.1s ease, background 0.2s ease, -webkit-transform 0.1s ease;
}

.btn-white a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.btn-white a {
  background: #ffffff;
  color: #026AFF; /* Изменено на белый для лучшей читаемости */
  font-weight: 700;
  border-radius: 15px;
  padding: 16px 30px 17px 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  transition: transform 0.2s ease, box-shadow 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none; /* Убирает подчеркивание ссылки */
  font-size: 18px;
}
@media (max-width: 650px) {
  .btn-white a {
    font-size: 16px;
  }
}

.btn-white-two a {
  background: #ffffff;
  color: #CA29B3; /* Изменено на белый для лучшей читаемости */
  font-weight: 700;
  border-radius: 15px;
  padding: 16px 30px 17px 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  transition: transform 0.2s ease, box-shadow 0.3s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.3s ease;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none; /* Убирает подчеркивание ссылки */
  font-size: 18px;
}
@media (max-width: 650px) {
  .btn-white-two a {
    font-size: 16px;
  }
}

/* Стили для устройств шириной более 1200px */
@media screen and (min-width: 1200px) {
  /* Эффект блика */
  .btn-white a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
    z-index: 1;
    pointer-events: none; /* Чтобы блик не мешал кликам */
  }
  /* Анимация при наведении */
  .btn-white a:hover:before {
    left: 100%;
  }
  .btn-white a:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0px 6px 15px 0px rgba(75, 201, 242, 0.4);
            box-shadow: 0px 6px 15px 0px rgba(75, 201, 242, 0.4); /* Изменено на синий оттенок */
  }
}
body {
  background-color: #F9F9F9;
}

/* Эффект при нажатии (active) - работает на всех устройствах */
.btn-white a:active {
  -webkit-transform: translateY(1px) scale(0.99);
          transform: translateY(1px) scale(0.99);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(69, 96, 239, 0.3);
          box-shadow: 0px 2px 8px 0px rgba(69, 96, 239, 0.3); /* Изменено на синий оттенок */
  background: #eeeeee; /* Слегка темнее для эффекта нажатия */
  -webkit-transition: background 0.2s ease, -webkit-transform 0.1s ease;
  transition: background 0.2s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, background 0.2s ease;
  transition: transform 0.1s ease, background 0.2s ease, -webkit-transform 0.1s ease;
}

._container {
  max-width: 1440px;
  padding: 0 60px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1400px) {
  ._container {
    padding: 0 30px;
  }
}
@media (max-width: 1300px) {
  ._container {
    padding: 0 20px;
  }
}

body.lock {
  overflow: hidden;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
body main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

h1 {
  font-size: clamp(36px, 3.1481481481vw + 24.6666666667px, 70px);
  color: #303030;
  letter-spacing: -2px;
  font-weight: 500;
  font-family: "Cormorant Infant", serif;
  line-height: 1.1;
}

h2 {
  font-size: clamp(28px, 2.5925925926vw + 18.6666666667px, 56px);
  color: #303030;
  letter-spacing: -2px;
  font-weight: 500;
  font-family: "Cormorant Infant", serif;
  line-height: 1.1;
}

h3 {
  font-size: clamp(28px, 0.3703703704vw + 26.6666666667px, 32px);
  color: #303030;
  letter-spacing: -2px;
  font-weight: 500;
  font-family: "Cormorant Infant", serif;
  line-height: 1.1;
}

.form .form__btn-submit input {
  cursor: pointer;
}

.form {
  /* Стиль для кастомного чекбокса */
  /* Стиль для отмеченного состояния */
  /* Стиль для галочки */
  /* Стиль для скрытого оригинального чекбокса */
  /* Добавьте этот элемент в HTML для каждого поля ввода */
  /* 
  <div class="form__input">
      <div class="input-shine"></div>
      <input type="text" placeholder="Ваше имя">
  </div>
  */
}
.form .form__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
@media (max-width: 550px) {
  .form .form__rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px;
  }
}
.form .form__rows .form__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 20px;
}
@media (max-width: 550px) {
  .form .form__rows .form__col {
    padding: 0px;
  }
}
.form__input {
  position: relative;
  margin-bottom: 25px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  /* Базовая граница */
  /* Эффект свечения при hover и focus */
  /* Анимация блика */
  /* Эффекты при hover */
  /* Эффекты при focus */
}
@media (max-width: 650px) {
  .form__input {
    margin-bottom: 16px;
  }
}
.form__input:last-child {
  margin-bottom: 0px;
}
.form__input::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid transparent;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#4BC9F2), to(transparent)) border-box;
  background: linear-gradient(to right, #4BC9F2 0%, transparent 100%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
@media (max-width: 650px) {
  .form__input::before {
    border-radius: 13px;
  }
}
.form__input::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: radial-gradient(circle at 30% 50%, rgba(75, 201, 242, 0.08), transparent 60%);
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 0;
}
@media (max-width: 650px) {
  .form__input::after {
    border-radius: 13px;
  }
}
.form__input .input-shine {
  position: absolute;
  top: 0;
  left: -150%;
  width: 80%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.08)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
  pointer-events: none;
}
.form__input input, .form__input textarea {
  padding: 12px 25px 16px 25px;
  color: rgba(0, 15, 95, 0.5);
  position: relative;
  z-index: 2;
  background: transparent;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 650px) {
  .form__input input, .form__input textarea {
    padding: 9px 20px 13px 20px;
    font-size: 16px;
  }
}
.form__input input::-webkit-input-placeholder, .form__input textarea::-webkit-input-placeholder {
  color: rgba(0, 15, 95, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__input input::-moz-placeholder, .form__input textarea::-moz-placeholder {
  color: rgba(0, 15, 95, 0.5);
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__input input:-ms-input-placeholder, .form__input textarea:-ms-input-placeholder {
  color: rgba(0, 15, 95, 0.5);
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__input input::-ms-input-placeholder, .form__input textarea::-ms-input-placeholder {
  color: rgba(0, 15, 95, 0.5);
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__input input::placeholder, .form__input textarea::placeholder {
  color: rgba(0, 15, 95, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form__input textarea {
  height: 140px;
  resize: none;
}
.form__input:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.form__input:hover::before {
  background: -webkit-gradient(linear, left top, right top, from(#4BC9F2), to(rgba(75, 201, 242, 0.4))) border-box;
  background: linear-gradient(to right, #4BC9F2 0%, rgba(75, 201, 242, 0.4) 100%) border-box;
}
.form__input:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.form__input:hover .input-shine {
  left: 150%;
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.form__input:hover input, .form__input:hover textarea {
  color: rgba(0, 15, 95, 0.7);
}
.form__input:hover input::-webkit-input-placeholder, .form__input:hover textarea::-webkit-input-placeholder {
  color: rgba(0, 15, 95, 0.6);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.form__input:hover input::-moz-placeholder, .form__input:hover textarea::-moz-placeholder {
  color: rgba(0, 15, 95, 0.6);
  transform: translateX(5px);
}
.form__input:hover input:-ms-input-placeholder, .form__input:hover textarea:-ms-input-placeholder {
  color: rgba(0, 15, 95, 0.6);
  transform: translateX(5px);
}
.form__input:hover input::-ms-input-placeholder, .form__input:hover textarea::-ms-input-placeholder {
  color: rgba(0, 15, 95, 0.6);
  transform: translateX(5px);
}
.form__input:hover input::placeholder, .form__input:hover textarea::placeholder {
  color: rgba(0, 15, 95, 0.6);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.form__input:has(input:focus) {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.form__input:has(input:focus)::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #4BC9F2), color-stop(90%, #C5F770)) border-box;
  background: linear-gradient(to right, #4BC9F2 10%, #C5F770 90%) border-box;
  border-color: transparent;
}
.form__input:has(input:focus)::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: radial-gradient(circle at 30% 50%, rgba(75, 201, 242, 0.12), transparent 70%);
  -webkit-box-shadow: 0 5px 15px rgba(75, 201, 242, 0.15);
          box-shadow: 0 5px 15px rgba(75, 201, 242, 0.15);
}
.form__input:has(input:focus) input, .form__input:has(input:focus) textarea {
  color: rgba(255, 255, 255, 0.9);
}
.form__input:has(input:focus) input::-webkit-input-placeholder, .form__input:has(input:focus) textarea::-webkit-input-placeholder {
  opacity: 0.8;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.form__input:has(input:focus) input::-moz-placeholder, .form__input:has(input:focus) textarea::-moz-placeholder {
  opacity: 0.8;
  transform: translateX(10px);
}
.form__input:has(input:focus) input:-ms-input-placeholder, .form__input:has(input:focus) textarea:-ms-input-placeholder {
  opacity: 0.8;
  transform: translateX(10px);
}
.form__input:has(input:focus) input::-ms-input-placeholder, .form__input:has(input:focus) textarea::-ms-input-placeholder {
  opacity: 0.8;
  transform: translateX(10px);
}
.form__input:has(input:focus) input::placeholder, .form__input:has(input:focus) textarea::placeholder {
  opacity: 0.8;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.form .checkbox-global__checkbox {
  position: relative;
  display: inline-block;
  width: 26px;
  min-width: 26px;
  height: 26px;
  border-radius: 6px;
  border: 1px solid #4BC9F2;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.form .checkbox-global__checkbox.checked {
  background-color: #4BC9F2;
  border-color: #4BC9F2;
}
.form .checkbox-global__checkbox.checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
}
.form .checkbox-global__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form__checkbox-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 290px;
  margin-top: 30px;
}
@media (max-width: 650px) {
  .form__checkbox-global {
    max-width: 100%;
    margin-top: 16px;
  }
}
.form__image {
  max-width: 335px;
  margin: -70px -60px 0 auto;
}
.form__image img {
  width: 300px;
  height: 232px;
}
@media (max-width: 650px) {
  .form__image {
    margin: 0px -55px 0 auto;
  }
}
.form .form__row-last {
  position: relative;
}
.form .form__btn-submit input {
  width: 330px;
  height: 250px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
@media (max-width: 650px) {
  .form .form__btn-submit input {
    width: 290px;
    height: 210px;
    top: 45px;
  }
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 1000;
}

.popup .text-form {
  color: #000;
}

.popup .text-form a {
  color: #EA210D;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.popup__area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 10px;
  background: rgba(0, 0, 0, 0.85);
}

.popup__content {
  position: relative;
  border-radius: 20px;
  width: 100%;
  max-width: 860px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  padding: 30px 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAEAEA), color-stop(16.17%, #F9F9F9));
  background: linear-gradient(180deg, #EAEAEA 0%, #F9F9F9 16.17%);
}
.popup__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: 20px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), color-stop(65%, transparent)) border-box;
  background: linear-gradient(to bottom, #F1F1F1 0%, transparent 65%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

@media (max-width: 650px) {
  .popup__content {
    padding: 16px 20px;
  }
}
@media (max-width: 650px) {
  .popup__content {
    border-radius: 24px;
  }
}
.popup .popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

@media (max-width: 650px) {
  .popup .popup__close {
    top: 14px;
    right: 14px;
  }
}
@media (min-width: 1200px) {
  .popup .popup__close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.popup .popup__close svg {
  width: 30px;
  height: 30px;
}

@media (max-width: 650px) {
  .popup .popup__close svg {
    width: 24px;
    height: 24px;
  }
}
.popup .popup__title {
  font-weight: 600;
  color: #030516;
  font-size: clamp(24px, 2.2222222222vw + 16px, 48px);
  line-height: 1.2;
  color: #303030;
  margin-right: 40px;
  font-family: "Cormorant Infant";
  max-width: 530px;
}

.popup .popup-desp {
  color: #575757;
  font-size: clamp(12px, 0.3703703704vw + 10.6666666667px, 16px);
  line-height: 1.3;
  margin-bottom: 40px;
  margin-top: 0px;
  max-width: 550px;
}

@media (max-width: 991px) {
  .popup .popup-desp {
    margin-top: 0px;
    margin-bottom: 24px;
  }
}
.nav-button-global {
  width: 54px;
  height: 54px;
  border: none;
  background: transparent;
  border-radius: 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(48, 48, 48, 0.1019607843);
  box-shadow: 0px 8px 12px 0px rgba(48, 48, 48, 0.1019607843);
  background: -webkit-gradient(linear, left top, left bottom, from(#EAEAEA), color-stop(70.21%, #F9F9F9));
  background: linear-gradient(180deg, #EAEAEA 0%, #F9F9F9 70.21%);
  position: relative;
}
@media (max-width: 650px) {
  .nav-button-global {
    width: 50px;
    height: 50px;
  }
}

.swiper-button-disabled {
  opacity: 0.6;
  cursor: no-drop;
}

.nav-button-global::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), color-stop(65%, transparent)) border-box;
  background: linear-gradient(to bottom, #F1F1F1 0%, transparent 65%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

.border-orange {
  position: relative;
  padding: 0 0 40px 0;
}
@media (max-width: 650px) {
  .border-orange {
    padding: 0 0 30px 0;
  }
}
.border-orange::before {
  content: "";
  position: absolute;
  left: 0;
  width: 200px;
  height: 1px;
  bottom: 20px;
  background-color: #FF781E;
}
@media (max-width: 650px) {
  .border-orange::before {
    bottom: 15px;
  }
}

.border-blue {
  position: relative;
  padding: 0 0 40px 0;
}
@media (max-width: 650px) {
  .border-blue {
    padding: 0 0 30px 0;
  }
}
.border-blue::before {
  content: "";
  position: absolute;
  left: 0;
  width: 200px;
  height: 1px;
  bottom: 20px;
  background-color: #0D657A;
}
@media (max-width: 650px) {
  .border-blue::before {
    bottom: 15px;
  }
}

.popup .contact-form {
  background: none;
  padding: 0;
  border-radius: 0px;
}
.popup .contact-form__row--full {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.popup .contact-form__row {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.popup .contact-form__row .form-field:last-child {
  -ms-grid-column-span: 2;
  grid-column: 2 span;
}
.popup .form-field__textarea, .popup .file-upload, .popup .form-field__input {
  background: #E6EDEF;
}
.popup .form-field__input {
  border: 2px solid rgba(255, 255, 255, 0);
}
.popup .form-field__textarea:focus {
  border-color: #0D657A;
  background: #F9F9F9;
}
.popup .form-field__textarea:not(:-moz-placeholder-shown) + .form-field__label {
  color: #0D657A;
  background: #F9F9F9;
}
.popup .form-field__textarea:not(:-ms-input-placeholder) + .form-field__label {
  color: #0D657A;
  background: #F9F9F9;
}
.popup .form-field__textarea:focus + .form-field__label, .popup .form-field__textarea:not(:placeholder-shown) + .form-field__label {
  color: #0D657A;
  background: #F9F9F9;
}
.popup .file-upload {
  border: 1px dashed #E6EDEF;
}
.popup .form-field__input:not(:-moz-placeholder-shown) + .form-field__label {
  color: #0D657A;
  background: #F9F9F9;
}
.popup .form-field__input:not(:-ms-input-placeholder) + .form-field__label {
  color: #0D657A;
  background: #F9F9F9;
}
.popup .form-field__input:focus + .form-field__label, .popup .form-field__input:not(:placeholder-shown) + .form-field__label {
  color: #0D657A;
  background: #F9F9F9;
}
.popup .file-upload__title {
  color: #888888;
}
.popup .file-upload__subtitle {
  color: #888888;
}
.popup .file-upload:hover {
  border-color: #0D657A;
}
.popup .form-field__input:focus {
  border-color: #0D657A;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.popup .submit-btn {
  min-width: 320px;
}
@media (max-width: 650px) {
  .popup .popup .contact-form__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 650px) {
  .popup .contact-form__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .popup .contact-form__row .form-field:last-child {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }
}
@media (max-width: 650px) {
  .popup .form-field__textarea {
    min-height: 160px;
  }
}

#popup_2 .contact-form__row.contact-form__row-two .form-field:last-child {
  -ms-grid-column-span: 2;
  grid-column: 2 span;
}
#popup_2 .contact-form__row {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
#popup_2 .contact-form__row .form-field:last-child {
  -ms-grid-column-span: 1;
  grid-column: 1 span;
}
#popup_2 .popup__title-two {
  color: #303030;
  font-family: "Cormorant Infant";
  margin-bottom: 10px;
  font-size: clamp(20px, 1.1111111111vw + 16px, 32px);
}
@media (max-width: 650px) {
  #popup_2 .popup__title-two {
    margin-bottom: 5px;
  }
}
#popup_2 .popup-desp {
  margin-bottom: 24px;
}
@media (max-width: 650px) {
  #popup_2 .popup-desp {
    margin-bottom: 12px;
  }
}
#popup_2 .popup-desp__two ul {
  margin: 0 0 20px 20px;
}
#popup_2 .popup-desp__two ul li {
  list-style: disc;
  margin-bottom: 5px;
  color: #575757;
  font-size: 16px;
}
@media (max-width: 650px) {
  #popup_2 .popup-desp__two ul li {
    font-size: 14px;
  }
}
#popup_2 .checkboxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  #popup_2 .contact-form__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #popup_2 .contact-form__row.contact-form__row-two .form-field:last-child {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }
  #popup_2 .dropdown-menu {
    max-height: 140px;
  }
}

body.lock {
  overflow: hidden;
}

.header {
  position: fixed;
  width: 100%;
  background-color: #F9F9F9;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 15px 0;
  /* Анимация для активного состояния */
  /* Стили для активного состояния меню */
}
@media (max-width: 991px) {
  .header {
    padding: 10px 0;
  }
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  position: relative;
  z-index: 3;
}
.header__logo img {
  max-width: 195px;
}
.header .info-header__burger {
  position: relative;
  width: 35px;
  height: 30px;
  -webkit-transform: translate(0, 10.5px);
          transform: translate(0, 10.5px);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 600px) {
  .header .info-header__burger {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@media (min-width: 1300px) {
  .header .info-header__burger {
    display: none;
  }
}
.header .info-header__burger span {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #044D5E;
  border-radius: 2px;
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.header .info-header__burger span:first-child {
  top: 0%;
  left: 0%;
}
.header .info-header__burger span:nth-child(2) {
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .info-header__burger span:last-child {
  top: 100%;
  left: 0%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header .info-header__burger._active {
  -webkit-transform: translate(0, 10.5px) rotate(180deg);
          transform: translate(0, 10.5px) rotate(180deg);
}
@media (max-width: 600px) {
  .header .info-header__burger._active {
    -webkit-transform: translate(0, 0px) rotate(180deg);
            transform: translate(0, 0px) rotate(180deg);
  }
}
.header .info-header__burger._active span:first-child {
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.header .info-header__burger._active span:nth-child(2) {
  width: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.header .info-header__burger._active span:last-child {
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.header__nav ul li a {
  color: #575757;
  font-size: 16px;
}
@media (max-width: 991px) {
  .header__nav ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .header__nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background-color: #F9F9F9;
    z-index: 2;
    padding: 100px 20px 40px 20px;
    opacity: 0;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 650px) {
  .header__nav ul {
    gap: 25px;
  }
}
@media (max-width: 1300px) {
  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header__nav ul a {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.header__nav ul ul {
  display: block;
}
@media (max-width: 1300px) {
  .header__nav a {
    font-size: 18px;
  }
  .header__nav .dragon__content li {
    position: relative;
    margin-bottom: 0px !important;
    padding: 12px 0;
  }
  .header__nav .dragon__content li:first-child {
    padding: 0 0 12px 0;
  }
  .header__nav .dragon__content li:last-child {
    padding: 12px 0 0 0;
  }
  .header__nav .dragon__content li:last-child::before {
    content: "";
    display: none;
  }
  .header__nav .dragon__content li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(48, 48, 48, 0.2);
    bottom: 0;
    left: 0;
  }
  .header__nav .dragon__content a {
    font-size: 16px;
    position: relative;
  }
}
@media (min-width: 1300px) {
  .header__nav {
    /* Базовые стили для навигационного меню */
    /* Стиль для первого элемента подчеркивания с эффектом параллакса */
    /* Дополнительный элемент для эффекта параллакса */
    /* Анимация при наведении */
    /* Стили для текущего активного пункта меню (если нужно) */
    /* Дополнительный эффект при наведении для выпадающих меню */
    /* Медиа-запрос для устройств больше 1200px */
  }
  .header__nav ul li {
    position: relative;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .header__nav ul li a {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    text-decoration: none;
    overflow: hidden;
  }
  .header__nav ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0D657A;
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
  }
  .header__nav ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0D657A;
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; /* Небольшая задержка для эффекта параллакса */
    z-index: 0;
  }
  .header__nav ul li a:hover:after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header__nav ul li a:hover:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header__nav ul li.active a:after,
  .header__nav ul li.active a:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header__nav .dragon > a:hover:after,
  .header__nav .dragon > a:hover:before {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
}
@media screen and (min-width: 1300px) and (min-width: 1200px) {
  .header__nav {
    /* Более плавные анимации для больших экранов */
    /* Изменение цвета текста при наведении */
    /* Дополнительный эффект свечения для больших экранов */
  }
  .header__nav ul li a:after,
  .header__nav ul li a:before {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header__nav ul li a:hover {
    color: #0D657A;
  }
  .header__nav ul li a:hover:after {
    -webkit-box-shadow: 0 0 6px rgba(13, 100, 122, 0.3411764706);
            box-shadow: 0 0 6px rgba(13, 100, 122, 0.3411764706);
  }
}
.header .header__img {
  display: none;
}
@media (max-width: 1300px) {
  .header .header__img {
    display: block;
    position: absolute;
    bottom: -50px;
    right: 0px;
  }
}
@media (max-width: 650px) {
  .header .header__img {
    bottom: 175px;
  }
  .header .header__img img {
    max-width: 330px;
  }
}
@media (max-width: 1300px) {
  .header__nav._active {
    left: 0;
    opacity: 1;
    /* Анимация сетки на фоне */
  }
  .header__nav._active::before {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 1300px) {
  .header__actions {
    gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__btn {
  position: relative;
  z-index: 3;
}
@media (max-width: 600px) {
  .header__btn {
    display: none;
  }
}
.header .header__btn-mob {
  display: none;
}
@media (max-width: 650px) {
  .header .header__btn-mob {
    display: block;
    margin-top: 30px;
  }
}

.dragon {
  position: relative;
}
.dragon__menu {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (min-width: 1300px) {
  .dragon__menu {
    position: absolute;
    top: 0;
    left: -24px;
    padding: 50px 0 0 0;
  }
}
.dragon__menu .dragon__content {
  -webkit-box-shadow: 0px 8px 12px 0px rgba(48, 48, 48, 0.1019607843);
          box-shadow: 0px 8px 12px 0px rgba(48, 48, 48, 0.1019607843);
  background: -webkit-gradient(linear, left top, left bottom, from(#EAEAEA), color-stop(70.21%, #F9F9F9));
  background: linear-gradient(180deg, #EAEAEA 0%, #F9F9F9 70.21%);
  padding: 18px 24px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-width: 240px;
}
.dragon__menu .dragon__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(#0D657A), color-stop(65%, transparent)) border-box;
  background: linear-gradient(to top, #0D657A 0%, transparent 65%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}
.dragon__menu .dragon__content li {
  margin-bottom: 12px;
}
.dragon__menu .dragon__content li:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1300px) {
  .dragon__menu .dragon__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 1300px) {
  .dragon__menu {
    max-height: 0px;
  }
}
@media (min-width: 1200px) {
  .dragon a {
    white-space: nowrap;
  }
  .dragon:hover svg {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .dragon:hover .dragon__menu {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    pointer-events: all;
  }
}
.dragon__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.dragon__cont {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}
@media (max-width: 1300px) {
  .dragon__cont:first-child {
    margin-top: 0px;
  }
}
@media (max-width: 1300px) {
  .dragon__cont {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.dragon .dragon__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1300px) {
  .dragon .dragon__row {
    max-width: 600px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dragon .dragon__row svg {
    min-width: 16px !important;
  }
}
.dragon .dragon__row svg {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  min-width: 10px;
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
}
.dragon .dragon__row svg path {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  stroke: #575757;
}
@media (min-width: 1200px) {
  .dragon:hover .dragon__row svg {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .dragon:hover .dragon__row svg path {
    stroke: #0D657A;
  }
}
.dragon__text {
  font-weight: 700;
  margin-bottom: 10px;
}
.dragon__text p {
  color: #FBFBFB;
}
@media (min-width: 1300px) {
  .dragon__text p {
    white-space: nowrap;
  }
}

@media (max-width: 1300px) {
  li.dragon._active .dragon__row a {
    color: #0D657A;
    text-shadow: 1px 0px 0px #0D657A;
  }
  li.dragon._active .dragon__row svg path {
    stroke: #0D657A;
  }
  li.dragon._active .dragon__menu {
    max-height: 600px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    pointer-events: all;
    margin-top: 15px;
  }
}
.header__nav ul {
  position: relative;
  z-index: 2;
}