@media screen and (min-width:1200px){

    #logo{width: 320px;}

}

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

    #logo:after, #logo:before{display: none!important;}

    #right-blk{display: none;}

    #main-selects-filters,
    #content-blk{width: auto; max-width: 100%;}
    #main-filter-result {width: 100%; max-width: 100%;}


}