
.section__map{
    position: relative;
}


.map path.active {
    fill: var(--Green_main, #00A1E5);
    cursor: pointer;
}

.maps__title_small {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0A0A0A;
    max-width: 360px;
    position: absolute;
    left: 25px;
    bottom: 150px;
    margin: 0;
    pointer-events: none;
}

ul.maps__region li{
    line-height: 20px;
    margin-bottom: 15px;
}

ul.maps__region li a{
    font-weight: 400;
    font-size: 18px;    
    text-align: center;
    letter-spacing: 0.2px;
    color: #0A0A0A;
}

ul.maps__region li a:hover{
    color: #1e87f0;
}


.h3__title.map__title{
    font-weight: 600;
    font-size: 24px;   
    letter-spacing: 0.2px;
    color: #0A0A0A;
    text-transform: uppercase;
}


.city-modal {
    background: rgba(251, 251, 251, 0.6);
    border: 1px solid rgba(44, 42, 42, 0.3);
    box-sizing: border-box;
    backdrop-filter: blur(21px);
    border-radius: 5px;
    padding: 20px 40px;
    font-size: 14px;
    letter-spacing: 2px;
}


.lugansk-modal {
    background: rgba(0, 0, 0, 0.2);
    width: 230px;   
    position: absolute;
    top: 28.0%;
    right: calc(50% - 380px);
}

.krum-modal {
    background: rgba(0, 0, 0, 0.2);
    width: 230px;    
    position: absolute;
    bottom: 9.0%;
    right: calc(50% - 140px);
}

.doneck-modal {
    background: rgba(0, 0, 0, 0.2);
    width: 230px;    
    position: absolute;
    top: 37.0%;
    right: calc(50% - 300px);
}

.maps__block_home{
    position: relative;
}


.city-modal address,
.city-modal .city-modal__text
{
    margin: 0;
}

.city-modal .city-modal__text{
    color: red;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;    
}

/*
.group__city text{ text-shadow: 0px 1px 2px rgba(0,0,0,0.6); }
*/

@media (max-width: 768px) {
 
    .maps__title_small {
        font-weight: 500;
        font-size: 10px;
        line-height: 14px;
        max-width: 100%;
        position: absolute;
        left: 25px;
        bottom: 60px;
        margin: 0;
    }

    ul.maps__region{        
        margin-top: 40px;
    }

    .section__map{
        padding-top: 20px;     
    }


    .h3__title.map__title {
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 0.2px;        
    }





}