/*
.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;    
}

@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;        
    }

}

*/

/****************************************************/

.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
}


.city-modal {
    background: rgba(251,251,251,.6);
    border: 1px solid rgba(44,42,42,.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
}


.city {
    cursor: pointer
}

.city path {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

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

.map {
    max-width: 100%
}


.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: 0px;
    padding-right: 0px;
    padding-left: 0px
}


.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
}


.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: 14px;    
    text-align: center;
    letter-spacing: 0.2px;
    color: #0A0A0A;
}

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


@media (max-width: 768px) {

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

}



@media (max-width: 598px) {
    .maps__region {
        margin:0
    }


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

.group__city path.p_1:hover {
    fill: #00A1E5;
    cursor:pointer;
}

