.block_product__body {
	margin-top: 30px;
}

.block_product__item {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
	height: 415px;
}

.block_product__image {
	max-height: 255px;
}

.block_product__image img {
	max-height: 255px;
	margin: 0 auto;
}

.block_product__hover {
	display: none;
	position: absolute;
	margin: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.15);
	border-radius: 5px;	
}

.block_product__item:hover .block_product__hover {
	display: block;	
}

.block_product__name {
	min-height: 60px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 1.2em;
	text-align: center;
	font-weight: bold;
	font-family: 'FreeSetBoldCyrillic', Arial;
}

@media (min-width: 768px) and (max-width: 991px) {
	.block_product__name {
		font-size: 21px;
	}	
}

@media (max-width: 991px) {
	.block_product .h1 {
		text-align: center;
	}
}

.block_product__btn {
	margin: 10px auto;
	width: 204px;
	display: block;
	position: relative;
}

.btn_all_razdel {
	background: url(/img/catalog/btn_all_razdel.png);
	width: 350px;
	height: 85px;
	margin: 0px auto;
	display: block;
}

.block_product__hide {
	display: none;
}