

/* Start:/local/templates/rinscom2/components/bitrix/news.list/serts/style.css?1712946872953*/
.serts__list {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px;
}

.serts__item {
	padding: 10px;
	width: 50%;
}

.sert {
	display: flex;
	flex-flow: column nowrap;
	height: 100%;
	justify-content: space-between;
}

.sert__pic {
	display: block;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	overflow: hidden;
	padding: 150% 0 0 0;
	position: relative;
}


.sert__img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.sert__desc {
	padding: 10px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 24px;
}

.sert__name {
}

.sert__link {
	color:  var(--color-blue);
	text-decoration: none;
}

.sert__link:hover {
	color: #648FE6;
	text-decoration: none;
}

@media all and (min-width: 768px) {
	.serts__item {
		width: calc(100% / 3);
	}
}

@media all and (min-width: 1024px) {
	.serts__item {
		width: calc(100% / 4);
	}
}
/* End */
/* /local/templates/rinscom2/components/bitrix/news.list/serts/style.css?1712946872953 */
