.nav-footer-block ul li ul {
    padding: 20px 0 0px 25px;
}
.mobile__menuContainer {
    overflow-y: scroll;
}
.nav-header-block li ul{
    padding-bottom: 0px;
}
.why-need{
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.why-need-item{
    text-transform: uppercase;
    font-family: gilroyBold;
    font-size: 20px;
    color: rgba(95, 142, 168, 1);
    letter-spacing: 0.5px;
    line-height: 34px;
}
.why-need-item:nth-of-type(1){
    margin-right: 52px;
    animation: flash;
    animation-duration: 1s;
    animation-delay: 0s;
}
.why-need-item:nth-of-type(3){
    width: 100%;
    margin-left: 215px;
    animation: flash;
    animation-duration: .5s;
    animation-delay: 1s;
    /* animation: pulse;
    animation-duration: 1s;
    animation-delay: .5s; */
}
.why-need-item:nth-of-type(4){
    width: 100%;
    text-align: right;
    /* animation: shakeX;
    animation-duration: 1s;
    animation-delay: 1s; */
    animation: flash;
    animation-duration: .5s;
    animation-delay: 2s;
}
/* ================ */
.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:992px){
    .reason-item-text br, blockquote br {
        display: none;
    }
    .reasons-block{
        gap:20px;
    }
    .why-need-item:nth-of-type(1){
        margin-right: 0;
        width: 100%;
    }
    .why-need-item:nth-of-type(3){
        width: 100%;
        margin-left: 0;
    }
    .why-need-item:nth-of-type(4){
        width: 100%;
        text-align: left;
    }
    .why-need-item {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 15px;
    }
} /* ================ */