@charset "UTF-8";
@font-face {
  font-family: 'SabonLTStd';
  src: url(/font/SabonLTStd-Roman.otf);
}
/* line 19, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 23, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 27, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 31, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 35, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 39, ../sass/all/base.scss */
.taj {
  text-align: justify !important;
}

/* line 43, ../sass/all/base.scss */
.ltr {
  direction: ltr !important;
}

/* line 47, ../sass/all/base.scss */
.rtl {
  direction: rtl !important;
}

/* line 51, ../sass/all/base.scss */
.d-i-f {
  display: -webkit-inline-flex !important;
  display: -moz-inline-flex !important;
  display: -ms-inline-flex !important;
  display: -o-inline-flex !important;
  display: inline-flex !important;
}

/* line 59, ../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 67, ../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 75, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 79, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 83, ../sass/all/base.scss */
.j-c-f-s {
  justify-content: flex-start !important;
}

/* line 87, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 92, ../sass/all/base.scss */
.a-i-f-e {
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
}

/* line 97, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 101, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 105, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 109, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 113, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 117, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 121, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 125, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 129, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 139, ../sass/all/base.scss */
.mob-ver {
  display: none;
}

/* line 143, ../sass/all/base.scss */
.pos-r {
  position: relative;
}

/* line 147, ../sass/all/base.scss */
.m-l-a {
  margin-left: auto;
}

/* line 151, ../sass/all/base.scss */
.no-visible-section {
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
}

/* line 159, ../sass/all/base.scss */
.lang-he .m-l-a {
  margin-left: 0;
  margin-right: auto;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 166, ../sass/all/base.scss */
  .mob-ver {
    display: block;
  }

  /* line 170, ../sass/all/base.scss */
  .desc-ver {
    display: none;
  }

  /* line 174, ../sass/all/base.scss */
  .no-pad-top-mob {
    padding-top: 0 !important;
  }
}
/* line 3, ../sass/object-map-new.scss */
body {
  padding-top: var(--header-height);
}

/* line 7, ../sass/object-map-new.scss */
.ObjMapMobileClose {
  display: none;
}

/* line 11, ../sass/object-map-new.scss */
.ObjMapWrap {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 1200px;
  height: 665px;
  max-height: 70vh;
  position: relative;
}

/* line 20, ../sass/object-map-new.scss */
.ObjMap {
  height: 100% !important;
  width: 100% !important;
}

/* line 25, ../sass/object-map-new.scss */
.ObjMapMenu {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 20;
  background: #fff;
  border-radius: 6px;
  box-shadow: 1px 1px 10px -4px #000;
}
/* line 34, ../sass/object-map-new.scss */
.ObjMapMenu span {
  font-size: 15px;
  display: block;
  margin: 9px 16px;
  padding-left: 20px;
  position: relative;
}
/* line 41, ../sass/object-map-new.scss */
.ObjMapMenu span:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  border: 1px solid red;
}
/* line 55, ../sass/object-map-new.scss */
.ObjMapMenu span:nth-child(2):before {
  border-color: yellow;
}
/* line 62, ../sass/object-map-new.scss */
.ObjMapMenu span:nth-child(3):before {
  border-color: #3416b6;
}

/* line 70, ../sass/object-map-new.scss */
.mapboxgl-popup {
  max-width: 230px !important;
  width: 230px !important;
  padding: 0 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}
/* line 77, ../sass/object-map-new.scss */
.mapboxgl-popup .mapboxgl-popup-content {
  border-radius: 10px !important;
  padding: 0 !important;
}
/* line 81, ../sass/object-map-new.scss */
.mapboxgl-popup .mapboxgl-popup-content a {
  display: block;
}
/* line 87, ../sass/object-map-new.scss */
.mapboxgl-popup .mapboxgl-popup-content a:hover b:after {
  background-color: #288eff;
}
/* line 93, ../sass/object-map-new.scss */
.mapboxgl-popup .mapboxgl-popup-content a:hover p:after {
  background-color: #288eff;
}
/* line 99, ../sass/object-map-new.scss */
.mapboxgl-popup .mapboxgl-popup-content a:hover .img-house:after {
  background: linear-gradient(180deg, transparent 25%, rgba(47, 41, 99, 0) 60%, #2f2963);
}
/* line 103, ../sass/object-map-new.scss */
.mapboxgl-popup .mapboxgl-popup-content a:hover .img-house img {
  transform: scale(1.05);
}
/* line 107, ../sass/object-map-new.scss */
.mapboxgl-popup .mapboxgl-popup-content a:hover .img-house:before {
  opacity: 1;
}
/* line 115, ../sass/object-map-new.scss */
.mapboxgl-popup img {
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 140px;
  margin: 0 auto;
  margin-bottom: 12px;
  margin: 0 auto;
  transition: 0.3s ease;
}
/* line 127, ../sass/object-map-new.scss */
.mapboxgl-popup .img-house {
  position: relative;
  overflow: hidden;
  border-radius: 10px !important;
  /*  &:hover {
  
     
  } */
}
/* line 133, ../sass/object-map-new.scss */
.mapboxgl-popup .img-house.hide:after, .mapboxgl-popup .img-house.hide::before {
  display: none !important;
}
/* line 139, ../sass/object-map-new.scss */
.mapboxgl-popup .img-house.grad::before {
  display: none !important;
}
/* line 143, ../sass/object-map-new.scss */
.mapboxgl-popup .img-house.grad:after {
  background: linear-gradient(180deg, transparent 25%, rgba(47, 41, 99, 0) 60%, #2f2963);
}
/* line 148, ../sass/object-map-new.scss */
.mapboxgl-popup .img-house:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 47%, rgba(47, 41, 99, 0) 60%, rgba(47, 41, 99, 0.65));
}
/* line 160, ../sass/object-map-new.scss */
.mapboxgl-popup .img-house:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #288eff;
  background-image: url(/assets/img/3844476_eye_see_show_view_watch_icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 16px auto;
  background-size: 16px auto;
  opacity: 0;
  transition: 0.3s opacity ease;
  z-index: 2;
}
/* line 187, ../sass/object-map-new.scss */
.mapboxgl-popup span {
  border-radius: 4px;
  height: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
  -webkit-letter-spacing: 0.5px;
  -moz-letter-spacing: 0.5px;
  -ms-letter-spacing: 0.5px;
  letter-spacing: 0.5px;
  background: rgba(0, 0, 0, 0.12);
  background: rgba(20, 193, 123, 0.15);
  color: #03AEB4;
  height: 20px;
  margin: 8px 0 4px;
}
/* line 214, ../sass/object-map-new.scss */
.mapboxgl-popup b {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 2;
  color: #fff;
  display: inline-block;
  line-height: 1.4;
  font-size: 18px;
  right: 5px;
  width: calc(100% - 10px);
}
/* line 237, ../sass/object-map-new.scss */
.mapboxgl-popup p {
  font-weight: 400;
  font-size: 13px;
  padding: 10px 5px;
  color: #000;
  position: relative;
}
/* line 245, ../sass/object-map-new.scss */
.mapboxgl-popup p:after {
  content: 'Перейти';
  position: absolute;
  display: block;
  height: 20px;
  right: 5px;
  z-index: 10;
  font-size: 10px;
  background-color: #2f2963;
  background-image: url(../img/9054423_bx_arrow_back_icon-map-right.svg);
  background-position: 93% center;
  background-repeat: no-repeat;
  background-size: 14px;
  color: #fff;
  width: auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 0 20px 0 5px;
  font-weight: 500;
  top: 9px;
}

/* line 270, ../sass/object-map-new.scss */
.MapPopUpWr {
  padding: 16px;
  padding-bottom: 0;
  box-sizing: border-box;
  border: 1px solid #e7e5f0;
}
/* line 276, ../sass/object-map-new.scss */
.MapPopUpWr h3 {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #3416b6;
}
/* line 283, ../sass/object-map-new.scss */
.MapPopUpWr small {
  font-size: 13px;
  display: block;
}
/* line 288, ../sass/object-map-new.scss */
.MapPopUpWr strong {
  display: block;
  margin-top: 4px;
  color: rgba(73, 68, 96, 0.8);
  font-size: 13px;
}
/* line 295, ../sass/object-map-new.scss */
.MapPopUpWr span {
  display: block;
  width: 100%;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0);
  color: #3416b6;
  padding: 14px 16px;
  min-width: 52px;
  display: flex;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  border-top: 1px solid #e7e5f0;
  margin-left: -16px;
  margin-right: -16px;
  width: calc(100% + 32px);
  margin-top: 16px;
}
/* line 317, ../sass/object-map-new.scss */
.MapPopUpWr p {
  font-weight: 800;
  font-size: 14px;
  display: block;
}

/* line 324, ../sass/object-map-new.scss */
.FilterMapBtn {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
/* line 333, ../sass/object-map-new.scss */
.FilterMapBtn .FilterMapBtnMob {
  width: 30px;
  height: 30px;
  padding: 3px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2f2963;
  cursor: pointer;
}
/* line 345, ../sass/object-map-new.scss */
.FilterMapBtn .FilterMapBtnMob svg {
  width: 20px;
  height: 20px;
}
@media (hover: hover) {
  /* line 352, ../sass/object-map-new.scss */
  .FilterMapBtn .FilterMapBtnMob:hover {
    background-color: #288eff;
  }
}
/* line 358, ../sass/object-map-new.scss */
.FilterMapBtn .FilterMapBtnMob.show {
  background-color: #288eff;
}
/* line 361, ../sass/object-map-new.scss */
.FilterMapBtn .FilterMapBtnMob.show ~ button {
  display: flex;
}
/* line 367, ../sass/object-map-new.scss */
.FilterMapBtn button {
  width: 30px;
  height: 30px;
  padding: 3px;
  background-color: #E9E9F2;
  border-radius: 50%;
  border: 1px solid #E9E9F2;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 59%;
  background-position: center center;
  font-size: 0;
  display: none;
}
/* line 381, ../sass/object-map-new.scss */
.FilterMapBtn button.active {
  border-color: #2f2963;
  background-color: #2f2963;
  color: #fff;
}
@media (hover: hover) {
  /* line 388, ../sass/object-map-new.scss */
  .FilterMapBtn button:hover {
    border-color: #2f2963;
    background-color: #2f2963;
    color: #fff;
  }
}
/* line 395, ../sass/object-map-new.scss */
.FilterMapBtn button#showParkButton {
  background-image: url(../img/3561773_ecology_green_park_tree_icon.png);
}
/* line 399, ../sass/object-map-new.scss */
.FilterMapBtn button#showShopButton {
  background-image: url(../img/61473_shop_store_icon.png);
}
/* line 403, ../sass/object-map-new.scss */
.FilterMapBtn button#showBusStopButton {
  background-image: url(../img/134180_bus_icon.svg);
}
/* line 406, ../sass/object-map-new.scss */
.FilterMapBtn button#showBusStopButton.active {
  background-image: url(../img/134180_bus_icon22.svg);
}
@media (hover: hover) {
  /* line 411, ../sass/object-map-new.scss */
  .FilterMapBtn button#showBusStopButton:hover {
    background-image: url(../img/134180_bus_icon22.svg);
  }
}
/* line 418, ../sass/object-map-new.scss */
.FilterMapBtn button#showSchoolButton {
  background-image: url(../img/8684382_education_college_maps_location_placeholder_icon.png);
}
/* line 422, ../sass/object-map-new.scss */
.FilterMapBtn button#showKinderGartenButton {
  background-image: url(../img/2760419_baby_bottle_boy_child_girl_icon.png);
}
/* line 426, ../sass/object-map-new.scss */
.FilterMapBtn button#showSeaButton {
  background-image: url(../img/sea-map-icons2.png);
  background-size: cover;
}
/* line 430, ../sass/object-map-new.scss */
.FilterMapBtn button#showSeaButton.active {
  background-image: url(../img/sea-map-icons.png);
}
@media (hover: hover) {
  /* line 435, ../sass/object-map-new.scss */
  .FilterMapBtn button#showSeaButton:hover {
    background-image: url(../img/sea-map-icons.png);
  }
}

/* line 444, ../sass/object-map-new.scss */
.marker {
  border: none;
  cursor: pointer;
  width: 14px;
  height: 14px;
  background-color: #000;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  box-shadow: 0 0 0 rgba(47, 41, 99, 0.4);
  border: 1px solid #fff;
}
/* line 457, ../sass/object-map-new.scss */
.marker.Park-marker {
  background-image: url(../img/3561773_ecology_green_park_tree_icon.png);
  background-color: transparent;
  border-radius: 0;
  width: 18px;
  height: 18px;
  animation: none !important;
  border: none;
}
/* line 467, ../sass/object-map-new.scss */
.marker.Shop-marker {
  background-image: url(../img/61473_shop_store_icon.png);
  background-color: transparent;
  border-radius: 0;
  width: 18px;
  height: 18px;
  animation: none !important;
  border: none;
}
/* line 477, ../sass/object-map-new.scss */
.marker.BusStop-marker {
  opacity: 0;
  background-image: url(../img/134180_bus_icon.svg);
  background-color: transparent;
  border-radius: 0;
  width: 18px;
  height: 18px;
  animation: none !important;
  border: none;
}
/* line 487, ../sass/object-map-new.scss */
.marker.BusStop-marker.active {
  opacity: 1;
}
/* line 492, ../sass/object-map-new.scss */
.marker.School-marker {
  background-image: url(../img/8684382_education_college_maps_location_placeholder_icon.png);
  background-color: transparent;
  border-radius: 0;
  width: 18px;
  height: 18px;
  animation: none !important;
  border: none;
}
/* line 502, ../sass/object-map-new.scss */
.marker.KinderGarten-marker {
  background-image: url(../img/2760419_baby_bottle_boy_child_girl_icon.png);
  background-color: transparent;
  border-radius: 0;
  width: 18px;
  height: 18px;
  animation: none !important;
  border: none;
}
/* line 512, ../sass/object-map-new.scss */
.marker.Sea-marker {
  background-image: url(../img/sea-map-icons.png);
  background-color: transparent;
  border-radius: 0;
  width: 24px;
  height: 24px;
  animation: none !important;
  border: none;
}
/* line 522, ../sass/object-map-new.scss */
.marker.main {
  background-image: url(/assets/img/no-logo-other2.png);
  background-color: transparent;
  border-radius: 0;
  width: 24px;
  height: 24px;
  animation: none !important;
  border: none;
}
/* line 532, ../sass/object-map-new.scss */
.marker.logo {
  border: 1px solid #288eff;
}
/* line 536, ../sass/object-map-new.scss */
.marker:hover {
  animation: pulses 2s infinite;
}

@-webkit-keyframes pulses {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(47, 41, 99, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(47, 41, 99, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(47, 41, 99, 0);
  }
}
@keyframes pulses {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(47, 41, 99, 0.4);
    box-shadow: 0 0 0 0 rgba(47, 41, 99, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(47, 41, 99, 0);
    box-shadow: 0 0 0 15px rgba(47, 41, 99, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(47, 41, 99, 0);
    box-shadow: 0 0 0 0 rgba(47, 41, 99, 0);
  }
}
/* line 569, ../sass/object-map-new.scss */
.mapboxgl-popup-close-button {
  display: none !important;
}

/* line 573, ../sass/object-map-new.scss */
.FilterMapBtn {
  align-items: flex-end;
}
/* line 576, ../sass/object-map-new.scss */
.FilterMapBtn .FilterMapBtnMob {
  display: flex;
}
/* line 580, ../sass/object-map-new.scss */
.FilterMapBtn button {
  display: none;
  font-size: 12px;
  width: auto;
  background-size: 16px !important;
  background-position: 5px center;
  border-radius: 15px;
  align-items: center;
  justify-content: flex-start;
  padding-left: 30px;
  padding-right: 10px;
}

/* line 596, ../sass/object-map-new.scss */
.lang-ru .FilterMapBtn {
  align-items: flex-start;
}

/* line 602, ../sass/object-map-new.scss */
.lang-he .ObjMapWrap {
  direction: rtl;
}
/* line 606, ../sass/object-map-new.scss */
.lang-he .ObjMapMenu {
  left: initial;
  right: 25px;
}
/* line 614, ../sass/object-map-new.scss */
.lang-he .mapboxgl-popup b {
  right: inherit;
  left: 5px;
}
/* line 618, ../sass/object-map-new.scss */
.lang-he .mapboxgl-popup b:after {
  right: initial;
  left: 0;
  transform: scale(1);
}
/* line 627, ../sass/object-map-new.scss */
.lang-he .mapboxgl-popup p:after {
  content: 'לעבור';
  right: initial;
  padding: 0 5px 0 20px;
  left: 5px;
  background-image: url(../img/9054423_bx_arrow_back_icon-map.svg);
  background-position: 3% center;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 643, ../sass/object-map-new.scss */
  .ObjMapWrap {
    max-width: 960px;
    height: 535px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 652, ../sass/object-map-new.scss */
  .ObjMapWrap {
    max-width: 738px;
    height: 410px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 660, ../sass/object-map-new.scss */
  .mapboxgl-popup {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    right: initial !important;
    bottom: initial !important;
  }

  /* line 668, ../sass/object-map-new.scss */
  .mapboxgl-popup-content {
    padding-bottom: 70px !important;
  }

  /* line 672, ../sass/object-map-new.scss */
  #ObjMapBox {
    padding: 0 !important;
  }
  /* line 675, ../sass/object-map-new.scss */
  #ObjMapBox .container {
    display: none;
  }

  /* line 680, ../sass/object-map-new.scss */
  .mapboxgl-canvas {
    pointer-events: none;
  }

  /* line 688, ../sass/object-map-new.scss */
  #map:hover .mapboxgl-canvas {
    pointer-events: all;
  }

  /* line 694, ../sass/object-map-new.scss */
  .ObjMapMobileClose {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 46px;
    height: 46px;
    background-color: #0000006b;
    opacity: 1;
    z-index: 12;
    border-radius: 50%;
    background-image: url(/assets/img/4115230_cancel_close_delete_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 53%;
    display: block;
  }

  /* line 711, ../sass/object-map-new.scss */
  .ObjMapWrap {
    height: calc(50vh - var(--header-height));
  }
  /* line 714, ../sass/object-map-new.scss */
  .ObjMapWrap #map {
    height: calc(50vh - var(--header-height)) !important;
  }

  /* line 719, ../sass/object-map-new.scss */
  .ObjMapWrap.FixedMobile {
    position: fixed !important;
    height: initial;
    top: 0;
    left: 0;
    height: 100vh !important;
    max-height: initial;
    transform: translateX(-1000%);
    pointer-events: none;
    opacity: 0;
    width: 100%;
  }
  /* line 731, ../sass/object-map-new.scss */
  .ObjMapWrap.FixedMobile .ObjMap {
    width: 100%;
    height: 100vh !important;
  }
  /* line 736, ../sass/object-map-new.scss */
  .ObjMapWrap.FixedMobile.show {
    z-index: 999999999;
    transform: translateX(0%);
    pointer-events: all;
    opacity: 1;
  }

  /* line 744, ../sass/object-map-new.scss */
  .FilterMapBtn {
    align-items: flex-end;
  }
  /* line 747, ../sass/object-map-new.scss */
  .FilterMapBtn .FilterMapBtnMob {
    display: flex;
  }
  /* line 751, ../sass/object-map-new.scss */
  .FilterMapBtn button {
    display: none;
    font-size: 12px;
    width: auto;
    background-size: 16px;
    background-position: 5px center;
    border-radius: 15px;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 10px;
  }

  /* line 767, ../sass/object-map-new.scss */
  .lang-ru .FilterMapBtn {
    align-items: flex-start;
  }
}
