
.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========= */


/******  *******/
.faq {
    margin-top: 95px
}

.faq .h2 {
    margin-bottom: 50px;
    text-align: center
}

.faq-item {
    padding: 34px 36px 1px;
    background: #4771E8;
    margin-bottom: 20px;
    color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    border-radius: 10px
}

.faq-item-header {
    display: block;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 20px;
    color: #FFF
}

.faq-item-header:hover {
    color: #FFF
}

.faq-item-header span {
    float: right
}

.faq-item-header span.minus {
    display: none
}

.faq-item-header.open span.minus {
    display: inline-block
}

.faq-item-header.open span.plus {
    display: none
}

.faq-item-text {
    border-top: 1px solid rgba(238,238,238,.3);
    padding-top: 24px;
    padding-bottom: 50px;
    display: none;
    color: #f1f1f1
}

@media (max-width:550px){
    .faq-item{
        padding: 18px;
    }
    .faq-item-text{
        padding-bottom: 0;
    }
    .faq-item-header{
        margin-bottom: 10px;
        font-size: 18px;
    }
}
/******  *******/