

/* Start:/local/components/naekk/executive.directorate/templates/.default/style.css?17871063195767*/
/* =========================================================
   Исполнительная дирекция
   Figma: 37:9249
   ========================================================= */

.executive-page {
    color: #1c2331;
    background: #fff;
    font-family: var(--font-main, "Inter", Arial, sans-serif);
}

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

.executive-page__container {
    padding-top: 32px;
    padding-bottom: 120px;
}

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

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

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

.executive-breadcrumbs > span {
    opacity: .4;
}

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

.executive-page__title {
    width: 751px;
    max-width: 100%;
    margin-top: 32px;
    color: #1c2331;
    font-size: 52px;
    line-height: 64px;
}

.executive-page__title--mobile {
    display: none;
}

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

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

.executive-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.executive-tabs__item:hover {
    color: #d2232a;
}

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

.executive-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px 24px;
    width: 100%;
    margin-top: 44px;
}

.executive-card {
    display: grid;
    height: 482px;
    min-width: 0;
    grid-template-rows: minmax(0, 1fr) auto;
    overflow: hidden;
    border-radius: 12px;
    background: #252e3f;
}

.executive-card__photo {
    min-height: 0;
    overflow: hidden;
    background: #f0e6dd;
}

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

.executive-card__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 10px;
    padding: 28px 28px 32px;
    color: #fff;
}

.executive-card__name {
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -.32px;
}

.executive-card__meta {
    min-width: 0;
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.executive-card__meta a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
    overflow-wrap: anywhere;
}

.executive-page__empty {
    margin-top: 44px;
    padding: 24px;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    color: rgba(28, 35, 49, .65);
    font-size: 15px;
    line-height: 26px;
}


/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 1023px) {
    .executive-page__container {
        padding-top: 14px;
        padding-bottom: 64px;
    }

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

    .executive-page__title--desktop {
        display: none;
    }

    .executive-page__title--mobile {
        display: block;
        width: 100%;
        margin-top: 24px;
        font-size: 34px;
        line-height: 35px;
    }

    .executive-tabs {
        gap: 21px;
        margin-top: 16px;
    }

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

    .executive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        margin-top: 24px;
    }

    .executive-card {
        height: auto;
        min-height: 470px;
    }

    .executive-card__photo {
        height: 300px;
    }

    .executive-card__body {
        padding: 22px 20px;
    }

    .executive-card__name {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 0;
    }

    .executive-card__meta {
        font-size: 13px;
        line-height: 22px;
    }
}


/* =========================================================
   Mobile
   Figma: 360 px
   ========================================================= */

@media (max-width: 767px) {
    .executive-page__container {
        padding-bottom: 40px;
    }

    .executive-tabs {
        width: calc(100vw - 40px);
    }

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

    .executive-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .executive-card {
        min-height: 0;
        border-radius: 10px;
    }

    .executive-card__photo {
        width: 100%;
        height: 280px;
    }

    .executive-card__body {
        gap: 8px;
        padding: 20px 20px 22px;
    }

    .executive-card__name {
        font-size: 26px;
        line-height: 33px;
    }

    .executive-card__meta {
        font-size: 12px;
        line-height: 21px;
    }

    .executive-page__empty {
        margin-top: 24px;
        font-size: 12px;
        line-height: 21px;
    }
}

/* End */
/* /local/components/naekk/executive.directorate/templates/.default/style.css?17871063195767 */
