h1, h2, h3, h4, p {
  margin: 0;
}

@font-face {
  font-family: Actay;
  src: url("../fonts/Actay-Regular.otf") format("opentype");
}
* {
  box-sizing: border-box;
  font-family: Manrope, sans-serif;
}

body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.header {
  width: 100%;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  padding: 20px 0px;
}
.header .logo {
  width: 116px;
  height: 86px;
}
.header .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .logo-black {
  display: none;
  width: 116px;
  height: 86px;
}
.header .logo-black img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .navbar-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header .wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 70px;
}
.header .navbar {
  display: flex;
  flex-direction: row;
  margin: 0;
  gap: 24px;
  list-style: none;
}
.header .navbar li a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  line-height: 25px;
}
.header .second-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
}
.header .second-wrap .header__social {
  display: flex;
  gap: 16px;
}
.header .second-wrap .header__social .social {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: rgba(246, 248, 250, 0.14);
  position: relative;
}
.header .second-wrap .header__social .social img {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .second-wrap .contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.header .second-wrap .contact-wrapper .telephone {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: -1%;
  color: #fff;
  text-decoration: none;
}
.header .second-wrap .contact-wrapper .mail {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -1%;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.header.white .logo {
  display: none;
}
.header.white .logo-black {
  display: block;
}
.header.white .navbar li a {
  color: rgb(23, 23, 23);
}
.header.white .second-wrap .header__social .social {
  background: rgba(33, 33, 33, 0.55);
}
.header.white .second-wrap .contact-wrapper .telephone {
  color: rgb(23, 23, 23);
}
.header.white .second-wrap .contact-wrapper .mail {
  color: rgb(23, 23, 23);
}

@media (max-width: 1024px) {
  .header {
    display: none;
  }
}
.mobile-header {
  display: none;
  position: fixed;
  z-index: 10;
  padding: 10px 0px;
  width: 100%;
  left: 0;
  top: 0;
}
.mobile-header .container-flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.mobile-header .hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 16px;
}
.mobile-header .hamburger span {
  border-radius: 2px;
  background-color: #fff;
  width: 100%;
  height: 2px;
}
.mobile-header .logo {
  width: 67px;
  height: 50px;
}
.mobile-header .logo img {
  width: 100%;
  height: 100%;
}
.mobile-header .logo-black {
  display: none;
  width: 67px;
  height: 50px;
}
.mobile-header .logo-black img {
  width: 100%;
  height: 100%;
}
.mobile-header .call-btn {
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../vectors/calling1.svg");
}
.mobile-header .call-btn.black {
  display: none;
  background-image: url("../../vectors/calling-green.svg");
}

.mobile-header.white .logo {
  display: none;
}
.mobile-header.white .logo-black {
  display: block;
}
.mobile-header.white .hamburger span {
  background-color: rgb(41, 78, 71);
}
.mobile-header.white .call-btn {
  display: none;
}
.mobile-header.white .call-btn.black {
  display: block;
}

@media (max-width: 1024px) {
  .mobile-header {
    display: block;
  }
}
.footer {
  margin-top: 120px;
  width: 100%;
  border-radius: 42px 42px 0px 0px;
  background-color: rgb(244, 244, 244);
}
.footer .container.fw {
  padding-top: 46px;
  padding-bottom: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}
.footer .logo {
  width: 130px;
  height: 96px;
  margin-right: 24px;
}
.footer .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .contact-main-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .contact-main-wrap .address {
  font-size: 18px;
  font-weight: 400;
  color: rgb(115, 115, 115);
}
.footer .contact-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer .contact-wrap .conctact-link {
  font-family: Actay, sans-serif;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-align: left;
  color: rgb(23, 23, 23);
  text-decoration: none;
}
.footer .contact-wrap .contact-label {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.59px;
  text-align: left;
  color: rgb(115, 115, 115);
}
.footer .footer-social {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 19.5px 24px;
  border-radius: 18px;
  background-color: rgb(41, 78, 71);
}
.footer .footer-social .social-title {
  font-family: Actay, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.05em;
  text-align: left;
  color: white;
}
.footer .footer-social .social-descr {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.12px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
.footer .footer-social .wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer .footer-social .social-wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.footer .footer-social .social {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(246, 248, 250, 0.14);
}
.footer .footer-social .social img {
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer .footer-bottom {
  border-top: 1px solid rgb(229, 229, 229);
}
.footer .footer-bottom .container {
  padding: 16px 0px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer .footer-bottom .footer-bottom__link {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.59px;
  text-align: left;
  color: rgb(115, 115, 115);
  text-decoration: none;
}

@media (max-width: 475px) {
  .footer {
    margin-top: 40px;
    width: 100%;
    border-radius: 0px;
  }
  .footer .container.fw {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .footer .logo {
    margin-right: 0;
  }
  .footer .contact-main-wrap {
    gap: 4px;
  }
  .footer .contact-main-wrap .address {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }
  .footer .contact-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
  }
  .footer .contact-wrap .conctact-link {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }
  .footer .contact-wrap .contact-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
  }
  .footer .footer-social {
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 16px 24px;
  }
  .footer .footer-social .social-title {
    font-family: Actay, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.05em;
    text-align: left;
    color: white;
  }
  .footer .footer-social .social-descr {
    font-size: 12px;
    line-height: 16.39px;
  }
  .footer .footer-social .wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .footer .footer-social .social-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .footer .footer-social .social {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(246, 248, 250, 0.14);
  }
  .footer .footer-social .social img {
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .footer .footer-bottom {
    display: none;
  }
}
.mobile-navbar {
  transition: transform 0.3s;
  transform: translateX(-100%);
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.mobile-navbar .mobile-navbar-header {
  width: 100%;
  height: 70px;
  padding: 10px 0px;
}
.mobile-navbar .mobile-navbar-header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.mobile-navbar .mobile-navbar-header .mobile-navbar-logo {
  width: 67px;
  height: 67px;
}
.mobile-navbar .mobile-navbar-header .mobile-navbar-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.mobile-navbar .mobile-navbar-header .close-btn {
  display: block;
  height: 24px;
  width: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../vectors/cancel-green.svg");
}
.mobile-navbar .mobile-navbar-header .call-btn {
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../vectors/calling-green.svg");
}
.mobile-navbar .mobile-menu {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile-navbar .mobile-menu li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.59px;
  letter-spacing: -0.01em;
  text-align: left;
  color: rgb(23, 23, 23);
  text-decoration: none;
}
.mobile-navbar .wrap {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile-navbar .wrap .contact-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mobile-navbar .wrap .contact-block .contact-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: left;
  color: rgb(115, 115, 115);
}
.mobile-navbar .wrap .contact-block .contact-value {
  font-family: Actay, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.05em;
  text-align: left;
  color: rgb(23, 23, 23);
  text-decoration: none;
}
.mobile-navbar .social-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
  width: 100%;
  border-radius: 18px;
  background-color: rgb(41, 78, 71);
  padding: 16px 24px;
}
.mobile-navbar .social-block .content-wrap {
  width: 146px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mobile-navbar .social-block .content-wrap .social-block-title {
  font-family: Actay, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.05em;
  text-align: left;
  color: white;
}
.mobile-navbar .social-block .content-wrap .social-block-descr {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.39px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
.mobile-navbar .social-block .social-wrap {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.mobile-navbar .social-block .social-wrap .social {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: rgba(246, 248, 250, 0.14);
  position: relative;
}
.mobile-navbar .social-block .social-wrap .social img {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mobile-navbar.active {
  transform: translateX(0);
}

.call-popup {
  display: none;
}

@media (max-width: 475px) {
  .call-popup {
    display: none;
    width: 238px;
    min-height: 100px;
    z-index: 20;
    position: fixed;
    right: 16px;
    top: 76px;
    background-color: white;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    padding: 20px;
    flex-direction: column;
    gap: 24px;
  }
  .call-popup .contact-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .call-popup .contact-block .contact-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.12px;
    text-align: left;
    color: rgb(115, 115, 115);
  }
  .call-popup .contact-block .contact-value {
    font-family: Actay, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.05em;
    text-align: left;
    color: rgb(23, 23, 23);
    text-decoration: none;
  }
  .call-popup .social-block {
    margin-top: 0;
    padding: 16px;
    width: 100%;
    border-radius: 18px;
    background-color: rgb(41, 78, 71);
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .call-popup .social-block .social-title {
    font-family: Actay, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.05em;
    text-align: left;
    color: white;
  }
  .call-popup .social-block .social-descr {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.39px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
  }
  .call-popup .social-block .wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 4px;
  }
  .call-popup .social-block .wrap .social {
    width: 50px;
    height: 50px;
    background-color: rgba(246, 248, 250, 0.14);
    position: relative;
    border-radius: 50%;
  }
  .call-popup .social-block .wrap .social img {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .call-popup.active {
    display: flex;
  }
}
.overlay {
  display: none;
  position: fixed;
  z-index: 30;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.35);
}

.overlay.active {
  display: block;
}

.modal-popup {
  max-width: 95%;
  padding: 30px;
  display: block;
  z-index: 2;
  width: 475px;
  border-radius: 24px;
  background-color: white;
  min-height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup .close-btn {
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../vectors/cancel-011.svg");
}
.modal-popup .popup-title {
  font-family: Actay, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.05em;
  text-align: left;
  color: rgb(23, 23, 23);
}
.modal-popup .popup-subtitle {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: left;
  color: rgb(115, 115, 115);
}
.modal-popup form {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal-popup form label {
  padding: 12px 16px;
  height: 64px;
  display: block;
  border-radius: 12px;
  background-color: rgb(244, 244, 244);
  font-size: 12px;
  font-weight: 400;
  line-height: 16.39px;
  text-align: left;
  color: rgb(163, 163, 163);
}
.modal-popup form label input {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  width: 100%;
  margin-top: 2px;
  font-size: 16px;
  line-height: 21.86px;
  color: rgb(23, 23, 23);
}
.modal-popup form label input::placeholder {
  color: rgb(23, 23, 23);
}
.modal-popup form label input:focus {
  outline: none;
}
.modal-popup .modal-text {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.39px;
  text-align: left;
  color: rgb(163, 163, 163);
}

.popup-succes {
  max-width: 95%;
  display: none;
  width: 428px;
  background-color: #fff;
  border-radius: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 24px;
  transform: translate(-50%, -50%);
}
.popup-succes .succes__icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
}
.popup-succes .succes__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.popup-succes .succes__title {
  font-family: Actay, sans-serif;
  margin-top: 24px;
  font-size: 28px;
  text-align: center;
  color: rgb(23, 23, 23);
}
.popup-succes .succes__subtitle {
  margin-top: 8px;
  font-size: 18px;
  text-align: center;
  color: rgb(115, 115, 115);
}
.popup-succes button {
  margin-top: 24px;
}

@media (max-width: 475px) {
  .modal-popup {
    padding: 20px;
  }
  .modal-popup .popup-title {
    font-size: 26px;
    line-height: 32px;
  }
  .modal-popup .popup-subtitle {
    margin-top: 6px;
    font-size: 12px;
    line-height: 16px;
  }
  .modal-popup form {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .modal-popup form label {
    padding: 8px 12px;
    height: 56px;
  }
  .modal-popup form label input {
    font-size: 14px;
    line-height: 19px;
  }
  .modal-popup .modal-text {
    margin-top: 8px;
  }
  .popup-succes {
    padding: 20px;
  }
  .popup-succes .succes__title {
    margin-top: 16px;
    font-size: 24px;
  }
  .popup-succes .succes__subtitle {
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
    color: rgb(115, 115, 115);
  }
  .popup-succes button {
    margin-top: 16px;
  }
}
.private-body {
  margin-top: 192px;
}

h1 {
  margin: 68px 0px;
}

h2 {
  font-size: 54px;
  line-height: 1em;
  margin: 52px 0px;
  color: rgb(23, 23, 23);
  font-family: Actay, sans-serif;
  font-weight: 400;
}

.mobile-header .logo {
  display: none;
}
.mobile-header .logo-black {
  display: block;
}
.mobile-header .hamburger span {
  background-color: rgb(41, 78, 71);
}
.mobile-header .call-btn {
  display: none;
}
.mobile-header .call-btn.black {
  display: block;
}

.header {
  background-color: #fff;
}
.header .logo {
  display: none;
}
.header .logo-black {
  display: block;
}
.header .navbar li a {
  color: rgb(23, 23, 23);
}
.header .second-wrap .header__social .social {
  background: rgba(33, 33, 33, 0.55);
}
.header .second-wrap .contact-wrapper .telephone {
  color: rgb(23, 23, 23);
}
.header .second-wrap .contact-wrapper .mail {
  color: rgb(23, 23, 23);
}

body {
  margin: 0;
  background-color: white;
}

.close-btn {
  cursor: pointer;
}

.dot-wrapper {
  z-index: 4;
  display: none;
  width: 100%;
  flex-direction: row;
  gap: 6px;
  justify-content: center;
  margin-top: 20px;
}
.dot-wrapper .dot {
  width: 59.5px;
  height: 3px;
  border-radius: 999px;
  background-color: rgba(41, 78, 71, 0.2);
  transition: 0.2s;
}
.dot-wrapper .dot.active {
  background-color: rgb(41, 78, 71);
}

.item-wrap {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  gap: 20px;
}

.container {
  width: 1241px;
  margin: 0 auto;
  max-width: 100%;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 21px 32px;
  background-color: #fff;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: center;
  cursor: pointer;
  border: none;
  color: rgb(23, 23, 23);
  text-decoration: none;
}

.button.green {
  color: white;
}

.calculator .section-wrapper .calculator-container {
  margin-bottom: 120px;
}

.payments-wrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 120px;
}
.payments-wrapper::-webkit-scrollbar {
  display: none;
}

.payments-wrapper.mobile {
  display: none;
  margin-bottom: 60px;
}

.payments .wrap {
  width: calc(100% - 420px);
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.mb {
  margin-bottom: 78px;
}

.button_large {
  width: 100%;
}

.slider-buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.slider-buttons .slider-btn {
  cursor: pointer;
  width: 54px;
  height: 54px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../vectors/prev.svg");
}
.slider-buttons .slider-btn.next {
  transform: rotate(180deg);
}

.title {
  font-size: 68px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: -5%;
  font-family: Actay, sans-serif;
  color: rgb(23, 23, 23);
}

.text {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.59px;
  text-align: left;
  color: rgb(115, 115, 115);
}

.section {
  position: relative;
}

.green {
  background-color: rgb(41, 78, 71);
}

.white {
  background-color: white;
}

.mt-big {
  margin-top: 70px;
}

.section-wrapper {
  display: block;
  background-color: white;
  position: absolute;
  width: 100%;
  border-radius: 42px 42px 0px 0px;
  top: -42px;
}

.grey {
  background-color: rgb(244, 244, 244);
}

.section-wrapper.green {
  background-color: rgb(41, 78, 71);
}

.banner {
  position: relative;
}

.comfort .flex-wrapper {
  margin-top: 40px;
}

.comfort .title {
  color: white;
  margin-top: 70px;
}

.comfort .text {
  color: #fff;
  margin-top: 16px;
}

.flex-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.flex-wrapper::-webkit-scrollbar {
  display: none;
}

.build .wrap {
  margin-top: 70px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.build .wrap .first-col {
  width: 63%;
}
.build .wrap .first-col .text {
  margin-top: 14px;
}

.build .flex-wrapper {
  margin-top: 46px;
}

.houses {
  background: linear-gradient(180deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
}
.houses .section-wrapper {
  background: linear-gradient(180deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
}

.text {
  margin-top: 32px;
  line-height: 2em;
}
.text span {
  font-size: 1.45em;
  font-weight: 600;
  color: rgb(23, 23, 23);
}
.text a {
  color: #6fb4be;
}

.subtext {
  margin-top: 64px;
  padding: 0px 96px;
  padding-left: 0;
  font-size: 14px;
}

.private-body ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.private-body ul li {
  font-size: 18px;
  line-height: 1.6em;
  color: rgb(115, 115, 115);
}
.private-body ul li a {
  color: #6fb4be;
}

@media (max-width: 1024px) {
  .container {
    padding: 0px 16px;
  }
  .payments-wrapper {
    display: none;
  }
  .payments-wrapper.mobile {
    display: flex;
  }
  .flex-wrapper {
    flex-wrap: nowrap;
  }
  .item-wrap {
    justify-content: space-around;
  }
}
@media (max-width: 475px) {
  h1 {
    word-break: break-all;
    width: 100%;
    font-size: 32px;
    margin: 32px 0px;
  }
  p.text {
    font-size: 16px;
    line-height: 1.75em;
    margin-top: 16px;
  }
  p.text span {
    font-size: 1.25em;
  }
  .subtext {
    padding: 0px 36px;
    padding-left: 0;
    font-size: 14px;
  }
  h2 {
    font-size: 30px;
    margin: 32px 0px;
  }
  .dot-wrapper {
    display: flex;
  }
  .container {
    padding: 0px 16px;
  }
  .flex-wrapper {
    gap: 8px;
  }
  .mt-big {
    margin-top: 30px;
  }
  .button {
    padding: 17.5px 24px;
    font-size: 14px;
  }
  .mb {
    margin-bottom: 40px;
  }
  .slider-buttons {
    display: none;
  }
  .title {
    font-size: 36px;
  }
  .text {
    font-size: 14px;
    line-height: 19.12px;
  }
  .payments-wrapper {
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .payments-wrapper::-webkit-scrollbar {
    display: none;
  }
  .comfort .flex-wrapper {
    margin-top: 24px;
  }
  .comfort .title {
    margin-top: 30px;
  }
  .comfort .text {
    margin-top: 6px;
  }
  .build .wrap {
    margin-top: 30px;
    align-items: flex-start;
  }
  .build .wrap .first-col {
    width: 100%;
  }
  .build .flex-wrapper {
    margin-top: 24px;
  }
  .calculator .section-wrapper .calculator-container {
    margin-bottom: 60px;
  }
  .section-wrapper {
    top: -24px;
    border-radius: 24px 24px 0px 0px;
  }
}