

/* Start:/local/templates/stavdeti/components/bitrix/news.list/applications/style.css?16050093872900*/
.appded-date span {
	background: #666;
	padding: 5px;
    background: #ffd86b;
    padding: 5px 3px;
    margin-bottom: 3px;
    display: inline-block;
    line-height: 1;
    font-weight: 700;
    border-radius: 3px;
    color: #212121;
}
.appded-date i {
	padding: 0 3px;
	font-style: normal;
}
.appded-date__title {
    font-size: 12px;
    margin-bottom: 4px;
    color: #727272;
    font-weight: 700;
}
.scroll_news .owl-theme .owl-nav.disabled+.owl-dots {
	bottom: -20px;
}
.carousel-news-mobile{
	display: none;
}
.news-item{
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
        position: relative;
}
.news-item:hover {
    box-shadow: 0 0 32px #ccc;
    transition: .5s;
}
.news-item:hover,
.news-item:focus{
    text-decoration: none;
}
.news-item__img{
    height: 158px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
        position: relative;
        display: block;
}
.news-item__preview{
    padding: 23px 20px 45px;
    position: relative;
    min-height: 222px;
    background-color: #fff;
    border: 1px solid #EEF1F4;
    border-top: none;
}
.news-item:hover .news-item__preview{
    border-color: transparent;
}
.news-item__preview-text{
    color: #707070;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news-item__date{
    color: #707070;
    font-size: 0.8571em;
    text-transform: lowercase;
}
.news-item__bottom{
    position: absolute;
    bottom: 16px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
}
.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);
}
.news-item__name > a,
.news-item__name > a:focus{
    font-size: 1.4285em;
    color: #212121;
}
.news-item__name > a {
	font-weight: 700;
}
.news-item__name > a:hover {
	text-decoration: none;
}
@media(max-width: 767px){
    .news-item__preview{
        min-height: 140px;
    }
	.carousel-news-mobile{
		display: block;
	}
	.news-item__preview {
		border-left: 1px solid #EEF1F4;
	}
}
.appded-date {
	margin-bottom: 25px;
}

/* End */
/* /local/templates/stavdeti/components/bitrix/news.list/applications/style.css?16050093872900 */
