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

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

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

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

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

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

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

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

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

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

h2 {
  font-family: "Rubik-Medium";
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
}

h2 span {
  color: #cbe103;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

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

.d-none {
  display: none;
}

.info-text {
  font-size: 14px;
  line-height: 18px;
}

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

.text-bold {
  font-weight: bold;
}

.business-model {
  position: relative;
  background-color: #335aa2;
  z-index: 5;
  box-shadow: 0 10px 14px 0 rgba(0,0,0,0.2);
}

.business-model__inner {
  padding: 34px 0 60px 0;
  color: #fff;
}

.business-model__title {
  text-align: center;
  margin: 0 0 20px 0;
}

.business-model__info {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin: 0 0 30px 0;
}

.business-model__list {
  margin: 0 0 60px 0;
}

.business-model__item {
  margin: 30px 0 0 0;
  position: sticky;
  top: 10px;
}

.business-model__item:last-child {
  position: relative;
  top: 0;
}

.business-model__item:first-child {
  padding: 0;
}

.business-model__item:first-child .model-card__list:first-child {
  margin: 0 0 10px 0;
}

.business-model__item:first-child .model-card__list-container {
  margin: 0 0 20px 0;
}

.business-model__item:nth-child(2) .model-card__list:first-child {
  margin: 0 0 10px 0;
}

.business-model__item:nth-child(2) .model-card__list:first-child .model-card__description {
  max-width: 314px;
}

.business-model__item:nth-child(2) .model-card__list .model-card__item {
  margin: 0 0 10px 0;
}

.business-model__item:nth-child(2) .model-card__list .model-card__item:last-child {
  margin: 0;
}

.business-model__item:nth-child(2) .model-card__list-container {
  margin: 0 0 20px 0;
}

.business-model__item:last-child .model-card__list-container {
  margin: 0 0 22px 0;
  max-width: 524px;
}

.business-model__item:last-child .model-card__list-container .model-card__list:first-child {
  margin: 0 0 10px 0;
}

.business-model__item:last-child .model-card__list-container .model-card__item {
  margin: 0 0 10px 0;
}

.business-model__item:last-child .model-card__list-container .model-card__item:last-child {
  margin: 0;
}

.business-model__item-card-title {
  color: #fff;
  font-weight: bold;
  padding: 40px;
  font-size: 24px;
  line-height: 28px;
  color: #282828;
}

.business-model__helper-info {
  font-size: 16px;
  line-height: 18px;
  font-family: "Montserrat-Medium";
  text-align: center;
}

.business-model__decor-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow-x: clip;
}

.business-model__decor {
  position: absolute;
  z-index: -1;
  border-radius: 100%;
}

.business-model__decor--1 {
  background-color: #cbe103;
  left: -120px;
  width: 200px;
  height: 200px;
  bottom: 313px;
}

.business-model__decor--2 {
  background-color: #cbe103;
  width: 56px;
  height: 56px;
  bottom: -28px;
  left: 16px;
}

.business-model__decor--3 {
  width: 300px;
  height: 300px;
  border: 30px solid #cbe103;
  top: 170px;
  right: -200px;
}

.business-model__decor--4 {
  background-color: #cbe103;
  width: 40px;
  height: 40px;
  top: 540px;
  right: 10px;
}

.model-card {
  margin: 0 auto;
  border-radius: 20px;
  width: 100%;
  max-width: 700px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  border-radius: 16px;
  padding: 0 14px;
}

.model-card__title {
  font-size: 16px;
  line-height: 20px;
  color: #282828;
  font-weight: 500;
  font-family: "Rubik-Medium";
  padding: 18px 0;
}

.model-card__content {
  padding: 0 0 18px 0;
}

.model-card__info {
  width: 100%;
  max-width: 700px;
  margin: 0 10px 0 0;
}

.model-card__list-title {
  color: #245fc9;
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 10px 0;
}

.model-card__list {
  font-size: 14px;
  line-height: 16px;
  color: #2f2f2f;
}

.model-card__list:last-child .model-card__description {
  max-width: 299px;
}

.model-card__item {
  display: flex;
  margin: 0 0 10px 0;
}

.model-card__item:last-child {
  margin: 0;
}

.model-card__num {
  color: #000;
  font-family: "Rubik-Medium";
  margin: 0 4px 0 0;
}

.model-card__description {
  max-width: 284px;
  font-family: "Montserrat-Light";
}

.model-card__square {
  font-size: 14px;
  line-height: 16px;
  color: #282828;
  font-family: "Rubik-Regular";
  margin: 0 0 20px 0;
}

.model-card__square span {
  font-family: "Rubik-Medium";
  font-weight: bold;
}

.model-card__image {
  max-width: 322px;
}

.model-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
}

.btn {
  position: relative;
  width: 100%;
  height: 100%;
}

.btn button,
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  color: #fff;
  border: none;
  font-family: "Geometria-Bold";
  cursor: pointer;
  background: radial-gradient(23.23% 135.98% at 43.12% -17.07%, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%), #335aa2;
  box-shadow: -3px 0px 20px rgba(0,0,0,0.22);
  border-radius: 76px;
  overflow: hidden;
  padding: 0 20px;
  transition: box-shadow 0.3s;
  -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;
}

.btn button:hover,
.btn a:hover {
  background: linear-gradient(0deg, rgba(255,255,255,0.2), rgba(255,255,255,0.2)), radial-gradient(23.23% 135.98% at 43.12% -17.07%, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%), #335aa2;
}

.btn button:active,
.btn a:active {
  background: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2)), radial-gradient(23.23% 135.98% at 43.12% -17.07%, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%), #335aa2;
}

.btn button span,
.btn a span {
  display: block;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  font-family: "Montserrat-Medium";
}

.btn button::before,
.btn a::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  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%;
  }
}

.connection {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}

.connection__icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(55,65,94,0.13);
  border-radius: 5px;
  margin: 0 10px 0 0;
}

.connection__icon svg {
  width: 15px;
  height: auto;
}

.connection__num {
  font-family: "Mulish-Bold";
  font-size: 16px;
  line-height: 20px;
}

.connection__description {
  font-family: "Mulish-Regular";
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
}

.feedback {
  padding: 8px;
  background: #fff;
  backdrop-filter: blur(88.5px);
  border-radius: 26px;
}

.feedback__form {
  border: 1px solid rgba(48,60,121,0.1);
  border-radius: 22px;
  padding: 18px 10px 10px 10px;
}

.feedback__title {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #335aa2;
  margin: 0 0 20px 0;
}

.feedback__input {
  max-width: 244px;
  height: 50px;
  width: 100%;
  margin: 0 auto 12px auto;
}

.feedback__button {
  max-width: 244px;
  width: 100%;
  height: 50px;
  margin: 0 auto 10px auto;
}

.feedback__button .btn span {
  font-size: 13px;
  line-height: 15px;
}

.feedback__agree {
  font-size: 10px;
  line-height: 13px;
  color: #bfbfbf;
  display: flex;
  align-items: center;
  font-family: "Montserrat-Regular";
  justify-content: center;
  text-align: center;
}

.feedback__agree-checkbox {
  display: none;
}

.footer {
  background-color: #fff;
  color: #838383;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  z-index: 22;
  font-family: "Montserrat-Regular";
}

.footer__row {
  padding: 30px 0;
}

.footer__col {
  margin-bottom: 30px;
}

.footer__logo {
  margin: 0 auto 18px auto;
}

.footer__logo img {
  margin: 0 auto;
  width: 150px;
  height: 45px;
}

.footer__legal,
.footer__social {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.footer__social-link {
  margin: 0 20px 0 0;
}

.footer__social-link:last-child {
  margin: 0;
}

.footer__legal {
  margin-bottom: 0;
}

.footer__legal-link {
  position: relative;
  display: block;
}

.footer__legal-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #acacac;
  bottom: 0;
}

.footer__text {
  text-align: center;
  max-width: 241px;
  margin: 0 auto 6px auto;
}

.footer__country {
  text-align: center;
}

.footer__f5:hover .f5__label {
  text-decoration: underline;
}

.footer__f5 img {
  width: 28px;
  height: 28px;
}

.footer__f5 .f5 {
  display: flex;
  align-items: center;
  max-width: 236px;
  margin: 0 auto;
}

.footer__f5 .f5__logo {
  margin-right: 10px;
}

.footer__phone {
  margin-bottom: 18px;
}

.form-modal {
  background-color: #fff;
  border-radius: 15px;
  max-width: 300px;
  width: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.form-modal--call .form-modal__feedback {
  justify-content: flex-start;
}

.form-modal--call .form-modal__info-title {
  left: auto;
  right: 38px;
}

.form-modal__feedback {
  padding: 24px 14px 14px 14px;
  border-radius: 10px;
  position: relative;
}

.form-modal__feedback-container {
  max-width: 290px;
  margin: 0 auto;
}

.form-modal__info-title {
  font-size: 17px;
  line-height: 18px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 16px;
  font-family: "Rubik-Medium";
  text-transform: uppercase;
  color: #2561c9;
  font-weight: bold;
}

.form-modal__info-title span {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #696969;
  font-family: "Rubik-Regular";
  text-transform: initial;
  font-weight: 400;
  max-width: 290px;
  margin: 8px 0 0 0;
}

.form-modal__feedback-input {
  display: flex;
  justify-content: center;
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
  height: 52px;
}

.form-modal__feedback-input svg {
  fill: none;
}

.form-modal__feedback-input .input__field {
  padding: 0 0 0 46px;
  font-family: "Montserrat-Regular";
}

.form-modal__feedback-input .input__field::placeholder {
  font-family: "Montserrat-Light";
}

.form-modal__button {
  display: flex;
  justify-content: center;
  max-width: 260px;
  margin: 0 auto;
  margin-bottom: 20px;
  height: 52px;
}

.form-modal__agree {
  display: flex;
  margin-left: -8px;
}

.form-modal__agree-text {
  max-width: 400px;
  text-align: center;
  font-size: 10px;
  line-height: 11px;
  color: rgba(0,0,0,0.56);
  font-family: "Montserrat-Regular";
}

.header__inner {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #282828;
}

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

.header__description {
  display: none;
}

.input {
  display: flex;
  align-items: center;
  border: 1px solid rgba(150,150,150,0.21);
  border-radius: 10px;
  height: 100%;
  width: 100%;
  position: relative;
}

.input__icon {
  position: absolute;
  left: 16px;
}

.input__field {
  width: 100%;
  font-size: 13px;
  line-height: 16px;
  padding: 0;
  border: none;
  display: block;
  outline: none;
  color: #000;
  transition: all 0.3s;
  height: 100%;
  background: none;
  font-family: "Montserrat-Medium";
  padding: 0 0 0 17px;
}

.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::placeholder {
  color: #b7b7b7;
  font-style: italic;
  font-family: "Montserrat-Medium";
}

.input__field:-ms-input-placeholder {
  color: #b7b7b7;
  font-style: italic;
  font-family: "Montserrat-Medium";
}

.input__field::-ms-input-placeholder {
  color: #b7b7b7;
  font-style: italic;
  font-family: "Montserrat-Medium";
}

.input__field.error {
  color: #d94c4c;
  font-style: italic;
}

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

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

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

.interior-section {
  overflow-x: clip;
  position: relative;
  z-index: 4;
}

.interior-section__inner {
  padding: 0 0 50px 0;
  margin: 60px 0 0 0;
  position: relative;
}

.interior-section__title {
  color: #2561c9;
  max-width: 603px;
  margin: 0 auto 49px auto;
  text-align: center;
}

.interior-section__info {
  font-size: 14px;
  line-height: 18px;
  color: #6a6a6a;
  max-width: 766px;
  text-align: center;
  margin: 0 auto 50px auto;
}

.interior-section__button {
  max-width: 313px;
  height: 64px;
  margin: 0 auto;
}

.interior-section__slider {
  max-width: 480px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 40px auto;
}

.interior-section__progress {
  max-width: 380px;
  margin: 0 auto 40px auto;
}

.interior-section__decor {
  width: 80px;
  height: 80px;
  bottom: -40px;
  border-radius: 100%;
  background-color: #cbe103;
  position: absolute;
  z-index: -1;
  right: -40px;
}

.interior-slider {
  cursor: grab;
  position: relative;
}

.interior-slider__list {
  max-width: 280px;
}

.interior-slider__item img {
  border-radius: 20px;
  width: 280px;
  height: auto;
}

.interior-slider__arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 110%;
  height: 0;
}

.investments-section {
  overflow: hidden;
}

.investments-section__inner {
  padding: 50px 0 49px 0;
}

.investments-section__title {
  margin: 0 0 9px 0;
  text-align: center;
  color: #2561c9;
}

.investments-section__title span {
  color: #cbe103;
}

.investments-section__info {
  color: #6a6a6a;
  margin: 0 0 40px 0;
  text-align: center;
}

.investments-section__table-decor {
  position: absolute;
  background-color: #cbe103;
  border-radius: 100%;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.investments-section__table-decor--1 {
  width: 36px;
  height: 36px;
  top: -17px;
  left: -27px;
  z-index: -1;
}

.investments-section__table-decor--1 div {
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 100%;
  background-color: #cbe103;
  top: -10px;
  left: 48px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.investments-section__table-decor--2 {
  width: 274px;
  height: 274px;
  z-index: -1;
  right: -117px;
  bottom: 66px;
}

.investments-section__table-decor--3 {
  width: 66px;
  height: 66px;
  right: -33px;
  bottom: 400px;
  z-index: -1;
}

.investments-section__table {
  max-width: 1280px;
  margin: 0 auto 52px auto;
  position: relative;
  z-index: 3;
}

.investments-section__table table {
  display: none;
}

.investments-section__button {
  max-width: 391px;
  height: 68px;
  margin: 0 auto;
}

.investments-table {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  border-radius: 20px;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 20px;
  color: #335aa2;
  text-align: center;
  font-family: "Montserrat-Regular";
}

.investments-table thead th {
  font-weight: bold;
  padding: 12px 6px;
  border: 1px solid rgba(0,0,0,0.09);
  border-top: 0;
  font-weight: 400;
  width: 18.2%;
}

.investments-table thead th:first-child {
  width: 30.8%;
  border-left: 0;
  border-bottom: 0;
}

.investments-table thead th:last-child {
  border-right: 0;
}

.investments-table thead th div {
  max-width: 199px;
  margin: 0 auto;
}

.investments-table tbody {
  position: relative;
  z-index: 5;
}

.investments-table tbody tr:first-child td:first-child {
  border-top: 0;
}

.investments-table tbody tr td {
  border: 1px solid rgba(0,0,0,0.09);
  border-right: 0;
  padding: 10px;
}

.investments-table tbody tr td:first-child {
  text-align: left;
  border-left: 0;
  font-size: 16px;
  line-height: 20px;
}

.investments-table tfoot td {
  padding: 22px 10px;
  border-left: 1px solid rgba(0,0,0,0.09);
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat-Bold";
}

.investments-table tfoot td:first-child {
  text-align: left;
  border-left: 0;
}

.table-mobile__item {
  box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  margin: 0 0 14px 0;
  border-radius: 10px;
}

.table-mobile__title-text {
  max-width: 267px;
  width: 100%;
}

.table-mobile__title {
  font-size: 14px;
  line-height: 18px;
  font-family: "Montserrat-SemiBold";
  color: #cbe103;
  padding: 12px 10px;
  background-color: #335aa2;
  border-radius: 10px;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
}

.table-mobile__title.js-investments-active {
  border-radius: 10px 10px 0 0;
}

.table-mobile__title.js-investments-active .table-mobile__icon {
  transform: rotate(180deg);
}

.table-mobile__icon {
  width: 19px;
  height: 19px;
  border-radius: 100%;
  border: 1px solid #cbe103;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.table-mobile__icon svg {
  color: #cbe103;
  width: 5px;
  height: 8px;
  transform: rotate(270deg);
  margin: 1px 0 0 0;
}

.table-mobile__content {
  padding: 10px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 0 0 10px 10px;
}

.table-mobile__content li {
  margin: 0 0 10px 0;
}

.table-mobile__content li:last-child {
  margin: 0;
}

.table-mobile__subtitle {
  font-size: 15px;
  line-height: 19px;
  margin: 0 0 2px 0;
  color: #335aa2;
}

.table-mobile__price {
  font-size: 14px;
  line-height: 16px;
  font-family: "Montserrat-Regular";
}

.join-section {
  background-image: url("../images/join-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

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

.join-section__title {
  max-width: 667px;
  font-size: 23px;
  line-height: 28px;
  color: #335aa2;
  font-family: "Rubik-Medium";
  margin: 0 0 59px 0;
}

.join-section__info-decor {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #cbe103;
  right: -20px;
  bottom: 200px;
  z-index: 1;
}

.join-section__info-decor div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #cbe103;
  bottom: -24px;
  right: -21px;
  z-index: -1;
}

.join-section__info {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  border-radius: 20px;
  padding: 20px 10px 20px 20px;
  max-width: 455px;
  margin: 0 0 325px 0;
}

.join-section__info-title {
  font-size: 18px;
  line-height: 20px;
  color: #335aa2;
  font-family: "Montserrat-SemiBold";
  margin: 0 0 30px 0;
  max-width: 677px;
}

.join-section__info-list {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  color: #3d67a8;
  position: relative;
}

.join-section__info-list:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(61,103,168,0.22);
}

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

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

.join-section__photo {
  position: absolute;
  z-index: -1;
  bottom: 435px;
  right: calc(0% - -4px);
}

.join-section__photo img {
  width: 300px;
  height: auto;
}

.main-section {
  position: relative;
  z-index: 6;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,0) 100%);
}

.main-section__bg-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  filter: drop-shadow(5px 5px 10px #000);
  max-width: 1920px;
  margin: 0 auto;
}

.main-section__bg-2 img {
  width: 100%;
  height: 100%;
}

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

.main-section__title {
  font-size: 20px;
  line-height: 24px;
  color: #2561c9;
  font-family: "Rubik-Medium";
  font-weight: 500;
  max-width: 472px;
  margin: 0 0 40px 0;
}

.main-section__info {
  border-left: 1px solid rgba(0,0,0,0.35);
  margin: 0 0 40px 0;
}

.main-section__info-description {
  display: block;
  margin: 0 0 0 16px;
  max-width: 534px;
  color: #6a6a6a;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.main-section__button {
  max-width: 296px;
  height: 68px;
}

.main-section__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: -1;
}

.main-section__bg-decor {
  position: absolute;
  bottom: 0;
  left: 0;
}

.main-section__bg-decor:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  box-shadow: -3px 53px 53px 0px rgba(255,255,255,0.9) inset;
}

.main-section__bg-decor img {
  width: 162px;
  height: auto;
}

.main-section__bg-photo {
  position: absolute;
  right: calc(50% - 128px);
  bottom: 0;
}

.main-section__bg-photo img {
  width: 222px;
  height: auto;
}

.methods-section {
  color: #fff;
  overflow: hidden;
  background-image: url("../images/methods-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.methods-section__inner {
  padding: 31px 0 47px 0;
}

.methods-section__title {
  max-width: 808px;
  margin: 0 auto 31px auto;
  text-align: center;
}

.methods-section__info {
  max-width: 920px;
  margin: 0 auto 98px auto;
  text-align: center;
}

.methods-section__bottom-info {
  max-width: 920px;
  text-align: center;
  margin: 0 auto;
}

.methods-section__list-container {
  position: relative;
  margin: 0 auto 60px auto;
}

.methods-section__list {
  position: relative;
  padding: 0 0 0 30px;
}

.methods-section__list:before {
  content: "";
  position: absolute;
  height: 94%;
  width: 2px;
  background-color: #cbe103;
  border-radius: 10px;
  top: 0;
  left: 9px;
}

.methods-section__list:last-child {
  max-width: 326px;
}

.methods-section__list:last-child:after {
  content: "";
  position: absolute;
  height: 100px;
  width: 2px;
  background-color: #cbe103;
  border-radius: 10px;
  top: -72px;
  left: 9px;
}

.methods-section__list-description {
  font-family: "Montserrat-SemiBold";
  font-size: 17px;
  line-height: normal;
  position: absolute;
  top: -60px;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}

.methods-section__list-description span {
  color: #cce208;
}

.methods-section__list-item-num {
  font-family: "Montserrat-Regular";
  font-size: 17px;
  line-height: 19px;
  min-width: 20px;
  margin-right: 6px;
}

.methods-section__list-item-description {
  max-width: 308px;
}

.methods-section__list-item {
  font-size: 14px;
  line-height: 17px;
  width: 100%;
  font-family: "Montserrat-Regular";
  display: flex;
  margin: 0 0 30px 0;
  min-height: 34px;
  position: relative;
}

.methods-section__list-item:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #cce208;
  left: -29px;
  top: 0;
}

.methods-section__circle {
  display: none;
}

.methods-section__circle svg {
  fill: none;
}

.content-privacy {
  max-width: 300px;
  width: 100%;
  padding: 24px 16px;
  background-color: #fff;
  text-align: start;
  position: relative;
  border-radius: 30px;
}

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

.content-privacy__icon {
  fill: #2561c9;
  transition: all 0.3s;
}

.content-privacy__icon:hover {
  fill: #d94c4c;
}

.content-privacy h2 {
  font-family: "Rubik-Medium";
  text-align: center;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
}

.content-privacy h3,
.content-privacy strong {
  font-family: "Rubik-Medium";
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}

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

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

.progress {
  background-color: #f5f5f5;
  border-radius: 88px;
}

.progress__line {
  background-color: #2561c9;
  transition: 0.2s;
  height: 2px;
  border-radius: 88px;
  width: 25%;
}

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

.remodal-overlay {
  background-color: RGBA(10, 10, 10, 0.769);
}

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

.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;
  overflow: hidden;
}

.remodal-wrapper {
  overflow: hidden;
  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: 20px 0 0 0;
  overflow: auto;
}

.remodal {
  max-height: 100%;
}

.remodal__feedback {
  padding-bottom: 20px;
  width: 300px;
}

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

.remodal__feedback-close svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
}

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

.resaults-section {
  color: #fff;
  overflow: hidden;
  background-image: url("../images/resaults-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.resaults-section__inner {
  padding: 50px 0 40px 0;
}

.resaults-section__title {
  max-width: 690px;
  margin: 0 auto 11px auto;
  text-align: center;
}

.resaults-section__title span {
  color: #cbe103;
}

.resaults-section__info {
  max-width: 660px;
  margin: 0 auto 38px auto;
  text-align: center;
}

.resaults-section__info-bottom {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}

.resaults-section__cards {
  margin: 0 0 62px 0;
}

.resaults-section__cards-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.resaults-section__cards-item {
  margin: 0 0 20px 0;
}

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

.resaults-card {
  position: relative;
  width: 290px;
  font-size: 15px;
  line-height: 18px;
  color: #6a6a6a;
}

.resaults-card.active .resaults-card__content {
  top: 10px;
  border-radius: 26px;
}

.resaults-card.active .resaults-card__info {
  opacity: 1;
  height: auto;
  padding: 40px 10px 0 10px;
  transition: all 0.6s;
}

.resaults-card.active .resaults-card__info li {
  height: 64px;
  visibility: visible;
}

.resaults-card__image img {
  border-radius: 26px;
  width: 290px;
  height: auto;
}

.resaults-card__content {
  position: absolute;
  top: auto;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.resaults-card__info {
  padding: 0;
  opacity: 0;
  height: 0;
}

.resaults-card__info li {
  height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0,0,0,0.09);
  visibility: hidden;
}

.resaults-card__info li:last-child {
  border: 0;
}

.resaults-card__info li br {
  display: block;
}

.resaults-card__button {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #3d67a8;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  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;
}

.reviews-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.reviews-section__inner {
  padding: 50px 0 205px 0;
}

.reviews-section__title {
  max-width: 584px;
  margin: 0 auto 15px auto;
  color: #2561c9;
  text-align: center;
}

.reviews-section__title span {
  color: #cbe103;
}

.reviews-section__info {
  max-width: 572px;
  margin: 0 auto 60px auto;
  color: #6a6a6a;
  text-align: center;
}

.reviews-section__slider {
  margin: 0 0 70px 0;
}

.reviews-section__button-container {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}

.reviews-section__button {
  max-width: 313px;
  height: 64px;
  width: 100%;
}

.reviews-section__button-info {
  font-size: 16px;
  line-height: 20px;
  color: #6a6a6a;
  max-width: 374px;
  text-align: center;
  margin: 0 0 20px 0;
  font-family: "Montserrat-Regular";
}

.reviews-section__decor {
  position: absolute;
  border-radius: 100%;
  border: 1px solid #cbe103;
  z-index: -1;
  width: 260px;
  height: 260px;
  top: 198px;
  left: -165px;
}

.reviews-section__decor-border {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 230px;
  height: 230px;
  border: 18px solid #cbe103;
  position: absolute;
  border-radius: 100%;
}

.reviews-section__bg-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.reviews-section__bg-image img {
  width: 346px;
  height: auto;
}

.reviews-slider {
  cursor: grab;
}

.reviews-slider .slick-list {
  overflow: visible;
}

.reviews-slider .slick-list [data-slick-index="-1"] {
  transition: 0.3s;
}

.reviews-slider .slick-list [data-slick-index="-1"] .reviews-card {
  opacity: 0;
}

.reviews-slider__list {
  margin: 0 0 32px 0;
}

.reviews-slider__item {
  margin: 0 20px 0 0;
}

.reviews-slider__item:last-child {
  margin: 0;
}

.reviews-slider__bar {
  display: flex;
  align-items: center;
}

.reviews-slider__arrows {
  display: flex;
  margin: 0 17px 0 0;
}

.reviews-slider__arrow-prev {
  margin: 0 20px 0 0;
}

.reviews-slider__progress {
  width: 100%;
}

.reviews-card {
  width: 300px;
  height: 382px;
  border: 4px solid #cbe103;
  padding: 20px 20px;
  border-radius: 30px;
  color: #fff;
  background: #3d67a8;
}

.reviews-card__name {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 10px 0;
  font-family: "Montserrat-SemiBold";
}

.reviews-card__description {
  font-family: "Montserrat-Light";
  font-size: 15px;
  line-height: 19px;
}

.services-section {
  background-color: #335aa2;
  color: #fff;
  position: relative;
  overflow-x: clip;
  z-index: 1;
}

.services-section__inner {
  padding: 59px 0 44px 0;
  margin: 0 0 0 auto;
}

.services-section__title {
  margin: 0 auto 14px auto;
  max-width: 500px;
  text-align: center;
}

.services-section__info {
  margin: 0 auto 49px auto;
  max-width: 470px;
  text-align: center;
  font-family: "Montserrat-Regular";
}

.services-section__frame {
  margin: 0 auto 37px auto;
  border-radius: 30px;
  padding: 30px 9px;
  background-color: #cbe103;
  position: relative;
  z-index: 1;
  color: #335aa2;
  max-width: 600px;
}

.services-section__frame:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  background-color: #fff;
  border-radius: 30px;
  z-index: -1;
}

.services-section__frame-title {
  font-size: 18px;
  line-height: 20px;
  font-family: "Montserrat-SemiBold";
  max-width: 503px;
  margin: 0 10px 20px 10px;
}

.services-section__frame-item {
  margin: 0 0 19px 0;
  position: relative;
  padding: 0 0 0 12px;
  max-width: 525px;
  font-size: 14px;
  line-height: 16px;
}

.services-section__frame-item:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #335aa2;
}

.services-section__frame-item:last-child {
  margin: 0;
}

.services-section__bottom-info {
  max-width: 602px;
  margin: 0 auto;
  text-align: center;
  font-family: "Montserrat-Regular";
}

.services-section__bottom-info span {
  font-family: "Montserrat-Medium";
}

.services-section__photo-container {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

.services-section__photo {
  margin: 0 0 0 12px;
}

.services-section__photo img {
  width: 258px;
  height: auto;
  border-radius: 0 0 42% 48%;
}

.services-section__decor-container {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.services-section__decor-container:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: 100px;
  left: 63px;
  background: rgba(255,255,255,0.63);
  filter: blur(64px);
  z-index: -1;
}

.services-section__decor {
  position: absolute;
  border-radius: 100%;
}

.services-section__decor--1 {
  background-color: #3d67a8;
  width: 260px;
  height: 260px;
  top: 57px;
  left: 17px;
}

.services-section__decor--2 {
  width: 120px;
  height: 120px;
  border: 8px solid #cbe103;
  left: 13px;
  top: 65px;
}

.services-section__decor--3 {
  background-color: #cbe103;
  width: 50px;
  height: 50px;
  right: 18px;
  top: 106px;
}

.services-section__decor--4 {
  width: 14px;
  height: 14px;
  top: 89px;
  right: 59px;
  background-color: #cbe103;
}

.slider-arrow {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0.676471px solid #cbe103;
  transition: 0.2s;
  -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;
}

.slider-arrow svg {
  color: #245fc9;
}

.slider-arrow:hover {
  background-color: #cbe103;
}

.slider-arrow.arrow-next svg {
  transform: rotate(180deg);
}

.statistics-section {
  background-image: url("../images/statistics-bg.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.statistics-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(206,206,206,0.52);
  z-index: -1;
}

.statistics-section__inner {
  padding: 54px 0;
  text-align: center;
  background: rgba(250,250,250,0.839);
  box-shadow: 0px 0px 17px 19px rgba(255,255,255,0.8);
}

.statistics-section__title {
  max-width: 787px;
  color: #2561c9;
  margin: 0 0 24px 0;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}

.statistics-section__info {
  color: #000;
  margin: 0 0 70px 0;
  max-width: 780px;
}

.statistics-section__graph {
  margin: 0 0 60px 0;
}

.statistics-section__graph-title {
  font-family: "Montserrat-SemiBold";
  color: #335aa2;
  max-width: 839px;
  font-size: 17px;
  line-height: 20px;
  margin: 0 0 40px 0;
}

.statistics-section__graph-list {
  max-width: 907px;
  position: relative;
}

.statistics-section__graph-item:nth-child(1) {
  max-width: 297px;
  margin: 0 0 20px 0;
}

.statistics-section__graph-item:nth-child(2) {
  display: none;
}

.statistics-section__graph-item:nth-child(3) {
  max-width: 340px;
}

.statistics-section__graph-percent {
  font-size: 30px;
  line-height: 40px;
  color: #cbe103;
  font-family: "Montserrat-Bold";
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 6px 0;
}

.statistics-section__graph-percent-info {
  font-size: 18px;
  line-height: 20px;
  color: #335aa2;
  font-family: "Montserrat-Medium";
  margin: 0 0 0 10px;
}

.statistics-section__graph-description {
  font-size: 15px;
  line-height: 19px;
  color: #335aa2;
}

.statistics-section__bottom-info {
  font-family: "Montserrat-Regular";
  color: #000;
  max-width: 650px;
}

.statistics-section__decor {
  position: absolute;
  border-radius: 100%;
  border: 1px solid #cbe103;
  z-index: -1;
  width: 260px;
  height: 260px;
  top: -163px;
  left: -165px;
}

.statistics-section__decor-border {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 230px;
  height: 230px;
  border: 18px solid #cbe103;
  position: absolute;
  border-radius: 100%;
}

.statistics-graph {
  display: flex;
  align-items: center;
}

.statistics-graph__image {
  transform: rotate(90deg);
}

.statistics-graph__pointer {
  position: absolute;
  top: auto;
  left: auto;
}

.statistics-graph__pointer--1 {
  margin: 0 4px 0 0;
  transform: rotate(320deg);
  top: 94px;
  left: -63px;
}

.statistics-graph__pointer--1 svg {
  color: #cbe103;
}

.statistics-graph__pointer--2 {
  margin: 0 0 0 4px;
  transform: rotate(220deg);
  top: 4px;
  left: -67px;
}

.statistics-graph__pointer--2 svg {
  color: #335aa2;
}

.support-section {
  color: #fff;
  background: #335aa2;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.support-section__inner {
  padding: 41px 0 130px 0;
}

.support-section__title {
  max-width: 700px;
  margin: 0 auto 18px auto;
  text-align: center;
}

.support-section__info {
  max-width: 640px;
  margin: 0 auto 49px auto;
  text-align: center;
}

.support-section__tabs {
  margin: 0 0 43px 0;
}

.support-section__bottom-info {
  max-width: 804px;
  margin: 0 auto;
  text-align: center;
}

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

.support-section__bg-image {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
}

.support-section__bg-image img {
  width: 132px;
  height: auto;
}

.support-section__bg-decor-1 {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: -60px;
  width: 170px;
  height: 170px;
  border-radius: 100%;
  background: #3d67a8;
}

.support-section__bg-decor-2 {
  position: absolute;
  z-index: 2;
  bottom: 350px;
  right: -100px;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: #cbe103;
}

.support-section__bg-decor-3 {
  position: absolute;
  z-index: 2;
  bottom: 294px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #cbe103;
}

.support-tabs {
  max-width: 728px;
  width: 100%;
  margin: 0 auto;
}

.support-tabs .r-tabs-state-active .r-tabs-anchor {
  background-color: #223e6a;
  color: #cbe103;
}

.support-tabs .r-tabs-state-active .r-tabs-anchor span:before {
  transform: scale(1);
}

.support-tabs .r-tabs-accordion-title {
  margin: 0 0 20px 0;
}

.support-tabs .r-tabs-accordion-title.r-tabs-state-active {
  margin: 0;
}

.support-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  border-radius: 20px 20px 0px 0px;
}

.support-tabs .r-tabs-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4b75be;
  border-radius: 16px;
  width: 310px;
  height: 60px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Montserrat-SemiBold";
}

.support-tabs .r-tabs-anchor span {
  position: relative;
  display: block;
}

.support-tabs .r-tabs-anchor span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cbe103;
  transform: scale(0);
  transition: all 0.4s;
}

.support-tabs__control {
  display: flex;
  justify-content: space-between;
}

.support-tabs__content {
  padding: 0 !important;
}

.support-tabs__content--1 .support-tabs__content-info li:nth-child(4) {
  max-width: 100%;
}

.support-tabs__content--3 .support-tabs__content-info li:nth-child(5) {
  max-width: 100%;
}

.support-tabs__content-info-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 12px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Montserrat-Regular";
  position: relative;
  border-radius: 0px 0px 16px 16px;
  background: linear-gradient(180deg, #223e6a 0%, #305389 100%);
  margin: 0 0 20px 0;
}

.support-tabs__content-info li {
  margin: 0 0 20px 0;
  padding: 0 0 0 14px;
  position: relative;
}

.support-tabs__content-info li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #fff;
}

.support-tabs__content-info li:last-child {
  margin: 0;
}

.support-tabs__content-image {
  display: none;
}

.support-tabs__content-image img {
  border-radius: 27px;
  width: 240px;
  height: auto;
}

.thanks-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 100%;
  position: relative;
  z-index: 1;
  color: #3c3c3c;
  font-family: "Montserrat-Regular";
  max-width: 100%;
}

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

.thanks-section__title {
  color: #2561c9;
  max-width: 790px;
  margin: 0 0 29px 0;
  font-family: "Rubik-Medium";
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
}

.thanks-section__title span {
  text-transform: capitalize;
}

.thanks-section__info {
  font-size: 16px;
  line-height: 20px;
  max-width: 792px;
  margin: 0 0 50px 0;
}

.thanks-section__container {
  margin: 0 0 60px 0;
}

.thanks-section__time {
  background: #fff;
  box-shadow: 0px 2.72203px 27.9009px rgba(0,0,0,0.11);
  border-radius: 15px;
  padding: 37px 20px 37px 37px;
  margin: 0 0 30px 0;
  max-width: 279px;
  width: 100%;
}

.thanks-section__time-item {
  margin: 0 0 22px 0;
  font-size: 16px;
  line-height: 20px;
}

.thanks-section__time-item:last-child {
  margin: 0;
}

.thanks-section__time-title {
  margin: 0 0 3px 0;
}

.thanks-section__time-subtitle {
  color: #48a926;
}

.thanks-section__time-subtitle span {
  color: #f00;
}

.thanks-section__time-info {
  font-size: 16px;
  line-height: 20px;
  max-width: 465px;
  width: 100%;
}

.thanks-section__button {
  max-width: 436px;
  height: 66px;
  width: 100%;
  margin: 0 0 40px 0;
}

.thanks-section__slogan {
  font-size: 24px;
  line-height: 28px;
  max-width: 300px;
  text-align: center;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.page__content {
  flex: 1;
}

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

@media only screen and (min-width: 768px) {
  .wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .info-text {
    font-size: 16px;
    line-height: 20px;
  }

  .business-model__info {
    font-size: 16px;
    line-height: 20px;
  }

  .business-model__item {
    margin: 60px 0 0 0;
  }

  .business-model__item:first-child .model-card__list:first-child {
    margin: 0 8px 0 0;
  }

  .business-model__item:nth-child(2) .model-card__list:first-child {
    margin: 0 10px 0 0;
  }

  .business-model__item:nth-child(2) .model-card__list .model-card__item {
    margin: 0 0 21.5px 0;
  }

  .business-model__item:last-child .model-card__list-container .model-card__list:first-child {
    margin: 0;
  }

  .business-model__item:last-child .model-card__list-container .model-card__item {
    margin: 0 0 26px 0;
  }

  .business-model__decor--1 {
    left: -170px;
    width: 280px;
    height: 280px;
    bottom: 313px;
  }

  .business-model__decor--2 {
    width: 88px;
    height: 88px;
    bottom: -44px;
    left: 22px;
  }

  .business-model__decor--3 {
    border: 46px solid #cbe103;
    top: 40px;
    right: -320px;
    width: 438px;
    height: 438px;
  }

  .business-model__decor--4 {
    width: 50px;
    height: 50px;
    top: 540px;
    right: 39px;
  }

  .model-card {
    min-height: 594px;
    border-radius: 30px;
    padding: 0 20px;
  }

  .model-card__title {
    font-size: 22px;
    line-height: 26px;
    padding: 20px 0;
  }

  .model-card__content {
    padding: 0 0 20px 0;
  }

  .model-card__list-title {
    font-size: 18px;
    line-height: 22px;
  }

  .model-card__list-container {
    display: flex;
    justify-content: space-between;
  }

  .model-card__list {
    font-size: 15px;
    line-height: 19px;
  }

  .model-card__num {
    margin: 0 8px 0 0;
  }

  .model-card__square {
    font-size: 18px;
    line-height: 22px;
  }

  .model-card__image img {
    border-radius: 20px;
  }

  .feedback__title {
    font-size: 20px;
    line-height: 26px;
  }

  .feedback__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 23px 0;
  }

  .feedback__input {
    margin: 0 10px 0 0;
  }

  .feedback__button {
    height: 54px;
    max-width: 240px;
    margin: 0;
  }

  .footer__row {
    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__text {
    margin: 0 0 4px 0;
    text-align: left;
    max-width: 191px;
  }

  .footer__country {
    text-align: left;
  }

  .footer__f5 .f5 {
    max-width: 235px;
  }

  .form-modal {
    max-width: 700px;
    width: 100%;
  }

  .form-modal--main {
    background-image: url("../images/form-main-img.jpg");
    background-size: 400px auto;
    background-position: left bottom;
  }

  .form-modal--main .form-modal__feedback-container {
    max-width: 260px;
  }

  .form-modal--call {
    background-image: url("../images/form-call-img.jpg");
    background-size: 320px auto;
    background-position: right bottom;
  }

  .form-modal--leave {
    background-image: url("../images/form-main-img.jpg");
    background-size: 400px auto;
    background-position: left bottom;
  }

  .form-modal--leave .form-modal__feedback-container {
    max-width: 260px;
  }

  .form-modal__feedback {
    padding: 43px;
    display: flex;
    justify-content: flex-end;
  }

  .form-modal__feedback-container {
    margin: 0;
    max-width: 255px;
  }

  .form-modal__info-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    left: 65px;
    top: 43px;
    text-align: left;
  }

  .form-modal__feedback-input {
    max-width: 380px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .form-modal__button {
    max-width: 100%;
    margin-bottom: 18px;
  }

  .form-modal__agree-text {
    font-size: 10px;
    line-height: 12px;
    text-align: left;
    margin-right: -21px;
  }

  .header__logo img {
    width: 120px;
  }

  .header__description {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-family: "Montserrat-Light";
  }

  .input__field {
    font-size: 13px;
    line-height: 15px;
    padding: 0 0 0 10px;
  }

  .interior-section__info {
    font-size: 16px;
    line-height: 20px;
  }

  .interior-section__decor {
    width: 100px;
    height: 100px;
    bottom: -50px;
    right: -50x;
  }

  .interior-slider__list {
    max-width: 380px;
  }

  .interior-slider__item img {
    width: 380px;
    height: 334px;
  }

  .interior-slider__arrows {
    width: 100%;
  }

  .investments-section__table-decor--1 {
    top: 20px;
    left: 28px;
    z-index: 1;
  }

  .investments-section__table-decor--3 {
    z-index: 1;
    right: -33px;
    bottom: 242px;
  }

  .investments-section__table table {
    display: block;
  }

  .investments-section__table-mobile {
    display: none;
  }

  .join-section__title {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 59px 0;
  }

  .join-section__info-decor {
    right: -8px;
    bottom: 222px;
    width: 58px;
    height: 58px;
  }

  .join-section__info-decor div {
    width: 21px;
    height: 21px;
  }

  .join-section__info {
    padding: 20px;
    margin: 0 0 40px 0;
  }

  .join-section__info-title {
    font-size: 20px;
    line-height: 24px;
  }

  .join-section__info-list {
    padding: 0 0 0 16px;
    font-size: 17px;
    line-height: 26px;
  }

  .join-section__info-list:before {
    left: 0;
  }

  .join-section__info-item {
    margin: 0 80px 0 0;
  }

  .join-section__photo {
    bottom: 143px;
    right: calc(0% - -20px);
  }

  .join-section__photo img {
    width: 330px;
  }

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

  .main-section__title {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 72px 0;
    max-width: 728px;
  }

  .main-section__info {
    margin: 0 0 93px 0;
  }

  .main-section__info-description {
    margin: 0 0 0 26px;
    font-size: 16px;
    line-height: 20px;
  }

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

  .main-section__bg-decor img {
    width: 340px;
  }

  .main-section__bg-photo {
    right: calc(50% - 327px);
  }

  .main-section__bg-photo img {
    width: 264px;
  }

  .methods-section__list-container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px auto;
    max-width: 770px;
  }

  .methods-section__list:before {
    height: 88%;
  }

  .methods-section__list:last-child:after {
    content: none;
  }

  .methods-section__list-description {
    top: -70px;
    font-size: 19px;
  }

  .content-privacy {
    padding: 24px 44px;
    max-width: 450px;
  }

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

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

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

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

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

  .remodal__feedback {
    width: 700px;
  }

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

  .resaults-section__inner {
    padding: 60px 0 70px 0;
  }

  .resaults-section__info {
    margin: 0 auto 48px auto;
  }

  .resaults-section__cards-item {
    margin: 0;
  }

  .resaults-section__cards-item:first-child {
    margin: 0 40px 40px 0;
  }

  .resaults-card {
    width: 316px;
    font-size: 16px;
    line-height: 20px;
  }

  .resaults-card.active .resaults-card__content {
    border-radius: 30px;
  }

  .resaults-card.active .resaults-card__info {
    padding: 40px 16px 0 16px;
  }

  .resaults-card.active .resaults-card__info li {
    height: 70px;
  }

  .resaults-card__image img {
    width: 316px;
  }

  .resaults-card__content {
    border-radius: 89px;
  }

  .resaults-card__button {
    font-size: 18px;
    line-height: 22px;
  }

  .reviews-section__inner {
    padding: 70px 0 205px 0;
  }

  .reviews-section__info {
    margin: 0 auto 85px auto;
  }

  .reviews-section__slider {
    margin: 0 0 85px 20px;
  }

  .reviews-section__button-container {
    flex-direction: row;
  }

  .reviews-section__button {
    margin: 0 32px 0 0;
  }

  .reviews-section__button-info {
    margin: 0;
    text-align: left;
  }

  .reviews-section__decor {
    top: 55px;
  }

  .reviews-section__bg-image img {
    width: 318px;
  }

  .reviews-card {
    border-radius: 36px;
    width: 459px;
    height: 264px;
    padding: 31px 11px 14px 22px;
  }

  .services-section__frame {
    border-radius: 47px;
    padding: 40px 30px 50px 30px;
  }

  .services-section__frame:before {
    top: 7px;
    bottom: 7px;
    right: 7px;
    left: 7px;
    border-radius: 47px;
  }

  .services-section__frame-title {
    margin: 0 0 27px 0;
    font-size: 22px;
    line-height: 26px;
  }

  .services-section__frame-item {
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .services-section__frame-item:before {
    top: 9px;
    left: 6px;
  }

  .services-section__photo-container {
    margin: 0;
    max-width: 100%;
    display: none;
  }

  .services-section__photo {
    margin: 0 0 0 -150px;
  }

  .services-section__photo img {
    border-radius: 0;
    width: 500px;
  }

  .services-section__decor-container:before {
    top: 163px;
    left: 43px;
    width: 240px;
    height: 240px;
    filter: blur(108px);
  }

  .services-section__decor--1 {
    width: 360px;
    height: 360px;
    top: 70px;
    left: -17px;
  }

  .services-section__decor--2 {
    width: 170px;
    height: 170px;
    border: 10px solid #cbe103;
    left: -5px;
    top: 88px;
  }

  .services-section__decor--3 {
    width: 60px;
    height: 60px;
    right: 26px;
    top: 154px;
  }

  .services-section__decor--4 {
    width: 16px;
    height: 16px;
    top: 136px;
    right: 76px;
  }

  .statistics-section {
    background-size: contain;
  }

  .statistics-section:before {
    background-color: rgba(221,221,221,0.6);
  }

  .statistics-section__inner {
    background: none;
    box-shadow: none;
    text-align: left;
    padding: 80px 0;
  }

  .statistics-section__title {
    text-align: left;
    font-size: 34px;
    line-height: 42px;
  }

  .statistics-section__graph-title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 40px 0;
  }

  .statistics-section__graph-item:nth-child(2) {
    display: block;
    position: absolute;
    left: 340px;
    top: 19px;
  }

  .statistics-section__graph-percent {
    justify-content: flex-start;
    margin: 0 0 16px 0;
  }

  .statistics-section__graph-description {
    font-size: 16px;
    line-height: 20px;
  }

  .support-tabs .r-tabs-anchor {
    border-radius: 20px 20px 0px 0px;
    width: 238px;
    height: 45px;
    font-size: 14px;
    line-height: 18px;
  }

  .support-tabs__content-container {
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(180deg, #3d67a8 0%, #365585 100%);
  }

  .support-tabs__content--2 .support-tabs__content-info li {
    margin: 0 0 5px 0;
  }

  .support-tabs__content--3 .support-tabs__content-info li {
    margin: 0 0 10px 0;
  }

  .support-tabs__content-info-wrapper {
    background: none;
    font-size: 14px;
    line-height: 16px;
    border-radius: 0px;
  }

  .support-tabs__content-info li {
    padding: 0 0 0 18px;
  }

  .support-tabs__content-info li:before {
    left: 4px;
  }

  .support-tabs__content-info li:nth-child(1),
  .support-tabs__content-info li:nth-child(2),
  .support-tabs__content-info li:nth-child(3),
  .support-tabs__content-info li:nth-child(4),
  .support-tabs__content-info li:nth-child(5),
  .support-tabs__content-info li:nth-child(6) {
    max-width: 448px;
  }

  .support-tabs__content-image {
    display: block;
    position: absolute;
    right: 14px;
    top: 20px;
  }

  .thanks-section__title {
    font-size: 36px;
    line-height: 44px;
  }

  .thanks-section__info {
    font-size: 18px;
    line-height: 22px;
  }

  .thanks-section__container {
    display: flex;
    align-items: center;
  }

  .thanks-section__time {
    margin: 0 39px 0 0;
  }

  .thanks-section__time-info {
    font-size: 18px;
    line-height: 22px;
  }

  .thanks-section__bottom {
    display: flex;
    align-items: center;
  }

  .thanks-section__button {
    margin: 0 51px 0 0;
    height: 77px;
  }

  .thanks-section__slogan {
    text-align: left;
    max-width: 282px;
    font-size: 28px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .form-modal--main {
    background-size: 544px auto;
  }

  .form-modal--call {
    background-size: 385px auto;
  }

  .form-modal--leave {
    background-size: 544px auto;
  }
}

@media only screen and (min-width: 1024px) {
  .business-model__item:first-child .model-card__list-container {
    margin: 0 0 22px 0;
  }

  .business-model__item:nth-child(2) .model-card__list .model-card__item {
    margin: 0 0 14px 0;
  }

  .business-model__item:nth-child(2) .model-card__list-container {
    margin: 0 0 40px 0;
  }

  .business-model__item:last-child .model-card__list-container {
    margin: 0 0 46px 0;
  }

  .business-model__helper-info {
    font-size: 18px;
    line-height: 22px;
  }

  .model-card {
    max-width: 1280px;
    min-height: 425px;
  }

  .model-card__title {
    padding: 26px 0;
  }

  .model-card__content {
    padding: 0 0 26px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .model-card__list-title {
    font-size: 19px;
    line-height: 24px;
  }

  .model-card__square {
    margin: 0;
  }

  .model-card__image {
    max-width: 347px;
  }

  .btn button span,
  .btn a span {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }

  .connection__icon {
    margin: 0 20px 0 0;
    border-radius: 7px;
    width: 44px;
    height: 44px;
  }

  .connection__icon svg {
    width: 18px;
  }

  .connection__num {
    font-size: 20px;
    line-height: 25px;
  }

  .connection__description {
    font-size: 18px;
    line-height: 20px;
  }

  .feedback {
    border-radius: 30px;
  }

  .feedback__form {
    padding: 20px;
    border-radius: 27px;
  }

  .feedback__title {
    font-size: 26px;
    line-height: 32px;
  }

  .feedback__input {
    margin: 0 20px 0 0;
  }

  .feedback__button {
    height: 64px;
    max-width: 280px;
  }

  .feedback__button .btn span {
    font-size: 16px;
    line-height: 18px;
  }

  .feedback__agree {
    font-size: 12px;
    line-height: 15px;
  }

  .footer {
    font-size: 16px;
    line-height: 17px;
  }

  .footer__logo {
    margin: 0 auto 27px auto;
  }

  .footer__logo img {
    width: 180px;
    height: 45px;
  }

  .footer__text {
    max-width: 241px;
  }

  .footer__f5 img {
    width: 37px;
    height: 36px;
  }

  .footer__f5 .f5 {
    max-width: 284px;
  }

  .footer__phone {
    margin-bottom: 26px;
  }

  .header__logo img {
    width: 180px;
  }

  .header__description {
    font-size: 17px;
    line-height: 21px;
  }

  .input__field {
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 0 17px;
  }

  .interior-section__inner {
    padding: 0 0 84px 0;
    margin: 114px 0 0 0;
  }

  .interior-section__title {
    text-align: left;
    max-width: 603px;
    margin: 0 0 30px 0;
  }

  .interior-section__info {
    text-align: left;
    max-width: 450px;
    margin: 0 0 50px 0;
  }

  .interior-section__button {
    margin: 0;
  }

  .interior-section__slider {
    margin: 0;
    position: absolute;
    right: 0;
    top: 10px;
  }

  .interior-section__progress {
    margin: 0 0 40px 0;
    max-width: 500px;
  }

  .interior-section__decor {
    width: 160px;
    height: 160px;
    bottom: -80px;
    right: -80px;
  }

  .join-section__title {
    font-size: 44px;
    line-height: 50px;
    max-width: 925px;
  }

  .join-section__info-decor {
    bottom: 246px;
  }

  .join-section__info {
    border-radius: 30px;
    padding: 28px 32px 38px 32px;
    max-width: 642px;
    margin: 0 0 72px 0;
  }

  .join-section__info-title {
    font-size: 22px;
    line-height: 26px;
  }

  .join-section__info-list {
    padding: 0 0 0 32px;
    font-size: 19px;
    line-height: 29px;
  }

  .join-section__info-item {
    margin: 0 130px 0 0;
  }

  .join-section__photo {
    bottom: 165px;
    right: calc(0% - -20px);
  }

  .join-section__photo img {
    width: 400px;
  }

  .main-section__inner {
    padding: 127px 0 170px 0;
  }

  .main-section__title {
    max-width: 962px;
    font-size: 42px;
    line-height: 50px;
  }

  .main-section__info-description {
    margin: 0 0 0 32px;
    max-width: 675px;
    font-size: 20px;
    line-height: 24px;
  }

  .main-section__button {
    max-width: 422px;
    height: 76px;
  }

  .methods-section__info {
    margin: 0 auto 100px auto;
  }

  .methods-section__list-container {
    display: block;
    max-width: 444px;
    margin: 0 auto 100px auto;
  }

  .methods-section__list {
    position: unset;
  }

  .methods-section__list:before {
    content: none;
  }

  .methods-section__list {
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .methods-section__list:last-child {
    max-width: 100%;
  }

  .methods-section__list-description {
    font-size: 21px;
    justify-content: center;
    top: 0;
  }

  .methods-section__list-item-num {
    display: none;
  }

  .methods-section__list-item-description {
    max-width: 100%;
  }

  .methods-section__list-item {
    min-height: auto;
    margin: 0;
  }

  .methods-section__list-item:before {
    content: none;
  }

  .methods-section__list-item {
    display: block;
    position: absolute;
  }

  .methods-section__list-item--1 {
    top: -9px;
    left: -207px;
    max-width: 321px;
    text-align: right;
  }

  .methods-section__list-item--2 {
    top: 68px;
    max-width: 202px;
    left: -168px;
    text-align: right;
  }

  .methods-section__list-item--3 {
    top: 171px;
    left: -278px;
    text-align: right;
    max-width: 270px;
  }

  .methods-section__list-item--4 {
    top: 260px;
    left: -229px;
    max-width: 223px;
    text-align: right;
  }

  .methods-section__list-item--5 {
    left: -313px;
    top: 352px;
    max-width: 346px;
    text-align: right;
  }

  .methods-section__list-item--6 {
    top: 420px;
    max-width: 309px;
    left: -200px;
    text-align: right;
  }

  .methods-section__list-item--7 {
    bottom: -43px;
    max-width: 280px;
    left: 17px;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }

  .methods-section__list-item--8 {
    top: 420px;
    max-width: 262px;
    left: 336px;
    text-align: left;
  }

  .methods-section__list-item--9 {
    left: 409px;
    top: 352px;
    max-width: 232px;
    text-align: left;
  }

  .methods-section__list-item--10 {
    top: 260px;
    left: 449px;
    max-width: 304px;
    text-align: left;
  }

  .methods-section__list-item--11 {
    top: 173px;
    left: 450px;
    text-align: left;
    max-width: 263px;
  }

  .methods-section__list-item--12 {
    top: 68px;
    max-width: 238px;
    left: 410px;
    text-align: left;
  }

  .methods-section__list-item--13 {
    top: -9px;
    left: 335px;
    max-width: 184px;
    text-align: left;
  }

  .methods-section__list-item--14 {
    top: -48px;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 229px;
    text-align: center;
  }

  .methods-section__circle {
    display: block;
  }

  .content-privacy {
    max-width: 650px;
  }

  .resaults-section__title {
    max-width: 1198px;
  }

  .resaults-section__info {
    margin: 0 auto 58px auto;
  }

  .resaults-section__cards-list {
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .resaults-section__cards-item:first-child {
    margin: 0;
  }

  .services-section__inner {
    max-width: 600px;
  }

  .services-section__title {
    text-align: left;
    margin: 0 0 14px 0;
  }

  .services-section__info {
    margin: 0 0 49px 0;
    text-align: left;
  }

  .services-section__frame {
    margin: 0 0 37px auto;
  }

  .services-section__frame-title {
    font-size: 24px;
    line-height: 29px;
  }

  .services-section__bottom-info {
    text-align: left;
    margin: 0 0 0 auto;
  }

  .services-section__photo-container {
    position: absolute;
    display: block;
    z-index: -1;
    bottom: 0;
    left: 30px;
  }

  .statistics-section:before {
    content: none;
  }

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

@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 47px;
  }

  .info-text {
    font-size: 18px;
    line-height: 22px;
  }

  .business-model__info {
    margin: 0 0 40px 0;
    font-size: 18px;
    line-height: 22px;
  }

  .business-model__item:first-child .model-card__list-container {
    margin: 0 0 43px 0;
  }

  .business-model__item:nth-child(2) .model-card__list .model-card__item {
    margin: 0 0 22px 0;
  }

  .business-model__item:nth-child(2) .model-card__list-container {
    margin: 0 0 70px 0;
  }

  .business-model__item:last-child .model-card__list-container {
    margin: 0 0 56px 0;
  }

  .business-model__item:last-child .model-card__list-container .model-card__item {
    margin: 0 0 30px 0;
  }

  .business-model__helper-info {
    font-size: 20px;
    line-height: 24px;
  }

  .model-card {
    min-height: 522px;
    padding: 0 40px;
  }

  .model-card__title {
    font-size: 24px;
    line-height: 28px;
    padding: 40px 0;
  }

  .model-card__content {
    padding: 0 0 40px 0;
  }

  .model-card__info {
    max-width: 620px;
    margin: 0 20px 0 0;
  }

  .model-card__list-title {
    font-size: 22px;
    line-height: 31px;
    margin: 0 0 20px 0;
  }

  .model-card__list {
    font-size: 16px;
    line-height: 20px;
  }

  .model-card__list:last-child .model-card__description {
    max-width: 270px;
  }

  .model-card__description {
    max-width: 242px;
  }

  .model-card__square {
    font-size: 24px;
    line-height: 28px;
  }

  .model-card__image {
    max-width: 569px;
  }

  .feedback__form {
    padding: 39px 34px 41px 34px;
  }

  .feedback__title {
    margin: 0 0 27px 0;
    font-size: 30px;
    line-height: 37px;
  }

  .feedback__input {
    height: 56px;
    max-width: 244px;
    height: 56px;
  }

  .feedback__button {
    max-width: 280px;
    height: 70px;
  }

  .footer__row {
    padding: 62px 0;
  }

  .form-modal {
    max-width: 907px;
    width: 100%;
  }

  .form-modal--main .form-modal__feedback-container {
    max-width: 342px;
  }

  .form-modal--call .form-modal__info-title {
    right: 100px;
  }

  .form-modal--leave .form-modal__feedback-container {
    max-width: 342px;
  }

  .form-modal__feedback {
    width: 100%;
    padding: 69px 65px 50px 65px;
  }

  .form-modal__feedback-container {
    max-width: 380px;
  }

  .form-modal__info-title {
    font-size: 30px;
    line-height: 45px;
    top: 64px;
    text-transform: uppercase;
  }

  .form-modal__info-title span {
    font-size: 16px;
    line-height: 19px;
  }

  .form-modal__feedback-input {
    height: 64px;
  }

  .form-modal__button {
    margin-bottom: 28px;
    height: 70px;
  }

  .form-modal__agree-text {
    font-size: 12px;
    line-height: 14px;
  }

  .input__field {
    font-size: 16px;
    line-height: 20px;
  }

  .interior-section__info {
    font-size: 18px;
    line-height: 22px;
    max-width: 496px;
  }

  .interior-section__slider {
    top: 10px;
    max-width: 550px;
  }

  .interior-section__progress {
    max-width: 576px;
    margin: 0 0 60px 0;
  }

  .interior-slider__list {
    max-width: 440px;
  }

  .interior-slider__item img {
    width: 440px;
    height: 388px;
  }

  .investments-section__table-decor--1 {
    width: 42px;
    height: 42px;
    top: 40px;
    left: 28px;
  }

  .investments-table {
    border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
  }

  .investments-table thead th {
    padding: 22px 4px;
    width: 20.2%;
  }

  .investments-table thead th:first-child {
    width: 39.8%;
  }

  .investments-table tbody tr td {
    padding: 11px 20px;
  }

  .investments-table tfoot td {
    padding: 24px 20px;
    font-size: 17px;
    line-height: 21px;
  }

  .join-section__title {
    font-size: 50px;
    line-height: 66px;
  }

  .join-section__info-decor {
    bottom: 127px;
  }

  .join-section__photo {
    bottom: 170px;
    right: calc(0% - -1px);
  }

  .join-section__photo img {
    width: 548px;
  }

  .main-section__bg-photo {
    right: calc(50% - 466px);
  }

  .main-section__bg-photo img {
    width: 358px;
  }

  .methods-section__info {
    margin: 0 auto 118px auto;
  }

  .methods-section__bottom-info {
    max-width: 1144px;
    font-size: 17px;
    line-height: 22px;
  }

  .methods-section__list-container {
    margin: 0 auto 120px auto;
  }

  .methods-section__list-item {
    font-size: 15.8702px;
    line-height: 19px;
  }

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

  .content-privacy h3,
  .content-privacy strong {
    font-size: 18px;
    line-height: 24px;
  }

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

  .remodal__feedback {
    padding-bottom: 40px;
    width: 907px;
  }

  .remodal__privacy {
    padding-bottom: 40px;
  }

  .resaults-section__inner {
    padding: 83px 0 91px 0;
  }

  .resaults-section__info {
    max-width: 1140px;
  }

  .resaults-card {
    width: 360px;
  }

  .resaults-card.active .resaults-card__content {
    top: 19px;
    border-radius: 40px;
  }

  .resaults-card.active .resaults-card__info {
    padding: 40px 24px 0 24px;
  }

  .resaults-card.active .resaults-card__info li {
    height: 80px;
  }

  .resaults-card__image img {
    width: 360px;
    border-radius: 30px;
  }

  .resaults-card__content {
    left: 19px;
    bottom: 19px;
    right: 19px;
  }

  .resaults-card__button {
    height: 70px;
  }

  .reviews-section__inner {
    padding: 101px 0 205px 0;
  }

  .reviews-section__title {
    max-width: 1158px;
  }

  .reviews-section__info {
    max-width: 1168px;
  }

  .reviews-section__button-info {
    max-width: 100%;
  }

  .reviews-section__decor {
    width: 340px;
    height: 340px;
    left: -216px;
    top: 174px;
  }

  .reviews-section__decor-border {
    width: 300px;
    height: 300px;
    border: 26px solid #cbe103;
  }

  .reviews-section__bg-image img {
    width: 450px;
  }

  .reviews-card {
    width: 510px;
    height: 288px;
    border: 5px solid #cbe103;
    padding: 30px 30px 20px 35px;
    border-radius: 47px;
  }

  .reviews-card__name {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 19px 0;
  }

  .reviews-card__description {
    font-size: 16px;
    line-height: 20px;
  }

  .services-section__inner {
    max-width: 716px;
  }

  .services-section__title {
    max-width: 100%;
  }

  .services-section__info {
    max-width: 538px;
  }

  .services-section__frame {
    padding: 55px 67px 65px 52px;
    margin: 0 0 44px 0;
    max-width: 660px;
  }

  .services-section__bottom-info {
    margin: 0;
    max-width: 100%;
  }

  .services-section__photo-container {
    left: 40px;
  }

  .services-section__photo img {
    width: 588px;
  }

  .services-section__decor-container:before {
    width: 380px;
    height: 380px;
  }

  .services-section__decor--1 {
    width: 500px;
    height: 500px;
    top: 88px;
    left: -25px;
  }

  .services-section__decor--2 {
    width: 220px;
    height: 220px;
    border: 13px solid #cbe103;
    left: -16px;
    top: 96px;
  }

  .services-section__decor--3 {
    width: 80px;
    height: 80px;
    right: -16px;
    top: 173px;
  }

  .services-section__decor--4 {
    width: 18px;
    height: 18px;
    top: 153px;
    right: 55px;
  }

  .statistics-section__inner {
    padding: 115px 0;
  }

  .statistics-section__title {
    font-size: 40px;
    line-height: 47px;
  }

  .statistics-section__info {
    color: #6a6a6a;
    max-width: 853px;
    margin: 0 0 115px 0;
  }

  .statistics-section__graph {
    margin: 0 0 100px 0;
  }

  .statistics-section__graph-title {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 68px 0;
  }

  .statistics-section__graph-list {
    display: flex;
    justify-content: space-between;
  }

  .statistics-section__graph-item:nth-child(1) {
    margin: 0;
  }

  .statistics-section__graph-item:nth-child(2) {
    left: 287px;
    top: -6px;
  }

  .statistics-section__graph-percent {
    font-size: 40px;
    line-height: 49px;
  }

  .statistics-section__graph-percent-info {
    font-size: 20px;
    line-height: 24px;
  }

  .statistics-section__graph-description {
    font-size: 17px;
    line-height: 21px;
  }

  .statistics-section__bottom-info {
    color: #6a6a6a;
    max-width: 928px;
  }

  .statistics-section__decor {
    width: 340px;
    height: 340px;
    top: -206px;
    left: -216px;
  }

  .statistics-section__decor-border {
    width: 300px;
    height: 300px;
    border: 26px solid #cbe103;
  }

  .statistics-graph__image {
    transform: rotate(0deg);
  }

  .statistics-graph__pointer {
    position: unset;
  }

  .statistics-graph__pointer--1 {
    margin: 0 4px 18px 0;
    transform: rotate(0deg);
  }

  .statistics-graph__pointer--1 svg {
    color: #335aa2;
  }

  .statistics-graph__pointer--2 {
    margin: 0 0 18px 4px;
    transform: rotate(0deg);
  }

  .statistics-graph__pointer--2 svg {
    color: #cbe103;
  }

  .support-section__title {
    font-size: 38px;
    line-height: 46px;
    max-width: 1198px;
  }

  .support-section__info {
    max-width: 1140px;
  }

  .support-tabs {
    max-width: 1180px;
  }

  .support-tabs .r-tabs-anchor {
    border-radius: 30px 30px 0px 0px;
    width: 357px;
    height: 72px;
    font-size: 18px;
    line-height: 22px;
  }

  .support-tabs .r-tabs-anchor span:before {
    height: 2px;
  }

  .support-tabs__content-container {
    border-radius: 0px 0px 30px 30px;
  }

  .support-tabs__content--1 .support-tabs__content-info {
    max-width: 431px;
  }

  .support-tabs__content--2 .support-tabs__content-info li {
    margin: 0;
  }

  .support-tabs__content-info-wrapper {
    position: unset;
    align-items: center;
    padding: 35px 45px 30px 40px;
    font-size: 16px;
    line-height: 20px;
    height: 540px;
  }

  .support-tabs__content-info {
    max-width: 442px;
  }

  .support-tabs__content-info li:nth-child(1),
  .support-tabs__content-info li:nth-child(2),
  .support-tabs__content-info li:nth-child(3),
  .support-tabs__content-info li:nth-child(4),
  .support-tabs__content-info li:nth-child(5),
  .support-tabs__content-info li:nth-child(6) {
    max-width: 100%;
  }

  .support-tabs__content-image {
    position: unset;
    right: auto;
    top: auto;
  }

  .support-tabs__content-image img {
    width: 600px;
  }

  .thanks-section {
    background-repeat: no-repeat;
    background-image: url("../images/thanks-bg.png");
    background-position: calc(50% - -700px) center;
    background-size: 1000px auto;
  }

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

  .thanks-section__title {
    font-size: 46px;
    line-height: 54px;
  }

  .thanks-section__info {
    margin: 0 0 80px 0;
  }

  .thanks-section__container {
    margin: 0 0 83px 0;
  }

  .thanks-section__time-info {
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1300px) {
  .feedback__form {
    padding: 39px 58px 41px 57px;
  }

  .feedback__button {
    max-width: 331px;
  }

  .interior-section__title {
    margin: 0 0 49px 0;
    padding: 10px 0 0 0;
  }

  .interior-section__info {
    margin: 0 0 62px 0;
  }

  .interior-section__slider {
    top: 0;
    max-width: 643px;
  }

  .interior-section__progress {
    margin: 0 0 79px 0;
  }

  .interior-section__decor {
    width: 212px;
    height: 212px;
    bottom: -112px;
    right: -112px;
  }

  .interior-slider__list {
    max-width: 510px;
  }

  .interior-slider__item img {
    width: 510px;
    height: 449px;
  }

  .join-section__info {
    padding: 32px 32px 43px 47px;
    max-width: 789px;
    margin: 0 0 72px 0;
  }

  .join-section__info-title {
    font-size: 25px;
    line-height: 30px;
  }

  .join-section__photo {
    bottom: 0;
    right: calc(50% - 960px);
  }

  .join-section__photo img {
    width: 870px;
  }

  .main-section__bg-photo {
    right: calc(50% - 704px);
  }

  .main-section__bg-photo img {
    width: 516px;
  }

  .resaults-card {
    font-size: 17px;
    line-height: 21px;
    width: 409px;
  }

  .resaults-card.active .resaults-card__content {
    border-radius: 49px;
  }

  .resaults-card.active .resaults-card__info {
    padding: 38px 30px 0 30px;
  }

  .resaults-card.active .resaults-card__info li {
    height: 96px;
  }

  .resaults-card__image img {
    width: 409px;
    height: 547px;
  }

  .resaults-card__button {
    height: 74px;
  }

  .support-section__inner {
    padding: 41px 0 51px 0;
  }

  .support-section__title {
    font-size: 40px;
    line-height: 47px;
  }

  .support-section__bg-image img {
    width: 329px;
  }

  .support-section__bg-decor-1 {
    bottom: 92px;
    left: -115px;
    width: 320px;
    height: 320px;
  }

  .support-section__bg-decor-2 {
    bottom: 350px;
    right: -146px;
    width: 284px;
    height: 284px;
  }

  .support-section__bg-decor-3 {
    bottom: 294px;
    right: 95px;
    width: 43px;
    height: 43px;
  }

  .thanks-section {
    background-size: 1154px auto;
    background-position: calc(50% - -760px) center;
  }

  .thanks-section__title {
    font-size: 50px;
    line-height: 59px;
  }

  .thanks-section__info {
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1400px) {
  .support-tabs {
    max-width: 1280px;
  }

  .support-tabs .r-tabs-anchor {
    font-size: 20px;
    line-height: 24px;
    width: 406px;
    height: 80px;
  }

  .support-tabs__content--1 .support-tabs__content-info {
    max-width: 379px;
  }

  .support-tabs__content-info-wrapper {
    height: 570px;
    padding: 45px 65px 40px 35px !important;
  }

  .support-tabs__content-image img {
    width: 683px;
    height: 440px;
  }
}

@media only screen and (min-width: 1500px) {
  .main-section__bg-decor img {
    width: 365px;
  }

  .services-section__photo-container {
    left: 80px;
  }

  .services-section__photo img {
    width: 733px;
  }

  .services-section__decor-container:before {
    width: 400px;
    height: 400px;
    top: 283px;
    left: 49px;
    filter: blur(200px);
  }

  .services-section__decor--1 {
    width: 600px;
    height: 600px;
    top: 130px;
    left: -53px;
  }

  .services-section__decor--2 {
    width: 300px;
    height: 300px;
    border: 17px solid #cbe103;
    left: -48px;
    top: 154px;
  }

  .services-section__decor--3 {
    width: 120px;
    height: 120px;
    right: 0px;
    top: 255px;
  }

  .services-section__decor--4 {
    width: 22px;
    height: 22px;
    top: 214px;
    right: 70px;
  }
}

@media only screen and (min-width: 1800px) {
  .main-section__bg-decor:before {
    content: none;
  }

  .main-section__bg-decor img {
    width: 536px;
  }

  .main-section__bg-photo {
    right: calc(50% - 842px);
  }

  .main-section__bg-photo img {
    width: 622px;
  }

  .reviews-section__decor {
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 480px;
    height: 480px;
  }

  .reviews-section__decor-border {
    width: 420px;
    height: 420px;
    border: 28px solid #cbe103;
  }

  .reviews-section__bg-image img {
    width: 624px;
  }

  .services-section__photo-container {
    left: calc(50% - 811px);
  }

  .services-section__photo img {
    width: 784px;
  }

  .services-section__decor-container:before {
    top: 265px;
    left: 31px;
    width: 560px;
    height: 560px;
    filter: blur(237px);
  }

  .services-section__decor--1 {
    width: 718px;
    height: 718px;
    top: 224px;
    left: -51px;
  }

  .services-section__decor--2 {
    width: 400px;
    height: 400px;
    border: 21px solid #cbe103;
    left: -48px;
    top: 183px;
  }

  .services-section__decor--3 {
    width: 154px;
    height: 154px;
    right: -60px;
    top: 270px;
  }

  .services-section__decor--4 {
    width: 26px;
    height: 26px;
    top: 228px;
    right: 55px;
  }

  .statistics-section__decor {
    width: 520px;
    height: 520px;
    top: -137px;
    left: -291px;
  }

  .statistics-section__decor-border {
    width: 460px;
    height: 460px;
    border: 31px solid #cbe103;
  }
}