.news-detail__more-posts-item{
	display: block;
	text-decoration: none;
        color: #212121;
        position: relative;
}
.news-detail__more-posts-item:hover {
    box-shadow: 0 0 32px #ccc;
    transition: .5s;
    color: #212121;
}
.news-detail__more-posts-item:hover,
.news-detail__more-posts-item:focus{
	text-decoration: none;
        color: #212121;
}
.news-detail__more-posts-item__img{
	height: 158px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
        display: block;
}
.news-detail__more-posts-item__preview{
	padding: 27px 20px 40px;
	position: relative;
	min-height: 222px;
	background-color: #fff;
	border: 1px solid #EEF1F4;
}
.news-detail__more-posts-item__section{
	color: #707070;
	font-size: 0.8571em;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.2857em;
}
.news-detail__more-posts-item__preview-text{
    color: #707070;
    margin-top: 10px;
}
.news-detail__more-posts-item__name > a,
.news-detail__more-posts-item__name > a:focus{
    font-size: 1.4285em;
    color: #212121;
}
.news-item__bottom{
    position: absolute;
    bottom: 16px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-item__likes-comments{
    display: flex;
}
.news-item__comments,
.news-item__comments:hover,
.news-item__comments:focus,
.news-item__comments:active{
    color: #707070;
    text-decoration: none;
    z-index: 8;
}

.news-item__comments > span,
.news-item__likes{
    color: #707070;
    font-size: 0.8571em;
    position: relative;
    display: block;
}
.news-item__likes{
    margin-left: 19px;
    cursor: pointer;
    position: relative;
    z-index: 8;
}
.news-item__comments .fas,
.news-item__likes > .fas{
    color: #C5C5C5;
    margin-left: 6px; 
}
.news-item__comments:hover > span,
.news-item__comments:hover > span > .fas,
.news-item__likes:hover,
.news-item__likes:hover > .fas{
    color: var(--prv_btn_color);
}
@media(max-width: 767px){
	.news-detail__more-posts-item__preview{
		min-height: 184px;
	}
}
#owl-news-detail .owl_btn-right a,#owl-news-detail .owl_btn-right a:focus,#owl-news-detail .owl_btn-left a,#owl-news-detail .owl_btn-left a:focus {
    border: 0;
    font-size: 32px;
    padding: 0
}

#owl-news-detail .owl-prev {
    left: -48px
}

#owl-news-detail .owl-next {
    right: -48px
}

#owl-news-detail .owl-next,#owl-news-detail .owl-prev {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0;
    margin: 0;
    background: none!important;
    outline: none!important
}

#owl-news-detail .owl-dots {
    position: relative;
    margin-bottom: -31px;
}

#owl-news-detail .owl-next a .carousel-arrow,#owl-news-detail .owl-prev a .carousel-arrow {
    fill: #757575;
}

#owl-news-detail .owl-next:not(.disabled):hover .carousel-arrow,#owl-news-detail .owl-prev:not(.disabled):hover .carousel-arrow {
    fill: var(--prv_btn_color);
}

.news-item__date{
    color: #707070;
    font-size: 0.8571em;
    text-transform: lowercase;
}
