

/* Start:/local/components/naekk/president.page/templates/.default/style.css?17842952169883*/
.president-page {
    color: #1c2331;
    background: #fff;
    font-family: var(--font-main, "Inter", Arial, sans-serif);
}

.president-page *,
.president-page *::before,
.president-page *::after {
    box-sizing: border-box;
}

.president-page__container {
    width: min(1440px, calc(100% - 48px));
    margin: 0 auto;
}

.president-page__heading {
    padding-top: 32px;
}

.president-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    color: #1c2331;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    white-space: nowrap;
}

.president-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.president-breadcrumbs a:hover {
    color: #d2232a;
}

.president-breadcrumbs > span[aria-hidden="true"],
.president-breadcrumbs > span[aria-current="page"] {
    opacity: .4;
}

.president-page__title,
.president-profile__name,
.president-section-title,
.president-award__title {
    margin: 0;
    font-family: var(--font-accent, "Bebas Neue Cyrillic", "Arial Narrow", sans-serif);
    font-weight: 400;
    text-transform: uppercase;
}

.president-page__title {
    margin-top: 32px;
    font-size: 52px;
    line-height: 64px;
}

.president-profile-band {
    margin-top: 28px;
    padding: 49px 0 25px;
    background: #f4f2ef;
}

.president-profile {
    display: grid;
    grid-template-columns: minmax(0, 805px) 585px;
    gap: 50px;
    align-items: stretch;
}

.president-profile__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 36px;
    min-width: 0;
    padding: 10px 44px;
    border-left: 4px solid #d2232a;
}

.president-profile__name {
    font-size: 44px;
    line-height: 54px;
}

.president-profile__positions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #d2232a;
    font-size: 14px;
    font-weight: 800;
    line-height: 22px;
    text-transform: uppercase;
}

.president-profile__positions li {
    position: relative;
    padding-left: 17px;
}

.president-profile__positions li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
}

.president-profile__quote {
    margin: 0;
    max-width: 717px;
    color: #1c2331;
    font-size: 22px;
    font-weight: 800;
    line-height: 32px;
}

.president-profile__photo {
    min-width: 0;
    height: 572px;
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    background: #d9d9d9;
}

.president-profile__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.president-interests {
    padding: 74px 0 48px;
    background: #fff;
}

.president-section-title {
    font-size: 36px;
    line-height: 45px;
}

.president-interests__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 48px 0 0;
    padding: 0;
    list-style: none;
}

.president-interests__item {
    display: flex;
    align-items: center;
    gap: 24px;
    min-width: 0;
    min-height: 24px;
    overflow: hidden;
    font-size: 17px;
    font-weight: 800;
    line-height: 22px;
    text-transform: uppercase;
}

/*
 * В Figma контейнер лампочки — 24×24 px,
 * а сам красный знак внутри — 14×20 px.
 */
.president-interests__icon {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.president-interests__icon svg {
    display: block;
    width: 14px;
    height: 20px;
    fill: none;
    stroke: none;
}

.president-awards {
    padding: 88px 0;
    background: #fff;
}

.president-awards__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
    margin-top: 24px;
}

.president-award {
    display: flex;
    flex-direction: column;
    gap: 48px;
    min-width: 0;
    padding: 32px 36px 40px;
    border-radius: 16px;
    background: #252e3f;
    color: #fff;
}

.president-award--large {
    height: 284px;
}

.president-award--medium {
    height: 258px;
}

.president-award--small {
    height: 240px;
}

/*
 * В Figma контейнер медали — 32×32 px,
 * а сам белый знак внутри — 22×28 px.
 */
.president-award__icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
}

.president-award__icon svg {
    display: block;
    width: 22px;
    height: 28px;
    fill: none;
    stroke: none;
}

.president-award__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 0;
}

.president-award__title {
    color: #fff;
    font-size: 30px;
    line-height: 38px;
}

.president-award__details {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.president-award__details p {
    margin: 0;
}

.president-award__socials {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.president-award__social {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    transition: transform .2s ease, opacity .2s ease;
}

.president-award__social:hover {
    transform: translateY(-2px);
    opacity: .85;
}

.president-award__social img {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 1023px) {
    .president-page__container {
        width: calc(100% - 40px);
        max-width: 720px;
    }

    .president-page__heading {
        padding-top: 14px;
    }

    .president-breadcrumbs {
        gap: 4px;
        overflow: hidden;
        font-size: 11px;
        line-height: 16px;
    }

    .president-breadcrumbs > * {
        flex: 0 0 auto;
    }

    .president-page__title {
        margin-top: 24px;
        font-size: 34px;
        line-height: 35px;
    }

    .president-profile-band {
        margin-top: 12px;
        padding: 20px 0 40px;
    }

    .president-profile {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .president-profile__content {
        gap: 20px;
        padding: 6px 20px;
        border-left-width: 2px;
    }

    .president-profile__name {
        font-size: 26px;
        line-height: 33px;
    }

    .president-profile__positions {
        gap: 6px;
        font-size: 10px;
        line-height: 18px;
    }

    .president-profile__positions li {
        padding-left: 12px;
    }

    .president-profile__positions li::before {
        top: 7px;
        width: 3px;
        height: 3px;
    }

    .president-profile__quote {
        font-size: 16px;
        line-height: 22px;
    }

    .president-profile__photo {
        width: 100%;
        height: auto;
        aspect-ratio: 320 / 349;
        border-radius: 14px;
    }

    .president-interests {
        padding: 16px 0 32px;
    }

    .president-section-title {
        font-size: 26px;
        line-height: 33px;
    }

    .president-interests__grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 12px;
    }

    .president-interests__item {
        gap: 12px;
        min-height: 22px;
        font-size: 13px;
        line-height: 22px;
    }

    /* В мобильном макете контейнер — 20×20 px, знак остаётся 14×20 px. */
    .president-interests__icon {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }

    .president-interests__icon svg {
        width: 14px;
        height: 20px;
    }

    .president-awards {
        padding: 16px 0 48px;
    }

    .president-awards__grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 12px;
    }

    .president-award,
    .president-award--large,
    .president-award--medium,
    .president-award--small {
        height: auto;
        min-height: 0;
        gap: 36px;
        padding: 20px 20px 24px;
        border-radius: 16px;
    }

    /* Точные высоты пяти мобильных карточек из макета Figma. */
    .president-awards__grid .president-award:nth-child(1) {
        height: 258px;
    }

    .president-awards__grid .president-award:nth-child(2) {
        height: 208px;
    }

    .president-awards__grid .president-award:nth-child(3) {
        height: 220px;
    }

    .president-awards__grid .president-award:nth-child(4) {
        height: 266px;
    }

    .president-awards__grid .president-award:nth-child(5) {
        height: 206px;
    }

    /* В мобильном макете контейнер — 24×24 px, знак — 16.5×21 px. */
    .president-award__icon {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }

    .president-award__icon svg {
        width: 16.5px;
        height: 21px;
    }

    .president-award__body {
        margin-top: 0;
    }

    .president-award__title {
        font-size: 24px;
        line-height: 29px;
    }

    .president-award__details {
        font-size: 12px;
        line-height: 21px;
    }

    .president-award__socials {
        gap: 10px;
        margin-top: 14px;
    }

    .president-award__social {
        width: 26px;
        height: 26px;
        border-radius: 6px;
    }
}

@media (max-width: 374px) {
    .president-page__container {
        width: calc(100% - 32px);
    }

    .president-breadcrumbs {
        font-size: 10px;
    }

    .president-profile__content {
        padding-right: 14px;
        padding-left: 14px;
    }

    .president-profile__positions {
        font-size: 9px;
        line-height: 16px;
    }
}

.president-award__title {
    white-space: pre-line;
}


.president-profile__quote {
    white-space: pre-line;
}
/* End */
/* /local/components/naekk/president.page/templates/.default/style.css?17842952169883 */
