.card-product {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.card-product__link {
  display: contents;
}
.card-product__head {
  aspect-ratio: 0.7837837838;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.card-product__preview {
  position: absolute;
  top: 0;
  z-index: 1;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
  background-color: #D8D8D8;
  transition: bottom 0.3s ease-in-out;
  cursor: pointer;
}
.card-product:hover .card-product__preview {
  bottom: -10px;
}
.card-product__tags {
  position: absolute;
  top: 10px;
  right: 40px;
  left: 10px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.card-product__tag {
  display: block;
  color: #FFFFFF;
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .card-product__tag {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .card-product__tag {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
.card-product__actions {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.card-product:hover .card-product__actions {
  opacity: 1;
}
.card-product__action {
  color: #FFFFFF;
}
.card-product__body {
  position: relative;
  margin-top: 10px;
  padding-right: 30px;
}
.card-product__title {
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
}
@media (max-width: 1439.98px) {
  .card-product__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .card-product__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
  }
}
.card-product__description {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
}
@media (max-width: 1439.98px) {
  .card-product__description {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .card-product__description {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
  }
}
.card-product:hover .card-product__description {
  opacity: 1;
  transform: translateX(0px);
}
.card-product__arrow {
  position: absolute;
  bottom: 2px;
  right: 0px;
  transition: 0.3s ease-in-out;
  transition-property: transform, opacity;
  transform: translateX(-10px);
  opacity: 0;
}
.card-product:hover .card-product__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"][header-scroll="scrolled"] .page-gallery {
  top: calc(var(--header-space) + 20px);
}
.page-gallery-preview {
  width: 100%;
  aspect-ratio: 0.793255132;
}
@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 540fr 500fr 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: 540fr 500fr;
  }
}
@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__date {
  display: block;
  margin-bottom: 8px;
  color: rgba(41, 38, 35, 0.4);
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .page-content__date {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .page-content__date {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
  }
}
.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: 540px;
  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-content__offers {
  grid-area: o;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-others__item {
  max-width: 300px;
}
.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(200px, 1fr));
  gap: 20px;
}
.accordion__header, .accordion__body {
  background-color: transparent !important;
}
.page-offers {
  border-radius: 5px;
  border: 1px solid #292623;
}
.page-offers__list {
  display: flex;
  flex-direction: column;
  max-height: 400px;
  overflow-y: auto;
}
.page-offers__list::-webkit-scrollbar {
  width: 10px;
}
@media (max-width: 1439.98px) {
  .page-offers__list::-webkit-scrollbar {
    width: 5px;
  }
}
.page-offers__list::-webkit-scrollbar-track {
  background-color: var(--scrollbar-background-color);
  border-radius: 4px;
}
.page-offers__list::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  opacity: 0.4;
  border-radius: 30px;
}
.page-offers__list::-webkit-scrollbar-thumb:hover {
  opacity: 1;
}
.page-offer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  cursor: pointer;
}
.page-offer__marker {
  --checkbox-background-color: #E4E4E4;
  --checkbox-border-color: #E4E4E4;
  --checkbox-mark-color: #292623;
  --checkbox-hover-background-color: #292623;
  --checkbox-hover-border-color: #292623;
  --checkbox-hover-mark-color: #292623;
  --checkbox-checked-background-color: #292623;
  --checkbox-checked-border-color: #292623;
  --checkbox-checked-mark-color: #292623;
}
.page-offer__marker .field-checkbox__checkmark {
  border-radius: 5px;
}
.page-offer__marker i {
  display: none;
}
.page-offer__title {
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .page-offer__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .page-offer__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
.page-offer:has(input:checked) .page-offer__title, .page-offer:hover .page-offer__title {
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .page-offer:has(input:checked) .page-offer__title, .page-offer:hover .page-offer__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .page-offer:has(input:checked) .page-offer__title, .page-offer:hover .page-offer__title {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
  }
}
.page-offer__price {
  margin-left: auto;
  white-space: nowrap;
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .page-offer__price {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 767.98px) {
  .page-offer__price {
    font-family: "TildaSans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
  }
}
