

/* Start:/local/components/naekk/president.page/templates/.default/style.css?178826368511078*/
.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-tabs {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 47px;
    margin-top: 46px;
    overflow-x: auto;
    border-bottom: 1px solid #e7e7e7;
    scrollbar-width: none;
}

.president-tabs::-webkit-scrollbar {
    display: none;
}

.president-tabs__item {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding-bottom: 14px;
    color: rgba(28, 35, 49, .5);
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    text-decoration: none;
    white-space: nowrap;
}

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

.president-tabs__item--active {
    margin-bottom: -1px;
    border-bottom: 2px solid #d2232a;
    color: #d2232a;
}

.president-tabs__item--disabled {
    cursor: default;
}

/* Figma 24:6780 — светло-серый профиль */
.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 {
    color: #d2232a;
    font-size: 44px;
    line-height: 54px;
}

.president-profile__positions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #1c2331;
    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: #1c2331;
}

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

.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: 52px;
    line-height: 64px;
}

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

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

.president-interests__dot {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: #d2232a;
}

/* Figma 24:6780 — светлые карточки наград */
.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 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    overflow: hidden;
    padding: 38px 36px 36px;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    background: #f4f4f4;
    color: #1c2331;
    isolation: isolate;
}

.president-awards__grid .president-award:nth-child(1) { height: 318px; }
.president-awards__grid .president-award:nth-child(2) { height: 320px; }
.president-awards__grid .president-award:nth-child(3) { height: 332px; }
.president-awards__grid .president-award:nth-child(4) { height: 330px; }
.president-awards__grid .president-award:nth-child(5) { height: 310px; }

/* Декоративные концентрические дуги справа, как в Figma */
.president-award::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 192px;
    height: 246px;
    background: url("/bitrix/templates/furniture_gray/images/president-award-decor.svg?v=2") right bottom / 192px 246px no-repeat;
    pointer-events: none;
}

.president-award__icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
}

.president-award__icon img {
    display: block;
    width: 32px;
    height: 32px;
}

.president-award__body {
    position: relative;
    z-index: 1;
    display: flex;
    width: 476px;
    max-width: calc(100% - 120px);
    flex-direction: column;
    gap: 10px;
}

.president-award__title {
    color: #1c2331;
    font-size: 30px;
    line-height: 38px;
    white-space: pre-line;
}

.president-award__details {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: rgba(28, 35, 49, .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: 6px;
}

.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-tabs {
        gap: 21px;
        margin-top: 16px;
    }

    .president-tabs__item {
        padding-bottom: 8px;
        font-size: 12px;
        line-height: 18px;
    }

    .president-tabs__item:first-child {
        display: none;
    }

    .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;
    }

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

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

    .president-award {
        gap: 36px;
        padding: 22px 20px;
        border-radius: 12px;
    }

    .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; }

    .president-award::after {
        right: 0;
        bottom: 0;
        width: 115px;
        height: 147px;
        background-size: 115px 147px;
    }

    .president-award__icon {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }

    .president-award__icon img {
        width: 24px;
        height: 24px;
    }

    .president-award__body {
        width: 100%;
        max-width: 100%;
        gap: 4px;
    }

    .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;
    }
}

/* End */
/* /local/components/naekk/president.page/templates/.default/style.css?178826368511078 */
