

/* Start:/local/templates/centrano/components/bitrix/news.list/program/style.css?17764137242000*/
.ct-programs {
	display: flex;
	flex-wrap: wrap;
}
.ct-programs > a {
	width: calc((100% - 90px) / 4);
	margin-right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	align-items: center;
	border: solid 1px #000;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
	margin-bottom: 30px;
}
.ct-programs > a:nth-child(4n+4) {
	margin-right: 0px;
}
.ct-programs > a img {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	object-fit: cover;
	display: block;
	margin-bottom: 20px;
}
.ct-programs > a span:nth-child(2) {
	display: block;
	text-align: center;
	padding: 0 0px;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.ct-programs > a span:nth-child(2) font {
	display: block;
	margin-top: 8px;
	color: #000;
}
.ct-programs > a span:nth-child(2) font.red {
	color: #ff5100;
}
.ct-programs > a span:nth-child(3) {
	display: flex;
	justify-content: center;
	align-items: center;
}
.ct-programs > a span:nth-child(3) font:nth-child(1) {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}                                                 
.ct-programs > a span:nth-child(3) font:nth-child(2) {
	display: block;
	margin: 0 10px;
	width: 50px;
	height: 4px;
	background: #aaa;
}
.ct-programs > a span:nth-child(3) font:nth-child(2) b {
	display: block;
	background: #ff5100;
	height: 4px;
}
.ct-programs > a span:nth-child(3) font:nth-child(3) {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.ct-programs > a span:nth-child(4) {
	display: flex;
	width: 79%;
	justify-content: space-between;
	align-items: center;
}
.ct-programs > a span:nth-child(4) font {
	font-weight: bold;
	font-size: 15px;
}
@media (max-width: 768px) {
	.ct-programs {
		display: flex;
		flex-wrap: wrap;
	}
	.ct-programs > a {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.ct-programs > a img {
		width: 250px;
		height: 250px;
	}
}
/* End */
/* /local/templates/centrano/components/bitrix/news.list/program/style.css?17764137242000 */
