.main_news_pictures {
    position: relative;
    padding: 15px 15px;
    border-radius: 15px;
    background: #ececec;
}
.all_news {
	text-decoration: none;
	font-size: 14px;
}
.main_news_pictures .news_title {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 22px;
}
.main_news_pictures .news_title a {
	text-decoration: none;
	border-bottom: 1px dashed #212121;
}
.main_news_pictures .news_title a:hover {
	text-decoration: none;
}
.main_news_pictures .news-item {
    display: table;
    width: 100%;
    margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d2d2d2;
}
.main_news_pictures .news-item:last-child {
	border-bottom: none;
}
.main_news_pictures .main_news_left {
	width: 60px;
	display: table-cell;
	vertical-align: top;
}
.main_news_pictures .main_news_left .img_review {
    width: 100%;
    height: 100%;
    display: block;
	transition: opacity 0.3s;
}
.main_news_pictures .main_news_left .img_review:hover {
	opacity: 0.8;
}
.main_news_pictures .main_news_left .img_review img {
    max-width: 100%;
    max-height: 100%;
	width: auto;
	height: auto;
    display: block;
	border-radius: 5px;
}
.main_news_pictures .name_news {
	display: block;
	font-family: 'dinpro', Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	color: #212121;
	margin-bottom: 5px;
	text-decoration: none;
}
.main_news_pictures .main_news_right {
	display: table-cell;
	width: calc(100% - 60px);
	vertical-align: top;
	padding-left: 10px;
	box-sizing: border-box;
}
.main_news_pictures  .preview {
	font-size: 14px;
}