@charset "UTF-8";
/* line 1, ../sass/object-map-new.scss */
.ObjMapMobileClose {
  display: none;
}

/* line 5, ../sass/object-map-new.scss */
.ObjMapWrap {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 1200px;
  height: 665px;
  max-height: 70vh;
  position: relative;
}

/* line 14, ../sass/object-map-new.scss */
.ObjMapWr {
  padding: 70px 0;
}

/* line 18, ../sass/object-map-new.scss */
.ObjMap {
  height: 100% !important;
  width: 100% !important;
}

/* line 23, ../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 32, ../sass/object-map-new.scss */
.ObjMapMenu span {
  font-size: 15px;
  display: block;
  margin: 9px 16px;
  padding-left: 20px;
  position: relative;
}
/* line 39, ../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 53, ../sass/object-map-new.scss */
.ObjMapMenu span:nth-child(2):before {
  border-color: yellow;
}
/* line 60, ../sass/object-map-new.scss */
.ObjMapMenu span:nth-child(3):before {
  border-color: #3416b6;
}

/* line 68, ../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 75, ../sass/object-map-new.scss */
.mapboxgl-popup .mapboxgl-popup-content {
  border-radius: 10px !important;
  padding: 0 !important;
}
/* line 85, ../sass/object-map-new.scss */
.mapboxgl-popup .mapboxgl-popup-content a:hover b:after {
  background-color: #bff670;
}
/* line 90, ../sass/object-map-new.scss */
.mapboxgl-popup .mapboxgl-popup-content a:hover p {
  color: #000;
}
/* line 93, ../sass/object-map-new.scss */
.mapboxgl-popup .mapboxgl-popup-content a:hover p:after {
  background-image: url(../img/9054423_bx_arrow_back_icon-map-black.svg);
  background-color: #bff670;
  color: #000;
}
/* line 103, ../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 115, ../sass/object-map-new.scss */
.mapboxgl-popup .img-house {
  position: relative;
  overflow: hidden;
  border-radius: 10px !important;
}
/* line 120, ../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(18, 73, 68, 0.65));
}
/* line 132, ../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: #bff670;
  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 155, ../sass/object-map-new.scss */
.mapboxgl-popup .img-house:hover:after {
  background: linear-gradient(180deg, transparent 25%, rgba(47, 41, 99, 0) 60%, #124944);
}
/* line 159, ../sass/object-map-new.scss */
.mapboxgl-popup .img-house:hover img {
  transform: scale(1.05);
}
/* line 163, ../sass/object-map-new.scss */
.mapboxgl-popup .img-house:hover:before {
  opacity: 1;
  background-image: url(../img/3844476_eye_see_show_view_watch_icon-black.svg);
}
/* line 170, ../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: #bff670;
  height: 20px;
  margin: 8px 0 4px;
}
/* line 197, ../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 220, ../sass/object-map-new.scss */
.mapboxgl-popup p {
  font-weight: 400;
  font-size: 13px;
  padding: 10px 5px;
  color: #000;
  position: relative;
}
/* line 228, ../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: #124944;
  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 253, ../sass/object-map-new.scss */
.MapPopUpWr {
  padding: 16px;
  padding-bottom: 0;
  box-sizing: border-box;
  border: 1px solid #e7e5f0;
}
/* line 259, ../sass/object-map-new.scss */
.MapPopUpWr h3 {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #bff670;
}
/* line 266, ../sass/object-map-new.scss */
.MapPopUpWr small {
  font-size: 13px;
  display: block;
}
/* line 271, ../sass/object-map-new.scss */
.MapPopUpWr strong {
  display: block;
  margin-top: 4px;
  color: rgba(73, 68, 96, 0.8);
  font-size: 13px;
}
/* line 278, ../sass/object-map-new.scss */
.MapPopUpWr span {
  display: block;
  width: 100%;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0);
  color: #bff670;
  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 300, ../sass/object-map-new.scss */
.MapPopUpWr p {
  font-weight: 800;
  font-size: 14px;
  display: block;
}

/* line 306, ../sass/object-map-new.scss */
.marker {
  border: none;
  cursor: pointer;
  height: 56px;
  width: 56px;
  background-image: url(../img/map/marker1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
/* line 316, ../sass/object-map-new.scss */
.marker:nth-child(1) {
  background-image: url(../img/map/marker2.png);
}
/* line 320, ../sass/object-map-new.scss */
.marker:nth-child(2) {
  background-image: url(../img/map/marker3.png);
}

/* line 326, ../sass/object-map-new.scss */
.lang-he .ObjMapWrap {
  direction: rtl;
}
/* line 330, ../sass/object-map-new.scss */
.lang-he .ObjMapMenu {
  left: initial;
  right: 25px;
}
/* line 338, ../sass/object-map-new.scss */
.lang-he .mapboxgl-popup b {
  right: inherit;
  left: 5px;
}
/* line 342, ../sass/object-map-new.scss */
.lang-he .mapboxgl-popup b:after {
  right: initial;
  left: 0;
  transform: scale(1);
}
/* line 351, ../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 367, ../sass/object-map-new.scss */
  .ObjMapWrap {
    max-width: 960px;
    height: 535px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 376, ../sass/object-map-new.scss */
  .ObjMapWrap {
    max-width: 738px;
    height: 410px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 385, ../sass/object-map-new.scss */
  .ObjMapWr {
    padding: 30px 0;
  }
  /* line 388, ../sass/object-map-new.scss */
  .ObjMapWr .container {
    width: 100% !important;
  }

  /* line 393, ../sass/object-map-new.scss */
  .mapboxgl-popup {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    right: initial !important;
    bottom: initial !important;
  }

  /* line 401, ../sass/object-map-new.scss */
  .mapboxgl-popup-content {
    padding-bottom: 70px !important;
  }

  /* line 405, ../sass/object-map-new.scss */
  #ObjMapBox {
    padding: 0 !important;
  }
  /* line 408, ../sass/object-map-new.scss */
  #ObjMapBox .container {
    display: none;
  }

  /* line 413, ../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 430, ../sass/object-map-new.scss */
  .ObjMapWrap {
    height: 70vh;
  }

  /* line 434, ../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 446, ../sass/object-map-new.scss */
  .ObjMapWrap.FixedMobile .ObjMap {
    width: 100%;
    height: 100vh !important;
  }
  /* line 451, ../sass/object-map-new.scss */
  .ObjMapWrap.FixedMobile.show {
    z-index: 999999999;
    transform: translateX(0%);
    pointer-events: all;
    opacity: 1;
  }
}
