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

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;
}
.container--lg {
  max-width: 76.3888888889vw;
}
@media screen and (max-width: 1023px) {
  .container {
    max-width: none;
  }
  .container--md {
    max-width: none;
  }
  .container--lg {
    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.3888888889vw;
  width: 100%;
  font-size: 1.6666666667vw;
  font-weight: normal;
  line-height: 1.2083333333;
  letter-spacing: -0.02em;
  text-align: left;
  color: #A0A0B8;
  background: transparent;
  border: none;
  border-bottom: 0.0694444444vw solid rgba(160, 160, 184, 0.25);
  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: #A0A0B8;
}
.input-field__input::-moz-placeholder {
  opacity: 1;
  color: #A0A0B8;
}
.input-field__input:-ms-input-placeholder {
  opacity: 1;
  color: #A0A0B8;
}
.input-field__input::-ms-input-placeholder {
  opacity: 1;
  color: #A0A0B8;
}
.input-field__input::placeholder {
  opacity: 1;
  color: #A0A0B8;
}
.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 {
  opacity: 0.6;
  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.3888888889vw;
  font-weight: normal;
  line-height: 1.35;
  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: 1.0416666667vw;
  font-weight: normal;
  letter-spacing: -0.02em;
  opacity: 0.4;
  color: #A0A0B8;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 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.2916666667vw 2.0833333333vw 0 2.5vw;
}
@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__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__logo {
  position: relative;
  display: inline-block;
  min-width: 5.9722222222vw;
  width: 5.9722222222vw;
  height: 1.8055555556vw;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  -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%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .header__logo {
    min-width: 11.5591397849vw;
    width: 11.5591397849vw;
    height: 3.4946236559vw;
  }
}
@media screen and (max-width: 743px) {
  .header__logo {
    min-width: 22.9333333333vw;
    width: 22.9333333333vw;
    height: 6.9333333333vw;
  }
}
.header__logotype {
  display: block;
  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 (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.3472222222vw 0.625vw 0.625vw;
  min-width: 8.4027777778vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.7361111111vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  color: #FFFFFF;
  background: #E80230;
  border: none;
  border-radius: 1.875vw;
  pointer-events: auto;
}
.header__btn:hover {
  color: #FFFFFF;
}
@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: 2.7083333333vw;
  left: 22.1527777778vw;
  z-index: 10;
  isolation: isolate;
  mix-blend-mode: difference;
}
@media screen and (max-width: 1023px) {
  .nav--fixed {
    display: none;
  }
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .nav__list {
    padding-left: 3.6290322581vw;
  }
}
@media screen and (max-width: 743px) {
  .nav__list {
    padding-left: 7.2vw;
  }
}
@media screen and (max-width: 1023px) {
  .nav__item {
    width: 100%;
  }
  .nav__item:first-child .nav__link {
    text-align: right;
  }
}
.nav__item + .nav__item {
  margin-left: 1.0416666667vw;
}
.nav__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5277777778vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  pointer-events: auto;
}
.nav__link:hover {
  color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .nav__link {
    width: 100%;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .nav__link {
    font-size: 6.0483870968vw;
    font-weight: 300;
    line-height: 1.1111111111;
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 743px) {
  .nav__link {
    font-size: 12vw;
    font-weight: 300;
    line-height: 1.1111111111;
    letter-spacing: -0.01em;
  }
}
.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: 4.1666666667vw;
  right: 2.0138888889vw;
  z-index: 1;
  display: block;
  padding: 0;
  width: 2.5vw;
  height: 2.5vw;
  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:first-child {
  top: 1.1111111111vw;
  -webkit-transform: rotate(-24deg);
      -ms-transform: rotate(-24deg);
          transform: rotate(-24deg);
}
.hamburger.is--active .hamburger__inner:last-child {
  top: 1.1111111111vw;
  left: 1.25vw;
  -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
          transform: rotate(24deg);
}
@media screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .hamburger {
    top: 4.8387096774vw;
    right: 5.7795698925vw;
    width: 4.8387096774vw;
    height: 4.8387096774vw;
  }
  .hamburger.is--active .hamburger__inner {
    width: 0.0051663156vw;
  }
  .hamburger.is--active .hamburger__inner:first-child {
    top: 2.1505376344vw;
  }
  .hamburger.is--active .hamburger__inner:last-child {
    top: 2.1505376344vw;
    left: 2.2849462366vw;
  }
}
@media screen and (max-width: 743px) {
  .hamburger {
    top: 16vw;
    right: 7.7333333333vw;
    width: 9.6vw;
    height: 9.6vw;
  }
  .hamburger.is--active .hamburger__inner {
    width: 5.2vw;
  }
  .hamburger.is--active .hamburger__inner:first-child {
    top: 4.2666666667vw;
  }
  .hamburger.is--active .hamburger__inner:last-child {
    top: 4.2666666667vw;
    left: 4.5333333333vw;
  }
}
.hamburger__inner {
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 0.1388888889vw;
  background: #FFFFFF;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.hamburger__inner:first-child {
  top: 0.8333333333vw;
}
.hamburger__inner:last-child {
  top: 1.3888888889vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .hamburger__inner {
    height: 0.2688172043vw;
  }
  .hamburger__inner:first-child {
    top: 1.6129032258vw;
  }
  .hamburger__inner:last-child {
    top: 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .hamburger__inner {
    height: 0.5333333333vw;
  }
  .hamburger__inner:first-child {
    top: 3.2vw;
  }
  .hamburger__inner:last-child {
    top: 5.3333333333vw;
  }
}

.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;
}
.menu.is--active .menu__wrap {
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out 0.1s;
  transition: all 0.25s ease-in-out 0.1s;
}
@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: 15.7333333333vw 8.2666666667vw 0 5.3333333333vw;
  }
}
.menu__language {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.9444444444vw;
  font-weight: 200;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .menu__language {
    font-size: 3.7634408602vw;
  }
}
@media screen and (max-width: 743px) {
  .menu__language {
    font-size: 7.4666666667vw;
  }
}
.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;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .menu__nav {
    margin: 0 auto;
    max-width: 44.0860215054vw;
    width: 100%;
  }
}
@media screen and (max-width: 743px) {
  .menu__nav {
    max-width: 95.4666666667vw;
    width: 100%;
  }
}
.menu__btn {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0.3472222222vw 0.625vw 0.625vw;
  min-width: 8.4027777778vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.7361111111vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  color: #FFFFFF;
  background: #E80230;
  border: none;
  border-radius: 1.875vw;
}
.menu__btn:hover {
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .menu__btn {
    margin-top: 9.4086021505vw;
    padding: 0.8064516129vw 1.2096774194vw 2.0161290323vw;
    min-width: 25.1344086022vw;
    font-size: 5.2419354839vw;
    border-radius: 5.9139784946vw;
  }
}
@media screen and (max-width: 743px) {
  .menu__btn {
    margin-top: 18.6666666667vw;
    padding: 1.6vw 2.4vw 4vw;
    min-width: 49.8666666667vw;
    font-size: 10.4vw;
    border-radius: 11.7333333333vw;
  }
}
.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--hidden {
  overflow: hidden;
}
.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__descr {
  position: absolute;
  top: 2.7083333333vw;
  left: 10.5555555556vw;
  z-index: 1;
  display: block;
  max-width: 9.6527777778vw;
  width: 100%;
  font-size: 1.5277777778vw;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.02em;
  mix-blend-mode: difference;
}
.main-promo__descr > span {
  display: inline-block;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .main-promo__descr {
    display: none;
  }
}
.main-promo__wrapper {
  position: relative;
  z-index: 1;
}
.main-promo__media {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 53.4722222222vw;
  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: 85vh;
  }
}
@media screen and (min-width: 744px) {
  .main-promo__video--mobile {
    display: none;
  }
}
@media screen and (max-width: 743px) {
  .main-promo__video--desktop {
    display: none;
  }
}
.main-promo__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 0.5555555556vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-promo__progress {
    height: 0.6720430108vw;
  }
}
@media screen and (max-width: 743px) {
  .main-promo__progress {
    height: 1.0666666667vw;
  }
}
.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.5555555556vw 0.5555555556vw 0;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-promo__progress-bar {
    border-radius: 0 0.6720430108vw 0.6720430108vw 0;
  }
}
@media screen and (max-width: 743px) {
  .main-promo__progress-bar {
    border-radius: 0 1.0666666667vw 1.0666666667vw 0;
  }
}
.main-promo__additional {
  position: absolute;
  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;
  gap: 1.1111111111vw;
}
@media screen and (min-width: 1024px) {
  .main-promo__additional {
    right: 2.2222222222vw;
    bottom: 2.5vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-promo__additional {
    right: 4.3010752688vw;
    bottom: 4.8387096774vw;
    gap: 0.8064516129vw;
  }
}
@media screen and (max-width: 743px) {
  .main-promo__additional {
    right: 5.3333333333vw;
    bottom: 9.0666666667vw;
    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;
  left: 2.5vw;
  bottom: 3.1944444444vw;
  z-index: 10;
  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;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-promo__voice {
    left: 4.8387096774vw;
    bottom: 6.1827956989vw;
    min-width: 5.7795698925vw;
    width: 5.7795698925vw;
    height: 5.7795698925vw;
  }
}
@media screen and (max-width: 743px) {
  .main-promo__voice {
    left: 5.3333333333vw;
    bottom: 8vw;
    min-width: 11.4666666667vw;
    width: 11.4666666667vw;
    height: 11.4666666667vw;
  }
}
.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;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-promo__voice-icon {
    min-width: 4.435483871vw;
    width: 4.435483871vw;
    height: 4.435483871vw;
  }
}
@media screen and (max-width: 743px) {
  .main-promo__voice-icon {
    min-width: 8.8vw;
    width: 8.8vw;
    height: 8.8vw;
  }
}
.main-promo__btn {
  position: relative;
  z-index: 1;
  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: 3.8194444444vw;
  width: 3.8194444444vw;
  height: 3.8194444444vw;
}
.main-promo__btn img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-promo__btn img.title {
  -webkit-animation: spin 7s linear infinite;
          animation: spin 7s linear infinite;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-promo__btn {
    width: 7.3924731183vw;
    height: 7.3924731183vw;
  }
}
@media screen and (max-width: 743px) {
  .main-promo__btn {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.main-about {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 4.0277777778vw 0;
  min-height: 141.9444444444vw;
  background: #E80230;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-about {
    min-height: 233.6021505376vw;
  }
}
@media screen and (max-width: 743px) {
  .main-about {
    min-height: 285.3333333333vw;
  }
}
.main-about__title {
  position: sticky;
  top: 3.3333333333vw;
  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.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0.75;
}
.main-about__title img:nth-child(3) {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  opacity: 0.5;
}
.main-about__title img:nth-child(n+4) {
  opacity: 0.5;
}
.main-about__title img:nth-child(4) {
  -webkit-transform: scale(2.5);
      -ms-transform: scale(2.5);
          transform: scale(2.5);
}
.main-about__title img:nth-child(5) {
  -webkit-transform: scale(2.5);
      -ms-transform: scale(2.5);
          transform: scale(2.5);
}
.main-about__title img:nth-child(6) {
  -webkit-transform: scale(2.5);
      -ms-transform: scale(2.5);
          transform: scale(2.5);
}
.main-about__title img:nth-child(7) {
  -webkit-transform: scale(2.5);
      -ms-transform: scale(2.5);
          transform: scale(2.5);
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .main-about__title {
    top: 6.4516129032vw;
    width: 101.6129032258vw;
    height: 23.7903225806vw;
  }
}
@media screen and (max-width: 743px) {
  .main-about__title {
    top: 7.4666666667vw;
    width: 108.2666666667vw;
    height: 26.6666666667vw;
  }
}

.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.3928571429;
  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;
    line-height: 1.375;
    letter-spacing: -0.04em;
  }
  .main-news-card__title b, .main-news-card__title strong {
    font-weight: normal;
    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--page {
  overflow: hidden;
  min-height: 223.6111111111vw;
}
.about--page .about__list-item:last-child {
  top: 200.6944444444vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about--page {
    min-height: 432.7956989247vw;
  }
  .about--page .about__list-item:last-child {
    top: 388.4408602151vw;
  }
}
@media screen and (max-width: 743px) {
  .about--page {
    min-height: 512vw;
  }
  .about--page .about__list-item:last-child {
    top: 450.6666666667vw;
  }
}
.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;
  min-height: 63.8888888889vw;
}
@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;
  will-change: transform;
}
@media screen and (min-width: 1024px) {
  .about__list-item:first-child {
    top: 45.4861111111vw;
    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;
  }
  .about__list-item:nth-child(4) {
    top: 114.9305555556vw;
    left: calc(50% - 13.1597222222vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(5) {
    top: 132.2916666667vw;
    left: calc(50% + 38.8541666667vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(6) {
    top: 146.1805555556vw;
    left: calc(50% - 36.0763888889vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(7) {
    top: 159.375vw;
    left: calc(50% + 6.9097222222vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(8) {
    top: 180.9027777778vw;
    left: calc(50% + 33.2986111111vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(9) {
    top: 149.6527777778vw;
    left: calc(50% - 0.6597222222vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about__list-item:first-child {
    top: 65.5913978495vw;
    left: calc(50% - 21.9086021505vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(2) {
    top: 144.7580645161vw;
    left: calc(50% - 35.752688172vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(3) {
    top: 143.0107526882vw;
    left: calc(50% + 34.0053763441vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(4) {
    top: 183.4677419355vw;
    left: calc(50% + 14.7177419355vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(5) {
    top: 222.4462365591vw;
    left: calc(50% - 22.2446236559vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(6) {
    top: 258.7365591398vw;
    left: calc(50% - 34.8790322581vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(7) {
    top: 252.0161290323vw;
    left: calc(50% + 32.1908602151vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(8) {
    top: 290.9946236559vw;
    left: calc(50% + 14.7177419355vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(9) {
    top: 290.9946236559vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    max-width: 85vw;
    width: 100%;
  }
}
@media screen and (max-width: 743px) {
  .about__list-item:first-child {
    top: 119.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: 207.2vw;
    left: calc(50% - 33.6vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(3) {
    top: 177.0666666667vw;
    left: calc(50% + 32.8vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(4) {
    top: 217.3333333333vw;
    left: calc(50% + 21.2vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(5) {
    top: 268vw;
    left: calc(50% - 9.4666666667vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(6) {
    top: 326.6666666667vw;
    left: calc(50% - 31.8666666667vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(7) {
    top: 313.3333333333vw;
    left: calc(50% + 26.5333333333vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(8) {
    top: 364vw;
    left: calc(50% + 5.2vw);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about__list-item:nth-child(9) {
    top: 390.6666666667vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    max-width: 85vw;
    width: 100%;
  }
}
.about__extra-content {
  position: absolute;
  top: 27.9166666667vw; /* точка “финала” — центральная высота секции */
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  /* translateY(100%) означает, что блок находится на 100% своей высоты ниже точки top:50% */
  max-width: 43.8888888889vw; /* опционально */
  width: 100%;
  opacity: 0; /* изначально скрыт */
  pointer-events: none; /* чтобы не мешался кликам, пока скрыт */
  z-index: 10; /* поверх остального содержимого секции */
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 743px) {
  .about__extra-content {
    max-width: none;
  }
}
.about__extra-text {
  display: block;
  font-size: 2.0833333333vw;
  font-weight: normal;
  letter-spacing: -0.05em;
}
.about__extra-text span {
  display: block;
}
.about__extra-text span:first-child {
  padding-left: 3.3333333333vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .about__extra-text {
    font-size: 3.7634408602vw;
  }
  .about__extra-text span:first-child {
    padding-left: 3.2258064516vw;
  }
}
@media screen and (max-width: 743px) {
  .about__extra-text {
    font-size: 5.3333333333vw;
  }
  .about__extra-text span:first-child {
    padding-left: 0;
  }
}

.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;
  }
}

.services-card {
  position: relative;
  z-index: 1;
}
@media screen and (hover: hover) {
  .services-card:hover .services-card__trigger {
    opacity: 0;
  }
  .services-card:hover .services-card__splide {
    -webkit-clip-path: inset(0 0% 0 0% round 0.6944444444vw);
            clip-path: inset(0 0% 0 0% round 0.6944444444vw);
    opacity: 1;
  }
}
@media screen and (hover: none) {
  .services-card.is--active .services-card__splide {
    -webkit-clip-path: inset(0 0% 0 0% round 0.6944444444vw);
            clip-path: inset(0 0% 0 0% round 0.6944444444vw);
    opacity: 1;
  }
  .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 {
    opacity: 0;
  }
  .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.45s ease-in-out;
  transition: all 0.45s 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 {
  position: absolute;
  top: -1.0763888889vw;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  overflow: hidden;
  max-width: 100vw;
  -webkit-clip-path: inset(0 49% 0 49% round 0.6944444444vw);
          clip-path: inset(0 49% 0 49% round 0.6944444444vw);
  -webkit-transition: -webkit-clip-path 0.65s ease-in-out;
  transition: -webkit-clip-path 0.65s ease-in-out;
  transition: clip-path 0.65s ease-in-out;
  transition: clip-path 0.65s ease-in-out, -webkit-clip-path 0.65s ease-in-out;
  pointer-events: none;
  color: #000000;
  background: #FFFFFF;
  opacity: 0;
}
.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 .splide__elem {
    padding: 2.0833333333vw 0;
    font-size: 5.2419354839vw;
  }
}
@media screen and (max-width: 743px) {
  .services-card__splide .splide__elem {
    padding: 3.6vw 0;
    font-size: 6.4vw;
    line-height: 1.2083333333;
  }
}
.services-card__description {
  margin: 3.125vw auto 1.3888888889vw;
  max-width: 39.4444444444vw;
  width: 100%;
  font-size: 1.3888888889vw;
  font-weight: normal;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .services-card__description {
    margin-top: 4.0322580645vw;
    margin-bottom: 8.064516129vw;
    max-width: 76.3440860215vw;
    font-size: 3.2258064516vw;
  }
}
@media screen and (max-width: 743px) {
  .services-card__description {
    margin-top: 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
    max-width: 73.0666666667vw;
    font-size: 4.8vw;
  }
  .services-card__description br {
    display: none;
  }
}

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

.contacts {
  position: relative;
  z-index: 1;
  padding-top: 5vw;
}
.contacts--indent-top {
  overflow: hidden;
  margin-top: 6.9444444444vw;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts {
    padding-top: 5.376344086vw;
  }
  .contacts--indent-top {
    margin-top: 27.5537634409vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts {
    padding-top: 10.6666666667vw;
  }
  .contacts--indent-top {
    margin-top: 34.6666666667vw;
  }
}
.contacts__top {
  margin: 0 auto 19.9305555556vw;
  max-width: 71.4583333333vw;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__top {
    margin-bottom: 21.5053763441vw;
    max-width: 77.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts__top {
    margin-bottom: 42.6666666667vw;
    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;
  font-size: 2.3611111111vw;
  font-weight: normal;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__description {
    font-size: 4.0322580645vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts__description {
    font-size: 5.6vw;
  }
}
.contacts__form {
  padding: 2.7777777778vw 3.4722222222vw;
  width: 100%;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__form {
    padding: 5.376344086vw 2.688172043vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts__form {
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.contacts__bg {
  position: absolute;
  top: 15.625vw;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  overflow: hidden;
  width: 207.8472222222vw;
  height: 33.1944444444vw;
}
.contacts__bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 195.91% at 50% 50%, rgba(6, 6, 6, 0.3) 0%, #060606 100%);
}
.contacts__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.3;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts__bg {
    top: 29.5698924731vw;
    width: 402.2849462366vw;
    height: 64.247311828vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts__bg {
    top: 48vw;
    width: 294.4vw;
    height: 75.2vw;
  }
}

.contacts-form {
  margin: 0 auto;
  max-width: 60.625vw;
  width: 100%;
  background: #060606;
  border-radius: 2.0833333333vw;
}
@media screen and (max-width: 1023px) {
  .contacts-form {
    max-width: none;
  }
}
.contacts-form__heading {
  display: block;
  margin: 0 auto 2.4305555556vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6666666667vw;
  font-weight: 300;
  letter-spacing: -0.01em;
  text-align: center;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts-form__heading {
    margin-bottom: 4.7043010753vw;
    font-size: 3.2258064516vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts-form__heading {
    margin-bottom: 9.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.contacts-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts-form__inner--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.3924731183vw;
  }
}
@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;
  }
}
@media screen and (min-width: 1024px) {
  .contacts-form__btn-inner {
    width: calc(50% - 0.6944444444vw);
  }
}
@media screen and (max-width: 1023px) {
  .contacts-form__btn-inner {
    width: 100%;
  }
}
.contacts-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8055555556vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: right;
  color: #FFFFFF;
  background: transparent;
  border: none;
  border-radius: 0;
  -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;
}
.contacts-form__btn:hover {
  color: #FFFFFF;
}
.contacts-form__btn[disabled] {
  opacity: 0.1;
}
@media screen and (hover: hover) {
  .contacts-form__btn:hover {
    color: #E80230;
  }
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts-form__btn {
    gap: 0.6720430108vw;
    font-size: 3.4946236559vw;
  }
  .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;
    font-size: 6.9333333333vw;
  }
  .contacts-form__btn > svg {
    min-width: 6.6666666667vw;
    width: 6.6666666667vw;
    height: 6.4vw;
  }
}
.contacts-form #contacts-form-status {
  display: block;
  margin-top: 1.3888888889vw;
  width: 100%;
  font-size: 0.9722222222vw;
  font-weight: normal;
  text-align: left;
}
@media screen and (min-width: 744px) and (max-width: 1023px) {
  .contacts-form #contacts-form-status {
    margin-top: 2.688172043vw;
    font-size: 1.8817204301vw;
  }
}
@media screen and (max-width: 743px) {
  .contacts-form #contacts-form-status {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.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;
  }
}

.first {
  color: #000000;
  background-color: #FFFFFF;
  background-image: url(../img/first-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.first__wrap {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.9270833333vw 0 2.8645833333vw;
  min-height: 100dvh;
  width: 100%;
}
.first__top {
  margin-left: auto;
  padding: 0 0.9635416667vw;
}
.first__text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.0416666667vw;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.first__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.0416666667vw;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #000000;
}
.first__link:hover, .first__link:active {
  color: #000000;
}
.first__main {
  margin: auto 0;
  width: 100%;
  text-align: center;
}
.first__date {
  display: block;
  margin: 0 auto 3.125vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9895833333vw;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.first__heading {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.3229166667vw;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.first__subheading {
  display: block;
  margin: 2.0833333333vw auto 0;
  max-width: 28.2291666667vw;
  width: 100%;
  font-size: 2.1875vw;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.first__logo {
  display: block;
  overflow: hidden;
  margin: auto auto 0;
  min-width: 10vw;
  width: 10vw;
  height: 10vw;
}
.first__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.first__logotype {
  position: absolute;
  top: 3.0208333333vw;
  left: 2.8125vw;
  display: block;
  overflow: hidden;
  min-width: 3.6458333333vw;
  width: 3.6458333333vw;
  height: 1.09375vw;
}
.first__logotype img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.first__copyright {
  display: block;
  margin: 2.34375vw auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.0416666667vw;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.cp {
  color: #000000;
  background: #FFFFFF;
}
.cp__container {
  padding: 0 2.6041666667vw;
  width: 100%;
}
.cp__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.0208333333vw 0 2.9166666667vw;
  min-height: 100dvh;
}
.cp__logotype {
  display: block;
  overflow: hidden;
  margin-bottom: 2.0833333333vw;
  min-width: 3.6458333333vw;
  width: 3.6458333333vw;
  height: 1.09375vw;
}
.cp__logotype img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cp__heading {
  display: block;
  max-width: 72.9166666667vw;
  width: 100%;
  font-size: 2.2395833333vw;
  font-weight: 500;
  line-height: 1.3023255814;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.cp__heading > span {
  color: #9F9CB1;
}
.cp__main {
  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;
  margin-top: 2.0833333333vw;
  padding-top: 2.0833333333vw;
  border-top: 0.1041666667vw solid rgba(0, 0, 0, 0.1);
}
.cp__right {
  padding-right: 11.25vw;
}
.cp__subtitle {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.cp__wrapper {
  counter-reset: cp-list;
  max-width: 41.6145833333vw;
  min-width: 41.6145833333vw;
  width: 100%;
}
.cp__item {
  position: relative;
  z-index: 1;
  padding-left: 4.84375vw;
}
.cp__item::before {
  counter-increment: cp-list;
  content: "0" counter(cp-list);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: "Roboto Mono", monospace;
  font-size: 1.25vw;
  font-weight: normal;
  letter-spacing: -0.03em;
  -webkit-font-feature-settings: "tnum" on, "lnum" on;
          font-feature-settings: "tnum" on, "lnum" on;
  opacity: 0.3;
}
.cp__item:nth-child(n+10)::before {
  content: counter(cp-list);
}
.cp__item + .cp__item {
  margin-top: 1.40625vw;
}
.cp__name {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.cp__list {
  margin-top: 0.4166666667vw;
}
.cp__list-elem {
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 1.5625vw;
  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.04em;
  opacity: 0.7;
}
.cp__list-elem::before {
  content: "";
  position: absolute;
  top: 0.5729166667vw;
  left: 0.6770833333vw;
  z-index: 1;
  display: block;
  width: 0.15625vw;
  height: 0.15625vw;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}
.cp__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  margin-left: auto;
  max-width: 48.0208333333vw;
  width: 100%;
}
.cp__copyright {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.0416666667vw;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.cp__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cp__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.0416666667vw;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #000000;
}
.cp__link:hover, .cp__link:active {
  color: #000000;
}
.cp__link + .cp__link {
  margin-left: 1.5625vw;
}
.cp__references {
  margin-top: 2.7083333333vw;
}
.cp__stack {
  margin-top: -2.9166666667vw;
  padding-bottom: 3.125vw;
}

.references__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;
}
.references__item:first-child {
  max-width: 35.15625vw;
  width: 100%;
}
.references__item:first-child .references__img:first-child {
  width: 100%;
  height: 20.9375vw;
}
.references__item:first-child .references__img:nth-child(2) {
  position: absolute;
  top: 12.5520833333vw;
  left: 19.5833333333vw;
  z-index: 1;
  width: 19.7916666667vw;
  height: 10.6770833333vw;
}
.references__item:first-child .references__body {
  margin-top: 2.8125vw;
}
.references__item:nth-child(2) {
  max-width: 19.53125vw;
  width: 100%;
}
.references__item:nth-child(2) .references__img:first-child {
  width: 100%;
  height: 22.0833333333vw;
}
.references__item:nth-child(2) .references__body {
  margin-top: 1.6666666667vw;
}
.references__item:nth-child(3) {
  max-width: 19.0104166667vw;
  width: 100%;
}
.references__item:nth-child(3) .references__images {
  min-height: 22.1354166667vw;
}
.references__item:nth-child(3) .references__img:first-child {
  position: absolute;
  top: 0;
  right: 0.15625vw;
  z-index: 1;
  width: 11.25vw;
  height: 7.2916666667vw;
}
.references__item:nth-child(3) .references__img:nth-child(2) {
  position: absolute;
  top: 2.6041666667vw;
  left: 0.7291666667vw;
  z-index: 2;
  width: 8.0729166667vw;
  height: 5.2083333333vw;
}
.references__item:nth-child(3) .references__img:nth-child(3) {
  position: absolute;
  top: 7.2916666667vw;
  right: 0;
  z-index: 3;
  width: 15.8854166667vw;
  height: 9.4791666667vw;
}
.references__item:nth-child(3) .references__img:nth-child(4) {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 8.28125vw;
  height: 8.28125vw;
}
.references__item:nth-child(3) .references__img:nth-child(5) {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
  width: 5.4166666667vw;
  height: 5.4166666667vw;
}
.references__item:nth-child(3) .references__body {
  margin-top: 1.6145833333vw;
}
.references__images {
  position: relative;
  z-index: 1;
}
.references__img {
  display: block;
  overflow: hidden;
}
.references__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.references__name {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.0416666667vw;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.references__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.0416666667vw;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #633CF3;
}
.references__link:hover {
  color: #633CF3;
}

.stack__wrapper {
  margin-left: auto;
  padding-top: 0.7291666667vw;
  max-width: 47.7083333333vw;
  width: 100%;
  border-top: 0.1041666667vw solid rgba(0, 0, 0, 0.1);
}
.stack__block {
  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;
}
.stack__block + .stack__block {
  margin-top: 0.7291666667vw;
  padding-top: 0.7291666667vw;
  border-top: 0.1041666667vw solid rgba(0, 0, 0, 0.1);
}
.stack__item + .stack__item {
  margin-top: 0.7291666667vw;
}
.stack__elem {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.9270833333vw;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.stack__help {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9375vw;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.stack__info {
  display: block;
  max-width: 14.375vw;
  width: 100%;
  font-size: 1.0416666667vw;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-align: right;
  color: #9F9CB1;
}
.stack__info > span {
  color: #595863;
}
.stack__info--sm {
  max-width: 22.8125vw;
  font-size: 0.9375vw;
}