.h1 {
    color: var(--font);
    font-weight: 700;
    margin-bottom: 0;
}

body {
    overflow-x: hidden;
}

.h1 span {
    text-transform: uppercase;
}

.h1.mar {
    margin-bottom: .205em;
    display: inline-block;
}

.aut-tt {
    color: var(--font);
    font-size: 1.125em;
    line-height: 1.6;
}

.aut-tx {
    font-weight: 600;
    line-height: 1.2;
}

.aut-tx.not {
    margin-top: 0;
}

.l_abc {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
}

.l_abc li {
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid;
    border-color: #000000;
    margin-bottom: 1.14em;
    margin-right: 1.14em;
    width: 3.07em;
    transition: border-color .3s;
}

.l_abc li.noact{
    opacity: .4;
}

.l_abc li.noact a{
    cursor: default;
}

.l_abc li:not(.noact):hover {
    border-color: var(--h-font);
}

.l_abc li:not(.noact):hover a {
    color: var(--h-font);
}

.l_abc li a {
    color: var(--font);
    transition: color .3s;
    width: 100%;
    display: block;
}


.authors {
    width: 76.855%;
}

.l_abc.list {
    margin-top: 0;
}

.l_abc.list li {
    font-size: .875em;
    font-weight: 400;
}

.l_abc.list li.act {
    background: var(--h-font);
    border-color: var(--h-font);
}

.l_abc.list li.act a {
    color: #fff;
}

.posts-content.up {
    margin-top: 1.085em;
}

.posts-content.full + .posts-content.up {
    margin-top: 0em;
}

.aut-tx.up {
    margin-top: 1.085em;
}

.author-item {
    display: inline-flex;
    color: var(--font);
    align-items: center;
}

.author-item .back {
    padding-top: 8.57em;
}

.author-item .info {
    width: calc(100% - 9.83em);
    margin-top: 0;
    margin-bottom: 0;
}

.author-item .author-name {
    color: var(--font);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1;
    max-height: 2em;
    overflow: hidden;
}

.author-item .author-info {
    line-height: 1.35;
    overflow: hidden;
    max-height: 4em;
}

.author-item .info>* {
    width: 100%;
    display: block;
}

@media (max-width: 992px) {

    .posts-content.flex {
        flex-direction: column;
        margin-top: 1.085em;
    }
    .posts-content.flex:not(.full) {
        margin-bottom: 5.71em;
    }

    .l_abc.list {
        width: 100%
    }

    .posts-content.flex>* {
        width: 100%;
    }

    .author-item .info>* {
        margin-right: 0;
    }

}


@media (max-width:650px) {

    .aut-tt {
        width: 100%;
    }

    .h1 {
        font-size: 1.5em;
        width: 90%;
        margin-top: 1.428em;
        line-height: 1.2;
    }

    .aut-tt {
        margin-top: 0.952em;
    }

    .aut-tx,
    .aut-tx.up {
        font-size: 1.375em;
        margin-top: 1.554em;
    }

    .widgets {
        margin-top: 4.49em;
    }

    .l_abc li {
        font-size: 0.875em;
        margin-bottom: 1.365em;
        margin-right: 1.365em;
        width: 3.543em;
    }

    .l_abc li a {
        padding: 1.045em 0;
    }

    .l_abc li:nth-child(6n) {
        margin-right: 0;
    }

.posts-content.flex.up .l_abc {
        margin-bottom: 2.628em;
    }

    .posts-content.flex.up .l_abc li {
        width: 2.514em;
        margin-right: 1.085em;
        margin-bottom: 1.085em;
    }

    .posts-content.flex.up .l_abc li a {
        padding: .548em 0;
    }

    .posts-content.flex.up .l_abc li:nth-child(8n) {
        margin-right: 0;
    }

    .author-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2.17em;
    }

    .author-item .info {
        padding-left: 1.028em;
    }

    .widgets {
        margin-top: 3.571em;
    }

    .author-item .author-info {
        margin-top: .571em;
        letter-spacing: .0343em;
        line-height: 1.3;
        max-height: 5em;
        font-size: 1.35em;
    }

    .author-item .back {
        width: 9.257em;
    }

    .author-item .author-name {
        font-size: 1.5em;
    }

}