.map-filters__list {
    position: relative;
}
.map-filters__item {
    position: relative;
    z-index: 2;
}
.map-filters__link {
    position: relative;
    display: inline-block;
    font-family: 'Oswald';
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
}
.map-filter-mobile__bttn {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 2;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.map-filter-mobile__bttn i {
    color: #fff;
}
.map-container__map {
    width: 100%;
    height: 100%;
}

/* buble pin */
.bubble_container .bubble{
  width: 110px!important;
  height: 50px!important;
  background: #FCC643!important;
  border-color: #FCC643!important;
  overflow: hidden!important;
padding-right: 20px !important;
}
.bubble_container .bubble h2{
    font-family: 'DM Sans', sans-serif;
  color: #000;
  font-weight: 600;
  font-style: normal;
    font-size: 1.3rem;
}
.bubble_container .bubble p {
    display: none;
}
.bubble_container .arrow div:first-child{
  display: none;
}
.bubble_container .arrow div:last-child{
  border-color: #FCC643 transparent transparent!important;
  border-top-width: 10px!important;
  border-left-width: 10px!important;
  border-right-width: 10px!important;
  margin-left: -9px!important;
}
.bubble_close{
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  margin: 3px;
  font-size: 10px;
}
.bubble_close:before {
  content: "\e900";
}


@media only screen 
and (min-width : 961px) {
    .map-filters {
        position: relative;
        z-index: 2;
        background-color:#FCC643;
        overflow: hidden;
    }
    .map-filters__list,
    .map-filters__item {
        position: relative;
    }
    .map-filters__item {
        z-index: 2;
    }
    .map-filters__list::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 200vw;
        height: 101%;
        background-color: #000;
        display: inline-block;
        -webkit-transform: skew(-16deg);
            -ms-transform: skew(-16deg);
                transform: skew(-16deg);
        z-index: 1;
    }
    .map-filters__link {
        position: relative;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Oswald';
        font-weight: 600;
        letter-spacing: normal;
    }
    .map-container {
        z-index: 1;
        background-color: #000;
    }
    .map-filters {
        font-size: 0;
    }
    .map-filters__list {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 10rem;
        padding-right: 10.74rem;
        padding-left: 6%;
    }
    .map-filters__item:not(:last-child) {
        margin-right: 4.28rem;
    }
    .map-filters__link {
        font-size: 1.5rem;
        line-height: 1em;
    }
    .map-filters__link:hover::before,
    .map-filters__link.active::before {
        content: "";
        width: 100%;
        height: .2rem;
        background-color: var(--main-color);
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: -.4rem;
    }
    .map-container {
        margin-top: -10rem;
        background-color: #000;
        height: 77.5rem;
    }
    .map-container .row {
        height: 77.5rem;
    }
    .map-filters__mobile {
        display: none;
    }
}   
@media only screen 
and (max-width : 961px) {
    .map-filters {
        position: relative;
        z-index: 3;
        background-color:#FCC643;
    }
    .map-filters .col-36-36 {
        min-height: 0;
    }
    .map-filters__mobile {
        width: 100%;
        position: relative;
        z-index: 2;
        min-height: 10rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-right: 4.5rem;
    }
    .map-filters__mobile::before {
        content: "";
        position: absolute;
        right: 1rem;
        top: 0;
        width: 200vw;
        height: 101%;
        background-color: #000;
        display: inline-block;
        -webkit-transform: skew(-16deg);
            -ms-transform: skew(-16deg);
                transform: skew(-16deg);
        z-index: 1;
    }
    .map-filter-mobile__text {
        font-size: 1.8rem;
        line-height: 2.88em;
        letter-spacing: .038em;
    }
    .map-filter-mobile__bttn i {
        font-size: 1.4rem;
    }
    .map-filters__list {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-2rem);
            -ms-transform: translateY(-2rem);
                transform: translateY(-2rem);
        position: absolute;
        top: 11.5rem;
        left: 8rem;
        background-color: #000;
        width: 25.6rem;
        height: auto;
        z-index: 2;
        padding: 5rem 3rem;
        -webkit-transition: visibility .7s, -webkit-transform .7s;
        transition: visibility .7s, -webkit-transform .7s;
        -o-transition: transform .7s, visibility .7s;
        transition: transform .7s, visibility .7s, -webkit-transform .7s;
        transition: transform .7s, visibility .7s;
    }
    .active .map-filter-mobile__bttn i {
        width: 1.4rem;
        height: .2rem;
        background-color: #fff;
        display: inline-block;
    }
    .active .map-filter-mobile__bttn i::before {
        content: none;
    }
    .active .map-filters__list {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .map-filters__item:not(:last-child) {
        margin-bottom: 2.8rem;
    }
    .map-filters__link {
        color: #FEF4CC;
        font-size: 1.8rem;
        line-height: 2.88em;
        letter-spacing: 0.069em;
    }
    .map-filters__item.active .map-filters__link::before {
        content: "";
        width: 100%;
        height: .2rem;
        background-color: var(--main-color);
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .map-container .col-36-36 {
        padding: 0;
    }
    .map-container {
        background-color: #000;
        height: 44rem;
    }
    .map-container .row {
        height: 44rem;
    }
}



.map-container .animated-dot{width:20px; height:20px; left:-9px;  top:-5px;  position:relative;}

.map-container .animated-dot .middle-dot{width:16px; background-color: #ffe72d; height:16px; border-radius:30px; position:absolute; left:2px; top:2px; transform-origin:50% 50%; animation-fill-mode:forwards; animation-iteration-count:infinite}

.map-container[data-dark-color-scheme="1"] .animated-dot .middle-dot:after{width:100%; height:100%; display:block; position:absolute; left:0; top:0; content:' '; background-color:#fff; border-radius:30px; z-index:100; opacity:0; animation:animationSignal2 cubic-bezier(0,.55,.55,1) 2.2s;  transform-origin:50% 50%;  animation-fill-mode:forwards;  animation-delay:0.9s;  animation-iteration-count:infinite}

.map-container .animated-dot .signal{width:180px; background-color: #ffe72d; pointer-events:none; height:180px; border-radius:200px; position:absolute; left:-80px; top:-80px; opacity:0; -webkit-animation:animationSignal cubic-bezier(0,.55,.55,1) 2.2s; animation:animationSignal cubic-bezier(0,.55,.55,1) 2.2s;  transform-origin:50% 50%;  animation-fill-mode:forwards;  animation-delay:0.9s;  animation-iteration-count:infinite}

.map-container .animated-dot .signal2{width:180px; background-color: #ffe72d; height:180px; pointer-events:none; border-radius:200px; position:absolute; left:-80px; top:-80px; opacity:0; -webkit-animation:animationSignal cubic-bezier(0,.55,.55,1) 2.2s; animation:animationSignal cubic-bezier(0,.55,.55,1) 2.2s;  transform-origin:50% 50%;  animation-fill-mode:forwards;  animation-delay:1.1s;  animation-iteration-count:infinite}

@-webkit-keyframes animationSignal{0%{ opacity:0;  transform: scale(0.00)}
  1%{opacity:0.4}
  15%{opacity:0.4}
  70%{ transform: scale(1);  opacity:0}
}

@-webkit-keyframes animationSignal2{0%{ opacity:0}
  1%{opacity:0.25}
  15%{opacity:0.2}
  70%{ opacity:0}
}

@keyframes animationSignal{0%{ opacity:0;  transform: scale(0.00)}
  1%{opacity:0.4}
  15%{opacity:0.4}
  70%{ transform: scale(1);  opacity:0}
}

@keyframes animationSignal2{0%{ opacity:0}
  1%{opacity:0.25}
  15%{opacity:0.2}
  70%{ opacity:0}
}
