.map-region {
    display: block;
}

.map-region .st0 {
    fill:#EEF2F5;
    stroke:#000000;
    stroke-width:2;
    stroke-miterlimit:10;
}

.map-region .st0:hover {
    fill: #EC1D23;
    cursor: pointer;
}

.map-region .st1 {
    fill:#ED1D24;
    stroke:#000000;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.map-region .st2 {
    fill:#FFFFFF;
}

.map-region .st3 {
    display:none;
}

.map-region .st4 {
    display:inline;
    fill:#ED1D24;
    stroke:#000000;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.map-region .st5 {
    display:inline;
}

.map-wrap {
    position: relative;
}

.map-wrap path:hover, .map-wrap path.active {
    fill: #EC1D23;
    cursor: pointer;
}

.map-wrap text {
    font-size: 11px;
    font-weight: bold;
    pointer-events: none;
    fill: #000;
    transition-duration: .2s;
}

.map-wrap text.active {
    fill: #FFF;
    font-size: 12px;
}

.map-wrap .select-style {
    position: absolute;
    top: 0;
    right: 0;
}

.map-wrap svg {
    display: block;
}

@media screen and (max-width: 750px) {
    .map-wrap {
        width: 100%;
    }

    .map-wrap .select-style {
        position: static;
    }

    .map-wrap svg {
        display: none;
    }

    .map-region {
        display: none;
    }
}
