@font-face {
  font-family: "KelsonSans";
  src: url("../fonts/KelsonSans-RegularRU.eot");
  src: url("../fonts/KelsonSans-RegularRU.woff2") format("woff2");
  src: url("../fonts/KelsonSans-RegularRU.woff") format("woff");
  src: url("../fonts/KelsonSans-RegularRU.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "KelsonSans";
  src: url("../fonts/KelsonSans-BoldRU.eot");
  src: url("../fonts/KelsonSans-BoldRU.woff2") format("woff2");
  src: url("../fonts/KelsonSans-BoldRU.woff") format("woff");
  src: url("../fonts/KelsonSans-BoldRU.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "KelsonSans";
  src: url("../fonts/KelsonSans-LightRU.eot");
  src: url("../fonts/KelsonSans-LightRU.woff2") format("woff2");
  src: url("../fonts/KelsonSans-LightRU.woff") format("woff");
  src: url("../fonts/KelsonSans-LightRU.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  color: #2A2F35;
  scroll-behavior: smooth;
  font-family: "KelsonSans";
}

button,
a {
  cursor: pointer;
}

span {
  font: inherit;
  color: inherit;
}

b {
  font-family: inherit;
  color: inherit;
}

.container {
  max-width: 1440px;
  width: 100%;
  padding: 0px 20px;
  margin: 0 auto;
}

.section + .section {
  margin-top: 110px;
}

.section__suptitle {
  color: #929BA5;
  font-size: 16px;
  font-weight: 400;
}

.section__title {
  font-size: 40px;
  font-weight: 400;
  margin-top: 30px;
}

.section__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 30px;
}

.button {
  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;
  gap: 10px;
  height: 50px;
  border-radius: 6px;
  padding: 0px 20px;
  background: #2A2F35;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.button path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

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

.button--white {
  background: #FFF;
  color: #2A2F35;
}

.input {
  max-width: 100%;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #C4CFD8;
  background: #FFF;
  padding: 13px 15px 10px;
  resize: none;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.input:is(textarea) {
  min-height: 80px;
}

.input + .input {
  margin-top: 10px;
}

.input::-webkit-input-placeholder {
  color: #929BA5;
}

.input::-moz-placeholder {
  color: #929BA5;
}

.input:-ms-input-placeholder {
  color: #929BA5;
}

.input::-ms-input-placeholder {
  color: #929BA5;
}

.input::placeholder {
  color: #929BA5;
}

.input:focus,
.input:hover {
  border: 1px solid #919AA6;
}

.input.error {
  border: 1px solid #FF9797;
}

.skolkovo path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header {
  padding: 30px 0px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__burger {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #fff;
}

.header__burger span {
  width: 20px;
  height: 2px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  background: #2A2F35;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header__burger.active {
  background: #2A2F35;
}

.header__burger.active span {
  background: #fff;
}

.header__burger.active span:nth-child(1) {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
}

.header__burger.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.header__burger.active span:nth-child(3) {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  -ms-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg);
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-left: auto;
}

.nav__link {
  color: #929BA5;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.auth-button {
  margin-left: 60px;
  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;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 6px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.hero {
  min-height: 100vh;
  background-color: #EDF1F4;
  padding: 232px 0 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.hero__container {
  margin: auto;
}

.hero::before {
  content: "";
  width: calc(50% - 10px);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  background: url("../img/hero-bg.jpg") no-repeat;
  background-size: contain;
  background-position: left bottom;
}

.hero__col {
  margin-left: auto;
  max-width: calc(50% + 10px);
  width: 100%;
  padding-left: 160px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero__title {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.hero__subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 20px;
}

.hero-info {
  margin-top: 60px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-info__block {
  gap: 50px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 6px;
}

.hero-info__line {
  width: 1px;
  height: 100px;
  border: 0;
  background: #C4CFD8;
}

.hero-info__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-info__title {
  font-size: 38px;
  font-weight: 400;
}

.hero-info__text {
  margin-left: 25px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.hero-info__footer {
  margin-top: 30px;
  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;
  width: 100%;
}

.hero-info__link {
  color: #929BA5;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.hero-info__link path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  background: white;
  padding: 5px;
  border-radius: 6px;
  position: relative;
}

.tabs__item {
  border-radius: 4px;
  width: 85px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #929BA5;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
}

.tabs::before {
  content: "";
  width: 85px;
  height: 40px;
  border-radius: 4px;
  background-color: #EDF1F4;
  position: absolute;
  left: 5px;
  top: 5px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.tabs[data-tab-active="2"]::before {
  left: 90px;
}

.tabs[data-tab-active="1"] .tabs__item:nth-child(1) {
  color: #2A2F35;
}

.tabs[data-tab-active="2"] .tabs__item:nth-child(2) {
  color: #2A2F35;
}

.tabs-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.tabs-block {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 1s ease, position 0s 1s;
  -o-transition: 1s ease, position 0s 1s;
  transition: 1s ease, position 0s 1s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.tabs-block.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  position: relative;
}

@-webkit-keyframes progress {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes progress {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.about__col {
  max-width: 330px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about__button {
  margin-top: 30px;
}

.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}

.about__swiper {
  width: 100%;
}

.about__swiper .swiper-slide-autoplay:is(.swiper-slide--1) .about-slide__images {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.about__swiper .swiper-slide-autoplay:is(.swiper-slide--1) .about-slide__image:nth-child(3),
.about__swiper .swiper-slide-autoplay:is(.swiper-slide--1) .about-slide__image:nth-child(4) {
  -webkit-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
}

.about__swiper .swiper-slide-autoplay:is(.swiper-slide--1) .about-slide__image:nth-child(5),
.about__swiper .swiper-slide-autoplay:is(.swiper-slide--1) .about-slide__image:nth-child(6) {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

.about__swiper .swiper-slide-autoplay:is(.swiper-slide--1) .about-slide__image:nth-child(7),
.about__swiper .swiper-slide-autoplay:is(.swiper-slide--1) .about-slide__image:nth-child(8) {
  -webkit-transform: translateX(-90px);
  -ms-transform: translateX(-90px);
  transform: translateX(-90px);
}

.about__swiper .swiper-slide-autoplay:is(.swiper-slide--2) .about-slide__images {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.about__swiper .swiper-slide-autoplay:is(.swiper-slide--2) .about-slide__image:nth-child(1),
.about__swiper .swiper-slide-autoplay:is(.swiper-slide--2) .about-slide__image:nth-child(2) {
  -webkit-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
}

.about__swiper .swiper-slide-autoplay:is(.swiper-slide--2) .about-slide__image:nth-child(3),
.about__swiper .swiper-slide-autoplay:is(.swiper-slide--2) .about-slide__image:nth-child(4) {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

.about__swiper .swiper-slide-autoplay:is(.swiper-slide--2) .about-slide__image:nth-child(5),
.about__swiper .swiper-slide-autoplay:is(.swiper-slide--2) .about-slide__image:nth-child(6) {
  -webkit-transform: translateX(-90px);
  -ms-transform: translateX(-90px);
  transform: translateX(-90px);
}

.about__swiper .swiper-slide-autoplay:is(.swiper-slide--3) .about-slide__images {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.about__swiper .swiper-slide-autoplay:is(.swiper-slide--3) .about-slide__image:nth-child(1),
.about__swiper .swiper-slide-autoplay:is(.swiper-slide--3) .about-slide__image:nth-child(2) {
  -webkit-transform: translateX(-90px);
  -ms-transform: translateX(-90px);
  transform: translateX(-90px);
}

.about__swiper .swiper-slide-autoplay:is(.swiper-slide--3) .about-slide__image:nth-child(3),
.about__swiper .swiper-slide-autoplay:is(.swiper-slide--3) .about-slide__image:nth-child(4) {
  -webkit-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
}

.about__swiper .swiper-slide-autoplay:is(.swiper-slide--3) .about-slide__image:nth-child(5),
.about__swiper .swiper-slide-autoplay:is(.swiper-slide--3) .about-slide__image:nth-child(6) {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.about__swiper .swiper-slide-autoplay:is(.swiper-slide--3) .about-slide__image:nth-child(7),
.about__swiper .swiper-slide-autoplay:is(.swiper-slide--3) .about-slide__image:nth-child(8) {
  -webkit-transform: translateX(-90px);
  -ms-transform: translateX(-90px);
  transform: translateX(-90px);
}

.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay) .about-slide__images {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay) .about-slide__image {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--1) .about-slide__images {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--1) .about-slide__image:nth-child(3),
.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--1) .about-slide__image:nth-child(4) {
  -webkit-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
}

.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--1) .about-slide__image:nth-child(5),
.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--1) .about-slide__image:nth-child(6) {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--1) .about-slide__image:nth-child(7),
.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--1) .about-slide__image:nth-child(8) {
  -webkit-transform: translateX(-90px);
  -ms-transform: translateX(-90px);
  transform: translateX(-90px);
}

.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--2) .about-slide__images {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--2) .about-slide__image:nth-child(1),
.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--2) .about-slide__image:nth-child(2) {
  -webkit-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
}

.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--2) .about-slide__image:nth-child(3),
.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--2) .about-slide__image:nth-child(4) {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--2) .about-slide__image:nth-child(5),
.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--2) .about-slide__image:nth-child(6) {
  -webkit-transform: translateX(-90px);
  -ms-transform: translateX(-90px);
  transform: translateX(-90px);
}

.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--3) .about-slide__images {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--3) .about-slide__image:nth-child(1),
.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--3) .about-slide__image:nth-child(2) {
  -webkit-transform: translateX(-90px);
  -ms-transform: translateX(-90px);
  transform: translateX(-90px);
}

.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--3) .about-slide__image:nth-child(3),
.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--3) .about-slide__image:nth-child(4) {
  -webkit-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
}

.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--3) .about-slide__image:nth-child(5),
.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--3) .about-slide__image:nth-child(6) {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--3) .about-slide__image:nth-child(7),
.about__swiper .swiper-slide-active:not(.swiper-slide-autoplay):is(.swiper-slide--3) .about-slide__image:nth-child(8) {
  -webkit-transform: translateX(-90px);
  -ms-transform: translateX(-90px);
  transform: translateX(-90px);
}

.about__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.about__pagination .swiper-pagination-bullet {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  height: 4px;
  background: #EDF1F4;
  border-radius: 4px;
  margin: 0 !important;
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.about__pagination .swiper-pagination-bullet-active::before {
  content: "";
  width: 100%;
  height: 4px;
  background: #2A2F35;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: progress 4s linear;
  animation: progress 4s linear;
}

.about-slide {
  padding: 50px 0px 50px 50px;
  border-radius: 8px;
  background: #EDF1F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}

.about-slide__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-slide__title {
  font-size: 80px;
  font-weight: 400;
}

.about-slide__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin-top: auto;
}

.about-slide__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: auto 0 auto auto;
  margin-right: -105px;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}

.about-slide__image {
  padding: 10px 42px;
  border-radius: 8px;
  background: #fff;
  -webkit-transition: 0.3s ease 0.3s;
  -o-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
}

.about-slide__watch {
  margin-top: -50px;
  margin-bottom: -50px;
  margin-left: auto;
  position: relative;
}

.about-slide__watch img {
  width: 100%;
}

.about-slide__watch svg {
  position: absolute;
  left: 287px;
  top: 183px;
  z-index: 1;
}

.about-slide__watch svg path {
  opacity: 0;
}

.about-slide__watch[data-value="1"] svg path:nth-child(1) {
  opacity: 1;
}

.about-slide__watch[data-value="2"] svg path:nth-child(2) {
  opacity: 1;
}

.about-slide__watch[data-value="3"] svg path:nth-child(3) {
  opacity: 1;
}

.about-slide__watch[data-value="4"] svg path:nth-child(4) {
  opacity: 1;
}

.about-slide__watch[data-value="5"] svg path:nth-child(5) {
  opacity: 1;
}

.about-slide__watch[data-value="6"] svg path:nth-child(6) {
  opacity: 1;
}

.about-slide__watch[data-value="7"] svg path:nth-child(7) {
  opacity: 1;
}

.about-slide__watch[data-value="8"] svg path:nth-child(8) {
  opacity: 1;
}

@-webkit-keyframes switchBlockProducts {
  0% {
    -webkit-transform: translate(0, 0) scale(0.9);
    transform: translate(0, 0) scale(0.9);
    z-index: -1;
  }

  49% {
    z-index: -1;
  }

  50% {
    -webkit-transform: translate(0, 30%) scale(1);
    transform: translate(0, 30%) scale(1);
    z-index: 1;
  }

  100% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    z-index: 1;
  }
}

@keyframes switchBlockProducts {
  0% {
    -webkit-transform: translate(0, 0) scale(0.9);
    transform: translate(0, 0) scale(0.9);
    z-index: -1;
  }

  49% {
    z-index: -1;
  }

  50% {
    -webkit-transform: translate(0, 30%) scale(1);
    transform: translate(0, 30%) scale(1);
    z-index: 1;
  }

  100% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    z-index: 1;
  }
}

@-webkit-keyframes switchBlockProductsReverse {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    z-index: 1;
  }

  49% {
    z-index: 1;
  }

  50% {
    -webkit-transform: translate(0, -30%) scale(0.9);
    transform: translate(0, -30%) scale(0.9);
    z-index: -1;
  }

  100% {
    -webkit-transform: translate(0, 0) scale(0.9);
    transform: translate(0, 0) scale(0.9);
    z-index: -1;
  }
}

@keyframes switchBlockProductsReverse {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    z-index: 1;
  }

  49% {
    z-index: 1;
  }

  50% {
    -webkit-transform: translate(0, -30%) scale(0.9);
    transform: translate(0, -30%) scale(0.9);
    z-index: -1;
  }

  100% {
    -webkit-transform: translate(0, 0) scale(0.9);
    transform: translate(0, 0) scale(0.9);
    z-index: -1;
  }
}

.products__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 76px 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #EDF1F4;
  border-radius: 8px;
  gap: 74px;
}

.products__img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.products__tabs-wrapper {
  overflow: visible;
  z-index: 1;
}

.products__block {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: -1;
  -webkit-animation: switchBlockProductsReverse 1s ease-in-out both;
  animation: switchBlockProductsReverse 1s ease-in-out both;
}

.products__block.active {
  -webkit-animation: switchBlockProducts 1s ease-in-out both;
  animation: switchBlockProducts 1s ease-in-out both;
}

.products__tabs {
  margin-top: 14px;
}

.products__tabs .tabs__item {
  width: 70px;
}

.products__tabs::before {
  width: 70px;
}

.products__tabs[data-tab-active="2"]::before {
  left: 75px;
}

.products__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 330px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.products__row {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.products__block-info {
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
  background: #EDF1F4;
}

.why__col {
  max-width: 330px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.why__button {
  margin-top: 30px;
}

.why__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}

.why__swiper {
  width: 100%;
}

.why__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.why__pagination .swiper-pagination-bullet {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  height: 4px;
  background: #EDF1F4;
  border-radius: 4px;
  margin: 0 !important;
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.why__pagination .swiper-pagination-bullet-active::before {
  content: "";
  width: 100%;
  height: 4px;
  background: #2A2F35;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: progress 4s linear;
  animation: progress 4s linear;
}

.why-slide {
  padding: 50px 0px 50px 50px;
  border-radius: 8px;
  background: #EDF1F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.why-slide__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.why-slide__title {
  font-size: 40px;
  font-weight: 400;
}

.why-slide__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin-top: auto;
}

.why-slide__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: auto 0 auto auto;
  margin-right: -105px;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}

.why-slide__image {
  padding: 10px 42px;
  border-radius: 8px;
  background: #fff;
  -webkit-transition: 0.3s ease 0.3s;
  -o-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
}

.why-slide__watch {
  margin-top: -50px;
  margin-bottom: -50px;
  margin-left: auto;
}

.adversment {
  min-height: 100vh;
  background-color: #EDF1F4;
  padding: 110px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.adversment__container {
  margin: auto;
}

.adversment::before {
  content: "";
  width: calc(50% - 10px);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  background: url("../img/adversment-bg.jpg") no-repeat;
  background-size: contain;
  background-position: left bottom;
}

.adversment__wrapper {
  position: relative;
  max-width: calc(50% + 10px - 160px);
  margin-left: auto;
}

.adversment__col {
  width: 100%;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px;
  border-radius: 8px;
  background: #Fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.adversment__col:not(:first-child) {
  position: absolute;
  bottom: 50%;
  left: 0;
  opacity: 0;
  width: 100%;
  -webkit-transform: translateY(calc(50% + 100px));
  -ms-transform: translateY(calc(50% + 100px));
  transform: translateY(calc(50% + 100px));
  pointer-events: none;
}

.adversment__col:first-child:not(.adversment__col.active) {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

.adversment__col.active:not(:first-child) {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.adversment__title {
  margin-top: 30px;
}

.adversment__text {
  margin-top: 20px;
}

.adversment__button {
  margin-top: 40px;
  margin-right: auto;
}

.adversment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
}

.adversment-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.adversment-form__text {
  color: #929BA5;
  font-size: 12px;
  font-weight: 400;
}

.adversment-form__text a {
  text-decoration: underline;
  font: inherit;
  color: inherit;
}

.work {
  min-height: 100vh;
  background-color: #EDF1F4;
  padding: 110px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: url("../img/work-bg.jpg") no-repeat;
  background-size: cover;
}

.work__container {
  margin: auto;
  position: relative;
}

.work__wrapper {
  position: relative;
  max-width: calc(50% + 10px - 160px);
  margin-left: auto;
}

.work__col {
  width: 100%;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px;
  border-radius: 8px;
  background: #Fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.work__col:not(:first-child) {
  position: absolute;
  bottom: 50%;
  left: 0;
  opacity: 0;
  width: 100%;
  -webkit-transform: translateY(calc(50% + 100px));
  -ms-transform: translateY(calc(50% + 100px));
  transform: translateY(calc(50% + 100px));
  pointer-events: none;
}

.work__col:first-child:not(.work__col.active) {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

.work__col.active:not(:first-child) {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.work__title {
  margin-top: 30px;
}

.work__text {
  margin-top: 20px;
}

.work__button {
  margin-top: 40px;
  margin-right: auto;
}

.work-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
}

.work-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.work-form__text {
  color: #929BA5;
  font-size: 12px;
  font-weight: 400;
}

.work-form__text a {
  text-decoration: underline;
  font: inherit;
  color: inherit;
}

.career__col {
  max-width: 330px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.career__button {
  margin-top: 30px;
}

.career__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}

.career-faq {
  padding: 50px 0px;
  border-top: 1px solid #C4CFD8;
}

.career-faq:last-child {
  border-bottom: 1px solid #C4CFD8;
}

.career-faq__header {
  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;
  cursor: pointer;
}

.career-faq__title {
  font-size: 30px;
  font-weight: 400;
  color: #929ba5;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.career-faq__button {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #EDF1F4;
}

.career-faq__button path,
.career-faq__button svg {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.career-faq__wrapper {
  margin-top: 0px;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.career-faq__content {
  overflow: hidden;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.career-faq__list {
  padding-left: 30px;
}

.career-faq__list-item {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  /* 140% */
  list-style: disc;
}

.career-faq.active .career-faq__wrapper {
  grid-template-rows: 1fr;
  margin-top: 30px;
}

.career-faq.active .career-faq__button svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  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;
  border-radius: 6px;
  background: white;
  z-index: 3;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.gotop.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.footer {
  padding: 72px 0px 92px;
  background: #171D25;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}

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

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__text {
  color: #929BA5;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}

.footer__skolkovo path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer__mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px 20px;
}

.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 205px;
  width: 100%;
  gap: 20px;
}

.footer__policy {
  color: #929BA5;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  max-width: 205px;
  width: 100%;
  line-height: 20px;
  /* 125% */
}

.footer__policy a {
  font: inherit;
  color: inherit;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: underline;
  text-underline-position: under;
}

.footer__link {
  color: #929BA5;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer-game {
  max-width: 330px;
}

.footer-game__wrapper {
  max-width: 330px;
  max-height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-game__button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer-game__button.active {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.footer-game__keys {
  display: grid;
  grid-template-columns: repeat(3, 50px);
  grid-template-rows: repeat(2, 50px);
  gap: 15px;
  margin: 60px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-game__key {
  border-radius: 6px;
  background: #929BA5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.footer-game__key:nth-child(1) {
  grid-column: 2/3;
}

.footer-game__key:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}

.footer-game__key:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.footer-game__key:nth-child(4) {
  grid-column: 3/4;
  grid-row: 2/3;
}

#game {
  background: #2A2F35;
}

.modal {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 85px 20px 20px;
  overflow: auto;
  width: 100%;
  height: 100%;
}

.modal.active {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}

.modal-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  background: #2A2F35;
  border-radius: 6px;
  padding: 40px 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 130px;
  overflow: auto;
  margin-bottom: auto;
}

.modal-navigation__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  gap: 10px;
}

.scroll-lock {
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 120px 0px 50px;
    min-height: 0;
    z-index: 1;
  }

  .hero::before {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 430px;
    bottom: 463px;
    z-index: -1;
  }

  .hero__col {
    margin-left: 0;
    padding-left: 0;
    max-width: 100%;
  }

  .hero-info {
    margin-top: 463px;
  }

  .hero-info__block {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-info__line {
    width: 100%;
    height: 1px;
    margin-top: 28px;
  }

  .about__container {
    gap: 15px;
  }

  .about-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0px 30px 30px;
    gap: 30px;
  }

  .about-slide__col {
    gap: 10px;
  }

  .why__container {
    gap: 15px;
  }

  .why-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0px 30px 30px;
    gap: 30px;
  }

  .why-slide__col {
    gap: 10px;
  }

  .adversment__wrapper {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 100%;
  }

  .work__wrapper {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 100%;
  }
}

@media screen and (max-width: 990px) {
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about__pagination {
    margin-top: 50px;
  }

  .about__col {
    max-width: 100%;
  }

  .products__wrapper {
    padding: 50px 20px;
    gap: 0px 15px;
    position: relative;
  }

  .why__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .why__pagination {
    margin-top: 50px;
  }

  .why__col {
    max-width: 100%;
  }

  .career__container {
    gap: 50px 15px;
  }
}

@media screen and (max-width: 768px) {
  .section + .section {
    margin-top: 50px;
  }

  .header .auth-button {
    display: none;
  }

  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .logo {
    height: 50px;
  }

  .logo img {
    height: inherit;
    width: auto;
  }

  .nav {
    display: none;
    margin-left: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .nav__link {
    text-align: left;
    color: #fff;
  }

  .hero-info .tabs {
    width: 100%;
  }

  .hero-info .tabs__item {
    width: 50%;
  }

  .hero-info .tabs::before {
    width: calc(50% - 5px);
  }

  .hero-info .tabs[data-tab-active="2"]::before {
    left: 50%;
  }

  .hero-info .tabs-wrapper {
    width: 100%;
  }

  .hero-info__block {
    width: 100%;
    max-width: 100%;
  }

  .hero-info__col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }

  .hero-info__title {
    white-space: nowrap;
  }

  .hero-info__text {
    margin-top: 0;
    margin-left: 0;
  }

  .about-slide__images {
    gap: 8px;
  }

  .about-slide__image {
    padding: 6px 24px;
  }

  .about-slide__image img {
    height: 40px;
  }

  .about-slide__watch {
    margin-left: -10px;
    margin-top: -10px;
    margin-bottom: -30px;
    max-height: 274px;
    width: 315px;
  }

  .about-slide__watch img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .about-slide__watch svg {
    top: 104px;
    left: 164px;
    width: 46px;
    height: 77px;
  }

  .products__tabs-wrapper-info {
    margin-top: 354px;
  }

  .products__tabs-wrapper {
    position: absolute;
    left: 50%;
    max-width: 375px;
    width: 100%;
    top: 90px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .products__col {
    max-width: 100%;
  }

  .products__tabs {
    position: absolute;
    top: 40px;
    right: 20px;
  }

@-webkit-keyframes switchBlockProducts {
    0% {
      -webkit-transform: translate(0, 0) scale(0.9);
      transform: translate(0, 0) scale(0.9);
      z-index: -1;
    }

    49% {
      z-index: -1;
    }

    50% {
      -webkit-transform: translate(30%, 0) scale(1);
      transform: translate(30%, 0) scale(1);
      z-index: 1;
    }

    100% {
      -webkit-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
      z-index: 1;
    }
}

@keyframes switchBlockProducts {
    0% {
      -webkit-transform: translate(0, 0) scale(0.9);
      transform: translate(0, 0) scale(0.9);
      z-index: -1;
    }

    49% {
      z-index: -1;
    }

    50% {
      -webkit-transform: translate(30%, 0) scale(1);
      transform: translate(30%, 0) scale(1);
      z-index: 1;
    }

    100% {
      -webkit-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
      z-index: 1;
    }
}

@-webkit-keyframes switchBlockProductsReverse {
    0% {
      -webkit-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
      z-index: 1;
    }

    49% {
      z-index: 1;
    }

    50% {
      -webkit-transform: translate(-30%, 0) scale(0.9);
      transform: translate(-30%, 0) scale(0.9);
      z-index: -1;
    }

    100% {
      -webkit-transform: translate(0, 0) scale(0.9);
      transform: translate(0, 0) scale(0.9);
      z-index: -1;
    }
}

@keyframes switchBlockProductsReverse {
    0% {
      -webkit-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
      z-index: 1;
    }

    49% {
      z-index: 1;
    }

    50% {
      -webkit-transform: translate(-30%, 0) scale(0.9);
      transform: translate(-30%, 0) scale(0.9);
      z-index: -1;
    }

    100% {
      -webkit-transform: translate(0, 0) scale(0.9);
      transform: translate(0, 0) scale(0.9);
      z-index: -1;
    }
}

  .why-slide__images {
    gap: 8px;
  }

  .why-slide__image {
    padding: 6px 24px;
  }

  .why-slide__image img {
    height: 40px;
  }

  .why-slide__watch {
    margin: 0;
    margin-left: auto;
    margin-bottom: -30px;
    width: 260px;
    height: 214px;
  }

  .why-slide__watch img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .adversment {
    padding: 0;
    min-height: 0;
    padding-bottom: 430px;
    margin-top: 0;
  }

  .adversment br {
    display: none;
  }

  .adversment__wrapper {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
  }

  .adversment__col {
    padding: 50px 20px;
  }

  .adversment::before {
    max-width: 430px;
    width: 100%;
  }

  .work {
    padding: 0;
    min-height: 0;
    padding-top: 430px;
    margin-top: 0;
    background: url("../img/work-bg-mobile.jpg") no-repeat;
    background-size: 100% auto;
  }

  .work br {
    display: none;
  }

  .work__wrapper {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
  }

  .work__col {
    padding: 50px 20px;
  }

  .work::before {
    max-width: 430px;
    width: 100%;
  }

  .career__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .career__col {
    max-width: 100%;
  }

  .footer__policy {
    text-align: left;
    max-width: 100%;
  }

  .footer__col {
    max-width: 100%;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-game {
    max-width: 100%;
    width: 100%;
  }

  .footer-game__wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: unset;
  }

  .footer-game__wrapper cavas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (hover: hover) {
  .button:hover:hover {
    background: #B1EC52;
    color: #2A2F35;
  }

  .button:hover:hover path[stroke] {
    stroke: #2A2F35;
  }

  .button--white:hover:hover {
    background: #B1EC52;
  }

  .skolkovo:hover:hover path[fill="#424B52"] {
    fill: #2A2F35;
  }

  .skolkovo:hover:hover path[stroke="#424B52"] {
    stroke: #2A2F35;
  }

  .nav__link:hover:hover {
    color: #2A2F35;
  }

  .auth-button:hover:hover {
    background: #B1EC52;
  }

  .hero-info__link:hover:hover {
    color: #2A2F35;
  }

  .hero-info__link:hover:hover path[fill] {
    fill: #2A2F35;
  }

  .hero-info__link:hover:hover path[stroke] {
    stroke: #2A2F35;
  }

  .tabs__item:hover:hover {
    color: #2A2F35;
  }

  .career-faq:hover:hover .career-faq__title {
    color: #2A2F35;
  }

  .career-faq:hover:hover .career-faq__button path {
    stroke: #2A2F35;
  }

  .gotop:hover:hover {
    background: #B1EC52;
  }

  .footer__skolkovo:hover:hover path[fill="#929BA5"] {
    fill: #B1EC52;
  }

  .footer__policy a:hover:hover {
    color: #fff;
  }

  .footer__link:hover:hover {
    color: #fff;
  }

  .footer-game__key:hover:hover {
    background: #B1EC52;
  }
}