

/* Start:/local/templates/centrano/components/bitrix/news.list/pr/style.css?1776413724964*/
.ct-pr {
	display: flex;
	flex-wrap: wrap;
}
.ct-pr > a {
	display: block;
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	height: 400px;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.ct-pr > a:nth-child(3n+3) {
	margin-right: 0;
}
.ct-pr > a img {
	border-radius: 4px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.ct-pr > a:before {
	border-radius: 4px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: RGBA(0, 0, 0, 0.25);
}
.ct-pr > a span {
	display: block;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	padding: 120px 30px 0;
}
@media (max-width: 768px){
	.ct-pr > a {
		width: 100%;
		margin-right: 0px;
	}
}
/* End */
/* /local/templates/centrano/components/bitrix/news.list/pr/style.css?1776413724964 */
