.news_block  {
	position: relative;
	margin-bottom: 20px;
	padding: 20px 3%;
	background-color: #351312;
	box-sizing: border-box;
	border: 1px solid #9F856C;	
}
.news-pic {
	display: inline-block;
	width: 20%;
	max-width: 250px;
	vertical-align: top;
	text-align: center;
	box-sizing: border-box;
}
.news-pic img {
	width: 100%;
	display: block;
}
.anons {
	position: relative;
	width: 80%;
	padding-left: 4%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.anons h3 {
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, serif;
	margin: 0 0 4%;
	padding-left: 70px;
}
.anons img {
	float: left;
	margin-right: 20px;
}
.anons p {
	margin: 0;
}
.anons a {
	color: #B1875F;
}
.date {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #A67D51;
	width: 105px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
	font-family: Georgia, serif;
	color: #250800;
	margin: 0;
}
.news-more {
	position: absolute;
	right: 50%;
	margin-right: -40px;
	bottom: 20px;
	width: 80px;
	text-align: center;
	font-style: italic;
}
.news-more a {
	position: relative;
	font-size: 13px;
	color: #E6C68B;
	text-decoration: none;
}
.news-more a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -10px;
	background-color: #E6C68B;
	width: 3px;
	height: 3px;
	margin-top: -1.5px;
	border-radius: 50%;
}
.news-more a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -10px;
	background-color: #E6C68B;
	width: 3px;
	height: 3px;
	margin-top: -1.5px;
	border-radius: 50%;
}
.inner {
	top: 0;
	left: 0;
	right: auto;
}
.news-text {
	overflow: hidden;
	border-top: none;
	border-bottom: 1px solid #9F856C;
	border-left: 1px solid #9F856C;
	border-right: 1px solid #9F856C;
	box-sizing: border-box;
	background-color: #351312;
	padding: 0 50px;
	color: #D8CCB6;
}
.inner-title {
	position: relative;
	background-color: #351312;
	border-top: 1px solid #9F856C;
	border-bottom: none;
	border-left: 1px solid #9F856C;
	border-right: 1px solid #9F856C;
	margin-top: 60px;
	padding-top: 20px;
}
.inner-title:before {
	position: absolute;
	top: -48px;
	left: 0;
	width: 100%;
	height: 44px;
	content: '';
	background: url('/img/mgram-top.png') no-repeat center center;
}
table {
	margin: 30px 0;
}
.model-desc {
	margin: 0;
}
strong {
	color: #F7C787;
}
.news-sub {
	position: relative;
	display: flex;
	background-color: #250B0A;
	margin-top: 40px;
	padding: 40px 0;
	clear: both;	
}
.news-sub + .news-sub {
	margin-top: 0;
	padding-top: 0;
}
.news-sub:before {
	content: '';
	position: absolute;
	left: -50px;
	top: 0;
	background-color: #250B0A;
	width: 50px;
	height: 100%;
}
.news-sub:after {
	content: '';
	position: absolute;
	right: -50px;
	top: 0;
	background-color: #250B0A;
	width: 50px;
	height: 100%;
}
.news-sub-img {
	width: 250px;
	padding: 0 40px 0 0;
}
.news-sub-img div {
	margin-bottom: 40px;
}
.news-sub-img div:last-child {
	margin-bottom: 0;
}
.news-sub-img img {
	display: block;
	width: 250px;
}
.news-sub-img span {
	display: block;
	margin-top: 1em;
	font-size: .9em;
}
.news-sub-img span strong {
	display: block;
	margin-bottom: .5em;
}
.news-sub-text {
	box-sizing: border-box;
	vertical-align: top;
	width: 100%;
}
.img-left {
	float: left;
	margin: 0 40px 40px 0;
}
.img-left img,
.img-left a {
	display: block;
}
.img-right {
	float: right;
	margin: 0 0 40px 40px;	
}
.img-right img,
.img-right a {
	display: block;
}
.img-center {
	text-align: center;
	margin: 40px 0 40px 0;	
}
.img-center img,
.img-center a {
	display: inline-block;
}
.other-news {
	margin: 50px 0 40px;
}
.news-list {
	position: relative;
	margin-bottom: 50px;
}
.news-list:before {
	position: absolute;
	bottom: -48px;
	left: 0;
	width: 100%;
	height: 44px;
	content: '';
	background: url('/img/mgram-bottom.png') no-repeat center center;
}
@media (max-width: 1680px) {
	.news-pic {
		width: 30%;
	}
	.anons {
		width: 70%;
	}
	.anons h3 {
		padding-left: 105px;
	}
}
@media (max-width: 1366px) {
.news_block {
    padding: 20px 3% 30px;
}
.news-more {
	bottom: 8px;
	width: 80px;
	text-align: center;
	font-style: italic;
}
}