@media (min-width: 768px) and (max-width: 1023px){
	.collection_column{
		background:none;
		padding:0;
	}
	.collection_column_item{
		background:#f4fbfe;
		padding:20px 25px;
	}
	.collection_column.rus{
		float:left;
		width:48%;
		margin-right:20px;
		margin-left:0;
	}
	.collection_column.eng{
		position:absolute;
		width:48%;
		right:0;
	}
}
@media (min-width: 320px) and (max-width: 767px){
	.collection_column{
		background:none;
		padding:0;
		width:100%;
	}
	.collection_column_item{
		background:#f4fbfe;
		padding:20px 25px;
	}
	.body__navigation-filter{
		display:none;
	}
	.catalog_collection .body__navigation{
		background:#f4fbfe;
		border:1px solid #dbecf5;
		text-align:center;
		position:relative;
	}
	.catalog_collection .body__navigation h1{
		font-size:24px;
	}
	.collection_tabs_block{
		float:none;
	}
	.collection_tab{
		margin-left:10px;
		padding:10px 19px;
	}
	.collection_tab:nth-child(1){
		margin-left:0;
	}
	.catalog_brands .body__catalog-item, 
	.catalog_brands .body__catalog-item:hover{
		width:180px;
		padding:0;
		padding-bottom:20px;
	}
	.catalog_brands .body__catalog-item{
		border:1px solid #e6e6e6;
		margin:20px auto;
	}
	.catalog_brands .body__catalog-item:hover{
		margin-top:20px;
		border:1px solid #e6e6e6;
	}
	.body__catalog{
		padding-top:0;
	}
}
@media (min-width: 967px) and (max-width: 1023px){
	.collection_tab_block .body__catalog-item{
		margin:9px;
	}
}