.container {
  display: block;
  max-width: 76.14583vw;
  padding: 0 1.61458vw;
  margin: 0 auto;
}

h2 {
  font-weight: 500;
  font-size: 3.22917vw;
  line-height: 114%;
  letter-spacing: -4%;
  color: #121727;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 1.14583vw;
  line-height: 114%;
  letter-spacing: -4%;
  padding: 1.61458vw 5.3125vw;
  color: #121727;
  background: #c6f688;
  border: 0.15625vw solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.37) 0%, rgba(165, 218, 95, 0.37) 100%);
  box-shadow: 0 0.20833vw 0 #9cc965, 0px 0.17865vw 0.14323vw 0px rgba(84, 84, 84, 0.04), 0px 0.4526vw 0.36198vw 0px rgba(84, 84, 84, 0.06), 0px 0.92292vw 0.73854vw 0px rgba(84, 84, 84, 0.08), 0px 1.90104vw 1.52083vw 0px rgba(84, 84, 84, 0.1), 0px 5.20833vw 4.16667vw 0px rgba(84, 84, 84, 0.14);
  border-radius: 2.44792vw;
  cursor: pointer;
  transition: all 0.2s ease;
}

.button:hover {
  background: #9cc965;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5.67708vw;
}

.header .logo {
  width: 7.70833vw;
  height: 3.07292vw;
}

.header .logo img {
  width: 7.70833vw;
  height: 3.07292vw;
}

.header-wrapper {
  display: flex;
  align-items: center;
  gap: 1.51042vw;
}

.header-link {
  font-weight: 500;
  font-size: 1.14583vw;
  line-height: 130%;
  letter-spacing: -4%;
  transition: color 0.2 ease;
}

.header-link:hover {
  color: #b2e372;
}

.header-link_left {
  margin-right: 6.92708vw;
}

.header-link_left:hover {
  color: #121727;
}

.header-link_left span {
  opacity: 0.46;
}

.promo {
  position: relative;
  z-index: 1;
  padding-top: 1.71875vw;
}

.promo h1 {
  width: 45.10417vw;
  font-weight: 500;
  font-size: 3.22917vw;
  line-height: 114%;
  letter-spacing: -4%;
  margin-bottom: 8.64583vw;
}

.promo h1 span {
  opacity: 0.37;
}

.promo-wrapper {
  display: flex;
  gap: 0.52083vw;
}

.promo-wrapper ul li {
  font-weight: 400;
  font-size: 1.14583vw;
  line-height: 130%;
  letter-spacing: -4%;
  margin-bottom: 1.92708vw;
}

.promo-wrapper ul li:last-child {
  margin-top: 2.60417vw;
  width: 90%;
}

.promo-wrapper ul li span.highlight {
  position: relative;
  background-color: #c6f688;
}

.promo-wrapper ul li span.highlight img {
  display: inline-block;
  vertical-align: bottom;
  width: 0.26042vw;
  height: 1.77083vw;
  position: relative;
  top: -0.07813vw;
  left: -0.15625vw;
}

.promo-wrapper ul li span.highlight img:last-child {
  top: 0.33854vw;
  left: 0.15625vw;
}

.promo-wrapper ul li span:not(.highlight) {
  color: #9ea0a7;
}

.promo .line {
  position: absolute;
  width: 51.71875vw;
  height: 51.61458vw;
  top: 0;
  left: 13.54167vw;
  z-index: -1;
}

.promote {
  position: relative;
  z-index: 1;
}

.promote-wrapper {
  width: calc(100% - 3.22917vw);
  margin: 0 auto;
  height: 52.70833vw;
  border-radius: 3.54167vw;
  background-color: #fff;
  padding-top: 4.01042vw;
  padding-bottom: 6.5625vw;
}

.promote h2 {
  margin-bottom: 4.32292vw;
  padding-left: 11.92708vw;
}

.promote-scroll-wrapper {
  position: absolute;
  top: 15.625vw;
  overflow: hidden;
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}

.promote-scroll {
  display: flex;
  gap: 1.25vw;
  -webkit-animation: scroll 30s linear infinite;
          animation: scroll 30s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.promote-scroll-clone {
  display: flex;
  gap: 1.25vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.promote-item {
  display: flex;
  align-items: flex-end;
  padding-bottom: 2.44792vw;
  padding-left: 2.96875vw;
  position: relative;
  width: 26.71875vw;
  height: 30.52083vw;
  border-radius: 2.70833vw;
  overflow: hidden;
  flex-shrink: 0;
}

.promote-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.promote-item h3 {
  position: relative;
  font-weight: 500;
  font-size: 1.71875vw;
  line-height: 114%;
  letter-spacing: -4%;
  z-index: 2;
}

.promote-item h3.white {
  color: #fff;
}

@-webkit-keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 1.5rem));
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 1.5rem));
  }
}

.promote-scroll:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.advantages h2 {
  margin-bottom: 3.17708vw;
}

.advantages-block {
  width: 100%;
  height: 23.95833vw;
  background: url("../img/advantages/bg.png") center/cover no-repeat;
  border-radius: 2.70833vw;
  padding-top: 2.76042vw;
  padding-left: 4.63542vw;
  margin-bottom: 5vw;
}

.advantages-block h3 {
  font-weight: 500;
  font-size: 1.66667vw;
  line-height: 114%;
  letter-spacing: -4%;
  color: #fff;
  margin-bottom: 1.875vw;
}

.advantages-block h4 {
  font-weight: 300;
  font-size: 1.14583vw;
  line-height: 130%;
  letter-spacing: -4%;
  color: #fff;
}

.advantages-wrapper {
  display: flex;
  gap: 2.91667vw;
  margin-bottom: 4.53125vw;
}

.advantages-wrapper img {
  width: 16.09375vw;
  height: 13.69792vw;
}

.advantages-wrapper h3 {
  font-weight: 500;
  font-size: 1.66667vw;
  line-height: 130%;
  letter-spacing: -4%;
  margin-bottom: 1.66667vw;
}

.advantages-wrapper ul {
  display: flex;
  gap: 0.57292vw;
  flex-wrap: wrap;
}

.advantages-wrapper li {
  display: inline-block;
  font-weight: 400;
  font-size: 1.09375vw;
  line-height: 130%;
  letter-spacing: -4%;
  padding: 1.51042vw 1.77083vw;
  border-radius: 0.88542vw;
  border: 1px solid black;
}

.advantages h2.huge {
  position: relative;
  font-weight: 500;
  font-size: 4.42708vw;
  line-height: 114%;
  letter-spacing: -4%;
  z-index: 2;
  margin-bottom: 6.875vw;
}

.advantages h2.huge span {
  opacity: 0.37;
}

.advantages h2.huge .green {
  color: #b2e372;
  opacity: 1;
}

.advantages h2.huge .icon {
  position: relative;
  top: 0.52083vw;
  width: 3.38542vw;
  height: 3.38542vw;
}

.advantages h2.huge .line {
  position: absolute;
  top: -1.875vw;
  left: 1.82292vw;
  width: 58.75vw;
  height: 23.90625vw;
  z-index: -1;
}

.why {
  width: calc(100% - 3.22917vw);
  position: relative;
  border-radius: 3.54167vw;
  background: #121727;
  padding: 4.01042vw 0px 9.47917vw;
  margin: 0 auto;
}

.why h2 {
  color: #fff;
  margin-bottom: 3.28125vw;
  padding-left: 11.30208vw;
}

.why-slider {
  width: 72.91667vw;
  margin: 0 auto;
}

.why-slide {
  width: 35.9375vw;
  height: 30.52083vw;
  border-radius: 2.70833vw;
  background: url("../img/why/bg.png") center/cover no-repeat;
  padding: 3.95833vw 2.86458vw 4.63542vw;
}

.why-slide:last-child {
  margin-right: 0;
}

.why-slide__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.38542vw;
  height: 3.38542vw;
  background: #c6f688;
  border-radius: 50%;
  font-weight: 500;
  font-size: 1.66667vw;
  line-height: 114%;
  letter-spacing: -4%;
  margin-bottom: 5.36458vw;
}

.why-slide h3 {
  font-weight: 500;
  font-size: 1.66667vw;
  line-height: 114%;
  letter-spacing: -4%;
  margin-bottom: 1.875vw;
}

.why-slide p {
  font-weight: 400;
  font-size: 1.14583vw;
  line-height: 130%;
  letter-spacing: -4%;
}

.why .swiper-pagination {
  /* position: absolute;
  bottom: -94px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  z-index: 2; */
  bottom: -1px;
  z-index: 1;
}

.why .swiper-pagination .swiper-pagination-bullet {
  width: 0.57292vw;
  height: 0.57292vw;
  border-radius: 50%;
  background: #ededed;
  transition: all 0.2s ease;
  cursor: pointer;
  opacity: 1;
}

.why .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c6f688;
}

.why-arrows {
  position: absolute;
  bottom: 4.42708vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 45.36458vw;
  z-index: 2;
}

.why-arrows button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  outline: none;
  width: 3.28125vw;
  height: 0.83333vw;
  cursor: pointer;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
  z-index: 4;
}

.why-arrows button img {
  width: 3.28125vw;
  height: 0.83333vw;
}

.why-arrows button:hover {
  opacity: 0.5;
}

.why-arrows button.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.social {
  position: relative;
  padding-top: 8.02083vw;
  padding-bottom: 6.82292vw;
  z-index: 1;
  margin-bottom: 0;
  overflow: hidden;
}

.social h2 {
  display: block;
}

.social h2 span {
  color: #9ea0a7;
}

.social h2.margin {
  margin-bottom: 3.17708vw;
}

.social-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3.54167vw;
  gap: 2.60417vw;
}

.social .button {
  position: relative;
  bottom: 0.625vw;
  font-weight: 600;
  font-size: 1.14583vw;
  line-height: 114%;
  letter-spacing: -4%;
  padding: 1.61458vw 3.4375vw;
  border-radius: 2.44792vw;
  white-space: nowrap;
  color: #121727;
}

.social-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7.60417vw;
}

.social-wrapper li {
  font-weight: 400;
  font-size: 1.4151vw;
  line-height: 130%;
  letter-spacing: -4%;
  padding: 1.875vw 2.60417vw;
  border: 0.06406vw solid rgba(0, 0, 0, 0.2);
  border-radius: 1.09375vw;
}

.social-wrapper li.inst {
  background: rgba(252, 1, 216, 0.12);
  color: #ed06e9;
}

.social-wrapper li.fb {
  background: rgba(8, 101, 255, 0.12);
  color: #0865ff;
}

.social-wrapper li.twit {
  background: rgba(18, 23, 39, 0.1);
  color: #121727;
}

.social-wrapper li.tt {
  background: rgba(65, 226, 255, 0.09);
  color: #39c2cc;
}

.social-wrapper li.tg {
  background: rgba(55, 192, 255, 0.2);
  color: #2bb8ff;
}

.social-wrapper li.yandex {
  background: rgba(255, 250, 114, 0.13);
  color: #ff0d11;
}

.social .bg-arrow {
  position: absolute;
  top: 0.78125vw;
  left: 18.125vw;
  width: 39.16667vw;
  height: 40.15625vw;
  z-index: -1;
}

.social-list {
  display: flex;
  gap: 1.40625vw;
  flex-wrap: wrap;
}

.social-list__item {
  font-weight: 400;
  font-size: 1.14583vw;
  line-height: 130%;
  letter-spacing: -4%;
  padding: 1.51042vw 2.13542vw;
  background: white;
  border-radius: 0.88542vw;
}

.social .bg-image {
  position: absolute;
  bottom: -6.25vw;
  right: -2.60417vw;
  z-index: -1;
  width: 46.09375vw;
  height: 54.79167vw;
}

.social .fake-container {
  display: block;
  max-width: 81.875vw;
  padding: 0 0 0 0.78125vw;
  margin-left: calc((100vw - 76.14583vw) / 2);
}

.cases {
  padding: 0 1.61458vw;
  margin-bottom: 0;
}

.cases-wrapper {
  border-radius: 3.54167vw;
  background-color: #fff;
  padding-top: 4.01042vw;
  padding-bottom: 1.77083vw;
}

.cases-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.76042vw;
}

.cases-head h3 {
  font-weight: 400;
  font-size: 1.14583vw;
  line-height: 130%;
  letter-spacing: -4%;
  padding-right: 8.07292vw;
}

.cases-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 0.57292vw;
  border-radius: 2.70833vw;
  width: 100%;
  height: 23.02083vw;
  z-index: 1;
  padding: 2.8125vw 2.91667vw 2.91667vw;
}

.cases-item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.cases-item h4 {
  font-weight: 500;
  font-size: 1.66667vw;
  line-height: 114%;
  letter-spacing: -4%;
}

.cases-item__text {
  font-weight: 400;
  font-size: 1.14583vw;
  line-height: 130%;
  letter-spacing: -4%;
  margin-bottom: 1.45833vw;
}

.cases-item__text span {
  color: #9ea0a7;
}

.cases-item__price {
  font-weight: 400;
  font-size: 1.14583vw;
  line-height: 130%;
  letter-spacing: -4%;
}

.cases-item__price span {
  font-weight: 600;
  color: #a5da5f;
}

.cases-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 400;
  font-size: 1.14583vw;
  line-height: 130%;
  letter-spacing: -4%;
  cursor: pointer;
  padding: 1.35417vw 0;
  color: #121727;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: none;
  outline: none;
  margin-top: 1.71875vw;
  transition: all 0.2s ease;
}

.cases-button:hover {
  background-color: #e9e9e9;
}

.cases-extra {
  overflow: hidden;
  transition: max-height 0.75s ease;
}

.discuss {
  padding: 1.5625vw 1.61458vw 0;
  margin-bottom: 0;
}

.discuss-wrapper {
  position: relative;
  height: 38.28125vw;
  background: #000;
  border-radius: 3.54167vw;
  padding-top: 2.8125vw;
  overflow: hidden;
  z-index: 1;
}

.discuss h2 {
  color: #fff;
  margin-bottom: 1.40625vw;
}

.discuss .form {
  display: flex;
  align-items: center;
  gap: 0.78125vw;
}

.discuss .form .input {
  height: 4.53125vw;
  width: 28.54167vw;
  font-weight: 400;
  font-size: 1.14583vw;
  line-height: 130%;
  letter-spacing: -4%;
  background: #dddfe3;
  border: 1px solid white;
  box-shadow: 0px 0px 2.28646vw 0px rgba(0, 0, 0, 0.05) inset;
  border-radius: 0.88542vw;
  padding-left: 2.13542vw;
}

.discuss .form .input::-moz-placeholder {
  font-weight: 400;
  font-size: 1.14583vw;
  line-height: 130%;
  letter-spacing: -4%;
  color: #9ea0a7;
}

.discuss .form .input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 1.14583vw;
  line-height: 130%;
  letter-spacing: -4%;
  color: #9ea0a7;
}

.discuss .form .input::placeholder {
  font-weight: 400;
  font-size: 1.14583vw;
  line-height: 130%;
  letter-spacing: -4%;
  color: #9ea0a7;
}

.discuss .form .input_tg {
  width: 26.5625vw;
}

.discuss .form .button {
  color: #121727;
  border: none;
  box-shadow: 0px 0.17865vw 0.14323vw 0px rgba(84, 84, 84, 0.04), 0px 0.4526vw 0.36198vw 0px rgba(84, 84, 84, 0.06), 0px 0.92292vw 0.73854vw 0px rgba(84, 84, 84, 0.08), 0px 1.90104vw 1.52083vw 0px rgba(84, 84, 84, 0.1), 0px 5.20833vw 4.16667vw 0px rgba(84, 84, 84, 0.14);
  margin-left: 0.20833vw;
}

.discuss-about {
  display: flex;
  justify-content: space-between;
  padding-top: 5.26042vw;
}

.discuss-about__left {
  width: 22.34375vw;
  flex-shrink: 0;
}

.discuss-about__right {
  padding-top: 0.26042vw;
  width: 23.90625vw;
  flex-shrink: 0;
}

.discuss-about__circle {
  width: 1.82292vw;
  height: 1.82292vw;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 1.45833vw;
}

.discuss-about__title {
  font-weight: 600;
  font-size: 1.14583vw;
  line-height: 114%;
  letter-spacing: -4%;
  color: white;
  margin-bottom: 1.71875vw;
}

.discuss-about__text {
  font-weight: 400;
  font-size: 1.14583vw;
  line-height: 130%;
  letter-spacing: -4%;
  color: #fff;
}

.discuss-about__text span {
  color: #9ea0a7;
}

.discuss .discuss-bg {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: -8.33333vw;
  z-index: -1;
}

.footer {
  height: 12.39583vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}

.footer .bg-arrow {
  position: absolute;
  bottom: 0;
  left: 51%;
  transform: translateX(-50%);
  width: 51.40625vw;
  height: 21.19792vw;
  z-index: -1;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: 500;
  font-size: 0.83333vw;
  line-height: 114%;
  letter-spacing: -4%;
  color: black;
  margin-right: 1.92708vw;
}

.footer-left img {
  position: relative;
  right: -0.88542vw;
  display: block;
  width: 3.90625vw;
  height: 1.45833vw;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 0.46875vw;
}

.footer-right {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 0.83333vw;
  line-height: 114%;
  letter-spacing: -4%;
  color: black;
  margin-left: 1.92708vw;
}

.footer-right img {
  display: block;
  width: 3.85417vw;
  height: 1.45833vw;
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 0.72917vw;
}

.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.45833vw;
}

.footer__href {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625vw;
  font-weight: 400;
  font-size: 1.4151vw;
  line-height: 130%;
  letter-spacing: -4%;
  padding: 1.875vw 1.66667vw;
  border: 0.06406vw solid rgba(0, 0, 0, 0.2);
  border-radius: 1.09375vw;
  transition: all 0.2s ease;
}

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

.footer a.footer__href_inst {
  background: rgba(252, 1, 216, 0.12);
  color: #ed06e9;
}

.footer a.footer__href_inst:hover {
  background: rgba(252, 1, 216, 0.22);
}

.footer a.footer__href_tg {
  background: rgba(55, 192, 255, 0.2);
  color: #2bb8ff;
}

.footer a.footer__href_tg:hover {
  background: rgba(55, 192, 255, 0.32);
}

.footer-logo {
  position: absolute;
  bottom: 1.82292vw;
  right: 16.92708vw;
  width: 7.70833vw;
  height: 3.07292vw;
}

.footer-logo img {
  width: 7.70833vw;
  height: 3.07292vw;
}

/* .promote-scroll-wrapper .swiper-wrapper {
  transition-timing-function: linear !important;
} */

.thank-body {
  font-family: "Inter", sans-serif;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 55.20833vw;
  box-sizing: border-box;
}

.thank {
  box-sizing: border-box;
  width: 100%;
  height: 55.20833vw;
  background: url("../img/thank/bg.jpg") center/cover no-repeat;
  padding-top: 14.73958vw;
}

.thank-logo {
  display: block;
  margin: 0 auto 2.60417vw;
  width: 12.86458vw;
  height: 5.15625vw;
}

.thank-logo img {
  width: 12.86458vw;
  height: 5.15625vw;
}

.thank h1 {
  text-align: center;
  font-weight: 500;
  font-size: 4.94792vw;
  line-height: 114%;
  letter-spacing: -4%;
  margin-bottom: 1.14583vw;
}

.thank h2 {
  font-weight: 300;
  font-size: 1.66667vw;
  line-height: 114%;
  letter-spacing: -4%;
  text-align: center;
  margin-bottom: 5.05208vw;
}

.thank .button {
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.57292vw;
  height: 4.53125vw;
  border-radius: 2.44792vw;
  font-weight: 600;
  font-size: 1.14583vw;
  line-height: 114%;
  letter-spacing: -4%;
  margin: 0 auto;
}

.mb {
  display: none;
}