
@media screen and (max-width: 1920px) {
.burger-menu{ width:100%; }

}


@media screen and (max-width: 1600px) {
 ul.burger-menu-col{width:16.66%; }
 .burger-menu-contacts{ width: 33.33%; }
}

@media screen and (max-width: 1400px) {
.map-opt-filters {  left: -546px; width: 840px;}
 .map-opt-filters::after{left: 71%;}
.map-filters-wrapper > ul > li{ width:19%; margin-right: 1%; margin-top: 9px;}
    .map-filters-wrapper > ul > li:nth-child(3n){ margin-right:1%; }
    .map-filters-wrapper > ul > li:nth-child(5n){ margin-right:0px; }
.tsr-all{max-height:490px;}
}


@media screen and (max-width: 1300px) {
.burger-menu-contacts{ flex-direction:column;  }
.bmc-left{width: 100%;}
.bmc-right{ width:100%; margin-top:20px; }
 ul.burger-menu-col, .burger-menu-contacts{width:20%; }	

}


@media screen and (max-width: 1023px) {
nav#menu{ display: block; }
}