.recBlock1 .recImg {
	background: url(../img/rec_1.jpg) center no-repeat; /* БЛОК 1 ИЗОБРАЖЕНИЕ */
}

.recBlock2 .recImg {
	background: url(../img/rec_2.jpg) center no-repeat; /* БЛОК 2 ИЗОБРАЖЕНИЕ */
}

.recBlock3 .recImg {
	background: url(../img/rec_3.jpg) center no-repeat; /* БЛОК 3 ИЗОБРАЖЕНИЕ */
}

.recBlock4 .recImg {
	background: url(../img/rec_4.jpg) center no-repeat; /* БЛОК 4 ИЗОБРАЖЕНИЕ */
}

.recBlock5 .recImg {
	background: url(../img/rec_5.jpg) center no-repeat; /* БЛОК 5 ИЗОБРАЖЕНИЕ */
}

.recBlock6 .recImg {
	background: url(../img/rec_6.jpg) center no-repeat; /* БЛОК 6 ИЗОБРАЖЕНИЕ */
}


.recCover h2 {
	font-size: 25px;
	color: red;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: "Arial", sans-serif!important;
}

.recContent {
	box-sizing: border-box;
	padding-bottom: 50px;
	font-size: 0!important;
	width: 100%;
	max-width: 100%; /* РАЗМЕРЫ ВСЕГО БЛОКА */
}

.recBlock {
	display: inline-block!important;
	margin: 4px;
}

.recBlock .recImg {
	background-size: cover!important;
}

.recBlock4 {
	margin-top: 20px;
}

.recImg {
	width: 100%;
}

.recBlock h5 {
	font-size: 17px;
	font-weight: bold;
	margin: 10px 0 0 0;
	color: #515150; /* ЦВЕТ ЗАГОЛОВКОВ РЕКОМЕНДАЦИЙ */
	font-family: "Arial", sans-serif!important;
	line-height: 1;
}

.recBlock p {
	font-size: 10px!important;
	font-weight: 400;
	padding: 0!important;
	text-align: center;
	line-height: 1;
	margin-top: 10px;
	color: #bbb; /* ЦВЕТ НАЗВАНИЙ РЕКОМЕНДАЦИЙ */
	font-family: "Arial", sans-serif!important;
}

@media screen and (max-width: 768px) {
	.recCover h2 {
		font-size: 20px;
	}

	.recContent {
		padding: 0 10px;
	}

	.recContent a {
		display: block;
	}

	.recBlock {
		margin: 10px 0 0 0;
	}

	.recBlock1 {
		margin-top: 0px;
	}
}
