

/* Start:/bitrix/templates/newwindows2/components/bitrix/news/blog_default/style.css?173638735673*/
@media (max-width:992px){
    .blog-list__block{
        order:1;
    }
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news/blog_default/bitrix/news.list/blog-list/style.css?17363873562728*/
.news-item{
	display: block;
	text-decoration: none;
	margin-top: 30px;
        color: #212121;
        position: relative;
}
.news-item:hover {
    box-shadow: 0 0 32px #ccc;
    transition: .5s;
    color: #212121;
}
.news-item > a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 7;
}
.news-item:hover,
.news-item:focus{
	text-decoration: none;
        color: #212121;
}
.news-item__img{
	height: 158px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.news-item__preview{
	padding: 27px 20px 40px;
	position: relative;
	min-height: 180px;
	background-color: #fff;
	border: 1px solid #EEF1F4;
        height: calc(100% - 158px);
}
.news_section{
	color: #707070;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.2857em;
}
.news-item__preview-text{
	font-size: 1em;
	color: #212121;
	line-height: 1.79em;
}
.news-item__more-posts-item{
    position: absolute;
    bottom: 16px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-item__tags-list{
    display: flex;
    flex-wrap:wrap;
    margin-bottom: 15px;
}
.news-item__tag{
    margin-right:20px;
    color: #707070;
}
.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-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-item-first .news-item__preview{
		width: 100%;
	}
	.news-item__preview{
		min-height: 140px;
	}
}
@media(min-width: 768px){
	.news-item-first{
		height: 338px;
		position: relative;
	}
	.news-item-first .news-item__img{
		height: 100%;
	}
	.news-item-first .news-item__preview{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 50%;
	}
}
@media(min-width: 992px){
	.news-item-first .news-item__preview{
		max-width: 262px;
	}
}

/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news/blog_default/bitrix/news.list/blog-sidebar-tags/style.css?17363873561093*/
.articles-tags-mobile{
        display: none;
    }
.articles-tags__title{
    font-weight: 600;
    color: #212121;
    font-size: 1.2857em;
    line-height: 1.2222;
}
.articles-tags__tags-list{
    margin-top: 15px
}
.articles-tags__tag{
    display:inline-block;
    border-radius: 5px;
    background: #EFF1F5;
    padding: 7px 12px;
    font-size:0.71em;
    text-transform:uppercase;
    color:#707070;
    margin-right: 10px;
    margin-bottom: 10px;
}
.articles-tags__tag:hover,
.articles-tags__tag:focus,
.articles-tags__tag:active{
    text-decoration: none;
    color:#707070;
}
.articles-tags__tag-active,
.articles-tags__tag:hover{
    background: var(--prv_interactive_color);
    color:var(--white);
}
.articles-tags__tag-active:hover,
.articles-tags__tag-active:focus,
.articles-tags__tag-active:active{
    text-decoration: none;
    color:var(--white);
}
.articles-tags__title:hover{
    text-decoration: none;
}
@media (max-width:992px){
    .articles-tags-mobile{
        display: block;
        margin-bottom: 30px;
    }
    .articles-tags{
        display: none;
    }
}
/* End */


/* Start:/bitrix/templates/newwindows2/components/bitrix/news.list/blog-sidebar-popular-articles/style.css?17363873552449*/
.news-detail__popular-news{
    border: 1px solid #EEF1F4;
    padding: 23px 20px 0;
    margin-top: 30px;
}
.news-detail__popular-news-title{
    font-weight: 600;
    color: #212121;
    font-size: 1.2857em;
    line-height: 1.2222;
}
.news-detail__popular-news-item{
    border-bottom: 1px solid #EEF1F4;
    padding: 22px 0;
}
.news-detail__popular-news-item:last-child{
    borde: none;
}
.news-detail__popular-news-tags-list{
   display:flex;
   flex-wrap:wrap;
   margin-bottom: 14px;
}
.news-detail__popular-news-tag{
    font-size: 0.72em;
    color: #707070;
    margin-right: 20px;
}
.news-detail__popular-news-tag:last-child{
  margin-right: 0px;
}
.news-detail__popular-news-item-below{
    display: flex;
    align-items: center;
}

.news-detail__more-posts-item__comments,
.news-detail__more-posts-item__comments:hover,
.news-detail__more-posts-item__comments:focus,
.news-detail__more-posts-item__comments:active{
    color: #707070;
    text-decoration: none;
    z-index: 8;
}

.news-detail__more-posts-item__comments > span,
.news-detail__more-posts-item__likes{
    color: #707070;
    font-size: 0.8571em;
    position: relative;
    display: block;
}
.news-detail__more-posts-item__likes{
    margin-left: 19px;
    cursor: pointer;
    position: relative;
    z-index: 8;
}
.news-detail__more-posts-item__comments .fas,
.news-detail__more-posts-item__likes > .fas{
    color: #C5C5C5;
    margin-left: 6px;
}
.news-detail__more-posts-item__comments:hover > span,
.news-detail__more-posts-item__comments:hover > span > .fas,
.news-detail__more-posts-item__likes:hover,
.news-detail__more-posts-item__likes:hover > .fas{
    color: var(--prv_btn_color);
}
.news-detail__popular-news-item-type{
    text-transform: uppercase;
    font-size: 0.7142em;
    margin: 12px 0 15px;
}
.news-detail__popular-news-item-name a,
.news-detail__popular-news-item-name a:focus,
.news-detail__popular-news-item-name a:hover,
.news-detail__popular-news-item-name a:active{
    font-size: 1em;
    color: #212121;
}
.news-detail__popular-news-item-type{
    text-transform: uppercase;
    font-size: 0.7142em;
    margin: 12px 0 15px;
}
.news-detail__popular-news-item-name a,
.news-detail__popular-news-item-name a:focus,
.news-detail__popular-news-item-name a:hover,
.news-detail__popular-news-item-name a:active{
    font-size:1em;
    color: #212121;
}
@media (max-width:992px){
    .news-detail__popular-news{
        display: none;
    }
}

/* End */
/* /bitrix/templates/newwindows2/components/bitrix/news/blog_default/style.css?173638735673 */
/* /bitrix/templates/newwindows2/components/bitrix/news/blog_default/bitrix/news.list/blog-list/style.css?17363873562728 */
/* /bitrix/templates/newwindows2/components/bitrix/news/blog_default/bitrix/news.list/blog-sidebar-tags/style.css?17363873561093 */
/* /bitrix/templates/newwindows2/components/bitrix/news.list/blog-sidebar-popular-articles/style.css?17363873552449 */
