

/* Start:/local/templates/xxc/components/bitrix/news/history/bitrix/news.list/section-detail-history/style.css?16996176002198*/
.news {
	padding: 8px 0 120px
}

.news__list {
	position: relative
}

.news-item__image {
	display: block;
	height: 180px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
	position: relative;
	margin-bottom: 22px
}

.news-item__sticker {
	display: inline-block;
	position: relative;
	background: var(--gradient);
	color: #fff;
	top: 20px;
	padding: 6px 11px
}

.news-item__title {
	font-weight: 700;
	line-height: 1.313rem;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 12px;
	display: block;
	color: var(--color__text)
}

.news-item__title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ddc6a3;
	background: -webkit-gradient(linear, left top, right top, from(#ddc6a3), color-stop(91.75%, rgba(255, 255, 255, 0)));
	background: linear-gradient(90deg, #ddc6a3 0, rgba(255, 255, 255, 0) 91.75%)
}

.news-item__intro {
	line-height: 1.313rem;
	margin-bottom: 22px
}

.news-item--red .news-item__sticker {
	background: #d0080e
}

.news-item--red .news-item__title {
	color: #d0080e
}

.news-item--blue .news-item__sticker {
	background: #314b7d
}

.news-item--blue .news-item__title {
	color: #314b7d
}

.news-item--white .news-item__sticker {
	background: #fff
}

.news-item--white .news-item__title {
	color: #fff
}

.news-item--violet .news-item__sticker {
	background: #664581
}

.news-item--violet .news-item__title {
	color: #664581
}

.news-item--sea .news-item__sticker {
	background: #05afdd
}

.news-item--sea .news-item__title {
	color: #05afdd
}

.news-item--green .news-item__sticker {
	background: #008949
}

.news-item--green .news-item__title {
	color: #008949
}

.news-item--black .news-item__sticker {
	background: #000
}

.news-item--black .news-item__title {
	color: #000
}

.news-item--gray .news-item__sticker {
	background: #fff;
	color: #686868
}

.news-item--gray .news-item__title {
	color: #686868
}


@media screen and (max-width:1200px) {
	
	.news {
		padding: 60px 0 90px
	}

	.news-item__image {
		height: 165px
	}
}

@media screen and (max-width:640px) {
	
	.news {
		padding: 120px 0 90px
	}
	
	.news-item__image {
		height: 150px
	}
}
/* End */
/* /local/templates/xxc/components/bitrix/news/history/bitrix/news.list/section-detail-history/style.css?16996176002198 */
