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

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

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

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

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

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

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

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

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

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

.no-br {
  display: none;
}

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

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

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-black-text {
  color: #080200;
}

.color-l-blue {
  color: #00ceee;
}

.color-grey {
  color: #949494;
}

.font-w-extra-light {
  font-family: 'Montserrat-ExtraLight';
  font-weight: 200;
}

.font-w-light {
  font-family: 'Montserrat-Light';
  font-weight: 300;
}

.font-w-regular {
  font-family: 'Montserrat-Regular';
  font-weight: 400;
}

.font-w-medium {
  font-family: 'Montserrat-Medium';
  font-weight: 500;
}

.font-w-semi-bold {
  font-family: 'Montserrat-SemiBold';
  font-weight: 600;
}

.font-w-bold {
  font-family: 'Montserrat-Bold';
  font-weight: 700;
}

.font-w-b-bold {
  font-family: 'BebasNeueBold';
  font-weight: 700;
}

.font-w-b-regular {
  font-family: 'BebasNeueRegular';
  font-weight: 400;
}

.font-s-10 {
  font-size: 9px;
  line-height: 120%;
}

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

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

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

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

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

.font-s-18-a {
  font-size: 13px;
  line-height: 124%;
}

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

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

.font-s-24 {
  font-size: 13px;
  line-height: 120%;
}

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

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

.font-s-40 {
  font-size: 17px;
  line-height: 110%;
}

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

.font-s-65 {
  font-size: 24px;
  line-height: 110%;
}

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

.font-s-74 {
  font-size: 20px;
  line-height: 100%;
}

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

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

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

.about-section__sub-title {
  display: none;
}

.about-section__text {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 15px;
}

.about-section__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  margin: 15px 0 155px;
}

.about-section__block-images {
  display: flex;
  gap: 8px;
}

.about-section__block-img {
  width: 150px;
  height: auto;
}

.about-section__block-text-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #080200;
}

.about-section__block-text-wrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #153eff;
  width: 100%;
  height: 100%;
  top: 2px;
  left: 2px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}

.about-section__block-text {
  width: 100%;
  height: 100%;
  background-color: #00ceee;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 10px 5px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}

.about-section__bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  padding: 15px 10px;
  background-color: #1c1c1c;
}

.about-section__bottom-img {
  position: absolute;
  width: 60px;
  height: auto;
  top: -10px;
  left: -10px;
}

.about-section__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin: 10px 0 5px;
}

.about-section__form input,
.about-section__form button {
  width: 280px !important;
}

.about-section__img {
  position: absolute;
  z-index: -1;
  width: 225px;
  height: auto;
  bottom: 209px;
  right: 48px;
}

.agree__privacy {
  text-decoration: underline;
  cursor: pointer;
}

.btn {
  height: 45px;
  width: 100%;
  user-select: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #fff;
  border-radius: 30px;
  box-shadow: inset 0 -3px 0 0 rgba(0,0,0,0.25);
  background: linear-gradient(90deg, #217600 0%, #45df09 100%);
  font-family: 'Montserrat-Bold';
  font-weight: 700;
  font-size: 14px;
  line-height: 110%;
  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--small {
  cursor: pointer;
  font-family: 'Montserrat-SemiBold';
  font-weight: 600;
  box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.25);
  font-size: 11px;
  height: 30px;
  width: 120px;
}

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

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

.city-section__mark {
  position: relative;
  z-index: 1;
  color: #080200;
}

.city-section__mark:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #00ceee;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32%), calc(100% - 8%) 100%, 0 100%);
  width: 110%;
  height: 84%;
  top: 0;
  left: -5%;
}

.city-section__mark:after {
  content: "";
  position: absolute;
  z-index: -2;
  background-color: #153eff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32%), calc(100% - 8%) 100%, 0 100%);
  width: 110%;
  height: 84%;
  top: 6%;
  left: -3%;
}

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

.city-section__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}

.city-section__form > * {
  width: 280px !important;
}

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

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

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

.finances-section__block {
  width: 100%;
  background-color: #292929;
  padding: 20px 0 5px;
  border-radius: 10px;
}

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

.finances-section__card-wrapper {
  position: relative;
  z-index: 1;
  width: 280px !important;
  height: 90px;
}

.finances-section__card-wrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #00ceee;
  top: 2px;
  left: 2px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 21px), calc(100% - 21px) 100%, 0 100%);
}

.finances-section__card {
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.finances-section__bottom {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.finances-section__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin: 10px 0 5px;
}

.finances-section__form > * {
  width: 280px !important;
}

.footer {
  background-color: #000;
}

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

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

.footer__brand {
  display: none;
}

.footer__privacy {
  cursor: pointer;
  text-decoration: underline;
  color: #949494;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.header__brand {
  display: none;
}

.header__brand-mobile {
  text-align: center;
  padding: 3px 0;
  margin-top: 5px;
  border-right: 1px solid #00ceee;
  border-bottom: 1px solid #00ceee;
  background-color: #1c1c1c;
}

.input {
  height: 45px;
  width: 100%;
  padding: 0 26px;
  font-family: 'Montserrat-Light';
  font-weight: 300;
  font-size: 14px;
  line-height: 110%;
  color: #565655;
  border: 1px solid #fff;
  border-radius: 30px;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s, border 0.3s, background 0.3s;
}

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

.input:focus {
  color: #080200;
  caret-color: #217600;
  border: 1px solid #45df09;
  box-shadow: 3px 3px 8px 0px #45df09;
}

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

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

.input.error {
  border: 1px solid #d94c4c;
  color: #d94c4c;
  caret-color: #d94c4c;
  box-shadow: 0px 0px 22px 0px #d94c4c;
  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: 10px 10px 10px 26px;
  resize: none;
  height: 70px;
  width: 280px;
  border-radius: 8px;
}

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

.invest-section__container {
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #1c1c1c;
  padding: 20px 0 5px;
  border-radius: 10px;
}

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

.invest-section__card-wrapper {
  position: relative;
  z-index: 1;
  width: 280px !important;
  height: 230px;
}

.invest-section__card-wrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
  background-color: #00ceee;
  top: 2px;
  left: 2px;
}

.invest-section__card {
  width: 100%;
  height: 100%;
  background-color: #292929;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.invest-section__card-img {
  width: 75px;
  height: auto;
}

.invest-section__btn {
  width: 200px !important;
}

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

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

.main-section__bg-img {
  position: absolute;
  z-index: -1;
  width: 370px;
  height: auto;
  top: 123px;
  left: -27px;
}

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

.main-section__mark {
  position: relative;
  z-index: 1;
  color: #080200;
}

.main-section__mark:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #00ceee;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32%), calc(100% - 8%) 100%, 0 100%);
  width: 110%;
  height: 84%;
  top: 0;
  left: -5%;
}

.main-section__mark:after {
  content: "";
  position: absolute;
  z-index: -2;
  background-color: #153eff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32%), calc(100% - 8%) 100%, 0 100%);
  width: 110%;
  height: 84%;
  top: 6%;
  left: -3%;
}

.main-section__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
}

.main-section__form > * {
  width: 280px !important;
}

.main-section__img {
  width: 240px;
  height: auto;
  margin: 10px 0 0 43px;
}

.form-modal__feedback {
  position: relative;
  padding: 12px;
  background: #1c1c1c;
  box-shadow: 2px 2px 0 0 #00ceee;
}

.form-modal__wrapper {
  padding: 10px;
  border-radius: 15px;
}

.form-modal__info-title {
  font-size: 26px;
  margin: 0 0 18px 0;
  font-family: 'BebasNeueBold';
  text-transform: uppercase;
  font-weight: 700;
  line-height: 105%;
}

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

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

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

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

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

.form-modal__button .btn {
  height: 45px;
  font-size: 12px !important;
}

.form-modal__agree {
  font-size: 9px;
  line-height: 13px;
  font-family: 'Montserrat-Light';
  position: relative;
}

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

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

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

.preview-section__icon {
  position: absolute;
  z-index: -1;
  width: 220px;
  height: auto;
  bottom: 43px;
  right: -226px;
}

.preview-section__title {
  text-align: center;
  padding-bottom: 15px;
}

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

.preview-section__img {
  width: 100%;
  height: auto;
}

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

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

.steps-section__container {
  position: relative;
  z-index: 1;
  padding: 0 0 120px;
}

.steps-section__img-1 {
  position: absolute;
  z-index: -1;
  width: 138px;
  height: auto;
  top: 360px;
  right: 169px;
}

.steps-section__img-2 {
  position: absolute;
  z-index: -1;
  width: 182px;
  height: auto;
  bottom: 0;
  right: -17px;
}

.steps-section__title,
.steps-section__bottom {
  text-align: center;
}

.steps-section__title {
  padding-bottom: 15px;
}

.steps-section__card {
  position: relative;
  width: 280px !important;
  height: 120px;
  background-color: #1c1c1c;
  box-shadow: 2px 2px 0 0 #00ceee;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 5px 15px 30px;
}

.steps-section__card-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 17px;
  right: 17px;
}

.steps-section__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

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

.bullet-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}

.bullet-pagination--left {
  justify-content: start;
}

.bullet-pagination--right {
  justify-content: flex-end;
}

.bullet-pagination .swiper-pagination-bullet {
  background-color: #d7d7d7;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  position: relative;
}

.bullet-pagination .swiper-pagination-bullet-active {
  transform: scale(1.2);
  transition: transform 0.3s;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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

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

.thanks-section__container {
  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-size: cover;
  background-position: center;
  background-color: #0e0908;
}

.wrapper-header-thanks {
  padding: 10px 0;
}

body {
  margin: 0 auto;
  font-size: 18px;
  font-family: 'Montserrat-Medium';
  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-14-a {
    font-size: 12px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .about-section__container {
    text-align: start;
    padding: 30px 0 50px;
  }

  .about-section__sub-title {
    display: block;
    position: relative;
    z-index: 1;
    color: #00ceee;
    margin: 30px 0 15px;
  }

  .about-section__sub-title:after {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #00ceee;
    width: 60px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 55px;
  }

  .about-section__text {
    padding: 0;
    gap: 10px;
  }

  .about-section__block {
    margin: 20px 0 30px;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }

  .about-section__block-images {
    gap: 10px;
  }

  .about-section__block-img {
    width: 174px;
  }

  .about-section__block-text-wrapper {
    width: 358px;
  }

  .about-section__block-text-wrapper:after {
    top: 3px;
    left: 3px;
  }

  .about-section__block-text {
    gap: 9px;
    padding: 20px 5px 20px 15px;
  }

  .about-section__bottom {
    align-items: flex-start;
    border-radius: 20px;
    padding: 25px 25px 25px 164px;
  }

  .about-section__bottom-img {
    width: 124px;
    top: 35px;
    left: 25px;
  }

  .about-section__form {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    margin: 15px 0 12px;
  }

  .about-section__form input,
  .about-section__form button {
    width: 175px !important;
  }

  .about-section__img {
    width: 550px;
    bottom: unset;
    top: 0;
    right: -150px;
  }

  .btn {
    font-size: 12px;
    height: 50px;
  }

  .btn--small {
    font-size: 11px;
    height: 35px;
    width: 130px;
  }

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

  .city-section__mark:before {
    height: 81%;
    top: 4%;
  }

  .city-section__mark:after {
    height: 81%;
    top: 10%;
  }

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

  .city-section__form {
    width: 556px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 15px;
  }

  .city-section__form > * {
    width: 190px !important;
  }

  .city-section__agree-wrapper {
    padding-left: 15px;
  }

  .city-section__img {
    margin: 0;
    position: absolute;
    z-index: -1;
    width: 560px;
    bottom: 0;
    right: -129px;
  }

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

  .finances-section__block {
    padding: 30px 0;
    border-radius: 20px;
  }

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

  .finances-section__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .finances-section__card-wrapper {
    width: 200px !important;
    height: 100px;
  }

  .finances-section__card-wrapper:after {
    top: 3px;
    left: 3px;
  }

  .finances-section__bottom {
    margin-top: 30px;
  }

  .finances-section__form {
    flex-direction: row;
    justify-content: center;
    gap: 6px;
    margin: 15px 0 12px;
  }

  .finances-section__form > * {
    width: 190px !important;
  }

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

  .footer__brand-block {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .footer__logo {
    width: 65px;
  }

  .footer__brand {
    display: block;
  }

  .header__brand-block {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .header__logo {
    width: 85px;
  }

  .header__brand {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .header__brand-mobile {
    display: none;
  }

  .input {
    padding: 0 15px;
    font-size: 14px;
    height: 50px;
  }

  .input--textarea {
    border-radius: 10px;
    padding: 12px 10px 10px 15px;
    width: 100%;
    height: 80px;
  }

  .invest-section__container {
    padding: 30px 0;
    border-radius: 20px;
  }

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

  .invest-section__cards {
    display: flex;
    justify-content: center;
    gap: 30px;
  }

  .invest-section__card-wrapper {
    width: 190px !important;
    height: 220px;
  }

  .invest-section__card-wrapper:after {
    top: 3px;
    left: 3px;
  }

  .invest-section__card {
    gap: 12px;
  }

  .invest-section__card-img {
    width: 70px;
  }

  .invest-section__btn {
    width: 140px !important;
  }

  .main-section__container {
    text-align: start;
    padding: 15px 0 70px;
  }

  .main-section__bg-img {
    width: 605px;
    top: 118px;
    left: -82px;
  }

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

  .main-section__mark:before {
    height: 81%;
    top: 4%;
  }

  .main-section__mark:after {
    height: 81%;
    top: 10%;
  }

  .main-section__form {
    width: 556px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 20px;
  }

  .main-section__form > * {
    width: 190px !important;
  }

  .main-section__agree-wrapper {
    padding-left: 15px;
  }

  .main-section__img {
    margin: 0;
    position: absolute;
    z-index: -1;
    width: 520px;
    bottom: 0;
    right: -130px;
  }

  .form-modal__feedback {
    box-shadow: 3px 3px 0 0 #00ceee;
  }

  .form-modal__wrapper {
    padding: 15px;
  }

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

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

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

  .form-modal__button .btn {
    font-size: 14px !important;
    height: 50px;
  }

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

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

  .preview-section__icon {
    width: 310px;
    bottom: 60px;
    right: -338px;
  }

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

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

  .preview-section__card {
    width: 174px !important;
  }

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

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

  .steps-section__img-1 {
    width: 310px;
    top: 0;
    right: -36px;
  }

  .steps-section__img-2 {
    width: 390px;
    bottom: 0;
    right: 10px;
  }

  .steps-section__title,
  .steps-section__bottom {
    text-align: start;
  }

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

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

  .steps-section__card {
    box-shadow: 3px 3px 0 0 #00ceee;
    width: 174px !important;
    height: 105px;
    gap: 15px;
    padding: 15px 5px 15px 15px;
  }

  .steps-section__card-icon {
    width: 18px;
    height: 18px;
    top: 15px;
    right: 15px;
  }

  .steps-section__bottom {
    align-items: flex-start;
    gap: 20px;
    margin-top: 30px;
  }

  .steps-section__btn {
    width: 230px !important;
  }

  .bullet-pagination {
    display: none;
  }

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

  .swiper-bullet .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
  }

  .thanks-section__container a {
    max-width: 280px;
  }

  .wrapper-header-thanks {
    padding: 15px 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .about-section__container {
    padding: 50px 0 90px;
  }

  .about-section__sub-title:after {
    width: 80px;
    left: 76px;
  }

  .about-section__text {
    gap: 15px;
  }

  .about-section__block {
    gap: 15px;
    margin: 30px 0 40px;
  }

  .about-section__block-images {
    gap: 15px;
  }

  .about-section__block-img {
    width: 230px;
  }

  .about-section__block-text-wrapper {
    width: 475px;
  }

  .about-section__block-text-wrapper:after {
    top: 4px;
    left: 4px;
  }

  .about-section__block-text {
    gap: 15px;
    padding: 22px 5px 23px 22px;
  }

  .about-section__bottom {
    border-radius: 25px;
    padding: 35px 35px 35px 257px;
  }

  .about-section__bottom-img {
    width: 190px;
    top: 35px;
    left: 35px;
  }

  .about-section__form {
    gap: 7px;
    margin: 18px 0 15px;
  }

  .about-section__form input,
  .about-section__form button {
    width: 220px !important;
  }

  .about-section__img {
    width: 706px;
    right: -107px;
  }

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

  .btn--small {
    font-size: 13px;
    height: 40px;
    width: 160px;
  }

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

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

  .city-section__form {
    gap: 7px;
    margin-top: 20px;
  }

  .city-section__form > * {
    width: 230px !important;
  }

  .city-section__agree-wrapper {
    padding-left: 20px;
  }

  .city-section__img {
    width: 720px;
    right: -151px;
  }

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

  .finances-section__block {
    padding: 50px 0;
    border-radius: 25px;
  }

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

  .finances-section__cards {
    gap: 20px;
  }

  .finances-section__card-wrapper {
    width: 270px !important;
    height: 125px;
  }

  .finances-section__card-wrapper:after {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
    top: 4px;
    left: 4px;
  }

  .finances-section__card {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
  }

  .finances-section__bottom {
    margin-top: 50px;
  }

  .finances-section__form {
    gap: 7px;
    margin: 18px 0 15px;
  }

  .finances-section__form > * {
    width: 230px !important;
  }

  .footer__container {
    padding: 18px 0;
  }

  .footer__brand-block {
    gap: 20px;
  }

  .footer__logo {
    width: 70px;
  }

  .header__brand-block {
    gap: 20px;
  }

  .header__logo {
    width: 90px;
  }

  .input {
    padding: 0 20px;
    font-size: 16px;
    height: 55px;
  }

  .input--textarea {
    border-radius: 12px;
    padding: 17px 10px 10px 20px;
    height: 90px;
  }

  .invest-section__container {
    padding: 50px 0;
    border-radius: 25px;
  }

  .invest-section__sub-title {
    padding: 8px 0 50px;
  }

  .invest-section__cards {
    gap: 50px;
  }

  .invest-section__card-wrapper {
    width: 230px !important;
    height: 260px;
  }

  .invest-section__card-wrapper:after {
    top: 4px;
    left: 4px;
  }

  .invest-section__card {
    gap: 14px;
  }

  .invest-section__card-img {
    width: 80px;
  }

  .invest-section__btn {
    width: 165px !important;
  }

  .main-section__container {
    padding: 18px 0 90px;
  }

  .main-section__bg-img {
    width: 812px;
    top: 132px;
    left: -113px;
  }

  .main-section__title {
    padding: 70px 0 35px;
  }

  .main-section__form {
    gap: 7px;
    margin-top: 25px;
  }

  .main-section__form > * {
    width: 230px !important;
  }

  .main-section__agree-wrapper {
    padding-left: 20px;
  }

  .main-section__img {
    width: 675px;
    right: -164px;
  }

  .form-modal__feedback {
    box-shadow: 4px 4px 0 0 #00ceee;
  }

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

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

  .form-modal__button .btn {
    font-size: 15px !important;
    height: 55px;
  }

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

  .preview-section__container {
    padding: 0 0 80px;
  }

  .preview-section__icon {
    width: 480px;
    bottom: 77px;
    right: -512px;
  }

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

  .preview-section__cards {
    gap: 15px;
  }

  .preview-section__card {
    width: 230px !important;
  }

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

  .steps-section__container {
    padding: 0 0 70px;
  }

  .steps-section__img-1 {
    width: 415px;
    right: -53px;
  }

  .steps-section__img-2 {
    width: 500px;
    right: 20px;
  }

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

  .steps-section__cards {
    gap: 15px;
  }

  .steps-section__card {
    box-shadow: 4px 4px 0 0 #00ceee;
    width: 230px !important;
    height: 140px;
    gap: 20px;
    padding: 20px 5px 20px 17px;
  }

  .steps-section__card-icon {
    width: 22px;
    height: 22px;
    top: 17px;
    right: 17px;
  }

  .steps-section__bottom {
    gap: 25px;
    margin-top: 40px;
  }

  .steps-section__btn {
    width: 300px !important;
  }

  .thanks-section__container a {
    max-width: 330px;
  }

  .wrapper-header-thanks {
    padding: 20px 0;
  }

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

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

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

  .font-s-14-a {
    font-size: 14px;
    line-height: 17px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .font-s-42 {
    font-size: 42px;
    line-height: 46px;
  }

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

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

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

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

  .about-section__container {
    padding: 69px 0 136px;
  }

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

  .about-section__sub-title {
    margin: 60px 0 23px;
  }

  .about-section__sub-title:after {
    width: 100px;
  }

  .about-section__text {
    gap: 20px;
  }

  .about-section__block {
    gap: 20px;
    margin: 40px 0 52px;
  }

  .about-section__block-images {
    gap: 20px;
  }

  .about-section__block-img {
    width: 280px;
  }

  .about-section__block-text-wrapper {
    width: 580px;
    height: 276px;
  }

  .about-section__block-text {
    gap: 20px;
    padding: 28px 5px 28px 28px;
  }

  .about-section__bottom {
    border-radius: 30px;
    padding: 44px 44px 44px 289px;
  }

  .about-section__bottom-img {
    width: 209px;
    top: 44px;
    left: 44px;
  }

  .about-section__form {
    gap: 8px;
    margin: 22px 0 18px;
  }

  .about-section__form input,
  .about-section__form button {
    width: 277px !important;
  }

  .about-section__img {
    width: 881px;
    right: -137px;
  }

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

  .btn--small {
    font-size: 14px;
    height: 45px;
    width: 177px;
  }

  .city-section__container {
    padding: 187px 0 125px;
  }

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

  .city-section__form {
    gap: 8px;
    margin-top: 24px;
  }

  .city-section__form > * {
    width: 274px !important;
  }

  .city-section__agree-wrapper {
    padding-left: 26px;
  }

  .city-section__img {
    width: 1036px;
    right: -312px;
  }

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

  .finances-section__block {
    padding: 80px 0;
    border-radius: 30px;
  }

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

  .finances-section__cards {
    gap: 30px;
  }

  .finances-section__card-wrapper {
    width: 320px !important;
    height: 150px;
  }

  .finances-section__bottom {
    margin-top: 70px;
  }

  .finances-section__form {
    gap: 8px;
    margin: 22px 0 18px;
  }

  .finances-section__form > * {
    width: 274px !important;
  }

  .footer__container {
    padding: 22px 0 21px;
  }

  .footer__brand-block {
    gap: 28px;
  }

  .footer__logo {
    width: 77px;
  }

  .header__brand-block {
    gap: 28px;
  }

  .header__logo {
    width: 99px;
  }

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

  .input--textarea {
    border-radius: 16px;
    padding: 21px 10px 10px 26px;
    height: 95px;
  }

  .invest-section__container {
    padding: 80px 0;
    border-radius: 30px;
  }

  .invest-section__sub-title {
    padding: 8px 0 60px;
  }

  .invest-section__cards {
    gap: 70px;
  }

  .invest-section__card-wrapper {
    width: 280px !important;
    height: 311px;
  }

  .invest-section__card {
    gap: 16px;
  }

  .invest-section__card-img {
    width: 94px;
  }

  .invest-section__btn {
    width: 201px !important;
  }

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

  .main-section__bg-img {
    width: 965px;
    top: 143px;
    left: -129px;
  }

  .main-section__title {
    padding: 129px 0 46px;
  }

  .main-section__form {
    gap: 8px;
    margin-top: 27px;
  }

  .main-section__form > * {
    width: 274px !important;
  }

  .main-section__agree-wrapper {
    padding-left: 26px;
  }

  .main-section__img {
    width: 891px;
    right: -228px;
  }

  .form-modal__wrapper {
    padding: 20px;
  }

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

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

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

  .form-modal__button .btn {
    font-size: 16px !important;
    height: 60px;
  }

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

  .preview-section__container {
    padding: 0 0 136px;
  }

  .preview-section__icon {
    width: 806px;
    bottom: 94px;
    right: -873px;
  }

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

  .preview-section__cards {
    gap: 20px;
  }

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

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

  .steps-section__container {
    padding: 0 0 107px;
  }

  .steps-section__img-1 {
    width: 522px;
    right: -65px;
  }

  .steps-section__img-2 {
    width: 664px;
    right: 26px;
  }

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

  .steps-section__cards {
    gap: 20px;
  }

  .steps-section__card {
    width: 280px !important;
    height: 165px;
    gap: 22px;
    padding: 26px 5px 26px 26px;
  }

  .steps-section__card-icon {
    width: 24px;
    height: 24px;
    top: 26px;
    right: 26px;
  }

  .steps-section__bottom {
    gap: 33px;
    margin-top: 62px;
  }

  .steps-section__btn {
    width: 332px !important;
  }

  .thanks-section__container a {
    max-width: 370px;
  }

  .wrapper-header-thanks {
    padding: 25px 0;
  }

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