

@media screen and (max-width:991px){

    .header .menu{

        display: none;

    }

}



@media screen and (max-width:767px){

    .header .logo img{

        max-width: 100px;

    }
    .header--text{
        display: none;
    }
    .header-menu{
        display: none;
    }
    .header{
        position: sticky;
        top: 0;
        z-index: 999;
    }
    .menu-ft{
        margin-bottom: 20px;
    }
}