.mapControls_1i_qA {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
}

.MapControl_3rXma {
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 4%), 0 2px 6px rgb(0 0 0 / 4%),
    0 16px 24px rgb(0 0 0 / 6%);
  box-shadow: 0 0 1px rgb(0 0 0 / 4%), 0 2px 6px rgb(0 0 0 / 4%),
    0 16px 24px rgb(0 0 0 / 6%);
}

.cell_1An9B,
.MapControl_3rXma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
input {
  padding: 0;
  border: none;
  -webkit-appearance: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.cell_1An9B,
.MapControl_3rXma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cell_1An9B {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cell_1An9B:first-child {
  border-radius: 8px 8px 0 0;
}

.cell_1An9B:last-child {
  border-radius: 0 0 8px 8px;
}

.UiIcon {
  display: block;
  width: 24px;
  height: 24px;
}

.UiIcon._medium {
  width: 24px;
  height: 24px;

  font-size: 16px;
  line-height: 24px;
}

.UiIcon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #000;
}

.cell_1An9B.active,
.cell_1An9B:hover {
  background-color: #cdd2dd;
}

.SvgSprite_1HeIa {
  display: none;
}

.project-marker__panel {
  position: absolute;
  bottom: 47px;
  left: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 12px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0.9;
  -webkit-transition: opacity 0.2s ease, padding 0.3s ease;
  transition: opacity 0.2s ease, padding 0.3s ease;
}

.project-marker__name {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
}

.project-marker__footer {
  width: auto;
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease,
    max-width 0.6s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease, max-width 0.6s ease;
}

.project-marker__footer-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.project-marker__footer-row,
.project-marker__footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

button,
input {
  padding: 0;
  border: none;
  -webkit-appearance: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.project-marker__footer-button {
  margin-top: 12px;
}

.UiButton {
  display: inline-block;
  padding: 0 12px;
  -webkit-appearance: none;
  text-align: center;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent,
    0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent, 0 0 0 0 transparent;
  -webkit-transition: all 0.3s ease, line-height 0s ease;
  transition: all 0.3s ease, line-height 0s ease;
  cursor: pointer;
}

.UiButton._small {
  height: 30px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}

.UiButton._green {
  background-color: #25a75b;
  color: #fff;
}

.project-marker__val {
  color: #25a75b;
}

.project-marker__people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 4px;
  color: #bec4d3;
}

.UiButton._green {
  background-color: #25a75b;
  color: #fff;
}

.UiButton._medium {
  height: 48px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
}

.collection_2p6q6 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 8px;
}

ymaps[class*="balloon_layout_normal"] {
  border: none;
}

ymaps[class*="balloon__layout"] {
  background-color: #fff;
  border-radius: 8px;

  -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 4%), 0 2px 6px rgb(0 0 0 / 4%),
    0 16px 24px rgb(0 0 0 / 6%);
  box-shadow: 0 0 1px rgb(0 0 0 / 4%), 0 2px 6px rgb(0 0 0 / 4%),
    0 16px 24px rgb(0 0 0 / 6%);
}

a {
  text-decoration: none;
}

.b {
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  z-index: 9;
  right: 0px;
  width: 400px;
  top: 90px;
  margin: 16px;

  -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 4%), 0 2px 6px rgb(0 0 0 / 4%),
    0 16px 24px rgb(0 0 0 / 6%);
  box-shadow: 0 0 1px rgb(0 0 0 / 4%), 0 2px 6px rgb(0 0 0 / 4%),
    0 16px 24px rgb(0 0 0 / 6%);
}

.b-header {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 27px;
  padding: 24px 28px;
  border-bottom: 1px solid #d6d9e0;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;
}

.b-header img {
  margin-right: 10px;
}

.b-body {
  font-size: 14px;
  line-height: 160%;
  padding: 16px 28px;
}

.b-footer {
  border-top: 1px solid #d6d9e0;
  padding: 24px 28px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.close_3GxlM {
  position: absolute;
  top: 16px;
  right: 6px;
  color: #bec4d3;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.close_3GxlM:hover {
  -webkit-transform: translate3d(0, -50%, 0) rotate(90deg);
  transform: translate3d(0, -50%, 0) rotate(90deg);
}

.close_3GxlM svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #bec4d3;
}

.UiButton._green:hover {
  -webkit-box-shadow: 0 0 1px 0 rgb(0 0 0 / 4%),
    0 2px 6px 0 rgb(37 167 91 / 12%), 0 10px 20px 0 rgb(37 167 91 / 18%);
  box-shadow: 0 0 1px 0 rgb(0 0 0 / 4%), 0 2px 6px 0 rgb(37 167 91 / 12%),
    0 10px 20px 0 rgb(37 167 91 / 18%);
}

.bottom_TEq-h {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.item_1mSeK {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.PanelSection_2472C {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 400px;
  margin: 0;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 4%), 0 2px 6px rgb(0 0 0 / 4%),
    0 16px 24px rgb(0 0 0 / 6%);
  box-shadow: 0 0 1px rgb(0 0 0 / 4%), 0 2px 6px rgb(0 0 0 / 4%),
    0 16px 24px rgb(0 0 0 / 6%);
}

.PropertyList_1QCko {
  top: 100px;
}

.ProjectBackPanel_3dXuS {
  padding: 12px 28px;
}

.wrapper_2paOB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.icn_1ZIAA {
  display: none;
  margin-right: 8px;
  margin-top: -2px;
  -webkit-transform: translateZ(0) rotate(270deg);
  transform: translateZ(0) rotate(270deg);
  color: #25a75b;
}

.label_1VIXe {
  font-size: 12px;
  color: #8c93a8;
}

.name_358mN {
  font-size: 18px;
  font-weight: 700;
  color: #27313f;
}

.UiButton._small {
  height: 30px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}

.UiButton._outline {
  border-width: 1px;
  border-style: solid;
}

.UiButton._green {
  background-color: #25a75b;
  color: #fff;
}

.UiButton._small._outline {
  height: 28px;
  line-height: 28px;
}

.UiButton._green._outline {
  border-color: #aeeac7;
  background-color: #fff;
  color: #25a75b;
}

/* .test-image {
    background: url("/test.png") no-repeat center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#map {
    opacity: .5;
} */

.tags_3_wFZ {
  position: fixed;
  z-index: 1;
  top: 16px;
  right: 440px;
}

.wrapper_1AOC- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tag_35bCu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px 8px 8px;
  -webkit-box-shadow: 0 16px 24px rgb(0 0 0 / 6%), 0 2px 6px rgb(0 0 0 / 4%),
    0 0 1px rgb(0 0 0 / 4%);
  box-shadow: 0 16px 24px rgb(0 0 0 / 6%), 0 2px 6px rgb(0 0 0 / 4%),
    0 0 1px rgb(0 0 0 / 4%);
  border-radius: 6px;
  background: #fff;
}

.tag_35bCu:not(:last-child) {
  margin-right: 16px;
}

.tag_35bCu._pointer_xQObZ {
  cursor: pointer;
}

.title_1gp5c {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #51586b;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.content_rkp3k {
  position: relative;
  z-index: 2;
}

.item_1mSeK {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.PanelSection_2472C {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 4%), 0 2px 6px rgb(0 0 0 / 4%),
    0 16px 24px rgb(0 0 0 / 6%);
  box-shadow: 0 0 1px rgb(0 0 0 / 4%), 0 2px 6px rgb(0 0 0 / 4%),
    0 16px 24px rgb(0 0 0 / 6%);
}
.PanelContent_5cphF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 184px);
}
.head_1KhDi {
  position: relative;
  z-index: 4;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 28px;
  border-bottom: 1px solid #d6d9e0;
}
.head_1vfLr {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 22px 0 0;
  border-bottom: 0;
}
.head_1KhDi._propertyList_3rDYg {
  padding: 22px 0 0;
  border-bottom: 0;
}
.headLine_3DyuW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 0 28px 16px;
}
.headLine_3DyuW._top_diZw6 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
  margin-bottom: 22px;
  padding-bottom: 0;
}
.title_35eCl {
  font-size: 18px;
  margin: 0;
}
.headLine_3DyuW._bottom_3UBZO {
  border-bottom: 1px solid #bec4d3;

  flex-wrap: wrap;
}
.cell_1e_5b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: #8c93a8;
  line-height: 160%;
  cursor: pointer;
}

.ps {
  /* overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; */
}
.content_GHDGD {
  position: relative;
  z-index: 3;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 14px 0;
  overflow: auto;
}
.content_1w-p8 {
  padding-top: 0;
}
.list_2j8Xg {
  padding: 0;
}
.PropertyTable_Y3PWR {
  display: block;
}
.body_1z5wg {
  padding: 0;
}
.PropertyRow_2IxD3 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 79px;
  padding: 8px 28px 0;
  margin: 0;
  border-bottom: 1px solid #f7f7f8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plan_26dt4 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 60px;
  height: 42px;
}
.plan_26dt4 img {
  max-width: 100%;
  max-height: 100%;
}
.plan_26dt4 img.icon {
  width: 18px;
}
.icon_3PXS3 img {
  width: 18px;
}
.icon_3PXS3 {
  width: 40px;
}
.area_1Dkef,
.price_2wXK3 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
}
.area_1Dkef {
  width: 53px;
}
.price_2wXK3 {
  width: 152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.oldPrice_39My7,
.perMeter_StNyu {
  font-size: 12px;
  color: #8c93a8;
}
.collection_3pXPU {
  margin-left: auto;
  color: #bec4d3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.filter-form input[type="checkbox"] {
  display: none;
}
.filter-form input[type="checkbox"] + label img {
  width: 18px;
  position: relative;
  top: 3px;
}
.filter-form input[type="checkbox"] + label {
  display: block;
  padding: 0 21px 0;
  color: #666;
  font-size: 14px;
  line-height: 1.56;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.filter-form input[type="checkbox"] + label::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  border: 1px solid #cbd0de;
  border-radius: 2px;
  box-sizing: border-box;
}
.filter-form input[type="checkbox"]:checked + label::before {
  border: 1px solid #2ab6a5;
  background-color: #2ab6a5;
  background-image: url("https://a101.ru/static/images/checkbox-icon.svg");
  background-size: 10px 8px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.radio_group {
  flex-shrink: 0;
  height: 49px;
  margin: 0;
  margin-right: 8px;

  margin-bottom: 8px;

  display: flex;
  align-items: center;
  box-shadow: inset 0 0 0 1px #e3e7ef;
  border-radius: 8px;
}
.radio_group label {
  cursor: pointer;
}
.radio_group label::before {
  content: "";
  color: #219184;
  box-shadow: 0 0 0 1px #7fd3c9;
  background-color: #d4f0ed;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 8px;
  opacity: 0;
  transition: all 300ms;
}
.radio_group span {
  display: inline-block;
  position: relative;
}
.radio_group > div {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 47px;
  margin-left: 1px;
  padding: 13px 15px 12px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 8px;
  border: none;
  /* background-color: #fff; */
  color: #000;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  user-select: none;
  outline: none;
  transition: all 0.3s ease;
}
.radio_group > div:first-child {
  margin-left: 1px;
}
.radio_group > div:last-child {
  margin-right: 0px;
}
.radio_group > div::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  top: 50%;
  left: -1px;
  background: #e3e7ef;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}
.radio_group input {
  display: none;
}
.radio_group input:checked + label::before {
  opacity: 1;
}
.radio_group input:checked + label span {
  color: #219184;
}
.radio_group img {
  width: 30px;
  height: auto;
  position: relative;
}
.route-link:hover {
  background-color: rgba(190, 196, 211, 0.1);
}
.route-link.active {
  background-color: #d4f0ed;
}
