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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.no-br {
  display: none;
}

.no-br-md {
  display: none;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.font-w-thin {
  font-family: "Roboto-Thin";
  font-weight: 100;
}

.font-w-extra-light {
  font-family: "Roboto-ExtraLight";
  font-weight: 200;
}

.font-w-extra-light-i {
  font-family: "Roboto-ExtraLightItalic";
  font-weight: 200;
}

.font-w-light {
  font-family: "Roboto-Light";
  font-weight: 300;
}

.font-w-regular {
  font-family: "Roboto-Regular";
  font-weight: 400;
}

.font-w-italic {
  font-family: "Roboto-Italic";
  font-weight: 400;
}

.font-w-medium {
  font-family: "Roboto-Medium";
  font-weight: 500;
}

.font-w-medium-i {
  font-family: "Roboto-MediumItalic";
  font-weight: 500;
}

.font-w-semi-bold {
  font-family: "Roboto-SemiBold";
  font-weight: 600;
}

.font-w-semi-bold-i {
  font-family: "Roboto-SemiBoldItalic";
  font-weight: 600;
}

.font-w-bold {
  font-family: "Roboto-Bold";
  font-weight: 700;
}

.font-w-extra-bold {
  font-family: "Roboto-ExtraBold";
  font-weight: 800;
}

.font-w-black {
  font-family: "Roboto-Black";
  font-weight: 900;
}

.font-w-c-bold {
  font-family: "Cormorant-Bold";
  font-weight: 700;
}

.font-w-c-light-i {
  font-family: "Cormorant-LightItalic";
  font-weight: 300;
}

.font-w-c-italic {
  font-family: "Cormorant-Italic";
  font-weight: 400;
}

.font-w-c-medium {
  font-family: "Cormorant-Medium";
  font-weight: 500;
}

.mark-gold {
  color: #e4cf99;
}

.mark-yellow {
  color: #a48d53;
}

.font-s-12 {
  font-size: 10px;
  line-height: 130%;
}

.font-s-14 {
  font-size: 11px;
  line-height: 140%;
}

.font-s-15 {
  font-size: 12px;
  line-height: 140%;
}

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

.font-s-17 {
  font-size: 15px;
  line-height: 140%;
}

.font-s-18 {
  font-size: 14px;
  line-height: 120%;
}

.font-s-20 {
  font-size: 14px;
  line-height: 120%;
}

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

.font-s-24 {
  font-size: 14px;
  line-height: 125%;
}

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

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

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

.font-s-32 {
  font-size: 18px;
  line-height: 120%;
}

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

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

.font-s-36 {
  font-size: 20px;
  line-height: 117%;
}

.font-s-38 {
  font-size: 25px;
  line-height: 110%;
}

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

.font-s-42 {
  font-size: 20px;
  line-height: 120%;
}

.font-s-44 {
  font-size: 21px;
  line-height: 115%;
}

.font-s-45 {
  font-size: 20px;
  line-height: 120%;
}

.font-s-48 {
  font-size: 25px;
  line-height: 110%;
}

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

.font-s-52 {
  font-size: 20px;
  line-height: 110%;
}

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

.font-s-55 {
  font-size: 25px;
  line-height: 120%;
}

.font-s-60 {
  font-size: 25px;
  line-height: 110%;
}

.font-s-62 {
  font-size: 20px;
  line-height: 110%;
}

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

.font-s-65 {
  font-size: 32px;
  line-height: 120%;
}

.font-s-74 {
  font-size: 32px;
  line-height: 95%;
}

.font-s-85 {
  font-size: 40px;
  line-height: 94%;
}

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

.about-section__container {
  text-align: center;
  z-index: 1;
  position: relative;
  padding: 20px 0 0 0;
}

.about-section__title {
  padding: 0 0 20px 0;
}

.about-section__text {
  line-height: 115%;
}

.about-section__img {
  width: 300px;
  height: auto;
  margin: 0 auto;
}

.about-section__img-bg {
  position: absolute;
  z-index: -1;
  width: 300px;
  height: auto;
  bottom: 0;
  left: 0;
}

.agree__container {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e1e1e1;
}

.agree-privacy {
  text-decoration: underline;
  cursor: pointer;
}

.btn {
  height: 50px;
  width: 100%;
  user-select: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #fff;
  border-radius: 95px;
  text-transform: uppercase;
  box-shadow: 0px 1px 0px 0px rgba(224,203,153,0.6), 0px 31px 44.5px 0px rgba(228,207,153,0.1);
  background: linear-gradient(180deg, #e6d1a0, #876d2b 125%);
  font-family: "Cormorant-Bold";
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  transition: transform 0.5s, top 0.8s;
}

.btn:hover {
  transform: scale(1.02);
}

.btn:active {
  top: 3px;
}

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

.btn--call-me {
  font-size: 14px;
  width: 175px;
  text-transform: lowercase;
}

.btn--bg-black {
  background: #1d1d1b;
}

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

.city-section__container {
  position: relative;
  text-align: center;
  padding-top: 20px;
}

.city-section__title {
  padding: 0 0 20px 0;
}

.city-section__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: 10px;
}

.city-section__box-text {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.city-section__line {
  display: none;
}

.city-section__box-form {
  width: 100%;
  max-width: 380px;
  backdrop-filter: blur(36px);
  background: rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 20px 20px 20px;
  border: 2px solid rgba(171,153,111,0.314);
}

.city-section__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.city-section__footer-wrapper {
  padding-bottom: 18px;
  position: relative;
  z-index: 1;
  padding-top: 10px;
}

.city-section__footer-wrapper:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #99856d;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.finances-section {
  background-color: #fff;
}

.finances-section__container {
  color: #1f1f1d;
  position: relative;
  padding: 20px 0 20px 0;
}

.finances-section__title {
  text-align: center;
  padding-bottom: 20px;
}

.finances-section__card {
  width: 280px !important;
  height: 100px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.finances-section__lines {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 21px;
}

.finances-section__line-gold {
  width: 100px;
  height: 3px;
  background-color: #a48d53;
}

.finances-section__line-grey {
  width: 100%;
  max-width: 180px;
  height: 1px;
  background-color: #e1e1e1;
}

.finances-section__card-text {
  padding-top: 16px;
  color: #6c6c6c;
}

.finances-section__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.finances-section__bottom-left {
  text-align: center;
}

.finances-section__bottom-title {
  padding-bottom: 20px;
}

.finances-section__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.finances-section__img {
  width: 300px;
  height: auto;
  margin: 20px auto 0;
  border-radius: 5px;
}

.finances-item {
  width: 250px;
}

.footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer__title {
  display: none;
}

.footer__logo {
  width: 120px;
  height: auto;
}

.footer__privacy-mobile {
  cursor: pointer;
  text-decoration: underline;
  color: rgba(255,255,255,0.376);
}

.footer__call-me {
  cursor: pointer;
  text-decoration: underline;
  color: rgba(255,255,255,0.376);
}

.header-thanks__container {
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.header-thanks__logo {
  width: 150px;
  height: auto;
}

.header-thanks__title {
  display: none;
}

.footer-wrapper {
  padding: 30px 0;
}

.header__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
}

.header__title {
  display: none;
}

.header__logo {
  width: 120px;
  height: auto;
}

.header__connection {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 11px;
}

.header__connection-phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.header__call-me {
  cursor: pointer;
  text-decoration: underline;
  color: rgba(255,255,255,0.376);
}

.header__brand-mobile {
  text-align: center;
  backdrop-filter: blur(36px);
  background: rgba(0,0,0,0.3);
  padding: 7px 0;
  margin-bottom: 3px;
}

.input {
  height: 50px;
  width: 100%;
  padding: 0 28px;
  font-family: "Roboto-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(255,255,255,0.376);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 95px;
  background: rgba(255,255,255,0.1);
  position: relative;
  transition: border-color 0.3s, box-shadow 0.3s, border 0.3s;
}

.input.active .input__progress {
  opacity: 1;
  min-width: 40px;
}

.input.active .input__progress span {
  opacity: 1;
}

.input__progress {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: #323232;
  opacity: 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 16px;
  transition: min-width 1s, opacity 0.8s;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
}

.input__progress span {
  opacity: 0;
  transition: 2s;
}

.input:hover {
  border: 1px solid #e4cf99;
}

.input:focus {
  color: #fff;
  caret-color: #a48d53;
  border: 1px solid #e4cf99;
  box-shadow: 3px 3px 20px 0px #e4cf99;
}

.input:focus ::placeholder {
  color: rgba(255,255,255,0.376);
}

.input::placeholder {
  color: rgba(255,255,255,0.376);
}

.input.error {
  border: 1px solid #d94c4c;
  color: #d94c4c;
  caret-color: #d94c4c;
  box-shadow: 0px 0px 22px 0px #d94c4c;
  background-color: transparent;
  animation: shake 0.6s;
}

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

.input.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--textarea {
  outline: none;
  padding: 23px 34px;
  resize: none;
  height: 120px;
  color: #000;
  background-color: #fff;
}

.input--textarea:focus {
  color: #000;
  caret-color: $color-sky;
  border: 1px solid $color-sky;
  box-shadow: 3px 3px 20px 0px $color-sky;
}

.input--textarea:focus ::placeholder {
  color: #000;
}

.input--textarea::placeholder {
  color: #000;
}

.input--bg-grey {
  color: rgba(32,32,30,0.376);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 95px;
  background: rgba(62,62,62,0.1);
}

.input--bg-grey:hover {
  border: 1px solid rgba(255,255,255,0.1);
}

.input--bg-grey:focus {
  color: #20201e;
  caret-color: #a48d53;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 3px 3px 20px 0px #e4cf99;
}

.input--bg-grey:focus ::placeholder {
  color: rgba(32,32,30,0.376);
}

.input--bg-grey::placeholder {
  color: rgba(32,32,30,0.376);
}

.invest-section {
  background-color: #fff;
}

.invest-section__container {
  position: relative;
  color: #1f1f1d;
  padding: 20px 0 20px 0;
}

.invest-section__title {
  padding: 0 0 20px 0;
  text-align: center;
}

.invest-section__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.invest-section__box-text {
  width: 621px;
}

.invest-section__card {
  position: relative;
  width: 248px !important;
  height: 90px;
  text-align: center;
}

.invest-section__card-title {
  color: #b1b1b1;
  padding-bottom: 6px;
  font-size: 28px;
}

.invest-section__card-icon {
  position: absolute;
  top: 8px;
  left: 138px;
}

.invest-section__card-text {
  color: #6c6c6c;
}

.invest-section__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.invest-section__img {
  width: 300px;
  height: auto;
  margin: 0 auto;
}

.invest-item {
  width: 260px;
}

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

.main-section__container {
  position: relative;
  padding-bottom: 20px;
}

.main-section__header-wrapper {
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}

.main-section__header-wrapper:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #99856d;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.main-section__box {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}

.main-section__line {
  display: none;
}

.main-section__title,
.main-section__text,
.main-section__sub-title {
  text-align: center;
}

.main-section__title {
  padding: 10px 0 15px 0;
}

.main-section__sub-title {
  padding: 0 0 15px 0;
}

.main-section__text {
  padding: 0 0 15px 0;
}

.main-section__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.main-section__img {
  width: 300px;
  height: auto;
  margin: 20px auto 0;
}

.main-item {
  width: 250px;
}

.form-modal__feedback {
  position: relative;
  border: 1px solid rgba(214,214,214,0.15);
  backdrop-filter: blur(36px);
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 12px;
  box-shadow: 0px 2px 22px 0px #e4cf99;
}

.form-modal__feedback:before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: -1;
  border-radius: inherit;
}

.form-modal__wrapper {
  padding: 10px;
}

.form-modal__info-title {
  font-size: 19px;
  margin: 0 0 18px 0;
  font-family: "Roboto-Bold";
  font-weight: 700;
}

.form-modal__info-title br {
  display: block;
}

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

.form-modal__feedback-input {
  height: 55px;
  margin-bottom: 10px;
}

.form-modal__feedback-input .input__field {
  height: 100%;
  border: none;
}

.form-modal__button {
  margin-bottom: 14px;
}

.form-modal__button .btn {
  height: 50px;
}

.form-modal__agree {
  font-size: 10px;
  line-height: 13px;
  font-family: "Roboto-Regular";
}

.form-modal__agree a {
  text-decoration: underline;
}

.presentation-section {
  background-color: #fff;
}

.presentation-section__container {
  position: relative;
  padding: 20px 0 20px 0;
}

.presentation-section__title {
  text-align: center;
  color: #1f1f1d;
  padding-bottom: 20px;
}

.presentation-section__card {
  width: 280px !important;
}

.presentation-section__img {
  width: 280px;
  height: auto;
}

.presentation-section__img-desktop {
  display: none;
}

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

.content-privacy h3 {
  padding: 10px 0 0 0;
  color: $color-purple-1;
}

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

.content-privacy__icon {
  width: 18px;
  height: 18px;
  transition: 0.3s;
  background-image: url("../images/icon-close-2.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: #a48d53;
  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;
  font-size: 17px;
  line-height: 120%;
  font-weight: bold;
  color: $color-purple-1;
}

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

.content-privacy p {
  font-size: 14px;
  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;
}

.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.remodal-is-opened {
  display: flex !important;
}

.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: 14px 0;
  overflow: auto;
}

.remodal {
  max-height: 100%;
}

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

.remodal__feedback {
  max-width: 350px;
}

.remodal__feedback-close {
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: 0px;
  padding: 5px;
}

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

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

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

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

.start-section__container {
  position: relative;
  z-index: 1;
  padding: 20px 0 20px 0;
}

.start-section__title {
  padding: 0 0 20px 0;
}

.start-section__card {
  position: relative;
  width: 280px !important;
  padding: 20px 20px 20px 20px;
  backdrop-filter: blur(36px);
  background: rgba(0,0,0,0.3);
}

.start-section__card-line {
  position: absolute;
  width: 100%;
  max-width: 160px;
  height: 5px;
  background-color: #e4cf99;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.start-section__card-sub-title {
  padding: 10px 0 50px;
}

.start-section__card-sub-title-right {
  padding: 10px 0 26px;
}

.start-section__card-text {
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.251);
  border-bottom: 1px solid rgba(255,255,255,0.251);
}

.start-section__card-desc {
  line-height: 123%;
  padding: 20px 0;
}

.start-section__img {
  width: 300px;
  height: auto;
  margin: 20px auto 0;
}

.steps-section__container {
  position: relative;
  padding: 20px 0 20px 0;
}

.steps-section__title {
  text-align: center;
  padding: 20px 0;
}

.steps-section__wrapper-cards {
  position: relative;
  background-color: $color-beige;
  border-radius: 20px;
  padding: 20px 0;
}

.steps-section__image {
  display: none;
}

.steps-section__stars {
  display: none;
}

.steps-section__card-white {
  width: 280px !important;
  border-radius: 30px;
  background-color: #fff;
  padding: 23px 40px 55px 40px;
  height: 208px;
}

.steps-section__card-white-header {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
  align-items: center;
  padding-bottom: 43px;
}

.steps-section__card-green {
  width: 280px !important;
  border-radius: 30px;
  color: #fff;
  background-color: $color-green;
  padding: 23px 26px 32px 40px;
  height: 208px;
}

.steps-section__card-green-header {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
  align-items: center;
  padding-bottom: 43px;
}

.steps-section__bottom {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 20px 10px 0 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.steps-section__blank {
  display: none;
}

.swiper-progress-finances {
  position: relative !important;
  height: 6px !important;
  overflow: hidden;
  background: #f4eee9;
  margin: 14px 0 20px 0;
  border-radius: 10px !important;
}

.swiper-progress-finances .swiper-pagination-progressbar-fill {
  border-radius: 10px !important;
  background: linear-gradient(180deg, #e6d1a0, #876d2b 125%);
}

.swiper-progress-present {
  position: relative !important;
  height: 6px !important;
  overflow: hidden;
  background: #f4eee9;
  margin: 14px 0 20px 0;
  border-radius: 10px !important;
}

.swiper-progress-present .swiper-pagination-progressbar-fill {
  border-radius: 10px !important;
  background: linear-gradient(180deg, #e6d1a0, #876d2b 125%);
}

.swiper-progress-start {
  position: relative !important;
  height: 6px !important;
  overflow: hidden;
  background: #f4eee9;
  margin: 14px 0 20px 0;
  border-radius: 10px !important;
}

.swiper-progress-start .swiper-pagination-progressbar-fill {
  border-radius: 10px !important;
  background: linear-gradient(180deg, #e6d1a0, #876d2b 125%);
}

.swiper-progress-invest {
  position: relative !important;
  height: 6px !important;
  overflow: hidden;
  background: #f4eee9;
  margin: 14px 0 20px 0;
  border-radius: 10px !important;
}

.swiper-progress-invest .swiper-pagination-progressbar-fill {
  border-radius: 10px !important;
  background: linear-gradient(180deg, #e6d1a0, #876d2b 125%);
}

.swiper-progress-desktop {
  position: relative !important;
  height: 6px !important;
  overflow: hidden;
  background: #f4eee9;
  margin: 14px 0 0 0;
  border-radius: 10px !important;
}

.swiper-progress-desktop .swiper-pagination-progressbar-fill {
  border-radius: 10px !important;
  background: linear-gradient(to right, #1c8437, #baae8c);
}

.button-next,
.button-prev {
  display: none;
}

.button-next {
  transform: rotateY(180deg);
  top: 350px;
  right: -106px;
}

.button-prev {
  top: 350px;
  left: -106px;
}

.swiper-button {
  width: 118px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 30px auto 0;
}

.swiper-pagination {
  margin: 0 0 -20px 0;
}

.swiper-pagination-bullet {
  width: 24px;
  height: 12px;
  border-radius: 5px;
  background: #d7d7d7;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #51a1ff;
}

.swiper-finances {
  margin: 0 auto;
  width: 280px !important;
}

.swiper-present {
  margin: 0 auto;
  width: 280px !important;
}

.swiper-start {
  margin: 0 auto;
  width: 280px !important;
}

.swiper-invest {
  margin: 0 auto;
  width: 248px !important;
}

.swiper-desktop {
  margin: 0 auto;
  width: 280px !important;
  overflow: hidden;
}

.thanks-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.thanks-section__container {
  padding: 0 15px;
  color: #fff;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

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

.thanks-section__container a {
  max-width: 300px;
  margin: 0 auto;
}

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

.header-thanks-wrapper {
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.header-thanks-wrapper:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #85745f;
  bottom: 0;
}

.header-thanks-wrapper:after #85745f,
.header-thanks-wrapper:after +above($breakpoints.sm) {
  background-color: #99856d;
}

.footer-thanks-wrapper {
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.footer-thanks-wrapper:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #99856d;
  bottom: 106px;
}

body {
  margin: 0 auto;
  font-size: 18px;
  font-family: "Roboto-Light";
  font-weight: 300;
  line-height: 120%;
  color: #fff;
}

.layout {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.main {
  flex: 1;
}

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

@media only screen and (min-width: 768px) {
  .no-br {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .font-s-48 {
    font-size: 36px;
  }

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

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

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

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

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

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

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

  .font-s-65 {
    font-size: 38px;
  }

  .font-s-74 {
    font-size: 38px;
  }

  .font-s-85 {
    font-size: 50px;
  }

  .about-section__container {
    text-align: start;
    padding: 60px 0 80px 0;
  }

  .about-section__title {
    padding: 0 0 30px 0;
  }

  .about-section__img {
    margin: 0;
    position: absolute;
    width: 420px;
    bottom: 0;
    right: -150px;
  }

  .about-section__img-bg {
    width: 420px;
    left: 367px;
  }

  .btn {
    font-size: 17px;
    height: 55px;
  }

  .city-section__container {
    text-align: start;
    padding-top: 40px;
  }

  .city-section__title {
    padding: 0 0 20px 0;
  }

  .city-section__box {
    padding-bottom: 40px;
    align-items: flex-start;
    flex-direction: row;
  }

  .city-section__box-text {
    padding-top: 30px;
  }

  .city-section__line {
    display: block;
    width: 80px;
    height: 1px;
    background-color: #fff;
    margin-top: 14px;
  }

  .city-section__box-form {
    padding: 50px 50px 56px 50px;
    gap: 30px;
  }

  .city-section__form {
    gap: 14px;
  }

  .city-section__footer-wrapper {
    padding-top: 20px;
  }

  .finances-section__container {
    padding: 40px 0 30px 0;
  }

  .finances-section__title {
    padding-bottom: 30px;
  }

  .finances-section__cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    width: 476px;
    padding-left: 248px;
  }

  .finances-section__card {
    text-align: start;
    height: 115px;
    width: 228px !important;
  }

  .finances-section__bottom {
    padding-top: 30px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }

  .finances-section__bottom-left {
    text-align: start;
  }

  .finances-section__bottom-title {
    padding-bottom: 30px;
  }

  .finances-section__img {
    position: absolute;
    margin: 0;
    top: 138px;
    left: 0;
    width: 228px;
  }

  .finances-item {
    width: 280px;
  }

  .footer__container {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer__title {
    display: block;
    text-align: center;
  }

  .footer__logo {
    width: 130px;
  }

  .footer__privacy-mobile {
    display: none;
  }

  .header-thanks__logo {
    width: 250px;
    height: 95;
  }

  .header-thanks__title {
    padding-top: 5px;
    display: block;
  }

  .header__title {
    display: block;
    text-align: center;
  }

  .header__logo {
    width: 130px;
  }

  .header__brand-mobile {
    display: none;
  }

  .input {
    height: 55px;
    font-size: 17px;
  }

  .input--textarea {
    height: 120px;
  }

  .invest-section__container {
    padding: 40px 0 40px 0;
  }

  .invest-section__title {
    text-align: start;
    padding: 0 0 5px 0;
  }

  .invest-section__box {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .invest-section__cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 20px;
  }

  .invest-section__card {
    width: 193px !important;
    height: 90px;
    text-align: start;
  }

  .invest-section__card-title {
    color: #eaeaea;
    font-size: 28px;
  }

  .invest-section__card-icon {
    top: 13px;
    left: 28px;
  }

  .invest-section__bottom {
    gap: 20px;
    text-align: start;
    align-items: flex-start;
    padding-top: 14px;
  }

  .invest-item {
    width: 280px;
  }

  .main-section__container {
    padding-bottom: 40px;
  }

  .main-section__header-wrapper {
    padding-bottom: 21px;
  }

  .main-section__box {
    justify-content: start;
  }

  .main-section__line {
    display: block;
    width: 100%;
    max-width: 30px;
    height: 1px;
    background-color: #fff;
    margin-top: 51px;
  }

  .main-section__title,
  .main-section__text,
  .main-section__sub-title {
    text-align: start;
  }

  .main-section__title {
    padding: 40px 0 25px 0;
  }

  .main-section__sub-title {
    padding: 0 0 25px 0;
  }

  .main-section__bottom {
    padding-left: 50px;
  }

  .main-section__text {
    padding: 0 0 25px 0;
  }

  .main-section__form {
    align-items: flex-start;
    gap: 14px;
  }

  .main-section__img {
    position: absolute;
    z-index: 1;
    width: 570px;
    bottom: 0;
    right: -140px;
  }

  .main-item {
    width: 280px;
  }

  .form-modal__wrapper {
    padding: 10px;
  }

  .form-modal__info-title {
    font-size: 21px;
    margin: 0 0 40px 0;
  }

  .form-modal__feedback-item {
    max-width: 280px;
  }

  .form-modal__feedback-input {
    height: 60px;
    margin-bottom: 15px;
  }

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

  .form-modal__agree {
    font-size: 11px;
    line-height: 13px;
  }

  .presentation-section__container {
    padding: 40px 0 80px 0;
  }

  .presentation-section__title {
    padding-bottom: 40px;
  }

  .presentation-section__cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 12px;
    column-gap: 50px;
  }

  .presentation-section__card {
    width: 235px !important;
  }

  .presentation-section__img {
    width: 235px;
  }

  .presentation-section__img-desktop {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 183px;
    width: 235px;
    height: auto;
  }

  .img-mobile {
    display: none;
  }

  .content-privacy {
    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;
    margin-bottom: 10px;
  }

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

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

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

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

  .remodal__feedback {
    max-width: 380px;
  }

  .remodal__feedback-icon {
    width: 24px;
    height: 24px;
  }

  .start-section__container {
    padding: 60px 0 100px 0;
  }

  .start-section__title {
    padding: 0 0 30px 0;
  }

  .start-section__cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .start-section__img {
    margin: 0;
    position: absolute;
    z-index: -1;
    width: 420px;
    bottom: 20px;
    left: 100px;
  }

  .steps-section__wrapper-cards {
    overflow: hidden;
  }

  .steps-section__card-white {
    width: 360px !important;
  }

  .steps-section__card-green {
    width: 360px !important;
  }

  .steps-section__blank {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }

  .steps-button {
    width: 320px;
    margin: 0 auto;
  }

  .swiper-progress-finances {
    display: none;
  }

  .swiper-progress-present {
    display: none;
  }

  .swiper-progress-start {
    display: none;
  }

  .swiper-progress-invest {
    display: none;
  }

  .swiper-finances {
    width: 100% !important;
  }

  .swiper-present {
    width: 100% !important;
  }

  .swiper-start {
    width: 100% !important;
  }

  .swiper-invest {
    width: 100% !important;
  }

  .swiper-desktop {
    width: 100% !important;
    overflow: hidden;
  }

  .footer-thanks-wrapper:after {
    bottom: 130px;
  }

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

@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .city-section__line {
    margin-top: 18px;
  }

  .presentation-section__cards {
    row-gap: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1400px) {
  .city-section__line {
    margin-top: 21px;
  }

  .presentation-section__cards {
    row-gap: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .no-br-md {
    display: block;
  }

  .font-s-12 {
    font-size: 11px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .font-s-44 {
    font-size: 36px;
  }

  .font-s-45 {
    font-size: 36px;
  }

  .font-s-48 {
    font-size: 42px;
  }

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

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

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

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

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

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

  .font-s-64 {
    font-size: 54px;
  }

  .font-s-65 {
    font-size: 60px;
  }

  .font-s-74 {
    font-size: 60px;
  }

  .font-s-85 {
    font-size: 60px;
  }

  .about-section__container {
    padding: 80px 0 100px 0;
  }

  .about-section__title {
    padding: 0 0 35px 0;
  }

  .about-section__img {
    width: 600px;
    right: -230px;
  }

  .about-section__img-bg {
    width: 600px;
    left: 445px;
  }

  .btn--call-me {
    height: 42px;
    font-size: 14px;
  }

  .city-section__container {
    padding-top: 80px;
  }

  .city-section__title {
    padding: 0 0 20px 0;
  }

  .city-section__box {
    padding-bottom: 80px;
    gap: 60px;
    justify-content: start;
  }

  .finances-section__container {
    padding: 80px 0 70px 0;
  }

  .finances-section__title {
    padding-bottom: 50px;
  }

  .finances-section__cards {
    row-gap: 40px;
    width: 580px;
    padding-left: 386px;
  }

  .finances-section__card {
    height: 139px;
    width: 280px !important;
  }

  .finances-section__bottom {
    align-items: flex-end;
    justify-content: start;
    padding-top: 50px;
    gap: 30px;
  }

  .finances-section__bottom-right {
    width: 574px;
  }

  .finances-section__form {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .finances-section__img {
    width: 366px;
    top: 261px;
  }

  .footer__logo {
    width: 140px;
  }

  .header__logo {
    width: 140px;
  }

  .input {
    font-size: 18px;
    height: 60px;
  }

  .input--textarea {
    height: 120px;
  }

  .invest-section__container {
    padding: 60px 0 60px 0;
  }

  .invest-section__title {
    padding: 0 0 5px 0;
    padding: 0 0 5px 0;
  }

  .invest-section__card {
    width: 222px !important;
    height: 132px;
  }

  .invest-section__card-title {
    font-size: 54px;
  }

  .invest-section__card-icon {
    top: 41px;
    left: 38px;
  }

  .invest-section__img {
    width: 482px;
  }

  .main-section__container {
    padding-bottom: 70px;
  }

  .main-section__line {
    max-width: 50px;
    margin-top: 66px;
  }

  .main-section__title {
    padding: 50px 0 30px 0;
  }

  .main-section__sub-title {
    padding: 0 0 30px 0;
  }

  .main-section__bottom {
    padding-left: 70px;
  }

  .main-section__text {
    padding: 0 0 30px 0;
  }

  .main-section__img {
    width: 820px;
    bottom: 0;
    right: -261px;
  }

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

  .presentation-section__container {
    padding: 80px 0 100px 0;
  }

  .presentation-section__title {
    padding-bottom: 60px;
  }

  .presentation-section__card {
    width: 315px !important;
  }

  .presentation-section__img {
    width: 315px;
  }

  .presentation-section__img-desktop {
    top: 338px;
    width: 315px;
  }

  .content-privacy {
    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;
  }

  .remodal__feedback {
    max-width: 400px;
  }

  .start-section__container {
    padding: 80px 0 200px 0;
  }

  .start-section__title {
    padding: 0 0 40px 0;
  }

  .start-section__img {
    width: 720px;
    bottom: 20px;
    left: 66px;
  }

  .button-next,
  .button-prev {
    display: block;
    position: absolute;
  }

  .swiper-desktop {
    width: 100% !important;
    overflow: hidden;
  }

  .wrapper {
    max-width: 996px;
    padding: 0 15px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .about-section__container {
    padding: 100px 0 153px 0;
  }

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

  .about-section__img {
    width: 776px;
    right: -275px;
  }

  .about-section__img-bg {
    width: 824px;
    left: 473px;
  }

  .btn {
    font-size: 18px;
    height: 60px;
  }

  .city-section__container {
    padding-top: 100px;
  }

  .city-section__title {
    padding: 0 0 0 0;
  }

  .city-section__box {
    margin-top: -23px;
    padding-bottom: 100px;
    gap: 205px;
  }

  .city-section__box-text {
    padding-top: 49px;
  }

  .finances-section__container {
    padding: 100px 0 90px 0;
  }

  .finances-section__title {
    text-align: start;
    padding-left: 500px;
    padding-bottom: 60px;
  }

  .finances-section__cards {
    padding-left: 500px;
    width: 680px;
    column-gap: 120px;
    row-gap: 50px;
  }

  .finances-section__bottom {
    padding-top: 65px;
    gap: 88px;
  }

  .finances-section__bottom-right {
    width: 574px;
  }

  .finances-section__form {
    column-gap: 14px;
    row-gap: 16px;
  }

  .finances-section__img {
    top: 317px;
    border-radius: 0;
    width: 380px;
  }

  .footer__logo {
    width: 152px;
  }

  .header__logo {
    width: 152px;
  }

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

  .invest-section__container {
    padding: 100px 0 98px 0;
  }

  .invest-section__box {
    justify-content: flex-start;
  }

  .invest-section__box-text {
    width: 680px;
  }

  .invest-section__cards {
    column-gap: 152px;
  }

  .invest-section__card {
    width: 248px !important;
    height: 153px;
  }

  .invest-section__card-title {
    font-size: 64px;
  }

  .invest-section__card-icon {
    top: 48px;
    left: 43px;
  }

  .invest-section__img {
    position: absolute;
    top: 237px;
    left: -370px;
    width: 750px;
  }

  .invest-item {
    width: 380px;
  }

  .main-section__container {
    padding-bottom: 92px;
  }

  .main-section__line {
    max-width: 80px;
    margin-top: 84px;
  }

  .main-section__title {
    padding: 65px 0 30px 0;
  }

  .main-section__sub-title {
    padding: 0 0 30px 0;
  }

  .main-section__bottom {
    padding-left: 100px;
  }

  .main-section__text {
    padding: 0 0 30px 0;
  }

  .main-section__img {
    width: 1072px;
    bottom: 0;
    right: -333px;
  }

  .form-modal__wrapper {
    padding: 10px;
  }

  .form-modal__info-title {
    font-size: 23px;
  }

  .form-modal__feedback-item {
    max-width: 343px;
  }

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

  .form-modal__button .btn {
    height: 58px;
  }

  .form-modal__agree {
    font-size: 13px;
    line-height: 15px;
  }

  .presentation-section__container {
    padding: 100px 0 167px 0;
  }

  .presentation-section__title {
    padding-bottom: 79px;
  }

  .presentation-section__card {
    width: 380px !important;
  }

  .presentation-section__img {
    width: 380px;
  }

  .presentation-section__img-desktop {
    top: 413px;
    width: 380px;
  }

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

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

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

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

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

  .remodal__feedback {
    max-width: 425px;
  }

  .remodal__feedback-close {
    top: -43px;
    right: -7px;
  }

  .start-section__container {
    padding: 100px 0 304px 0;
  }

  .start-section__title {
    padding: 0 0 49px 0;
  }

  .start-section__card {
    padding: 40px 50px 50px 50px;
    width: 380px !important;
  }

  .start-section__card-line {
    max-width: 235px;
  }

  .start-section__card-desc {
    padding: 31px 0;
  }

  .start-section__img {
    width: 959px;
    bottom: 49px;
    left: 7px;
  }

  .steps-section__container {
    padding: 120px 0 41px 0;
  }

  .steps-section__title {
    padding: 0;
    position: absolute;
    z-index: 1;
    top: 120px;
    left: 27px;
    width: 317px;
    text-align: start;
  }

  .steps-section__wrapper-cards {
    background-image: url("../images/steps-section-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    overflow: visible;
    height: 1041px;
    padding: 0;
    border-radius: 0;
  }

  .steps-section__image {
    display: block;
    border-radius: 60px;
    position: absolute;
    top: 331px;
    right: 0;
  }

  .steps-section__stars {
    display: block;
    position: absolute;
    top: -122px;
    left: -165px;
  }

  .steps-section__cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .steps-section__card-white {
    width: 280px !important;
  }

  .steps-section__card-white-header {
    justify-content: flex-end;
  }

  .steps-section__card-green {
    width: 361px !important;
    padding: 23px 26px 32px 51px;
  }

  .steps-section__card-green-header {
    justify-content: space-evenly;
  }

  .steps-section__bottom {
    flex-direction: row;
    text-align: start;
    gap: 50px;
    padding: 65px 0px 80px 72px;
  }

  .steps-button {
    margin: 0;
  }

  .card-1 {
    position: absolute;
    top: 324px;
    left: 70px;
  }

  .card-2 {
    position: absolute;
    top: 552px;
    left: 70px;
  }

  .card-3 {
    position: absolute;
    top: 780px;
    left: 70px;
  }

  .card-4 {
    position: absolute;
    top: 64px;
    right: 429px;
  }

  .card-5 {
    position: absolute;
    top: 64px;
    right: 44px;
  }

  .card-6 {
    position: absolute;
    top: 324px;
    left: 381px;
  }

  .card-7 {
    position: absolute;
    top: 324px;
    right: 206px;
  }

  .card-8 {
    position: absolute;
    top: 552px;
    left: 381px;
  }

  .card-9 {
    position: absolute;
    top: 552px;
    right: 206px;
  }

  .card-10 {
    position: absolute;
    top: 780px;
    right: 436px;
  }

  .card-11 {
    position: absolute;
    top: 780px;
    right: 44px;
  }

  .swiper-progress-desktop {
    display: none;
  }

  .button-next {
    top: 410px;
  }

  .button-prev {
    top: 410px;
  }

  .swiper-pagination {
    margin: 0 0 -28px 0;
  }

  .swiper-desktop {
    width: 100% !important;
    overflow: hidden;
  }

  .wrapper {
    padding: 0 20px;
    max-width: 1220px;
  }
}