

/* Start:/local/templates/master_default/assets/css/author-page.css?17899220319912*/
/* =========================================================================
   Страницы авторов АПолимер (/avtory/ и /avtory/<slug>/)
   Стилистика — в духе master_default: Roboto/Open Sans, акцент #d40000,
   переиспользуются нативные классы сайта (.l-page, .b-newslist__*).
   ========================================================================= */

.author-page {
    padding: 0 0 60px;
}

/* H1 рисует шаблон сайта (у него margin-bottom 30px), поэтому подтягиваем текст ближе */
.author-page__subtitle {
    margin: -16px 0 32px;
    font-size: 18px;
    line-height: 1.45;
    color: var(--color-gray, #7d8082);
}

.author-page__intro {
    margin: -16px 0 32px;
    font-size: 16px;
    line-height: 1.6;
    color: #202020;
}

.author-page__empty {
    font-size: 16px;
    color: var(--color-gray, #7d8082);
}

/* ------------------------------- Шапка автора ------------------------- */

.author-page__hero {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
    padding: 30px;
    margin-bottom: 48px;
    background: #f4f4f6;
    border-radius: 10px;
}

.author-page__hero-photo {
    width: 100%;
}

.author-page__photo {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: top center;
    border-radius: 8px;
}

.author-page__position {
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
    color: #202020;
    margin-bottom: 14px;
}

.author-page__short {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #202020;
}

.author-page__quote {
    position: relative;
    margin: 0;
    padding: 26px 26px 22px;
    background: #ffffff;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    font-size: 15px;
}

.author-page__quote:before {
    content: '“';
    display: block;
    font-size: 54px;
    line-height: 0.6;
    font-weight: 700;
    color: #d40000;
    margin-bottom: 12px;
}

.author-page__quote p {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.65;
    font-style: italic;
    color: #202020;
}

.author-page__quote footer {
    font-size: 14px;
    line-height: 1.4;
    color: var(--color-gray, #7d8082);
}

/* --------------------------- Три колонки контента --------------------- */

.author-page__grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 44px;
    margin-bottom: 56px;
}

.author-page__col h2 {
    margin: 0 0 20px;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
    color: #202020;
}

.author-page__about-text p {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.7;
    color: #202020;
}

.author-page__about-text p:last-child {
    margin-bottom: 0;
}

.author-page__expertise {
    margin: 0;
    padding: 0;
    list-style: none;
}

.author-page__expertise li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #202020;
}

.author-page__expertise li:last-child {
    margin-bottom: 0;
}

.author-page__expertise li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #d40000;
    border-radius: 1px;
}

.author-page__experience-item {
    position: relative;
    padding-left: 18px;
    margin-bottom: 22px;
}

.author-page__experience-item:last-child {
    margin-bottom: 0;
}

.author-page__experience-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background: #d40000;
    border-radius: 50%;
}

.author-page__experience-period {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    color: #202020;
    margin-bottom: 6px;
}

.author-page__experience-text {
    font-size: 15px;
    line-height: 1.55;
    color: #202020;
}

/* ----------------------------- Статьи автора -------------------------- */

.author-page__articles {
    margin-bottom: 20px;
    padding: 28px;
    background: #f4f4f6;
    border-radius: 10px;
}

.author-page__articles-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 26px;
}

.author-page__articles-head h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #202020;
}

.author-page__articles-nav {
    display: flex;
    align-items: center;
    gap: 14px;
}

.author-page__all {
    font-size: 15px;
    font-weight: 600;
    color: #d40000;
    text-decoration: none;
    white-space: nowrap;
}

.author-page__all:hover,
.author-page__all:focus {
    color: #d40000;
    text-decoration: none;
    opacity: 0.8;
}

.author-page__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    font-size: 15px;
    line-height: 1;
    color: #202020;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    cursor: pointer;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.author-page__arrow:hover,
.author-page__arrow:focus {
    color: #d40000;
    border-color: #d40000;
    outline: none;
}

.author-page__arrow .icon-svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.author-page__arrow.disabled {
    opacity: 0.4;
    pointer-events: none;
}

/* Карусель */

.author-page__carousel.owl-carousel {
    display: block;
}

.author-page__carousel .owl-stage {
    display: flex;
}

.author-page__carousel .owl-item {
    float: none;
    flex: 0 0 auto;
}

.author-page__carousel .owl-item > .author-page__card {
    height: 100%;
}

.author-page__carousel .b-newslist__item {
    margin-bottom: 0;
    height: 100%;
}

.author-page__carousel .b-newslist__data {
    padding: 16px 18px 20px;
}

.author-page__carousel .b-newslist__datainner {
    height: auto;
    margin-top: 10px;
}

.author-page__carousel .b-newslist__datainner h5 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.35;
}

.author-page__carousel .b-newslist__name {
    font-weight: 700;
}

.author-page__carousel .b-newslist__desc {
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #555555;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.author-page__read-more {
    display: inline-block;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #d40000;
    text-decoration: none;
}

.author-page__read-more:hover,
.author-page__read-more:focus {
    color: #d40000;
    text-decoration: none;
    opacity: 0.8;
}

.author-page__carousel .b-newslist__pic a {
    display: block;
    height: 100%;
}

/* ------------------------ Список авторов (/avtory/) ------------------- */

.author-page__authors {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.author-page__author-card {
    margin: 0;
}

.author-page__author-link {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    padding: 24px;
    background: #f4f4f6;
    border-radius: 10px;
    color: inherit;
    text-decoration: none;
    height: 100%;
    transition: box-shadow 0.25s ease;
}

.author-page__author-link:hover,
.author-page__author-link:focus {
    color: inherit;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.author-page__author-photo {
    flex: 0 0 120px;
    width: 120px;
    border-radius: 8px;
    overflow: hidden;
}

.author-page__author-photo img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: top center;
}

.author-page__author-body {
    min-width: 0;
}

.author-page__author-name {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #202020;
    margin-bottom: 8px;
}

.author-page__author-position {
    font-size: 14px;
    line-height: 1.45;
    color: #d40000;
    margin-bottom: 10px;
}

.author-page__author-desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #202020;
}

/* -------------------------------- Адаптив ----------------------------- */

@media (max-width: 1199px) {
    .author-page__hero {
        grid-template-columns: 200px minmax(0, 1fr) minmax(0, 1fr);
        gap: 24px;
        padding: 24px;
    }

    .author-page__grid {
        gap: 32px;
    }
}

@media (max-width: 991px) {
    .author-page__hero {
        grid-template-columns: 180px minmax(0, 1fr);
        align-items: flex-start;
    }

    .author-page__quote {
        grid-column: 1 / -1;
    }

    .author-page__grid {
        grid-template-columns: 1fr 1fr;
    }

    .author-page__col--about {
        grid-column: 1 / -1;
    }

    .author-page__authors {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .author-page__subtitle {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .author-page__hero {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 20px;
        text-align: left;
    }

    .author-page__hero-photo {
        max-width: 220px;
    }

    .author-page__position {
        font-size: 17px;
    }

    .author-page__grid {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-bottom: 40px;
    }

    .author-page__articles-head h2 {
        font-size: 20px;
    }

    .author-page__articles-nav {
        width: 100%;
        justify-content: space-between;
    }

    .author-page__author-link {
        flex-direction: column;
        gap: 16px;
    }

    .author-page__author-photo {
        flex-basis: auto;
        width: 140px;
    }
}

/* End */
/* /local/templates/master_default/assets/css/author-page.css?17899220319912 */
