.lastnews {
	margin-top: 40px;
}
.lastnews .all_news {
	display: none;
}
.lastnews .news_item .news_text {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	padding: 0 10px;
	line-height: 25px;
}
.lastnews .news_item .news_text p.text {
	display: none;
}
.lastnews .news_item .news_text a {
	line-height: 18px;
}
.lastnews .news_item .news_img {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.lastnews .news_item .news_img div {
	width: 100%;
	border-bottom: 3px solid #fecb04;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.lastnews hr.grey {
	border: 0;
	width: 100%;
	height: 1px;
	background: #cfcfcf;
	margin: 20px 0;
}



.news_main_page .lastnews .all_news {
	display: block;
	position: absolute;
	top: 40px;
	right: 1px;
}
.news_main_page .lastnews h3 {
	margin-top: 40px;
	margin-bottom: 60px;
	text-align: center;
	font-size: 1.5em;
}
.news_main_page .lastnews .rs_header {
	width: 820px;
}
.news_main_page .lastnews .news_item {
	width: 30%;
	vertical-align: top;
	display: inline-block;
}
.news_main_page .lastnews .news_item .news_text {
	display: block;
	width: 100%;
	margin-top: 5px;
}
.news_main_page .lastnews .news_item .news_text p.text {
	display: block;
	color: black;
}
.news_main_page .lastnews .news_item .news_img {
	display: block;
	width: 100%;
	height: 200px;
}
.news_main_page .lastnews hr.grey {
	display: none;
}