

/* Start:/local/templates/dw/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17867158661999*/
.article-author {
    margin-top: 40px;
    margin-bottom: 22px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    background-color: #FAFAFA;
    border-radius: 16px;
    overflow: hidden;
    padding: 16px;
}

.article-author__img {
    max-width: 120px;
    max-height: 120px;
    border-radius: 120px;
    overflow: hidden;
    flex-shrink: 0;
}

.article-author__img img {
    display: block;
    max-width: none;
    width: 120px;
    object-fit: cover;
}

.article-author__author,
.article-author__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 17px 18px;
}

.article-author__author {
    border-right: 1px solid #B2B2B2;
}

.article-author__author-title {
    font-size: 16px;
    line-height: 26px;
    color: #005055;
    letter-spacing: 0;
    font-weight: 500;
}

.article-author__author-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000;
}

.article-author__author-specialty {
    color: #2C2C2C;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
}

.article-author__info {
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0;
    color: #000;
    padding-right: 0;
    padding-left: 12px;
    flex-shrink: 0;
}

.article-author__info-date {
    display: flex;
    gap: 12px;
    flex-direction: row;
}

.article-author__info-list > div {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}

.article-author__info-list > div img {
    display: block;
    width: 24px;
    height: 24px;
}

.article-author__info-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

@media (max-width: 768px) {
    .article-author {
        flex-direction: column;
        padding: 16px 16px 40px;
    }

    .article-author__author {
        border-right: none;
        border-bottom: 1px solid #B2B2B2;
        padding: 16px;
    }

    .article-author__info {
        padding: 16px;
    }
}
/* End */
/* /local/templates/dw/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17867158661999 */
