
.section__map{
    position: relative;
}


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


.maps__img{ width:562px; position:relative; }

.maps__img .map_1{ position: absolute; top: 25px; right: 35px; }


.maps__block_home address{
    margin: 0 0 0 0 !important;
}

.win-hide {
    display: none;   
}

.odessa-modal {
    position: absolute;
    top: 65.7%;
    right: calc(50% + 54px);
}

.kiyev-modal {
    position: absolute;
    top: 35.4%;
    right: calc(50% + 20px);
}


.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: 18px;
}

.city-modal__text{
    margin-bottom: 0;
    color: #262626;
    line-height: 30px;
}

.city-modal__call{
    color: #262626;
}

.city-modal__call:hover{
    color: #000;
}


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

.doneck-modal .city-modal__text {
    color: #fff;
    text-align: center;
}


.lugansk-modal {
    background: rgba(0, 0, 0, 0.2);
    width: 230px;
    font-size: 16px;
    position: absolute;
    top: 39.0%;
    right: calc(50% - 160px);
}

.lugansk-modal .city-modal__text {
    color: #fff;
    text-align: center;
}


.krum-modal {
    background: rgba(0, 0, 0, 0.2);
    width: 230px;
    font-size: 16px;
    position: absolute;
    bottom: 6.0%;
    right: calc(50% + 85px);
}

.krum-modal .city-modal__text {
    color: #fff;
    text-align: center;
}


.odessa-modal.active, .kiyev-modal.active { display: block }
.city { cursor: pointer }
.city path { -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s }

.group__city:hover > .city path{
   fill: #00A1E5;
}

.map { max-width: 100% }

/*
.group__city:hover > path{
   fill: #00D093;
}

.group__city:hover > text{
   fill: #fff;  
}

*/

.odessa.active, .kiyev.active { fill: #00D093 }

.point_city{
  cursor: pointer;
}

.city__big{
    font-size: 28px;
}


ul.maps__region li{
    list-style: none;
    margin-bottom: 15px;
}

ul.maps__region li a{
    color: var(--Black_main, #262626);
    text-decoration: underline;
}

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

.maps__block_home {
   padding-top: 52px;
   padding-right: 30px;
   padding-left: 317px;
}

.maps__title {
    font-weight: 500;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0A0A0A;
    max-width: 250px;
    position: absolute;
    left: 30px;
    bottom: 0px;
    margin: 0;
    pointer-events: none;
}

.maps__title--accent {
    font-weight: 750;
    letter-spacing: 1px;
    color: #00D093;
    display: block;
}


.map path.p_1:hover {
    fill: var(--Green_main, #00D093);  
    cursor: pointer;
}

ul.adress_map{
    position: absolute;
    top: 105px;
    left: 10px;
    list-style: none;
}

ul.adress_map li{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}


@media (max-width: 598px) {

    .maps__region {
        margin: 0;
    }

    .maps__title--accent {    
        display: inline-flex;
        margin-right: 6px;
    }
    
    .maps__title {        
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #0A0A0A;
        max-width: 100%;
        position: absolute;
        left: 18px;
        bottom: auto;
        top: 60px;
        margin: 0;
        pointer-events: none;
    } 

    .maps__block_home {
        padding-top: 160px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .maps__img {
        width: 100%;
        position: relative;
    }

}