/* Big (over desktops, 1200px and up) */
@media (min-width: 1200px) {
    /*===============================*/
    /*===============================*/ 
}

/* Big (over desktops, 992px and 1200px) */

@media (min-width: 992px) and (max-width: 1199.98px) { 

    .b-logotype .logotype__name {
        font-size: 17px;
    }

    .b-client .client__img img {
        width: 230px;
    }


    #sp-menu .sp-megamenu-parent > li > a {
        padding: 0 5px;
        font-size: 11px;
    }

}

/* END */
/*===============================*/