

/* Start:/local/templates/pro/components/bitrix/catalog.section/pro_last_added2312/style.css?17360284391309*/
section.blog {
	padding: 0;
}

section.blog .inner {

}

.blog_small {
	display: grid;
	grid-template-columns: repeat(3, 32%);
	grid-gap: 20px;
	justify-content: center;
}

.blog_small article {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-gap: 15px;
	justify-content: start;
	border-bottom: 2px solid #e5e5e5;
}

.blog_small .meta-views {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
	color: #959595;
}

.blog_small .meta-views i {
	margin-right: 5px;
}

.blog_small .story-media img {
	max-width: 110px;
	height: auto;
	transition: .3s;
}

.blog_small .story-media img:hover {
	opacity: .7;
}

.blog_small .story-text {
	
}

.blog_small .story-title {
	font-weight: 700;
	text-decoration: none;
}

.story-preview:first-letter {
	text-transform: uppercase;
}

span.proto {
	background: #e4e4e4;
	border-radius: 5px;
	padding: 1px 11px;
	font-size: 12px;
	white-space: nowrap;
	font-weight: normal;
}




@media screen and (max-width: 1016px) {

	.grid-sizer,
	.grid-item {
		width: 41%;
	}

}


@media screen and (max-width: 1016px) {

	.blog_small {
		grid-template-columns: repeat(2, 48%);
	}

}


@media screen and (max-width: 480px) {

	.blog_small {
		grid-template-columns: repeat(1, 100%);
	}

	.blog_small .story-media img {
		max-width: 70px;
	}

}



/* End */
/* /local/templates/pro/components/bitrix/catalog.section/pro_last_added2312/style.css?17360284391309 */
