.leftMenuProducts {
  border-left: 1px solid #d9d9d9;
  border-right: none;
  width: 260px;
  float: right;
  padding-left: 10px;
}
.contentBlock {
  padding-left: 40px;
  margin-right: 260px;
  margin-left: 0;
}
h2{
	font-size: 20px;
	line-height:22px;
	margin: 35px 0 20px 0;
	font-family: "Inter", sans-serif;
	font-weight:400;
}
h2.titleH2{
	font-size: 24px;
	line-height:26px;
	margin-top:0;
}
h3 {
	margin-bottom: 6px;
	margin-top: 4px
}
#article_content {
	margin-bottom: 30px;
	padding-right: 15px
}
ul.ulArticle {
	list-style: square;
	padding: 2px 10px 3px 20px
}
ul.ulArticle>li {
	margin: 5px
}
.alignCenter {
	text-align: center
}
.borderBottom {
	border-bottom: 1px solid #d9d9d9
}
.imgBlockFullScreen>img{
	border-radius:6px;
}
.imgArticleDiv{
	display:inline-block;
}
.imgArticle2__px {
	max-height: 230px;
	margin: 5px;
	max-width: 45%
}
.imgArticle3__px {
	max-height: 240px;
	margin-left: 10px;
	margin-right: 10px;
}
.imgArticleMaxWidth {
	max-width: 90%
}
.imgArticle1__pxLeft {
	max-height: 80px;
	margin: 5px;
	float: left
}
.imgArticle1__pxRight {
	max-height: 80px;
	margin: 5px;
	float: right
}
.imgArticle2__pxRight {
	max-height: 200px;
	margin: 5px;
	float: right
}
.height_50 {
	max-height: 50px
}
.height_110 {
	max-height: 110px
}
.height_130 {
	max-height: 130px
}

.articleRating{
	margin-top:5px;
	position:relative;
	height:45px;
}
.imgArticleDesc{
	font-size:12px; 
	color:#888;
	text-align:center;
}
.textRating{
	float: left;
	margin-right:7px;
	line-height: 19px;
}
.dateAdd{
	padding-bottom:10px;
	color:#8a8a8a;
	font-size:14px;
}
@media (max-width: 870px) {
	.contentBlock {
		margin-right: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width:670px) {
	#article_content{
		font-size:16px;
	}
	.contentBlock {
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	/*h1#page_h1{
		line-height:22px;
	}*/
}	.ratingBlock{
    float:left;
	line-height: 19px;
	position:relative;
}