@charset "UTF-8";
body {
  position: relative;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #FFFFFF;
  background: #060606;
}

ul,
ol,
li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.25;
}

address {
  margin: 0;
}

p {
  margin: 0;
}

a {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
a:active {
  color: #FFFFFF;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

picture {
  display: block;
}

img {
  max-width: 100%;
}

svg {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.container {
  margin: 0 auto;
  padding: 0 1.3888888889vw;
  max-width: 51.6666666667vw;
  width: 100%;
}
.container--md {
  max-width: 61.1111111111vw;
}
@media screen and (max-width: 1023px) {
  .container {
    max-width: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .container {
    padding: 0 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .container {
    padding: 0 1.3333333333vw;
  }
}

.scroll-fixed {
  -webkit-transition: all 0.25s ease-in-out, margin 0s;
  transition: all 0.25s ease-in-out, margin 0s;
}

.scroll-disabled {
  overflow: hidden;
}

.swiper {
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media screen and (min-width: 744px) {
  .swiper:not(.swiper-only-mobile):not(.swiper-initialized) {
    opacity: 0;
  }
  .swiper:not(.swiper-only-mobile).swiper-initialized {
    opacity: 1;
  }
}
@media screen and (max-width: 743px) {
  .swiper:not(.swiper-only-desktop):not(.swiper-initialized) {
    opacity: 0;
  }
  .swiper:not(.swiper-only-desktop).swiper-initialized {
    opacity: 1;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.swiper-button-next, .swiper-button-prev {
  margin: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.btn {
  display: block;
  padding: 1.1284722222vw 0.8333333333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.0833333333vw;
  font-weight: normal;
  text-align: center;
  color: #34363E;
  background: #F0F0F0;
  border: none;
  border-radius: 200px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn:focus {
  outline: none;
}
@media screen and (hover: hover) {
  .btn:hover {
    background: #FFFFFF;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .btn {
    padding: 2.1841397849vw 1.6129032258vw;
    font-size: 4.0322580645vw;
  }
}
@media screen and (max-width: 743px) {
  .btn {
    padding: 3.141025641vw 2.5641025641vw;
    font-size: 5.1282051282vw;
  }
}

.input-field__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}
.input-field__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 0 0 1.0416666667vw;
  width: 100%;
  font-size: 1.6666666667vw;
  font-weight: normal;
  line-height: 1.2083333333;
  letter-spacing: -0.02em;
  text-align: left;
  color: #FFFFFF;
  background: transparent;
  border: none;
  border-bottom: 0.0694444444vw solid #ABABAB;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.input-field__input::-webkit-input-placeholder {
  opacity: 1;
  color: #ABABAB;
}
.input-field__input::-moz-placeholder {
  opacity: 1;
  color: #ABABAB;
}
.input-field__input:-ms-input-placeholder {
  opacity: 1;
  color: #ABABAB;
}
.input-field__input::-ms-input-placeholder {
  opacity: 1;
  color: #ABABAB;
}
.input-field__input::placeholder {
  opacity: 1;
  color: #ABABAB;
}
.input-field__input:focus {
  outline: none;
  border-color: #FFFFFF;
}
@media screen and (hover: hover) {
  .input-field__input:hover {
    border-color: #FFFFFF;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .input-field__input {
    padding: 0 0 2.0161290323vw;
    font-size: 3.2258064516vw;
    border-bottom-width: 0.1344086022vw;
  }
}
@media screen and (max-width: 743px) {
  .input-field__input {
    padding: 0 0 4vw;
    font-size: 5.3333333333vw;
    line-height: 1.2;
    border-bottom-width: 0.2666666667vw;
  }
}

.btn-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.btn-checkbox__input {
  display: none;
}
.btn-checkbox__input:checked ~ .btn-checkbox__group {
  background: #3770FF;
}
.btn-checkbox__input:checked ~ .btn-checkbox__group .btn-checkbox__help {
  color: #FFFFFF;
}
.btn-checkbox__input[disabled] ~ .btn-checkbox__group {
  opacity: 0.4;
}
.btn-checkbox__input[disabled] ~ .btn-checkbox__group .btn-checkbox__input {
  pointer-events: none;
}
.btn-checkbox__group {
  display: block;
  margin: 0;
  padding: 0.9027777778vw 1.0416666667vw 1.5972222222vw 1.5277777778vw;
  width: 100%;
  color: #FFFFFF;
  background: #1A1A1E;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (hover: hover) {
  .btn-checkbox__group:hover {
    background: #25252A;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .btn-checkbox__group {
    padding: 1.747311828vw 2.0161290323vw 3.0913978495vw 2.9569892473vw;
  }
}
@media screen and (max-width: 743px) {
  .btn-checkbox__group {
    padding: 3.4666666667vw 4vw 6.1333333333vw 5.8666666667vw;
  }
}
.btn-checkbox__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6666666667vw;
  font-weight: bold;
  line-height: 1.3333333333;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .btn-checkbox__title {
    font-size: 3.2258064516vw;
  }
}
@media screen and (max-width: 743px) {
  .btn-checkbox__title {
    font-size: 6.4vw;
  }
}
.btn-checkbox__help {
  display: block;
  margin-top: 0.4166666667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9722222222vw;
  font-weight: normal;
  letter-spacing: -0.03em;
  color: #ABABAB;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .btn-checkbox__help {
    margin-top: 0.8064516129vw;
    font-size: 1.8817204301vw;
  }
}
@media screen and (max-width: 743px) {
  .btn-checkbox__help {
    margin-top: 1.6vw;
    font-size: 3.7333333333vw;
  }
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  pointer-events: none;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.0833333333vw 1.3888888889vw 0;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .header__wrapper {
    padding: 5.7795698925vw 5.7795698925vw 0;
  }
}
@media screen and (max-width: 743px) {
  .header__wrapper {
    padding: 15.4666666667vw 5.3333333333vw 0;
  }
}
.header__logo {
  position: relative;
  display: inline-block;
  /* Ширина/высота под вашу иконку */
  margin-bottom: 2.0138888889vw;
  min-width: 5.9722222222vw;
  width: 5.9722222222vw;
  height: 1.8055555556vw;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  /* Устанавливам SVG как маску: 
      всё, что внутри (фон/дочерние блоки), 
      будет “пробиваться” сквозь форму иконки */
  -webkit-mask-image: url("../img/logotype-black.svg");
          mask-image: url("../img/logotype-black.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  /* Обязательно скрываем всё, что выпирает за края иконки */
  overflow: hidden;
}
.header__logo::before {
  content: "";
  position: absolute;
  top: -20.4861111111vw;
  left: -31.875vw;
  z-index: -2;
  width: 79.0972222222vw;
  height: 79.0972222222vw;
  background: conic-gradient(from 133.73deg at 50% 50%, #000000 -40.29deg, #F9F8F7 25.2deg, #FF0000 120.6deg, #FFFFFF 175.58deg, #CCBCFF 257.67deg, #EEEAF5 295.41deg, #000000 319.71deg, #F9F8F7 385.2deg);
  -webkit-filter: blur(33px);
          filter: blur(33px);
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: spin 10500ms linear infinite;
          animation: spin 10500ms linear infinite;
  border-radius: 50%;
}
.header__logotype {
  display: block;
  margin-bottom: 2.0138888889vw;
  min-width: 5.9722222222vw;
  width: 5.9722222222vw;
  height: 1.8055555556vw;
  pointer-events: auto;
}
.header__logotype img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .header__logotype {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .header__logotype {
    min-width: 13.5752688172vw;
    width: 13.5752688172vw;
    height: 4.1666666667vw;
  }
}
@media screen and (max-width: 743px) {
  .header__logotype {
    min-width: 26.9333333333vw;
    width: 26.9333333333vw;
    height: 8.2666666667vw;
  }
}
.header__btn {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 0.2777777778vw 0.5555555556vw 0.4166666667vw;
  min-width: 6.25vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1805555556vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  color: #000000;
  background: transparent;
  border: none;
  border-radius: 0.6944444444vw;
  -webkit-box-shadow: inset 0px 0px 8.24984px rgba(255, 255, 255, 0.55);
          box-shadow: inset 0px 0px 8.24984px rgba(255, 255, 255, 0.55);
  pointer-events: auto;
}
.header__btn::before {
  content: "";
  position: absolute;
  top: -20.4861111111vw;
  left: -31.875vw;
  z-index: -2;
  width: 79.0972222222vw;
  height: 79.0972222222vw;
  background: conic-gradient(from 133.73deg at 50% 50%, #000000 -40.29deg, #F9F8F7 25.2deg, #FF0000 120.6deg, #FFFFFF 175.58deg, #CCBCFF 257.67deg, #EEEAF5 295.41deg, #000000 319.71deg, #F9F8F7 385.2deg);
  -webkit-filter: blur(33px);
          filter: blur(33px);
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: spin 10500ms linear infinite;
          animation: spin 10500ms linear infinite;
  border-radius: 50%;
}
.header__btn:hover {
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .header__btn {
    display: none;
  }
}

@-webkit-keyframes spin {
  /* 0%  – 14.286% (первые 1.5 с) — поворот 0 → 180deg */
  0%, 14.286% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  14.286% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  /* 14.286% – 28.571% (следующие 1.5 с) — пауза на 180deg */
  28.571% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  /* 28.571% – 42.857% (еще 1.5 с) — поворот 180 → 360deg */
  42.857% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  /* 42.857% – 100% (последние 6 сек) — пауза на 360deg */
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes spin {
  /* 0%  – 14.286% (первые 1.5 с) — поворот 0 → 180deg */
  0%, 14.286% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  14.286% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  /* 14.286% – 28.571% (следующие 1.5 с) — пауза на 180deg */
  28.571% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  /* 28.571% – 42.857% (еще 1.5 с) — поворот 180 → 360deg */
  42.857% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  /* 42.857% – 100% (последние 6 сек) — пауза на 360deg */
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
/* Чтобы анимация собралась внутри foreignObject */
.logo-gradient {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.nav--fixed {
  position: fixed;
  top: 5.9027777778vw;
  left: 1.3888888889vw;
  z-index: 10;
  isolation: isolate;
  mix-blend-mode: difference;
}
@media screen and (max-width: 1023px) {
  .nav--fixed {
    display: none;
  }
}
.nav__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.nav__item + .nav__item {
  margin-top: -0.0694444444vw;
}
.nav__item + .nav__item:last-child .nav__link {
  padding-bottom: 0.4166666667vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .nav__item + .nav__item {
    margin-top: -0.2083333333vw;
  }
}
@media screen and (max-width: 743px) {
  .nav__item + .nav__item {
    margin-top: -0.1388888889vw;
  }
}
.nav__link {
  display: block;
  padding: 0.3125vw 0.625vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1805555556vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  color: #FFFFFF;
  pointer-events: auto;
}
.nav__link:hover {
  color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .nav__link {
    margin: 0 auto;
  }
  .nav__link--accent {
    color: #FFFFFF;
    background: linear-gradient(93deg, rgba(200, 207, 223, 0) 7.09%, #3770FF 36.29%, #C8CFDF 93.1%), #000;
    border: none;
    -webkit-box-shadow: 0px 0px 28.981px 0px rgba(255, 255, 255, 0.55) inset;
            box-shadow: 0px 0px 28.981px 0px rgba(255, 255, 255, 0.55) inset;
  }
  .nav__link--accent:hover {
    color: #FFFFFF;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .nav__link {
    padding: 1.6129032258vw 4.1666666667vw 2.4193548387vw;
    font-size: 8.064516129vw;
    border-width: 0.4032258065vw;
    border-radius: 4.8387096774vw;
  }
  .nav__link--accent {
    padding: 1.8817204301vw 4.1666666667vw 2.9569892473vw;
  }
}
@media screen and (max-width: 743px) {
  .nav__link {
    padding: 1.6vw 4.8vw 2.6666666667vw;
    font-size: 9.6vw;
    border-width: 0.5333333333vw;
    border-radius: 5.6vw;
  }
  .nav__link--accent {
    padding: 1.8666666667vw 4.8vw 3.4666666667vw;
  }
}
.nav__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
}
.nav__bg > svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .nav__bg {
    display: none;
  }
}

.hamburger {
  position: absolute;
  top: 2.4305555556vw;
  right: 1.3888888889vw;
  z-index: 1;
  display: block;
  padding: 0;
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  font-size: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: auto;
}
.hamburger:focus {
  outline: none;
}
.hamburger.is--active .hamburger__inner {
  -webkit-transition: left 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out 0.25s;
  transition: left 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out 0.25s;
  transition: left 0.25s ease-in-out, transform 0.25s ease-in-out 0.25s;
  transition: left 0.25s ease-in-out, transform 0.25s ease-in-out 0.25s, -webkit-transform 0.25s ease-in-out 0.25s;
}
.hamburger.is--active .hamburger__inner:first-child {
  left: 1.0763888889vw;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger.is--active .hamburger__inner:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.hamburger.is--active .hamburger__inner:last-child {
  left: 1.0763888889vw;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .hamburger {
    top: 4.7043010753vw;
    right: 2.688172043vw;
    width: 4.3010752688vw;
    height: 4.3010752688vw;
  }
  .hamburger.is--active .hamburger__inner:first-child {
    left: 2.0833333333vw;
  }
  .hamburger.is--active .hamburger__inner:last-child {
    left: 2.0833333333vw;
  }
}
@media screen and (max-width: 743px) {
  .hamburger {
    top: 16.5333333333vw;
    right: 5.3333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .hamburger.is--active .hamburger__inner:first-child {
    left: 4.1333333333vw;
  }
  .hamburger.is--active .hamburger__inner:last-child {
    left: 4.1333333333vw;
  }
}
.hamburger__inner {
  position: absolute;
  z-index: 1;
  top: 0;
  display: block;
  width: 0.0694444444vw;
  height: 2.2222222222vw;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: left 0.25s ease-in-out 0.25s, -webkit-transform 0.25s ease-in-out;
  transition: left 0.25s ease-in-out 0.25s, -webkit-transform 0.25s ease-in-out;
  transition: left 0.25s ease-in-out 0.25s, transform 0.25s ease-in-out;
  transition: left 0.25s ease-in-out 0.25s, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.hamburger__inner:first-child {
  left: 0.4513888889vw;
}
.hamburger__inner:nth-child(2) {
  left: 1.0763888889vw;
  -webkit-transition: opacity 0.25s ease-in-out 0.25s;
  transition: opacity 0.25s ease-in-out 0.25s;
}
.hamburger__inner:last-child {
  left: 1.25vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .hamburger__inner {
    width: 0.1344086022vw;
    height: 4.3010752688vw;
  }
  .hamburger__inner:first-child {
    left: 0.873655914vw;
  }
  .hamburger__inner:nth-child(2) {
    left: 2.0833333333vw;
  }
  .hamburger__inner:last-child {
    left: 3.2930107527vw;
  }
}
@media screen and (max-width: 743px) {
  .hamburger__inner {
    width: 0.2666666667vw;
    height: 8.5333333333vw;
  }
  .hamburger__inner:first-child {
    left: 1.7333333333vw;
  }
  .hamburger__inner:nth-child(2) {
    left: 4.1333333333vw;
  }
  .hamburger__inner:last-child {
    left: 6.5333333333vw;
  }
}

.footer {
  margin-top: 6.9444444444vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer {
    margin-top: 6.7204301075vw;
  }
}
@media screen and (max-width: 743px) {
  .footer {
    margin-top: 26.6666666667vw;
  }
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.8055555556vw 2.0138888889vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer__wrap {
    padding: 0 2.688172043vw 5.376344086vw;
  }
}
@media screen and (max-width: 743px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5.3333333333vw;
    padding: 0 8vw 13.3333333333vw;
  }
}
.footer__value {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.0416666667vw;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
.footer__value > img {
  display: inline-block;
  margin-bottom: 0.0694444444vw;
  min-width: 0.9722222222vw;
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__value a {
  display: inline;
  color: #FFFFFF;
  border-bottom: 0.0694444444vw solid #FFFFFF;
}
.footer__value a:hover {
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .footer__value a:hover {
    opacity: 0.7;
  }
}
.footer__value[href]:hover {
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .footer__value[href]:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1023px) {
  .footer__value > span {
    display: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .footer__value {
    font-size: 2.0161290323vw;
  }
  .footer__value > img {
    margin-bottom: 0.1344086022vw;
    min-width: 1.8817204301vw;
    width: 1.8817204301vw;
    height: 1.8817204301vw;
  }
  .footer__value a {
    border-bottom-width: 0.1344086022vw;
  }
}
@media screen and (max-width: 743px) {
  .footer__value {
    font-size: 4vw;
  }
  .footer__value > img {
    margin-bottom: 0.2666666667vw;
    min-width: 3.7333333333vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .footer__value a {
    border-bottom-width: 0.2666666667vw;
  }
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  max-height: 100dvh;
  background: #060606;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.menu.is--active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 0.15s ease 0.55s;
  transition: all 0.15s ease 0.55s;
}
.menu.is--active .menu__wrap {
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out 0.35s;
  transition: all 0.25s ease-in-out 0.35s;
}
@media screen and (min-width: 1024px) {
  .menu {
    display: none;
  }
}
.menu__wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100dvh;
  opacity: 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.menu__wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.4166666667vw;
  z-index: -1;
  display: block;
  width: 91.3888888889vw;
  height: 33.8888888889vw;
  background-image: url(../img/menu-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .menu__wrap::before {
    left: 0.8064516129vw;
    width: 176.8817204301vw;
    height: 65.5913978495vw;
  }
}
@media screen and (max-width: 743px) {
  .menu__wrap::before {
    left: -12vw;
    width: 237.3333333333vw;
    height: 88vw;
  }
}
.menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.9583333333vw 1.3888888889vw 0;
  width: 100%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .menu__top {
    padding: 4.7043010753vw 5.7795698925vw 0;
  }
}
@media screen and (max-width: 743px) {
  .menu__top {
    padding: 11.2vw 5.3333333333vw 0;
  }
}
.menu__language {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.9166666667vw;
  font-weight: 200;
  letter-spacing: -0.0875vw;
  color: #B0B0B0;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .menu__language {
    font-size: 5.6451612903vw;
    letter-spacing: -0.1693548387vw;
  }
}
@media screen and (max-width: 743px) {
  .menu__language {
    font-size: 11.2vw;
    letter-spacing: -0.336vw;
  }
}
.menu__close {
  display: block;
  padding: 0;
  min-width: 2.2222222222vw;
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  font-size: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.menu__close > svg {
  min-width: 2.2222222222vw;
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  color: rgba(255, 255, 255, 0.7);
}
.menu__close:focus {
  outline: none;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .menu__close {
    min-width: 4.3010752688vw;
    width: 4.3010752688vw;
    height: 4.3010752688vw;
  }
  .menu__close > svg {
    min-width: 4.3010752688vw;
    width: 4.3010752688vw;
    height: 4.3010752688vw;
  }
}
@media screen and (max-width: 743px) {
  .menu__close {
    min-width: 8.5333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .menu__close > svg {
    min-width: 8.5333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.menu__main {
  padding: 6.7361111111vw 0;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .menu__main {
    padding: 13.0376344086vw 0;
  }
}
@media screen and (max-width: 743px) {
  .menu__main {
    padding: 15.7333333333vw 0;
  }
}
.menu__nav {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.menu__bottom {
  padding: 0 1.3888888889vw 7.5vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .menu__bottom {
    padding: 0 2.688172043vw 14.5161290323vw;
  }
}
@media screen and (max-width: 743px) {
  .menu__bottom {
    padding: 0 5.3333333333vw 18.1333333333vw;
  }
}
.menu__copyright {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3888888889vw;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-align: center;
  color: #4D4D4D;
}
.menu__copyright > img {
  display: inline-block;
  margin-bottom: 0.2083333333vw;
  min-width: 1.1111111111vw;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu__copyright a {
  display: inline;
  color: #4D4D4D;
  border-bottom: 0.0694444444vw solid #4D4D4D;
}
.menu__copyright a:hover {
  color: #4D4D4D;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .menu__copyright {
    font-size: 2.688172043vw;
  }
  .menu__copyright > img {
    margin-bottom: 0.4032258065vw;
    min-width: 2.1505376344vw;
    width: 2.1505376344vw;
    height: 2.1505376344vw;
  }
  .menu__copyright a {
    border-bottom-width: 0.1344086022vw;
  }
}
@media screen and (max-width: 743px) {
  .menu__copyright {
    font-size: 5.3333333333vw;
  }
  .menu__copyright > img {
    margin-bottom: 0.8vw;
    min-width: 4.2666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .menu__copyright a {
    border-bottom-width: 0.2666666667vw;
  }
}

.tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2777777778vw;
  margin-bottom: 2.2222222222vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .tabs__list {
    gap: 0.5376344086vw;
    margin-bottom: 6.0483870968vw;
  }
}
@media screen and (max-width: 743px) {
  .tabs__list {
    gap: 1.0666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.tabs__item.is--active .tabs__tab {
  background: #1C1C1C;
}
.tabs__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625vw;
  padding: 0.9027777778vw 1.5277777778vw 1.1111111111vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1805555556vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  background: transparent;
  border: 0.0694444444vw solid #1C1C1C;
  border-radius: 0.9722222222vw;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.tabs__tab:focus {
  outline: none;
}
.tabs__tab:hover {
  color: #FFFFFF;
}
.tabs__tab > span {
  color: #4D4D4D;
}
@media screen and (hover: hover) {
  .tabs__tab:hover {
    background: #1C1C1C;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .tabs__tab {
    gap: 1.2096774194vw;
    padding: 1.747311828vw 2.9569892473vw 2.1505376344vw;
    font-size: 2.2849462366vw;
    border-width: 0.1344086022vw;
    border-radius: 1.8817204301vw;
  }
}
@media screen and (max-width: 743px) {
  .tabs__tab {
    gap: 2.4vw;
    padding: 2.6666666667vw 4.2666666667vw 3.4666666667vw;
    font-size: 4.5333333333vw;
    border-width: 0.2666666667vw;
    border-radius: 3.7333333333vw;
  }
}
.tabs__holder {
  display: none;
}
.tabs__holder.is--active {
  display: block;
}

.wrapper {
  position: relative;
  z-index: 1;
}
.wrapper__top {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1;
}
.wrapper__main {
  position: sticky;
  top: 0;
  z-index: 2;
}
.wrapper__bottom {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #060606;
}

.content {
  font-size: 1.25vw;
  font-weight: normal;
  letter-spacing: -0.0375vw;
}
.content > * {
  margin-bottom: 1.6666666667vw;
}
.content > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .content {
    font-size: 2.4193548387vw;
    letter-spacing: -0.0725806452vw;
  }
  .content > * {
    margin-bottom: 3.2258064516vw;
  }
}
@media screen and (max-width: 743px) {
  .content {
    font-size: 4.8vw;
    letter-spacing: -0.144vw;
  }
  .content > * {
    margin-bottom: 6.4vw;
  }
}

.main-promo__wrapper {
  position: relative;
  z-index: 1;
}
.main-promo__media {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 42.7083333333vw;
  background: #060606;
}
.main-promo__media video, .main-promo__media img {
  display: block;
  min-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-promo__media {
    height: 124.0591397849vw;
  }
}
@media screen and (max-width: 743px) {
  .main-promo__media {
    height: 174.6666666667vw;
  }
}
.main-promo__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 0.3472222222vw;
}
.main-promo__progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(66.06%, #F70000), to(#FF366F));
  background: linear-gradient(90deg, #F70000 66.06%, #FF366F 100%);
  border-radius: 0 0.3472222222vw 0.3472222222vw 0;
}
.main-promo__additional {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.4166666667vw;
}
@media screen and (min-width: 1024px) {
  .main-promo__additional {
    right: 2.0833333333vw;
    bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-promo__additional {
    top: 16.2634408602vw;
    left: 5.9139784946vw;
    gap: 0.8064516129vw;
  }
}
@media screen and (max-width: 743px) {
  .main-promo__additional {
    bottom: 7.4666666667vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    gap: 1.6vw;
  }
}
.main-promo__additional-item {
  display: block;
  overflow: hidden;
  padding: 0.1388888889vw;
  min-width: 3.8194444444vw;
  width: 3.8194444444vw;
  height: 3.8194444444vw;
  border: 0.0694444444vw solid #FFFFFF;
  border-radius: 50%;
}
.main-promo__additional-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-promo__additional-item {
    padding: 0.2688172043vw;
    min-width: 7.3924731183vw;
    width: 7.3924731183vw;
    height: 7.3924731183vw;
  }
}
@media screen and (max-width: 743px) {
  .main-promo__additional-item {
    padding: 0.5333333333vw;
    min-width: 14.6666666667vw;
    width: 14.6666666667vw;
    height: 14.6666666667vw;
  }
}
.main-promo__voice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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: 0;
  min-width: 2.9861111111vw;
  width: 2.9861111111vw;
  height: 2.9861111111vw;
  background: transparent;
  border: none;
  border-radius: 0;
}
.main-promo__voice:focus {
  outline: none;
}
.main-promo__voice.visible .main-promo__voice-icon--default {
  opacity: 1;
}
.main-promo__voice.visible .main-promo__voice-icon--mute {
  opacity: 0;
}
@media screen and (hover: hover) {
  .main-promo__voice:hover > svg {
    color: #FFFFFF;
  }
}
.main-promo__voice-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 2.9861111111vw;
  width: 2.9861111111vw;
  height: 2.9861111111vw;
  color: #969696;
}
.main-promo__voice-icon--default {
  opacity: 0;
}

.main-about {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 4.0277777778vw 0;
  min-height: 126.6666666667vw;
  background: #E80230;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-about {
    min-height: 368.0107526882vw;
  }
}
@media screen and (max-width: 743px) {
  .main-about {
    min-height: 445.3333333333vw;
  }
}
.main-about__title {
  position: sticky;
  top: 4.0277777778vw;
  z-index: 1;
  display: block;
  margin: 0 auto;
  width: 59.4444444444vw;
  height: 13.6805555556vw;
}
.main-about__title img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-about__title img.active {
  display: block;
}
.main-about__title img:nth-child(2) {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
}
.main-about__title img:nth-child(3) {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.main-about__title img:nth-child(4) {
  -webkit-transform: scale(1.75);
      -ms-transform: scale(1.75);
          transform: scale(1.75);
}
.main-about__title img:nth-child(5) {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
}
.main-about__title img:nth-child(6) {
  -webkit-transform: scale(2.25);
      -ms-transform: scale(2.25);
          transform: scale(2.25);
}

.main-news {
  margin-top: 3.8194444444vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-news {
    margin-top: 7.3924731183vw;
  }
}
@media screen and (max-width: 743px) {
  .main-news {
    margin-top: 2.6666666667vw;
  }
}
.main-news__item {
  position: relative;
  z-index: 1;
  width: 100%;
}
.main-news__item + .main-news__item {
  margin-top: 7.6388888889vw;
}
.main-news__item + .main-news__item::before {
  content: "";
  position: absolute;
  top: -3.8194444444vw;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 0.0694444444vw;
  background: rgba(255, 255, 255, 0.07);
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-news__item + .main-news__item {
    margin-top: 14.7849462366vw;
  }
  .main-news__item + .main-news__item::before {
    top: -7.3924731183vw;
    height: 0.1344086022vw;
  }
}
@media screen and (max-width: 743px) {
  .main-news__item + .main-news__item {
    margin-top: 4.2666666667vw;
  }
  .main-news__item + .main-news__item::before {
    top: -2.1333333333vw;
    height: 0.2666666667vw;
  }
}

.main-news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.8194444444vw 0;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-news-card {
    padding: 7.3924731183vw 0;
  }
}
@media screen and (max-width: 743px) {
  .main-news-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 14.6666666667vw 0;
  }
}
.main-news-card__icon {
  margin-bottom: 2.2222222222vw;
  min-width: 2.5vw;
  width: 2.5vw;
  height: 2.5vw;
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-news-card__icon {
    margin-bottom: 4.3010752688vw;
    min-width: 4.8387096774vw;
    width: 4.8387096774vw;
    height: 4.8387096774vw;
  }
}
@media screen and (max-width: 743px) {
  .main-news-card__icon {
    margin-bottom: 5.8666666667vw;
    min-width: 9.6vw;
    width: 9.6vw;
    height: 9.6vw;
  }
}
.main-news-card__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.9444444444vw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
}
.main-news-card__title b, .main-news-card__title strong {
  font-weight: 300;
  border-bottom: 0.0694444444vw solid #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-news-card__title {
    font-size: 3.7634408602vw;
  }
  .main-news-card__title b, .main-news-card__title strong {
    border-bottom-width: 0.1344086022vw;
  }
}
@media screen and (max-width: 743px) {
  .main-news-card__title {
    font-size: 6.4vw;
    letter-spacing: -0.04em;
  }
  .main-news-card__title b, .main-news-card__title strong {
    border: none;
  }
}
.main-news-card__heading {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.9166666667vw;
  font-weight: 300;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-news-card__heading {
    font-size: 5.6451612903vw;
  }
}
@media screen and (max-width: 743px) {
  .main-news-card__heading {
    font-size: 8.5333333333vw;
    letter-spacing: -0.04em;
  }
}
.main-news-card__reactions {
  margin-top: 2.2222222222vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-news-card__reactions {
    margin-top: 4.3010752688vw;
  }
}
@media screen and (max-width: 743px) {
  .main-news-card__reactions {
    margin-top: 5.3333333333vw;
  }
}
.main-news-card__img {
  display: block;
  overflow: hidden;
  margin-left: 2.0833333333vw;
  min-width: 11.8055555556vw;
  width: 11.8055555556vw;
  height: 6.5277777778vw;
  border-radius: 1.25vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-news-card__img {
    margin-left: 4.0322580645vw;
    min-width: 22.8494623656vw;
    width: 22.8494623656vw;
    height: 12.6344086022vw;
    border-radius: 2.4193548387vw;
  }
}
@media screen and (max-width: 743px) {
  .main-news-card__img {
    margin-top: -1.0666666667vw;
    margin-left: auto;
    min-width: 30.9333333333vw;
    width: 30.9333333333vw;
    height: 17.0666666667vw;
    border-radius: 3.2vw;
  }
}

.main-stories__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-stories__item {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 1.25vw;
}
.main-stories__item::before {
  content: "";
  display: block;
  padding-top: 177.3%;
}
.main-stories__item--circle {
  border-radius: 50%;
}
.main-stories__item--circle::before {
  padding-top: 100%;
}
.main-stories__item--square::before {
  padding-top: 100%;
}
.main-stories__item > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  min-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .main-stories__item {
    width: calc(50% - 0.2777777778vw);
  }
  .main-stories__item:nth-child(2n) {
    margin-left: 0.5555555556vw;
  }
  .main-stories__item:nth-child(n+3) {
    margin-top: 3.8194444444vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-stories__item {
    width: calc(50% - 0.5376344086vw);
    border-radius: 2.4193548387vw;
  }
  .main-stories__item:nth-child(2n) {
    margin-left: 1.0752688172vw;
  }
  .main-stories__item:nth-child(n+3) {
    margin-top: 7.3924731183vw;
  }
  .main-stories__item--circle {
    border-radius: 50%;
  }
}
@media screen and (max-width: 743px) {
  .main-stories__item {
    width: calc(50% - 1.0666666667vw);
    border-radius: 4.8vw;
  }
  .main-stories__item:nth-child(2n) {
    margin-left: 2.1333333333vw;
  }
  .main-stories__item:nth-child(n+3) {
    margin-top: 10.6666666667vw;
  }
  .main-stories__item--circle {
    border-radius: 50%;
  }
}

.main-projects {
  padding-top: 8.6111111111vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-projects {
    padding-top: 16.6666666667vw;
  }
}
@media screen and (max-width: 743px) {
  .main-projects {
    padding-top: 14.6666666667vw;
  }
}
.main-projects__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.main-projects__item + .main-projects__item {
  margin-top: 5.2083333333vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-projects__item + .main-projects__item {
    margin-top: 10.0806451613vw;
  }
}
@media screen and (max-width: 743px) {
  .main-projects__item + .main-projects__item {
    margin-top: 14.6666666667vw;
  }
}
.main-projects__card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 1024px) {
  .main-projects__card {
    width: calc(50% - 0.2777777778vw);
  }
  .main-projects__card:nth-child(2n) {
    margin-left: 0.5555555556vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-projects__card {
    width: calc(50% - 0.5376344086vw);
  }
  .main-projects__card:nth-child(2n) {
    margin-left: 1.0752688172vw;
  }
}
@media screen and (max-width: 743px) {
  .main-projects__card {
    width: calc(50% - 0.6666666667vw);
  }
  .main-projects__card:nth-child(2n) {
    margin-left: 1.3333333333vw;
  }
}

.main-projects-card__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .main-projects-card__images .main-projects-card__img {
    width: calc(50% - 0.2777777778vw);
  }
  .main-projects-card__images .main-projects-card__img:nth-child(2n) {
    margin-left: 0.5555555556vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-projects-card__images .main-projects-card__img {
    width: calc(50% - 0.5376344086vw);
  }
  .main-projects-card__images .main-projects-card__img:nth-child(2n) {
    margin-left: 1.0752688172vw;
  }
}
@media screen and (max-width: 743px) {
  .main-projects-card__images .main-projects-card__img {
    width: calc(50% - 0.6666666667vw);
  }
  .main-projects-card__images .main-projects-card__img:nth-child(2n) {
    margin-left: 1.3333333333vw;
  }
}
.main-projects-card__img {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 25.625vw;
  border-radius: 1.9444444444vw;
}
.main-projects-card__img video,
.main-projects-card__img img {
  display: block;
  min-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-projects-card__img--vr {
  height: 41.3194444444vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-projects-card__img {
    height: 49.5967741935vw;
    border-radius: 3.7634408602vw;
  }
  .main-projects-card__img--vr {
    height: 79.9731182796vw;
  }
}
@media screen and (max-width: 743px) {
  .main-projects-card__img {
    height: 52.5333333333vw;
    border-radius: 4.8vw;
  }
  .main-projects-card__img--vr {
    height: 84.5333333333vw;
  }
}
.main-projects-card__body {
  padding: 0.6944444444vw 1.1111111111vw 0;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-projects-card__body {
    padding: 1.3440860215vw 2.1505376344vw 0;
  }
}
@media screen and (max-width: 743px) {
  .main-projects-card__body {
    padding: 1.6vw 2.1333333333vw 0;
  }
}
.main-projects-card__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3888888889vw;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-projects-card__title {
    font-size: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .main-projects-card__title {
    font-size: 3.7333333333vw;
    line-height: 1.2142857143;
  }
}

.about {
  pointer-events: none;
}
.about__wrap {
  min-height: 1000px;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about__wrap {
    margin-top: -24.4623655914vw;
  }
}
@media screen and (max-width: 743px) {
  .about__wrap {
    margin-top: -38.9333333333vw;
  }
}
.about__body {
  position: relative;
  z-index: 1;
  height: 100dvh;
  min-height: 56.9444444444vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about__body {
    min-height: 146.5053763441vw;
  }
}
@media screen and (max-width: 743px) {
  .about__body {
    min-height: 216.5333333333vw;
  }
}
.about__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  margin: 0 auto;
  max-width: 51.3888888889vw;
  width: 100%;
  font-size: 3.2638888889vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.1631944444vw;
  text-align: center;
  color: #808080;
  pointer-events: auto;
}
.about__heading > span {
  color: #F2F2F2;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about__heading {
    top: auto;
    bottom: 16.1290322581vw;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    max-width: 71.5053763441vw;
    font-size: 4.8387096774vw;
    letter-spacing: -0.2419354839vw;
  }
}
@media screen and (max-width: 743px) {
  .about__heading {
    top: auto;
    bottom: 5.3333333333vw;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    max-width: 89.0666666667vw;
    font-size: 7.4666666667vw;
    letter-spacing: -0.3733333333vw;
  }
}
.about__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  overflow: hidden;
  width: 67.5694444444vw;
  height: 44.6527777778vw;
}
.about__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about__bg {
    width: 130.7795698925vw;
    height: 86.4247311828vw;
  }
}
@media screen and (max-width: 743px) {
  .about__bg {
    width: 131.7333333333vw;
    height: 86.9333333333vw;
  }
}
.about__list-item {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .about__list-item:first-child {
    top: 31.5972222222vw;
    left: calc(50% - 8.2986111111vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:first-child .about-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__list-item:nth-child(2) {
    top: 69.5833333333vw;
    left: calc(50% - 18.3680555556vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(2) .about-card__ava {
    margin-top: 6.5277777778vw;
  }
  .about__list-item:nth-child(2) .about-card__body {
    color: #FFFFFF;
    background: #3770FF;
  }
  .about__list-item:nth-child(2) .about-card__text span {
    color: #40FB78;
  }
  .about__list-item:nth-child(3) {
    top: 68.5416666667vw;
    left: calc(50% + 33.9583333333vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(3) .about-card__ava {
    margin-top: 11.5972222222vw;
  }
  .about__list-item:nth-child(3) .about-card__body {
    max-width: 13.1944444444vw;
    min-width: 13.1944444444vw;
    color: #FFFFFF;
    background: #2E2E2E;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about__list-item:first-child {
    top: 7.3924731183vw;
    left: calc(50% - 0.9408602151vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(2) {
    top: 93.5483870968vw;
    left: calc(50% - 29.7043010753vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(3) {
    top: 41.935483871vw;
    left: calc(50% + 33.3333333333vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 743px) {
  .about__list-item:first-child {
    top: 23.4666666667vw;
    left: calc(50% - 8.8vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(2) {
    top: 135.2vw;
    left: calc(50% - 28.2666666667vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(3) {
    top: 91.7333333333vw;
    left: calc(50% + 32.8vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.about__extra-content {
  position: absolute;
  top: 100%; /* изначально сразу под секцией */
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); /* без отрицательного Y, пока скрыт */
  width: 90%;
  max-width: 800px;
  padding: 20px;
  background: white;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: 0; /* невидим */
  pointer-events: none; /* не кликабельный, пока скрыт */
  z-index: 10;
  -webkit-transition: none;
  transition: none;
}

.about-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.1111111111vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: auto;
}
@media screen and (max-width: 1023px) {
  .about-card {
    gap: 0;
  }
}
.about-card__ava {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  max-width: 7.8472222222vw;
  min-width: 7.8472222222vw;
  border-radius: 50%;
}
.about-card__ava::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.about-card__ava img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (hover: hover) {
  .about-card__ava:hover ~ .about-card__body {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about-card__ava {
    max-width: 15.188172043vw;
    min-width: 15.188172043vw;
  }
}
@media screen and (max-width: 743px) {
  .about-card__ava {
    max-width: 15.2vw;
    min-width: 15.2vw;
  }
}
.about-card__body {
  overflow: hidden;
  padding: 0.6944444444vw 0.8333333333vw;
  max-width: 16.5277777778vw;
  min-width: 16.5277777778vw;
  color: #000000;
  background: #FFFFFF;
  border-radius: 1.25vw;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .about-card__body {
    display: none;
  }
}
.about-card__img {
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 0.8333333333vw;
}
.about-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-card__img + .about-card__text, .about-card__text + .about-card__img {
  margin-top: 0.2777777778vw;
}
.about-card__text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1805555556vw;
  font-weight: 500;
  line-height: 1.1176470588;
  letter-spacing: -0.0236111111vw;
}
.about-card__text > b, .about-card__text strong {
  font-weight: bold;
}
.services {
  position: relative;
  z-index: 1;
}
.services--indent-top {
  padding: 14.8611111111vw 0;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .services--indent-top {
    padding: 28.2258064516vw 0;
  }
}
@media screen and (max-width: 743px) {
  .services--indent-top {
    padding: 34.6666666667vw 0;
  }
}
.services__item + .services__item {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .services__item + .services__item {
    margin-top: 8.064516129vw;
  }
}
@media screen and (max-width: 743px) {
  .services__item + .services__item {
    margin-top: 8vw;
  }
}
.services__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100svh;
}
.services__bg-item {
  display: block;
  overflow: hidden;
  width: 36.1111111111vw;
  height: 25.1388888889vw;
}
.services__bg-item video {
  display: block;
  min-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .services__bg-item {
    width: 69.8924731183vw;
    height: 48.6559139785vw;
  }
}
@media screen and (max-width: 743px) {
  .services__bg-item {
    width: 73.6vw;
    height: 51.2vw;
  }
}

@media screen and (hover: none) {
  .services-card.is--active .services-card__dropdown {
    max-height: var(--dropdown-height);
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
}
.services-card__trigger {
  display: block;
  padding: 0;
  width: 100%;
  font-size: 2.7083333333vw;
  font-weight: normal;
  line-height: 1.2051282051;
  letter-spacing: -0.03em;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.services-card__trigger:focus {
  outline: none;
}
@media screen and (hover: hover) {
  .services-card__trigger:hover ~ .services-card__dropdown {
    max-height: var(--dropdown-height);
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .services-card__trigger {
    font-size: 5.2419354839vw;
  }
}
@media screen and (max-width: 743px) {
  .services-card__trigger {
    font-size: 6.4vw;
    line-height: 1.2083333333;
  }
}
.services-card__dropdown {
  overflow: hidden;
  margin: 0 calc(50% - 50vw + 0.6944444444vw);
  max-height: 0;
  text-align: center;
  -webkit-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}
@media screen and (hover: hover) {
  .services-card__dropdown:hover {
    max-height: var(--dropdown-height);
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .services-card__dropdown {
    margin: 0 calc(50% - 50vw + 2.688172043vw);
  }
}
@media screen and (max-width: 743px) {
  .services-card__dropdown {
    margin: 0 calc(50% - 50vw + 1.0666666667vw);
  }
}
.services-card__splide {
  margin-top: 4.1666666667vw;
  color: #000000;
  background: #FFFFFF;
  border-radius: 0.6944444444vw;
}
.services-card__splide .splide__elem {
  display: block;
  padding: 1.0763888889vw 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.7083333333vw;
  font-weight: normal;
  line-height: 1.2051282051;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .services-card__splide {
    margin-top: 8.064516129vw;
    border-radius: 1.3440860215vw;
  }
  .services-card__splide .splide__elem {
    padding: 2.0833333333vw 0;
    font-size: 5.2419354839vw;
  }
}
@media screen and (max-width: 743px) {
  .services-card__splide {
    margin-top: 8vw;
    border-radius: 2.6666666667vw;
  }
  .services-card__splide .splide__elem {
    padding: 3.6vw 0;
    font-size: 6.4vw;
    line-height: 1.2083333333;
  }
}
.services-card__splide + .services-card__description {
  margin-top: 5.8333333333vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .services-card__splide + .services-card__description {
    margin-top: 11.2903225806vw;
  }
}
@media screen and (max-width: 743px) {
  .services-card__splide + .services-card__description {
    margin-top: 15.2vw;
  }
}
.services-card__description {
  margin: 0 auto 4.1666666667vw;
  max-width: 39.4444444444vw;
  width: 100%;
  font-size: 1.6666666667vw;
  font-weight: normal;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .services-card__description {
    margin-bottom: 8.064516129vw;
    max-width: 76.3440860215vw;
    font-size: 3.2258064516vw;
  }
}
@media screen and (max-width: 743px) {
  .services-card__description {
    margin-bottom: 18.6666666667vw;
    max-width: 67.7333333333vw;
    font-size: 4.8vw;
  }
  .services-card__description br {
    display: none;
  }
}

.contacts-bottom {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contacts--indent-top {
  margin-top: 23.6111111111vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts--indent-top {
    margin-top: 34.2741935484vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts--indent-top {
    margin-top: 37.3333333333vw;
  }
}
.contacts__top {
  margin: 0 auto 6.9444444444vw;
  max-width: 40.1388888889vw;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__top {
    margin-bottom: 13.4408602151vw;
    max-width: 77.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts__top {
    margin-bottom: 37.3333333333vw;
    padding: 0 4vw;
    max-width: none;
  }
}
.contacts__heading {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.3333333333vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__heading {
    font-size: 6.4516129032vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts__heading {
    font-size: 12.8vw;
  }
}
.contacts__description {
  display: block;
  margin: 2.6388888889vw auto 0;
  font-size: 1.3888888889vw;
  font-weight: normal;
  letter-spacing: -0.03em;
  color: rgba(222, 222, 222, 0.5);
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__description {
    margin-top: 5.1075268817vw;
    font-size: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts__description {
    margin-top: 10.1333333333vw;
    font-size: 5.3333333333vw;
  }
}
.contacts__form {
  padding: 2.7777777778vw 4.1666666667vw 0;
  width: 100%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__form {
    padding: 0;
  }
}
@media screen and (max-width: 743px) {
  .contacts__form {
    padding: 0 2.6666666667vw;
  }
}
.contacts__bg {
  position: absolute;
  left: 50%;
  bottom: -11.1111111111vw;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  overflow: hidden;
  width: 101.875vw;
  height: 80.6944444444vw;
}
.contacts__bg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contacts__bg img[data-index="1"] {
  display: block;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__bg {
    bottom: -21.5053763441vw;
    width: 197.1774193548vw;
    height: 156.1827956989vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts__bg {
    bottom: -42.6666666667vw;
    width: 391.2vw;
    height: 309.8666666667vw;
  }
}

.contacts-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 743px) {
  .contacts-form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14.6666666667vw;
  }
}
.contacts-form__inner + .contacts-form__inner {
  margin-top: 3.8194444444vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts-form__inner + .contacts-form__inner {
    margin-top: 7.3924731183vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts-form__inner + .contacts-form__inner {
    margin-top: 14.6666666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .contacts-form__input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: calc(50% - 0.6944444444vw);
  }
}
@media screen and (max-width: 1023px) {
  .contacts-form__input {
    width: 100%;
  }
}
.contacts-form__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.5138888889vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts-form__radios {
    margin-top: 8.7365591398vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts-form__radios {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 17.3333333333vw -4vw -8vw;
    padding: 0 4vw 8vw;
    -webkit-clip-path: inset(0 0 30px 0);
            clip-path: inset(0 0 30px 0);
  }
}
.contacts-form__radios + .contacts-form__inner {
  margin-top: 4.5138888889vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts-form__radios + .contacts-form__inner {
    margin-top: 8.7365591398vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts-form__radios + .contacts-form__inner {
    margin-top: 17.3333333333vw;
  }
}
.contacts-form__radio {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 1024px) {
  .contacts-form__radio {
    width: 33.333333333%;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts-form__radio {
    width: 33.333333333%;
  }
}
@media screen and (max-width: 743px) {
  .contacts-form__radio {
    max-width: 62.9333333333vw;
    min-width: 62.9333333333vw;
  }
}
.contacts-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3472222222vw;
  margin-top: 4.375vw;
  padding: 1.3888888889vw 1.1111111111vw;
  min-width: 12.6388888889vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5972222222vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  color: #020203;
  background: #ABABAB;
  border: none;
  border-radius: 2.7777777778vw;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.contacts-form__btn > svg {
  min-width: 1.7361111111vw;
  width: 1.7361111111vw;
  height: 1.6666666667vw;
  color: #020203;
}
.contacts-form__btn:focus {
  outline: none;
}
@media screen and (hover: hover) {
  .contacts-form__btn:hover {
    color: #000000;
    background: #FFFFFF;
  }
  .contacts-form__btn:hover > svg {
    color: #000000;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts-form__btn {
    gap: 0.6720430108vw;
    margin-top: 8.4677419355vw;
    padding: 2.688172043vw 2.1505376344vw;
    min-width: 24.4623655914vw;
    font-size: 3.0913978495vw;
    border-radius: 5.376344086vw;
  }
  .contacts-form__btn > svg {
    min-width: 3.3602150538vw;
    width: 3.3602150538vw;
    height: 3.2258064516vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts-form__btn {
    gap: 1.3333333333vw;
    margin-top: 16.8vw;
    padding: 5.3333333333vw 4.2666666667vw;
    min-width: 48.5333333333vw;
    font-size: 6.1333333333vw;
    border-radius: 10.6666666667vw;
  }
  .contacts-form__btn > svg {
    min-width: 6.6666666667vw;
    width: 6.6666666667vw;
    height: 6.4vw;
  }
}

.contacts-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3888888889vw;
  width: 100%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts-nav__list {
    gap: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.3333333333vw;
  }
}
.contacts-nav__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1805555556vw;
  font-weight: normal;
  line-height: 1.1764705882;
  letter-spacing: -0.0354166667vw;
  color: #4D4D4D;
}
.contacts-nav__link:hover {
  color: #4D4D4D;
}
@media screen and (hover: hover) {
  .contacts-nav__link:hover {
    color: #FFFFFF;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts-nav__link {
    font-size: 2.2849462366vw;
    letter-spacing: -0.0685483871vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts-nav__link {
    margin: 0 auto;
    font-size: 4.5333333333vw;
    letter-spacing: -0.136vw;
    text-align: center;
  }
}