header .forum-btn{
    position: absolute;
    right: 340px;
    top: 11px;
    z-index: 10;
}
@media screen and (max-width: 1000px) {
    header .forum-btn{
        display: none;
    }
}
@media screen and (min-width: 1250px) {
    header .forum-btn{
        right: 340px;
    }
}
.mobile__header-menu .forum-btn{
    margin-bottom: 30px;
}
header .forum-btn a,
.mobile__header-menu .forum-btn a{
    display: block;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.12em;
    font-size: 13px;
    padding-top: 2px;
    line-height: 23px;
    height: 27px;
    width: 87px;
    box-sizing: border-box;
    transition: 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #fff;
}
header .forum-btn a:hover,
.mobile__header-menu .forum-btn a:hover{
    background-color: #fff;
    color: #1f1e26 !important;
}
.simple_news-list .simple_news-item{
	padding-bottom: 50px;
}
.news-list .tolstoycomments-cc:empty,
.simple_news-list .tolstoycomments-cc:empty{
    display: none; 
}
.news-list .tolstoycomments-cc,
.simple_news-list .tolstoycomments-cc{
    position: absolute;
    bottom: 15px;
    left: 25px;
    padding-left: 15px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    display: block;
}
.simple_news-list .tolstoycomments-cc{
	color: #000;
	left: 20px;
}
.simple_news-list .simple_news-item:nth-child(even) .tolstoycomments-cc{
	left: 30px;
}
@media screen and (min-width: 760px) {
	.simple_news-list .simple_news-item:nth-child(2) .tolstoycomments-cc{
		left: 35px;
	}
	.simple_news-list .simple_news-item:nth-child(3) .tolstoycomments-cc{
		left: 35px;
	}
}
@media screen and (min-width: 1000px) {
	.simple_news-list .simple_news-item:nth-child(2) .tolstoycomments-cc{
		left: 30px;
	}
	.simple_news-list .simple_news-item:nth-child(3) .tolstoycomments-cc{
		left: 40px;
	}
	.simple_news-list .simple_news-item:nth-child(4) .tolstoycomments-cc{
		left: 50px;
	}
}
.news-list .tolstoycomments-cc:before,
.simple_news-list .tolstoycomments-cc:before{
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 14px;
    background-image: url(images/comment.svg);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}
.news-detail .news-infoline{
    position: relative;
}
.news-detail .forum-btn-detail a{
    display: inline-block;
    border: 1px solid #17C342;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0;
    line-height: 20px;
    padding: 6px 20px;
    font-weight: bold;
    white-space: nowrap;
    color: #1FC137;
    font-family: 'Roboto', sans-serif;
}

.news-detail .forum-btn-detail a:hover{
    opacity: 0.8;
}
.news-detail .news-infoline .forum-btn-detail{
    position: absolute;
    top: 100%;
    margin-top: 40px;
    right: 0;
}
@media screen and (max-width: 767.98px) {
    .news-detail .news-infoline{
        margin-bottom: 94px;
    }
    .news-detail .news-infoline.is_ajax{
        margin-bottom: 30px;
    }
    .news-detail .news-infoline .forum-btn-detail{
        right: auto;
        left: 0;
        margin-top: 30px;
    }
}
.news-detail .forum-btn-detail a span{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
}
.news-detail .forum-btn-detail a .tolstoycomments-cc{
    display: inline-block;
    vertical-align: top;
    padding-right: 27px;
    padding-left: 18px;
    color: #314155;
    position: relative;
}
.news-detail .forum-btn-detail a .tolstoycomments-cc:empty{
    display: none;
}
.news-detail .forum-btn-detail a .tolstoycomments-cc:before,
.news-detail .forum-btn-detail a .tolstoycomments-cc:after{
    display: block;
    position: absolute;
    content: " ";
}
.news-detail .forum-btn-detail a .tolstoycomments-cc:before{
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 13px;
    height: 15px;
    background-image: url(images/comment.svg);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}
.news-detail .forum-btn-detail a .tolstoycomments-cc:after{
    width: 1px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    background-color: #1CC23C;
    right: 14px;
}

.news-detail .forum-btn-detail.bottom{
    margin: 30px auto;
    margin-left: auto;
    text-align: right;
}
@media screen and (max-width: 767.98px) {
    .news-detail .forum-btn-detail.bottom{
        text-align: left;
    }
}
.most-popular{
    margin: 40px 0;

}
.most-popular h2{
    text-transform: uppercase;
    color: #1FC137;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
}
.most-popular .articles{
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
}
.most-popular .articles .article{
    width: calc(50% - 16px);
    margin-right: 16px;
    margin-bottom: 16px;
    font-size: 0;
    line-height: 1;
}
.most-popular .articles .article .img{
    margin-bottom: 10px;
}
.most-popular .articles .article .img a:hover{
    opacity: 0.8;
}
@media screen and (min-width: 1024px) {
    .most-popular .articles .article{
        width: calc(33.33% - 16px);
    }
}
@media screen and (min-width: 1024px) {
    .most-popular .articles{
        padding: 7px;
        border: 1px solid #C4C4C4;
        margin-right: 0;
    }
    .most-popular .articles .article{
        margin: 8px;
    }
}
@media screen and (min-width: 1200px) {
    .most-popular .articles{
        padding: 16px;
    }
    .most-popular .articles .article{
        margin: 16px;
        width: calc(33.33% - 32px);
    }
}
.most-popular .articles .article .info{
    position: relative;
}
.most-popular .articles .article .info p{
    margin: 0;
    padding-right: 40px;
}
.most-popular .articles .article .info  a{
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    color: #363636;
    text-decoration: none;
    border: 0;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    font-family: 'Open Sans', sans-serif;
}
.most-popular .articles .article .info a:hoveR{
    color: #1FC137;
}
.most-popular .articles .article .info .count{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 20px;
    padding-left: 18px;
    font-weight: bold;
    color: #314155;
    font-family: 'Roboto', sans-serif;
}
.most-popular .articles .article .info .count:before{
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 13px;
    height: 15px;
    background-image: url(images/comment.svg);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}
.most-popular .articles .article .comment{
    margin-top: 8px;
    padding-right: 50px;
    position: relative;
}
.most-popular .articles .article .comment-content{
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #868686;
	text-overflow: ellipsis;
}
.most-popular .articles .article .comment-content span{
    color: #4DB6BA;
}
.most-popular .articles .article .comment .time{
    position: absolute;
    right: 9px;
    top: 0;
    font-size: 12px;
    line-height: 16px;
    color: #A6DADC;
    font-family: 'Open Sans', sans-serif;
}
.news-detail .ya-share2 ul li:before{
	display: none;
}
@media screen and (max-width: 999.98px) {
    div[id*="tolstoycommentswrapper"][style*="height: 50px"] {
        display: none !important;
    }
}
body.no-comments .forum-btn-detail,
body.no-comments .forum-btn{
    display: none !important;
    pointer-events: none;
}

@media screen and (max-widtH: 767.98px){
	#popup-PRFlat .content{
		background: #fff;
	}
}
@media screen and (min-widtH: 768px){
	.popup__triggers__wrap.single.opened,
	.popup__triggers__wrap.opened{
		z-index: 150;
        display: none;
	}
}

/*
 * Шильдик "new" у последнего пункта меню в шапке
*/
.personal-under-pr-flat #personal-helper:after,
.header__realty-menu li:last-child a::before {
    display: none;
}