/*--------------------------- Article page -----------------------------*/
.filter-block{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 20px 0;
    /*background: #f2f7fb;*/
    background-color: #fff;
    /*box-shadow: 1px 5px 4px 0px rgba(0, 0, 0, 0.08);*/
    margin-bottom: 50px;
}
.filter-search{
    margin-bottom: 25px;
    position: relative;
}
.filter-search-input{
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 60px 0 10px;
    height: 36px;
    border: 1px solid #2db1ee;
    font: 18px RobotoI;
    color: #555657;
}
.filter-search-input:focus{
    color: #000;
}
.filter-search-btn{
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 48px;
    background: #2db1ee;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.filter-search-btn:hover{
    opacity: 0.8;
}
.filter-search-btn:after{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background:url(../images/icons-article.png) -69px -30px no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}
.filter-title{
    color: #7e7e7e;
    font-size: 18px;
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
}
.filter-title:before{
    position: absolute;
    content: '';
    width: 23px;
    height: 23px;
    background: url(../images/icons-article.png) 0 -69px no-repeat;
    top: 0;
    left: 1px;
}
.filter-select{
    margin-bottom: 30px;
    display: block;
    width: 100%;
    padding: 0 7px;
    height: 30px;
    border: 1px solid #2db1ee;
    font-size: 14px;
    color: #7e7e7e;
}
.filter-select option{
    padding: 2px 10px;
}
.filter-btn{
    display: block;
    width: 115px;
    margin: 0 auto;
    height: 38px;
    border-radius: 7px;
    font: 18px RobotoB;
    border: 0;
    cursor: pointer;
    color: #fff;
    background: #3cb878;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.filter-btn:hover{
    opacity: 0.8;
}
.article-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 93px;
    background: url(../images/presentation.png) 0 center no-repeat;
    margin-bottom: 30px;
    margin-top:-10px;
}
.article-title .name{
    color: #0072bc;
    font: 35px/40px 'Open Sans';
    margin-bottom: 12px;
}
.article-title .section{
    font-size: 14px;
    /*color: #747474;*/
}
.article-title .color{
    color: #0072bc;
    font: 16px 'Open Sans';
}
.entity-title{
    font-size:25px;
    color: #50b7ff;
    margin-bottom:15px;
    line-height:1.1em;
}
.sidebar-part{
    margin-bottom: 30px;
}
.sidebar-title{
    color: #0072bc;
    font: 18px 'Open Sans';
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}
.sidebar-title .icon{
    margin-right: 10px;
    position: relative;
    bottom: -6px;
    margin-left: -20px;
}
.side-article-info{
    padding: 5px 10px;
    margin: 0 -20px;
}
.article-info-item{
    float: left;
    text-align: center;
    width: 30.3%;
    margin: 0 1.5% 17px;
}
.aii-icon{
    margin-bottom: 5px;
    height: 22px;
}
.aii-icon:before{
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: bottom;
    margin-left: -5px;
}
.aii-icon img{
    display: inline-block;
    vertical-align: bottom;
}
.aii-digits{
    font-size: 20px;
    color: #333;
}
.aii-text{
    color: #333;
}
.social-share{
    text-align: center;
}
.social-share-item{
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin: 0 7px;
}
.social-share-item:hover{
    opacity: 0.8;
}
.social-share-item.fb{
    background:url(../images/social-article.png) 0 0 no-repeat;
}
.social-share-item.tw{
    background:url(../images/social-article.png) -28px 0 no-repeat;
}
.social-share-item.gp{
    background:url(../images/social-article.png) -55px 0 no-repeat;
}
.social-share-item.lin{
    background:url(../images/social-article.png) -83px 0 no-repeat;
}
.social-share-item.vk{
    background:url(../images/social-article.png) -111px 0 no-repeat;
}
.article-content-list{
    padding:0;
    padding-top: 5px;
}
.acl-item{
    margin-bottom: 7px;
    font-size: 14px;
    list-style-type: none;
}
.acl-item a{
    text-decoration: none;
    color: #0072bc;
}
.content-title{
    color: #0072bc;
    font: 22px/26px 'Open Sans';
    margin-bottom: 32px;
}
.content-part{
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
}
    .content-part-title{
        margin-bottom: 15px;
        color: #0072bc;
        font: 18px 'Open Sans';
    }
    .content-part-title span{
        position: relative;
    }
    .content-part-title span:after{
        content: '';
        position: absolute;
        width: 7px;
        height: 13px;
        background:url(../images/icons-article.png) -94px -30px no-repeat;
        right: -16px;
        top: 7px;
    }
    .content-part:last-child{
        border-bottom:none;
        margin-bottom:0;
    }
    .open-part.open .content-part-title span:after{
        background:url(../images/icons-article.png) -94px -44px no-repeat;
        width: 13px;
        height: 7px;
        right: -19px;
        top:11px;
    }
.article-info{
    position: relative;
    font-size: 14px;
    /*color: #797979;*/
    /*padding-right: 260px;*/
}
.article-info-row{
    margin-bottom: 8px;
    font-size:14px;
    display: flex;
}
    .article-info-row .name{
        color: #0072bc;
        width:180px;
        line-height:1.2em;
        flex-shrink:0;
    }
    .article-info-row .data{
        word-wrap:break-word;
    }
    .article-info-row .data a{
        word-wrap:break-word;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.citate-btn{
    /*position: absolute;*/
    max-width: 200px;
    width:100%;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 6px 7px 0px rgba(56, 56, 56, 0.14);
    color: #fff;
    background: #3cb878;
    text-transform: uppercase;
    right: 40px;
    bottom: 0;
    height: 36px;
    font: 14px/36px 'Open Sans';
    margin-bottom:20px;
}
.citate-btn:hover{
    opacity: 0.8;
}
.person-title{
    margin-top: 20px;
    margin-bottom: 10px;
    font: 16px 'Open Sans';
    color: #0072bc;
}
.person-block{
    margin-bottom: 5px;
}
.person-item{
    /*float: left;*/
    /*width: 24%;*/
    /*margin-right: 1%;*/
    margin-bottom:10px;
}
    .person-item.col-sm-4:nth-child(3n+1){
        clear: both;
    }
    .person-item.col-sm-6:nth-child(2n+1){
        clear: both;
    }
.person-item .name{
    color: #0072bc;
    display: inline-block;
    line-height: 16px;
}
.article-text{
    font-size:1.14em;
    line-height:1.5;
}
    .article-text p{
        margin-bottom: 20px;
    }
    .article-text p:last-child{
        margin-bottom:0;
    }
    .article-text .color{
        color: #3cb878;
    }
    .article-text table {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .article-text table td{
        white-space: normal !important;
    }
    .article-text img{
        max-width:100%;
        height:auto !important;
    }
.article-functions{
    margin: 30px 0 15px;
}
.article-functions-item{
    display: inline-block;
    vertical-align: bottom;
    margin-right: 13px;
    width: 170px;
    text-align: center;
}
.afi-icon{
    height: 31px;
    margin-bottom: 7px;
}
.afi-icon:before{
    content: '';
    width: 1px;
    height: 100%;
    margin-left: -5px;
    display: inline-block;
    vertical-align: middle;
}
.afi-icon img{
    display: inline-block;
    vertical-align: middle;
}
.afi-btn{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #42b9f0;
    border-radius: 5px;
    cursor: pointer;
    height: 26px;
    line-height: 24px;
    text-align: center;
    color: #42b9f0;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.afi-btn:hover{
    color: #fff;
    background: #42b9f0;
}
.read .afi-btn{
    color: #3cb878;
    border-color: #3cb878;
}
.read .afi-btn:hover{
    color: #fff;
    background: #3cb878;
}
.comments{
    margin-bottom: 100px;
    padding-top: 30px;
    background: #fff;
    margin-top: -12px;
}
.comments-title{
    font: 18px 'Open Sans';
    color: #0072bc;
    margin-bottom: 30px;
}
.write-comment{
    font: 14px 'Open Sans';
    position: relative;
    margin-left: 42px;
    margin-bottom: 30px;
}
.write-comment .fake-link:before{
    content: '';
    position: absolute;
    width: 27px;
    height: 26px;
    background: url(../images/icons-article.png) -24px -70px no-repeat;
    left: -42px;
    top: -3px;
}
.write-comment .fake-link{
    color: #000;
}
.write-comment .fake-link:hover{
    opacity: 0.8;
}
.add-comment{
    display: none;
    margin-bottom: 40px;
}
.add-comment-textarea{
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 10px;
    height: 120px;
    resize:none;
    margin-bottom: 15px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font: 14px 'Open Sans';
}
.add-comment-btn{
    background: #3cb878 none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 6px 7px 0 rgba(56, 56, 56, 0.14);
    color: #fff;
    cursor: pointer;
    font: 14px/36px 'Open Sans';
    height: 36px;
    text-align: center;
    text-transform: uppercase;
    border:none;
    padding: 0 20px;
}
.add-comment-btn:hover{
    opacity: 0.8;
}
.comments-list{
    position: relative;
    padding-top: 10px;
}
.comments-list:before{
    position: absolute;
    content: '';
    background: #a6a6a6;
    width: 110px;
    height: 3px;
    top: 0;
    left: 0;
}
.comments-list-item{
    padding: 20px 0 15px;
}
.comments-list-item + .comments-list-item{
    border-top: 1px solid  #dcdcdc;
}
.cli-avatar{
    float: left;
    width: 15%;
    max-width: 110px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}
.cli-info{
    float: left;
    width: 85%;
    padding-top: 5px;
}
.cli-name{
    font: 16px 'Open Sans';
    color: #0072bc;
    margin-bottom: 5px;
}
.cli-time{
    font: 14px 'Open Sans';
    color: #535455;
    margin-bottom: 15px;
}
.cli-text{
    margin-bottom: 15px;
}
.cli-text p{
    margin-bottom: 13px;
}
.cli-text p:last-child{
    margin-bottom: 0;
}
.cli-like{
    position: relative;
    padding-left: 36px;
    color: #0072bc;
    font: 17px 'Open Sans';
    margin-top: 20px;
    margin-bottom: 30px;
}
.cli-like:before{
    position: absolute;
    content: '';
    width: 27px;
    height: 24px;
    background: url(../images/icons-article.png) -52px -55px no-repeat;
    left: 0;
    top: 0;
}
.more-comments{
    font: 14px 'Open Sans';
    cursor: pointer;
    text-align: center;
}
.more-comments .fake-link:hover{
    opacity: 0.8;
}
.cover-title{
    background: none;
    padding-left:0;
}
    .cover-title img{
        max-width: 100%;
    }
.open-part .content-part-title{
    cursor: pointer;
}
.open-part-content{
    display: none;
}
    .open .open-part-content{
        display: block;
    }
    .open-part-content img{
        max-width:100%;
    }
.article-page .content-block{
    margin-bottom:10px;
}
.article-page .avatar{
    width:20px;
    height:20px;
}
.article-page .author-list-item{
    display: inline-flex;
    margin-right:20px;
}
.classifs-tags{
    margin-bottom:5px;
}
@media print {
    .classifs-tags {
        padding-left: 1rem;
    }

    a[href]:after {
        content: '' !important;
    }
}

mjx-math.MJX-TEX {
    line-height: 1 !important;
    white-space: wrap !important;
}

    .classifs-tags .label{
        font-size: 0.9em;
        display: inline-block;
        line-height: 1.5;
        margin-bottom: 5px;
        font-weight: normal;
        overflow-wrap: break-word;
        white-space: pre-wrap;
        text-align: start;
    }
    .classifs-tags a:hover{
        opacity:0.8;
    }
.article-sidebar .btn{
    display:block;
    width:100%;
    margin-bottom:15px;
    white-space: normal;
}
@media print {
    .breadcrumbs,
    .article-navigation,
    .article-sidebar {
        display: none !important;
    }
}
.article-cover{
    text-align: center;
}
    .article-cover .article-cover-access img{
        max-width:100%;
        max-height:200px;
    }

.article-cover-access{
    text-align: center;
    padding:15px;
    margin-bottom:15px;
}

.article-cover-access img{
    max-width:100%;
}
.panel-article{
    background-color: none;
    border:none;
    box-shadow: none;
}
    .panel-article-heading{
        padding-top:0;
        padding-left:0;
        padding-right:0;
        position: relative;
        z-index: 10;
    }
    .panel-article-heading a:hover,
    .panel-article-heading a:focus{
        text-decoration: none;
    }
    .panel-article-heading .fa{
        margin-right:10px;
    }
    .panel-article-title{
        font-size:18px;
    }
    .panel-article-body{
        padding-right:0;
        padding-bottom:0;
        padding-left:0;
    }
.article-navigation{}
    .article-navigation li{
        margin-bottom: 10px;
        margin-left:auto;
        margin-right:auto;
        width:120px;
        text-align: center;
        padding: 3px 5px;
    }
    .article-navigation a{
        text-decoration: none;
        border-bottom:1px dotted;
        padding:0 2px;
    }
    .elite-navigation li{
        width:auto;
    }
.article-page-content .info-block{
    padding-left:40px;
    padding-right:40px;
}
.article-page-content .article-info-row{
    display: flex;
    margin-bottom: 12px;
}
    .article-info-row .key{
        width:150px;
        margin-right:10px;
        flex-shrink: 0;
    }
/*-------------------------- /Article page -----------------------------*/
@media(max-width: 991px){
    .entity-title{
        font-size:24px;
        line-height:1.25em;
    }
    .article-cover img{

    }
    .article-navigation{
        text-align: center;
    }
    .article-navigation li{
        display: inline-block;
        margin-left:10px;
        margin-right:10px;
    }
    .article-page-content .info-block{
        padding-left:20px;
        padding-right:20px;
    }
}