

/* Start:/local/templates/.default/components/bitrix/news/projects/bitrix/news.list/.default/style.css?17537145891685*/
.inner .page_title{
	color: var(--White);
}


div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.projects_item{
	display: flex;
	gap:30px;
}
.projects_img_text{
	display: flex;
	gap:30px;
}
.title_projects a{
	color: var(--White);
	font-family: var(--first-family);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.title_projects a:hover{
	color: var(--White);
	text-decoration:none;
}
.title_projects{
	margin: 0 0 22px 0;
}
.location_projects{
	color: var(--White);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 15px 0;
}
.year_projects{
	color: var(--Grey);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 0 0;
}
.projects_img img{
	border-radius: 24px;
	filter: grayscale(1);
  transition: filter 0.4s ease-in-out;
}
.projects_img a:hover img{
	filter: grayscale(0);
}
.projects_leen{
	position: relative;
	margin-left: 4px;
	width: 1px;
	min-height: 280px;
	height: 100%;
	background: var(--Grey);
}
.projects_leen::after{
	content: "";
	position: absolute;
	left:-4px;
	top:0;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background: var(--Yellow);
}
.projects_leen::before{
	content: "";
	position: absolute;
	right:-4px;
	bottom:0;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background: var(--Yellow);
}
.margin_el{
	margin-bottom: 104px;
}
@media (max-width:1700px) {
	.projects_text{
		max-width: 187px;
		width: 100%;
	}
}
@media (max-width:587px) {
	.projects_img_text{
	flex-direction: column;
	}
	.projects_item{
		gap:15px;
	}
}

/* End */
/* /local/templates/.default/components/bitrix/news/projects/bitrix/news.list/.default/style.css?17537145891685 */
