@charset "UTF-8";
/* Connect base fonts */
@font-face {
  font-family: "Rubik";
  src: url("../fonts/rubik/Rubik-Regular.woff2") format("woff2"), url("../fonts/rubik/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/rubik/Rubik-SemiBold.woff2") format("woff2"), url("../fonts/rubik/Rubik-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Connect icon fonts */
@font-face {
  font-family: "user-icon-font";
  src: url("../fonts/user-icon-font/user-icon-font.woff2") format("woff2"), url("../fonts/user-icon-font/user-icon-font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* Set reset <https://piccalil.li/blog/a-modern-css-reset> */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
svg,
picture {
  max-width: 100%;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html,
body {
  height: 100%;
}

body {
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  line-height: 1.25;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1 1 auto;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Icon font classes */
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "user-icon-font" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i::before {
  display: flex;
}

.icon--caret-down:before {
  content: "\e900";
}

.icon--caret-left:before {
  content: "\e901";
}

.icon--caret-right:before {
  content: "\e902";
}

.icon--caret-up:before {
  content: "\e903";
}

.icon--close:before {
  content: "\e904";
}

.icon--email:before {
  content: "\e905";
}

.icon--filter-fill:before {
  content: "\e906";
}

.icon--filter-outline:before {
  content: "\e907";
}

.icon--hamburger:before {
  content: "\e908";
}

.icon--heart-fill:before {
  content: "\e909";
}

.icon--heart-outline:before {
  content: "\e90a";
}

.icon--map-pin-fill:before {
  content: "\e90b";
}

.icon--map-pin-outline:before {
  content: "\e90c";
}

.icon--phone-fill:before {
  content: "\e90d";
}

.icon--phone-outline:before {
  content: "\e90e";
}

.icon--search:before {
  content: "\e90f";
}

.icon--telegram:before {
  content: "\e910";
}

.icon--vk:before {
  content: "\e911";
}

.title {
  font-size: 26px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .title {
    font-size: 42px;
  }
}

/* Link: base */
.link {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.214;
  color: #333333;
  text-decoration: none;
  border-bottom: 1px dashed #333333;
}
.link:hover {
  border-bottom: 1px solid #333333;
}
.link--clr-primary {
  color: #008f53;
  border-bottom: 1px dashed #008f53;
}
.link--clr-primary:hover {
  border-bottom: 1px solid #008f53;
}
.link--clr-white {
  color: #ffffff;
  border-bottom: 1px dashed #ffffff;
}
.link--clr-white:hover {
  border-bottom: 1px solid #ffffff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  text-decoration: none;
  cursor: pointer;
}

.button-primary,
.button-secondary,
.button-tertiary {
  padding: 6px 14px 6px 14px;
  border-radius: 4px;
  min-height: 38px;
}
.button-primary > * + *,
.button-secondary > * + *,
.button-tertiary > * + * {
  margin: 0 0 0 10px;
}
.button-primary > i,
.button-secondary > i,
.button-tertiary > i {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .button-primary > i,
  .button-secondary > i,
  .button-tertiary > i {
    font-size: 24px;
  }
}
.button-primary > span,
.button-secondary > span,
.button-tertiary > span {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .button-primary,
  .button-secondary,
  .button-tertiary {
    padding: 10px 18px 10px 18px;
    min-height: 46px;
  }
}

.button-primary {
  background-color: #d43a3a;
  background-image: linear-gradient(94.2deg, #f05c5c 0%, #b51717 50%, #f05c5c 100%);
  background-position: left center;
  background-size: 200% 100%;
  transition: all 0.25s ease 0s;
  color: #ffffff;
}
.button-primary:hover {
  background-position: right center;
}
.button-primary > span {
  color: #ffffff;
}

.button-secondary {
  border: 1px solid rgba(212, 58, 58, 0.6);
  background: none;
  color: #d43a3a;
  transition: all 0.25s ease 0s;
}
.button-secondary:hover {
  background: #d43a3a;
  color: #ffffff;
}
.button-secondary--white {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
}
.button-secondary--white:hover {
  background: #ffffff;
  color: #008f53;
}

.button-tertiary {
  border: 1px solid rgba(0, 143, 83, 0.6);
  color: #008f53;
}
.button-tertiary:hover {
  background: #008f53;
  color: #ffffff;
}
.button-tertiary.--active {
  background: #008f53;
  color: #ffffff;
}

.button-round {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 20px;
}
@media only screen and (min-width: 1024px) {
  .button-round {
    width: 70px;
    height: 70px;
  }
}
.button-round--white {
  background: #ffffff;
  color: #008f53;
}
.button-round--outline {
  position: relative;
  border: 1px solid #323232;
  transition: all 0.25s ease 0s;
  color: #323232;
}
.button-round--outline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  opacity: 0;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  background-color: #d43a3a;
  background-image: linear-gradient(94.2deg, #f05c5c 0%, #b51717 100%);
  transition: all 0.25s ease 0s;
}
.button-round--outline > i {
  position: relative;
}
.button-round--outline:hover {
  color: #ffffff;
  border: 1px solid transparent;
}
.button-round--outline:hover::before {
  opacity: 1;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
}
.breadcrumbs > * + * {
  margin: 0 0 0 10px;
}
.breadcrumbs__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 14px;
  color: #6c6c6c;
  text-decoration: none;
}
.breadcrumbs__link::after {
  content: "\e902";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-family: "user-icon-font" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin: 0 0 0 10px;
}
.breadcrumbs__link--current {
  color: #333333;
  pointer-events: none;
}
.breadcrumbs__link--current::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs__link {
    font-size: 16px;
    line-height: 1.1875;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .pagination {
    padding: 0 0 60px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .pagination {
    padding: 0 0 80px 0;
  }
}
.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 0 10px 0 10px;
}
@media only screen and (min-width: 768px) {
  .pagination__list {
    margin: 0 50px 0 50px;
  }
}
.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 10px 0 10px;
  padding: 2px 0 0 0;
  border-radius: 50%;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  background: transparent;
  border: 1px solid #008f53;
  cursor: pointer;
}
.pagination__item_current {
  background-color: #008f53;
  background-image: linear-gradient(94.37deg, rgba(0, 219, 128, 0.6) 52.35%, rgba(0, 0, 0, 0) 100%);
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .pagination__item:nth-child(1n+4) {
    display: none;
  }
}

/* logo */
.site-logo {
  display: flex;
  align-items: center;
}
.site-logo__link {
  flex: 0 0 auto;
  text-decoration: none;
}
.site-logo__link > img {
  width: 69px;
  height: 43px;
}
@media only screen and (min-width: 1024px) {
  .site-logo__link > img {
    width: 89px;
    height: 56px;
  }
}
.site-logo__text {
  font-size: 14px;
  display: none;
}
.site-logo__text--white {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .site-logo__text {
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    border-left: 1px solid #d9d9d9;
    max-width: 150px;
  }
}

/* menu: primary */
.menu-primary {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  transform: translateX(100%);
  padding: 60px 40px 20px 15px;
  background-color: #008f53;
  background-image: url("../images/decor/house-transparent.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  transition: 0.5s ease 0s;
  z-index: 100;
}
.menu-primary--show {
  transform: translateX(0%);
}
@media only screen and (min-width: 768px) {
  .menu-primary {
    max-width: 480px;
  }
}
@media only screen and (min-width: 1024px) {
  .menu-primary {
    position: static;
    flex-direction: row;
    width: auto;
    height: auto;
    max-width: none;
    padding: 18px 0px 18px 0px;
    background: none;
    transform: translateX(0%);
  }
}
.menu-primary__button-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: #ffffff;
  font-size: 24px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .menu-primary__button-close {
    display: none;
  }
}
.menu-primary__list {
  list-style-type: none;
}
.menu-primary__list > * + * {
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 1024px) {
  .menu-primary__list {
    display: flex;
    align-items: center;
  }
  .menu-primary__list > * + * {
    margin: 0 0 0 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-primary__list {
    display: flex;
    align-items: center;
  }
  .menu-primary__list > * + * {
    margin: 0 0 0 25px;
  }
}
.menu-primary__link {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.25;
}
@media only screen and (min-width: 1024px) {
  .menu-primary__link {
    font-size: 14px;
    line-height: 1.25;
  }
  .menu-primary__link:hover {
    color: #d9d9d9;
  }
}
.menu-primary__social-container {
  display: flex;
  align-items: center;
  margin: 40px 0 0 0;
}
.menu-primary__social-container > * + * {
  margin: 0 0 0 8px;
}
@media only screen and (min-width: 1024px) {
  .menu-primary__social-container {
    display: none;
  }
}
.menu-primary__link-icon {
  font-size: 24px;
  text-decoration: none;
  color: #ffffff;
}
.menu-primary__button-send-container {
  margin: 40px 0 0 0;
}
@media only screen and (min-width: 1024px) {
  .menu-primary__button-send-container {
    display: none;
  }
}
.menu-primary__app-container {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .menu-primary__app-container {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
  }
  .menu-primary__app-container > * + * {
    margin: 0 0 0 24px;
  }
}
.menu-primary__app-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-primary__app-link {
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
  color: #ffffff;
}
.menu-primary__app-link:hover {
  color: #d9d9d9;
}
.menu-primary__app-icon {
  margin: 0 0 0 12px;
  font-size: 24px;
  color: #ffffff;
}
.menu-primary__app-icon--accent {
  color: #d43a3a;
}
.menu-primary__app-count {
  margin: 0 0 0 6px;
  font-size: 14px;
  line-height: 1.25;
  color: #ffffff;
}

/* menu: secondary */
.menu-secondary {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.menu-secondary > * + * {
  margin: 0 0 0 30px;
}
.menu-secondary__list {
  flex: 0 0 calc(50% - 15px);
  list-style-type: none;
}
.menu-secondary__list > * + * {
  margin: 12px 0 0 0;
}
.menu-secondary__link {
  font-size: 14px;
  line-height: 1.25;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 0.25 ease-out 0s;
}
.menu-secondary__link:hover {
  opacity: 1;
}

.slider__navigations {
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .slider[data-slider=mobile] > .slider__navigations {
    display: none;
  }
}
.slider__button-prev {
  flex-shrink: 0;
  margin-right: 12px;
}
@media only screen and (min-width: 768px) {
  .slider__button-prev {
    margin-right: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .slider__button-prev {
    margin-right: 24px;
  }
}
.slider__button-next {
  flex-shrink: 0;
  margin-right: 16px;
}
@media only screen and (min-width: 768px) {
  .slider__button-next {
    margin-right: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .slider__button-next {
    margin-right: 32px;
  }
}
.slider__button-next[style="display: none;"] + .slider__progress {
  opacity: 0;
}
.slider__progress {
  flex-shrink: 1;
  display: flex;
  width: 100%;
  height: 6px;
  overflow: hidden;
  border-radius: 4px;
  background: #d9d9d9;
}
.slider__progress > span {
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: #008f53;
  transition: width 0.25s ease-out 0s;
}
.slider__progress--white > span {
  background: #ffffff;
}

.card-product {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 4px;
}
.card-product__title {
  font-size: 20px;
  font-weight: 600;
  color: #008f53;
}
.card-product__thumbnail {
  margin: 8px 0 0 0;
  position: relative;
  width: 100%;
  padding: 0 0 56.2162% 0;
  border-radius: 4px;
  overflow: hidden;
}
.card-product__thumbnail-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-product__content {
  margin: 18px 0 0 0;
}
.card-product__content > * + * {
  margin: 8px 0 0 0;
}
.card-product__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.card-product__price, .card-product__status {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
  color: #008f53;
}
@media only screen and (min-width: 768px) {
  .card-product__price, .card-product__status {
    font-size: 16px;
  }
}
.card-product__name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}
.card-product__buttons {
  display: flex;
  align-items: center;
  margin: 18px 0 0 0;
}
.card-product__buttons > * + * {
  margin: 0 0 0 24px;
}
@media only screen and (max-width: 767px) {
  .card-product__buttons > .button:nth-child(2) {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .card-product__buttons > .button:nth-child(2) > i + span {
    display: none;
  }
}

.card-stages {
  display: flex;
  padding: 24px 24px 24px 24px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  height: 100%;
}
.card-stages > * + * {
  margin: 0 0 0 14px;
}
.card-stages__num {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1875;
  letter-spacing: 0.05em;
  color: #ffffff;
  opacity: 0.5;
}
.card-stages__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.15;
  color: #ffffff;
}
.card-stages__descr {
  margin: 12px 0 0 0;
  color: #ffffff;
}

.card-about {
  padding: 16px 16px 16px 16px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #008f53;
  background-image: linear-gradient(94.37deg, rgba(0, 219, 128, 0.6) 52.35%, rgba(0, 0, 0, 0) 100%);
}
.card-about > * + * {
  margin: 16px 0 0 0;
  display: inline-block;
}
.card-about__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1875;
  color: #ffffff;
}
.card-about__descr {
  color: #ffffff;
}

.card-review {
  padding: 16px 16px 16px 16px;
  border: 1px solid #008f53;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .card-review {
    padding: 24px 24px 24px 24px;
  }
}
.card-review__head {
  display: flex;
  align-items: center;
}
.card-review__photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-review__name {
  margin: 0 0 0 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #008f53;
}
@media only screen and (min-width: 768px) {
  .card-review__name {
    margin: 0 0 0 16px;
  }
}
.card-review__text {
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .card-review__text {
    margin: -4px 0 0 56px;
  }
}

.card-error {
  display: flex;
  flex-direction: column;
}
.card-error__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
  color: #d43a3a;
}
.card-error__text {
  margin: 14px 0 0 0;
}

.document {
  height: 100%;
}
.document > * + * {
  margin: 18px 0 0 0;
}
.document > img {
  height: 90px;
}
@media only screen and (min-width: 768px) {
  .document > img {
    height: 130px;
  }
}
.document > p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .document > p {
    font-size: 18px;
  }
}

.filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 32px 0 0 0;
  background: #ffffff;
  overflow: hidden;
  overflow-y: auto;
  transform: translate(-100%);
  transition: all 0.5s ease 0s;
  z-index: 100;
}
.filter--show {
  transform: translate(0%);
}
@media only screen and (min-width: 1024px) {
  .filter {
    position: relative;
    height: auto;
    max-height: 0px;
    width: auto;
    border-radius: 4px;
    transform: translate(0%);
    overflow: hidden;
    opacity: 0;
    z-index: 1;
  }
  .filter--show {
    opacity: 1;
    overflow: visible;
    max-height: 600px;
  }
}
.filter__button-close {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  margin: 0 0 16px 0;
}
.filter__button-close > * + * {
  margin: 0 0 0 8px;
}
@media only screen and (min-width: 1024px) {
  .filter__button-close {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .filter__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .filter__row {
    padding: 0 0 0 0;
    flex-wrap: nowrap;
  }
  .filter__row > * + * {
    border-left: 1px solid #d9d9d9;
  }
}
@media only screen and (min-width: 768px) {
  .filter__row > .filter__item {
    flex: 0 0 calc(50% - 16px);
  }
}
@media only screen and (min-width: 1024px) {
  .filter__row > .filter__item {
    padding: 0 18px 0 18px;
  }
  .filter__row > .filter__item > .filter__button {
    border-bottom: none;
  }
  .filter__row > .filter__item:nth-child(1), .filter__row > .filter__item:nth-child(2), .filter__row > .filter__item:nth-child(3) {
    flex: 0 0 20%;
  }
  .filter__row > .filter__item:nth-child(4) {
    flex: 0 0 30%;
  }
}
@media only screen and (min-width: 1024px) {
  .filter__row > button.filter__search {
    margin: 0;
    align-self: stretch;
    border-radius: 0 4px 4px 0;
  }
}
.filter__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px 32px;
}
@media only screen and (min-width: 768px) {
  .filter__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .filter__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.filter__item {
  position: relative;
}
.filter__button {
  position: relative;
  width: 100%;
  height: 52px;
  border: none;
  background: none;
  text-align: left;
  border-bottom: 1px solid rgba(50, 50, 50, 0.5);
  cursor: pointer;
}
.filter__button::before {
  content: "\e900";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  transform: translate(-10%, -50%);
  transition: all 0.25s ease 0s;
  font-family: "user-icon-font" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
}
.filter__button--active::before {
  transform: translate(-10%, -50%) rotate(-180deg);
}
.filter__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0px;
  width: 100%;
  background: #ffffff;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: 0.25s ease 0s;
  padding: 0 18px 0 18px;
  z-index: 1;
}
.filter__dropdown--active {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.filter__input-num {
  position: relative;
}
.filter__input-num::before {
  content: "₽";
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1;
  font-size: 16px;
  line-height: 1.25;
  transform: translateY(-50%);
  opacity: 0.5;
}
.filter__input-num > input[type=number] {
  width: 100%;
  height: 56px;
  outline: none;
  border: none;
  padding: 0 18px 0 0;
}
.filter__input-num > input[type=number]::-webkit-inner-spin-button, .filter__input-num > input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.filter__checkbox {
  position: relative;
  padding: 0 0 18px 0;
}
.filter__checkbox:nth-child(1) {
  padding-top: 18px;
}
.filter__checkbox > input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.filter__checkbox > input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.filter__checkbox > label {
  position: relative;
  font-size: 16px;
  line-height: 1.25;
  padding: 0 0 0 26px;
  cursor: pointer;
}
.filter__checkbox > label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #008f53;
  transform: translateY(-50%);
  cursor: pointer;
}
.filter__checkbox > label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #008f53;
  transform: translateY(-50%);
  transition: all 0.25s ease 0s;
  opacity: 0;
}
.filter__search {
  margin: 24px 0 0 auto;
  display: flex;
  align-items: center;
  border: none;
  background: #000000;
  padding: 10px 20px 10px 20px;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
}
.filter__search > span {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.filter__search > i {
  margin: 0 0 0 12px;
  font-size: 24px;
  color: #ffffff;
}

.gallery {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .gallery {
    flex-direction: row-reverse;
  }
}
.gallery__photo-viewer {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 4px;
  overflow: hidden;
  background: #d9d9d9;
}
.gallery__photo-viewer > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
  transition: all 0.25s ease 0s;
}
@media only screen and (min-width: 768px) {
  .gallery__photo-viewer {
    height: 500px;
  }
}
.gallery__thumbnails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .gallery__thumbnails {
    margin: 0 30px 0 0;
    flex-direction: column;
  }
}
.gallery__button-prev, .gallery__button-next {
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .gallery__button-prev, .gallery__button-next {
    transform: rotate(90deg);
    width: 70px;
    height: 70px;
  }
}
.gallery__button-prev:disabled, .gallery__button-next:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.gallery__wrapper {
  min-width: 0;
  margin: 0 20px 0 20px;
}
@media only screen and (min-width: 768px) {
  .gallery__wrapper {
    margin: 0 0 0 0;
    max-height: 270px;
  }
}
.gallery__container a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery__container img {
  margin: 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 768px) {
  .gallery__container img {
    width: 70px;
    height: 70px;
  }
}

.banner-hero {
  padding: 50px 0 60px 0;
  background-color: #008f53;
  background-image: url("../images/background/home-hero.jpg"), linear-gradient(94.37deg, rgba(0, 219, 128, 0.6) 52.35%, rgba(0, 0, 0, 0) 100%);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .banner-hero {
    padding: 60px 0 130px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-hero {
    padding: 60px 0 0 0;
  }
}
.banner-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner-hero__button {
  margin: 24px 35px 0;
  transform: scale(1.375);
}
/* @media only screen and (min-width: 768px) {
  .banner-hero__button {
    margin: 0 0 0 25%;
  }
} */
.banner-hero__title {
  margin: 30px 0 0 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  color: #ffffff;
  max-width: 770px;
}
@media only screen and (min-width: 768px) {
  .banner-hero__title {
    font-size: 50px;
  }
}
.banner-hero__text {
  margin: 24px 0 0 0;
  line-height: 1.25;
  color: #ffffff;
  max-width: 770px;
}
@media only screen and (min-width: 768px) {
  .banner-hero__text {
    font-size: 16px;
  }
}
.banner-hero__subtitle {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .banner-hero__subtitle {
    display: block;
    margin: 64px 0 0 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    color: #ffffff;
  }
}
.banner-hero__filter {
  align-self: stretch;
}
@media only screen and (min-width: 1024px) {
  .banner-hero__filter {
    margin: 0 0 -26px 0;
  }
}
.banner-hero__filter > .filter {
  padding: 32px 15px 0 15px;
}
@media only screen and (min-width: 1024px) {
  .banner-hero__filter > .filter {
    margin: 24px 0 0 0;
    padding: 0 0 0 0;
    opacity: 1 !important;
    max-height: none !important;
    overflow: visible !important;
  }
}
.banner-hero__filter-open {
  position: fixed;
  left: 15px;
  bottom: 15px;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
@media only screen and (min-width: 1024px) {
  .banner-hero__filter-open {
    display: none;
  }
}

.banner-map {
  padding: 15px 0 30px 0;
  background-color: #008f53;
  background-image: linear-gradient(94.37deg, rgba(0, 219, 128, 0.6) 52.35%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (min-width: 768px) {
  .banner-map {
    padding: 15px 0 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .banner-map__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.banner-map__col {
  flex: 0 0 calc(50% - 0px);
}
.banner-map__image {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .banner-map__image {
    margin: 0 0 0 -120px;
  }
}
.banner-map__title {
  color: #ffffff;
}
.banner-map__description {
  margin: 24px 0 0 0;
  color: #ffffff;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .banner-map__description {
    font-size: 16px;
  }
}
.banner-map__button {
  margin: 24px 0 0 0;
}

.carousel {
  padding: 30px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .carousel {
    padding: 40px 0 40px 0;
  }
}
.carousel__controls {
  display: flex;
  overflow-x: auto;
  margin: 16px 0 0 0;
  padding: 0 0 16px 0;
}
.carousel__controls > * + * {
  margin: 0 0 0 24px;
}
.carousel__controls > a {
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .carousel__controls {
    margin: 24px 0 0 0;
    padding: 0 0 16px 0;
  }
}
@media only screen and (min-width: 768px) {
  .carousel__row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 16px 0 0 0;
  }
}
.carousel__description {
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .carousel__description {
    max-width: 600px;
    margin: 0 0 0 0;
    font-size: 16px;
  }
}
.carousel__more {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
}
.carousel__more > * + * {
  margin: 0 0 0 10px;
}
.carousel__more > i {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .carousel__more {
    flex: 0 0 auto;
    margin: 0 0 0 16px;
  }
}
.carousel__slider {
  margin: 18px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .carousel__slider {
    margin: 24px 0 0 0;
  }
}

.stages {
  position: relative;
  padding: 30px 0 30px 0;
  background-color: #008f53;
  background-image: linear-gradient(94.37deg, rgba(0, 219, 128, 0.6) 52.35%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .stages {
    padding: 60px 0 60px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .stages {
    padding: 80px 0 80px 0;
  }
}
.stages::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  padding: 0 0 32% 0;
  background-image: url("../images/decor/house-transparent.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}
.stages__title {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .stages__row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 16px 0 0 0;
  }
}
.stages__description {
  margin: 16px 0 0 0;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .stages__description {
    max-width: 600px;
    margin: 0 0 0 0;
    font-size: 16px;
  }
}
.stages__slider {
  margin: 24px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .stages__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .stages__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.about {
  padding: 30px 0 30px 0;
  background-color: #008f53;
  background-image: url("../images/background/home-about.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .about {
    padding: 60px 0 60px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .about {
    padding: 80px 0 80px 0;
  }
}
.about__title {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .about__row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 16px 0 0 0;
  }
}
.about__description {
  margin: 16px 0 0 0;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .about__description {
    max-width: 600px;
    margin: 0 0 0 0;
    font-size: 16px;
  }
}
.about__more {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
}
.about__more > * + * {
  margin: 0 0 0 10px;
}
.about__more > i {
  font-size: 24px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .about__more {
    flex: 0 0 auto;
    margin: 0 0 0 16px;
  }
}
@media only screen and (min-width: 768px) {
  .about__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 50px 0 0 0;
  }
}
.about__cards {
  margin: 24px 0 0 0;
}
.about__cards > * + * {
  margin: 18px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .about__cards {
    margin: 0 0 0 0;
    flex: 0 0 calc(50% - 15px);
  }
  .about__cards > * + * {
    margin: 60px 0 0 0;
  }
  .about__cards > * {
    max-width: 570px;
  }
}
@media only screen and (min-width: 1024px) {
  .about__cards {
    flex: 0 0 calc(66.66% - 15px);
  }
  .about__cards > * {
    min-height: 270px;
  }
  .about__cards > *:nth-child(2n+2) {
    margin: 60px 0 0 auto;
  }
}
.about__pluses {
  display: none;
}
@media only screen and (min-width: 768px) {
  .about__pluses {
    position: relative;
    flex: 0 0 auto;
    padding: 0 0 16px 0;
    display: block;
    list-style-type: none;
  }
  .about__pluses > * + * {
    margin: 50px 0 0 0;
  }
  .about__pluses::before {
    content: "";
    position: absolute;
    top: 0;
    right: 16px;
    width: 1px;
    height: 100%;
    background: #ffffff;
    opacity: 0.5;
  }
}
.about__pluses-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.about__pluses-label {
  margin: 28px 16px 0 0;
  max-width: 175px;
  text-align: right;
  color: #ffffff;
}
.about__pluses-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 3px 0 0 0;
  border-radius: 50%;
  background: #ffffff;
  color: #6c6c6c;
}

.article {
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .article {
    padding: 32px 0 0 0;
  }
}
.article__img-wrapper {
  position: relative;
  width: 100%;
  margin: 18px 0 0 0;
  padding: 0 0 45% 0;
  border-radius: 4px;
  overflow: hidden;
}
.article__img-wrapper > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.article__body {
  margin: 0 auto 0 auto;
  max-width: 870px;
}
.article__body h1,
.article__body h2,
.article__body h3,
.article__body h4,
.article__body h5,
.article__body h6 {
  margin: 18px 0 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1875;
  color: #008f53;
}
@media only screen and (min-width: 768px) {
  .article__body h1,
  .article__body h2,
  .article__body h3,
  .article__body h4,
  .article__body h5,
  .article__body h6 {
    margin: 24px 0 0 0;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .article__body h1,
  .article__body h2,
  .article__body h3,
  .article__body h4,
  .article__body h5,
  .article__body h6 {
    margin: 32px 0 0 0;
    margin: 32px 0 0 0;
  }
}
.article__body p {
  margin: 18px 0 0 0;
}
.article__body .button {
  margin: 18px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .article__body .button {
    margin: 24px 0 0 0;
  }
}

.house-info {
  margin: 32px 0 0 0;
}
.house-info__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  color: #008f53;
}
.house-info__descr {
  margin: 16px 0 0 0;
}
.house-info__link {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
  color: #008f53;
  text-decoration: none;
}
.house-info__link > i {
  margin: 0 0 0 10px;
  font-size: 24px;
}
.house-info__gallery {
  margin: 16px 0 0 0;
}
.house-info__props {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 32px 0 0 0;
  padding: 0 16px 16px 16px;
  border: 1px solid #008f53;
  justify-content: space-between;
  border-radius: 4px;
}
.house-info__props-item {
  margin: 16px 0 0 0;
  flex: 0 0 calc(50% - 8px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .house-info__props-item {
    flex: 0 0 auto;
  }
}
.house-info__props-value {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #008f53;
}
.house-info__props-label {
  margin: 6px 0 0 0;
}
.house-info__nearby {
  margin: 32px 0 0 0;
}
.house-info__nearby-list {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #008f53;
}
.house-info__nearby-list > li {
  padding: 0 0 0 16px;
  position: relative;
}
.house-info__nearby-list > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 5px;
  height: 5px;
  background: #008f53;
  border-radius: 50%;
  transform: translateY(-50%);
}
.house-info__nearby-list > * + * {
  margin: 0 0 0 10px;
}
.house-info__text {
  margin: 32px 0 0 0;
}
.house-info__buttons {
  display: flex;
  align-items: center;
  margin: 16px 0 0 0;
}
.house-info__buttons > * + * {
  margin: 0 0 0 16px;
}

.house-price {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 32px 0 0 0;
}
.house-price__value {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  color: #008f53;
}
.house-price__descr {
  margin: 10px 0 0 0;
}
.house-price__calc-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #008f53;
  background-image: linear-gradient(94.37deg, rgba(0, 219, 128, 0.6) 52.35%, rgba(0, 0, 0, 0) 100%);
  padding: 10px 20px;
  border-radius: 4px;
  margin: 24px 0 0 0;
}
.house-price__calc-label > img {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}
.house-price__calc-label span {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 0 10px;
}
.house-price__calc {
  display: flex;
  align-items: center;
  margin: 12px 0 0 0;
  padding: 10px 0 10px 0;
  border: none;
  border-bottom: 1px solid rgba(50, 50, 50, 0.5);
  background: none;
  text-align: left;
  cursor: pointer;
}
.house-price__calc > img {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}
.house-price__calc > span {
  flex: 1 1 auto;
  margin: 0 0 0 10px;
}
.house-price__calc:hover > span {
  color: #d43a3a;
}

.house-plan {
  margin: 36px 0 0 0;
}
.house-plan__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}
.house-plan__images {
  display: flex;
  flex-direction: column;
  margin: 24px 0 0 0;
}
.house-plan__images > * + * {
  margin: 24px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .house-plan__images {
    flex-direction: row;
  }
  .house-plan__images > * + * {
    margin: 0 0 0 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .house-plan__images {
    flex-direction: column;
  }
  .house-plan__images > * + * {
    margin: 24px 0 0 0;
  }
}

.building {
  margin: 16px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .building {
    margin: 24px 0 60px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .building {
    margin: 32px 0 80px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.building__photo-viewer {
  position: relative;
  border-radius: 4px;
  background: #d9d9d9;
  min-height: 300px;
  overflow: hidden;
  flex: 1 1 50%;
}
@media only screen and (min-width: 768px) {
  .building__photo-viewer {
    min-height: 490px;
  }
}
@media only screen and (min-width: 1024px) {
  .building__photo-viewer {
    order: 2;
    margin: 0 0 0 32px;
    flex: 1 1 auto;
  }
}
.building__photo-viewer > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.25s ease 0s;
}
.building__thumbnails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0 0 0;
}
.building__thumbnails > * + * {
  margin: 0 0 0 18px;
}
@media only screen and (min-width: 768px) {
  .building__thumbnails {
    margin: 24px 0 0 0;
  }
  .building__thumbnails > * + * {
    margin: 0 0 0 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .building__thumbnails {
    margin: 0 0 0 0;
    flex-direction: column;
    order: 1;
  }
  .building__thumbnails > * + * {
    margin: 35px 0 0 0;
  }
}
.building__thumbnails a {
  opacity: 0.5;
  transition: all 0.25s ease 0s;
}
.building__thumbnails a:hover {
  opacity: 0.875;
}
.building__thumbnails a.--active {
  opacity: 1;
}
.building__thumbnails a > img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .building__thumbnails a > img {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.building__thumbnails a > .building-descr {
  display: none;
}
.building__descr-wrapper {
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .building__descr-wrapper {
    margin: 24px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .building__descr-wrapper {
    flex: 0 0 33.33%;
    margin: 0 0 0 32px;
    order: 3;
  }
}
.building__navigations {
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .building__navigations {
    flex: 0 0 100%;
    order: 4;
  }
}
.building__button-prev {
  flex-shrink: 0;
  margin-right: 12px;
}
@media only screen and (min-width: 768px) {
  .building__button-prev {
    margin-right: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .building__button-prev {
    margin-right: 24px;
  }
}
.building__button-next {
  flex-shrink: 0;
  margin-right: 16px;
}
@media only screen and (min-width: 768px) {
  .building__button-next {
    margin-right: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .building__button-next {
    margin-right: 32px;
  }
}
.building__progress {
  flex-shrink: 1;
  display: flex;
  width: 100%;
  height: 6px;
  overflow: hidden;
  border-radius: 4px;
  background: #d9d9d9;
}
.building__progress > span {
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: #008f53;
  transition: width 0.25s ease-out 0s;
}
.building__progress--white > span {
  background: #ffffff;
}

.building-descr {
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 1024px) {
  .building-descr {
    margin: 0 0 0 0;
  }
}
.building-descr__stage {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
.building-descr__title {
  margin: 16px 0 0 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  color: #008f53;
}
@media only screen and (min-width: 768px) {
  .building-descr__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .building-descr__title {
    font-size: 32px;
  }
}
.building-descr > p {
  margin: 16px 0 0 0;
}

.contacts {
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .contacts {
    margin: 32px 0 30px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .contacts {
    display: flex;
    align-items: flex-start;
    margin: 32px 0 40px 0;
  }
}
.contacts__map {
  width: 100%;
  height: 300px;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .contacts__map {
    height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .contacts__map {
    flex: 0 0 58.333%;
  }
}
@media only screen and (min-width: 768px) {
  .contacts__body {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .contacts__body {
    margin: 0 0 0 32px;
    flex: 1 1 auto;
  }
}
.contacts__item {
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .contacts__item {
    margin: 32px 0 0 0;
    flex: 0 0 calc(50% - 16px);
  }
}
@media only screen and (min-width: 1024px) {
  .contacts__item {
    flex: 0 0 100%;
    margin: 24px 0 0 0;
  }
  .contacts__item:nth-child(1) {
    margin: 0 0 0 0;
  }
}
.contacts__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #008f53;
}
@media only screen and (min-width: 768px) {
  .contacts__name {
    font-style: 18px;
  }
}
.contacts__list {
  list-style-type: none;
}
.contacts__list > li {
  display: flex;
  align-items: center;
  margin: 12px 0 0 0;
}
.contacts__list > li > * + * {
  margin: 0 0 0 10px;
}
.contacts__list > li > i {
  font-size: 18px;
  color: inherit;
}
.contacts__list > li > a,
.contacts__list > li > address {
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: inherit;
}
.contacts__list > li > a:hover,
.contacts__list > li > address:hover {
  color: #d43a3a;
}
@media only screen and (min-width: 768px) {
  .contacts__list > li > a,
  .contacts__list > li > address {
    font-size: 14px;
  }
}
.contacts__list > li > address:hover {
  color: #333333;
}
.contacts__social {
  display: flex;
  list-style-type: none;
  margin: 12px 0 0 0;
}
.contacts__social > * + * {
  margin: 0 0 0 10px;
}
.contacts__social > li > a {
  color: inherit;
  text-decoration: none;
}
.contacts__social > li > a:hover {
  color: #d43a3a;
}
.contacts__social > li > a > i {
  font-size: 24px;
  color: inherit;
}

.consultation {
  padding: 18px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .consultation {
    padding: 30px 0 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .consultation {
    padding: 40px 0 40px;
  }
}
.consultation__descr {
  margin: 16px 0 0 0;
  max-width: 570px;
}
@media only screen and (min-width: 768px) {
  .consultation__descr {
    font-size: 16px;
  }
}
.consultation__form {
  margin: 18px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.consultation__form > input {
  border: none;
  border-radius: 4px;
  background-color: #dedede;
  margin: 18px 0 0 0;
  padding: 10px 18px 10px 18px;
  flex: 0 0 100%;
}
.consultation__form > input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}
.consultation__form > input::placeholder {
  color: rgba(51, 51, 51, 0.7);
}
.consultation__form > button {
  flex: 0 0 100%;
  margin: 18px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .consultation__form > input {
    margin: 24px 0 0 0;
    padding: 14px 18px 14px 18px;
    flex: 0 0 calc(50% - 16px);
  }
  .consultation__form > button {
    flex: 0 0 calc(50% - 16px);
    margin: 24px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .consultation__form > input,
  .consultation__form > button {
    flex: 0 0 calc(25% - 24px);
  }
}
.consultation__warning {
  margin: 18px 0 0 0;
  font-size: 10px;
  line-height: 1.25;
}
.consultation__warning > a {
  color: inherit;
}
.consultation__warning > a:hover {
  color: #d43a3a;
}
@media only screen and (min-width: 768px) {
  .consultation__warning {
    margin: 32px 0 0 0;
    max-width: 570px;
    font-size: 14px;
  }
}

.departments {
  margin: 30px 0 16px 0;
}
@media only screen and (min-width: 768px) {
  .departments {
    margin: 60px 0 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .departments {
    margin: 80px 0 40px 0;
  }
}
.departments__title {
  color: #008f53;
}
.departments__descr {
  margin: 16px 0 0 0;
  max-width: 570px;
}
.departments__slider {
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .departments__slider {
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .departments__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .departments__items > * {
    flex: 0 0 calc(50% - 16px);
  }
  .departments__items > * {
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .departments__items > * {
    margin: 24px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .departments__items > * {
    margin: 32px 0 0 0;
  }
}

.subdivision__label {
  color: rgba(51, 51, 51, 0.5);
}
.subdivision__row {
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
}
.subdivision__row > * + * {
  margin: 0 0 0 10px;
}
.subdivision__icon {
  width: 32px;
  height: 32px;
}
.subdivision__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #008f53;
}
.subdivision > p {
  margin: 16px 0 0 0;
}

.advantages {
  padding: 15px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .advantages {
    padding: 30px 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .advantages {
    padding: 40px 0 80px;
  }
}
.advantages__items {
  margin: 6px 0 0 0;
}
.advantages__items > * {
  margin: 18px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .advantages__items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .advantages__items > * {
    margin: 24px 0 0 0;
    flex: 0 0 calc(50% - 16px);
  }
}
@media only screen and (min-width: 1024px) {
  .advantages__items > * {
    margin: 24px 0 0 0;
    flex: 0 0 calc(25% - 24px);
  }
}

.advantages-item > * + * {
  margin: 18px 0 0 0;
}
.advantages-item__row {
  display: flex;
  align-items: center;
}
.advantages-item__row > * + * {
  margin: 0 0 0 10px;
}
.advantages-item__icon {
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 768px) {
  .advantages-item__icon {
    width: 32px;
    height: 32px;
  }
}
.advantages-item__name {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: #008f53;
}
@media only screen and (min-width: 768px) {
  .advantages-item__name {
    font-size: 18px;
  }
}

.information {
  padding: 16px 0 16px 0;
}
@media only screen and (min-width: 768px) {
  .information {
    padding: 32px 0 30px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .information {
    padding: 32px 0 40px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.information__img {
  width: 100%;
  max-width: 100%;
  height: 230px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 768px) {
  .information__img {
    height: 370px;
  }
}
@media only screen and (min-width: 1024px) {
  .information__img {
    flex: 0 0 auto;
    width: 58.333%;
  }
}
@media only screen and (min-width: 1024px) {
  .information__img--height-big {
    height: 500px;
  }
}
.information__content {
  margin: 24px 0 0 0;
}
.information__content > * + * {
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .information__content {
    flex: 1 1 auto;
    margin: 0 0 0 32px;
  }
}
.information__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  color: #008f53;
}
@media only screen and (min-width: 768px) {
  .information__title {
    font-size: 32px;
  }
}

.not-found {
  padding: 20px 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .not-found {
    padding: 60px 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.not-found__img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .not-found__img {
    flex: 0 0 calc(40% - 16px);
  }
}
@media only screen and (min-width: 1024px) {
  .not-found__img {
    flex: 0 0 calc(50% - 16px);
  }
}
.not-found__message > * + * {
  margin: 16px 0 0 0;
}
.not-found__message > h1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  color: #008f53;
}
.not-found__message > p {
  max-width: 370px;
}
@media only screen and (min-width: 768px) {
  .not-found__message {
    flex: 0 0 calc(60% - 16px);
  }
}
@media only screen and (min-width: 1024px) {
  .not-found__message {
    flex: 0 0 calc(50% - 16px);
  }
}

.policy {
  padding: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .policy {
    padding: 0 0 30px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .policy {
    padding: 0 0 80px 0;
  }
}
.policy h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #008f53;
  margin: 24px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .policy h2 {
    font-size: 24px;
    margin: 32px 0 0 0;
  }
}
.policy p {
  font-size: 12px;
  line-height: 1.25;
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .policy p {
    font-size: 14px;
    margin: 24px 0 0 0;
  }
}

/*generated with Input range slider CSS style generator (version 20211225)
https://toughengineer.github.io/demo/slider-styler*/
input[type=range].range-input {
  height: 16px;
  -webkit-appearance: none;
}

/*progress support*/
input[type=range].range-input.range-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 16px + var(--ratio) * (100% - 16px));
}

input[type=range].range-input:focus {
  outline: none;
}

/*webkit*/
input[type=range].range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f05d5d, #b51717);
  border: none;
  box-shadow: 0 0 2px black;
  margin-top: -7px;
}

input[type=range].range-input::-webkit-slider-runnable-track {
  height: 2px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}

input[type=range].range-input.range-progress::-webkit-slider-runnable-track {
  background: linear-gradient(135deg, #f05d5d, #b51717) 0/var(--sx) 100% no-repeat, rgba(255, 255, 255, 0);
}

/*mozilla*/
input[type=range].range-input::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f05d5d, #b51717);
  border: none;
  box-shadow: 0 0 2px black;
}

input[type=range].range-input::-moz-range-track {
  height: 2px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}

input[type=range].range-input.range-progress::-moz-range-track {
  background: linear-gradient(135deg, #f05d5d, #b51717) 0/var(--sx) 100% no-repeat, rgba(255, 255, 255, 0);
}

/*ms*/
input[type=range].range-input::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}

input[type=range].range-input::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}

input[type=range].range-input::-ms-thumb {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f05d5d, #b51717);
  border: none;
  box-shadow: 0 0 2px black;
  margin-top: 0;
  box-sizing: border-box;
}

input[type=range].range-input::-ms-track {
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0);
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=range].range-input.range-progress::-ms-fill-lower {
  height: 2px;
  border-radius: 999px 0 0 999px;
  margin: -undefined 0 -undefined -undefined;
  background: linear-gradient(135deg, #f05d5d, #b51717);
  border: none;
  border-right-width: 0;
}

.calculator {
  padding: 16px 16px 16px 16px;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
  max-width: 442px;
}
@media only screen and (min-width: 768px) {
  .calculator {
    padding: 32px 32px 32px 32px;
  }
}
.calculator__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  color: #008f53;
}
@media only screen and (min-width: 768px) {
  .calculator__title {
    font-size: 24px;
  }
}
.calculator__descr {
  margin: 12px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .calculator__form {
    margin: 8px 0 0 0;
  }
}
.calculator__form-input {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 16px 0 0 0;
}
.calculator__form-input > input[type=number] {
  margin: 10px 0 0 0;
  color: #008f53;
  border: 1px solid rgba(0, 143, 83, 0.5);
  border-radius: 4px 4px 0px 0px;
  padding: 11px 18px 10px 18px;
  outline: none;
}
.calculator__form-input > input[type=number]::-webkit-inner-spin-button, .calculator__form-input > input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.calculator__form-input > input[type=number]::-moz-placeholder {
  color: rgba(0, 143, 83, 0.5);
}
.calculator__form-input > input[type=number]::placeholder {
  color: rgba(0, 143, 83, 0.5);
}
@media only screen and (min-width: 768px) {
  .calculator__form-input > input[type=number] {
    padding: 15px 18px 14px 18px;
  }
}
.calculator__form-input > input[type=range] {
  margin: -8px 0 0 0;
  background-color: transparent;
}
.calculator__form-input-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: rgba(51, 51, 51, 0.5);
}
.calculator__form-check {
  margin: 16px 0 0 0;
  position: relative;
}
.calculator__form-check > input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.calculator__form-check > input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.calculator__form-check > label {
  display: flex;
  position: relative;
  font-size: 14px;
  line-height: 1.25;
  padding: 0 0 0 26px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .calculator__form-check > label {
    font-size: 16px;
  }
}
.calculator__form-check > label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #008f53;
  transform: translateY(-50%);
  cursor: pointer;
}
.calculator__form-check > label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #333333;
  transform: translateY(-50%);
  transition: all 0.25s ease 0s;
  opacity: 0;
}
.calculator__footer {
  display: flex;
  flex-direction: column;
  margin: 16px 0 0 0;
}
.calculator__footer > * + * {
  margin: 12px 0 0 0;
}
@media only screen and (min-width: 480px) {
  .calculator__footer {
    flex-direction: row;
  }
  .calculator__footer > * + * {
    margin: 0 0 0 30px;
  }
}
.calculator__result {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #323232;
  border-radius: 4px;
  padding: 16px 18px 16px 16px;
}
.calculator__result > * + * {
  margin: 6px 0 0 0;
}
.calculator__result--primary {
  background-color: #008f53;
  background-image: linear-gradient(94.37deg, rgba(0, 219, 128, 0.6) 52.35%, rgba(0, 0, 0, 0) 100%);
  border: none;
  color: #ffffff;
}
@media only screen and (min-width: 480px) {
  .calculator__result {
    flex: 0 0 calc(50% - 15px);
  }
#modal-calculator-rent .calculator__result{
  flex: 0 0 calc(100% - 15px);
}
}

.calculator__result-value {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .calculator__result-value {
    font-size: 24px;
  }
}

.calculation {
  margin: 15px 0 15px 0;
  padding: 60px 0 30px 0;
  background-color: #008f53;
  background-image: linear-gradient(94.37deg, rgba(0, 219, 128, 0.6) 52.35%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (min-width: 768px) {
  .calculation {
    margin: 30px 0 30px 0;
    padding: 60px 0 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .calculation {
    padding: 80px 0 80px 0;
    margin: 40px 0 40px 0;
  }
}
.calculation__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .calculation__title {
    font-size: 32px;
    max-width: 60%;
  }
}
.calculation__descr {
  margin: 16px 0 0 0;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .calculation__descr {
    max-width: 60%;
  }
}
.calculation__body {
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .calculation__body {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1024px) {
  .calculation__calc {
    flex: 0 0 auto;
    margin: 0 0 0 32px;
  }
}
.calculation__info {
  align-self: stretch;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.calculation__items > * {
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .calculation__items {
    display: flex;
    flex-wrap: wrap;
    max-width: 420px;
  }
  .calculation__items > * {
    margin: 24px 0 0 0;
    flex: 0 0 calc(50% - 8px);
  }
}
.calculation__other {
  margin: 24px 0 0 0;
}
.calculation__other > * + * {
  margin: 24px 0 0 0;
}
.calculation__other-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .calculation__other-title {
    font-size: 18px;
  }
}
.calculation__other-calc {
  display: flex;
  align-items: center;
  margin: 12px 0 0 0;
  padding: 10px 0 10px 0;
  border: none;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  background: none;
  text-align: left;
  cursor: pointer;
  max-width: 352px;
  width: 100%;
}
.calculation__other-calc > img {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}
.calculation__other-calc > span {
  flex: 1 1 auto;
  margin: 0 0 0 10px;
  color: #ffffff;
}
.calculation__other-calc:hover > span {
  color: #d43a3a;
}
.calculation__button {
  margin: 16px 0 0 0;
}

.calculation-item {
  display: flex;
  flex-direction: column;
}
.calculation-item > * + * {
  margin: 8px 0 0 0;
}
.calculation-item__value {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .calculation-item__value {
    font-size: 24px;
  }
}
.calculation-item__label {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .calculation-item__label {
    font-size: 16px;
    line-height: 1.25;
  }
}

.options {
  display: flex;
  flex-direction: column;
  padding: 15px 0 15px 0;
}
.options > * + * {
  margin: 32px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .options {
    padding: 30px 0 30px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .options {
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 0 40px 0;
  }
  .options > * {
    flex: 0 0 calc(50% - 16px);
  }
  .options > * + * {
    margin: 0 0 0 32px;
  }
}

.options-card {
  border-radius: 4px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 15px 25px 15px 25px;
  overflow: hidden;
}
@media only screen and (min-width: 480px) {
  .options-card {
    position: relative;
    padding: 40px 40px 40px 40px;
    display: flex;
    align-items: center;
    min-height: 430px;
  }
}
.options-card__img {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .options-card__img {
    position: absolute;
    top: 50%;
    right: 50%;
    width: auto;
    height: 350px;
    flex: 0 0 auto;
    transform: translateY(-50%);
  }
}
.options-card__body {
  margin: 30px 0 0 0;
}
.options-card__body > * + * {
  margin: 24px 0 0 0;
}
@media only screen and (min-width: 480px) {
  .options-card__body {
    position: relative;
    width: 50%;
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .options-card__body {
    width: 60%;
  }
}
.options-card__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}
.options-card__name > span {
  color: #008f53;
}
@media only screen and (min-width: 768px) {
  .options-card__name {
    font-size: 28px;
  }
}
.modal {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.25s ease 0s;
  overflow: hidden;
  overflow-y: auto;
  padding: 70px 0 0 0;
  z-index: 1000;
}
.modal.--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal__dialog {
  position: relative;
  padding: 15px 15px 15px 15px;
  transform: translateY(-30px);
  transition: all 0s ease 0.5s;
}
.--active > .modal__dialog {
  transform: translateY(0px);
  transition: all 0.5s ease 0s;
}
.modal__button-close {
  position: absolute;
  top: -30px;
  right: 15px;
  border: none;
  background: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .modal__button-close {
    right: -30px;
  }
}
.modal__button-close::before, .modal__button-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
}
.modal__button-close::before {
  width: 100%;
  height: 2px;
}
.modal__button-close::after {
  height: 100%;
  width: 2px;
}
.modal__body {
  background: #ffffff;
  border-radius: 4px;
  padding: 15px 15px 15px 15px;
  max-width: 320px;
}
@media only screen and (min-width: 768px) {
  .modal__body {
    padding: 24px 24px 24px 24px;
  }
}
.modal__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #008f53;
}
@media only screen and (min-width: 768px) {
  .modal__title {
    font-size: 20px;
  }
}
.modal__descr {
  margin: 8px 0 0 0;
}
.modal__form {
  margin: 16px 0 0 0;
}
.modal__form > * + * {
  margin: 16px 0 0 0;
}
.modal__form > input {
  width: 100%;
  padding: 11px 14px 10px 14px;
  border-radius: 4px;
  background: rgba(217, 217, 217, 0.4);
  border: none;
}
.modal__form > input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal__form > input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) {
  .modal__form > input {
    min-height: 46px;
  }
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.5s ease 0s;
  z-index: 100;
}
.header--hide {
  transform: translateY(-100%);
}
.header--show {
  transform: translateY(0%);
}
.header__head {
  background: #ffffff;
  padding: 10px 0 10px 0;
}
.header__row {
  display: flex;
  align-items: center;
}
.header__logo {
  margin: 0 32px 0 0;
}
.header__call-container {
  margin: 0 0 0 auto;
}
.header__call-phone {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__call-phone {
    display: flex;
    align-items: center;
  }
  .header__call-phone > i {
    font-size: 18px;
    line-height: 1;
  }
  .header__call-phone > span {
    margin: 0 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
}
.header__call-link {
  color: inherit;
  text-decoration: none;
}
.header__call-link > i {
  font-size: 24px;
  color: #008f53;
}
@media only screen and (min-width: 1024px) {
  .header__call-link > i {
    display: none;
  }
}
.header__call-link > span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__call-link > span {
    display: inline-block;
    margin: 4px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25;
    color: #008f53;
    border-bottom: 1px dashed #008f53;
  }
  .header__call-link > span:hover {
    border-bottom: 1px solid #008f53;
  }
}
.header__social-container {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__social-container {
    display: flex;
    align-items: center;
    margin: 0 0 0 30px;
  }
  .header__social-container > * + * {
    margin: 0 0 0 8px;
  }
}
.header__social-link-icon {
  font-size: 24px;
  color: #008f53;
  text-decoration: none;
}
.header__social-link-icon:hover {
  color: #d43a3a;
}
.header__app-container {
  display: flex;
  margin: 0 0 0 8px;
}
.header__app-container > * + * {
  margin: 0 0 0 8px;
}
@media only screen and (min-width: 1024px) {
  .header__app-container {
    display: none;
  }
}
.header__app-link-icon {
  font-size: 24px;
  color: #008f53;
  text-decoration: none;
}
.header__app-link-icon:hover {
  color: #d43a3a;
}
.header__button-menu {
  display: inline-block;
  margin: 0 0 0 16px;
  font-size: 24px;
  color: #d43a3a;
}
@media only screen and (min-width: 1024px) {
  .header__button-menu {
    display: none;
  }
}
.header__button-send {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header__button-send {
    display: flex;
    margin: 0 0 0 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__menu {
    background-color: #008f53;
    background-image: linear-gradient(94.37deg, rgba(0, 219, 128, 0.6) 52.35%, rgba(0, 0, 0, 0) 100%);
  }
}

/* footer */
.footer {
  margin: 30px 0 0 0;
  padding: 24px 0 24px 0;
  background: #008f53;
}
@media only screen and (min-width: 768px) {
  .footer {
    margin: 40px 0 0 0;
  }
}
.footer__row:nth-child(n+2) {
  margin: 32px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .footer__row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__row {
    flex-wrap: nowrap;
  }
}
.footer__company > * + * {
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .footer__company {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__company {
    flex: 0 0 auto;
    margin: 0 auto 0 0;
    padding: 0 32px 0 0;
  }
}
.footer__social {
  margin: 16px 0 0 0;
  display: flex;
  align-items: center;
}
.footer__social > * + * {
  margin: 0 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .footer__social {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__social > * + * {
    margin: 16px 0 0 0;
  }
}
.footer__social-label {
  font-size: 14px;
  line-height: 1.25;
  color: #ffffff;
}
.footer__social-container {
  display: flex;
  align-items: center;
}
.footer__social-container > * + * {
  margin: 0 0 0 10px;
}
.footer__social-link {
  font-size: 24px;
  text-decoration: none;
  color: #ffffff;
}
.footer__social-link:hover {
  color: #d43a3a;
}
.footer__menu {
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .footer__menu {
    flex: 0 0 50%;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__menu {
    flex: 0 0 30%;
  }
}
.footer__contacts {
  margin: 32px 0 0 0;
}
.footer__contacts > * + * {
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .footer__contacts {
    flex: 0 0 50%;
    margin: 32px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__contacts {
    flex: 0 0 20%;
    margin: 0 0 0 0;
  }
}
.footer__contacts-label {
  color: #ffffff;
  opacity: 0.5;
}
.footer__contacts-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 16px 0 0 0;
}
.footer__contacts-container > * + * {
  margin: 16px 0 0 0;
}
.footer__contacts-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1875;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-decoration: none;
}
.footer__controls {
  margin: 32px 0 0 0;
  display: flex;
  align-items: center;
}
.footer__controls > * + * {
  margin: 0 0 0 32px;
}
@media only screen and (min-width: 768px) {
  .footer__controls {
    flex: 0 0 auto;
    margin: 32px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__controls {
    flex-direction: column;
    align-items: flex-end;
    flex: 0 0 auto;
    margin: 0 0 0 0;
  }
  .footer__controls > * + * {
    margin: 32px 0 0 0;
  }
}
.footer__copyright {
  font-size: 14px;
  margin: 16px 0 0 0;
  color: #ffffff;
  opacity: 0.4;
}
@media only screen and (min-width: 768px) {
  .footer__copyright {
    flex: 0 0 auto;
    margin: 0 0 0 0;
  }
}
.footer__policy {
  font-size: 14px;
  display: inline-block;
  margin: 16px 0 0 0;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .footer__policy {
    margin: 0 0 0 16px;
  }
}
.footer__team {
  font-size: 14px;
  margin: 16px 0 0 0;
  color: #ffffff;
}
.footer__team > a {
  color: inherit;
  text-decoration: none;
}
.footer__team > a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .footer__team {
    margin: 0 0 0 auto;
  }
}

.page-head {
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .page-head {
    padding: 30px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-head {
    padding: 60px 0 0 0;
  }
}
.page-head__row {
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .page-head__row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .page-head__row > * + * {
    margin: 0 0 0 32px;
  }
}
.page-head__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .page-head__title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-head__title {
    font-size: 38px;
  }
}
.page-head__controls {
  display: flex;
  align-items: flex-end;
}
.page-head__controls > * + * {
  margin: 0 0 0 24px;
}
.page-head__controls-button {
  display: flex;
  align-items: flex-end;
  background: none;
  border: none;
  cursor: pointer;
}
.page-head__controls-button > i {
  font-size: 24px;
  margin: 0 0 0 12px;
}
.page-head__controls-button > span {
  font-size: 16px;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .page-head__controls-link.button {
    padding-left: 12px;
    padding-right: 12px;
  }
  .page-head__controls-link > span {
    display: none;
  }
  .page-head__controls-link > i {
    margin: 0 0 0 0;
  }
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px 32px;
  padding: 32px 0 32px 0;
}
@media only screen and (min-width: 768px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.columns {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .columns {
    display: flex;
    justify-content: space-between;
  }
}
.columns__content {
  min-width: 0;
}
@media only screen and (min-width: 1024px) {
  .columns__content {
    flex: 0 0 calc(75% - 16px);
  }
}
.columns__sidebar {
  min-width: 0;
}
@media only screen and (min-width: 1024px) {
  .columns__sidebar {
    flex: 0 0 calc(25% - 16px);
  }
}

.app-map {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  overflow: hidden;
}
.app-map__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.app-map__sidebar {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% - 30px);
  padding: 35px 0 0 0;
  transform: translate(-50%, 100%);
  transition: all 0.25s ease-in-out 0s;
}
.app-map__sidebar.--active {
  transform: translate(-50%, 0%);
}
@media only screen and (min-width: 480px) {
  .app-map__sidebar {
    width: 390px;
  }
}
@media only screen and (min-width: 1024px) {
  .app-map__sidebar {
    left: 15px;
    bottom: 50%;
    transform: translate(-125%, 50%);
  }
  .app-map__sidebar.--active {
    transform: translate(0%, 50%);
  }
}
.app-map__sidebar-close {
  position: absolute;
  top: 5px;
  right: 0;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background-color: white;
  font-size: 18px;
  transform: rotate(45deg);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .app-map__sidebar-close {
    top: 10px;
    right: -25px;
  }
}
.app-map__sidebar-close::before, .app-map__sidebar-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.75);
}
.app-map__sidebar-close::before {
  width: 70%;
  height: 2px;
}
.app-map__sidebar-close::after {
  width: 2px;
  height: 70%;
}
.app-map__sidebar-body {
  overflow: hidden;
  padding: 15px 15px 15px 15px;
  border-radius: 12px 12px 0px 0px;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media only screen and (min-width: 1024px) {
  .app-map__sidebar-body {
    border-radius: 12px 12px 12px 12px;
  }
}

.map-point {
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.map-point--active {
  background: linear-gradient(135deg, #ffb199 0%, #ff0844 100%);
}

.map-point--default {
  background: linear-gradient(135deg, #00BC6E 0%, #00BC6E 100%);
}

.map-point--visited {
  background: linear-gradient(135deg, #B3E4F3 0%, #00C2FF 100%);
}

.map-clustere {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  width: 40px;
  height: 40px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(135deg, #00BC6E 0%, #00BC6E 100%);
  color: #ffffff;
}
.wpfp-link{
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #d43a3a;
}
@media(max-width:768px){
  .house-info__nearby-list{
    flex-direction: column;
    align-items: flex-start;
  }
  .house-info__nearby-list > * + *{
    margin: 0;
  }
}
.information_container_button{
  display: flex;
}
.information_container_button .header__button-send{
  display: inline-flex;
}
@media(max-width:768px){
  .information_container_button{
    flex-direction: column;
  }
  .information_container_button .header__button-send{
    margin-top: 20px;
  }
}
/* button footer */
.modal__button{
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  color: #fff;
  background: linear-gradient(90deg, #DF4848 5%, #BC1F1F 100%)!important;
  border: none;
  border-radius: 100%;
  font-size: 17px;
  bottom: 40px;
  right: 70px;
  cursor: pointer;
  z-index: 9999;
  text-align: center;
    text-decoration: none;
}
.modal__circle{
  position: absolute;
  width: 120px;
  height: 120px;
  background:rgba(188, 31, 31, 0.4)!important;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  animation-name: circle;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
  animation-delay: 0s;
}
.modal__second__circle{
  position: absolute;
  width: 140px;
  height: 140px;
  background:rgba(188, 31, 31, 0.4)!important;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  animation-name: second;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
  animation-delay: 0s;
}
.modal__button__rotate{
  z-index: 999;
  /* animation-name: rotate; */
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
  animation-delay: 0s;
  opacity: 1;
  padding: 2px;

}
.modal__button__rotate span{
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@keyframes circle{

  0%{
      transform:scale(0);
      opacity: 1;
  }
  50%{
      opacity: 1;
  }
  60%{
      transform:scale(1);
  }
  100%{
      transform:scale(1.2);
      opacity: 0.1;
      }
  }
  @keyframes second{

    0%{
        transform:scale(0);
        opacity: 1;
    }
    80%{
        opacity: 1;
    }
    100%{
        transform:scale(1.2 );
        opacity: 0.1;
        }
    }
    @keyframes rotate{

      0%{
          opacity:0;
      }
      50%{
          opacity: 0;
      }
      49%{
          opacity: 1;
      }
      100%{
          opacity: 1;
          }
      }
@media(max-width:768px){
  .modal__button{
    right: 40px;
  }
}