/* ==================================================== */
/* ============ Список статей карточками ============== */
/* ==================================================== */
.b-article-cards {
    position: relative;
    /*z-index: 0;*/
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 30%, rgba(221,221,221,1) 70%, rgba(255,255,255,1) 100%);
}
.b-article-cards .top-gradient {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%);
}
.b-article-cards .bottom-gradient {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%);
}
.b-article-cards .b-pub-list-article-card .b-item {
    background-color: #fff;
    height: 340px;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.b-article-cards .b-pub-list-article-card .b-item:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
.b-article-cards .b-pub-list-article-card .b-item .author-info {
    margin: 5px 0 4px;
    /* text-align: right; */
    font-size: 11px;
    line-height: 1.2;
}
.b-article-cards .b-pub-list-article-card .b-item .topic-info {
    position: absolute;
    top: 7px;
    left: 7px;
    /* right: 7px; */
    background-color: rgba(0, 0, 0, 0.43);
    color: #fff;
    font-size: 11px;
    line-height: 1.1;
    font-weight: bold;
    padding: 2px 6px;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 20px;
}
.b-article-cards .b-pub-list-article-card .b-item .topic-info a {color: #eee;}
.b-article-cards .b-pub-list-article-card .b-item .topic-info a:hover {color: #f78421;}
.b-article-cards .b-pub-list-article-card .b-item .b-inf .hd {
    padding: 10px 15px 0;
    position: absolute;
    margin-top: -30px;
    /*height: 150px;*/
    overflow: hidden;
}
.b-article-cards .b-pub-list-article-card .b-item .b-inf .ava {
    position: relative;
    min-height: 170px;
    max-height: 240px;
    overflow: hidden;
}
.b-article-cards .b-pub-list-article-card .b-item .b-inf .ava .to-white {
    height: 40%;
    width: auto;
    left: 0;
    right: -.1px;
    bottom: -1px;
}
.b-article-cards .b-pub-list-article-card .b-item .to-white.card-bottom {
    bottom: 25px;
}
.b-article-cards .b-pub-list-article-card .b-item .white-card-bottom {
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 25px;
    background: #fff;
}
.b-article-cards .b-pub-list-article-card .b-item .b-inf img {
    width: 100%;
    height: auto;
}
.b-article-cards .b-pub-list-article-card .b-item .date-info {
    font-weight: bold;
    position: absolute;
    bottom: 7px;
    left: 7px;
    right: 7px;
    padding: 4px 8px 0;
    border-radius: 20px;
    background: #eee;
    height: 19px;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.b-article-cards .b-pub-list-article-card .b-item .date-info .date {
    font-size: 11px;
    color: #777;
    line-height: 1;
    margin-top: 1px;
    white-space: nowrap;
}
.b-article-cards .b-pub-list-article-card .b-item .date-info a.comment {
    color: #777;
    margin-right: 0;
}
.b-article-cards .b-pub-list-article-card .b-item .date-info a.comment:hover {
    color: #f78421;
}
.b-article-cards .b-pub-list-article-card .b-item .b-inf .b-pub-tag {
    padding: 0;
    margin: 0;
    display: block;
}
.b-article-cards .b-pub-list-article-card .b-item .b-inf .b-pub-tag span {
    list-style: none;
    margin: 0 7px;
}
.b-article-cards .b-pub-list-article-card .b-item .b-inf .b-pub-tag span:before {
    content: " ";
    background: #777;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-top: 5px;
    margin-left: -8px;
}
.b-article-cards .b-pub-list-article-card .b-item .b-inf .b-pub-tag a {
    /*color: #777;*/
}
.b-article-cards .b-pub-list-article-card .b-item .b-inf .b-pub-tag a:hover {
    color: #f78421;
}
.b-article-cards .b-pub-list-article-card .b-item .title {
    margin-top: 0;
    display: block;
    font-size: 17px;
    line-height: 1.1;
    color: #1E1E1E;
    font-weight: 700;
    margin-bottom: 6px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.b-article-cards .b-pub-list-article-card .b-item .title:hover {
    color: #e48431;
    text-decoration: none;
}
.b-article-cards .b-pub-list-article-card .b-item .descr {
    color: #777;
    font-size: 12px;
    line-height: 1.2;
}

/* ================================================== */
/* ========== Оценки и эксперты карточками ========== */
/* ================================================== */
.b-article-cards.author {
    position: relative;
}
.b-article-cards.author .b-item {
    height: auto;
    min-height: 140px;
    margin: 0 0 15px;
    padding: 10px 10px 5px;
    overflow: initial;
    background-color: #a1adb7;
    background: linear-gradient(0deg, rgba(255,255,255,1) 15%, #0e5898 90%);
}
.b-article-cards.author .b-item:hover {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.b-article-cards.author .b-image {
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.b-article-cards.author .b-author-info {
    background-color: #ffffff;
    padding: 5px 10px 0;
    margin-left: 130px;
    border-radius: 3px 3px 0 0;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.b-article-cards.author .b-author-info .author-name {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    color: #333;
    padding: 2px 0 3px;
    transition: all .2s;
}
.b-article-cards.author .b-author-info .author-name:hover {
    color: #0e5898;
}
.b-article-cards.author .b-author-info .author-post {
    font-weight: bold;
    font-size: 11px;
    line-height: 1.2;
    color: #777;
}
.b-article-cards.author .b-author-info .author-post p {
    margin-bottom: 0;
}
.b-article-cards.author .b-item .b-body {
    background-color: #fff;
    min-height: 75px;
    position: relative;
    margin-left: 130px;
    overflow: hidden;
    padding: 4px 10px 6px;
}
.b-article-cards.author .b-pub-list-article-card .b-item .date {
    display: inline-block;
    float: left;
    margin: 0 5px -4px 0;
    padding: 3px 0 2px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #777;
}
.b-article-cards.author .b-pub-list-article-card .b-item .title {
    font-size: 14px;
    line-height: 1.15;
    margin-bottom: 3px;
    margin-top: 6px;
    margin-left: 70px;
    color: #0e5898;
}
.b-article-cards.author .b-pub-list-article-card .b-item .title:hover {
    color: #f58525;
}
.b-article-cards.author .b-pub-list-article-card .b-item .b-descr {
    font-size: 12px;
    line-height: 1.2;
    color: #777;
    margin-left: 70px;
}
.b-article-cards.author .b-pub-list-article-card .b-item .more-articles {
    display: inline-block;
    padding: 4px 10px;
    margin-top: 5px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
    transition: all .3s;
    background-color: #0e5898;
}
.b-article-cards.author .b-pub-list-article-card .b-item .more-articles:hover {
    color: #fff;
    background-color: #f58525;
}
.b-article-cards.author .modal-dialog {
    max-height: 90%;
    width: 100%;
    max-width: 640px;
}
.b-article-cards.author .modal-dialog .modal-title {
    line-height: 1;
}
.b-article-cards.author .modal-dialog .modal-footer {
    text-align: center;
}
.b-article-cards.author .b-pub-list-article-card .b-item .modal-body .title {
    margin-left: 75px;
}
.b-article-cards.author .to-white.more {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 40px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 70%, rgba(255,253,253,0) 100%);
}
@media (max-width: 767px) {
    .b-article-cards.author .b-item .b-body {
        min-height: 0;
        border-radius: 3px;
    }
    .b-article-cards.author .b-author-info {
        padding-bottom: 7px;
        border-radius: 3px;
    }
    .b-article-cards.author .b-pub-list-article-card .b-item .title,
    .b-article-cards.author .b-pub-list-article-card .b-item .b-descr {
        margin-left: 0;
    }
    .b-article-cards.author .b-item .b-body {
        clear: both;
        margin-left: 0;
        margin-top: 10px;
    }
}
/* ================================================== */
