

/* Start:/local/templates/.default/components/bitrix/news/authors/bitrix/news.detail/.default/style.css?17748398522292*/
.article-author_page {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.article-author__photo {
    flex: 0 0 260px;
}

.article-author__photo img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

.article-author__content {
    flex: 1;
    max-width: 820px;
}

.article-author__head {
    margin-bottom: 20px;
}

.article-author__name {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 8px;
}

.article-author__position {
    font-size: 16px;
    line-height: 1.5;
    color: #6b7280;
}

.article-author__bio {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 24px;
}

.article-author__section {
    margin-bottom: 24px;
}

.article-author__section-title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px;
}

.article-author__section-text {
    font-size: 16px;
    line-height: 1.65;
}

.article-author__section-text ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.article-author__section-text li {
    margin: 0;
    padding-left: 0;
    position: static;
}

.article-author__section-text li+li {
    margin-top: 8px;
}

@media (max-width: 768px) {
    .article-author_page {
        flex-direction: column;
        gap: 24px;
    }

    .article-author__photo {
        flex: none;
        width: 100%;
        max-width: 300px;
    }

    .article-author__name {
        font-size: 26px;
    }

    .article-author__section-title {
        font-size: 18px;
    }
}





.article-author__contacts-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}

.article-author__contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
    color: inherit;
    transition: .2s;
}

.article-author__contact svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    fill: currentColor;
    opacity: .7;
    transition: .2s;
}

.article-author__contact:hover {
    color: #1a73e8;
}

.article-author__contact:hover svg {
    opacity: 1;
    transform: scale(1.1);
}
/* End */
/* /local/templates/.default/components/bitrix/news/authors/bitrix/news.detail/.default/style.css?17748398522292 */
