@font-face {
  font-family: "Gilroy-Light";
  src: url("Gilroy-Light.woff") format("woff");
}

body.interactive-map-page {
  display: flex;
  justify-content: center;
  margin: 0;
  background: #32412d;
  min-width: 1350px;
  font-family: "Gilroy-Light", sans-serif;
  background: url(../images/background.png);
  background-size: cover;
  flex-wrap: wrap;
}
.map {
  position: relative;
}
.map img {
  width: 1300px;
  height: 1300px;
}
.map svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1300px;
  height: 1300px;
}
.map svg path {
  stroke: #000000;
  stroke-width: 1px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-opacity: 1;
  pointer-events: all; /* Разрешаем быть целью событий мыши */
  cursor: pointer; /* Меняем курсор при наведении */
}

.sell {
  background-color: #87dd16;
  color: #fffafa;
}
.sell_land {
  background-color: #adadad;
  color: #fffefe;
}
.sold {
  background-color: #fc0000;
  color: #fffefe;
}
.reservation {
  background-color: #6100fc;
  color: #ffffff;
}
.map svg path:hover {
  stroke-width: 2px;
}
.home_reservation {
  /* stroke: #fceb00; */
  fill: #6100fc85;
}
.home_sell {
  /* stroke: #53fd04; */
  fill: #87dd1685;
}
.land_sell {
  /* stroke: #53fd04; */
  fill: #fbfbfb83;
}
.home_sold {
  /* stroke: #fc0000; */
  fill: #fc000085;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}
.popup_house,
.popup_activity {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.popup {
  position: absolute;
  top: 0;
  width: 1300px;
  height: 1300px;
  background: rgb(50 100 254 / 38%);
  overflow-y: auto;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  overflow-x: hidden;
}
.modal-object {
  width: 330px;
  background: #fff;
  -webkit-box-shadow: 0 17px 38px rgba(0, 0, 0, 0.38);
  box-shadow: 0 17px 38px rgba(0, 0, 0, 0.38);
  margin: 110px;
  z-index: 4;
}
.img_wrap {
  position: relative;
}
.img_wrap .number {
  position: absolute;
  left: 50%;
  bottom: -22px;
  top: auto;
  width: auto;
  height: auto;
  padding: 8px 7px;
  border-radius: 500px;
  /* line-height: 48px; */
  font-size: 14px;
  margin-left: -18px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
}

.img_wrap .close_block {
  border: none;
}
:root {
  --swiper-navigation-color: rgba(48, 166, 29, 1);
}
.interactive_map_swiper {
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 96px;
  padding-top: 0px;
  padding-bottom: 0px;
  touch-action: pan-y pinch-zoom;
}
.interactive_map_swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  border-radius: 0px;
}
.interactive_map_swiper .swiper-wrapper,
.interactive_map_swiper .swiper-slide {
  touch-action: pan-y pinch-zoom;
}
.interactive_map_swiper-slide-image {
  position: absolute;
  object-fit: contain;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.modal-return {
  display: flex;
  width: 100%;
  height: 24px;
  line-height: 24px;
  color: #8a9dab;
  justify-content: flex-end;
  align-items: center;
  font-size: 11px;
  padding-right: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}
.interactive-map-shell a,
body.interactive-map-page a {
  color: #3264feba;
  text-decoration: none;
}
.interactive-map-shell a,
body.interactive-map-page a {
  background-color: transparent;
}
.modal-object .description {
  padding: 8px 0px 0px 0px;
}
.modal-object h4,
.layout-wrapper .modal-object h4 > a {
  color: #418835;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  border: none;
}
.interactive-map-shell h1,
.interactive-map-shell h2,
.interactive-map-shell h3,
.interactive-map-shell h4,
.interactive-map-shell h5,
.interactive-map-shell h6,
body.interactive-map-page h1,
body.interactive-map-page h2,
body.interactive-map-page h3,
body.interactive-map-page h4,
body.interactive-map-page h5,
body.interactive-map-page h6 {
  margin: 0;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-weight: 700;
  color: #4a4a4a;
  text-transform: uppercase;
}
.modal-object .developer {
  background: #f4f6f7;
  display: block;
  padding: 5px 8px;
  color: #000;
  text-align: center;
  font-size: 10px;
}
.modal-object dl {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 0px 8px;
}
.house_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.strochka {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(219 218 218);
  padding-bottom: 2px;
}
.stolbec {
  width: auto;
  font-size: 10px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 0px;
}
.stolbec:last-child {
  text-align: right;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.modal-object .price {
  display: block;
  padding: 6px 0px;
  text-align: center;
  font-size: 15px;
  margin-left: 0;
  float: none;
  width: 100%;
  max-width: none;
}
.modal-object .status {
  display: block;
  padding: 1px 0px 5px 0px;
  text-align: center;
  font-size: 12px;
  margin-left: 0;
  float: none;
  width: 100%;
  max-width: none;
}
.modal-object dd {
  width: 50%;
  text-align: left;
  font-weight: bold;
}
.control_panel {
  width: 100%;
  padding: 0px 8px 4px 8px;
}
.control_panel > button {
  display: flex;
  width: 100%;
  height: 30px;
  padding: 0;
  margin-bottom: 6px;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1400px) {
  .dream-house__button {
    margin: 0;
    width: 336px;
  }
}
.dream-house__button {
  display: block;
  margin: 0 auto;
  padding: 10px 14px;
  width: auto;
}
.button {
  padding: 6px 8px;
  width: 100%;
  background: #3264fe;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  color: white;
  letter-spacing: 0.035em;
  text-align: center;
  cursor: pointer;
}
.interactive-map-shell img,
body.interactive-map-page img {
  max-width: 100%;
  height: auto;
}
.interactive-map-shell,
.interactive-map-shell *,
.interactive-map-shell *:before,
.interactive-map-shell *:after,
body.interactive-map-page *,
body.interactive-map-page *:before,
body.interactive-map-page *:after {
  box-sizing: border-box;
}
.dot_on_map {
  width: 35px;
  height: 35px;
  display: flex;
  padding: 10px;
  background: white;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}
.dot_on_map > img {
  width: 100%;
  height: 100%;
}
.dot_children_place {
  top: 12.5%;
  left: 32%;
}
/* .dot_children_place_two {
    top: 59.5%;
    right: 26.5%;
} */
.dot_club_house {
  top: 8%;
  right: 60.5%;
}
.dot_sport {
  top: 15.5%;
  right: 64.5%;
}
.dot_bbq {
  top: 16%;
  left: 29%;
}
.dot_scena {
  top: 9.7%;
  left: 33%;
}
.info_tablo {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  background: #00000091;
  /* background: #e5e5e570; */
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info_tablo_item {
  width: 20%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.info_tablo_item_icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.info_tablo_item_icon > img {
  width: 100%;
  height: 100%;
}
.with_img {
  display: flex;
  padding: 10px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
}
.info_tablo_item:nth-child(5) > .with_img {
  width: 40px;
}
p.popup_description {
  padding: 0 10px;
  font-size: 13px;
  text-align: center;
}

.popup__body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
  z-index: 4;
  position: absolute;
  top: 10%;
  left: 36.5%;
}
.popup__wrapper {
  padding: 8px;
  max-width: 332px;
  background-color: #fff;
  box-shadow: 0px 12px 34px rgba(0, 0, 0, 0.11);
  border-radius: 15px;
}
.popup__content {
  padding: 30px 15px;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  font-family: "Roboto", Arial, sans-serif;
  color: #000;
  position: relative;
}
.popup__close {
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 0 15px;
  border: none;
  background-color: transparent;
  font-size: 40px;
  color: #d9d9d9;
  cursor: pointer;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.popup__title {
  display: block;
  margin-bottom: 20px;
  font-size: 26px;
  color: #30a61d;
  text-align: center;
}
.popup__text {
  display: block;
  margin-bottom: 40px;
  font-size: 16px;
  color: #000;
  text-align: center;
}
.pres__field {
  margin-bottom: 15px;
}

.text-field {
  display: block;
  padding: 15px;
  width: 100%;
  background-color: #f7f7f7;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  color: #4a4a4a;
  text-align: center;
}
.pres__submit {
  margin-bottom: 30px;
  padding: 19px;
  font-size: 18px;
}
.pres__policy {
  display: block;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}
.pres__policy a {
  font-weight: 500;
}
.bbq-content {
  padding-top: 25px;
  padding-bottom: 60px;
  padding-left: 25px;
  background-image: url("https://кп-наследие.рф/img/bbq_bg_new.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 70px;
  max-width: 694px;
  position: relative;
  z-index: 4;
}
.bbq-content::before {
  content: "";
  position: absolute;
  right: -74px;
  top: -11px;
  width: 441px;
  height: 370px;
  background-image: url("https://кп-наследие.рф/img/bbq_people.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.close-modal {
  position: absolute;
  top: -20px;
  right: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 12px;
  font-weight: 300;
  color: white;
  cursor: pointer;
}
.bbq-logo {
  display: block;
  margin-bottom: 30px;
}
.bbq-top-text {
  display: block;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}
.bbq-mid-text {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: -15px;
  padding: 8px 18px;
  padding-left: 15px;
  background-color: #b63636;
  border-bottom-right-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}
.bbq-par {
  margin-top: 0;
  margin-bottom: 30px;
  width: 160px;
  font-size: 16px;
  color: white;
}
.bbq-bot-text-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 277px;
  position: relative;
}
.bbq-bot-text-wrapper::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 10px;
  width: 49px;
  height: 59px;
  background-image: url("https://кп-наследие.рф/img/bbq_arrow.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.bbq-bot-text {
  font-size: 14px;
  font-weight: 300;
  color: white;
}
.bbq-bot-link {
  padding-left: 36px;
  width: 130px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  color: white;
  position: relative;
}
.bbq-bot-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background-image: url("https://кп-наследие.рф/img/bbq_whatsapp.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bbq-form-1 {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 23px;
  width: 100%;
  max-width: 585px;
  background-color: white;
  border-radius: 12px;
  z-index: 2;
}
.bbq-form-1 fieldset {
  display: flex;
  justify-content: space-between;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.text-field {
  display: block;
  padding: 15px;
  width: 100%;
  background-color: #f7f7f7;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  color: #4a4a4a;
  text-align: center;
}
.bbq-form-1 fieldset .text-field,
.bbq-form-1 fieldset .button {
  margin: 0;
  width: 175px;
}

.filter_block {
  width: 355px;
  position: absolute;
  /* height: 560px; */
  height: 470px;
  background: #ffffff;
  z-index: 2;
  left: 20px;
  /* bottom: 0; */
  bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 0px 10px 0 0;
  -webkit-box-shadow: 29px 0px 25px 25px #ffffff;
  -moz-box-shadow: 29px 0px 25px 25px #ffffff;
  box-shadow: 0px 0px 15px 15px #ffffff;
  overflow: hidden;
}
.filter_block_content {
  width: 100%;
  height: 95%;
}
.filter_block_content_title {
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}
.filter_block_content_range_slider_wrapper {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 10px 10px 0px 10px;
  border-radius: 10px;
}
.filter_block_content_range_slider_container {
  position: relative;
  width: 100%;
  height: 70px;
}
.interactive-map-shell input[type="range"],
body.interactive-map-page input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}
.slider-track {
  width: 100%;
  height: 5px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background: linear-gradient(
    to right,
    rgb(218, 218, 229) 0%,
    rgb(50, 100, 254) 0%,
    rgb(50, 100, 254) 100%,
    rgb(218, 218, 229) 100%
  );
}
.interactive-map-shell input[type="range"]::-webkit-slider-runnable-track,
body.interactive-map-page input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}
.interactive-map-shell input[type="range"]::-moz-range-track,
body.interactive-map-page input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}
.interactive-map-shell input[type="range"]::-ms-track,
body.interactive-map-page input[type="range"]::-ms-track {
  appearance: none;
  height: 5px;
}
.interactive-map-shell input[type="range"]::-webkit-slider-thumb,
body.interactive-map-page input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1.7em;
  width: 1.7em;
  background-color: #3264fe;
  cursor: pointer;
  margin-top: -9px;
  pointer-events: auto;
  border-radius: 50%;
}
.interactive-map-shell input[type="range"]::-moz-range-thumb,
body.interactive-map-page input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 1.7em;
  width: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #3264fe;
  pointer-events: auto;
}
.interactive-map-shell input[type="range"]::-ms-thumb,
body.interactive-map-page input[type="range"]::-ms-thumb {
  appearance: none;
  height: 1.7em;
  width: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #3264fe;
  pointer-events: auto;
}
.interactive-map-shell input[type="range"]:active::-webkit-slider-thumb,
body.interactive-map-page input[type="range"]:active::-webkit-slider-thumb {
  background-color: #ffffff;
  border: 3px solid #3264fe;
}
.filter_block_content_range_slider_values,
.filter_block_content_checkboxes_text {
  background-color: #3264fe;
  width: 100%;
  position: relative;
  margin: auto;
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
}
.filter_block_content_range_slider_values:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #3264fe;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin: auto;
  bottom: -14px;
  left: 0;
  right: 0;
}
.filter_block_content_checkboxes {
  width: 100%;
  height: 100px;
  padding: 0px 10px;
}
.filter_block_content_checkboxes_text:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #3264fe;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin: auto;
  bottom: -14px;
  left: 0;
  right: 0;
}
.filter_block_content_checkboxes_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

/* для элемента input c type="checkbox" */
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-size: 14px;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked) + label::before {
  border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked + label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}

.checkbox {
  margin-bottom: 1em;
}
.filter_block_content_range_slider_container {
  touch-action: none;
}
.popup_podlojka {
  position: absolute;
  top: 0;
  left: 0;
  width: 1300px;
  height: 1300px;
  background: rgb(255 0 0);
  overflow-y: auto;
  z-index: 3;
  opacity: 0;
  transition: 0.3s ease;
  overflow-x: hidden;
}
.data_table {
  width: 100%;
}
tr.data_table_header {
  text-align: center;
  background: #3264feba;
  height: 32px;
  border-radius: 10px;
  color: white;
}
td {
  text-align: center;
  background-color: #ffffff;
  height: 30px;
}
.data_table_block {
  width: 1300px;
}
.interactive-map-shell tr:hover > td,
body.interactive-map-page tr:hover > td {
  background: #3264feba;
  color: white;
  cursor: pointer;
}
.sortirovka_btn_item {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 8px;
  cursor: pointer;
}
.sortirovka_btn_item.show {
  display: flex;
}
.sortirovka_btn {
  display: flex;
  align-items: center;
  gap: 4px;
}
.sortirovka_btn_item > svg {
  fill: white;
  display: block;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  max-width: 12px;
  max-height: 12px;
}
.th_with_sort {
  display: flex;
  width: 100%;
  min-height: 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.sold_tape {
  position: absolute;
  width: 162px;
  height: 41px;
  background: red;
  display: flex;
  justify-content: center;
  align-items: center;
  rotate: -44deg;
  bottom: 10px;
  z-index: 2;
  right: -50px;
  color: white;
  font-weight: 700;
}
.sold_tape_wrapper {
  width: 330px;
  height: 185px;
  overflow: hidden;
  position: absolute;
  bottom: 7px;
}
.swiper-button-next.white,
.swiper-button-prev.white {
  color: white;
}

body.interactive-map-page,
.interactive-map-shell {
  min-width: 320px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.2), transparent 28%),
    linear-gradient(180deg, #f3f1eb 0%, #e8e3d7 100%);
  color: #203126;
  padding: 32px 16px 56px;
}

.map {
  width: min(100%, 1320px);
}

.map_layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.info_tablo_mobile {
  display: none;
}

.map_intro {
  max-width: 760px;
  margin: 0 0 24px;
}

.map_intro_eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(73, 109, 63, 0.12);
  color: #496d3f;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map_intro_title {
  margin: 16px 0 12px;
  font-family: "Gilroy-Light", sans-serif;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 0.98;
  font-weight: 700;
  color: #203126;
  text-transform: none;
}

.map_intro_text {
  margin: 0;
  max-width: 660px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(32, 49, 38, 0.78);
}

.map_stage {
  order: 1;
  position: relative;
  min-width: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid rgba(80, 88, 58, 0.12);
  background: #d6d0c3;
  box-shadow: 0 30px 80px rgba(53, 60, 39, 0.18);
}

.map_stage > img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.map_stage > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.map svg path {
  stroke: rgba(20, 31, 18, 0.58);
  stroke-width: 1.2px;
  transition: fill 0.25s ease, stroke-width 0.25s ease, opacity 0.25s ease;
}

.map svg path:hover {
  stroke-width: 2.3px;
  opacity: 1;
}

.popup {
  position: fixed;
  inset: 0;
  width: auto;
  height: auto;
  background: rgb(17 31 22 / 42%);
  padding: 112px 24px 24px;
  overflow-x: hidden;
  overflow-y: auto;
}

.popup_podlojka {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  background: transparent;
}

.popup_house,
.popup_activity {
  justify-content: center;
  align-items: flex-start;
}

.modal-object {
  position: relative;
  width: min(100%, 228px);
  max-width: 228px;
  max-height: calc(100vh - 136px);
  border-radius: 14px;
  overflow: hidden;
  margin: auto;
  overflow-y: auto;
}

.popup__body {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(100%, 228px);
  padding: 8px 8px;
}

.dot_on_map {
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 11px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(28, 50, 23, 0.08);
  box-shadow: 0 10px 25px rgba(32, 49, 38, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dot_on_map:hover {
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 16px 35px rgba(32, 49, 38, 0.24);
}

.info_tablo {
  width: calc(100% - 32px);
  left: 16px;
  right: 16px;
  top: 16px;
  bottom: auto;
  color: #203126;
  background: rgba(250, 247, 240, 0.9);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(71, 87, 54, 0.14);
  border-radius: 24px;
  padding: 16px 20px;
  justify-content: center;
  gap: 12px 18px;
}

.info_tablo_item {
  width: auto;
  min-width: 150px;
  margin-bottom: 0;
}

.info_tablo_item_icon {
  flex: 0 0 auto;
}

.with_img {
  box-shadow: inset 0 0 0 1px rgba(28, 50, 23, 0.08);
}

.filter_block {
  order: 2;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: auto;
  background: rgba(250, 247, 240, 0.92);
  left: auto;
  top: auto;
  bottom: auto;
  align-items: flex-start;
  border-radius: 28px;
  border: 1px solid rgba(71, 87, 54, 0.12);
  box-shadow: 0 24px 60px rgba(53, 60, 39, 0.16);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.filter_block_content {
  height: auto;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
  align-content: start;
}

.map_stage > img {
  min-height: 680px;
}

.filter_block_content_title {
  grid-column: 1 / -1;
  font-size: 28px;
  margin-bottom: 0;
  color: #203126;
}

.filter_block_content_range_slider_values,
.filter_block_content_checkboxes_text {
  background: linear-gradient(135deg, #4d7340 0%, #365430 100%);
  padding: 12px;
  border-radius: 14px;
}

.filter_block_content_range_slider_values:before,
.filter_block_content_checkboxes_text:before {
  border-top-color: #45663b;
}

.filter_block_content_checkboxes {
  height: auto;
  padding: 0;
}

.filter_block_content_checkboxes_content {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
  align-items: flex-start;
}

.filter_block_content_range_slider {
  display: flex;
  align-items: stretch;
}

.filter_block_content_range_slider_wrapper {
  padding: 0;
}

.filter_block_content_range_slider_values,
.filter_block_content_checkboxes_text {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.35;
}

.filter_block_content_range_slider_values:before,
.filter_block_content_checkboxes_text:before {
  display: none;
}

.checkbox {
  margin-bottom: 0;
}

.custom-checkbox + label {
  font-size: 13px;
  line-height: 1.35;
}

.interactive-map-shell input[type="range"]::-webkit-slider-thumb,
.interactive-map-shell input[type="range"]::-moz-range-thumb,
.interactive-map-shell input[type="range"]::-ms-thumb,
body.interactive-map-page input[type="range"]::-webkit-slider-thumb,
body.interactive-map-page input[type="range"]::-moz-range-thumb,
body.interactive-map-page input[type="range"]::-ms-thumb {
  background-color: #496d3f;
}

.interactive-map-shell input[type="range"]:active::-webkit-slider-thumb,
body.interactive-map-page input[type="range"]:active::-webkit-slider-thumb {
  border-color: #496d3f;
}

.slider-track {
  background: linear-gradient(
    to right,
    rgb(218, 218, 229) 0%,
    rgb(73, 109, 63) 0%,
    rgb(73, 109, 63) 100%,
    rgb(218, 218, 229) 100%
  );
}

.data_table_block {
  width: min(100%, 1320px);
  margin-top: 24px;
  border-radius: 28px;
  background: rgba(250, 247, 240, 0.94);
  border: 1px solid rgba(71, 87, 54, 0.12);
  box-shadow: 0 24px 60px rgba(53, 60, 39, 0.12);
}

.list_panel {
  padding: 24px;
}

.list_panel_header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.list_panel_eyebrow {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(32, 49, 38, 0.58);
  margin-bottom: 8px;
}

.list_panel_title {
  font-size: 28px;
  line-height: 1.05;
  font-weight: 700;
  color: #203126;
}

.list_panel_tools {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.list_panel_count {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(73, 109, 63, 0.1);
  color: #496d3f;
  font-size: 14px;
  white-space: nowrap;
}

.list_search {
  width: min(100%, 340px);
  min-width: 260px;
  padding: 14px 16px;
  border: 1px solid rgba(71, 87, 54, 0.18);
  border-radius: 14px;
  background: #fff;
  font: inherit;
  color: #203126;
}

.list_search:focus {
  outline: none;
  border-color: #496d3f;
  box-shadow: 0 0 0 4px rgba(73, 109, 63, 0.12);
}

.table_shell {
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid rgba(71, 87, 54, 0.1);
  -webkit-overflow-scrolling: touch;
}

tr.data_table_header {
  background: #496d3f;
}

.interactive-map-shell tr:hover > td,
body.interactive-map-page tr:hover > td {
  background: #496d3f;
}

.data_table {
  min-width: 980px;
  border-collapse: collapse;
}

td {
  padding: 10px 12px;
}

.list_empty {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  color: rgba(32, 49, 38, 0.72);
  text-align: center;
}

.list_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.pagination_button {
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(71, 87, 54, 0.18);
  border-radius: 12px;
  background: #fff;
  color: #203126;
  font: inherit;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pagination_button:hover,
.pagination_button.is-active {
  background: #496d3f;
  border-color: #496d3f;
  color: #fff;
}

.pagination_button:disabled {
  opacity: 0.45;
  cursor: default;
}

.button {
  background: linear-gradient(135deg, #4d7340 0%, #365430 100%);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(53, 84, 48, 0.22);
}

@media (max-width: 1180px) {
  body {
    padding: 24px 12px 48px;
  }

  .map_intro {
    margin-bottom: 20px;
  }

  .filter_block {
    width: 100%;
  }

  .filter_block_content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .map_stage {
    border-radius: 28px;
  }

  .map_stage > img {
    min-height: 560px;
  }

  .info_tablo {
    width: calc(100% - 24px);
    left: 12px;
    right: 12px;
    top: 12px;
    backdrop-filter: none;
  }

  .list_panel {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  body {
    padding: 16px 10px 40px;
  }

  .map_intro_title {
    font-size: clamp(28px, 10vw, 40px);
  }

  .map_stage {
    border-radius: 24px;
    aspect-ratio: 1 / 1;
  }

  .map_stage > img {
    min-height: 0;
    height: 100%;
    aspect-ratio: 1 / 1;
  }

  .map svg path {
    stroke-width: 0.7px;
  }

  .home_sell,
  .home_reservation,
  .home_sold,
  .land_sell {
    opacity: 0.72;
  }

  .map_intro_text {
    font-size: 15px;
    line-height: 1.55;
  }

  .filter_block {
    border-radius: 22px;
  }

  .filter_block_content {
    padding: 12px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .filter_block_content_title {
    font-size: 22px;
  }

  .filter_block_content_checkboxes_content {
    flex-direction: column;
    gap: 6px;
  }

  .filter_block_content_checkboxes_text,
  .filter_block_content_range_slider_values {
    min-height: auto;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.35;
  }

  .info_tablo {
    display: none;
  }

  .info_tablo_mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px;
    border-radius: 16px;
    background: rgba(250, 247, 240, 0.94);
    border: 1px solid rgba(71, 87, 54, 0.12);
    box-shadow: 0 12px 30px rgba(53, 60, 39, 0.1);
  }

  .info_tablo_mobile .info_tablo_item {
    min-width: calc(50% - 4px);
    gap: 8px;
    font-size: 12px;
  }

  .info_tablo_mobile .info_tablo_item_icon {
    width: 28px;
    height: 28px;
  }

  .dot_on_map {
    width: 26px;
    height: 26px;
    padding: 6px;
    box-shadow: 0 6px 14px rgba(32, 49, 38, 0.16);
  }

  .dot_on_map > img {
    opacity: 0.9;
  }

  .dot_children_place {
    top: 15%;
    left: 31%;
  }

  .dot_club_house {
    top: 11%;
    right: 60.5%;
  }

  .dot_sport {
    top: 18%;
    right: 64.5%;
  }

  .dot_bbq {
    top: 18.5%;
    left: 29%;
  }

  .dot_scena {
    top: 12.8%;
    left: 33%;
  }

  .popup__body {
    width: min(100%, 248px);
    padding: 8px 8px;
  }

  .modal-object {
    width: min(100%, 248px);
    max-width: 248px;
  }

  .list_panel {
    padding: 16px;
  }

  .list_panel_title {
    font-size: 24px;
  }

  .list_search {
    min-width: 100%;
    width: 100%;
  }

  .data_table_block {
    display: none;
  }

  .sortirovka_btn_item {
    width: 24px;
    height: 24px;
    min-width: 24px;
    padding: 5px;
  }

  .sortirovka_btn_item > svg {
    width: 10px;
    height: 10px;
    flex-basis: 10px;
  }

  .popup {
    padding: 92px 12px 12px;
  }

  .modal-object {
    max-height: calc(100vh - 108px);
  }
}

@media (max-width: 520px) {
  .map_layout {
    gap: 16px;
  }

  .filter_block {
    border-radius: 18px;
  }

  .filter_block_content {
    padding: 10px;
  }

  .filter_block_content_title,
  .list_panel_title {
    font-size: 22px;
  }

  .map_stage {
    border-radius: 18px;
    aspect-ratio: 1 / 1;
  }

  .map_stage > img {
    min-height: 0;
    height: 100%;
    aspect-ratio: 1 / 1;
  }

  .map svg path {
    stroke-width: 0.55px;
  }

  .info_tablo_mobile .info_tablo_item {
    min-width: 100%;
  }

  .info_tablo_mobile .info_tablo_item_icon {
    width: 24px;
    height: 24px;
  }

  .table_shell {
    border-radius: 16px;
  }

  .popup__wrapper,
  .popup__content {
    border-radius: 14px;
  }

  .popup__title {
    font-size: 22px;
  }

  .dot_on_map {
    width: 22px;
    height: 22px;
    padding: 5px;
  }

  .popup {
    padding: 84px 10px 10px;
  }

  .modal-object {
    max-height: calc(100vh - 96px);
  }
}
