.outer.content .work_block.new_village_xxl.village-hero-work {
  margin: -2px auto 28px auto;
}

.village-hero {
  padding: 0 0 8px;
  background: #fff;
}

.village-hero .vd_container {
  width: calc(100% - 64px);
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.village-detail-tabs__heading .vd_container,
.village-detail-tabs__sticky .vd_container {
  width: calc(100% - 64px);
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.village-detail-tabs__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 2500;
  background: #fff;
  transition: background-color .2s ease, box-shadow .2s ease;
}

.village-detail-tabs__sticky.is-stuck {
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 10px 24px rgba(28, 47, 56, .08);
}

.village-detail-tabs__sticky.is-measuring,
.village-detail-tabs__sticky.is-measuring .village-hero__title,
.village-detail-tabs__sticky.is-measuring .village-detail-tabs__nav {
  transition: none !important;
}

.village-hero__crumbs {
  margin: 24px 0 12px;
  color: #7a858b;
  font-size: 14px;
  line-height: 1.4;
}

.village-hero__crumbs .site-breadcrumbs {
  margin: 0;
}

.village-hero__crumbs A {
  color: #16863a;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.village-hero__crumbs A:hover {
  color: #0f6f32;
  text-decoration-thickness: 2px;
}

.village-hero__crumbs A.site-breadcrumbs__home {
  text-decoration: none;
}

.village-hero__crumb-home {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.village-hero__crumb-home IMG {
  display: block;
  width: 34px;
  height: auto;
}

.village-hero__title {
  margin: 0;
  color: #2f3437;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.12;
  transition: margin .2s ease, padding .2s ease, font-size .2s ease, line-height .2s ease;
}

.village-detail-tabs__sticky.is-stuck .village-hero__title {
  margin-bottom: 4px;
  padding-top: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.15;
}

.village-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.village-hero-gallery {
  min-width: 0;
}

.village-hero-gallery__main {
  position: relative;
  width: 100%;
  min-height: 420px;
  max-height: calc(100vh - 190px);
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 8px;
  background: #f3f6f7;
}

.village-hero-gallery__main-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  pointer-events: none;
  transform: translateX(100%);
  transition: transform .32s ease;
  will-change: transform;
  color: inherit;
  text-decoration: none;
}

.village-hero-gallery__main-image.is-active {
  z-index: 2;
  pointer-events: auto;
  transform: translateX(0);
}

.village-hero-gallery__main-image.is-no-transition {
  transition: none !important;
}

.village-hero-gallery__main-image.is-before {
  transform: translateX(-100%);
}

.village-hero-gallery__main-image.is-after {
  transform: translateX(100%);
}

.village-hero-gallery__main-image IMG {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.village-hero-gallery__thumbs {
  display: flex;
  gap: 0px;
  width: 100%;
  margin-top: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.village-hero-gallery__thumbs::-webkit-scrollbar {
  display: none;
}

.village-hero-gallery__thumb {
  flex: 0 0 auto;
  width: 96px;
  height: 72px;
  border: 2px solid transparent;
  border-radius: 8px;
  background-color: #f2f5f6;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: border-color .18s ease, transform .18s ease;
}

.village-hero-gallery__thumb:hover,
.village-hero-gallery__thumb.is-active {
  border-color: #16863a;
}

.village-hero-gallery__thumb:focus-visible {
  outline: 3px solid rgba(22, 134, 58, .28);
  outline-offset: 2px;
}

.village-hero-gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 24px rgba(23, 36, 40, .18);
  cursor: pointer;
  transform: translateY(-50%);
}

.village-hero-gallery__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #30383d;
  border-right: 2px solid #30383d;
}

.village-hero-gallery__nav_prev {
  left: 14px;
}

.village-hero-gallery__nav_prev::before {
  transform: translate(-38%, -50%) rotate(-135deg);
}

.village-hero-gallery__nav_next {
  right: 14px;
}

.village-hero-gallery__nav_next::before {
  transform: translate(-62%, -50%) rotate(45deg);
}

.village-hero-info {
  min-width: 0;
  padding: 24px;
  border: 1px solid #dbe8df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(30, 56, 42, .12);
  box-sizing: border-box;
}

.village-hero-info__sold {
  margin-bottom: 16px;
  text-align: center;
}

.village-hero-info__sold IMG {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.village-hero-info__lead-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-bottom: 10px;
}

.village-hero-info__lead {
  flex: 1 1 260px;
  margin-bottom: 0;
  color: #2f3437;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
}

.village-hero-info__subtitle-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-bottom: 16px;
}

.village-hero-info__subtitle {
  margin-bottom: 16px;
  color: #53605a;
  font-size: 20px;
  line-height: 1.35;
}

.village-hero-info__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 0 0 auto;
  align-items: center;
}

.village-hero-info__icons IMG {
  display: block;
  max-width: 112px;
  height: auto;
}

.village-hero-specs {
  margin: 0;
  border-top: 1px solid #e4ecef;
}

.village-hero-spec {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(180px, auto);
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid #e4ecef;
}

.village-hero-spec DT {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #7a858b;
  font-size: 15px;
  line-height: 1.25;
}

.village-hero-spec DT IMG {
  flex: 0 0 auto;
}

.village-hero-spec DD {
  margin: 0;
  color: #2f3437;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
}

.village-hero-spec_distance DD {
  color: #d40e1b;
}

.village-hero-spec_lots DD {
  color: #087200;
}

.village-hero-spec_price DD {
  color: #006ae2;
}

.village-hero-spec_document DD {
  color: #a7267b;
}

.village-hero-installments {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #fff7e8;
  color: #ec2028;
  font-size: 18px;
  line-height: 1.25;
  text-decoration: none;
  box-sizing: border-box;
}

.village-hero-installments:hover {
  color: #ec2028;
  text-decoration: underline;
}

.village-hero-installments IMG {
  flex: 0 0 auto;
}

.village-hero-call {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 18px;
  padding: 0 18px;
  border: 1px solid #16863a;
  border-radius: 8px;
  background: #16863a;
  color: #fff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
}

.village-hero-call:hover,
.village-hero-call:focus {
  background: #0f7530;
  color: #fff;
  text-decoration: none;
}

.fly_wrap_fixed.village-call-back-modal-wrap {
  z-index: 100000 !important;
}

.village-call-back-modal.reveal-modal {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  width: min(560px, calc(100vw - 32px)) !important;
  max-width: 560px;
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  margin-left: 0 !important;
  overflow: auto;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.village-contact-note {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1f2824;
}

.village-contact-note_modal {
  margin-bottom: 0;
}

.village-contact-note__text {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.65;
}

.village-contact-note__channels {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.village-contact-note__channel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 18px;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.village-contact-note__channel:hover,
.village-contact-note__channel:focus {
  text-decoration: none;
}

.village-contact-note__channel_phone {
  background: #155c75;
  color: #fff;
}

.village-contact-note__channel_phone:hover,
.village-contact-note__channel_phone:focus {
  color: #fff;
}

.village-contact-note__channel_email {
  border: 1px solid #155c75;
  background: #fff;
  color: #155c75;
}

.village-contact-note__channel_email:hover,
.village-contact-note__channel_email:focus {
  color: #155c75;
}

.village-contact-note__channel_max {
  background: #eaf2ff;
  color: #23457d;
}

.village-contact-note__channel_max:hover,
.village-contact-note__channel_max:focus {
  color: #23457d;
}

.village-contact-note_callback {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.village-contact-note_callback .village-contact-note__text {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.6;
}

.village-contact-note_callback .village-contact-note__channels {
  flex-wrap: nowrap;
  gap: 12px;
}

.village-contact-note_callback .village-contact-note__channel {
  flex: 1 1 0;
  min-width: 0;
  min-height: 58px;
  padding: 12px 16px;
  border-radius: 18px;
  font-size: 15px;
  line-height: 1.2;
}

.village-contact-note_callback .village-contact-note__channel_email {
  border-width: 1px;
}

.village-detail-tabs {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow-anchor: none;
}

.village-detail-tabs__nav {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 10px 32px;
  overflow-x: auto;
  overflow-y: hidden;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid #e4ecef;
  box-sizing: border-box;
  transition: padding .2s ease, margin .2s ease;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.village-detail-tabs__nav::-webkit-scrollbar {
  display: none;
}

.village-detail-tabs__sticky .village-detail-tabs__nav {
  margin: 0 auto 20px;
}

.village-detail-tabs__sticky.is-stuck .village-detail-tabs__nav {
  margin-bottom: 8px;
  padding-top: 6px;
  padding-bottom: 8px;
}

.village-detail-tabs__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #d8e5dc;
  border-radius: 8px;
  background: #fff;
  color: #2f3437;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.15;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.village-detail-tabs__tab:hover,
.village-detail-tabs__tab:focus {
  border-color: #16863a;
  color: #16863a;
  outline: none;
}

.village-detail-tabs__tab.is-active {
  border-color: #16863a;
  background: #16863a;
  color: #fff;
  text-decoration: none;
}

.village-detail-tabs__panels {
  padding-top: 20px;
}

.village-detail-tabs__panel {
  scroll-margin-top: 160px;
  color: #30383d;
  font-size: 18px;
  line-height: 1.55;
}

.village-detail-tabs__panel + .village-detail-tabs__panel {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid #e4ecef;
}

.village-detail-tabs__panel_overview {
  scroll-margin-top: 160px;
}

.village-detail-tabs__panel H2,
.village-detail-tabs__panel .village-editorial-spacer {
  margin: 0 0 14px;
  color: #2f3437;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.15;
}

.village-detail-tabs__panel .village-video-section {
  margin: 0;
}

.village-detail-tabs__panel .village-video-section .main-info-section__header {
  display: block;
  margin-bottom: 16px;
}

.village-detail-tabs__panel .village-video-section .main-info-section__title {
  margin: 0;
  color: #2f3437;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.15;
}

.village-section-heading {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto 16px;
  padding: 0 32px;
  box-sizing: border-box;
}

.village-plan-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.village-plan-section-heading .vil_h2 {
  flex: 1 1 360px;
  min-width: min(360px, 100%);
  margin-bottom: 0;
}

.village-plan-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  gap: 30px;
  margin-left: auto;
}

.village-plan-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  gap: 6px;
  margin-left: auto;
}

.village-plan-actions .village-plan-switcher {
  margin-left: 0;
}

.village-plan-switcher__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #d2dfd6;
  border-radius: 8px;
  background: #fff;
  color: #2f3437;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.village-plan-switcher__button:hover,
.village-plan-switcher__button:focus {
  border-color: #16863a;
  color: #16863a;
  outline: none;
}

.village-plan-switcher__button.is-active {
  border-color: #16863a;
  background: #16863a;
  color: #fff;
  box-shadow: 0 7px 16px rgba(22, 134, 58, .16);
}

.village-plan-print-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 15px;
  border: 1px solid #b9cfc2;
  border-radius: 8px;
  background: #f6fbf8;
  color: #1f5f37;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.village-plan-print-button:hover,
.village-plan-print-button:focus {
  border-color: #16863a;
  background: #fff;
  color: #16863a;
  outline: none;
  box-shadow: 0 7px 16px rgba(22, 134, 58, .12);
}

.village-plan-print-button__icon,
.village-print-action__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  line-height: 0;
}

.village-plan-print-button__icon SVG,
.village-print-action__icon SVG {
  display: block;
  width: 18px;
  height: 18px;
}

.village-plan-print-button > SPAN:last-child,
.village-print-action > SPAN:last-child {
  display: block;
  line-height: 1;
}

.village-plan-print-button:disabled,
.village-plan-print-button.is-loading {
  opacity: .72;
  cursor: wait;
  box-shadow: none;
}

.village-plan-print-button.is-loading .village-plan-print-button__icon SVG {
  display: none;
}

.village-plan-print-button.is-loading .village-plan-print-button__icon:before,
.village-print-modal__status:not([hidden]):not(.is-error):before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: village-print-spin .75s linear infinite;
}

@keyframes village-print-spin {
  to {
    transform: rotate(360deg);
  }
}

.village-plan-views {
  position: relative;
  width: 100%;
}

.village-plan-view {
  position: relative;
  width: 100%;
}

.village-plan-view:not(.is-active) {
  position: absolute;
  left: -99999px;
  top: 0;
  visibility: hidden;
  pointer-events: none;
}

.village-plan-view_map .village-cadastral-map-heading {
  display: none;
}

.village-print-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  background: rgba(23, 31, 27, .45);
}

.village-print-modal.is-open {
  display: block;
}

BODY.village-print-modal-open {
  overflow: hidden;
}

.village-print-modal__dialog {
  position: fixed;
  inset: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(47, 61, 52, .16);
  border-radius: 8px;
  background: #f4f6f1;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .32);
}

.village-print-modal__header,
.village-print-modal__footer {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  box-sizing: border-box;
  border-color: #d8ded4;
  background: #fff;
}

.village-print-modal__header {
  justify-content: space-between;
  min-height: 58px;
  padding: 0 18px 0 22px;
  border-bottom: 1px solid #d8ded4;
}

.village-print-modal__header H2 {
  margin: 0;
  color: #22322a;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 700;
}

.village-print-modal__icon-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #d3d9d1;
  border-radius: 50%;
  background: #f8f8f5;
  color: #53605a;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.village-print-modal__close-icon {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.village-print-modal__icon-button:hover,
.village-print-modal__icon-button:focus {
  border-color: #b7c0b4;
  background: #fff;
  color: #1f2f27;
  outline: none;
}

.village-print-modal__body {
  position: relative;
  flex: 1 1 auto;
  overflow: auto;
  padding: 18px 22px 24px;
  background: #e9ece4;
}

.village-print-modal__footer {
  justify-content: flex-end;
  gap: 10px;
  min-height: 64px;
  padding: 12px 18px;
  border-top: 1px solid #d8ded4;
}

.village-print-modal__status {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100050;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  width: max-content;
  max-width: min(540px, calc(100vw - 32px));
  margin: 0;
  padding: 20px 24px;
  border: 1px solid #b8d3e1;
  border-radius: 16px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 54px rgba(23, 38, 31, .24);
  color: #244a62;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(8px);
}

.village-print-modal__status[hidden] {
  display: none !important;
}

.village-print-modal__status.is-error {
  border-color: #dfc8b7;
  background: rgba(251, 241, 234, .96);
  color: #7c3e1f;
}

.village-print-modal__status:not([hidden]):not(.is-error):before {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-width: 3px;
}

.village-print-action {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}

.village-print-action:hover,
.village-print-action:focus {
  outline: none;
  transform: translateY(-1px);
}

.village-print-action:disabled {
  cursor: wait;
  opacity: .62;
  transform: none;
}

.village-print-action_close {
  border-color: #ccd0cd;
  background: #f2f3f1;
  color: #3c4741;
}

.village-print-action_pdf {
  border-color: #bed0e0;
  background: #edf5fb;
  color: #24506b;
}

.village-print-action_print {
  border-color: #bdd4c7;
  background: #eef7f1;
  color: #1f6539;
}

.village-print-action_close:hover,
.village-print-action_close:focus,
.village-print-action_pdf:hover,
.village-print-action_pdf:focus,
.village-print-action_print:hover,
.village-print-action_print:focus {
  box-shadow: 0 8px 18px rgba(30, 43, 37, .12);
}

.village-print-document {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.village-print-generated-pages {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.village-print-source {
  display: none !important;
}

.village-print-sheet {
  width: 210mm;
  height: 297mm;
  box-sizing: border-box;
  padding: 10mm 11mm;
  overflow: hidden;
  border: 1px solid #d9ded6;
  background: #fff;
  color: #1e2722;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
  font-family: Arial, sans-serif;
}

.village-print-sheet__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0mm;
  margin-bottom: 5mm;
  padding-bottom: 3.5mm;
  border-bottom: 1px solid #dbe2d8;
}

.village-print-sheet__top_compact {
  margin-bottom: 4mm;
  padding-bottom: 3mm;
}

.village-print-brand {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  gap: 5mm;
}

.village-print-logo {
  display: block;
  flex: 0 0 auto;
  width: 16mm;
  height: auto;
}

.village-print-kicker {
  margin-bottom: 3px;
  color: #69766e;
  font-size: 10.5px;
  line-height: 1.2;
  text-transform: uppercase;
}

.village-print-sheet H1,
.village-print-sheet H2,
.village-print-sheet .village-editorial-spacer,
.village-print-sheet H3 {
  margin: 0;
  color: #1d2f24;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
}

.village-print-sheet .village-print-title {
  max-width: 118mm;
  padding: 0 10px 0 0;
  font-size: 25px;
  line-height: 1.1;
}

.village-print-sheet H2,
.village-print-sheet .village-editorial-spacer {
  font-size: 20px;
  line-height: 1.12;
}

.village-print-sheet H3 {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.16;
}

.village-print-contacts {
  min-width: 54mm;
  color: #4d5a52;
  font-size: 10.5px;
  line-height: 1.35;
  text-align: right;
}

.village-print-address {
  white-space: nowrap;
}

.village-print-plan {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.village-print-plan__title {
  margin-bottom: 4mm;
  color: #405047;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.village-print-plan__slot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-height: 174mm;
  border: 0;
  background: transparent;
}

.village-print-plan__slot IMG,
.village-print-plan__slot CANVAS {
  display: block;
  max-width: 100%;
  max-height: 174mm;
  width: auto;
  height: auto;
  object-fit: contain;
}

.village-print-plan__placeholder {
  max-width: 110mm;
  color: #7b837e;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.village-print-note {
  margin-top: 3mm;
  color: #69766e;
  font-size: 11px;
  line-height: 1.35;
}

.village-print-plan-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 2mm 5mm;
  margin-top: 4mm;
  padding-top: 3mm;
  border-top: 1px solid #dbe2d8;
  color: #34443a;
  font-size: 10.5px;
  line-height: 1.25;
}

.village-print-plan-legend SPAN {
  display: inline-flex;
  align-items: center;
  gap: 1.5mm;
  white-space: nowrap;
}

.village-print-legend-icon {
  display: block;
  width: 4mm;
  height: 4mm;
  flex: 0 0 auto;
}

.village-print-legend-icon RECT {
  vector-effect: non-scaling-stroke;
}

.village-print-page-break {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(210mm, 100%);
  color: #758078;
  font-size: 12px;
  line-height: 1;
}

.village-print-page-break:before,
.village-print-page-break:after {
  content: "";
  flex: 1 1 auto;
  border-top: 1px dashed #a9b3aa;
}

.village-print-page-break SPAN {
  display: inline-flex;
  flex: 0 0 auto;
  margin: 0 12px;
  padding: 4px 10px;
  border: 1px dashed #a9b3aa;
  border-radius: 999px;
  background: #f4f6f1;
}

.village-print-lots-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 9.8px;
  line-height: 1.18;
}

.village-print-lots-table TH,
.village-print-lots-table TD {
  padding: 3px 5px;
  border: 1px solid #d8dfd6;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.village-print-lots-table TH {
  background: #eef3ec;
  color: #27382e;
  font-weight: 700;
  text-align: left;
}

.village-print-lots-table TR {
  break-inside: avoid;
  page-break-inside: avoid;
}

.village-print-lots-table TD:first-child,
.village-print-lots-table TH:first-child {
  width: 14%;
}

.village-print-old-price {
  display: block;
  color: #7f8580;
  font-size: 10px;
  text-decoration: line-through;
}

.village-print-summary {
  margin-bottom: 4mm;
  padding: 3.5mm 4mm;
  border: 1px solid #d8dfd6;
  border-radius: 6px;
  background: #f7f9f5;
  color: #26342c;
  font-size: 11.5px;
  line-height: 1.36;
}

.village-print-summary P {
  margin: 0 0 6px;
}

.village-print-summary P:last-child {
  margin-bottom: 0;
}

.village-print-description-grid {
  display: block;
  margin-bottom: 5mm;
}

.village-print-description-section {
  width: 100%;
  margin-bottom: 5mm;
}

.village-print-description-main-title {
  margin-top: 5mm;
}

.village-print-description-flow {
  width: 100%;
}

.village-print-block {
  break-inside: avoid;
  page-break-inside: avoid;
}

.village-print-richtext {
  color: #26342c;
  font-family: Arial, sans-serif;
  font-size: 11.5px;
  line-height: 1.38;
}

.village-print-richtext *,
.village-print-text-block,
.village-print-text-block * {
  font-family: Arial, sans-serif !important;
  font-size: 11.5px !important;
  line-height: 1.38 !important;
}

.village-print-richtext P,
.village-print-text-block P,
.village-print-text-block DIV {
  margin: 0 0 5px;
}

.village-print-text-block STRONG,
.village-print-text-block B,
.village-print-text-block STRONG *,
.village-print-text-block B * {
  color: #1d2f24;
  font-size: 15px !important;
  line-height: 1.18 !important;
}

.village-print-richtext IMG,
.village-print-text-block IMG {
  max-width: 100%;
}

.village-print-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4mm;
  margin: 3mm 0 5mm;
  break-inside: avoid;
  page-break-inside: avoid;
}

.village-print-media-grid FIGURE {
  min-width: 0;
  margin: 0;
  break-inside: avoid;
  page-break-inside: avoid;
}

.village-print-media-grid IMG {
  display: block;
  width: 100%;
  height: 28mm;
  object-fit: cover;
  border-radius: 3px;
}

.village-print-media-grid FIGCAPTION {
  margin-top: 1.5mm;
  color: #5d665f;
  font-size: 9.6px;
  line-height: 1.25;
  font-style: italic;
}

.village-print-advantages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4mm 5mm;
}

.village-print-advantages SECTION {
  padding: 3mm;
  border: 1px solid #d8dfd6;
  border-radius: 6px;
  background: #fbfcfa;
  break-inside: avoid;
  page-break-inside: avoid;
}

.village-print-advantages UL {
  margin: 0;
  padding-left: 16px;
  color: #26342c;
  font-size: 11px;
  line-height: 1.34;
}

.village-print-advantages LI {
  margin-bottom: 3px;
}

BODY.is-capturing-village-print-plan .buttons_zoom,
BODY.is-capturing-village-print-plan .gplantip,
BODY.is-capturing-village-print-plan #gplantip {
  display: none !important;
}

.village-detail-text .village-detail-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  margin: 18px 0 22px;
}

.village-detail-text .village-detail-media-grid_count_1 {
  grid-template-columns: minmax(0, 1fr);
  max-width: 360px;
}

.village-detail-text .village-detail-media-grid_count_2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
}

.village-detail-text .village-detail-media-grid__item {
  min-width: 0;
  margin: 0;
}

.village-detail-text .village-detail-media-grid__item IMG {
  display: block;
  width: 100%;
  max-width: none;
  height: 170px;
  object-fit: cover;
  border-radius: 4px;
}

.village-detail-text .village-detail-media-grid__item FIGCAPTION {
  margin-top: 7px;
  color: #606964;
  font-size: 13px;
  line-height: 1.3;
  font-style: italic;
}

.village-lots-tab {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.village-route-map {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.village-route-map .vil_h2 {
  padding: 0 32px;
  box-sizing: border-box;
}

.village-lots-tab__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-bottom: 16px;
}

.village-lots-tab__head .vil_h2 {
  order: 1;
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
}

.village-lots-tab__controls {
  order: 2;
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
  min-width: 0;
}

.village-lots-sort {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  color: #53605a;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}

.village-lots-sort__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.village-lots-sort__field {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  max-width: 100%;
}

.village-lots-sort__field::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 1;
  width: 15px;
  height: 15px;
  background-color: #16863a;
  pointer-events: none;
  transform: translateY(-50%);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M5 1.75 1.75 5H4v9h2V5h2.25L5 1.75Zm6 12.5L14.25 11H12V2h-2v9H7.75L11 14.25Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M5 1.75 1.75 5H4v9h2V5h2.25L5 1.75Zm6 12.5L14.25 11H12V2h-2v9H7.75L11 14.25Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.village-lots-sort__select {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.village-lots-sort__select::-ms-expand {
  display: none;
}

.village-lots-sort__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 36px;
  padding: 0 34px 0 36px;
  border: 1px solid #cfdcd3;
  border-radius: 8px;
  background-color: #fff;
  color: #2f3437;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.village-lots-sort__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 8px;
  background-color: #16863a;
  transform: translateY(-50%);
  transition: transform .18s ease;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='black' d='M1.4.7 6 5.3 10.6.7 12 2.1l-6 6-6-6L1.4.7Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='black' d='M1.4.7 6 5.3 10.6.7 12 2.1l-6 6-6-6L1.4.7Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.village-lots-sort__button:hover,
.village-lots-sort__button:focus {
  border-color: #16863a;
  outline: none;
}

.village-lots-sort__button:focus-visible {
  box-shadow: 0 0 0 3px rgba(22, 134, 58, .12);
}

.village-lots-sort__field.is-open .village-lots-sort__button::after {
  transform: translateY(-50%) rotate(180deg);
}

.village-lots-sort__button-text {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.village-lots-sort__menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 2600;
  width: max-content;
  min-width: 100%;
  max-width: min(360px, calc(100vw - 32px));
  padding: 6px;
  border: 1px solid #dbe8df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(28, 47, 56, .16);
}

.village-lots-sort__option {
  position: relative;
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 8px 34px 8px 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #2f3437;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.15;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
}

.village-lots-sort__option:hover,
.village-lots-sort__option:focus {
  background: #eef6f0;
  color: #16863a;
  outline: none;
}

.village-lots-sort__option.is-active {
  color: #16863a;
  font-weight: 500;
}

.village-lots-sort__option.is-active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 14px;
  height: 10px;
  border-left: 2px solid #16863a;
  border-bottom: 2px solid #16863a;
  transform: translateY(-64%) rotate(-45deg);
}

.village-lots-tab__count {
  order: 3;
  flex: 0 0 auto;
  padding: 6px 12px;
  border-radius: 8px;
  background: #eef6f0;
  color: #16863a;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
}

.village-lots-filters {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  margin: -2px 0 16px;
}

.village-lots-filters[hidden] {
  display: none !important;
}

.village-lots-filter {
  display: flex;
  flex: 1 1 0;
  min-width: 240px;
  flex-direction: column;
  justify-content: space-between;
  gap: 9px;
  padding: 10px 12px 11px;
  border: 1px solid #dfe8e1;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
}

.village-lots-filter__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.village-lots-filter__label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: #53605a;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  white-space: nowrap;
}

.village-lots-filter__icon {
  display: block;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  background: #16863a;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.village-lots-filter__icon_area {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='black' d='M3 3h12v12H3V3Zm2 2v8h8V5H5Zm1.6 1.6h4.8v4.8H6.6V6.6Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='black' d='M3 3h12v12H3V3Zm2 2v8h8V5H5Zm1.6 1.6h4.8v4.8H6.6V6.6Z'/%3E%3C/svg%3E");
}

.village-lots-filter__icon_price {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='black' d='M6 2h4.15c2.35 0 3.85 1.28 3.85 3.35 0 2.05-1.5 3.35-3.85 3.35H8.1v1.55h4.15v1.65H8.1V16H6v-4.1H4.25v-1.65H6V8.7H4.25V6.95H6V2Zm2.1 1.85v3.1h1.95c1.15 0 1.82-.55 1.82-1.6 0-1.02-.67-1.5-1.82-1.5H8.1Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='black' d='M6 2h4.15c2.35 0 3.85 1.28 3.85 3.35 0 2.05-1.5 3.35-3.85 3.35H8.1v1.55h4.15v1.65H8.1V16H6v-4.1H4.25v-1.65H6V8.7H4.25V6.95H6V2Zm2.1 1.85v3.1h1.95c1.15 0 1.82-.55 1.82-1.6 0-1.02-.67-1.5-1.82-1.5H8.1Z'/%3E%3C/svg%3E");
}

.village-lots-filter__value {
  min-width: 0;
  color: #2f3437;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.1;
  text-align: right;
  white-space: nowrap;
}

.village-lots-filter__range {
  position: relative;
  height: 30px;
}

.village-lots-filter__track {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 10px;
  height: 5px;
  border-radius: 999px;
  background: #e4eee7;
  overflow: hidden;
}

.village-lots-filter__track span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  background: #16863a;
}

.village-lots-filter__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}

.village-lots-filter__input:focus {
  outline: none;
}

.village-lots-filter__input::-webkit-slider-runnable-track {
  height: 24px;
  background: transparent;
  border: 0;
}

.village-lots-filter__input::-moz-range-track {
  height: 24px;
  background: transparent;
  border: 0;
}

.village-lots-filter__input::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 2px solid #16863a;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 8px rgba(37, 61, 45, .2);
  cursor: pointer;
  pointer-events: auto;
  -webkit-appearance: none;
  appearance: none;
}

.village-lots-filter__input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 2px solid #16863a;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 8px rgba(37, 61, 45, .2);
  cursor: pointer;
  pointer-events: auto;
}

.village-lots-filter__input:focus-visible::-webkit-slider-thumb {
  box-shadow: 0 0 0 4px rgba(22, 134, 58, .14), 0 3px 8px rgba(37, 61, 45, .2);
}

.village-lots-filter__input:focus-visible::-moz-range-thumb {
  box-shadow: 0 0 0 4px rgba(22, 134, 58, .14), 0 3px 8px rgba(37, 61, 45, .2);
}

.village-lots-filter__ticks {
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 0;
  height: 7px;
  pointer-events: none;
}

.village-lots-filter__ticks span {
  position: absolute;
  top: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b8c8bd;
  transform: translateX(-50%);
}

.village-lots-filters__reset {
  align-self: stretch;
  flex: 0 0 auto;
  min-width: 92px;
  padding: 0 14px;
  border: 1px solid #d2ded6;
  border-radius: 8px;
  background: #f8fbf9;
  color: #53605a;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.village-lots-filters__reset:hover,
.village-lots-filters__reset:focus {
  border-color: #16863a;
  color: #16863a;
  outline: none;
}

.village-lots-filters__reset:focus-visible {
  box-shadow: 0 0 0 3px rgba(22, 134, 58, .14);
}

.village-lots-table__sort {
  display: inline-grid !important;
  grid-template-columns: max-content 12px;
  column-gap: 10px;
  align-items: center;
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
}

.village-lots-table__sort > span:first-child {
  display: block;
  min-width: 0;
  white-space: nowrap;
}

.village-lots-table__sort:hover,
.village-lots-table__sort:focus {
  color: #16863a;
  outline: none;
}

.village-lots-table__sort:focus-visible {
  border-radius: 6px;
  box-shadow: 0 0 0 3px rgba(22, 134, 58, .14);
}

.village-lots-table__sort-icon {
  position: relative;
  display: block;
  justify-self: start;
  flex: 0 0 12px;
  width: 12px;
  min-width: 12px;
  height: 15px;
  margin-left: 0;
  color: #adb8b1;
}

.village-lots-table__sort-icon::before,
.village-lots-table__sort-icon::after {
  content: "";
  position: absolute;
  left: 1px;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  opacity: .7;
}

.village-lots-table__sort-icon::before {
  top: 1px;
  border-bottom: 5px solid currentColor;
}

.village-lots-table__sort-icon::after {
  bottom: 1px;
  border-top: 5px solid currentColor;
}

.village-lots-table__sort.is-sort-asc .village-lots-table__sort-icon::before,
.village-lots-table__sort.is-sort-desc .village-lots-table__sort-icon::after {
  color: #16863a;
  opacity: 1;
}

.village-lots-table th.is-sort-active {
  color: #16863a;
}

.village-lots-table-wrap {
  overflow-x: auto;
  border: 1px solid #dfe8e1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(37, 61, 45, .08);
}

.village-lots-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  color: #2f3437;
  font-size: 16px;
  line-height: 1.35;
}

.village-lots-table_has-photo {
  min-width: 990px;
}

.village-lots-table_has-home-area {
  min-width: 1000px;
}

.village-lots-table_has-photo.village-lots-table_has-home-area {
  min-width: 1080px;
}

.village-lots-table th {
  padding: 14px 16px;
  background: #f3f7f4;
  color: #53605a;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}

.village-lots-table td {
  padding: 13px 16px;
  border-top: 1px solid #e9efeb;
  vertical-align: middle;
}

.village-lots-table tbody tr:hover {
  background: #f7fbf8;
}

.village-lots-table tbody tr[hidden] {
  display: none !important;
}

.village-lots-table__photo-head,
.village-lots-table__photo {
  width: 108px;
  text-align: center !important;
}

.village-lots-table th.village-lots-table__photo-head,
.village-lots-table td.village-lots-table__photo {
  padding-right: 6px;
  padding-left: 6px;
}

.village-lots-table td.village-lots-table__photo {
  padding-top: 6px;
  padding-bottom: 6px;
}

.village-lots-table__photo img {
  display: block;
  width: 96px;
  height: 60px;
  margin: 0 auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 5px 12px rgba(37, 61, 45, .14);
}

.village-lots-table__photo-link {
  display: inline-block;
  border-radius: 8px;
  text-decoration: none;
}

.village-lots-table__photo-link:hover img {
  filter: brightness(.94);
}

.village-lots-table__num {
  color: #16863a;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.village-lots-table__num-line {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.village-lots-table__num-text {
  flex: 0 0 auto;
}

.village-lots-table__num-link {
  color: #16863a;
  font: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.village-lots-table__num-link:hover {
  color: #0f7432;
}

.village-lots-table__num-kadastr {
  display: none;
}

.village-lots-table__home-area-head,
.village-lots-table__home-area {
  white-space: nowrap;
}

.village-lots-table__price {
  font-weight: 700;
  white-space: nowrap;
}

.village-lots-table__price100 {
  white-space: nowrap;
}

.village-lots-table__old-price {
  display: block;
  color: #87918b;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

.village-lots-table__cadastr {
  color: #53605a;
  font-size: 15px;
}

.village-lots-table__empty-value {
  color: #a1aaa4;
}

.village-lots-table__features {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 0;
}

.village-lots-table__feature {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  border-radius: 8px;
  color: #fff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  white-space: nowrap;
}

.village-lots-table__feature_action {
  background: #9235f8;
}

.village-lots-table__feature_tree {
  background: #009b1c;
}

.village-lots-table__feature_house {
  background: #ff7500;
}

.village-lots-table__action {
  width: 1%;
}

.village-lots-table__action button {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid #16863a;
  border-radius: 8px;
  background: #16863a;
  color: #fff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}

.village-lots-table__action button:hover,
.village-lots-table__action button:focus {
  background: #0f6f2f;
  border-color: #0f6f2f;
  outline: none;
}

.village-lots-tab__empty {
  padding: 26px 28px;
  border: 1px solid #dfe8e1;
  border-radius: 8px;
  background: #fff;
  color: #53605a;
}

.village-lots-filter-empty {
  margin-top: 12px;
  padding: 18px 20px;
  border: 1px solid #dfe8e1;
  border-radius: 8px;
  background: #fff;
  color: #53605a;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.25;
}

.village-lots-filter-empty[hidden] {
  display: none !important;
}

.village-detail-tabs__panel .gp {
  margin-top: 0;
  background: transparent !important;
}

.village-detail-tabs__panel .gp.vd-fluid {
  padding-top: 0;
  padding-bottom: 0;
}

.village-detail-tabs__panel .village-cadastral-map-fluid {
  margin-top: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important;
}

.village-genplan-stage {
  position: relative;
}

.buttons_zoom {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20;
  display: flex;
  gap: 6px;
  margin: 0;
}

.buttons_zoom BUTTON {
  min-width: 36px;
  min-height: 36px;
  padding: 5px 10px;
  border: 1px solid #888;
  border-radius: 5px;
  background: #fff;
  color: #2f3437;
  font-size: 16px;
  line-height: 1;
  outline: none;
}

.buttons_zoom BUTTON:disabled {
  background: #808080;
  color: #fff;
}

.village-detail-tabs__panel .village-cadastral-map-heading {
  margin-bottom: 16px !important;
}

.village-detail-tabs__panel .village-cadastral-map-heading .vil_h2 {
  margin-bottom: 0;
}

.village-detail-tabs__panel .villages_show_responses {
  margin-top: 0;
}

.village-detail-tabs__panel .villages_show_responses .response_header {
  align-items: flex-end;
}

.village-detail-tabs__panel .villages_show_responses .response_content {
  margin-top: 16px;
}

.village-route-map #map_village {
  height: 440px !important;
  border-radius: 8px;
  overflow: hidden;
}

.village-detail-tabs__panel .village-advantages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 14px;
  width: 100%;
  margin: 28px 0 36px !important;
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
  text-align: left;
}

.village-detail-tabs__panel .village-advantage-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid #dfe8e1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(37, 61, 45, .08);
  box-sizing: border-box;
}

.village-detail-tabs__panel .village-advantage-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.village-detail-tabs__panel .village-advantage-card__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #eef6f0;
}

.village-detail-tabs__panel .village-advantage-card__icon IMG {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0;
  object-fit: contain;
}

.village-detail-tabs__panel .village-advantage-card H3 {
  min-width: 0;
  margin: 0;
  color: #2f3437;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  hyphens: auto;
  overflow-wrap: normal;
}

.village-detail-tabs__panel .village-advantage-card__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.village-detail-tabs__panel .village-advantage-card__list LI {
  position: relative;
  min-height: 22px;
  padding: 0 0 0 26px;
  background: none !important;
  color: #4c5652;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  text-align: left;
}

.village-detail-tabs__panel .village-advantage-card__list LI::before {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #16863a;
  color: #fff;
  content: "\2713";
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.village-detail-tabs__panel .village-advantage-card_infrastructure .village-advantage-card__icon,
.village-detail-tabs__panel .village-advantage-card_infrastructure .village-advantage-card__list LI::before {
  background: #5b2d89;
}

.village-detail-tabs__panel .village-advantage-card_transport .village-advantage-card__icon,
.village-detail-tabs__panel .village-advantage-card_transport .village-advantage-card__list LI::before {
  background: #c8b900;
}

.village-detail-tabs__panel .village-advantage-card_nature .village-advantage-card__icon,
.village-detail-tabs__panel .village-advantage-card_nature .village-advantage-card__list LI::before {
  background: #048b8d;
}

.village-detail-tabs__panel .village-advantage-card_places .village-advantage-card__icon,
.village-detail-tabs__panel .village-advantage-card_places .village-advantage-card__list LI::before {
  background: #243f91;
}

.village-detail-tabs__panel .village-advantage-card_leisure .village-advantage-card__icon,
.village-detail-tabs__panel .village-advantage-card_leisure .village-advantage-card__list LI::before {
  background: #c46b18;
}

@media (max-width: 1200px) {
  .village-hero__layout {
    gap: 22px;
  }

  .village-hero-info {
    padding: 20px;
  }

  .village-hero-info__lead {
    font-size: 26px;
  }

  .village-hero-info__subtitle {
    font-size: 18px;
  }

  .village-hero-spec {
    grid-template-columns: minmax(130px, 1fr) minmax(150px, auto);
  }

  .village-lots-table th,
  .village-lots-table td {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .village-lots-table,
  .village-lots-table_has-photo {
    min-width: 720px;
    font-size: 15px;
  }

  .village-lots-table_has-home-area,
  .village-lots-table_has-photo.village-lots-table_has-home-area {
    min-width: 800px;
  }

  .village-lots-table th {
    padding: 11px 9px;
    font-size: 15px;
  }

  .village-lots-table td {
    padding: 11px 9px;
  }

  .village-lots-table__photo-head,
  .village-lots-table__photo {
    width: 90px;
  }

  .village-lots-table th.village-lots-table__photo-head,
  .village-lots-table td.village-lots-table__photo {
    padding-right: 5px;
    padding-left: 5px;
  }

  .village-lots-table__photo img {
    width: 80px;
    height: 50px;
    border-radius: 7px;
  }

  .village-lots-table__num {
    min-width: 145px;
    font-size: 18px;
  }

  .village-lots-table__num-line {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .village-lots-table__num-kadastr {
    display: block;
    margin-top: 3px;
    color: #7a858b;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .village-lots-table__cadastr-head,
  .village-lots-table__cadastr {
    display: none;
  }

  .village-lots-table__home-area-head,
  .village-lots-table__home-area {
    white-space: nowrap;
  }

  .village-lots-table__feature {
    min-height: 20px;
    padding: 2px 6px;
    border-radius: 7px;
    font-size: 12px;
  }

  .village-lots-table__action button {
    min-height: 32px;
    padding: 0 10px;
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .village-detail-tabs {
    padding-top: 0;
  }

  .village-detail-tabs__sticky {
    top: 45px;
  }

  .village-detail-tabs__sticky.is-stuck .village-hero__title {
    margin-bottom: 6px;
    padding-top: 6px;
    font-size: 16px;
    line-height: 1.18;
  }

  .village-detail-tabs__nav {
    padding: 8px 16px;
  }

  .village-detail-tabs__sticky.is-stuck .village-detail-tabs__nav {
    margin-bottom: 6px;
    padding-top: 5px;
    padding-bottom: 6px;
  }

  .village-detail-tabs__tab {
    min-height: 38px;
    padding: 0 14px;
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .outer.content .work_block.new_village_xxl.village-hero-work {
    margin-bottom: 18px;
  }

  .village-hero .vd_container {
    width: calc(100% - 24px);
  }

  .village-detail-tabs__heading .vd_container,
  .village-detail-tabs__sticky .vd_container {
    width: calc(100% - 24px);
  }

  .village-hero__crumbs {
    display: none;
  }

  .village-hero__title {
    margin: 14px 0 0;
    font-size: 32px;
  }

  .village-hero__layout {
    display: block;
  }

  .village-hero-gallery {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 18px;
  }

  .village-hero-gallery__main {
    min-height: 0;
    max-height: none;
    aspect-ratio: 4 / 3;
    border-radius: 0;
  }

  .village-hero-gallery__thumbs {
    gap: 2px;
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
  }

  .village-hero-gallery__thumb {
    width: 60px;
    height: 60px;
    border-radius: 6px;
  }

  .village-hero-gallery__nav {
    display: none !important;
  }

  .village-hero-info {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .village-hero-info__lead {
    font-size: 24px;
  }

  .village-hero-info__subtitle {
    font-size: 17px;
  }

  .village-hero-spec {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .village-hero-spec DD {
    text-align: left;
  }

  .village-plan-section-heading {
    align-items: flex-start;
  }

  .village-plan-actions {
    width: 100%;
    margin-left: 0;
    gap: 8px;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .village-plan-switcher {
    justify-content: flex-start;
    margin-left: 0;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .village-plan-switcher::-webkit-scrollbar {
    display: none;
  }

  .village-plan-switcher__button {
    min-height: 34px;
    padding: 0 12px;
    font-size: 15px;
  }

  .village-plan-actions .village-plan-switcher {
    flex: 1 1 auto;
    min-width: 0;
  }

  .village-plan-print-button {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 13px;
    font-size: 15px;
  }

  .village-print-modal__dialog {
    inset: 10px;
  }

  .village-print-modal__header {
    min-height: 52px;
    padding: 0 12px 0 14px;
  }

  .village-print-modal__header H2 {
    font-size: 22px;
  }

  .village-print-modal__body {
    overflow: auto;
    padding: 12px 10px 16px;
  }

  .village-print-modal__status {
    max-width: calc(100vw - 28px);
    padding: 16px 18px;
    border-radius: 14px;
    font-size: 17px;
  }

  .village-print-modal__footer {
    justify-content: stretch;
    flex-wrap: wrap;
    min-height: 0;
    padding: 10px;
  }

  .village-print-action {
    flex: 1 1 145px;
    min-height: 38px;
    padding: 0 10px;
    font-size: 15px;
  }

  .village-print-document,
  .village-print-generated-pages {
    align-items: flex-start;
    width: max-content;
    min-width: 210mm;
  }

  .village-print-sheet {
    width: 210mm;
    height: 297mm;
    min-height: 297mm;
    padding: 10mm 11mm;
  }

  .village-print-sheet__top {
    flex-direction: row;
    gap: 0mm;
  }

  .village-print-contacts {
    min-width: 54mm;
    text-align: right;
  }

  .village-print-plan {
    min-height: 0;
  }

  .village-print-plan__slot {
    min-height: 174mm;
  }

  .village-print-plan__slot IMG,
  .village-print-plan__slot CANVAS {
    max-height: 174mm;
  }

  .village-detail-text .village-detail-media-grid,
  .village-detail-text .village-detail-media-grid_count_1,
  .village-detail-text .village-detail-media-grid_count_2 {
    grid-template-columns: minmax(0, 1fr);
    max-width: none;
  }

  .village-detail-text .village-detail-media-grid__item IMG {
    height: auto;
    max-height: none;
  }
}

@media (max-width: 767px) {
  .village-contact-note__text {
    font-size: 16px;
  }

  .village-contact-note__channel {
    width: 100%;
    font-size: 16px;
  }

  .village-contact-note_callback .village-contact-note__text {
    margin-bottom: 14px;
    font-size: 15px;
  }

  .village-contact-note_callback .village-contact-note__channels {
    flex-wrap: wrap;
    gap: 10px;
  }

  .village-contact-note_callback .village-contact-note__channel {
    flex-basis: 100%;
    min-height: 50px;
    padding: 10px 12px;
    border-radius: 16px;
    font-size: 13px;
  }

  body #gplantip.gplantip {
    width: calc(100vw - 20px) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 20px);
    box-sizing: border-box;
  }

  body #gplantip.gplantip .img_td {
    display: none;
  }

  body #gplantip.gplantip .bmask,
  body #gplantip.gplantip table,
  body #gplantip.gplantip tbody,
  body #gplantip.gplantip tr,
  body #gplantip.gplantip .inf_td,
  body #gplantip.gplantip .gtip_text {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }

  body #gplantip.gplantip .gtip_text {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  body #gplantip.gplantip .kdastr {
    padding-right: 10px;
  }

  .village-detail-tabs {
    padding-top: 0;
  }

  .village-detail-tabs__sticky {
    top: 45px;
  }

  .village-detail-tabs__sticky.is-stuck .village-hero__title {
    margin-bottom: 6px;
    padding-top: 6px;
    font-size: 16px;
    line-height: 1.18;
  }

  .village-detail-tabs__nav {
    padding: 8px 16px;
  }

  .village-detail-tabs__sticky.is-stuck .village-detail-tabs__nav {
    margin-bottom: 6px;
    padding-top: 5px;
    padding-bottom: 6px;
  }

  .village-detail-tabs__tab {
    min-height: 38px;
    padding: 0 14px;
    font-size: 16px;
  }

  .village-detail-tabs__panels {
    padding-top: 14px;
  }

  .village-detail-tabs__panel {
    scroll-margin-top: 124px;
  }

  .village-detail-tabs__panel + .village-detail-tabs__panel {
    margin-top: 26px;
    padding-top: 22px;
  }

  .village-detail-tabs__panel H2,
  .village-detail-tabs__panel .village-editorial-spacer,
  .village-detail-tabs__panel .village-video-section .main-info-section__title {
    font-size: 24px;
  }

  .village-detail-tabs__panel .village-video-section .main-info-section__header {
    margin-bottom: 14px;
  }

  .village-detail-tabs__panel .villages_show_responses .response_header {
    align-items: flex-start;
    row-gap: 12px;
  }

  .village-section-heading {
    padding: 0 16px;
  }

  .village-lots-tab {
    padding: 0 16px;
  }

  .village-route-map {
    padding: 0;
  }

  .village-route-map .vil_h2 {
    padding: 0 16px;
  }

  .village-lots-tab__head {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 8px;
  }

  .village-lots-tab__head .vil_h2 {
    flex: 0 1 auto;
    white-space: nowrap;
  }

  .village-lots-tab__controls {
    order: 3;
    flex: 1 0 100%;
    width: 100%;
    gap: 8px;
    justify-content: flex-start;
    margin-left: 0;
  }

  .village-lots-sort {
    flex: 0 1 auto;
  }

  .village-lots-sort__button,
  .village-lots-sort__menu {
    max-width: calc(100vw - 32px);
  }

  .village-lots-filters {
    flex-direction: column;
    gap: 8px;
    margin: 0 0 14px;
  }

  .village-lots-filter {
    min-width: 0;
    padding: 9px 10px 10px;
  }

  .village-lots-filter__top {
    gap: 8px;
  }

  .village-lots-filter__label {
    font-size: 15px;
  }

  .village-lots-filter__value {
    font-size: 14px;
  }

  .village-lots-filter__range {
    height: 34px;
  }

  .village-lots-filter__track {
    top: 12px;
  }

  .village-lots-filter__input {
    height: 28px;
  }

  .village-lots-filter__input::-webkit-slider-runnable-track {
    height: 28px;
  }

  .village-lots-filter__input::-moz-range-track {
    height: 28px;
  }

  .village-lots-filter__input::-webkit-slider-thumb {
    width: 22px;
    height: 22px;
    margin-top: 3px;
  }

  .village-lots-filter__input::-moz-range-thumb {
    width: 20px;
    height: 20px;
  }

  .village-lots-filters__reset {
    align-self: flex-start;
    min-height: 34px;
  }

  .village-lots-tab__count {
    order: 2;
    flex: 0 0 auto;
    margin-left: 0;
    white-space: nowrap;
  }

  .village-lots-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .village-lots-table,
  .village-lots-table tbody,
  .village-lots-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .village-lots-table,
  .village-lots-table_has-photo,
  .village-lots-table_has-home-area,
  .village-lots-table_has-photo.village-lots-table_has-home-area {
    min-width: 0 !important;
    width: 100%;
    font-size: 16px;
  }

  .village-lots-table thead {
    display: none;
  }

  .village-lots-table tbody {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .village-lots-table tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(80px, auto);
    align-content: start;
    column-gap: 8px;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #dfe8e1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(37, 61, 45, .16);
  }

  .village-lots-table_has-photo tbody tr.has-lot-photo,
  .village-lots-table_has-photo tbody tr.needs-lot-photo-placeholder {
    grid-template-columns: minmax(0, 1fr) minmax(80px, auto);
    padding-top: 0;
    overflow: hidden;
  }

  .village-lots-table tbody tr:hover {
    background: #fff;
  }

  .village-lots-table td {
    display: block;
    padding: 6px 0;
    border-top: 1px solid #e9efeb;
    text-align: left;
  }

  .village-lots-table td.village-lots-table__photo {
    display: none;
  }

  .village-lots-table_has-photo tbody tr.has-lot-photo td.village-lots-table__photo,
  .village-lots-table_has-photo tbody tr.needs-lot-photo-placeholder td.village-lots-table__photo {
    display: block;
    position: relative;
    grid-column: 1 / -1;
    width: calc(100% + 16px);
    aspect-ratio: 16 / 10;
    margin: 0 -8px 4px;
    padding: 0 !important;
    border-top: 0 !important;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    background: #edf3ef;
  }

  .village-lots-table_has-photo tbody tr.needs-lot-photo-placeholder td.village-lots-table__photo.is-empty {
    background:
      radial-gradient(circle at 74% 24%, rgba(255, 255, 255, .92) 0 8px, transparent 8.5px),
      linear-gradient(135deg, rgba(22, 134, 58, .17), rgba(122, 157, 132, .09)),
      #edf3ef;
    box-shadow: inset 0 0 0 1px rgba(37, 61, 45, .06);
  }

  .village-lots-table_has-photo tbody tr.needs-lot-photo-placeholder td.village-lots-table__photo.is-empty .village-lots-table__empty-value {
    display: none;
  }

  .village-lots-table__photo img {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
    box-shadow: none;
  }

  .village-lots-table td[data-label]::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 2px;
    color: #7a858b;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
  }

  .village-lots-table td.village-lots-table__photo[data-label]::before {
    display: none;
    content: none;
  }

  .village-lots-table td.village-lots-table__num {
    display: block !important;
    grid-column: 1 / -1;
    padding-top: 0 !important;
    padding-bottom: 6px !important;
    border-top: 0 !important;
    color: #16863a;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
  }

  .village-lots-table tbody tr.has-lot-photo td.village-lots-table__num,
  .village-lots-table tbody tr.needs-lot-photo-placeholder td.village-lots-table__num {
    grid-column: 1 / -1;
    margin-top: 5px;
    padding-top: 0 !important;
  }

  .village-lots-table__num-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 8px;
    row-gap: 4px;
    width: 100%;
  }

  .village-lots-table__num-text {
    min-width: 0;
    white-space: normal;
  }

  .village-lots-table__area {
    grid-column: 1 / -1;
  }

  .village-lots-table tbody tr.has-home-area .village-lots-table__area {
    grid-column: 1;
  }

  .village-lots-table td.village-lots-table__home-area {
    display: none !important;
  }

  .village-lots-table tbody tr.has-home-area td.village-lots-table__home-area:not(.is-empty) {
    display: block !important;
    grid-column: 2;
    font-size: 15px;
    text-align: right;
    white-space: normal;
  }

  .village-lots-table__home-area[data-label]::before {
    text-align: right;
  }

  .village-lots-table__price {
    grid-column: 1;
    font-size: 15px;
    white-space: normal;
  }

  .village-lots-table tbody tr.has-lot-photo .village-lots-table__price {
    grid-column: 1;
  }

  .village-lots-table__price100 {
    grid-column: 2;
    font-size: 15px;
    text-align: right;
    white-space: normal;
  }

  .village-lots-table tbody tr.has-lot-photo .village-lots-table__price100 {
    grid-column: 2;
  }

  .village-lots-table__price100[data-label]::before {
    text-align: right;
  }

  .village-lots-table__old-price {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .village-lots-table__cadastr {
    grid-column: 1 / -1;
    overflow-wrap: anywhere;
    font-size: 13px;
  }

  .village-lots-table tbody tr.has-lot-photo .village-lots-table__cadastr {
    grid-column: 1 / -1;
  }

  .village-lots-table__cadastr.is-empty {
    display: none;
  }

  .village-lots-table__features {
    flex: 0 0 auto;
    max-width: 100%;
    justify-content: flex-end;
    gap: 4px;
    margin-top: 0;
  }

  .village-lots-table__feature {
    min-height: 18px;
    padding: 2px 4px;
    border-radius: 6px;
    font-size: 9px;
  }

  .village-lots-table__action {
    display: block !important;
    grid-column: 1 / -1;
    width: 100%;
    padding-bottom: 0 !important;
    border-top: 0 !important;
  }

  .village-lots-table tbody tr.has-lot-photo .village-lots-table__action {
    grid-column: 1 / -1;
  }

  .village-lots-table__action button {
    width: 100%;
    min-height: 36px;
    padding: 0 8px;
    font-size: 15px;
  }

  .village-route-map #map_village {
    height: 340px !important;
  }

  .village-detail-tabs__panel .village-advantages {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-top: 22px !important;
    margin-bottom: 28px !important;
  }

  .village-detail-tabs__panel .village-advantage-card {
    padding: 14px;
  }

  .village-detail-tabs__panel .village-advantage-card H3 {
    font-size: 20px;
  }

  .village-detail-tabs__panel .village-advantage-card__list LI {
    font-size: 14px;
  }

  #village-tab-plan .gp .vd_container {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #village-tab-plan .gp.vd-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #village-tab-plan .gp .vd-row {
    margin-left: 0;
    margin-right: 0;
  }

  #village-tab-plan .gp [class*="vd-col"] {
    padding-left: 0;
    padding-right: 0;
  }

  #village-tab-plan .gp .overflow_x {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 520px) {
  .village-lots-tab__controls {
    flex-basis: 100%;
  }

  .village-lots-sort {
    flex: 0 1 100%;
  }
}

@media (max-width: 900px), (hover: none) and (pointer: coarse) {
  body #gplantip.gplantip,
  body #gplantip.gplantip.is-visible,
  body #map-hover {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

@media print {
  @page {
    size: A4;
    margin: 0;
  }

  BODY.is-village-printing,
  BODY.is-village-printing * {
    visibility: hidden !important;
  }

  BODY.is-village-printing > * {
    display: none !important;
  }

  BODY.is-village-printing > .village-print-modal {
    display: block !important;
  }

  BODY.is-village-printing {
    overflow: visible !important;
    background: #fff !important;
  }

  BODY.is-village-printing .village-print-modal,
  BODY.is-village-printing .village-print-modal * {
    visibility: visible !important;
  }

  BODY.is-village-printing .village-print-modal {
    display: block !important;
    position: absolute !important;
    inset: 0 auto auto 0 !important;
    z-index: 1 !important;
    width: 210mm !important;
    min-height: 297mm !important;
    background: #fff !important;
  }

  BODY.is-village-printing .village-print-modal__dialog {
    position: static !important;
    inset: auto !important;
    display: block !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  BODY.is-village-printing .village-print-modal__header,
  BODY.is-village-printing .village-print-modal__footer,
  BODY.is-village-printing .village-print-modal__status,
  BODY.is-village-printing .village-print-page-break {
    display: none !important;
  }

  BODY.is-village-printing .village-print-modal__body {
    display: block !important;
    overflow: visible !important;
    padding: 0 !important;
    background: #fff !important;
  }

  BODY.is-village-printing .village-print-document {
    display: block !important;
  }

  BODY.is-village-printing .village-print-source {
    display: none !important;
  }

  BODY.is-village-printing .village-print-sheet {
    width: 210mm !important;
    height: 297mm !important;
    margin: 0 !important;
    padding: 10mm 11mm !important;
    overflow: hidden !important;
    border: 0 !important;
    box-shadow: none !important;
    break-after: page;
    page-break-after: always;
  }

  BODY.is-village-printing .village-print-sheet.is-last-print-sheet {
    break-after: auto;
    page-break-after: auto;
  }

  BODY.is-village-printing .village-print-plan__slot IMG,
  BODY.is-village-printing .village-print-plan__slot CANVAS {
    max-height: 174mm !important;
  }
}

.village-plan-tooltip-table { border-spacing: 0; }
.village-plan-tooltip-table > tbody > tr > td { padding: 0; }
@media (max-width: 610px) {
  .village-print-sheet .village-print-title { padding: 0; }
}

[data-village-richtext-iframe] { border-width: 0; }
