.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: none;
}

.village-hero__crumbs A:hover {
  text-decoration: underline;
}

.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-action {
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid #f1d9b4;
  border-radius: 8px;
  background: #fffaf1;
}

.village-hero-action__head {
  padding: 10px 14px;
  background: #f6e0b8;
  color: #613b14;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.village-hero-action__body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #f1d9b4;
}

.village-hero-action__body DIV {
  min-width: 0;
  padding: 12px;
  background: #fffaf1;
}

.village-hero-action__body SPAN {
  display: block;
  margin-bottom: 4px;
  color: #7a6248;
  font-size: 13px;
  line-height: 1.2;
}

.village-hero-action__body B {
  display: block;
  color: #2f3437;
  font-size: 16px;
  line-height: 1.2;
}

.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 {
  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-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  gap: 6px;
  margin-left: auto;
}

.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-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-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-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: left;
  cursor: pointer;
}

.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;
  flex: 0 0 auto;
  width: 10px;
  height: 15px;
  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 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: 82px;
  text-align: center !important;
}

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

.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__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);
  }
}

@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-hero-action__body {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .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;
  }
}

@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-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 {
    min-width: 0;
    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);
    column-gap: 8px;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #dfe8e1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(37, 61, 45, .12);
  }

  .village-lots-table tbody tr.has-lot-photo {
    grid-template-columns: 62px minmax(0, 1fr) minmax(76px, auto);
    column-gap: 8px;
  }

  .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 tbody tr.has-lot-photo td.village-lots-table__photo {
    display: block;
    grid-column: 1;
    grid-row: 1 / span 3;
    width: 100%;
    padding: 0 !important;
    border-top: 0 !important;
  }

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

  .village-lots-table__photo img {
    width: 62px;
    height: 62px;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(37, 61, 45, .16);
  }

  .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__num {
    display: block !important;
    grid-column: 1 / -1;
    padding-top: 0 !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 {
    grid-column: 2 / -1;
  }

  .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__price {
    grid-column: 1;
    font-size: 15px;
    white-space: normal;
  }

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

  .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: 3;
  }

  .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: 2 / -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: 2 / -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;
  }
}
