
.mobile__menuContainer {
    overflow-y: scroll;
}

.why-subtitle{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.why-item-title {
    font-size: 20px;
    text-shadow: 1px 0 1px rgba(0, 20, 83, 1), 0 1px 1px rgba(0, 20, 83, 1), -1px 0 1px #000, 0 -1px 1px rgba(0, 20, 83, 1);
    margin-bottom: 10px;
}
.why-item{
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

/* ================ */
.transparent-text-block ul{
    list-style: none;
}
.transparent-text-block ul li{
    position: relative;
}
.transparent-text-block ul li:before{
    position: absolute;
    left: -9px;
    top: -2px;
    content: url(../img1/circle-list.svg);
    width: 4px;
    height: 4px;
}
/* ================ */
/* .sprTextBlock3{
    background: url(../img1/reasons-bg.png) no-repeat 100% 75px;
} */
/* ================ */
.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;
}
/* ================ */


/* ======== Go media ======== */
@media only screen and (max-width:1200px){
    .sprTextBlock3{ background: none; }
    .sprTextBlock3 br{ display: none; }
}
/* ======= /1200 ========= */
@media only screen and (max-width:992px){
    .reason-item-text br {
        display: none;
    }
    .reasons-block{
        gap:20px;
    }
    
}/* ======= / end 992========= */