@media (min-width:1024px)
{

	.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;
	}
}