

/* Start:/local/templates/.default/components/bitrix/news/mtk_NEW_news1/bitrix/news.list/.default/style.css?16886371931480*/
#some_news_list h1{
	font-family: 'Ubuntu';
	font-weight: bold;
	font-size: 48px;
	color: #000000;
	margin: 30px 0;
	text-transform: uppercase;
}
#some_news_list .container-fluid.header-stile {
	border-bottom: 2px solid #C4C4C4;
	margin-bottom: 30px;
}

#some_news_list .news-element-wrapper {
	min-height: 380px;
	display: flex;
	flex-wrap: wrap;
	background: #F4F6F7;
	border: 1px solid #E8EBEC;
	box-sizing: border-box;
	margin-bottom: 30px;
	transition: all linear .1s;
}
#some_news_list .news-element-wrapper .news-element-text-wrapper {
    width: 100%;
		min-height: 100%;
		padding: 36px 10px 20px 10px;
		position:relative;
		display: flex;
		min-height: 138px;
}
#some_news_list .news-element-wrapper .news-element-text-wrapper .news-element-text-date {
	font-family: 'Ubuntu';
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #8B969D;
	text-decoration: none;
	position: absolute;
	top: 14px;
	left: 10px;

}
#some_news_list .news-element-wrapper .news-element-text-wrapper  .news-element-text-name {
	font-family: 'Ubuntu';
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #8B969D;
	margin: auto 0;
	text-decoration: none;
}
#some_news_list .news-element-wrapper .news-element-img {
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 300px;
}

#some_news_list a:hover {
	text-decoration: none;
}

#some_news_list .news-element-wrapper:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

/* End */
/* /local/templates/.default/components/bitrix/news/mtk_NEW_news1/bitrix/news.list/.default/style.css?16886371931480 */
