@media (min-width: 1200px)
{
	.container {
	    max-width: 1263px;
	}
	.header {
	    width: 100%;
	    position: fixed;
	    top: 0;
	    z-index: 10;
	}
}
@media (max-width: 1024px){
	.left-cat
	{
		-ms-flex-order: 2;
		order: 2;
		margin-top: 20px;
	}
	.right-cat
	{
		-ms-flex-order: 2;
		order: 2;
		margin-top: 20px;
	}
}
@media (max-width: 992px){
	
	.box-skins,
	.nav-deskop
	{
		display: none;
	}
	#content
	{
		padding-top: 20px;
	}
	.top-home h2, .widget-title
	{
		display: block;
	}
}