
@media only screen and (max-width: 1200px){

}
@media only screen and (max-width: 992px){

    footer .block-table {
        display: block;
        width: auto;
    }
    footer .block-table-tr {
        display: block;
    }
    footer .block-table-td {
        display: block;
    }
    .footer-left, .footer-middle, .footer-right {
        width: auto;
    }
    .footer-left, .footer-left *, .footer-middle, .footer-middle *, .footer-right, .footer-right * {
        text-align: center;
    }
    footer .footer-middle {
        padding: 40px 0px;
    }
    footer .block-table-tr { display: flex; flex-direction: column; }
    footer .footer-left { order: 3; }
    footer .footer-middle { order: 2; }
    footer .footer-right { order: 1; }

}
@media only screen and (max-width: 800px){
    .manufacturersItemSizer {
        width: 33.333%;
    }
}
@media only screen and (max-width: 767px){

}
@media only screen and (max-width: 576px){
    .manufacturersItemSizer {
        width: 50%;
    }
}















