@media (min-width:1024px)
{

	.catalog_block .catalog_item_wrapp, .catalog_block .catalog_item_wrapp:nth-child(4n) {
		width:25%!important;
		min-height:430px;
	}

	.catalog_block .item_wrap:not(.touch):hover, .catalog_block .item_wrap.hover {
		box-shadow: 0 3px 10px -5px gray;
	}

	.image_wrapper_block, .image_wrapper_block a {max-height:310px!important;}

}

@media (max-width:1024px) {
	.flexslider .slides > li {
		height:465px!important;
	}
}