

/* Start:/local/templates/.default/components/bitrix/news/news/bitrix/news.list/.default/style.css?17746056081235*/
.news_item_img img{
	border-radius: 15px;
margin-bottom: 30px;
}
.news_item_name{
	color: #1A1A1A;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px; /* 118.182% */
	margin-bottom: 4px;
}
.news_item_date{
	color: #8C8A89;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 173.333% */
	margin-bottom: 21px;
}
.news_item_preview{
	color: #1A1A1A;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 162.5% */
	max-width: 360px;
	width: 100%;
}
.news_item_preview_arrow{
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* gap:80px; */
}
.news_item_preview_arrow .arrow{
	border: solid 2px  #1A1A1A;
	display: flex;
	align-items: center;
	justify-content: center;
	    /* width: 51px; */
			max-width: 46px;
    width: 100%;
}

.news_item_preview_arrow{
	padding-bottom: 30px;
}
.news_item{
	margin-bottom: 50px;
}
@media (max-width:992px) {
	.news_item{
		margin-bottom: 30px;
	}
}
@media (max-width:768px) {
	.news_item_preview_arrow {
    padding-bottom:0px;
	}
}
.news_item:hover .arrow{
border: solid 2px #E55000;
background: #E55000;
transition: 0.4s;
}
.news_item:hover .arrow svg path{
	stroke:#FFF;
	transition: 0.4s;
}
/* End */
/* /local/templates/.default/components/bitrix/news/news/bitrix/news.list/.default/style.css?17746056081235 */
