

/* Start:/local/templates/lombard/components/bitrix/news/poleznoe/bitrix/news.detail/.default/style.css?17762714402762*/
.article-author {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-top: 0px;
    padding: 28px 32px;
    background: #f3f3f3;
    border-radius: 12px;
}

.article-author__avatar-link {
    display: inline-flex;
    flex: 0 0 96px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}

.article-author__avatar-link:hover,
.article-author__avatar-link:focus {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(24, 63, 102, .16);
}

.article-author__avatar {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-author__content {
    flex: 1 1 auto;
    min-width: 0;
}

.article-author__label {
    margin-bottom: 8px;
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.article-author__name {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
    text-decoration: none;
}

.article-author__headline {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.article-author__headline .article-author__name {
    margin-bottom: 0;
}

.article-author__linkedin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #0a66c2;
    text-decoration: none;
    transition: transform .2s ease, opacity .2s ease;
}

.article-author__linkedin:hover,
.article-author__linkedin:focus {
    color: #0a66c2;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(24, 63, 102, .16);
    opacity: .85;
}

.article-author__linkedin-icon {
    width: 100%;
    height: 100%;
}

.article-author__role {
    margin-bottom: 12px;
    color: #111827;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.article-author__description, .article-author__modified {
    margin: 0;
    color: #374151;
    font-size: 18px;
    line-height: 1.65;
}

@media only screen and (max-width: 767px) {
    .article-author {
        gap: 18px;
        margin-top: 32px;
        padding: 24px 20px;
    }

    .article-author__avatar-link {
        flex-basis: 80px;
        width: 80px;
        height: 80px;
    }

    .article-author__name {
        font-size: 24px;
    }

    .article-author__linkedin {
        width: 22px;
        height: 22px;
    }

    .article-author__role,
    .article-author__description {
        font-size: 16px;
    }
}

@media only screen and (max-width:580px){
	.action-detail__title {margin-top: 120px !important;}

    .article-author {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* End */
/* /local/templates/lombard/components/bitrix/news/poleznoe/bitrix/news.detail/.default/style.css?17762714402762 */
