@font-face {
  font-family: "Raleway-Regular";
  src: url("../fonts/Raleway-Regular.woff"), url("../fonts/Raleway-Regular.woff2");
  font-display: swap;
}

@font-face {
  font-family: "Raleway-SemiBold";
  src: url("../fonts/Raleway-SemiBold.woff"), url("../fonts/Raleway-SemiBold.woff2");
  font-display: swap;
}

@font-face {
  font-family: "TenorSans-Regular";
  src: url("../fonts/TenorSans-Regular.woff"), url("../fonts/TenorSans-Regular.woff2");
  font-display: swap;
}

@font-face {
  font-family: "CopyrightHouseIndustries";
  src: url("../fonts/CopyrightHouseIndustries.woff"), url("../fonts/CopyrightHouseIndustries.woff2");
  font-display: swap;
}

@font-face {
  font-family: 'als_rublregular';
  src: url("../fonts/rouble-webfont.woff2") format('woff2'), url("../fonts/rouble-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

section {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  font-size: 14.5px;
  line-height: 140%;
  overflow: hidden;
}

.wrapper {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5px;
}

h1,
h2,
h3,
h4 {
  font-family: "TenorSans-Regular";
  font-weight: 400;
  text-transform: uppercase;
}

.title-secondary {
  font-size: 24px;
  line-height: normal;
}

.color-black {
  color: #000;
}

.color-black-2 {
  color: #050302;
}

.color-white {
  color: #fff;
}

.color-white-2 {
  color: #f8f8f8;
}

.color-gold-1 {
  color: #998368;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-i-block {
  display: inline-block;
}

.d-inline {
  display: inline;
}

.d-none {
  display: none;
}

.text-up {
  text-transform: uppercase;
}

.text-init {
  text-transform: initial;
}

.text-center {
  text-align: center;
}

.text-italic {
  font-style: italic;
}

.font-r-reg {
  font-family: "Raleway-Regular";
  font-weight: 400;
}

.font-r-s-bold {
  font-family: "Raleway-SemiBold";
  font-weight: 600;
}

.font-t-reg {
  font-family: "TenorSans-Regular";
  font-weight: 400;
}

.font-rub {
  font-family: 'als_rublregular';
  font-weight: normal;
  text-transform: none;
}

.font-s-14 {
  font-size: 13px;
  line-height: 150%;
}

.font-s-16 {
  font-size: 14.5px;
  line-height: 140%;
}

.font-s-18 {
  font-size: 15px;
  line-height: 130%;
}

.font-s-20 {
  font-size: 16px;
}

.font-s-22 {
  font-size: 17px;
  line-height: 130%;
}

.font-s-24 {
  font-size: 18px;
  line-height: normal;
}

.font-s-30 {
  font-size: 19px;
  line-height: normal;
}

.font-s-34 {
  font-size: 18px;
  line-height: normal;
}

.font-s-40 {
  font-size: 20px;
  line-height: 130%;
}

.font-s-62 {
  font-size: 22px;
  line-height: normal;
}

.tap-color {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.section-text {
  font-family: "CopyrightHouseIndustries";
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 27px;
  position: absolute;
  z-index: -3;
  pointer-events: none;
  color: rgba(153,131,104,0.06);
  top: 36px;
  left: 0;
  right: 0;
  text-align: center;
  width: 300px;
  margin: 0 auto;
}

.about-section {
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
  padding: 0 0 20px 0;
}

.about-section__image {
  position: relative;
  left: calc(50% - 150px);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #998368;
}

.about-section__image img {
  height: auto;
  width: 305px;
  margin: -18px 0 0 0;
}

.about-section__inner {
  position: relative;
  z-index: 1;
  padding: 58px 0 26px 0;
  text-align: center;
}

.about-section__title {
  margin: 0 0 14px 0;
}

.about-section__content {
  margin: 0 0 0 auto;
  max-width: 500px;
}

.about-section__info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.about-section__info-item {
  margin: 0 0 14px 0;
}

.about-section__info-item:last-child {
  margin: 0;
}

.about-section__info-description {
  margin: 0 0 14px 0;
}

.about-section__info-description:last-child {
  margin: 0;
}

.about-section__info-description br {
  display: none;
}

.about-section__frame {
  margin: 0 auto 20px auto;
  background-color: #fff;
  max-width: 320px;
  padding: 20px 10px;
}

.about-section__frame br {
  display: none;
}

.about-section__frame-title {
  margin: 0 0 20px 0;
}

.about-section__frame-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  border-top: 1px solid #998368;
  gap: 20px;
  padding: 20px 0;
}

.about-section__frame-item {
  border-bottom: 1px solid #998368;
  padding: 0 0 20px 0;
  text-align: center;
}

.about-section__frame-subtitle {
  line-height: normal !important;
  margin: 0 0 6px 0;
  font-size: 15px;
}

.about-section__frame-subtitle--1 {
  font-size: 15px;
}

.about-section__frame-helper {
  margin: 0 auto;
}

.advantages-section__inner {
  padding: 58px 0 46px 0;
  position: relative;
  z-index: 1;
}

.advantages-section__title {
  margin: 0 0 24px 0;
  text-align: center;
}

.advantages-section__cards-swiper {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

.advantages-section__cards {
  position: relative;
}

.advantages-section__cards:before,
.advantages-section__cards:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #998368;
}

.advantages-section__cards:before {
  left: 0;
}

.advantages-section__cards:after {
  right: 0;
}

.advantages-section__cards-list {
  display: flex;
  margin: 0 0 20px 0;
}

.advantages-section__cards-bullets.swiper-bullets {
  gap: 9px;
}

.advantages-section__cards-bullets.swiper-bullets .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}

.advantages-section__cards-controll {
  position: absolute;
  display: flex;
  justify-content: space-between;
  height: 0;
  top: 130px;
  left: -28px;
  right: -28px;
}

.advantages-section__cards-btn {
  cursor: pointer;
  transition: 0.3s;
}

.advantages-section__cards-btn:hover {
  transform: scale(1.1);
}

.advantages-section__cards-btn img {
  height: auto;
  width: 32px;
}

.advantages-section__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 278px;
  height: 302px;
  text-align: center;
  margin: 0 auto;
}

.advantages-section__card br {
  display: none;
}

.advantages-section__card-name {
  font-family: "TenorSans-Regular";
  text-transform: uppercase;
  line-height: normal;
  font-size: 16px;
  margin: 0 0 12px 0;
}

.advantages-section__card-image img {
  width: 100%;
  height: auto;
}

.advantages-section__feedback {
  background-color: #050302;
  color: #fff;
}

.advantages-section__feedback-wrapper {
  display: flex;
  align-items: center;
  padding: 34px 0;
  flex-direction: column;
  gap: 18px;
}

.advantages-section__feedback-info {
  width: 290px;
  text-align: center;
}

.advantages-section__feedback-button {
  width: 280px;
}

.agree {
  display: flex;
  justify-content: center;
  font-family: "Raleway-Regular";
  line-height: normal;
  font-size: 9px;
  gap: 3px;
  text-align: center;
}

.agree a {
  text-decoration: underline;
}

.agree br {
  display: none;
}

.agree__icon svg {
  width: 13px;
  height: 12px;
}

.arrow-pointer span {
  width: 6px;
  height: 6px;
  margin: -2px !important;
  border-top: 1px solid rgba(7,2,23,0.649);
  border-right: 1px solid #070217;
  display: block;
  animation: pointer-anim 2s infinite forwards linear;
}

.arrow-pointer span:nth-child(2) {
  animation-delay: 0.5s;
}

.arrow-pointer span:nth-child(3) {
  animation-delay: 0.8s;
}

@-moz-keyframes pointer-anim {
  0% {
    opacity: 0;
    transform: rotate(134deg) translate(0px, 0px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(134deg) translate(0px, 0px);
  }
}

@-webkit-keyframes pointer-anim {
  0% {
    opacity: 0;
    transform: rotate(134deg) translate(0px, 0px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(134deg) translate(0px, 0px);
  }
}

@-o-keyframes pointer-anim {
  0% {
    opacity: 0;
    transform: rotate(134deg) translate(0px, 0px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(134deg) translate(0px, 0px);
  }
}

@keyframes pointer-anim {
  0% {
    opacity: 0;
    transform: rotate(134deg) translate(0px, 0px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(134deg) translate(0px, 0px);
  }
}

.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  border: none;
  color: #050302;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-radius: 100px;
  background: linear-gradient(90deg, #e5ceb2 0%, #b79e80 100%);
  box-shadow: 0px 8px 40px 0px rgba(183,158,128,0.5);
  width: 100%;
  height: 66px;
  padding: 0 14px;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  font-family: "TenorSans-Regular";
  text-transform: uppercase;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  padding: 0 5px;
}

.btn:hover {
  background: linear-gradient(0deg, rgba(255,255,255,0.41) 0%, rgba(255,255,255,0.41) 100%), linear-gradient(90deg, #e5ceb2 0%, #b79e80 100%);
  box-shadow: 0px 8px 40px 0px rgba(183,158,128,0.4);
}

.btn:active {
  background: linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%), linear-gradient(90deg, #e5ceb2 0%, #b79e80 100%);
  box-shadow: none;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 36px;
  transform: skewX(-45deg);
  left: -150%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0.4));
  animation: flareAnimation 4s infinite ease-in;
}

@-moz-keyframes flareAnimation {
  0% {
    left: -150%;
  }

  100% {
    left: 250%;
  }
}

@-webkit-keyframes flareAnimation {
  0% {
    left: -150%;
  }

  100% {
    left: 250%;
  }
}

@-o-keyframes flareAnimation {
  0% {
    left: -150%;
  }

  100% {
    left: 250%;
  }
}

@keyframes flareAnimation {
  0% {
    left: -150%;
  }

  100% {
    left: 250%;
  }
}

.checked__label {
  display: flex;
  width: 11px;
  height: 11px;
  border: 1px solid #c5b9bc;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.checked__icon {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  transition: all 0.2s;
}

.checked__checkbox {
  display: none;
}

.checked__checkbox + .checked__icon {
  transform: scale(0);
}

.checked__checkbox:checked + .checked__icon {
  transform: scale(1);
}

.comparison-section__inner {
  padding: 56px 0;
  position: relative;
  z-index: 1;
}

.comparison-section__title {
  margin: 0 -10px;
}

.comparison-section__description-helper {
  margin: 24px 0;
}

.comparison-section__info {
  display: none;
}

.comparison-section__info-item {
  display: flex;
  border-bottom: 1px solid #998368;
}

.comparison-section__info-item:last-child {
  border: none;
}

.comparison-section__info-box {
  display: flex;
  align-items: center;
  width: 182px;
  min-height: 46px;
  padding: 7px;
}

.comparison-section__info-box:nth-child(1) {
  padding-left: 0;
}

.comparison-section__info-box:nth-child(2) {
  justify-content: center;
  flex: 1;
  background-color: #b79e80;
  text-align: center;
  color: #fff;
}

.comparison-section__info-box:nth-child(3) {
  text-align: center;
  justify-content: center;
  padding-right: 0;
}

.comparison-tabs {
  margin: 0 -10px;
}

.comparison-tabs__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}

.comparison-tabs__item {
  position: relative;
  border: 2px solid #998368;
  overflow: hidden;
}

.comparison-tabs__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 52px;
  padding: 0 6px;
  background-color: #b79e80;
  font-size: 19px;
  line-height: normal;
  color: #fff;
}

.comparison-tabs__btn .arrow {
  position: absolute;
  right: 8px;
  bottom: 12px;
  opacity: 1;
  transform: scale(1);
  transition: 0.3s;
}

.comparison-tabs__btn.active {
  font-size: 20px;
}

.comparison-tabs__btn.active .arrow {
  opacity: 0;
}

.comparison-tabs__btn.active .comparison-tabs__btn-description {
  opacity: 1;
}

.comparison-tabs__btn-description {
  opacity: 0.8;
  transition: 0.3s;
  transform: translateX(0);
}

.comparison-tabs__content {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.comparison-tabs__content.active {
  z-index: 1;
  position: relative;
}

.comparison-tabs__content.active .comparison-tabs__content-list {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.6s;
}

.comparison-tabs__content-list {
  opacity: 0;
  transform: translateX(-10px);
  line-height: normal;
  font-size: 15px;
  text-align: center;
  padding: 10px;
}

.comparison-tabs__content-item {
  margin: 0 0 16px 0;
}

.comparison-tabs__content-item:last-child {
  margin: 0;
}

.comparison-tabs__content-title {
  font-family: "TenorSans-Regular";
  font-size: 18px;
  margin: 0 -5px 5px -5px;
  line-height: normal;
}

.connection {
  display: flex;
  align-items: center;
}

.connection__icon {
  margin: 0 3px 0 0;
}

.connection__icon img {
  width: 15px;
  height: auto;
  filter: drop-shadow(0px 8px 40px rgba(25,46,77,0.2));
}

.connection__num {
  font-family: "TenorSans-Regular";
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
}

.connection__description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-family: "Raleway-Regular";
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
  text-decoration: underline;
  color: rgba(5,3,2,0.6);
}

.feedback-modal {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.feedback-modal--call .feedback-modal__title {
  padding: 0;
}

.feedback-modal__image {
  display: none;
}

.feedback-modal__image img {
  height: auto;
  width: 248px;
}

.feedback-modal__form {
  padding: 32px 8px 22px 8px;
}

.feedback-modal__title {
  margin: 0 -5px 14px -5px;
  text-align: center;
  font-size: 17px;
  line-height: normal;
  font-family: "TenorSans-Regular";
  font-weight: 400;
  color: #050302;
  text-transform: uppercase;
}

.feedback-modal__container {
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.feedback-modal__button,
.feedback-modal__input {
  margin: 0 0 10px 0;
}

.feedback-modal__button .btn {
  height: 56px;
}

.feedback-modal__agree .agree__description {
  max-width: unset;
}

.footer {
  background: #050302;
  color: #fff;
  font-size: 13px;
  line-height: 120%;
  position: relative;
  z-index: 22;
  text-align: center;
  max-width: 1920px;
  margin: 0 auto;
}

.footer__row {
  padding: 34px 0;
}

.footer__col {
  margin-bottom: 30px;
}

.footer__col:nth-child(2),
.footer__col:nth-child(3) {
  justify-content: space-between;
}

.footer__col:last-child {
  margin: 0;
}

.footer__col br {
  display: block;
}

.footer__legal {
  margin: 12px 0;
}

.footer__logo {
  margin: 0 0 14px 0;
}

.footer__logo img {
  margin: 0 auto 5px auto;
  width: 96px;
  height: auto;
}

.footer__privacy {
  text-decoration: underline;
  text-align: center;
  display: block;
  margin: 0 0 12px 0;
}

.footer__phone {
  margin: 0 0 14px 0;
}

.footer__phone .connection {
  justify-content: center;
}

.footer__phone .connection__description {
  color: #fff;
}

.footer__social ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.footer__social ul img {
  width: 30px;
  height: auto;
}

.footer__social ul a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.growth-section {
  background-image: url("../images/growth-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.growth-section__inner {
  position: relative;
  z-index: 1;
  padding: 60px 0 390px 0;
}

.growth-section__image {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
}

.growth-section__image img {
  height: auto;
  width: 258px;
  margin: 0 auto;
}

.growth-section__image:before {
  content: "";
  position: absolute;
  z-index: -2;
  border-radius: 100%;
  background: rgba(153,131,104,0.2);
  right: 36px;
  bottom: 14px;
  width: 300px;
  height: 300px;
  filter: blur(48px);
}

.growth-section__title {
  margin: 0 -10px 14px -10px;
  text-align: center;
  font-size: 22px;
}

.growth-section__description-helper {
  text-align: center;
}

.growth-section__content-box {
  margin: 0 0 20px 0;
}

.growth-section__content-box:last-child {
  margin: 0;
}

.growth-section__cards-item {
  margin: 0 -10px 14px -10px;
}

.growth-section__cards-item:last-child {
  margin: 0 -10px;
}

.growth-section__card {
  border: 1px solid #998368;
  background: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  gap: 12px;
}

.growth-section__card-icon img {
  height: auto;
  width: 38px;
}

.growth-section__info-title {
  margin: 0 0 10px 0;
}

.growth-section__info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
}

.growth-section__info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.growth-section__feedback {
  background-color: #050302;
  color: #fff;
}

.growth-section__feedback-wrapper {
  padding: 40px 0;
}

.growth-section__feedback-info {
  margin: 0 0 20px 0;
  text-align: center;
}

.growth-section__feedback-description {
  margin: 0 0 10px 0;
}

.growth-section__feedback-button {
  width: 292px;
  margin: 0 auto;
}

.header {
  border-bottom: 1px solid #d9d9d9;
}

.header__inner {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -12px;
}

.header__logo img {
  height: auto;
  width: 67px;
}

.header__description {
  display: none;
  flex: 1;
  text-align: center;
}

.input {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  background: #f7f7f7;
  z-index: 22;
}

.input__icon {
  position: absolute;
  pointer-events: none;
  left: 14px;
}

.input__icon img {
  width: 18px;
  height: auto;
}

.input__field {
  width: 100%;
  padding: 0 10px 0 46px;
  border: none;
  outline: none;
  background: none;
  display: block;
  transition: all 0.3s;
  font-family: "Raleway-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  border-radius: inherit;
  color: #050302;
  height: 54px;
}

.input__field:-webkit-autofill,
.input__field:-webkit-autofill:hover,
.input__field:-webkit-autofill:focus,
.input__field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: all 5000s ease-in-out 0s;
}

.input__field::-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-family: "Raleway-Regular";
}

.input__field::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-family: "Raleway-Regular";
}

.input__field::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-family: "Raleway-Regular";
}

.input__field.error {
  color: #d94c4c;
  animation: shake 0.6s;
}

.input__field.error::placeholder {
  color: #d94c4c;
}

.input__field.error:-ms-input-placeholder {
  color: #d94c4c;
}

.input__field.error::-ms-input-placeholder {
  color: #d94c4c;
}

@-moz-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@-o-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.input__field:focus {
  border: 1px solid $color-brown-1;
}

.invite-section {
  position: relative;
  z-index: 2;
}

.invite-section__image {
  position: absolute;
  z-index: -2;
  bottom: 0;
  right: calc(50% - 165px);
}

.invite-section__image img {
  height: auto;
  width: 337px;
}

.invite-section__inner {
  padding: 54px 0 340px 0;
}

.invite-section__title {
  margin: 0 -10px;
  text-align: center;
}

.invite-section__description-helper {
  margin: 30px 0;
  text-align: center;
}

.invite-section__button {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
}

.main-section {
  position: relative;
  z-index: 2;
}

.main-section__image {
  position: absolute;
  z-index: -2;
  bottom: 0;
  right: calc(50% - 214px);
}

.main-section__image img {
  height: auto;
  width: 418px;
}

.main-section__inner {
  padding: 30px 0 430px 0;
  text-align: center;
  position: relative;
}

.main-section__text {
  position: absolute;
  left: calc(50% - 324px);
  top: 83px;
  font-size: 40px;
  width: auto;
}

.main-section__title {
  margin: 0px -10px;
}

.main-section__title-secondary {
  line-height: normal !important;
}

.main-section__description-helper {
  margin: 20px 0;
}

.main-section__info-wrapper {
  margin: 0 0 20px 0;
}

.main-section__info {
  width: 298px;
  margin: 0 auto;
}

.main-section__info-list {
  margin: 0 0 12px 0;
}

.main-section__info-helper {
  position: absolute;
  right: 0;
  top: -19px;
}

.main-section__info-helper img {
  height: auto;
  width: 32px;
}

.main-section__info-container {
  position: relative;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid #998368;
  background: rgba(245,244,241,0.9);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 80px;
  margin: 0 auto;
}

.main-section__info-container br {
  display: block;
}

.main-section__info-container--2 {
  cursor: help;
}

.main-section__info-container--2:hover .main-section__info-description-helper {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.main-section__info-container--2:hover .main-section__info-description {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.main-section__info-description {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: 0.3s;
}

.main-section__info-description-helper {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 14px;
  line-height: normal;
  font-style: italic;
  transition: 0.3s;
}

.main-section__info-bullets .swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
}

.main-section__button {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
}

.partners-section {
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
}

.partners-section__wrapper {
  padding: 0 0 50px 0;
}

.partners-section__inner {
  padding: 60px 0 0 0;
  text-align: center;
}

.partners-section__content {
  max-width: 440px;
  margin: 0 0 0 auto;
}

.partners-section__content br {
  display: none;
}

.partners-section__text {
  left: 0;
  font-size: 28px;
  top: 38px;
  letter-spacing: 2px;
}

.partners-section__box {
  margin: 0 0 20px 0;
}

.partners-section__box:last-child {
  margin: 0;
}

.partners-section__images-inner {
  overflow: hidden;
  position: relative;
  z-index: -1;
  width: 310px;
  height: 265px;
}

.partners-section__images img {
  width: 100%;
  height: auto;
  border-radius: 500px 500px 0 0;
}

.partners-section__cards-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 30px 0;
}

.partners-section__cards {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.partners-section__cards .swiper-slide-active .partners-section__card {
  opacity: 1;
}

.partners-section__cards-btn {
  cursor: pointer;
}

.partners-section__card {
  background-color: #fff;
  opacity: 0.4;
  transition: 0.3s;
  padding: 14px;
  height: 204px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.partners-section__card-num {
  color: #998368;
  font-family: "TenorSans-Regular";
  line-height: normal;
  font-size: 46px;
}

.partners-section__card-title {
  margin: 0;
  line-height: normal;
}

.partners-section__helper-info {
  text-align: center;
}

.content-privacy {
  padding: 0 0 20px 0;
}

.content-privacy__wrapper {
  max-width: 450px;
  width: 100%;
  padding: 24px 12px 40px 12px;
  background-color: #fff;
  text-align: start;
  position: relative;
  border-radius: 8px;
}

.content-privacy__close {
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 9px;
}

.content-privacy__icon {
  width: 18px;
  height: 18px;
  transition: 0.3s;
  background-image: url("../images/icon-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.content-privacy__icon:hover {
  transform: scale(1.3);
}

.content-privacy__btn-up {
  position: absolute;
  bottom: 10px;
  right: 9px;
}

.content-privacy__icon-up {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: $color-yellow-1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulse 1.2s linear infinite;
}

.content-privacy__icon-up img {
  width: 17px;
  height: auto;
}

@-moz-keyframes pulse {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-o-keyframes pulse {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes pulse {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

.content-privacy h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 120%;
  font-weight: bold;
}

.content-privacy h3,
.content-privacy strong {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 120%;
}

.content-privacy p {
  font-size: 13px;
  line-height: 120%;
}

.content-privacy li {
  padding: 0 0 0 5%;
}

.content-privacy li p {
  font-size: 13px;
  line-height: 120%;
}

.content-privacy p {
  margin: 5px 0;
}

.product-section__inner {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.product-section__head {
  text-align: center;
}

.product-section__title {
  width: 100%;
  max-width: 388px;
  margin: 0 0 14px 0;
}

.product-section__description-helper {
  width: 100%;
  max-width: 320px;
}

.product-section__description-helper br {
  display: none;
}

.product-section__subtitle {
  margin: 24px 0;
}

.product-section__cards {
  margin: 0 auto 46px auto;
  max-width: 300px;
}

.product-section__cards-progress {
  border: 1px solid #998368;
}

.product-section__card {
  border: 1px solid #998368;
  overflow: hidden;
  width: 300px;
  background-color: #fff;
}

.product-section__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px 0;
}

.product-section__card-num {
  line-height: normal;
  font-size: 36px;
}

.product-section__card-info {
  padding: 14px 9px 10px 11px;
  height: 261px;
}

.product-section__card-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-section__card-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.product-section__card-image img {
  width: 100%;
  height: auto;
}

.product-section__button {
  margin: 0 auto;
  width: 292px;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

.remodal-overlay {
  background-color: rgba(0,0,0,0.8);
  backdrop-filter: blur(4.5px);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 10px 10px 0;
  text-align: left;
}

.remodal {
  box-sizing: border-box;
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.remodal-wrapper {
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  align-items: center;
}

.modal-scrollable.remodal-wrapper {
  display: flex;
  justify-content: center;
  padding: 30px 0 0 0;
  overflow: auto;
}

.remodal {
  max-height: 100%;
}

.remodal--privacy {
  max-width: 100%;
  padding: 0 20px;
}

.remodal--menu {
  max-width: 100%;
  padding: 0 20px;
}

.remodal__feedback {
  padding-bottom: 30px;
  width: 320px;
}

.remodal__feedback-close {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 5px;
  padding: 5px;
  z-index: 22;
  transition: 0.2s;
}

.remodal__feedback-icon {
  width: 18px;
  height: 18px;
  transition: 0.3s;
  background-image: url("../images/icon-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.remodal__feedback-icon:hover {
  transform: scale(1.3);
}

.remodal__privacy {
  padding-bottom: 20px;
}

@-moz-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@-o-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@-moz-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@-o-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@-moz-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.steps-section {
  position: relative;
  background-color: #f8f8f8;
  height: 100vh;
}

.steps-section__inner {
  position: relative;
  padding: 58px 0 0 0;
}

.steps-section__text {
  z-index: 1;
}

.steps-section__title {
  margin: 0 0 14px 0;
}

.steps-section__shadow {
  top: 0;
  position: absolute;
  left: -20px;
  right: -20px;
  z-index: -1;
  background-color: #f8f8f8;
  height: 220px;
}

.steps-section__shadow:before {
  content: "";
  box-shadow: 0px 8px 10px 2px #f8f8f8;
  position: absolute;
  z-index: -22;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.steps-section__content {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.steps-section__content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 220px 0 20px 0;
}

.steps-section__info-item {
  border-bottom: 1px solid #998368;
}

.steps-section__info-item:nth-child(10),
.steps-section__info-item:last-child {
  border: none;
}

.steps-section__card {
  display: flex;
  align-items: center;
  height: 86px;
}

.steps-section__card--last {
  justify-content: center;
}

.steps-section__card-num {
  line-height: normal;
  font-family: "TenorSans-Regular";
  color: #998368;
  width: 56px;
  font-size: 34px;
}

.steps-section__card-info {
  flex: 1;
}

.steps-section__card-title {
  line-height: normal;
  font-size: 16px;
}

.steps-section__card-description {
  font-size: 15px;
  line-height: 130%;
}

.steps-section__card-last {
  line-height: normal;
  font-family: "TenorSans-Regular";
  text-transform: uppercase;
  font-size: 16.6px;
  margin: -10px 0 0 0;
}

.steps-section__images-list {
  column-gap: 14px;
  margin: 0 0 -14px 0;
  column-count: 2;
}

.steps-section__image {
  margin: 0 0 18px 0;
}

.steps-section__image img {
  width: 100%;
  height: auto;
}

.swiper-bullets {
  position: relative !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
  gap: 10px;
  bottom: 0 !important;
  transition: 0.3s;
}

.swiper-bullets .swiper-pagination-bullet {
  margin: 0 !important;
  width: 11px !important;
  height: 11px !important;
  background: none;
  border: 1px solid #998368;
  background: none;
  opacity: 1;
  transition: 0.3s;
  transform: scale(1);
}

.swiper-bullets .swiper-pagination-bullet-active {
  background: #998368;
  border: 1px solid #998368;
  transition: 0.3s;
  transform: scale(1.4);
}

.swiper-progress {
  position: relative !important;
  height: 6px !important;
  overflow: hidden;
  margin: 16px 0 0 0;
  border-radius: 15px;
  background: $color-yellow-1;
}

.swiper-progress .swiper-pagination-progressbar-fill {
  bottom: 0;
  border-radius: 10px !important;
  background: #343434;
}

.team-section {
  background-color: rgba(183,158,128,0.12);
}

.team-section__inner {
  padding: 54px 0 0 0;
  position: relative;
  z-index: 1;
  margin: 0 -10px;
}

.team-section__title {
  margin: 0 0 22px 0;
}

.team-section__photo {
  margin: 0 -20px;
}

.team-section__photo img {
  width: 100%;
  height: auto;
}

.team-section__photo-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
}

.team-section__name-list {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.team-section__name-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #eceae3;
  border: 1px solid rgba(0,0,0,0.26);
  font-family: "TenorSans-Regular";
  border-radius: 74px;
  width: 134px;
  font-size: 11.5px;
  line-height: 108%;
  height: 50px;
}

.team-section__name-item br {
  display: block;
}

.team-section__name-item:nth-child(1) {
  position: relative;
  left: -28px;
}

.team-section__name-item:nth-child(4) {
  position: relative;
  right: -27px;
  bottom: -61px;
}

.team-section__name-item:nth-child(2) {
  left: calc(50% - 112px);
  bottom: -60px;
}

.team-section__name-item:nth-child(3) {
  left: calc(50% - 14px);
  bottom: 0;
}

.team-section__name-item:nth-child(2),
.team-section__name-item:nth-child(3) {
  position: absolute;
}

.test-section {
  position: relative;
}

.test-section__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 140px 0 0 0;
}

.test-section__content {
  max-width: 920px;
  margin: 0 0 0 auto;
}

.test-section__info {
  height: 290px;
  width: 100%;
  position: relative;
  z-index: 22;
}

.test-section__images-inner {
  width: 600px;
  height: 600px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.test-section__images img {
  width: 100%;
  height: auto;
}

.test-section__cards-inner {
  height: 348px;
  overflow: hidden;
}

.test-section__cards {
  position: relative;
  z-index: 2;
  height: 174px;
}

.test-section__card {
  width: 920px;
  height: 174px;
  background-color: #ccc;
}

.thanks-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 100%;
  max-width: 100%;
}

.thanks-section__inner {
  padding: 20px 0 40px 0;
  text-align: center;
}

.thanks-section__title {
  font-size: 21px;
  line-height: normal;
  font-family: "TenorSans-Regular";
  font-weight: 400;
}

.thanks-section__title span {
  color: #998368;
}

.thanks-section__title-info {
  text-align: center;
  margin: 14px 0;
}

.thanks-section__container {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 0 14px 0;
}

.thanks-section__frame {
  background: #f1f2f2;
  box-shadow: 0px 6px 20px 0px rgba(238,238,238,0.05);
  backdrop-filter: blur(8px);
  padding: 16px;
}

.thanks-section__frame li {
  margin: 0 0 16px 0;
}

.thanks-section__frame li:last-child {
  margin: 0;
}

.thanks-section__frame-title {
  margin: 0 0 5px 0;
}

.thanks-section__slogan {
  margin: 30px 0;
  max-width: 400px;
}

.thanks-section__button {
  text-decoration: underline;
}

.thanks-section__image {
  margin: 0 0 20px 0;
}

.thanks-section__image img {
  height: auto;
  margin: 0 auto;
  width: 100%;
}

.video {
  position: relative;
  background-color: #8c8c8c;
  display: table;
}

.video__play-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video__img {
  width: 100%;
  height: auto;
}

.video__play {
  animation: pulse 2.5s linear infinite;
}

.video__play img {
  height: auto;
  width: 50px;
}

@-moz-keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  color: #050302;
  background-color: #fff;
}

.page--thanks {
  background-image: url("../images/thanks-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page--thanks .connection__num {
  font-size: 14px;
  line-height: 120%;
}

.page--thanks .connection__description {
  font-size: 11px;
  line-height: 110%;
  text-align: center;
  margin: 0;
}

.page--thanks .footer {
  max-width: 100%;
}

.page__content {
  flex: 1;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.page__content--layout {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  section {
    font-size: 14px;
  }

  .wrapper {
    max-width: 750px;
    padding: 0 12px;
  }

  .title-secondary {
    font-size: 24px;
  }

  .font-s-16 {
    font-size: 14px;
  }

  .font-s-18 {
    font-size: 15px;
  }

  .font-s-22 {
    font-size: 16px;
  }

  .font-s-24 {
    font-size: 17px;
  }

  .font-s-30 {
    font-size: 19px;
  }

  .font-s-34 {
    font-size: 20px;
  }

  .font-s-40 {
    font-size: 23px;
  }

  .font-s-62 {
    font-size: 30px;
  }

  .section-text {
    margin: 0;
    right: auto;
    width: auto;
    text-align: left;
    white-space: nowrap;
    top: 0;
    font-size: 96px;
    letter-spacing: 12px;
    left: calc(50% - 144px);
  }

  .about-section {
    padding: 0 0 38px 0;
  }

  .about-section__image {
    background-color: unset;
    overflow: unset;
    width: auto;
    height: auto;
    border-radius: 0%;
    position: absolute;
    z-index: -5;
    top: 0;
    left: calc(50% - 578px);
  }

  .about-section__image img {
    margin: 0;
    width: 478px;
  }

  .about-section__inner {
    text-align: left;
    padding: 68px 0 56px 0;
  }

  .about-section__title {
    margin: 0 0 18px 0;
  }

  .about-section__info {
    flex-direction: row;
    gap: 18px;
  }

  .about-section__info-list {
    max-width: 240px;
  }

  .about-section__info-item {
    margin: 0 0 18px 0;
  }

  .about-section__info-description {
    margin: 0 0 18px 0;
  }

  .about-section__frame {
    margin: 0 auto;
    padding: 30px 0;
    max-width: 766px;
  }

  .about-section__frame-list {
    width: 668px;
  }

  .about-section__frame-item {
    text-align: left;
    height: 104px;
    width: 323px;
    padding: 0 0 18px 0;
  }

  .about-section__frame-subtitle {
    font-size: 17px;
  }

  .about-section__frame-subtitle--1 {
    font-size: 16px;
  }

  .about-section__frame-helper {
    max-width: 702px;
  }

  .advantages-section__title {
    text-align: left;
  }

  .advantages-section__cards-swiper {
    max-width: unset;
    margin: 0;
  }

  .advantages-section__cards {
    overflow: hidden;
  }

  .advantages-section__cards:before,
  .advantages-section__cards:after {
    content: none;
  }

  .advantages-section__cards-list {
    margin: 0 0 30px 0;
  }

  .advantages-section__cards-bullets.swiper-bullets {
    gap: 20px;
  }

  .advantages-section__cards-bullets.swiper-bullets .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
  }

  .advantages-section__card {
    margin: 0;
    text-align: left;
    width: 229px;
    height: 310px;
  }

  .advantages-section__card:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #998368;
    right: -10px;
  }

  .advantages-section__feedback-wrapper {
    padding: 50px 0;
    flex-direction: row;
    justify-content: space-between;
  }

  .advantages-section__feedback-info {
    text-align: left;
    width: 472px;
  }

  .advantages-section__feedback-button {
    width: 244px;
  }

  .btn {
    font-size: 15px;
    padding: 0 6px;
  }

  .comparison-section__inner {
    padding: 64px 0;
  }

  .comparison-section__info {
    display: block;
  }

  .comparison-section__tabs {
    display: none;
  }

  .comparison-tabs__btn .arrow {
    display: none;
  }

  .comparison-tabs__content.active {
    position: absolute;
  }

  .connection__icon img {
    width: 14px;
  }

  .connection__num {
    font-size: 14px;
  }

  .connection__description {
    font-size: 13.8px;
  }

  .feedback-modal__image {
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
  }

  .feedback-modal__form {
    padding: 20px 16px;
    display: flex;
    justify-content: space-between;
  }

  .feedback-modal__title {
    font-size: 18px;
    margin: 0;
    text-align: left;
    max-width: 256px;
    width: 100%;
    padding: 14px 0 0 0;
  }

  .feedback-modal__container {
    margin: 0;
    max-width: 289px;
  }

  .footer {
    font-size: 12px;
    text-align: left;
  }

  .footer__row {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
  }

  .footer__col {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .footer__col--middle {
    order: -1;
  }

  .footer__legal {
    margin: 28px 0;
  }

  .footer__logo {
    margin: 0;
  }

  .footer__logo img {
    width: 88px;
  }

  .footer__privacy {
    margin: 0;
  }

  .footer__phone {
    margin: 0;
  }

  .footer__phone .connection {
    justify-content: flex-end;
  }

  .footer__social ul {
    justify-content: flex-end;
  }

  .growth-section__inner {
    padding: 60px 0 28px 0;
  }

  .growth-section__image {
    right: auto;
    left: -117px;
  }

  .growth-section__image img {
    margin: 0;
    width: 366px;
  }

  .growth-section__image:before {
    right: 0;
    bottom: 78px;
    width: 600px;
    height: 600px;
    filter: blur(140px);
  }

  .growth-section__title {
    margin: 0 0 14px 0;
    text-align: left;
    font-size: 24px;
  }

  .growth-section__description-helper {
    text-align: left;
  }

  .growth-section__content {
    width: 456px;
    margin: 0 0 0 auto;
  }

  .growth-section__cards-item {
    margin: 0 0 16px 0;
  }

  .growth-section__cards-item:last-child {
    margin: 0;
  }

  .growth-section__card {
    padding: 14px;
    gap: 14px;
  }

  .growth-section__card-icon img {
    width: 45px;
  }

  .growth-section__info-item {
    width: 218px;
  }

  .growth-section__feedback-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .growth-section__feedback-info {
    text-align: left;
    width: 432px;
  }

  .growth-section__feedback-button {
    margin: 0;
    width: 280px;
  }

  .header__inner {
    margin: 0;
  }

  .header__logo img {
    width: 58px;
  }

  .header__description {
    display: block;
  }

  .input__icon {
    left: 13px;
  }

  .input__icon img {
    width: 16px;
  }

  .input__field {
    padding: 0 10px 0 42px;
    height: 48px;
  }

  .invite-section__image {
    right: -196px;
  }

  .invite-section__image img {
    width: 550px;
  }

  .invite-section__text {
    left: calc(50% - 366px);
  }

  .invite-section__inner {
    padding: 60px 0;
  }

  .invite-section__title {
    margin: 0;
    text-align: left;
  }

  .invite-section__description-helper {
    text-align: left;
  }

  .invite-section__button {
    max-width: 278px;
    margin: 0;
  }

  .main-section__image {
    right: -196px;
  }

  .main-section__image img {
    width: 550px;
  }

  .main-section__inner {
    margin: 0 -8px;
    padding: 30px 0 50px 0;
    text-align: left;
  }

  .main-section__text {
    left: calc(50% - 381px);
    top: 72px;
    font-size: 98px;
  }

  .main-section__title {
    margin: 0;
  }

  .main-section__info {
    width: auto;
    margin: 0;
  }

  .main-section__info-list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .main-section__info-item {
    width: auto !important;
  }

  .main-section__info-container {
    height: 78px;
    width: 256px;
  }

  .main-section__info-bullets {
    display: none;
  }

  .main-section__button {
    max-width: 278px;
    margin: 0;
  }

  .partners-section__wrapper {
    padding: 0;
    position: relative;
  }

  .partners-section__inner {
    text-align: left;
    padding: 80px 0 0 0;
  }

  .partners-section__text {
    left: calc(50% - 79px);
    font-size: 82px;
    top: 28px;
    letter-spacing: 9px;
  }

  .partners-section__images-inner {
    width: 486px;
    height: 415px;
    position: absolute;
    top: 89px;
    left: calc(50% - 493px);
  }

  .partners-section__images img {
    border-radius: 0 500px 500px 0;
  }

  .partners-section__cards-controls {
    display: none;
  }

  .partners-section__cards-inner {
    overflow: hidden;
    position: relative;
    height: 288px;
  }

  .partners-section__cards-inner:before {
    content: "";
    position: absolute;
    z-index: 22;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(248,248,248,0) 0%, #f8f8f8 100%);
    height: 84px;
  }

  .partners-section__cards {
    background-color: unset;
    height: 134px;
  }

  .partners-section__card {
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    height: 134px;
  }

  .partners-section__helper-info {
    position: absolute;
    z-index: 33;
    right: 0;
    width: 706px;
    bottom: 44px;
    left: 0;
    margin: 0 auto;
  }

  .content-privacy__wrapper {
    padding: 24px 20px 34px 20px;
    max-width: 450px;
  }

  .content-privacy__close {
    top: 6px;
    right: 6px;
  }

  .content-privacy__icon {
    width: 22px;
    height: 22px;
  }

  .content-privacy h2 {
    font-size: 21px;
  }

  .content-privacy p {
    font-size: 14px;
  }

  .content-privacy p {
    margin: 10px 0;
  }

  .product-section__head {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }

  .product-section__title {
    margin: 0;
  }

  .product-section__cards {
    margin: 0 0 30px 0;
    max-width: unset;
  }

  .product-section__cards-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .product-section__cards-item {
    width: auto !important;
  }

  .product-section__card {
    width: 240px;
  }

  .product-section__card-info {
    height: 272px;
  }

  .product-section__card-list {
    gap: 7px;
  }

  .product-section__button {
    width: 326px;
  }

  .modal-scrollable.remodal-wrapper {
    padding: 40px 0 0 0;
  }

  .remodal--privacy {
    max-width: unset;
    padding: 0;
  }

  .remodal--menu {
    max-width: unset;
  }

  .remodal__feedback {
    width: 588px;
  }

  .remodal__feedback-close {
    top: -34px;
    right: 0;
  }

  .remodal__feedback-icon {
    width: 22px;
    height: 22px;
    background-image: url("../images/icon-close-2.svg");
  }

  .steps-section__inner {
    padding: 60px 0 0 0;
  }

  .steps-section__title {
    margin: 0 0 20px 0;
  }

  .steps-section__content-wrapper {
    flex-direction: row;
    padding: 166px 0 20px 0;
    justify-content: space-between;
  }

  .steps-section__info {
    width: 356px;
  }

  .steps-section__card-num {
    width: 56px;
    font-size: 38px;
  }

  .steps-section__card-title {
    font-size: 17px;
  }

  .steps-section__card-last {
    position: relative;
    left: calc(50% - 1px);
  }

  .steps-section__images {
    width: 349px;
  }

  .swiper-bullets .swiper-pagination-bullet-active {
    transform: scale(1);
  }

  .swiper-progress {
    display: none;
  }

  .team-section__inner {
    padding: 64px 0 0 0;
  }

  .team-section__photo {
    margin: 0;
  }

  .team-section__photo-name {
    bottom: 60px;
  }

  .team-section__name-list {
    position: unset;
    gap: 6px;
  }

  .team-section__name-item {
    width: 100%;
    font-size: 15px;
    line-height: 130%;
    height: 66px;
  }

  .team-section__name-item:nth-child(1) {
    left: auto;
    position: unset;
  }

  .team-section__name-item:nth-child(4) {
    right: auto;
    bottom: auto;
    position: unset;
  }

  .team-section__name-item:nth-child(2) {
    left: auto;
    bottom: auto;
  }

  .team-section__name-item:nth-child(3) {
    left: auto;
    bottom: auto;
  }

  .team-section__name-item:nth-child(2),
  .team-section__name-item:nth-child(3) {
    position: unset;
  }

  .thanks-section__inner {
    text-align: left;
    position: relative;
    z-index: 1;
  }

  .thanks-section__inner {
    padding: 54px 0 70px 0;
  }

  .thanks-section__title {
    font-size: 26px;
  }

  .thanks-section__title-info {
    margin: 20px 0;
    text-align: left;
  }

  .thanks-section__container {
    margin: 0;
  }

  .thanks-section__frame {
    width: 368px;
  }

  .thanks-section__image {
    margin: 0;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    right: calc(50% - 497px);
    bottom: 0;
  }

  .thanks-section__image img {
    margin: 0;
    width: 536px;
  }

  .video__play img {
    width: 46px;
  }

  .page--thanks .connection__num {
    font-size: 15px;
  }

  .page--thanks .connection__description {
    font-size: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  section {
    line-height: 150%;
    font-size: 15px;
  }

  .wrapper {
    max-width: 1000px;
    padding: 0 16px;
  }

  .title-secondary {
    font-size: 30px;
  }

  .font-s-16 {
    line-height: 150%;
    font-size: 15px;
  }

  .font-s-18 {
    line-height: 140%;
    font-size: 16px;
  }

  .font-s-20 {
    font-size: 17.5px;
  }

  .font-s-22 {
    line-height: 140%;
    font-size: 18px;
  }

  .font-s-24 {
    font-size: 20px;
  }

  .font-s-30 {
    font-size: 23px;
  }

  .font-s-34 {
    font-size: 25px;
  }

  .font-s-40 {
    font-size: 28px;
  }

  .font-s-62 {
    font-size: 40px;
  }

  .section-text {
    letter-spacing: 9px;
    left: calc(50% - 208px);
    font-size: 120px;
  }

  .about-section {
    padding: 0 0 48px 0;
  }

  .about-section__image {
    left: calc(50% - 665px);
  }

  .about-section__image img {
    width: 500px;
  }

  .about-section__inner {
    padding: 94px 0 40px 0;
  }

  .about-section__title {
    margin: 0 0 26px 0;
  }

  .about-section__content {
    max-width: 696px;
  }

  .about-section__info {
    gap: 26px;
  }

  .about-section__info-list {
    max-width: 334px;
  }

  .about-section__info-item {
    margin: 0 0 26px 0;
  }

  .about-section__info-description {
    margin: 0 0 26px 0;
  }

  .about-section__frame {
    padding: 40px 0;
    max-width: 1070px;
  }

  .about-section__frame-list {
    width: 990px;
    gap: 18px;
    padding: 20px 0;
  }

  .about-section__frame-item {
    padding: 0 0 20px 0;
    height: 110px;
    width: 318px;
  }

  .about-section__frame-subtitle {
    font-size: 18px;
  }

  .about-section__frame-subtitle--1 {
    font-size: 17px;
  }

  .about-section__frame-helper {
    max-width: 748px;
  }

  .advantages-section__inner {
    padding: 70px 0 52px 0;
  }

  .advantages-section__title {
    margin: 0 0 30px 0;
  }

  .advantages-section__cards-list {
    margin: 0 0 40px 0;
  }

  .advantages-section__cards-bullets.swiper-bullets {
    gap: 30px;
  }

  .advantages-section__cards-bullets.swiper-bullets .swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
  }

  .advantages-section__cards-controll {
    top: 154px;
    left: -34px;
    right: -34px;
  }

  .advantages-section__cards-btn img {
    width: 36px;
  }

  .advantages-section__card {
    width: 227px;
    height: 352px;
  }

  .advantages-section__card-name {
    margin: 0 0 14px 0;
    font-size: 17.5px;
  }

  .advantages-section__feedback-wrapper {
    padding: 70px 0;
  }

  .advantages-section__feedback-info {
    width: 618px;
  }

  .advantages-section__feedback-button {
    width: 314px;
  }

  .agree {
    gap: 5px;
    font-size: 10px;
  }

  .agree__icon svg {
    width: 16px;
    height: 15px;
  }

  .arrow-pointer span {
    width: 8px;
    height: 8px;
  }

  .btn {
    padding: 0 8px;
    font-size: 17px;
    height: 84px;
  }

  .comparison-section__inner {
    padding: 84px 0;
  }

  .comparison-section__description-helper {
    margin: 30px 0;
  }

  .comparison-section__info-box {
    width: 292px;
    min-height: 67px;
    padding: 11px;
  }

  .connection__icon img {
    width: 18px;
  }

  .connection__num {
    font-size: 16.5px;
  }

  .connection__description {
    font-size: 14px;
  }

  .feedback-modal__image img {
    width: 332px;
  }

  .feedback-modal__form {
    padding: 30px 24px 34px 22px;
  }

  .feedback-modal__title {
    padding: 0;
    font-size: 20px;
    max-width: 300px;
  }

  .feedback-modal__container {
    max-width: 328px;
  }

  .feedback-modal__button,
  .feedback-modal__input {
    margin: 0 0 14px 0;
  }

  .feedback-modal__button .btn {
    height: 60px;
  }

  .footer {
    font-size: 13px;
  }

  .footer__row {
    padding: 28px 0;
  }

  .footer__logo img {
    width: 95px;
  }

  .footer__phone {
    padding: 14px 0 0 0;
  }

  .footer__social ul {
    gap: 20px;
  }

  .footer__social ul img {
    width: 36px;
  }

  .growth-section__inner {
    padding: 86px 0 42px 0;
  }

  .growth-section__image {
    left: -50px;
  }

  .growth-section__image img {
    width: 428px;
  }

  .growth-section__title {
    margin: 0 0 24px 0;
    font-size: 29px;
  }

  .growth-section__content {
    width: 572px;
  }

  .growth-section__content-box {
    margin: 0 0 26px 0;
  }

  .growth-section__cards-item {
    margin: 0 0 22px 0;
  }

  .growth-section__card {
    padding: 20px;
    gap: 20px;
  }

  .growth-section__card-icon img {
    width: 60px;
  }

  .growth-section__info-title {
    margin: 0 0 12px 0;
  }

  .growth-section__info-item {
    width: 278px;
  }

  .growth-section__feedback-wrapper {
    padding: 60px 0;
  }

  .growth-section__feedback-info {
    width: 654px;
  }

  .growth-section__feedback-button {
    width: 304px;
  }

  .header__logo img {
    width: 80px;
  }

  .input__icon {
    left: 16px;
  }

  .input__icon img {
    width: 18px;
  }

  .input__field {
    font-size: 15px;
    padding: 0 12px 0 52px;
    height: 54px;
  }

  .invite-section__image {
    right: -178px;
  }

  .invite-section__image img {
    width: 624px;
  }

  .invite-section__text {
    left: calc(50% - 485px);
  }

  .invite-section__inner {
    padding: 80px 0;
  }

  .invite-section__description-helper {
    margin: 40px 0;
  }

  .invite-section__button {
    max-width: 330px;
  }

  .main-section__image {
    right: -88px;
  }

  .main-section__image img {
    width: 564px;
  }

  .main-section__inner {
    margin: 0;
    padding: 50px 0 80px;
  }

  .main-section__text {
    left: calc(50% - 485px);
    top: 70px;
    font-size: 117px;
  }

  .main-section__description-helper {
    margin: 30px 0;
  }

  .main-section__info-wrapper {
    margin: 0;
    position: absolute;
    right: 0;
    width: 544px;
    bottom: 20px;
  }

  .main-section__info-list {
    gap: 14px;
  }

  .main-section__info-helper img {
    width: 35px;
  }

  .main-section__info-container {
    width: 265px;
    height: 84px;
  }

  .main-section__button {
    max-width: 330px;
  }

  .partners-section__inner {
    padding: 100px 0 0 0;
  }

  .partners-section__content {
    max-width: 604px;
  }

  .partners-section__text {
    left: calc(50% - 126px);
    font-size: 118px;
    top: 24px;
    letter-spacing: 9px;
  }

  .partners-section__box {
    margin: 0 0 30px 0;
  }

  .partners-section__images-inner {
    top: 80px;
    width: 622px;
    height: 531px;
    left: calc(50% - 660px);
  }

  .partners-section__card-num {
    font-size: 60px;
  }

  .partners-section__helper-info {
    left: auto;
    margin: 0;
    text-align: left;
    bottom: 30px;
    width: 604px;
    right: calc(50% - 486px);
  }

  .content-privacy {
    padding: 0 0 30px 0;
  }

  .content-privacy__wrapper {
    max-width: 550px;
    padding: 30px 36px 40px 36px;
  }

  .content-privacy__close {
    top: 14px;
    right: 14px;
  }

  .content-privacy__icon-up {
    width: 40px;
    height: 40px;
  }

  .content-privacy__icon-up img {
    width: 20px;
  }

  .content-privacy h2 {
    font-size: 24px;
  }

  .product-section__inner {
    padding: 80px 0;
  }

  .product-section__title {
    max-width: 470px;
  }

  .product-section__description-helper {
    max-width: 478px;
  }

  .product-section__subtitle {
    margin: 30px 0;
  }

  .product-section__cards {
    margin: 0 0 40px 0;
  }

  .product-section__cards-list {
    gap: 14px;
  }

  .product-section__card {
    width: 321px;
  }

  .product-section__card-num {
    font-size: 42px;
  }

  .product-section__card-info {
    height: 306px;
    padding: 20px 9px 10px 11px;
  }

  .product-section__card-list {
    gap: 4px;
  }

  .product-section__button {
    width: 386px;
  }

  .remodal__feedback {
    width: 690px;
  }

  .steps-section__inner {
    padding: 90px 0 0 0;
  }

  .steps-section__shadow {
    height: 214px;
  }

  .steps-section__content-wrapper {
    padding: 214px 0 26px 0;
  }

  .steps-section__info {
    width: 470px;
  }

  .steps-section__card {
    height: 102px;
  }

  .steps-section__card--last {
    justify-content: flex-start;
  }

  .steps-section__card-num {
    width: 66px;
    font-size: 50px;
  }

  .steps-section__card-title {
    font-size: 18px;
  }

  .steps-section__card-last {
    left: auto;
    position: unset;
    font-size: 25px;
    margin: -18px 0 0 0;
  }

  .steps-section__images {
    width: 470px;
  }

  .steps-section__images-list {
    column-gap: 18px;
    margin: 0 0 -18px 0;
  }

  .team-section__inner {
    margin: 0 -6px;
    padding: 86px 0 0 0;
  }

  .team-section__title {
    margin: 0 0 32px 0;
  }

  .team-section__photo-name {
    bottom: 80px;
  }

  .team-section__name-list {
    gap: 14px;
  }

  .team-section__name-item {
    font-size: 19px;
    line-height: 140%;
    height: 86px;
  }

  .thanks-section__inner {
    padding: 66px 0 70px 0;
  }

  .thanks-section__title {
    font-size: 30px;
  }

  .thanks-section__title-info {
    margin: 30px 0;
  }

  .thanks-section__frame {
    padding: 20px;
    width: 396px;
  }

  .thanks-section__frame li {
    margin: 0 0 18px 0;
  }

  .thanks-section__image {
    right: calc(50% - 617px);
  }

  .thanks-section__image img {
    width: 666px;
  }

  .video__play img {
    width: 60px;
  }

  .page--thanks .connection__num {
    font-size: 17px;
  }

  .page--thanks .connection__description {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 800px) {
  .main-section__text {
    top: 100px;
  }
}

@media only screen and (min-width: 1200px) {
  .remodal__privacy {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1300px) {
  .about-section__image {
    left: 0;
  }

  .invite-section__image {
    right: 0;
  }

  .invite-section__image img {
    width: 595px;
  }

  .main-section__image {
    right: 0;
  }

  .main-section__image img {
    width: 595px;
  }

  .partners-section__images-inner {
    left: calc(50% - 700px);
  }
}

@media only screen and (min-width: 1400px) {
  .footer {
    font-size: 14px;
  }

  .partners-section__images-inner {
    left: calc(50% - 753px);
  }
}

@media only screen and (min-width: 1500px) {
  section {
    line-height: 160%;
    font-size: 16px;
  }

  .wrapper {
    padding: 0 18px;
    max-width: 1436px;
    margin: 0 auto;
  }

  .title-secondary {
    font-size: 42px;
  }

  .font-s-14 {
    font-size: 14px;
  }

  .font-s-16 {
    line-height: 160%;
    font-size: 16px;
  }

  .font-s-18 {
    font-size: 18px;
  }

  .font-s-20 {
    font-size: 20px;
  }

  .font-s-22 {
    line-height: 160%;
    font-size: 22px;
  }

  .font-s-24 {
    font-size: 24px;
  }

  .font-s-30 {
    font-size: 30px;
  }

  .font-s-34 {
    font-size: 34px;
  }

  .font-s-40 {
    font-size: 40px;
  }

  .font-s-62 {
    font-size: 62px;
  }

  .section-text {
    font-size: 200px;
    left: calc(50% - 236px);
    letter-spacing: 23px;
  }

  .about-section {
    padding: 0 0 60px 0;
  }

  .about-section__image {
    left: calc(50% - 962px);
  }

  .about-section__image img {
    width: 740px;
  }

  .about-section__inner {
    padding: 140px 0 80px 0;
  }

  .about-section__title {
    margin: 0 0 40px 0;
  }

  .about-section__content {
    max-width: 940px;
  }

  .about-section__info {
    gap: 40px;
  }

  .about-section__info-list {
    max-width: unset;
  }

  .about-section__info-item {
    margin: 0 0 40px 0;
  }

  .about-section__info-description {
    margin: 0 0 40px 0;
  }

  .about-section__info-description br {
    display: block;
  }

  .about-section__frame {
    padding: 60px 0;
    max-width: 1551px;
  }

  .about-section__frame br {
    display: block;
  }

  .about-section__frame-title {
    margin: 0 0 40px 0;
  }

  .about-section__frame-list {
    gap: 40px;
    padding: 40px 0;
    width: 1400px;
  }

  .about-section__frame-item {
    height: 132px;
    width: 440px;
  }

  .about-section__frame-subtitle {
    margin: 0 0 10px 0;
    font-size: 24px;
  }

  .about-section__frame-subtitle--1 {
    font-size: 20px;
  }

  .about-section__frame-helper {
    max-width: unset;
  }

  .advantages-section__inner {
    padding: 100px 0 60px 0;
  }

  .advantages-section__title {
    margin: 0 0 40px 0;
  }

  .advantages-section__cards-list {
    margin: 0 0 60px 0;
  }

  .advantages-section__cards-bullets.swiper-bullets {
    gap: 40px;
  }

  .advantages-section__cards-bullets.swiper-bullets .swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
  }

  .advantages-section__cards-controll {
    top: 189px;
    left: -50px;
    right: -50px;
  }

  .advantages-section__cards-btn img {
    width: 40px;
  }

  .advantages-section__card {
    width: 248px;
    height: 418px;
  }

  .advantages-section__card:before {
    right: -20px;
  }

  .advantages-section__card br {
    display: block;
  }

  .advantages-section__card-name {
    font-size: 19.5px;
    margin: 0 0 20px 0;
  }

  .advantages-section__feedback-wrapper {
    padding: 112px 0;
  }

  .advantages-section__feedback-info {
    width: 920px;
  }

  .advantages-section__feedback-button {
    width: 440px;
  }

  .agree {
    gap: 6px;
    font-size: 12px;
  }

  .agree br {
    display: block;
  }

  .agree__icon svg {
    width: 22px;
    height: 20px;
  }

  .btn {
    height: 100px;
    font-size: 20px;
  }

  .comparison-section__inner {
    padding: 140px 0;
  }

  .comparison-section__description-helper {
    margin: 40px 0;
  }

  .comparison-section__info-box {
    width: 460px;
    min-height: 92px;
    padding: 20px;
  }

  .connection__icon {
    margin: 0 5px 0 0;
  }

  .connection__icon img {
    width: 23px;
  }

  .connection__num {
    font-size: 22px;
  }

  .connection__description {
    font-size: 14px;
  }

  .feedback-modal__image img {
    width: 424px;
  }

  .feedback-modal__form {
    padding: 40px 38px 44px 38px;
  }

  .feedback-modal__title {
    font-size: 24px;
    max-width: 378px;
  }

  .feedback-modal__container {
    max-width: 460px;
  }

  .feedback-modal__button,
  .feedback-modal__input {
    margin: 0 0 20px 0;
  }

  .feedback-modal__button .btn {
    height: 80px;
  }

  .footer__row {
    padding: 40px 0;
  }

  .footer__legal {
    margin: 53px 0;
  }

  .footer__logo img {
    width: 140px;
  }

  .footer__phone {
    padding: 36px 0 0 0;
  }

  .footer__social ul img {
    width: 23px;
  }

  .growth-section__inner {
    padding: 140px 0 60px 0;
  }

  .growth-section__image {
    left: 0;
  }

  .growth-section__image img {
    width: 680px;
  }

  .growth-section__image:before {
    width: 800px;
    height: 800px;
    filter: blur(200px);
  }

  .growth-section__title {
    margin: 0 0 40px 0;
    font-size: 42px;
  }

  .growth-section__content {
    width: 680px;
  }

  .growth-section__content-box {
    margin: 0 0 40px 0;
  }

  .growth-section__cards-item {
    margin: 0 0 40px 0;
  }

  .growth-section__card {
    padding: 40px;
    gap: 40px;
  }

  .growth-section__card-icon img {
    width: 80px;
  }

  .growth-section__info-title {
    margin: 0 0 20px 0;
  }

  .growth-section__info-list {
    gap: 20px 40px;
  }

  .growth-section__info-item {
    gap: 10px;
    width: 320px;
  }

  .growth-section__feedback-wrapper {
    padding: 90px 0;
  }

  .growth-section__feedback-info {
    width: 920px;
  }

  .growth-section__feedback-button {
    width: 440px;
  }

  .header__logo img {
    width: 100px;
  }

  .input__icon {
    left: 40px;
  }

  .input__icon img {
    width: 20px;
  }

  .input__field {
    height: 64px;
    padding: 0 12px 0 100px;
    font-size: 16px;
  }

  .invite-section__image {
    right: calc(50% - 960px);
  }

  .invite-section__image img {
    width: 940px;
  }

  .invite-section__text {
    top: 18px;
    left: calc(50% - 703px);
  }

  .invite-section__inner {
    padding: 140px 0;
  }

  .invite-section__description-helper {
    margin: 60px 0;
  }

  .invite-section__button {
    max-width: 440px;
  }

  .main-section__image {
    right: calc(50% - 960px);
  }

  .main-section__image img {
    width: 940px;
  }

  .main-section__inner {
    padding: 150px 0;
  }

  .main-section__text {
    left: calc(50% - 700px);
    top: 153px;
    font-size: 260px;
  }

  .main-section__description-helper {
    margin: 60px 0;
  }

  .main-section__info-wrapper {
    bottom: 165px;
    width: 680px;
  }

  .main-section__info-list {
    gap: 40px;
  }

  .main-section__info-helper {
    top: -10px;
  }

  .main-section__info-helper img {
    width: 50px;
  }

  .main-section__info-container {
    width: 320px;
    height: 100px;
  }

  .main-section__button {
    max-width: 440px;
  }

  .partners-section__inner {
    padding: 140px 0 0 0;
  }

  .partners-section__content {
    max-width: 920px;
  }

  .partners-section__content br {
    display: block;
  }

  .partners-section__text {
    top: 30px;
    font-size: 154px;
    left: calc(50% - 230px);
    letter-spacing: 16px;
  }

  .partners-section__box {
    margin: 0 0 40px 0;
  }

  .partners-section__images-inner {
    left: calc(50% - 900px);
    top: 100px;
    width: 800px;
    height: 682px;
  }

  .partners-section__cards-inner {
    height: 348px;
  }

  .partners-section__cards {
    height: 174px;
  }

  .partners-section__card {
    height: 174px;
    padding: 40px;
    gap: 40px;
  }

  .partners-section__card-num {
    font-size: 80px;
  }

  .partners-section__helper-info {
    right: calc(50% - 703px);
    width: 920px;
    bottom: 26px;
  }

  .content-privacy {
    padding: 0 0 40px 0;
  }

  .content-privacy__wrapper {
    max-width: 650px;
    padding: 30px 44px 40px 44px;
  }

  .content-privacy__close {
    top: 20px;
    right: 20px;
  }

  .content-privacy h2 {
    font-size: 26px;
  }

  .content-privacy h3,
  .content-privacy strong {
    font-size: 16px;
  }

  .content-privacy p {
    font-size: 16px;
  }

  .product-section__inner {
    padding: 140px 0;
  }

  .product-section__title {
    max-width: 680px;
  }

  .product-section__description-helper {
    max-width: 680px;
  }

  .product-section__description-helper br {
    display: block;
  }

  .product-section__subtitle {
    margin: 40px 0;
  }

  .product-section__cards {
    margin: 0 0 60px 0;
  }

  .product-section__cards-list {
    gap: 40px;
  }

  .product-section__card {
    width: 440px;
  }

  .product-section__card-head {
    margin: 0 0 10px 0;
  }

  .product-section__card-num {
    font-size: 60px;
  }

  .product-section__card-info {
    padding: 30px 30px 10px 40px;
    height: 356px;
  }

  .product-section__card-list {
    gap: 6px;
  }

  .product-section__card-item {
    gap: 10px;
  }

  .product-section__button {
    width: 462px;
  }

  .remodal__feedback {
    padding-bottom: 40px;
    width: 924px;
  }

  .steps-section__inner {
    padding: 140px 0 0 0;
  }

  .steps-section__title {
    margin: 0 0 40px 0;
  }

  .steps-section__shadow {
    height: 304px;
  }

  .steps-section__content-wrapper {
    padding: 304px 0 38px 0;
  }

  .steps-section__info {
    width: 680px;
  }

  .steps-section__card {
    height: 126px;
  }

  .steps-section__card-num {
    width: 80px;
    font-size: 60px;
  }

  .steps-section__card-title {
    font-size: 20px;
  }

  .steps-section__card-description {
    font-size: 16px;
  }

  .steps-section__card-last {
    margin: 0;
    font-size: 34px;
  }

  .steps-section__images {
    width: 680px;
  }

  .steps-section__images-list {
    column-gap: 40px;
    margin: 0 0 -40px 0;
  }

  .steps-section__image {
    margin: 0 0 40px 0;
  }

  .team-section__inner {
    margin: 0;
    padding: 140px 0 0 0;
  }

  .team-section__title {
    margin: 0 0 40px 0;
  }

  .team-section__photo-name {
    bottom: 100px;
  }

  .team-section__name-list {
    gap: 40px;
  }

  .team-section__name-item {
    font-size: 25px;
    line-height: 160%;
    height: 112px;
  }

  .thanks-section__inner {
    padding: 90px 0 110px 0;
  }

  .thanks-section__title {
    max-width: 920px;
    font-size: 36px;
  }

  .thanks-section__title-info {
    margin: 40px 0;
  }

  .thanks-section__container {
    align-items: center;
    flex-direction: row;
    gap: 40px;
  }

  .thanks-section__frame {
    padding: 30px;
    width: 440px;
  }

  .thanks-section__frame li {
    margin: 0 0 20px 0;
  }

  .thanks-section__frame-title {
    margin: 0 0 10px 0;
  }

  .thanks-section__slogan {
    margin: 40px 0;
    max-width: unset;
  }

  .thanks-section__image {
    right: calc(50% - 960px);
  }

  .thanks-section__image img {
    width: 940px;
  }

  .video__play img {
    width: 108px;
  }

  .page--thanks .connection__num {
    font-size: 18px;
  }

  .page--thanks .connection__description {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1500px) and (max-height: 800px) {
  .font-s-62 {
    font-size: 50px;
  }

  .invite-section__image img {
    width: 900px;
  }

  .invite-section__description-helper {
    margin: 30px 0;
  }

  .main-section__image img {
    width: 700px;
  }

  .main-section__image {
    right: calc(50% - 720px);
  }

  .main-section__inner {
    padding: 90px 0;
  }

  .main-section__text {
    top: 99px;
  }

  .main-section__title-secondary {
    font-size: 32px;
  }

  .main-section__description-helper {
    margin: 32px 0;
  }

  .main-section__info-wrapper {
    bottom: 105px;
  }

  .main-section__info-list {
    gap: 20px;
  }

  .partners-section__text {
    top: 10px;
  }

  .partners-section__images-inner {
    top: 86px;
    width: 821px;
    height: 700px;
  }
}

@media only screen and (max-height: 800px) and (min-width: 1500px) {
  .partners-section__inner {
    padding: 100px 0 0 0;
  }

  .partners-section__box {
    margin: 0 0 30px 0;
  }

  .partners-section__title {
    font-size: 40px;
  }

  .partners-section__cards {
    height: 160px;
  }

  .partners-section__card {
    height: 160px;
    padding: 36px;
  }

  .partners-section__helper-info {
    bottom: 36px;
  }
}

@media only screen and (min-width: 1800px) {
  .partners-section__images-inner {
    top: 90px;
    left: calc(50% - 960px);
    width: 940px;
    height: 801px;
  }
}

@media only screen and (min-width: 1800px) and (max-height: 800px) {
  .partners-section__images-inner {
    top: 90px;
    left: calc(50% - 960px);
    width: 821px;
    height: 700px;
  }
}