

/* Start:/local/templates/xxc/components/bitrix/news/vera/bitrix/news.list/block/style.css?16996176001448*/
.holidays {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	padding: 17px 0
}

.holidays__item {
	margin-bottom: 26px
}
.holidays__image {
	height: 180px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 21px;
	display: block
}

.holidays__title {
	font-weight: 700;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 20px;
	display: block;
	color: var(--text_color)
}

.holidays__title:hover {
	background-color: #7d5e42;
	background: linear-gradient(93.59deg, #bd9673 3.49%, #7d5e42 101.32%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.holidays__title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 206px;
	height: 1px;
	background: #ddc6a3;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #ddc6a3), color-stop(91.75%, rgba(255, 255, 255, 0)));
	background: linear-gradient(90deg, #ddc6a3 0, rgba(255, 255, 255, 0) 91.75%)
}
@media screen and (max-width:1200px) {
	.holidays {
		padding: 0;
		grid-template-columns: repeat(2, 1fr)
	}

	.holidays__item {
		margin-bottom: 7px
	}
		.holidays__image {
		height: 165px
	}
}

@media screen and (max-width:640px) {
	.holidays {
		display: block
	}

	.holidays__item {
		margin-bottom: 26px
	}
}

/* End */
/* /local/templates/xxc/components/bitrix/news/vera/bitrix/news.list/block/style.css?16996176001448 */
