

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

.row_gap{
	gap:60px;
}
.news_data_name{
	max-width: 385px;
	width: 100%;
}
.news_data{
	color: var(--Grey);
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 24px;
}
.news_name a{
	color: var(--White);
	font-family: var(--first-family);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: none!important;
}
.news_name a:hover{
	color: var(--White);
	text-decoration: none;
}
.news-item{
	display: flex;
	gap:10px;
	justify-content: space-between;
	padding:24px 24px 24px 40px;
	border-radius: 24px;
border: 1px solid var(--Grey);
}
.news-item:hover{
	transition: 0.4s;
	border: 1px solid var(--Yellow);
}
.news-item{
	margin-bottom:60px ;
}
.news_img img{
	border-radius: 32px;
}
@media(max-width:1200px){
	.news_data {
		font-size: 17px;
    margin-bottom: 13px;
	}
	.news_name a {
    font-size: 21px;
	}
}
@media(max-width:992px){
	.news_data {
		font-size: 20px;
		margin-bottom: 24px;
	}
	.news_name a {
    font-size: 24px;
	}
}
@media(max-width:768px){
	.news_data {
		font-size: 17px;
    margin-bottom: 13px;
	}
	.news_name a {
    font-size: 21px;
	}
}
@media(max-width:578px){
	.news-item{
		flex-direction: column;
		gap:30px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news/news/bitrix/news.list/.default/style.css?17537152151237 */
