.analytics_list_top {
    width: 100%;
}

.analytics-item-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.analytics-info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.analytics-item{
    position: relative;
}

.analytics-item:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.analytics-item:not(:last-child):after{
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #c5c5c5;
    bottom: 0;
}

.analytics-item-theme,
.analytics-item-theme span,
.analytics-item-theme span a {
    text-transform: inherit;
    font-size: 10px;
    padding-bottom: 3px;
    color: #a6a6a6;
    line-height: 12px;
}

.analytics-item-theme span a {
    position: relative;
    z-index: 3;
}

.analytics-item-title a span {
    font-size: 18px;
    font-family: Bodoni;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 4px;
}

.analytics-item-title a:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.analytics-item-text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
    padding-bottom: 7px;
    color:#1b1b1b;
}

.analytics-authors-item {
    font-size: 12px;
    color: #514F4F;
    line-height: 18px;
}

.analytics-authors-item span {
    color: #514F4F;
    font-weight: 600;
}

.analytics-authors-wrapper {
    padding-left: 7px;
    position: relative;
}

.analytics-authors-wrapper:before {
    content: "";
    position: absolute;
    height: 100%;
    border-left: 2px solid #C5242A;
    left: 0;
    top: 0;
}

.analytics-authors-photo {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.analytics-authors-photo img {
    height: 70px;
    width: 70px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}

.analytics-authors-photo-item:not(:last-child) {
    margin-right: -7px;
    position:relative;
    overflow:hidden;
}
.analytics-authors-photo-item:not(:last-child):after{
    content: "";
    position: absolute;
    top: -3px;
    right: -66px;
    width: 76px;
    height: 76px;
    background-color: white;
    border-radius: 50%;
}

.analytics-authors-photo-item {
    z-index:1
}

a.styler.show-more-button.js-show-more-button {
    margin-top: 30px;
    width: 100%;
}

@media(max-width:420px){
    .analytics-authors-photo img{
        height:54px;
        width:54px
    }
    .analytics-authors-photo-item:not(:last-child):after{
        top:-3px;
        right:-51px;
        width:60px;
        height:60px
    }
}