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

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

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

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

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

@font-face {
  font-family: "SFProDisplay-Regular";
  src: url("../fonts/SFProDisplay-Regular.woff"), url("../fonts/SFProDisplay-Regular.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;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

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

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

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

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

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

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

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

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

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

.font-w-ledger {
  font-family: "Ledger-Regular";
  font-weight: 400;
}

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

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

.mark-yellow {
  color: #f3ab07;
}

.mark-green {
  color: #1b4b33;
}

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

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

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

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

.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: 20px;
  line-height: 120%;
}

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

.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-color: #1b4b33;
}

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

.about-section__header {
  padding: 20px 0 20px 0;
  border-radius: 30px;
  background-image: url("../images/about-section-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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

.about-section__logo {
  width: 280px;
  height: auto;
  margin: 0 auto;
}

.about-section__content {
  text-align: center;
  padding: 20px 10px 20px 10px;
}

.about-section__content-title {
  line-height: 130% !important;
}

.about-section__lines {
  width: 120px;
  height: 4px;
  margin: 20px auto;
}

.about-section__bottom {
  border: 1px solid #f3ab07;
  border-radius: 20px;
  padding: 20px 0 20px 0;
}

.about-section__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding-top: 20px;
}

.about-item {
  width: 250px !important;
}

.about-item-answer {
  width: 250px !important;
}

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

.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: #1b4b33;
  border-radius: 50px;
  text-transform: uppercase;
  background: #f3ab07;
  font-family: "Manrope-ExtraBold";
  font-weight: 800;
  font-size: 16px;
  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;
}

.city-section {
  background-color: #1b4b33;
}

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

.city-section__box {
  width: 100%;
  max-width: 400px;
}

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

.city-section__sub-title {
  padding: 20px 0 20px 0;
}

.city-section__bottom {
  padding: 20px 0 20px 0;
  border: 1px solid #f3ab07;
  border-radius: 20px;
}

.city-section__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 20px;
}

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

.city-item {
  width: 250px !important;
}

.finances-section {
  background-color: #1b4b33;
  position: relative;
  z-index: 1;
}

.finances-section:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 10px;
  filter: blur(30px);
  background-color: #1b4b33;
  top: 0px;
}

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

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

.finances-section__card {
  width: 280px !important;
  padding: 30px 0 33px 0;
  background-color: transparent;
  border: 1px solid #f3ab07;
  border-radius: 30px;
}

.finances-section__line {
  width: 148px;
  height: 1px;
  background-color: #f3ab07;
  margin: 28px auto;
}

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

.finances-section__bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.finances-section__bottom-lines {
  display: none;
}

.finances-section__bottom-line {
  width: 150px;
  height: 1px;
  background-color: #f3ab07;
}

.finances-section__bottom-content {
  width: 100%;
  max-width: 647px;
  text-align: center;
  width: 100%;
  max-width: 647px;
  border: 1px solid #f3ab07;
  border-radius: 20px;
  padding: 20px 10px 20px 10px;
}

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

.finances-section__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding-top: 20px;
}

.finances-item {
  width: 250px !important;
}

.footer {
  background-color: #fff;
  color: #1b4b33;
}

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

.footer__left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__privacy {
  text-decoration: underline;
}

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

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

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

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

.header__title,
.header__call-me {
  display: none;
}

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

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

.header__call-me {
  text-decoration: underline;
  cursor: pointer;
}

.input {
  height: 50px;
  width: 100%;
  padding: 0 9px;
  text-align: center;
  font-family: "Manrope-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
  background-color: transparent;
  position: relative;
  border: 1px solid #f3ab07;
  border-radius: 50px;
  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: 2px solid #f3ab07;
}

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

.input:focus ::placeholder {
  color: #fff;
}

.input::placeholder {
  color: #fff;
}

.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: 16px 24px;
  resize: none;
  height: 130px;
}

.invest-section__container {
  position: relative;
  text-align: center;
  padding: 20px 0 20px 0;
}

.invest-section__sub-title {
  color: #8f8f8f;
  padding: 20px 0 20px 0;
}

.invest-section__cards {
  display: flex;
  justify-content: space-between;
}

.invest-section__card {
  width: 280px !important;
  padding: 25px 10px 20px 10px;
  border-radius: 20px;
  background-color: #1b4b33;
}

.invest-section__card-item-2 {
  padding-bottom: 20px;
}

.invest-section__line-white {
  width: 50px;
  height: 1px;
  background-color: #fff;
  margin: 20px auto;
}

.invest-section__line-yellow {
  width: 100%;
  max-width: 331px;
  height: 1px;
  background-color: #f3ab07;
  margin: 25px auto 20px;
}

.invest-section__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 20px;
}

.invest-item {
  width: 250px !important;
}

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

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

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

.main-section__lines {
  width: 120px;
  height: 4px;
  margin: 0 auto;
}

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

.main-section__bottom {
  width: 100%;
  max-width: 647px;
  margin: 0 auto;
  border: 1px solid #f3ab07;
  border-radius: 20px;
  padding: 20px 10px 20px 10px;
}

.main-section__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding-top: 20px;
}

.main-item {
  width: 250px;
}

.form-modal__feedback {
  position: relative;
  border-radius: 10px;
  background: #1b4b33;
  color: #fff;
  padding: 12px;
  box-shadow: 0px 2px 22px 0px #f3ab07;
}

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

.form-modal__wrapper {
  border: 1px solid #f3ab07;
  border-radius: 10px;
  padding: 20px;
}

.form-modal__info-title {
  font-size: 19px;
  margin: 0 0 18px 0;
  font-family: "Manrope-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;
}

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

.presentation-section {
  background-color: #1b4b33;
  position: relative;
  z-index: 1;
}

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

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

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

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

.presentation-section__img-desktop-1,
.presentation-section__img-desktop-2,
.presentation-section__img-desktop-5 {
  display: none;
}

.presentation-section__img-desktop-1 {
  width: 380px;
  height: auto;
  top: 252px;
  left: 0;
}

.presentation-section__img-desktop-2 {
  width: 779px;
  height: auto;
  top: 252px;
  right: 0;
}

.presentation-section__img-desktop-5 {
  width: 779px;
  height: auto;
  bottom: 157px;
  left: 0;
}

.img-3 {
  bottom: -629px;
  right: 399px;
}

.img-4 {
  bottom: -609px;
  left: 800px;
}

.img-6 {
  bottom: -939px;
  right: 0px;
}

.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: #1b4b33;
  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-color: #1b4b33;
}

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

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

.start-section__item {
  width: 280px !important;
  padding: 20px 15px 20px 15px;
  border: 1px solid #f3ab07;
  border-radius: 20px;
  background-color: #1b4b33;
  text-align: center;
  height: 105px;
}

.start-section__bottom {
  margin: 20px auto 0;
  width: 280px;
  padding: 20px 15px 20px 15px;
  border: 1px solid #f3ab07;
  border-radius: 20px;
  background-color: #1b4b33;
  text-align: center;
}

.start-item {
  margin-top: 20px;
}

.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: #1b4b33;
  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-small {
  position: relative !important;
  height: 6px !important;
  overflow: hidden;
  background: #f4eee9;
  margin: 14px 0 0 0;
  border-radius: 10px !important;
}

.swiper-progress-small .swiper-pagination-progressbar-fill {
  border-radius: 10px !important;
  background: #f3ab07;
}

.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: #f3ab07;
}

.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: #1b4b33;
}

.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: #f3ab07;
}

.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: #f3ab07;
}

.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-prev {
  transform: rotate(180deg);
}

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

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

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

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

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

.swiper-desktop {
  margin: 0 auto;
  width: 300px !important;
}

.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: 30px 0;
}

.footer-thanks__container {
  padding: 20px 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

body {
  margin: 0 auto;
  font-size: 18px;
  font-family: "Manrope-Regular";
  font-weight: 400;
  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: 20px;
  }

  .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 {
    padding: 0 0 60px 0;
  }

  .about-section__header {
    border-radius: 50px;
    padding: 40px 0 50px 0;
  }

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

  .about-section__logo {
    width: 350px;
  }

  .about-section__content {
    text-align: start;
    letter-spacing: -1px;
    padding: 30px 20px 30px 20px;
  }

  .about-section__lines {
    width: 150px;
    height: 6px;
    margin: 25px auto;
  }

  .about-section__bottom {
    border-radius: 50px;
    padding: 31px 0 43px 0;
  }

  .about-section__form {
    flex-direction: row;
    padding-top: 35px;
  }

  .about-item {
    width: 166px !important;
  }

  .about-item-answer {
    width: 166px !important;
  }

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

  .city-section__container {
    padding: 70px 0 50px 0;
  }

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

  .city-section__img {
    position: absolute;
    margin: 0;
    top: 243px;
    right: 0;
  }

  .city-item {
    width: 320px !important;
  }

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

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

  .finances-section__cards {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }

  .finances-section__card {
    width: 350px !important;
  }

  .finances-section__bottom {
    padding-top: 40px;
  }

  .finances-section__bottom-content {
    border-radius: 50px;
    padding: 30px 0 30px 0;
  }

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

  .finances-section__form {
    padding-top: 30px;
    flex-direction: row;
  }

  .finances-item {
    width: 166px !important;
  }

  .footer__container {
    padding: 43px 0 30px 0;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer__left {
    align-items: flex-start;
  }

  .footer__logo {
    width: 161px;
  }

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

  .header-thanks__title {
    display: block;
  }

  .header__title,
  .header__call-me {
    display: block;
  }

  .header__logo {
    width: 182px;
  }

  .input {
    height: 55px;
  }

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

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

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

  .invest-section__card {
    padding: 38px 23px 20px 23px;
    border-radius: 50px;
    width: 380px !important;
  }

  .invest-item {
    width: 334px !important;
  }

  .main-section__container {
    padding: 30px 0 60px 0;
  }

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

  .main-section__lines {
    width: 150px;
    height: 6px;
  }

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

  .main-section__bottom {
    border-radius: 50px;
    padding: 25px 30px 30px 30px;
  }

  .main-section__form {
    padding-top: 29px;
    flex-direction: row;
  }

  .main-item {
    width: 166px;
  }

  .form-modal__wrapper {
    padding: 30px;
  }

  .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 60px 0;
  }

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

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

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

  .presentation-section__img {
    width: 235px;
  }

  .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: 0 0 50px 0;
  }

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

  .start-section__item {
    width: 420px !important;
    height: 120px;
  }

  .start-section__bottom {
    width: 420px;
  }

  .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-small {
    display: none;
  }

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

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

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

  .swiper-invest {
    width: 380px !important;
  }

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

  .swiper-start {
    width: 420px !important;
  }

  .swiper-desktop {
    width: 380px !important;
  }

  .footer-thanks__container {
    padding: 25px 0 25px 0;
    flex-direction: row;
    justify-content: space-between;
  }

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

@media only screen and (min-width: 1024px) {
  .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: 0 0 100px 0;
  }

  .about-section__header {
    border-radius: 100px;
    padding: 60px 0 80px 0;
  }

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

  .about-section__logo {
    width: 500px;
  }

  .about-section__content {
    padding: 40px 40px 40px 50px;
  }

  .about-section__content-title {
    line-height: 150% !important;
  }

  .about-section__lines {
    width: 280px;
    height: 10px;
    margin: 35px auto;
  }

  .about-section__bottom {
    border-radius: 100px;
    padding: 51px 0 63px 0;
  }

  .about-section__form {
    padding-top: 55px;
  }

  .about-item-answer {
    width: 360px !important;
    text-align: start !important;
    padding-left: 20px;
  }

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

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

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

  .city-section__box {
    max-width: 480px;
  }

  .city-section__sub-title {
    padding: 40px 0 35px 0;
  }

  .city-section__bottom {
    border-radius: 30px;
    padding: 25px 0 25px 0;
  }

  .city-section__img {
    width: 470px;
    top: 235px;
  }

  .city-item {
    width: 370px !important;
  }

  .finances-section:after {
    filter: blur(17px);
    height: 50px;
    top: -25px;
  }

  .finances-section__container {
    padding: 50px 0 50px 0;
  }

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

  .finances-section__cards {
    column-gap: 50px;
    row-gap: 20px;
  }

  .finances-section__card {
    width: 320px !important;
    padding: 25px 0 31px 0;
  }

  .finances-section__line {
    margin: 15px auto;
  }

  .finances-section__img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80.5%);
  }

  .finances-section__bottom {
    justify-content: space-between;
    padding-top: 60px;
  }

  .finances-section__bottom-lines {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 33px;
  }

  .finances-section__bottom-content {
    border-radius: 100px;
    padding: 50px 0 50px 0;
  }

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

  .header__logo {
    width: 212px;
  }

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

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

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

  .invest-section__sub-title {
    padding: 35px 0 55px 0;
  }

  .invest-section__card {
    width: 310px !important;
    padding: 25px 10px 20px 10px;
    border-radius: 20px;
  }

  .invest-section__card-item-2 {
    padding-bottom: 28px;
  }

  .invest-item {
    width: 290px !important;
  }

  .main-section__container {
    padding: 30px 0 100px 0;
  }

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

  .main-section__lines {
    width: 280px;
    height: 10px;
  }

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

  .main-section__bottom {
    border-radius: 100px;
    padding: 35px 50px 40px 50px;
  }

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

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

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

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

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

  .presentation-section__img {
    width: 308px;
  }

  .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: 0 0 119px 0;
  }

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

  .start-section__content {
    background-image: url("../images/start-section-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 400px;
  }

  .start-section__items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 48px;
    column-gap: 10px;
    row-gap: 45px;
  }

  .start-section__item {
    text-align: start;
    width: 100%;
  }

  .start-section__bottom {
    margin: 0;
    position: absolute;
    width: 370px;
    bottom: 0;
    right: -43px;
  }

  .item-1 {
    width: 212px !important;
    height: 100px;
  }

  .item-2 {
    width: 257px !important;
    height: 100px;
  }

  .item-3 {
    width: 137px !important;
    height: 100px;
  }

  .item-4 {
    width: 234px !important;
    height: 100px;
  }

  .item-5 {
    width: 249px !important;
    height: 122px;
  }

  .item-6 {
    width: 263px !important;
    height: 122px;
  }

  .item-7 {
    width: 122px !important;
    height: 122px;
  }

  .item-8 {
    width: 209px !important;
    height: 122px;
  }

  .item-9 {
    width: 284px !important;
    height: 122px;
  }

  .item-10 {
    width: 122px !important;
    height: 122px;
  }

  .item-11 {
    width: 153px !important;
    height: 122px;
  }

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

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

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

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

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

@media only screen and (min-width: 1024px) and (min-width: 1400px) {
  .start-section__content {
    height: 460px;
  }
}

@media only screen and (min-width: 1200px) {
  .header-thanks__container {
    justify-content: space-around;
  }

  .header-thanks__title {
    text-transform: uppercase;
  }
}

@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: 0 0 128px 0;
  }

  .about-section__header {
    padding: 76px 0 95px 0;
  }

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

  .about-section__logo {
    width: 640px;
  }

  .about-section__content {
    padding: 56px 70px 67px 80px;
  }

  .about-section__lines {
    width: 388px;
    height: 12px;
    margin: 48px auto;
  }

  .about-section__bottom {
    padding: 61px 0 73px 0;
  }

  .about-item-answer {
    width: 524px !important;
  }

  .city-section__container {
    padding: 143px 0 117px 0;
  }

  .city-section__box {
    max-width: 569px;
  }

  .city-section__sub-title {
    padding: 65px 0 52px 0;
  }

  .city-section__bottom {
    border-radius: 50px;
    padding: 31px 0 33px 0;
  }

  .city-section__form {
    padding-top: 30px;
    flex-direction: row;
  }

  .city-section__img {
    top: 93px;
    right: -52px;
    width: 618px;
  }

  .city-item {
    width: 163px !important;
  }

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

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

  .finances-section__cards {
    row-gap: 19px;
  }

  .finances-section__card {
    padding: 30px 0 33px 0;
    width: 380px !important;
  }

  .finances-section__line {
    margin: 28px auto;
  }

  .finances-section__img {
    margin: 0;
    width: 380px;
    transform: translate(-50%, -77%);
  }

  .finances-section__bottom {
    padding-top: 77px;
  }

  .finances-section__bottom-line {
    width: 218px;
  }

  .finances-section__bottom-content {
    padding: 65px 0 55px 0;
  }

  .header__logo {
    width: 242px;
  }

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

  .invest-section__container {
    padding: 89px 0 79px 0;
  }

  .invest-section__sub-title {
    padding: 41px 0 66px 0;
  }

  .invest-section__card {
    padding: 38px 23px 20px 23px;
    border-radius: 50px;
    width: 380px !important;
  }

  .invest-section__form {
    column-gap: 6px;
    row-gap: 17px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .invest-item {
    height: 45px;
    width: 164px !important;
  }

  .main-section__container {
    padding: 30px 0 169px 0;
  }

  .main-section__title {
    padding: 167px 0 42px 0;
  }

  .main-section__lines {
    width: 388px;
    height: 12px;
  }

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

  .main-section__bottom {
    padding: 41px 67px 52px 67px;
  }

  .form-modal__wrapper {
    padding: 30px;
  }

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

  .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: 107px 0 1096px 0;
  }

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

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

  .presentation-section__img {
    border-radius: 30px;
    width: 380px;
  }

  .presentation-section__img-desktop-1,
  .presentation-section__img-desktop-2,
  .presentation-section__img-desktop-5 {
    display: block;
    position: absolute;
    border-radius: 30px;
  }

  .img-1,
  .img-2,
  .img-5 {
    display: none !important;
  }

  .img-3,
  .img-4,
  .img-6 {
    position: absolute;
    width: 380px;
    height: auto;
  }

  .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: 0 0 140px 0;
  }

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

  .start-section__items {
    row-gap: 85px;
    padding-left: 70px;
  }

  .start-section__item {
    padding: 13px 15px 13px 15px;
  }

  .start-section__bottom {
    bottom: 0;
    right: -5px;
    width: 467px;
  }

  .item-1 {
    width: 262px !important;
    height: 96px;
  }

  .item-2 {
    width: 285px !important;
    height: 96px;
  }

  .item-3 {
    width: 156px !important;
    height: 96px;
  }

  .item-4 {
    width: 277px !important;
    height: 96px;
  }

  .item-5 {
    width: 266px !important;
    height: 122px;
  }

  .item-6 {
    width: 283px !important;
    height: 122px;
  }

  .item-7 {
    width: 155px !important;
    height: 96px;
  }

  .item-8 {
    width: 277px !important;
    height: 96px;
  }

  .item-9 {
    width: 315px !important;
    height: 120px;
  }

  .item-10 {
    width: 133px !important;
    height: 120px;
  }

  .item-11 {
    width: 168px !important;
    height: 120px;
  }

  .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,
  .button-prev {
    display: block;
  }

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

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