.nav-footer-block ul li ul {
    padding: 20px 0 0px 25px;
}
.mobile__menuContainer {
    overflow-y: scroll;
}
.nav-header-block li ul{
    padding-bottom: 0px;
}
/* ================ */
.text-white-bg ul.cities-list li:before{
    content: none;
}
.text-white-bg ul.cities-list{
    list-style: square;
    padding-left: 30px;
}
.text-white-bg ul.cities-list li{
    padding-left: 0;
}
/* ================ */


@media only screen and (max-width:992px){
    .reason-item-text br {
        display: none;
    }
    .reasons-block{
        gap:20px;
    }
}