.card-guide {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.card-guide__link {
  display: contents;
}
.card-guide__head {
  aspect-ratio: 0.7810810811;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.card-guide__preview {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-color: #D8D8D8;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.card-guide:hover .card-guide__preview {
  transform: scale(1.1);
}
.card-guide__body {
  position: relative;
  margin-top: 20px;
  padding-right: 30px;
}
.card-guide__title {
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
}
@media (max-width: 1439.98px) {
  .card-guide__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .card-guide__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
  }
}
.card-guide__arrow {
  position: absolute;
  top: 5px;
  right: 0px;
  transition: 0.3s ease-in-out;
  transition-property: transform, opacity;
  transform: translateX(-10px);
  opacity: 0;
}
.card-guide:hover .card-guide__arrow {
  opacity: 1;
  transform: translateX(0px);
}
.slider-entities {
  overflow: hidden;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .slider-entities {
    padding-bottom: 50px;
  }
}
.slider-entities__header {
  margin-bottom: 18px;
}
.slider-entities__title {
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 120%;
}
@media (max-width: 1439.98px) {
  .slider-entities__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .slider-entities__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 120%;
  }
}
.slider-entities__item {
  max-width: 100%;
}
.slider-entities__item:not(:last-child) {
  margin-right: 10px;
}
.slider-entities__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 50px;
}
@media (max-width: 767.98px) {
  .slider-entities__footer {
    padding-top: 50px;
  }
}
.form-consult {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .form-consult {
    margin-bottom: 50px;
  }
}
.form-consult__inner {
  display: grid;
  grid-template-areas: "m f";
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  justify-content: center;
  background-color: #F9F8F7;
}
@media (max-width: 767.98px) {
  .form-consult__inner {
    grid-template-areas: "m" "f";
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.form-consult__title {
  font-family: "TenorSans";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
}
@media (max-width: 1439.98px) {
  .form-consult__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 27.2px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .form-consult__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 23.8px;
    line-height: 100%;
  }
}
.form-consult__cover {
  grid-area: m;
  position: relative;
}
.form-consult__cover .media__source {
  position: absolute;
  inset: 0;
}
@media (max-width: 767.98px) {
  .form-consult__cover .media__source {
    position: static;
  }
}
.form-consult__form {
  grid-area: f;
  width: 100%;
  max-width: 520px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .form-consult__form {
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .form-consult__form {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .form-consult__form {
    max-width: unset;
  }
}
.form-consult__form .form-group {
  flex-direction: column;
  align-items: stretch;
}
.page-gallery {
  position: sticky;
  top: calc(20px);
  bottom: 20px;
  transition: top 0.3s ease-in-out;
}
[header-visiable="pinned"] .page-gallery {
  top: calc(var(--header-space) + 20px);
}
.page-gallery-preview {
  width: 100%;
  aspect-ratio: 0.8116666667;
}
@media (max-width: 1023.98px) {
  .page-gallery-preview {
    border-radius: 4px;
    aspect-ratio: 1.2606284658;
  }
}
.page-gallery-preview__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.page-gallery-preview__slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-gallery-navigation {
  width: 100%;
  margin-top: 10px;
}
.page-gallery-navigation__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 121px;
  height: 121px;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  opacity: 0.5;
}
.page-gallery-navigation__slide:not(:last-child) {
  margin-right: 10px;
}
.page-gallery-navigation__slide.swiper-slide-thumb-active {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .page-gallery-navigation__slide.swiper-slide-thumb-active {
    width: 100px;
  }
}
.page-gallery-navigation__slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-content {
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .page-content {
    padding-bottom: 50px;
  }
}
.page-content__container {
  display: grid;
  grid-template-areas: "1 g h 2" "1 g p 2" "1 g d 2" "1 g o 2";
  grid-template-columns: 50px 1fr 1fr 50px;
  gap: 50px 80px;
}
@media (max-width: 1439.98px) {
  .page-content__container {
    grid-template-areas: "g h" "g p" "g d" "g o";
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1023.98px) {
  .page-content__container {
    grid-template-areas: "h" "g" "p" "d" "o";
    grid-template-columns: 1fr;
  }
}
.page-content__header {
  grid-area: h;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
.page-content__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: "TenorSans";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
}
@media (max-width: 1439.98px) {
  .page-content__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 20.8px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-content__title {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 18.2px;
    line-height: 100%;
  }
}
.page-content__title span {
  font-family: "TenorSans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  opacity: 0.6;
}
@media (max-width: 1439.98px) {
  .page-content__title span {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 14.4px;
    line-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-content__title span {
    font-family: "TenorSans";
    font-style: normal;
    font-weight: 400;
    font-size: 12.6px;
    line-height: 100%;
  }
}
.page-content__gallery {
  grid-area: g;
  justify-self: end;
  position: relative;
  overflow: hidden;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .page-content__gallery {
    max-width: 100%;
  }
}
.page-content__properties {
  grid-area: p;
}
.page-content__description {
  grid-area: d;
}
.page-properties__title {
  margin-bottom: 30px;
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
}
@media (max-width: 1439.98px) {
  .page-properties__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .page-properties__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
  }
}
.page-properties__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
.page-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
  padding: 20px 0px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.page-description__title {
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
}
@media (max-width: 1439.98px) {
  .page-description__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .page-description__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
  }
}
.page-description__text {
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .page-description__text {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .page-description__text {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
  }
}
.page-others__item {
  max-width: 300px;
}
