

/* Start:/local/templates/lancelot-bi/components/bitrix/news.list/news.main/style.css?16958988082005*/
.news-detail-date {
	color: #f5821f;
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
}
.news-list-h2 {
	margin-bottom: 20px;
}
.news-list-h2 span,
.news-list-h2 a {
	font-family: "ProximaNova-SemiBold", sans-serif;
	font-size: 22px;
	color: #f5821f;
}
.news-list {
	max-height: 500px;
	overflow: auto;
	margin-top: 40px;
}
.news-list-date {
	margin-top: 5px;
	font-size: 16px;
	color: #808285;
}
.news-list-image {
	margin-right: 20px;
}
.news-list-text a:hover {
	opacity: 0.7;
}
.news-list-images {
	display: flex;
	flex-wrap: wrap;
}
.list-image {
	height: 100px;
	width: 100px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	margin-right: 15px;
	margin-bottom: 10px;
}
.list-image a {
	display: block;
	width: 100%;
	height: 100%;
}
.news-list-info {
	display: flex;
}
.modal-image {
	display: none;
	background-color: rgba(0, 0, 0, 0.59);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
	justify-content: center;
	align-items: start;
}
.modal-image.active {
	z-index: 1000;
	display: flex;
}
.modal-image-wrapper {
	max-width: 726px;
	width: 100%;
	position: relative;
	margin: 111px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 35px 15px;
	height: 726px;
	border: 1px solid rgba(136, 136, 136, 0.15);
	background-color: white;
}
.modal-image-close {
	cursor: pointer;
	z-index: 100;
	position: absolute;
	right: -57px;
	top: 0;
	opacity: 0.7;
}
.modal-image-close:hover {
	opacity: 1;
	transition: 0.3s;
}
.news-list > li {
	padding-top: 15px;
	padding-bottom: 15px;
}
.news-list.main-container {
	margin-top: 0;
}
@media(max-width: 1024px) {
	.modal-image-close {
		right: 0;
		top: -40px;
	}
	.modal-image-wrapper {
		margin-left: 10px;
		margin-right: 10px;
		height: auto;
	}
}
@media(max-width: 768px) {
	.news-list-info {
		flex-direction: column;
	}
	.list-image {
		width: 100%;
		height: 300px;
		margin-right: 0;
	}
	.news-list-image {
		margin-right: 0;
	}
}
/* End */
/* /local/templates/lancelot-bi/components/bitrix/news.list/news.main/style.css?16958988082005 */
