/**
 * node/853 — лендинг «Парк с прудом» + стандартная шапка/футер темы.
 * Цвета: --bg #648D37, --accent #648D37
 */

html:has(body.page-node-853) {
  overflow-x: clip;
}

body.page-node-853 {
  position: relative;
  overflow-x: clip;
  max-width: 100%;
}

body.page-node-853 #page-wrapper,
body.page-node-853 #page,
body.page-node-853 #main-wrapper,
body.page-node-853 #main,
body.page-node-853 #main > .row,
body.page-node-853 main[role="main"],
body.page-node-853 .landing {
  overflow-x: clip;
  max-width: 100%;
}

body.page-node-853 #main.container {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

body.page-node-853 article.node,
body.page-node-853 .region-highlighted {
  display: none !important;
}

body.page-node-853 .hero__bg {
  top: 0;
}

body.page-node-853 .gallery-block {
  padding-top: 0;
  background: #648D37 !important;
}

body.page-node-853 #header-main-sec.inner-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background: transparent !important;
  background-image: none !important;
  pointer-events: none;
}

body.page-node-853 #header-main-sec .ipoteka-header,
body.page-node-853 #header-main-sec .header {
  background: transparent !important;
  background-image: none !important;
  min-height: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: auto;
}

body.page-node-853 #header-main-sec .header-menu {
  width: 1150px;
  max-width: 100%;
  margin-inline: auto;
  padding: 30px 0;
  box-sizing: border-box;
}

body.page-node-853 .tap-menu-container {
  z-index: 10100 !important;
}

body.page-node-853 .footer-container {
  background: #3C3C3B !important;
}

body.page-node-853 .catlog-item {
  width: 100% !important;
}

body.page-node-853 #header-main-sec .header-menu-items,
body.page-node-853 #header-main-sec .header-menu-item,
body.page-node-853 #header-main-sec .header-menu-item a,
body.page-node-853 #header-main-sec .header-menu-link {
  color: #fff !important;
}

body.page-node-853 #header-main-sec .header-menu-item a:hover,
body.page-node-853 #header-main-sec .header-menu-link:hover {
  color: #B8D88A !important;
}

body.page-node-853 #header-main-sec .header-menu-tel {
  border-color: #fff !important;
  color: #fff !important;
}

body.page-node-853 #header-main-sec .ipoteka-header .header-menu-item:last-child img,
body.page-node-853 #header-main-sec .ipoteka-header .header-menu-item:first-child img {
  filter: none !important;
}

body.page-node-853 .site-theme-footer .footer-container {
  background: #3C3C3B !important;
  background-image: none !important;
}

body.page-node-853 .site-theme-footer .footer-container > .footer {
  width: 1150px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: nowrap;
  background: transparent !important;
  margin-top: 0 !important;
}

body.page-node-853 .lv2-catalog__houses .view,
body.page-node-853 .lv2-catalog__houses .view-content {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

body.page-node-853 .lv2-catalog .before-blue,
body.page-node-853 .lv2-catalog .catalog-container {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: transparent !important;
}

body.page-node-853 .lv2-catalog .catalog-container > .catalog {
  width: 100% !important;
  max-width: 100% !important;
  background: transparent !important;
}

body.page-node-853 .lv2-catalog .catalog-title,
body.page-node-853 .lv2-catalog .main-catalog-tabs,
body.page-node-853 .lv2-catalog > .before-blue > p {
  display: none !important;
}

body.page-node-853 .lv2-catalog .catalog-items-cont {
  overflow-x: clip !important;
  width: 100% !important;
}

body.page-node-853 .infra-carousel__stage .view,
body.page-node-853 .infra-carousel__stage .views-element-container {
  display: contents;
}

body.page-node-853 .lv2-catalog .catalog-items:not(.lv2-catalog__grid) {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  flex-wrap: unset !important;
  transform: none !important;
}

@media (max-width: 768px) {
  body.page-node-853 .lv2-catalog .catalog-items:not(.lv2-catalog__grid) {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  body.page-node-853 .section.cta > .cl {
    padding-inline: 0 !important;
  }
}

body.page-node-853 .lv2-catalog .product-card h3 a {
  color: inherit;
  text-decoration: none;
}

body.page-node-853 .catalog-item-uptext {
  padding: 15px 20px;
}

body.page-node-853 .lv2-catalog .product-card h3 a:hover {
  color: #648D37;
}

body.page-node-853 .catalog-item-bot-cont {
  align-items: anchor-center;
}

body.page-node-853 .catalog-item-price {
  margin-bottom: 15px;
}

body.page-node-853 .before-blue::after {
  content: none !important;
}

body.page-node-853 .before-blue p,
body.page-node-853 .lv2-catalog .dots {
  display: none !important;
}

body.page-node-853 .lv2-catalog .product-card__go {
  border: 2px solid #648D37 !important;
  color: #648D37 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-node-853 .lv2-catalog .catalog-item-button {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none;
}

body.page-node-853 .lv2-catalog .catalog-item-button img {
  margin-right: 20px;
}

body.page-node-853 .lv2-catalog .catalog-item-button span::after {
  font-size: 20px;
  line-height: 1;
  color: #648D37;
}

body.page-node-853 .lv2-catalog .product-card__price em,
body.page-node-853 .lv2-catalog .catalog-item-price > div:nth-child(2) > span {
  color: #648D37 !important;
  text-decoration: none !important;
}

@media (max-width: 1023px) {
  body.page-node-853 .site-theme-footer .footer-container > .footer {
    flex-wrap: wrap;
    gap: 32px;
  }

  body.page-node-853 #header-main-sec .header-menu {
    width: 100%;
    padding: 30px;
  }
}
