

/* Start:/local/templates/centrano/components/bitrix/news.list/reports/style.css?17764137241203*/
.ct-reports {
	display: flex;
	flex-wrap: wrap;
}
.ct-reports > div {
	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-reports > div:nth-child(3n+3) {
	margin-right: 0;
}
.ct-reports > div img {
	border-radius: 4px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.ct-reports > div: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-reports > div span {
	display: block;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	padding: 120px 30px 0;
}
.ct-reports > div a {
	display: block;
	position: relative;
	z-index: 2;
	text-align: center;

	color: #fff;
	font-size: 18px;
	text-decoration: underline;
	padding: 50px 30px 0;
}
@media (max-width: 768px){
	.ct-reports > div {
		width: 100%;
		margin-right: 0px;
	}
}
/* End */
/* /local/templates/centrano/components/bitrix/news.list/reports/style.css?17764137241203 */
