#map {
    width: 100%;
}

#map path {
    transition: all .5s;
    fill: rgba(129, 129, 129, 1);
    stroke: rgba(0, 0, 0, 0.5);
}

#map path.active {
    fill: #fff !important;
    cursor: pointer;
}

#map-indicator {
    position: absolute;
    display: inline;
    background: rgba(0, 0, 0, 1);
    color: #f1f1f1;
    padding: 10px 30px;
    font: 20px Arial;
    border-radius: 5px;
    min-width: 300px;
    text-transform: capitalize;
    display: none;
    top: 0;
    right: 0;
}

.pop.active {
    display: block !important;
}

.dot._12 {
    left: 28%;
    top: 34%;
    width: 12px;
    height: 12px;
}
.azs {
    position: absolute;
    left: 30%;
    top: 53%;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

#azs-controller {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.azs svg {
    width: 100%;
}

.azs.hide {
    display: none;
}

.w-tab-link {
    transition: 0.3s;
}

.w-tab-pane {
    display: block !important;
    transition: 1s !important;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

.w--tab-active {
    opacity: 1;
    max-height: none;
}

.dot_group.active {
    background-color: #fff;
}

.map-mobile-tabs {
    display: none;
}

@media (max-width: 768px) {
    .map-mobile-tabs {
        display: block;
    }

    #w-tabs-0-data-w-pane-1 .dot {
        display: none;
    }

    .pop {
        transform: translateY(140px);
        top: auto;
        bottom: 0;
    }
}

.map-mobile-tabs {
    margin-bottom: 40px;
    transform: translateY(-140px);
    color: #fff;
    width: 100%;
    padding: 0 30px;
}

.map-mobile-tabs__btns {
    display: flex;
    justify-content: center;
    gap: 40px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;      
}

.map-mobile-tabs__btns__el.active {
    color: #ff4700;
    cursor: pointer;
}

.map-mobile-tabs__body__el {
    margin-top: 20px;
    display: none;
}
 

.map-mobile-tabs__body__el.active {
    display: block;
}
.map-mobile-tabs__body__el__item {
    font-size: 12px;
    display: flex;
    justify-content: center;
    padding: 2px 0;
}