@charset "UTF-8";
@font-face {
  font-family: 'SabonLTStd';
  src: url(/font/SabonLTStd-Roman.otf);
}
/* line 14, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 18, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 22, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 26, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 30, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 34, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 38, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 42, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 50, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 58, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 62, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 66, ../sass/all/base.scss */
.j-c-f-e {
  justify-content: flex-end !important;
}

/* line 70, ../sass/all/base.scss */
.a-i-f-s {
  -ms-align-items: flex-start !important;
  align-items: flex-start !important;
}

/* line 75, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 80, ../sass/all/base.scss */
.a-i-f-e {
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
}

/* line 85, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 89, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 93, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 97, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 101, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 105, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 109, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 113, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 117, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 3, ../sass/filter-map.scss */
body {
  background-color: #fff;
}

/* line 7, ../sass/filter-map.scss */
.filter-map {
  position: relative;
  overflow: hidden;
}

/* line 12, ../sass/filter-map.scss */
.filter-map-top {
  height: 80px;
  padding: 20px 40px;
  display: flex;
  background-color: #fff;
  gap: 8px;
  justify-content: space-between;
}
/* line 20, ../sass/filter-map.scss */
.filter-map-top .btn {
  color: #000;
  display: flex;
  white-space: nowrap;
  cursor: pointer;
  align-items: center;
  overflow: hidden;
  position: relative;
  user-select: none;
  border-radius: 28px;
  padding: 0px 24px;
  height: 40px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  justify-content: center;
  text-align: center;
  transition-timing-function: ease;
  transition-duration: 0.2s;
  transition-property: all;
  border: 1px solid #5f6473;
}
/* line 44, ../sass/filter-map.scss */
.filter-map-top .btn:hover {
  background-color: #386294;
  border-color: #386294;
  color: #fff;
}
/* line 50, ../sass/filter-map.scss */
.filter-map-top .btn.hidden {
  display: none;
}

/* line 56, ../sass/filter-map.scss */
.filter-map-top-wr {
  display: flex;
  gap: 8px;
  margin-left: auto;
}
/* line 61, ../sass/filter-map.scss */
.filter-map-top-wr .parent-categories {
  display: none !important;
}
/* line 65, ../sass/filter-map.scss */
.filter-map-top-wr fieldset {
  position: relative;
}

/* line 70, ../sass/filter-map.scss */
.filter-map-top-bg {
  position: absolute;
  top: 80px;
  height: calc(100% - 80px);
  background-color: #000;
  opacity: .6;
  width: 100%;
  left: 0;
  z-index: 22;
  pointer-events: none;
  opacity: 0;
  transition: .3s ease-in-out;
}
/* line 83, ../sass/filter-map.scss */
.filter-map-top-bg.active {
  opacity: .6;
  pointer-events: all;
}

/* line 89, ../sass/filter-map.scss */
.filter-map-top-btn {
  padding: 0 15px 0 18px;
  background-color: #f3f5f7;
  border-color: #f3f5f7;
  align-items: center;
  border: 1px solid #0000;
  border-radius: 1000px;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: .8rem;
  height: 100%;
  justify-content: space-between;
  line-height: 112%;
  position: relative;
  transition: .4s  ease;
  white-space: nowrap;
  cursor: pointer;
}
/* line 110, ../sass/filter-map.scss */
.filter-map-top-btn svg {
  width: 10px;
  height: 10px;
  min-width: 10px;
  transform: rotate(-90deg);
  transition: .3s ease-in-out;
}
/* line 118, ../sass/filter-map.scss */
.filter-map-top-btn.active {
  border-color: #386294;
}
/* line 121, ../sass/filter-map.scss */
.filter-map-top-btn.active svg {
  transform: rotate(90deg);
}

/* line 127, ../sass/filter-map.scss */
.filter_dropdown {
  position: absolute;
  top: 70px;
  right: 0;
  /* width: 100%; */
  /* height: calc(100% - 80px); */
  z-index: 2;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  z-index: 40;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: max-content;
  max-width: 340px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}
/* line 147, ../sass/filter-map.scss */
.filter_dropdown.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
/* line 153, ../sass/filter-map.scss */
.filter_dropdown label {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 16px;
  align-items: center;
  cursor: pointer;
}
/* line 163, ../sass/filter-map.scss */
.filter_dropdown label.disabled {
  cursor: initial;
}
/* line 167, ../sass/filter-map.scss */
.filter_dropdown label input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  border-radius: 6px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  position: relative;
  top: 1px;
  cursor: pointer;
}
/* line 202, ../sass/filter-map.scss */
.filter_dropdown label input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
/* line 228, ../sass/filter-map.scss */
.filter_dropdown label input[type="checkbox"]:checked::before {
  transform: scale(1);
}

/* line 236, ../sass/filter-map.scss */
.filter_dropdown_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
}

/* line 246, ../sass/filter-map.scss */
.filter_dropdown_wr {
  position: relative;
  display: flex;
}

/* line 251, ../sass/filter-map.scss */
.filter-map-body {
  height: calc(100vh - 80px);
  width: 100%;
  min-height: 700px;
}
/* line 256, ../sass/filter-map.scss */
.filter-map-body #map {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 263, ../sass/filter-map.scss */
.filter-map-body-fix {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 8px 0 #7476800d;
  left: 40px;
  max-height: calc(100% - 130px);
  max-width: 440px;
  min-height: 220px;
  overflow: hidden;
  position: absolute;
  top: 110px;
  width: 440px;
  z-index: 10;
  transition: opacity .4s  ease;
}
/* line 279, ../sass/filter-map.scss */
.filter-map-body-fix.hide {
  opacity: 0;
  pointer-events: none;
}

/* line 285, ../sass/filter-map.scss */
.filter-map-body-number {
  border-bottom: 1px solid #d3d9df;
  font-size: 14px;
  font-weight: 500;
  line-height: 112%;
  padding: 20px;
}

/* line 293, ../sass/filter-map.scss */
.filter-map-body-list {
  max-height: calc(100vh - 190px);
  padding-right: 14px;
  margin-top: 10px;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 15px;
}

/* line 303, ../sass/filter-map.scss */
.filter-map-body-listbox {
  cursor: pointer;
  padding: 10px 20px;
  transition: background-color .4s  ease, opacity .4s  ease;
  display: flex;
  gap: 20px;
  position: relative;
}
/* line 313, ../sass/filter-map.scss */
.filter-map-body-listbox:last-child {
  margin-bottom: 20px;
}
/* line 317, ../sass/filter-map.scss */
.filter-map-body-listbox .image {
  flex-shrink: 0;
  height: 100px;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  width: 120px;
}
/* line 325, ../sass/filter-map.scss */
.filter-map-body-listbox .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 333, ../sass/filter-map.scss */
.filter-map-body-listbox .desc {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
/* line 339, ../sass/filter-map.scss */
.filter-map-body-listbox .desc p {
  font-size: 16px;
  display: block;
  font-weight: 600;
}
/* line 344, ../sass/filter-map.scss */
.filter-map-body-listbox .desc p span {
  display: block;
}
/* line 350, ../sass/filter-map.scss */
.filter-map-body-listbox .arrowview {
  width: 30px;
  height: 30px;
  border: 1px solid #386294;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  margin: 5px;
  transform: rotate(-90deg);
  transition: .3s ease-in-out;
}
/* line 366, ../sass/filter-map.scss */
.filter-map-body-listbox .arrowview svg {
  width: 16px;
  height: 16px;
}
/* line 372, ../sass/filter-map.scss */
.filter-map-body-listbox .desc-info {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 12px;
}
/* line 379, ../sass/filter-map.scss */
.filter-map-body-listbox .desc-info-box {
  display: flex;
  gap: 5px;
  color: #5f6473;
}
/* line 384, ../sass/filter-map.scss */
.filter-map-body-listbox .desc-info-box svg {
  width: 15px;
  height: 15px;
}
/* line 389, ../sass/filter-map.scss */
.filter-map-body-listbox .desc-info-box i {
  font-size: 14px;
}
/* line 395, ../sass/filter-map.scss */
.filter-map-body-listbox:hover {
  background-color: #f3f5f7;
}
/* line 398, ../sass/filter-map.scss */
.filter-map-body-listbox:hover .arrowview {
  background-color: #386294;
  color: #fff;
}

/* line 406, ../sass/filter-map.scss */
.lang-he .filter-map-top-wr {
  margin-right: auto;
  margin-left: 0;
}
/* line 413, ../sass/filter-map.scss */
.lang-he .filter-map-body-listbox .arrowview {
  right: initial;
  left: 0;
  transform: rotate(90deg);
}

/* line 422, ../sass/filter-map.scss */
.filter-map-body-fix-app {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 8px 0 #7476800d;
  left: 40px;
  max-height: calc(100% - 130px);
  max-width: 440px;
  min-height: 220px;
  overflow: hidden;
  position: absolute;
  top: 110px;
  width: 440px;
  z-index: 10;
  transition: .4s  ease;
  transform: translateY(100px);
  opacity: 0;
  pointer-events: none;
}
/* line 440, ../sass/filter-map.scss */
.filter-map-body-fix-app.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

/* line 447, ../sass/filter-map.scss */
.filter-map-body-fix-app-back {
  border-bottom: 1px solid #d3d9df;
  font-size: 14px;
  font-weight: 500;
  line-height: 112%;
  padding: 20px;
  cursor: pointer;
}
/* line 455, ../sass/filter-map.scss */
.filter-map-body-fix-app-back .svgmob {
  display: none;
}
/* line 461, ../sass/filter-map.scss */
.filter-map-body-fix-app-back:hover i {
  transform: translateX(-5px);
}
/* line 467, ../sass/filter-map.scss */
.filter-map-body-fix-app-back i {
  display: inline-block;
  transition: .3s ease-in-out;
}
/* line 472, ../sass/filter-map.scss */
.filter-map-body-fix-app-back i svg {
  width: 10px;
  height: 10px;
}

/* line 479, ../sass/filter-map.scss */
.filter-map-body-fix-app-list {
  max-height: calc(100vh - 190px);
  padding-right: 14px;
  margin-top: 10px;
  overflow: hidden;
  overflow-y: auto;
}

/* line 487, ../sass/filter-map.scss */
.filter-map-body-fix-app-list-box {
  position: relative;
  padding: 10px 0px 0px 20px;
  display: none;
}
/* line 492, ../sass/filter-map.scss */
.filter-map-body-fix-app-list-box.show {
  display: block;
}
/* line 496, ../sass/filter-map.scss */
.filter-map-body-fix-app-list-box .desc {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
/* line 502, ../sass/filter-map.scss */
.filter-map-body-fix-app-list-box .desc p {
  font-size: 20px;
  display: block;
  font-weight: 600;
}
/* line 507, ../sass/filter-map.scss */
.filter-map-body-fix-app-list-box .desc p span {
  display: block;
}
/* line 513, ../sass/filter-map.scss */
.filter-map-body-fix-app-list-box .desc-info {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 12px;
}
/* line 520, ../sass/filter-map.scss */
.filter-map-body-fix-app-list-box .desc-info-box {
  display: flex;
  gap: 5px;
  color: #5f6473;
}
/* line 525, ../sass/filter-map.scss */
.filter-map-body-fix-app-list-box .desc-info-box svg {
  width: 15px;
  height: 15px;
}
/* line 530, ../sass/filter-map.scss */
.filter-map-body-fix-app-list-box .desc-info-box i {
  font-size: 14px;
}
/* line 536, ../sass/filter-map.scss */
.filter-map-body-fix-app-list-box .desc-bx {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 5px;
}
/* line 543, ../sass/filter-map.scss */
.filter-map-body-fix-app-list-box .desc-bx-box {
  background-color: #f3f5f7;
  border-color: #f3f5f7;
  color: #373a41;
  border-radius: 100px;
  display: flex;
  gap: 8px;
  padding: 0 7px;
  height: 28px;
  font-size: 14px;
  align-items: center;
}
/* line 557, ../sass/filter-map.scss */
.filter-map-body-fix-app-list-box .desc-img {
  height: 220px;
  width: 100%;
  margin: 20px 0;
}
/* line 562, ../sass/filter-map.scss */
.filter-map-body-fix-app-list-box .desc-img img {
  height: 100%;
  object-fit: cover;
  display: block;
  width: 100%;
}
/* line 570, ../sass/filter-map.scss */
.filter-map-body-fix-app-list-box .desc-toggle {
  display: inline-flex;
  position: relative;
  width: fit-content;
  user-select: none;
  padding: 4px;
  width: 100%;
  border-radius: 35px;
  background: #fff;
  border: 1px solid #c7c6c5;
}
/* line 581, ../sass/filter-map.scss */
.filter-map-body-fix-app-list-box .desc-toggle .desc-toggle-btn {
  color: #000;
  display: flex;
  white-space: nowrap;
  cursor: pointer;
  align-items: center;
  overflow: hidden;
  position: relative;
  user-select: none;
  border-radius: 28px;
  padding: 0px 24px;
  height: 42px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  justify-content: center;
  width: 50%;
  text-align: center;
  transition-timing-function: ease;
  transition-duration: 0.2s;
  transition-property: all;
}
/* line 605, ../sass/filter-map.scss */
.filter-map-body-fix-app-list-box .desc-toggle .desc-toggle-btn.active {
  position: relative;
  background-color: #373a41;
  color: #fff;
}

/* line 614, ../sass/filter-map.scss */
.desc-toggle-body {
  display: flex;
  position: relative;
  margin-top: 20px;
  padding-bottom: 10px;
}

/* line 621, ../sass/filter-map.scss */
.desc-toggle-body-box-wr {
  margin-bottom: 8px;
  align-items: center;
  display: grid;
  font-size: 14px;
  font-weight: 500;
  gap: 12px;
  grid-template-columns: -webkit-min-content 1fr -webkit-min-content;
  grid-template-columns: min-content 1fr min-content;
  width: 100%;
}
/* line 633, ../sass/filter-map.scss */
.desc-toggle-body-box-wr:not(:last-child) {
  margin-bottom: .8rem;
}
/* line 638, ../sass/filter-map.scss */
.desc-toggle-body-box-wr .num {
  align-items: center;
  border: 1px solid #dadbe4;
  border-radius: 100px;
  display: flex;
  height: 32px;
  justify-content: center;
  line-height: 1;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  min-width: 48px;
  padding: 0 10px;
}
/* line 654, ../sass/filter-map.scss */
.desc-toggle-body-box-wr div {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: border-color .4s  ease, background-color .4s  ease, color .4s  ease;
  white-space: nowrap;
}

/* line 666, ../sass/filter-map.scss */
.desc-toggle-body-box {
  width: 100%;
  display: none;
}
/* line 670, ../sass/filter-map.scss */
.desc-toggle-body-box.active {
  display: block;
}

/* line 675, ../sass/filter-map.scss */
.desc-toggle-button {
  background-color: #fff;
  border: 1px solid #d3d9df;
  border-radius: 20px 20px 0 0;
  padding: 14px 18px 18px;
  position: absolute;
  width: 100%;
  z-index: 3;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  bottom: 0;
  left: 0;
  width: calc(100% + 35px);
  position: sticky;
  /* bottom: 0; */
  margin-left: -20px;
}

/* line 695, ../sass/filter-map.scss */
.desc-toggle-buttonbtn {
  width: 49%;
  color: #000;
  display: flex;
  white-space: nowrap;
  cursor: pointer;
  align-items: center;
  overflow: hidden;
  position: relative;
  user-select: none;
  border-radius: 28px;
  padding: 0px 24px;
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  justify-content: center;
  text-align: center;
  transition-timing-function: ease;
  transition-duration: 0.2s;
  transition-property: all;
  border: 1px solid #5f6473;
}
/* line 720, ../sass/filter-map.scss */
.desc-toggle-buttonbtn.blue {
  background-color: #386294;
  border-color: #386294;
  color: #fff;
}
/* line 726, ../sass/filter-map.scss */
.desc-toggle-buttonbtn.active {
  position: relative;
  background-color: #373a41;
  color: #fff;
}

/* line 733, ../sass/filter-map.scss */
.map-photo-marker {
  position: absolute;
  transform: translate(-50%, -100%);
  cursor: pointer;
  z-index: 999999;
  /* подняли сильно выше */
  pointer-events: auto;
}

/* сам белый пузырь */
/* line 742, ../sass/filter-map.scss */
.map-photo-marker .marker-pin {
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  padding: 2px 2px;
  height: 68px;
  box-sizing: border-box;
  /* это магия раскрытия */
  width: 80px;
  /* стартовая ширина: видна только фотка */
  transition: width 0.2s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 763, ../sass/filter-map.scss */
.map-photo-marker.hover {
  z-index: 1000000 !important;
}

/* при ховере/активе раскрываем */
/* line 768, ../sass/filter-map.scss */
.map-photo-marker.hover .marker-pin {
  width: 240px;
  /* тут видно и текст */
}

/* блок с фоткой слева */
/* line 773, ../sass/filter-map.scss */
.map-photo-marker .pm-photo {
  flex-shrink: 0;
  width: 72px;
  height: 58px;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}

/* текстовый блок справа */
/* line 784, ../sass/filter-map.scss */
.map-photo-marker .pm-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  white-space: nowrap;
}

/* line 792, ../sass/filter-map.scss */
.map-photo-marker .pm-title {
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 140px;
  margin-bottom: 2px;
}

/* line 804, ../sass/filter-map.scss */
.map-photo-marker .pm-extra {
  font-family: sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 140px;
}

/* треугольная стрелка вниз */
/* line 815, ../sass/filter-map.scss */
.map-photo-marker .marker-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));
}

/* чтобы кликать в большую карточку справа (твоя панель), курсор */
/* line 829, ../sass/filter-map.scss */
.map-photo-marker .marker-click-zone {
  position: absolute;
  inset: 0;
}

/* line 834, ../sass/filter-map.scss */
.filter-map-mobile-top {
  display: none;
}

/* line 838, ../sass/filter-map.scss */
.btn.btn-mobile-close {
  display: none;
}

/* line 842, ../sass/filter-map.scss */
.filter-mobile-bg-all {
  display: none;
}

/* line 846, ../sass/filter-map.scss */
.filter-mobile-open-btn {
  display: none;
}

/* line 856, ../sass/filter-map.scss */
.lang-he .filter-map-body-list {
  padding-left: 14px;
  padding-right: 0;
}
/* line 861, ../sass/filter-map.scss */
.lang-he .filter-map {
  direction: rtl;
}
/* line 865, ../sass/filter-map.scss */
.lang-he .filter_dropdown {
  left: 0;
  right: auto;
}
/* line 870, ../sass/filter-map.scss */
.lang-he .filter-map-body-fix {
  left: initial;
  right: 40px;
}
/* line 875, ../sass/filter-map.scss */
.lang-he .filter-map-body-fix-app {
  left: initial;
  right: 40px;
}
/* line 884, ../sass/filter-map.scss */
.lang-he .filter-map-body-fix-app-back:hover i {
  transform: translateX(5px);
}
/* line 892, ../sass/filter-map.scss */
.lang-he .filter-map-body-fix-app-back i svg {
  transform: scalex(-1);
}
/* line 898, ../sass/filter-map.scss */
.lang-he .desc-toggle-button {
  margin-left: 0;
  margin-right: -20px;
}

@media only screen and (min-width: 1241px) and (max-width: 1479px) {
  /* line 906, ../sass/filter-map.scss */
  .filter_dropdown {
    max-width: 280px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 913, ../sass/filter-map.scss */
  .filter_dropdown {
    max-width: 280px;
  }

  /* line 917, ../sass/filter-map.scss */
  .filter-map-top-btn {
    font-size: 13px;
  }

  /* line 927, ../sass/filter-map.scss */
  .filter-map-top-wr fieldset:last-child .filter_dropdown {
    left: initial;
    right: 0;
  }

  /* line 943, ../sass/filter-map.scss */
  .lang-he .filter-map-top-wr fieldset:last-child .filter_dropdown {
    left: 0;
    right: initial;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023px) {
  /* line 956, ../sass/filter-map.scss */
  .filter-map {
    overflow: initial;
    margin-bottom: 20px;
  }

  /* line 961, ../sass/filter-map.scss */
  .filter-map-body {
    height: calc(100vh + 40px - 104px);
    margin-bottom: -40px;
  }

  /* line 966, ../sass/filter-map.scss */
  .filter-mobile-open-btn {
    position: sticky;
    bottom: 0;
    left: 50%;
    padding: 0 16px;
    background-color: #386294;
    color: #fff;
    display: flex;
    gap: 5px;
    transform: translateX(-50%) translateY(-20px);
    z-index: 21;
    border-radius: 100px;
    align-items: center;
    height: 34px;
    width: max-content;
    margin: 0 auto;
  }
  /* line 983, ../sass/filter-map.scss */
  .filter-mobile-open-btn svg {
    width: 16px;
    height: 16px;
  }

  /* line 990, ../sass/filter-map.scss */
  .filter-mobile-bg-all {
    display: block;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .6;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    z-index: 22;
    pointer-events: none;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  /* line 1005, ../sass/filter-map.scss */
  .filter-mobile-bg-all.active {
    opacity: .6;
    pointer-events: all;
  }

  /* line 1011, ../sass/filter-map.scss */
  .filter-map-mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* line 1016, ../sass/filter-map.scss */
  .filter-map-mobile-top span {
    font-size: 22px;
    font-weight: 500;
    line-height: 118%;
  }
  /* line 1022, ../sass/filter-map.scss */
  .filter-map-mobile-top .filter-map-mobile-top-close {
    height: 36px;
    pointer-events: all;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #d3d9df;
    color: #373a41;
  }
  /* line 1034, ../sass/filter-map.scss */
  .filter-map-mobile-top .filter-map-mobile-top-close svg {
    width: 14px;
    height: 14px;
  }

  /* line 1041, ../sass/filter-map.scss */
  .filter-btn-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f3f5f7;
    border-bottom: none;
    padding: 20px;
    margin: 0 -20px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: -20px;
  }
  /* line 1055, ../sass/filter-map.scss */
  .filter-btn-wrapper .btn {
    width: 48%;
    display: flex !important;
  }
  /* line 1059, ../sass/filter-map.scss */
  .filter-btn-wrapper .btn.hidden {
    opacity: .2;
    background: #5f6473;
    color: #ffffff;
  }

  /* line 1068, ../sass/filter-map.scss */
  .btn-mobile-close {
    display: flex;
  }

  /* line 1072, ../sass/filter-map.scss */
  .filter_dropdown {
    width: 100%;
    position: relative;
    top: initial;
    padding: 0;
    gap: 10px;
    display: none;
    transform: none;
    margin-bottom: 20px;
  }
  /* line 1082, ../sass/filter-map.scss */
  .filter_dropdown.active {
    display: flex;
  }

  /* line 1090, ../sass/filter-map.scss */
  .filter-map-top .btn {
    height: 50px;
  }

  /* line 1095, ../sass/filter-map.scss */
  .filter-map-top-bg {
    display: none !important;
  }

  /* line 1099, ../sass/filter-map.scss */
  .filter-map-top-btn {
    font-size: 16px;
    background: transparent;
    border: none;
    padding: 15px 0px;
    border-radius: 0;
  }

  /* line 1107, ../sass/filter-map.scss */
  .filter-map-top {
    position: fixed;
    bottom: 0;
    flex-direction: column;
    z-index: 333344;
    max-height: 90vh;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transform: translateY(100%);
    pointer-events: none;
    transition: transform .3s ease-in-out;
  }
  /* line 1123, ../sass/filter-map.scss */
  .filter-map-top.active {
    pointer-events: all;
    transform: translateY(0);
  }
  /* line 1128, ../sass/filter-map.scss */
  .filter-map-top:after {
    content: '';
    background-color: rgba(60, 60, 67, 0.302);
    border-radius: 5px;
    content: "";
    cursor: grab;
    height: 4px;
    transition: background-color .4s  ease, transform .4s  ease;
    width: 40px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  /* line 1146, ../sass/filter-map.scss */
  .filter-map-top-wr {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  /* line 1151, ../sass/filter-map.scss */
  .filter-map-top-wr fieldset {
    border-bottom: 1px solid #f3f5f7;
  }
  /* line 1154, ../sass/filter-map.scss */
  .filter-map-top-wr fieldset:last-child {
    border-bottom: none;
  }
  /* line 1157, ../sass/filter-map.scss */
  .filter-map-top-wr fieldset:last-child .filter_dropdown {
    left: initial;
    right: 0;
  }

  /* line 1165, ../sass/filter-map.scss */
  .filter-map-body-fix {
    display: none !important;
  }

  /* line 1169, ../sass/filter-map.scss */
  .filter-map-body-fix-app {
    bottom: 0;
    position: fixed;
    top: initial;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 2222222;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-width: 100%;
  }

  /* line 1183, ../sass/filter-map.scss */
  .filter-map-body-fix-app-list {
    padding: 0 15px;
  }
  /* line 1186, ../sass/filter-map.scss */
  .filter-map-body-fix-app-list:after {
    content: '';
    background-color: rgba(60, 60, 67, 0.302);
    border-radius: 5px;
    content: "";
    cursor: grab;
    height: 4px;
    transition: background-color .4s  ease, transform .4s  ease;
    width: 40px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  /* line 1204, ../sass/filter-map.scss */
  .filter-map-body-fix-app-list-box {
    padding: 0;
  }
  /* line 1207, ../sass/filter-map.scss */
  .filter-map-body-fix-app-list-box .desc {
    max-width: 85%;
  }

  /* line 1212, ../sass/filter-map.scss */
  .filter-map-body-fix-app-back {
    font-size: 0 !important;
    padding: 0;
    height: 36px;
    pointer-events: all;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #d3d9df;
    color: #373a41;
    margin: 20px;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    z-index: 5555;
  }
  /* line 1231, ../sass/filter-map.scss */
  .filter-map-body-fix-app-back i {
    display: none !important;
  }
  /* line 1235, ../sass/filter-map.scss */
  .filter-map-body-fix-app-back .svgmob {
    display: block;
    width: 14px;
    height: 14px;
  }

  /* line 1251, ../sass/filter-map.scss */
  .lang-he .filter-map-top-wr fieldset:last-child .filter_dropdown {
    left: 0;
    right: initial;
  }
  /* line 1259, ../sass/filter-map.scss */
  .lang-he .filter-map-body-fix-app-back {
    right: initial;
    left: 0;
  }
}
