/* Reset and base styles  */
* {
  padding: 0;
  margin: 0;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

.list-none ul, .list-none ol, .list-none li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

textarea {
  resize: vertical;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type=file] {
  max-width: 100%;
}

@font-face {
  font-family: "Manrope";
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/Manrope-Medium.ttf");
}
@font-face {
  font-family: "Manrope";
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/Manrope-SemiBold.ttf");
}
@font-face {
  font-family: "Manrope";
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Manrope-Bold.ttf");
}
html {
  scrollbar-gutter: stable;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  font-family: "Manrope", sans-serif !important;
  color: #202020;
}

.container {
  max-width: 1368px;
  padding-inline: 24px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .container {
    padding-inline: 15px;
  }
}

main {
  flex-grow: 1;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s, background-color 0.2s, color 0.2s;
}
@media (hover: hover) {
  a:hover {
    color: inherit;
    text-decoration: none !important;
    opacity: 0.7;
  }
}

button {
  cursor: pointer;
  font-family: inherit;
  transition: background-color 0.2s, opacity 0.2s, color 0.2s;
  border: none;
}
@media (hover: hover) {
  button:hover {
    opacity: 0.85;
  }
}

img {
  max-width: 100%;
  height: auto;
}

input {
  border: none;
  outline: none;
  font-family: inherit;
}

.locked {
  overflow: hidden;
}

.section-title {
  font-size: clamp(2.25rem, 1.393rem + 1.79vw, 3rem);
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -0.03em;
}

.section-title-big {
  font-weight: 500;
  font-size: clamp(2.25rem, 0.536rem + 3.57vw, 3.75rem);
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #202020;
}

.section-text {
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #534b46;
}

.btn-wrapper {
  display: flex;
  cursor: pointer;
  color: #fff;
}
.btn-wrapper button, .btn-wrapper a {
  width: 100%;
  padding: 19px 24px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  color: inherit;
  transition: 0.2s;
  text-align: left;
}
.btn-wrapper span {
  display: flex;
  width: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: 0.2s;
  flex-shrink: 0;
}
@media (hover: hover) {
  .btn-wrapper button:hover,
  .btn-wrapper a:hover {
    opacity: 1;
  }
}
.btn-wrapper.dark-50 button, .btn-wrapper.dark-50 a, .btn-wrapper.dark-50 span {
  background-color: #f2f2f2;
}
.btn-wrapper.dark-500 button, .btn-wrapper.dark-500 a, .btn-wrapper.dark-500 span {
  background-color: #202020;
}
@media (hover: hover) {
  .btn-wrapper.dark-500:hover button, .btn-wrapper.dark-500:hover a, .btn-wrapper.dark-500:hover span {
    background-color: #4d4d4d;
  }
}
.btn-wrapper.dark-600 button, .btn-wrapper.dark-600 a, .btn-wrapper.dark-600 span {
  background-color: #666;
}
.btn-wrapper.dark-700 button, .btn-wrapper.dark-700 a, .btn-wrapper.dark-700 span {
  background-color: #4d4d4d;
}
@media (hover: hover) {
  .btn-wrapper:hover span {
    transform: rotate(45deg);
  }
}
@media (hover: hover) and (max-width: 767px) {
  .btn-wrapper:hover span {
    transform: rotate(0);
  }
}
.btn-wrapper.bordered-white button {
  border: 1px solid #fff;
}
.btn-wrapper.bordered-white a {
  border: 1px solid #fff;
}
.btn-wrapper.bordered-white span {
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .btn-wrapper.is-mobile-btn {
    width: 100%;
    max-width: unset;
  }
  .btn-wrapper.is-mobile-btn > button, .btn-wrapper.is-mobile-btn a, .btn-wrapper.is-mobile-btn span {
    border-radius: 0;
  }
}

.btn-bg {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  border-radius: 100px;
  padding: 19px 24px;
}
.btn-bg.dark-100 {
  background-color: #e6e6e6;
}
.btn-bg.dark-400 {
  background-color: #999;
  color: #fff;
}
.btn-bg.dark-500 {
  background-color: #202020;
  color: #fff !important;
}
.btn-bg.white {
  background-color: #fff;
  color: #202020;
}

.btn-border {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  padding: 19px 24px;
  border-radius: 100px;
}
.btn-border.dark-500 {
  border: 1px solid #202020;
  color: #202020;
}
.btn-border.dark-500:hover {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  color: #fff;
}
.btn-border.dark-100 {
  border: 1px solid #e6e6e6;
  color: #202020;
}
.btn-border.white {
  border: 1px solid #fff;
  color: #fff;
}

.btn-link-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  transition: 0.2s;
}
.btn-link-circle.dark-500 {
  background-color: #202020;
  color: #fff;
}
.btn-link-circle.dark-50 {
  background-color: #f2f2f2;
  color: #202020;
}
.btn-link-circle.white {
  background-color: #fff;
  color: #b3b3b3;
}

.modal-close {
  display: none;
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background-color: #fff;
  align-self: center;
  flex-shrink: 0;
}
.modal-close::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 2px;
  left: 50%;
  translate: -50%;
  transform: rotate(-45deg);
  background-color: #202020;
}
.modal-close::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 2px;
  right: 50%;
  translate: 50%;
  transform: rotate(45deg);
  background-color: #202020;
}
@media (max-width: 650px) {
  .modal-close {
    display: block;
  }
}

.error-message {
  display: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #ff383c;
  margin-top: 8px;
}

.menu {
  position: fixed;
  top: 128px;
  left: 0;
  width: 100%;
  height: calc(100% - 128px);
  backdrop-filter: blur(6px);
  background: rgba(32, 32, 32, 0.65);
  z-index: 10;
  padding: 24px 0;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.menu.active {
  opacity: unset;
  visibility: unset;
}
.menu .container {
  height: 100%;
}
.menu__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  max-width: 652px;
  margin-left: auto;
  padding: 40px;
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
}
.menu__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.menu__links-link {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #202020;
}
.menu__contacts {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.menu__contacts-item {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.menu__contacts-item a {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #202020;
}
.menu__contacts-item:nth-child(2) {
  padding-right: 40px;
}
.menu__contacts-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #666;
}
.menu.has-fixed {
  top: 80px;
  height: calc(100% - 80px);
}

.project-calc {
  position: fixed;
  top: 128px;
  left: 0;
  width: 100%;
  height: calc(100% - 128px);
  backdrop-filter: blur(6px);
  background: rgba(32, 32, 32, 0.65);
  z-index: 10;
  padding-block: 24px;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.project-calc .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
@media (max-width: 650px) {
  .project-calc .container {
    margin: auto;
    height: unset;
  }
}
.project-calc.has-fixed {
  top: 80px;
  height: calc(100% - 80px);
}
.project-calc.active {
  opacity: unset;
  visibility: unset;
}
.project-calc__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  background-color: #fff;
  height: 100%;
  padding: clamp(1.5rem, 0.546rem + 4.07vw, 2.5rem);
  overflow-y: auto;
}
.project-calc__inner form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 48px;
}
@media (max-width: 1199px) {
  .project-calc__inner form {
    flex-direction: column;
    align-items: initial;
  }
}
.project-calc__inner label {
  flex: 1;
  margin-bottom: 0;
}
.project-calc__inner label:has(input:focus:invalid) .error-message {
  display: block;
}
@media (max-width: 920px) {
  .project-calc__inner label {
    flex: unset;
  }
}
.project-calc__inner input[type=text],
.project-calc__inner input[type=tel] {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #666;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #202020;
}
.project-calc__inner input[type=text]::placeholder,
.project-calc__inner input[type=tel]::placeholder {
  color: #999;
}
.project-calc__inner input[type=text]:focus,
.project-calc__inner input[type=tel]:focus {
  border-color: #202020;
}
.project-calc__inner button[type=submit] {
  border: none;
  background-color: #202020;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  padding: 19px 24px;
  border-radius: 100px;
  transition: 0.2s;
}
.project-calc__inner button[type=submit]:hover {
  background-color: #4d4d4d;
}
@media (max-width: 650px) {
  .project-calc__inner {
    min-height: 612px;
    padding: 32px 16px;
  }
}
.project-calc__title {
  max-width: 703px;
  font-size: clamp(1.5rem, 0.972rem + 2.25vw, 3rem);
  color: #202020;
}
.project-calc__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background-color: #e6e6e6;
  color: #999;
}
.project-calc__link:hover {
  background-color: rgb(204.5, 204.5, 204.5);
  opacity: 1;
}
.project-calc__social {
  display: flex;
  gap: 4px;
}
@media (max-width: 650px) {
  .project-calc__social {
    display: none;
  }
}
@media (max-width: 650px) {
  .project-calc {
    display: flex;
    flex-direction: column;
    top: 60px;
    height: calc(100% - 60px);
    overflow-y: auto;
    padding-block: 15px;
  }
}

.notification {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #0d0d0d;
  padding: 12px;
}
@media (max-width: 650px) {
  .notification {
    display: none;
  }
}
.notification__text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
  margin: 0;
  color: #999;
  text-align: center;
}
.notification__text span {
  color: #fff;
}
.notification__btn {
  background-color: transparent;
  border: none;
  padding: 0;
}
.notification__btn:hover {
  opacity: 0.7;
}

.header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 11;
  transition: 0.2s;
}
.header--active {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 14px;
}
.header__logo {
  width: clamp(4.188rem, 0.43rem + 16.03vw, 8.125rem);
}
.header__logo:hover {
  opacity: 1;
}
.header__links {
  display: flex;
  gap: 36px;
  margin: 0;
}
@media (max-width: 1070px) {
  .header__nav {
    display: none;
  }
}
.header__link {
  font-weight: 500;
  font-size: 14px;
  color: #4d4d4d;
}
.header__left {
  gap: 68px;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__tel {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #202020;
  gap: 8px;
}
.header__tel span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #00c750;
  border-radius: 100%;
}
@media (max-width: 650px) {
  .header__tel {
    display: none;
  }
}
.header__items {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 650px) {
  .header__items {
    gap: 14px;
  }
}
.header__btn {
  padding: 16px;
}
@media (max-width: 650px) {
  .header__btn {
    display: none;
  }
}
.header .burger-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0;
}
.header .burger-btn img {
  transition: 0.2s;
}
.header .burger-btn svg {
  position: absolute;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.header .burger-btn.active svg {
  opacity: unset;
  visibility: unset;
  transform: scale(1);
}
.header .burger-btn.active img {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.header__tel-mob {
  display: none;
}
@media (max-width: 650px) {
  .header__tel-mob {
    display: block;
  }
}
.header__line {
  display: none;
  width: 1px;
  height: 32px;
  background-color: #e6e6e6;
}
@media (max-width: 650px) {
  .header__line {
    display: block;
  }
}
.header .mobile-menu {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  transition: 0.2s;
  opacity: 0;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .mobile-menu.active {
  opacity: unset;
  transform: translateX(0);
}
.header .mobile-menu__links {
  padding-inline: 16px;
  margin-bottom: 22px;
}
.header .mobile-menu__links-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #202020;
  padding-block: 22px;
  border-bottom: 1px solid #e6e6e6;
}
.header .mobile-menu__bottom {
  background-color: #f2f2f2;
  padding: 16px;
}
.header .mobile-menu__bottom-contacts {
  margin-bottom: 16px;
}
.header .mobile-menu__bottom-contacts li {
  padding-block: 8px;
}
.header .mobile-menu__bottom-contacts a {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #202020;
}
.header .mobile-menu__bottom-social {
  display: flex;
  gap: 4px;
  margin-bottom: 0;
}
.header .mobile-menu__bottom-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background-color: #e6e6e6;
  color: #999;
}
.header .mobile-menu__bottom-social a:hover {
  background-color: rgb(204.5, 204.5, 204.5);
  opacity: 1;
}

.breadcrumbs {
  margin-top: clamp(0.5rem, -0.643rem + 2.38vw, 1.5rem);
  margin-bottom: clamp(1rem, -0.908rem + 8.14vw, 3rem);
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.breadcrumbs li {
  display: flex;
  gap: 8px;
  font-size: clamp(0.75rem, 0.607rem + 0.3vw, 0.875rem);
  font-weight: 500;
  line-height: 125%;
  color: #999;
}
.breadcrumbs li:last-child {
  color: #202020;
}

.breadcrumbs {
  margin-bottom: clamp(1rem, 0.429rem + 1.19vw, 1.5rem) !important;
}

.hero {
  margin-bottom: clamp(0rem, -8.571rem + 17.86vw, 7.5rem);
}
@media (max-width: 1199px) {
  .hero .container {
    padding-inline: 0;
  }
}

.hero-slider {
  margin-bottom: clamp(1rem, 0.296rem + 3vw, 3rem);
}
.hero-slider__btn {
  position: absolute;
  font-size: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
}
.hero-slider__btn--prev {
  left: clamp(1rem, -0.714rem + 3.57vw, 2.5rem);
  transform: translateY(-50%) rotate(-180deg);
}
.hero-slider__btn--next {
  right: clamp(1rem, -0.714rem + 3.57vw, 2.5rem);
}
.hero-slider .swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.hero-slider .hero-slider-pagination {
  width: auto;
  position: absolute;
  bottom: clamp(1rem, -0.714rem + 3.57vw, 2.5rem);
  right: clamp(1rem, -0.714rem + 3.57vw, 2.5rem);
  left: unset;
  display: inline-flex;
  gap: 4px;
  z-index: 1;
  padding: 8px;
  border-radius: 16px;
  background-color: #0d0d0d;
}
.hero-slider .hero-slider-pagination span {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  opacity: 1;
  background-color: #4d4d4d;
}
.hero-slider .hero-slider-pagination .swiper-pagination-bullet-active {
  background-color: #f2f2f2;
}
@media (max-width: 1199px) {
  .hero-slider .hero-slider-pagination {
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }
}

.hero-desc {
  display: flex;
  gap: 16px;
  margin-bottom: clamp(1rem, 0.296rem + 3vw, 3rem);
}
@media (max-width: 1199px) {
  .hero-desc {
    flex-direction: column;
  }
}
.hero-desc__left {
  flex: 1;
}
.hero-desc__right {
  flex: 1;
}
.hero-desc__title {
  margin-bottom: clamp(0.5rem, 0.148rem + 1.5vw, 1.5rem);
}
.hero-desc__text {
  font-weight: 500;
  font-size: clamp(0.875rem, 0.732rem + 0.3vw, 1rem);
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #202020;
  margin-bottom: 24px;
}
.hero-desc__text span {
  color: #666;
}
.hero-desc__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4px;
  margin-bottom: 32px;
}
.hero-desc__list li {
  padding: 6px 12px;
}
.hero-desc__btns {
  display: flex;
  gap: 8px;
  text-align: center;
}
@media (max-width: 767px) {
  .hero-desc__btns a {
    flex: 1;
    padding: 19px;
  }
}
@media (max-width: 369px) {
  .hero-desc__btns {
    flex-direction: column;
  }
}
.hero-desc__right-title {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #202020;
  margin-bottom: 16px;
}
.hero-desc__right-text {
  max-width: 545px;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.607rem + 0.3vw, 0.875rem);
  line-height: 125%;
  color: #6f645d;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .hero-desc {
    padding-inline: 15px;
  }
}

.hero-options {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
  margin-bottom: clamp(3rem, 0.429rem + 5.36vw, 5.25rem);
}
.hero-options li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(0.625rem, -5.089rem + 11.9vw, 5.625rem);
  border-right: 1px solid #e6e6e6;
  padding: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #202020;
}
.hero-options li span {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #666;
}
@media (max-width: 1199px) {
  .hero-options li {
    border-bottom: 1px solid #e6e6e6;
  }
}
@media (max-width: 1199px) {
  .hero-options li:nth-child(4n) {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .hero-options li:nth-child(2n) {
    border-right: 0;
  }
}
@media (max-width: 1199px) {
  .hero-options li:nth-last-child(-n+4) {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero-options li:nth-last-child(-n+4) {
    border-bottom: 1px solid #e6e6e6;
  }
}
@media (max-width: 767px) {
  .hero-options li:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}
.hero-options li:last-child {
  border: 0;
}
@media (max-width: 1199px) {
  .hero-options {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding-inline: 15px;
  }
}
@media (max-width: 767px) {
  .hero-options {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}

.hero-steps {
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 0.429rem + 5.36vw, 5.25rem);
}
.hero-steps li {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 1199px) {
  .hero-steps li {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .hero-steps li:nth-child(1) {
    padding-inline: 15px;
  }
}
@media (max-width: 585px) {
  .hero-steps li:nth-child(1) {
    overflow-x: auto;
    grid-template-columns: 1fr repeat(1, 270px);
  }
}
@media (max-width: 585px) {
  .hero-steps li:nth-child(1) .hero-steps__title {
    position: sticky;
    left: 0;
  }
}
.hero-steps li:nth-child(2) .hero-steps__package {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}
@media (max-width: 767px) {
  .hero-steps li:nth-child(2) .hero-steps__title {
    padding-inline: 15px;
  }
}
@media (max-width: 767px) {
  .hero-steps li:nth-child(2) {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
@media (max-width: 1199px) {
  .hero-steps li:nth-child(3) .hero-steps__title {
    padding-inline: 15px;
  }
}
@media (max-width: 1199px) {
  .hero-steps li:nth-child(3) .hero-steps__equipment:not(.hero-steps__equipment2) {
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .hero-steps li:nth-child(3) {
    padding-inline: 15px;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
@media (max-width: 585px) {
  .hero-steps li:nth-child(3) {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hero-steps__package2 {
  padding: 0 !important;
  justify-content: unset !important;
}
@media (max-width: 1199px) {
  .hero-steps__package:not(.hero-steps__package2) {
    border-left: 0;
  }
}
.hero-steps__package:not(.hero-steps__package2) {
  gap: 24px;
}
.hero-steps__title {
  font-weight: 500;
  font-size: clamp(1.5rem, 0.357rem + 2.38vw, 2.5rem);
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #202020;
}
.hero-steps__floor {
  position: relative;
  border: 1px solid #e6e6e6;
  padding: 25px;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #202020;
}
.hero-steps__floor span {
  position: absolute;
  top: 16px;
  left: 19px;
  right: 19px;
}
@media (max-width: 1199px) {
  .hero-steps__floor {
    grid-row: 2;
  }
}
@media (max-width: 585px) {
  .hero-steps__floor {
    width: 270px;
  }
}
.hero-steps__package {
  border-left: 1px solid #e6e6e6;
}
@media (max-width: 1199px) {
  .hero-steps__package {
    grid-row: 2;
  }
}
@media (max-width: 767px) {
  .hero-steps__package {
    grid-row: unset;
    border-bottom: 1px solid #e6e6e6;
    border-left: 0;
  }
}
.hero-steps__package-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-steps__package-items p {
  font-weight: 500;
  font-size: clamp(0.875rem, 0.732rem + 0.3vw, 1rem);
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #202020;
}
.hero-steps__package-items span {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.607rem + 0.3vw, 0.875rem);
  line-height: 125%;
  color: #666;
}
.hero-steps__package-row {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #202020;
}
.hero-steps__package-row h3 {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  line-height: 120%;
  letter-spacing: -0.02em;
}
.hero-steps__col {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.hero-steps__col:last-child {
  border-bottom: 0;
}
.hero-steps__equipment {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 24px;
  border-left: 1px solid #e6e6e6;
}
@media (max-width: 1199px) {
  .hero-steps__equipment {
    grid-row: 2;
  }
}
@media (max-width: 767px) {
  .hero-steps__equipment {
    grid-row: unset;
    gap: 12px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hero-steps__equipment2 {
    border-left: 0;
  }
}
.hero-steps__equipment2 .hero-steps__equipment-item:last-child {
  border-bottom: 0;
}
.hero-steps__equipment-item div {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #202020;
  margin-bottom: 16px;
}
.hero-steps__equipment-item p {
  font-weight: 500;
  font-size: clamp(0.875rem, 0.732rem + 0.3vw, 1rem);
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #202020;
}
@media (max-width: 767px) {
  .hero-steps__equipment-item {
    border-bottom: 1px solid #e6e6e6;
    padding: 24px 0;
  }
}

.project-details {
  position: fixed;
  left: 0;
  top: 79px;
  width: 100%;
  background-color: #fff;
  z-index: 11;
  padding-block: 10px;
  box-shadow: 0 4px 4px -4px rgba(12, 12, 13, 0.05), 0 16px 32px -4px rgba(12, 12, 13, 0.1);
  transition: 0.2s;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
}
.project-details--active {
  opacity: unset;
  visibility: unset;
  transform: translateY(0);
}
.project-details__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}
.project-details__items {
  display: flex;
  align-items: center;
  gap: 48px;
}
.project-details__items ul {
  display: flex;
  gap: 16px;
}
.project-details__items ul li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #202020;
  padding: 5px 16px;
  border-right: 1px solid #e6e6e6;
}
.project-details__items ul li span {
  font-size: 14px;
  letter-spacing: unset;
  color: #666;
}
.project-details__desc {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 4px 16px;
}
.project-details__desc picture {
  grid-row: span 2;
}
.project-details__desc h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #4d4d4d;
}
.project-details__desc p {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  grid-column: 2;
  color: #202020;
}
.project-details__desc p span {
  color: #666;
}

.about-houses {
  margin-bottom: clamp(4rem, 8.33vw, 7.5rem);
}
.about-houses__title {
  max-width: 805px;
  margin-bottom: clamp(1rem, 0.429rem + 1.19vw, 1.5rem);
}
.about-houses__text {
  max-width: 667px;
  margin-bottom: clamp(1.5rem, -1.357rem + 5.95vw, 4rem);
}
.about-houses__content {
  display: flex;
  align-items: flex-start;
  gap: clamp(1rem, -6.429rem + 15.48vw, 7.5rem);
}
.about-houses__content picture {
  flex: 1;
}
@media (max-width: 1199px) {
  .about-houses__content picture {
    flex: initial;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .about-houses__content picture {
    width: initial;
  }
}
.about-houses__content img {
  height: 100%;
}
@media (max-width: 1199px) {
  .about-houses__content {
    align-items: initial;
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .about-houses__content {
    flex-direction: column-reverse;
  }
}
.about-houses__desc {
  position: relative;
  max-width: 324px;
  background-color: #202020;
  padding: 24px;
  flex: 1;
  overflow: hidden;
}
.about-houses__desc h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #fff;
  margin-bottom: 190px;
}
.about-houses__desc p {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 16px;
}
.about-houses__desc::before {
  position: absolute;
  content: "";
  top: -23px;
  right: -52px;
  width: 228px;
  height: 228px;
  background: url("/images/common/ruler.svg") no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .about-houses__desc {
    max-width: unset;
    flex: initial;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .about-houses__desc {
    width: initial;
  }
}
.about-houses__btn-wrapper {
  max-width: 216px;
  color: #202020;
}
@media (max-width: 1199px) {
  .about-houses {
    padding-top: 64px;
  }
}

.choice-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-block: clamp(6.563rem, 5.634rem + 1.93vw, 7.375rem);
  padding-inline: 40px;
  background-color: #ffb300;
  overflow: hidden;
}
.choice-2 h2 {
  position: relative;
  font-weight: 500;
  font-size: clamp(1.5rem, -0.214rem + 3.57vw, 3rem);
  line-height: 105%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #202020;
  margin-bottom: 16px;
  z-index: 1;
}
.choice-2 p {
  position: relative;
  max-width: 680px;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  line-height: 125%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #333;
  margin-bottom: 32px;
  z-index: 1;
}
.choice-2 div {
  position: relative;
  display: flex;
  gap: 8px;
  z-index: 1;
}
.choice-2::before {
  position: absolute;
  content: "";
  width: 503px;
  height: 503px;
  background: url("/images/common/star.svg") no-repeat;
  background-size: cover;
  top: -34px;
  left: -272px;
}
.choice-2::after {
  position: absolute;
  content: "";
  width: 503px;
  height: 503px;
  background: url("/images/common/star.svg") no-repeat;
  background-size: cover;
  top: 110px;
  right: -242px;
}
@media (max-width: 767px) {
  .choice-2::after {
    display: none;
  }
}

.more-projects {
  padding-block: clamp(4rem, 8.33vw, 7.5rem);
}
@media (max-width: 1199px) {
  .more-projects .container {
    padding-inline: 0;
  }
}
.more-projects__title {
  margin-bottom: clamp(2rem, 0.857rem + 2.38vw, 3rem);
}
@media (max-width: 1199px) {
  .more-projects__title {
    padding-inline: 15px;
  }
}
.more-projects__list {
  display: flex;
  gap: 16px;
}
.more-projects__list li {
  position: relative;
  flex: 1;
}
@media (max-width: 1199px) {
  .more-projects__list li {
    flex: initial;
    width: 320px;
    flex-shrink: 0;
  }
}
@media (hover: hover) {
  .more-projects__list li:hover img {
    transform: scale(1.1);
  }
}
.more-projects__list a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.more-projects__list img {
  transition: 0.2s;
}
@media (max-width: 1199px) {
  .more-projects__list {
    overflow-x: auto;
    padding-inline: 15px;
  }
}
.more-projects__list-header {
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
}
.more-projects__options {
  display: flex;
  gap: clamp(0.5rem, -0.071rem + 1.19vw, 1rem);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 90px 16px 16px 16px;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.607rem + 0.3vw, 0.875rem);
  line-height: 125%;
  color: #e6e6e6;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.88) 127.02%);
  backdrop-filter: blur(1px);
}
.more-projects__options li {
  width: auto;
}
.more-projects__options li:last-child {
  margin-left: auto;
}
.more-projects__name {
  font-weight: 500;
  font-size: clamp(0.875rem, 0.732rem + 0.3vw, 1rem);
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #202020;
}
@media (max-width: 1199px) {
  .more-projects {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .suggested-options .container {
    padding-inline: 0;
  }
}
.suggested-options__row {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(2rem, 0.857rem + 2.38vw, 3rem);
}
.suggested-options__row h2 {
  max-width: 630px;
}
.suggested-options__row a {
  grid-column: 2;
}
@media (max-width: 1199px) {
  .suggested-options__row a {
    grid-column: unset;
  }
}
@media (max-width: 767px) {
  .suggested-options__row a {
    display: none;
  }
}
.suggested-options__row p {
  grid-column: 1;
}
@media (max-width: 1199px) {
  .suggested-options__row {
    grid-template-columns: repeat(1, 1fr);
    justify-items: start;
  }
}
@media (max-width: 767px) {
  .suggested-options__row {
    padding-inline: 15px;
  }
}
.suggested-options__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.suggested-options__list li {
  position: relative;
}
.suggested-options__list li img {
  width: 100%;
}
.suggested-options__list li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.88) 127.02%);
  backdrop-filter: blur(3px);
  transition: 0.2s;
  opacity: 0;
}
.suggested-options__list li.active::before {
  opacity: unset;
}
@media (max-width: 1199px) {
  .suggested-options__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .suggested-options__list {
    grid-template-columns: repeat(1, 1fr);
    padding-inline: 15px;
  }
}
.suggested-options__list-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  right: 16px;
  top: 16px;
  padding: 0;
  color: #999 !important;
  transition: 0.2s;
  z-index: 1;
}
.suggested-options__list-btn--active {
  transform: rotate(45deg);
  background-color: #202020 !important;
  color: #fff !important;
}
.suggested-options__desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  padding: 16px;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.88) 127.02%);
  backdrop-filter: blur(1px);
}
.suggested-options__desc h3 {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.767rem + 1.53vw, 1.5rem);
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 8px;
}
.suggested-options__desc p {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.631rem + 0.51vw, 0.875rem);
  line-height: 125%;
  color: #fff;
  transition: 0.2s;
  overflow: hidden;
  height: 0;
}
.suggested-options__desc--disabled {
  background: transparent;
  backdrop-filter: blur(0);
}
.suggested-options__btn-wrapper {
  display: none;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .suggested-options__btn-wrapper {
    display: flex;
  }
}
@media (max-width: 1199px) {
  .suggested-options {
    padding-block: 64px;
  }
}
@media (max-width: 767px) {
  .suggested-options {
    padding-bottom: 0;
  }
}

.high-rules {
  padding-block: clamp(4rem, 8.33vw, 7.5rem);
}
@media (max-width: 767px) {
  .high-rules .container {
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .high-rules img {
    min-height: 652px;
    object-fit: cover;
  }
}
.high-rules__title {
  margin-bottom: clamp(1.5rem, -0.214rem + 3.57vw, 3rem);
}
@media (max-width: 767px) {
  .high-rules__title {
    padding-inline: 15px;
  }
}
.high-rules__content {
  position: relative;
}
.high-rules ol {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.88) 100%);
  backdrop-filter: blur(1px);
}
.high-rules ol li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  padding: 24px;
  flex: 1;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.607rem + 0.3vw, 0.875rem);
  line-height: 125%;
  color: #fff;
  border-right: 1px solid #fff;
  transition: 0.2s;
}
.high-rules ol li span {
  color: #f2f2f2;
}
@media (max-width: 1199px) {
  .high-rules ol li {
    flex: initial;
    flex-shrink: 0;
    width: 220px;
  }
}
.high-rules ol li:last-child {
  border: none;
}
.high-rules ol li:hover {
  background-color: #202020;
}
@media (max-width: 1199px) {
  .high-rules ol {
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .high-rules {
    padding-bottom: 0;
  }
}

.contacts {
  padding-block: clamp(4rem, 8.33vw, 7.5rem);
  background-color: #0d0d0d;
}
.contacts__title {
  max-width: 690px;
  color: #fff;
  margin-bottom: clamp(3rem, 0.143rem + 5.95vw, 5.5rem);
}
.contacts form {
  display: flex;
  gap: clamp(2rem, 0.857rem + 2.38vw, 3rem);
}
.contacts form ul {
  display: flex;
  flex: 1;
  gap: clamp(2rem, 0.857rem + 2.38vw, 3rem);
}
.contacts form ul li {
  flex: 1;
}
.contacts form ul li:has(input:focus:invalid) .error-message {
  display: block;
}
@media (max-width: 1199px) {
  .contacts form ul {
    flex-direction: column;
  }
}
.contacts form input {
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 16px;
}
@media (max-width: 1199px) {
  .contacts form button {
    align-self: flex-start;
  }
}
@media (max-width: 1199px) {
  .contacts form {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .contacts {
    padding-bottom: 32px;
  }
}

.footer {
  background-color: #0d0d0d;
  border-top: 2px solid #333;
  padding-bottom: 40px;
  padding-top: clamp(4rem, 1.429rem + 5.36vw, 6.25rem);
}
.footer__content {
  display: flex;
  gap: 18px;
}
.footer__left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: 429px;
  flex: 1;
}
.footer__logo {
  display: block;
  margin-bottom: 8px;
}
.footer__left-text {
  max-width: 270px;
  display: block;
  font-size: 20px;
  line-height: 80%;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  color: #fff;
  margin-bottom: clamp(1.5rem, -0.107rem + 6.85vw, 6.063rem);
}
.footer__adresses {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
.footer__adresses li {
  max-width: 366px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: clamp(0.75rem, 0.631rem + 0.51vw, 0.875rem);
  font-weight: 500;
  line-height: 125%;
  color: #fff;
}
.footer__adresses span {
  font-size: clamp(0.75rem, 0.631rem + 0.51vw, 0.875rem);
  font-weight: 500;
  line-height: 125%;
  color: #999;
}
.footer__social {
  display: inline-flex;
  gap: 4px;
  margin-bottom: 24px;
}
.footer__social a {
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-self: center;
  background-color: #1a1a1a;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .footer__social {
    margin-bottom: 0;
  }
}
.footer__left-item {
  display: flex;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #999;
}
@media (max-width: 1199px) {
  .footer__left-item {
    display: none;
  }
}
.footer__left-item-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .footer__left-item-mobile {
    display: flex;
    margin-top: clamp(1.5rem, 1.023rem + 2.04vw, 2rem);
  }
}
.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
@media (max-width: 767px) {
  .footer__right {
    display: none;
  }
}
.footer__nav {
  display: flex;
  gap: 18px;
}
@media (max-width: 1199px) {
  .footer__nav {
    flex-direction: column-reverse;
  }
}
.footer__nav-links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 24px 18px;
  flex: 1;
}
.footer__nav-links li:nth-child(1) {
  grid-row: span 2;
}
@media (max-width: 1199px) {
  .footer__nav-links li:nth-child(1) {
    display: none;
  }
}
.footer__nav-links li:nth-child(3) {
  grid-row: span 2;
}
.footer__nav-links h2 {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.767rem + 1.53vw, 1.5rem);
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #999;
  margin-bottom: 16px;
}
.footer__nav-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
  line-height: 125%;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  color: #fff;
  transition: 0.2s;
}
.footer__nav-links a svg {
  transition: 0.2s;
  opacity: 0;
}
.footer__nav-links a:last-child {
  margin-bottom: 0;
}
.footer__nav-links a:hover {
  color: #999;
}
.footer__nav-links a:hover svg {
  opacity: unset;
}
@media (max-width: 1199px) {
  .footer__nav-links {
    grid-template-columns: repeat(1, auto);
  }
}
.footer__nav-links-mobile {
  display: none;
  margin-bottom: 28px;
}
@media (max-width: 1199px) {
  .footer__nav-links-mobile {
    display: grid;
    grid-template-columns: repeat(1, auto);
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .footer__nav-links-mobile li:nth-child(1) {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .footer__nav-links-mobile li:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .footer__nav-links-mobile li:nth-child(2) {
    display: block;
  }
}
@media (max-width: 1199px) {
  .footer__nav-links-mobile li:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .footer__nav-links-mobile li:nth-child(3) {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer__nav-links-mobile {
    margin-bottom: 18px;
  }
}
.footer__contact-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__contact-links a {
  font-size: clamp(1.125rem, 0.767rem + 1.53vw, 1.5rem);
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
}
.footer__contact-links-mobile {
  display: none;
}
@media (max-width: 767px) {
  .footer__contact-links-mobile {
    display: flex;
    margin-bottom: 18px;
  }
}
.footer__bottom {
  display: flex;
  gap: clamp(0.75rem, -0.042rem + 3.38vw, 3rem);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #4d4d4d;
  border-top: 2px solid #1a1a1a;
  padding-top: 28px;
  margin-top: 28px;
}
@media (max-width: 1199px) {
  .footer__bottom {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
  }
}
.footer__bottom-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .footer__bottom-mobile {
    display: flex;
  }
}
@media (max-width: 767px) {
  .footer__bottom-mobile {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 24px;
  }
}

/*# sourceMappingURL=house-card.css.map */
