.op-autor-page {
    background: #fff;
}

.op-autor-hero {
    padding: 70px 0 54px;
    background: #f6f8fb;
}

.op-autor-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 52px;
    align-items: center;
}

.op-autor-hero__eyebrow {
    width: fit-content;
    margin-bottom: 18px;
    padding: 8px 18px;
    border: 1px solid #d8e3f2;
    border-radius: 999px;
    color: #092b96;
    background: #fff;
    font: 600 14px/1.2 Gilroy, sans-serif;
}

.op-autor-hero__title {
    max-width: 820px;
    margin: 0;
    color: #131313;
    font: 700 56px/1.1 Gilroy, sans-serif;
}

.op-autor-hero__subtitle {
    max-width: 720px;
    margin-top: 20px;
    color: #4f5b69;
    font: 500 20px/1.55 Gilroy, sans-serif;
}

.op-autor-hero__text {
    max-width: 760px;
    margin-top: 24px;
    color: #303846;
}

.op-autor-card {
    overflow: hidden;
    border: 1px solid #e0e8f2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(9, 43, 150, 0.1);
}

.op-autor-card--mobile {
    display: none;
}

.op-autor-card__photo {
    aspect-ratio: 1 / 1;
    background: #eef3f9;
}

.op-autor-card__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.op-autor-card__body {
    padding: 24px;
}

.op-autor-card__name {
    color: #131313;
    font: 700 26px/1.2 Gilroy, sans-serif;
}

.op-autor-card__position {
    margin-top: 10px;
    color: #647185;
    font: 500 16px/1.45 Gilroy, sans-serif;
}

.op-autor-info {
    padding: 60px 0 30px;
}

.op-autor-info__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 52px;
    align-items: start;
}

.op-autor-info__title {
    margin: 0 0 22px;
    color: #131313;
    font: 700 34px/1.18 Gilroy, sans-serif;
}

.op-autor-info__content,
.op-autor-info__contacts {
    min-width: 0;
}

.op-autor-info__side {
    display: grid;
    gap: 22px;
    min-width: 0;
}

.op-autor-info__text {
    color: #303846;
}

.op-autor-info__text > *:first-child,
.op-autor-hero__text > *:first-child {
    margin-top: 0;
}

.op-autor-info__text > *:last-child,
.op-autor-hero__text > *:last-child {
    margin-bottom: 0;
}

.op-autor-info__contacts {
    padding: 28px;
    border: 1px solid #e0e8f2;
    border-radius: 8px;
    background: #f9fbfe;
}

.op-autor-contacts {
    display: grid;
    gap: 18px;
    margin: 0;
}

.op-autor-contacts__row {
    min-width: 0;
}

.op-autor-contacts dt {
    margin-bottom: 5px;
    color: #667285;
    font: 600 13px/1.3 Gilroy, sans-serif;
    text-transform: uppercase;
}

.op-autor-contacts dd {
    margin: 0;
    color: #131313;
    font: 600 17px/1.35 Gilroy, sans-serif;
    word-break: break-word;
}

.op-autor-contacts a {
    color: #092b96;
    text-decoration: none;
}

.op-autor-contacts a:hover {
    color: #086cdc;
}

.op-autor-contact-reveal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    max-width: 100%;
    padding: 7px 14px;
    border: 1px solid #d7e4f6;
    border-radius: 999px;
    color: #092b96;
    background: #fff;
    font: inherit;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.op-autor-contact-reveal:hover,
.op-autor-contact-reveal:focus-visible {
    color: #086cdc;
    border-color: #086cdc;
    background: #f3f8ff;
}

.op-autor-education__list {
    display: grid;
    gap: 18px;
}

.op-autor-education__item {
    padding-bottom: 18px;
    border-bottom: 1px solid #e0e8f2;
}

.op-autor-education__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.op-autor-education__title {
    color: #131313;
    font: 700 17px/1.35 Gilroy, sans-serif;
}

.op-autor-education__meta {
    margin-top: 5px;
    color: #667285;
    font: 500 15px/1.45 Gilroy, sans-serif;
}

.op-autor-posts {
    padding: 30px 0 24px;
}

.op-autor-posts .op-autor-posts__wrap {
    margin: 0;
}

.op-autor-posts .blog-wrap__category {
    margin: 54px 0;
}

.op-autor-posts .blog-wrap__title {
    margin: 0;
    color: #131313;
    font: 700 42px/1.15 Gilroy, sans-serif;
}

.op-autor-posts .blog-wrap__list {
    margin-top: 26px;
}

.op-autor-posts .blog-wrap__list .item {
    display: flex;
    flex-direction: column;
}

.op-autor-posts .blog-wrap__list .item-title {
    height: auto;
    min-height: 49px;
}

.op-autor-posts .blog-wrap__list .item-text {
    height: auto;
    min-height: 102px;
}

.op-autor-posts .blog-wrap__list .item .btn {
    width: fit-content;
    margin-top: auto;
}

.op-autor-posts__empty {
    margin-top: 18px;
    color: #647185;
    font: 500 18px/1.55 Gilroy, sans-serif;
}

@media (max-width: 1100px) {
    .op-autor-hero__grid,
    .op-autor-info__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .op-autor-card--desktop {
        display: none;
    }

    .op-autor-card--mobile {
        display: grid;
        grid-template-columns: 132px minmax(0, 1fr);
        align-items: center;
        margin: 24px 0 0;
    }

    .op-autor-card--mobile .op-autor-card__photo {
        height: 100%;
        min-height: 132px;
    }

    .op-autor-hero__title {
        font-size: 44px;
    }

    .op-autor-posts .blog-wrap__title {
        font-size: 36px;
    }

    .op-autor-posts .blog-wrap__list .item-text {
        min-height: 78px;
    }
}

@media (max-width: 668px) {
    .op-autor-hero {
        padding: 44px 0 38px;
    }

    .op-autor-hero__title {
        font-size: 34px;
    }

    .op-autor-hero__subtitle {
        font-size: 17px;
    }

    .op-autor-card--mobile {
        grid-template-columns: 104px minmax(0, 1fr);
    }

    .op-autor-card--mobile .op-autor-card__photo {
        min-height: 104px;
    }

    .op-autor-card__body {
        padding: 18px;
    }

    .op-autor-card__name {
        font-size: 21px;
    }

    .op-autor-info {
        padding: 42px 0 20px;
    }

    .op-autor-info__title {
        font-size: 28px;
    }

    .op-autor-info__contacts {
        padding: 22px;
    }

    .op-autor-posts {
        padding: 10px 0 12px;
    }

    .op-autor-posts .blog-wrap__category {
        margin: 38px 0;
    }

    .op-autor-posts .blog-wrap__title {
        font-size: 30px;
    }

    .op-autor-posts .blog-wrap__list .item-title,
    .op-autor-posts .blog-wrap__list .item-text {
        min-height: 0;
    }
}
