

/* Start:/local/templates/illuminator/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17198977213265*/
.news-list {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.news-item {
	flex: 0 0 calc((100% - 30px*3)/4);
	display: flex;
	flex-direction: column;
}

a.news-item__image {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
}

.news-list img {
	display: block;
	margin: 0;
}

a.news-item__name {
	margin-bottom: 10px;
	color: var(--unnamed, #4A4A4A);
	font-family: Manrope;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}

span.news-item__tag {
	display: flex;
	column-gap: 7px;
}

span.news-item__hash {
	color: #868686;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
}

span.news-item__date {
	color: #959595;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

@media (max-width: 1199px) {
	a.news-item__name {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.news-item {
		flex: 0 0 calc((100% - 30px*2)/3);
	}
}

@media (max-width: 767px) {
	.news-item {
		flex: 0 0 calc(50% - 15px);
	}
}

@media (max-width: 575px) {
	.news-item {
		flex: 0 0 100%;
	}

	a.news-item__name {
		font-size: 17px;
	}
}

.similar-articles {
	padding: 70px 0 100px;
}

.similar-articles h2 {
	color: #333;
	font-family: 'Cormorant Infant', sans-serif;
	font-size: 45px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
	/* 84.444% */
	margin: 0 0 40px;
}

.news-detail-wrapper {
	padding: 20px 0 70px;
	background: #F8F8F8;
	color: var(--unnamed, #4A4A4A);
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 21px */
}

.news-detail-wrapper p,
.news-detail-wrapper ul,
.news-detail-wrapper ol {
	margin-bottom: 20px;
	padding: 0;
	list-style-position: inside;
}

.news-detail-wrapper *:last-child {
	margin-bottom: 0;
}

.news-detail-wrapper h2 {
	color: #333;
	font-family: 'Cormorant Infant', sans-serif;
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 50px 0 30px;
}

.news-detail__slider-wrapper {
	margin: 25px 0 70px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.news-detail__arrow-prev.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-radius: 10px 0px 0px 10px;
	background: rgba(31, 31, 31, 0.20);
	backdrop-filter: blur(3.5px);
	display: flex;
	align-items: center;
	cursor: pointer;
}

.news-detail__arrow-next.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	border-radius: 10px 0px 0px 10px;
	background: rgba(31, 31, 31, 0.20);
	backdrop-filter: blur(3.5px);
	display: flex;
	align-items: center;
	cursor: pointer;
}

.news-detail__slide {
	padding: 0 15px;
}

.news-detail__slide img {
	border-radius: 10px;
}

.news-detail__slider {
	margin: 0 -15px;
}

.news-detail__tag {
	display: flex;
	column-gap: 10px;
}

.news-detail__tag span {
	padding: 4px 22px;
	border-radius: 38px;
	background: #F0F0F0;
}

span.news-detail__hash {
	color: #595959;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
	/* 157.143% */
}

span.news-detail__date {
	color: #595959;
	font-family: Manrope;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	/* 146.667% */
}

h1 {

	/* 84.444% */
	margin-bottom: 45px !important;
}
/* End */
/* /local/templates/illuminator/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17198977213265 */
