.widget_main_news {
	max-height: 265px;
	position: relative;
}

.widget_main_news .sticker_hot {
	background-color: red;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	padding: 0 15px;
	width: 100px;
	height: 22px;
	top: 12px;
	left: 0;
	position: absolute;
}

.widget_main_news .news_image {
	background-size: cover;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position-y: center;
	background-position-x: center;
	height: 265px;
	width: 100%;
}

.widget_main_news .news_back_title {
	position: absolute;
	width: 100%;
	height: 61%;
	background: rgba(26, 25, 25, 0.4);
	background: linear-gradient(to top, rgba(26,25,25,1.0), rgba(26,25,25,0));
	bottom: 0;
}

.widget_main_news .news_anons {
	position: absolute;
	max-height: 265px;
	overflow: hidden;
	top: 0;
	width: 100%;
	height: 100%;
}

.widget_last_newsline .newsline_item {
	margin: 20px 0 0 0;
	display: table;
	width: 100%;
	min-width: 285px;
}

.newsline_item__format {
	color: #999;
	font-size: 9px;
	text-transform: uppercase;
	display: inline-block;
	border-left: #999 solid 1px;
	margin-left: 7px;
	padding-left: 7px;
	line-height: 12px;
}

.widget_main_news .news_type {
	font-size: 12px;
	color: #FFFFFF;
	top: 15px;
	right: 13px;
	text-transform: uppercase;
	position: absolute;
	text-shadow: 1px 1px 7px black;
	font-weight: 700;
	letter-spacing: 1px;
}

.news_anons .news_title {
	position: absolute;
	left: 20px;
	color: #FFF;
	font-family: 'Roboto Condensed', 'Roboto';
	font-weight: 700;
	font-style: normal;
	font-size: 19px;
	bottom: 0;
	line-height: normal;
	border-top: 1px solid #FFF;
	padding-top: 10px;
	margin: 0 20px 18px 0;
}

.news_anons .news_title a {
	color: #FFF;
}

.news_anons .news_title .lead {
	font-size: 13px;
	font-family: 'Roboto';
	font-weight: 400;
	margin-bottom: 0;
}

.news_anons .news_title .title {
	margin-right: 0.75em;
}

.news_anons .news_title .icons {
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
	display: inline-block;
}

.widget_main_news a:hover .news_title span:hover,
.widget_main_news a:hover .news_title .lead:hover {
	text-decoration: underline;
}

@media (max-width: 1200px) {
	.news_anons .news_title .lead {
		display: none;
	}
}

.newsline_item .thumb  {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.newsline_item .text {
	display: table;
	font-size: 12px;
}

.newsline_item .title {
	color: #CCC;
	line-height: 14px;
	font-size: 14px;
}

.newsline_item .title a {
	color: #333;
	font-weight: 700;
}

.newsline_item .title a:visited, .newsline_item .lead a:visited, .theme_item .title a:visited {
	color: #949494;
}

.newsline_item .lead {
	margin-top: 4px;
	line-height: 14px;
	color: #999999;
	margin-bottom: 0;
}

.newsline_item .lead a {
	color: #6D6D6D;
	font-size: 13px;
	font-weight: 400;
}

.newsline_item .lead .comments {
	white-space: nowrap;
	display: inline-block;
}

.newsline_item .lead .comments:hover {
	color: #023244;
	text-decoration: none;
}