

/* Start:/local/templates/rarus/components/bitrix/news.detail/authors/style.css?17893846113065*/
.back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: var(--dark_green);
    text-decoration: none;
    margin-bottom: 32px;
    transition: color 0.15s;
}
.back-link:hover {
    color: var(--green);
}
.back-link svg {
    width: 16px;
    height: 16px;
}

.profile-header {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 36px;
    border-bottom: 1px solid #e8e8e8;
}
.profile-info {
    /*flex: 1;*/
    /*padding-top: 8px;*/
}

.author-name {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.2;
}

.author-position {
    font-size: 16px;
    font-weight: 500;
    color: var(--dark_green);
    margin-bottom: 16px;
}

.author-summary {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.55;
    /*max-width: 520px;*/
}

.section {
    margin-bottom: 36px;
}

.section-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--dark_green);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-content {
    font-size: 15px;
}

.edu-item {
    margin-bottom: 4px;
}

.edu-university {
    font-weight: 600;
}

.edu-spec {
    font-size: 14px;
}

.cert-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cert-item {}
.cert-label {
    font-size: 14px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    display: inline-block;
    padding: 7px 14px;
    background: rgba(0, 183, 152, 0.1);
    color: var(--dark_green);
    font-size: 13px;
    font-weight: 500;
    border-radius: 20px;
    border: 1px solid rgba(0, 183, 152, 0.2);
}

.demo-note {
    margin-top: 48px;
    padding: 16px 20px;
    background: #f7faf9;
    border-left: 3px solid var(--green);
    border-radius: 0 8px 8px 0;
    font-size: 13px;
}
.descr-text {
    font-size: 15px;
}

@media (max-width: 600px) {
    .profile-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .author-summary {
        max-width: 100%;
    }

    .author-name {
        font-size: 26px;
    }
}

.author-articles {
    margin-top: 48px;
    padding-top: 36px;
    border-top: 1px solid #e8e8e8;
}
.author-articles__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
}
.author-articles__container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.article-card {
    overflow: hidden;
    text-decoration: none;
}
.article-card__body {
    display: flex;
    flex-direction: column;
}
.article-card__date {
    font-size: 13px;
    margin-bottom: 8px;
}
.article-card__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 8px;
    color: var(--dark_green);
}
.article-card__title:hover {
    color: var(--green);
}
.article-card__text {
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
}
/* End */
/* /local/templates/rarus/components/bitrix/news.detail/authors/style.css?17893846113065 */
