<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 768px) {
	
    header {
        display:  none;
    }
	
    body {
        padding-top: 70px;
		position: relative;
    }
	
	#content {
		/*margin: 0px 0!important;*/
		overflow-x: auto!important
		
	}
	
	.mobile-hidden{
		display: none!important;
	}
	
	.mobile-show{
		display:inherit!important;
	}
	
	.section__title {
		margin-bottom: 15px;
	}
	
    .container .container__title {
        font-size: 22px
    }
	
    footer .bottom-menu {
        padding-top: 10px;
        padding-bottom: 0;
        text-align: left
    }
    footer .bottom-menu .row {
        justify-content: space-between
    }
    footer .bottom-menu .col-sm-6 {
        flex: 0 0 50%;
        text-align: left
    }
    footer .separator {
        width: calc(100% - 30px);
        margin: 25px 15px 0;
        border-top: 1px solid #474747
    }
    footer .footer__contacts {
        max-width: unset
    }
    footer .footer-desc.info {
        border-top: unset
    }
	
	.mobile-search {
		margin-top: 15px;
	}
}



@media (max-width: 992px) {
	
    .filter_block .filter_header {
		overflow: hidden;
    }
	
    .filter_header .filter-head {
		padding: 0 12px;
	}
        
    .mobile-main-block {
        display: block;
    }

}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
	
}
@media (max-width:1100px) {
	header .header .header__statistics{
		display: none
	}
	.top-header .row .col-md-5 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;	
	}
	.top-header .row .col-md-7 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.top-header .fair-mark {
		display: none;
	}
	
	.top-header .head_search  {
		width: calc(100% - 80px);
		border-right: 1px solid #e7e7e7;
	}
}
@media (max-width:999px) {
	
	.top-header .head_search  {
		min-width: 300px;
	}
}

</pre></body></html>