@media(max-width:1100px){
}
@media(max-width:670px){
    .header__logo{
        width: 200px;
    }
    .header__menu-links{
        max-width: none;
        width: 100%;
    }
    
}
@media(max-width:610px){    
    .operations__button, .operations__button.active{
        border-radius: 0;
        margin: 10px 0 0 0;
        width: 100%;
    }
    .faqs{
        padding-top: 0;
    }
    .faqs__question-w{
        padding: 10px;
        font-size: 18px;
    }
    .faqs__question-b{
        padding: 10px;
        font-size: 18px;
    }
}
@media(max-width:500px) {
    .flexboxes{
        flex-direction: column;
    }
    .flexboxes__box{
        width: 100%;
    }
}
@media(max-width:450px){
    .header__menu-block{
        margin: 10px auto;
    }

    .header__logo{
        margin: 0px auto 20px;
    }
    .operations__button-l{
        border-radius: 0;
    }
    .operations__button-r{
        border-radius: 0;
    }
    .operations__button-l.active{
        border-radius: 0;
    }
    .operations__button-r.active{
        border-radius: 0;
    }
    .operations__title{
        font-size: 35px;
    }
    .operations__title p{
        font-size: 14px;
    }
    .operations__table-row td{
        font-size: 12px;    
    }
    .operations__table-title{
        font-size: 12px;
    }
    .faqs__question-w{
        font-size: 18px;
        padding: 10px;
        border-radius: 10px;
    }
    .faqs__question-b{
        font-size: 18px;
        padding: 10px;
        border-radius: 10px;
    }
    .accept__images img{
        width: 60px;
    }
    .contact__inner a{
        font-size: 15px;
    }
    .header__menu-links-l a{
        font-size: 15px;
    }
    .header__menu-links-l li{
        background-position: 5px 5px;
    }
}
@media(max-width:320px){
    .header__title{
        font-size: 35px;
    }
    .header__menu-logo{
        margin: 0 auto 50px;
    }
    .header__menu-links{
        padding: 60px 10px 20px;
    }
    .header__menu{
        align-items: flex-start;
    }
    
}


