.comments.sidebar-news .products-article__item, .comments.sidebar-news .products-article__item:last-child{
	height: 170px;
	margin: 0 0 20px;
	border: none;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.comments.sidebar-news .products-article__item img{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.for-blog.products-article__item::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .2;
	background: #000;
	top: 0;
	left: 0;
}
.sidebar-news .products-article__item-text{
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1;
	color: #fff;
	padding: 15px 25px;
    font-weight: 500;
    line-height: normal;
}
.comments.sidebar-news .products-article__item:hover{
	box-shadow: none;
	transform: none;
	border: none;
}
.sidebar-news .comments__title a{
	font-size: 14px;
	font-weight: 400;
	color: #00bdcf;
	transition: color ease .3s;
}
.sidebar-news .comments__title a:hover{
	color: #000;
}
.sidebar-news.comments{
	border: none;
}
.sidebar-news .comments__title{
	padding: 0;
    margin: 0 0 13px;
    font-size: 17px;
    border: none;
}
.comments.sidebar-news {
    margin: 30px 0 0;
    border: none;
}
.left_menu.filtr_menu {
    float: none;
}

@media screen and (max-width: 980px){
	.sidebar-news .products-article__item, .sidebar-news .products-article__item:last-child {
		width: 100%;
		border: none;
	}
}

@media screen and (max-width: 960px) {
	.tags-sidebar-news > .sidebar-title, .comments.sidebar-news{
		display: none;
	}
	.for-products .comments.sidebar-news{
		margin: 43px 0 0;
	}
	.comments.sidebar-news .products-article__item{
		padding: 19px 16px 19px 16px;
	}
}