

/* Start:/bitrix/templates/furniture_gray/css/track-detail.css?178710179425059*/
/* =========================================================
   TRACK DETAIL

   Architecture:
   - 1024px and wider: one desktop composition; global site scale
     handles narrow desktop and laptop widths.
   - below 1024px: independent tablet/mobile layout.
   ========================================================= */

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

.track-detail-page {
    width: 100%;
    min-width: 0;
    overflow-x: clip;

    color: #1c2331;
    background-color: #ffffff;

    font-family: var(--font-main, "Inter", Arial, sans-serif);
}

.track-detail-container {
    width: min(1440px, calc(100% - 48px));
    margin-inline: auto;
}

.track-detail-section-title,
.track-detail-title,
.track-detail-dot-title,
.track-detail-leader-card h3,
.track-detail-group-card h3,
.track-detail-group-card h4,
.track-detail-cta h2 {
    margin: 0;

    font-family: var(--font-accent, "Oswald", "Arial Narrow", Arial, sans-serif);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    word-spacing: normal;
    text-transform: uppercase;

    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.track-detail-section-title,
.track-detail-title {
    color: #1c2331;
    font-size: 52px;
    line-height: 64px;
}

/* =========================================================
   PAGE HEAD
   ========================================================= */

.track-detail-head {
    padding: 42px 0 30px;
    background-color: #ffffff;
}

.track-detail-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;

    margin: 0 0 24px;

    color: rgba(28, 35, 49, 0.4);

    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.track-detail-breadcrumbs a {
    color: #1c2331;
    text-decoration: none;
    transition: color 0.25s ease;
}

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

/* =========================================================
   HERO: DESCRIPTION AND GOAL
   ========================================================= */

.track-detail-hero,
.track-detail-cta {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.track-detail-hero {
    min-height: 320px;
    background-color: #252d3e;
    color: #ffffff;
}

.track-detail-hero__decor,
.track-detail-cta__decor {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;

    display: block;
    width: 713px;
    height: 1737px;

    transform: translateY(-50%);

    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;

    pointer-events: none;
}

.track-detail-hero__decor {
    background-image: url("/bitrix/templates/furniture_gray/css/../images/track-detail-decor.svg");
}

.track-detail-hero__container {
    position: relative;
    z-index: 2;

    min-height: 320px;
    padding-top: 58px;
    padding-bottom: 58px;

    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    align-items: start;
    gap: 78px;
}

.track-detail-hero__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    width: 100%;
    min-width: 0;
}

.track-detail-dot-title {
    min-height: 38px;
    margin: 0 0 18px;

    color: #ffffff;
    font-size: 30px;
    line-height: 38px;
}

.track-detail-dot-title::before,
.track-detail-dot-title::after {
    content: none;
    display: none;
}

.track-detail-hero__text {
    width: 100%;
    max-width: 620px;
    margin: 0;

    color: rgba(255, 255, 255, 0.92);

    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
}

.track-detail-hero__text p {
    margin: 0;
}

.track-detail-hero__text p + p {
    margin-top: 12px;
}

.track-detail-hero__divider {
    align-self: center;

    display: block;
    width: 1px;
    height: 184px;

    background-color: rgba(255, 255, 255, 0.16);
}

/* =========================================================
   TRACK LEADERS
   ========================================================= */

.track-detail-leaders {
    padding: 54px 0 72px;
    background-color: #ffffff;
}

.track-detail-leaders .track-detail-section-title {
    margin-bottom: 24px;
}

.track-detail-leaders__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.track-detail-leader-card {
    min-width: 0;
}

.track-detail-leader-card__image {
    display: block;
    width: 100%;
    height: 332px;

    object-fit: cover;
    object-position: center;

    border-radius: 16px;
}

.track-detail-leader-card__body {
    padding-top: 26px;
}

.track-detail-leader-card h3 {
    margin-bottom: 10px;

    color: #1c2331;
    font-size: 30px;
    line-height: 38px;
}

.track-detail-leader-card p {
    max-width: 420px;
    margin: 0;

    color: rgba(28, 35, 49, 0.8);

    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

/* =========================================================
   TRACK ACTIVITY
   ========================================================= */

.track-detail-activity {
    padding: 72px 0 92px;
    background-color: #ffffff;
    border-top: 1px solid #e7e7e7;
}

.track-detail-activity__head {
    width: 708px;
    max-width: 100%;
    margin-bottom: 36px;
}

.track-detail-activity__head .track-detail-section-title {
    margin-bottom: 16px;
}

.track-detail-activity__head p {
    margin: 0;

    color: #1c2331;
    font-size: 15px;
    line-height: 26px;
}

.track-detail-activity__viewport {
    max-width: 1120px;
}

.track-detail-activity__list {
    display: flex;
    flex-direction: column;
    gap: 24px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.track-detail-activity__item {
    display: flex;
    align-items: center;
    gap: 18px;

    min-width: 0;
}

.track-detail-activity__icon {
    position: relative;

    width: 36px;
    height: 36px;
    flex: 0 0 36px;

    border-radius: 50%;
    background-color: rgba(210, 35, 42, 0.1);
}

.track-detail-activity__icon::before,
.track-detail-activity__icon::after {
    content: "";

    position: absolute;
    top: 50%;

    width: 0;
    height: 0;

    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #d2232a;

    transform: translateY(-50%);
}

.track-detail-activity__icon::before {
    left: 12px;
}

.track-detail-activity__icon::after {
    left: 18px;
}

.track-detail-activity__text {
    min-width: 0;

    color: #1c2331;
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
}

/* =========================================================
   WORKING GROUPS
   ========================================================= */

.track-detail-groups {
    padding: 72px 0 84px;
    background-color: #e7e7e7;
}

.track-detail-groups .track-detail-section-title {
    margin-bottom: 24px;
}

.track-detail-groups__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.track-detail-group-card {
    min-height: 244px;
    padding: 38px 42px 34px;

    overflow: hidden;
    border-radius: 20px;
    background-color: #ffffff;
    backdrop-filter: blur(11px);
}

.track-detail-group-card h3 {
    color: #d2232a;
    font-size: 36px;
    line-height: 45px;
}

.track-detail-group-card__line {
    height: 1px;
    margin: 20px 0;
    background-color: #e7e7e7;
}

.track-detail-group-card h4 {
    margin-bottom: 4px;

    color: #1c2331;
    font-size: 24px;
    line-height: 38px;
}

.track-detail-group-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.track-detail-group-card li {
    color: rgba(28, 35, 49, 0.8);
    font-size: 15px;
    line-height: 26px;
}

.track-detail-group-card li::before {
    content: "- ";
}

/* =========================================================
   CTA
   ========================================================= */

.track-detail-cta {
    min-height: 211px;
    background-color: #d2232a;
    color: #ffffff;
}

.track-detail-cta::before,
.track-detail-cta::after {
    content: none;
    display: none;
}

.track-detail-cta__decor {
    background-image: url("/bitrix/templates/furniture_gray/css/../images/track-detail-decor-red.svg");
}

.track-detail-cta__container {
    position: relative;
    z-index: 2;

    min-height: 211px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.track-detail-cta__content {
    width: 829px;
    max-width: 100%;
}

.track-detail-cta h2 {
    margin-bottom: 18px;

    color: #ffffff;
    font-size: 36px;
    line-height: 45px;
}

.track-detail-cta p {
    margin: 0;

    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
}

.track-detail-cta__button {
    min-height: 65px;
    padding: 8px 48px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;

    border-radius: 12px;
    background-color: #ffffff;
    color: #991419;

    font-size: 17px;
    font-weight: 800;
    line-height: 27px;
    text-align: center;
    text-decoration: none;

    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease;
}

.track-detail-cta__button:hover {
    transform: translateY(-2px);
    background-color: #f4f2ef;
    color: #d2232a;
}

/* =========================================================
   TABLET / MOBILE — global desktop scale is disabled below 1024px
   ========================================================= */

@media (max-width: 1023px) {
    .track-detail-container {
        width: calc(100% - 48px);
    }

    .track-detail-section-title,
    .track-detail-title {
        font-size: 44px;
        line-height: 52px;
    }

    .track-detail-head {
        padding: 36px 0 24px;
    }

    .track-detail-breadcrumbs {
        margin-bottom: 18px;
    }

    .track-detail-hero {
        min-height: 0;
    }

    .track-detail-hero__decor,
    .track-detail-cta__decor {
        inset: 0 0 0 auto;
        width: 100%;
        height: 100%;
        transform: none;
        background-position: right center;
        background-size: auto 135%;
    }

    .track-detail-hero__container {
        min-height: 0;
        padding-top: 48px;
        padding-bottom: 48px;

        grid-template-columns: 1fr;
        gap: 30px;
    }

    .track-detail-hero__divider {
        width: 100%;
        height: 1px;
    }

    .track-detail-leaders__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .track-detail-groups__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .track-detail-cta__container {
        gap: 32px;
    }
}

/* =========================================================
   PHONE
   ========================================================= */

@media (max-width: 767px) {
    .track-detail-container {
        width: calc(100% - 40px);
    }

    .track-detail-section-title,
    .track-detail-title {
        font-size: 34px;
        line-height: 38px;
    }

    /* Removes the former oversized empty area below the mobile header. */
    .track-detail-head {
        padding: 28px 0 18px;
    }

    .track-detail-breadcrumbs {
        gap: 4px;
        margin-bottom: 20px;

        font-size: 11px;
        line-height: 16px;
    }

    .track-detail-hero__decor {
        background-size: auto 125%;
    }

    .track-detail-hero__container {
        padding-top: 34px;
        padding-bottom: 36px;
        gap: 24px;
    }

    .track-detail-dot-title {
        min-height: 0;
        margin-bottom: 8px;

        font-size: 24px;
        line-height: 29px;
    }

    .track-detail-hero__text {
        max-width: none;
        font-size: 12px;
        line-height: 21px;
    }

    .track-detail-hero__text p + p {
        margin-top: 8px;
    }

    .track-detail-leaders {
        padding: 34px 0 32px;
    }

    .track-detail-leaders .track-detail-section-title {
        margin-bottom: 20px;
    }

    .track-detail-leaders__grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .track-detail-leader-card__image {
        height: 232px;
        border-radius: 14px;
    }

    .track-detail-leader-card__body {
        padding-top: 16px;
    }

    .track-detail-leader-card h3 {
        margin-bottom: 6px;
        font-size: 24px;
        line-height: 29px;
    }

    .track-detail-leader-card p {
        font-size: 11px;
        line-height: 16px;
    }

    .track-detail-activity {
        padding: 34px 0 32px;
    }

    .track-detail-activity__head {
        margin-bottom: 24px;
    }

    .track-detail-activity__head .track-detail-section-title {
        margin-bottom: 10px;
    }

    .track-detail-activity__head p {
        font-size: 12px;
        line-height: 21px;
    }

    .track-detail-activity__viewport {
        width: calc(100vw - 20px);
        max-width: none;

        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 4px;

        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x proximity;
    }

    .track-detail-activity__viewport::-webkit-scrollbar,
    .track-detail-groups__viewport::-webkit-scrollbar {
        display: none;
    }

    .track-detail-activity__list {
        flex-direction: row;
        align-items: stretch;
        gap: 12px;
    }

    .track-detail-activity__item {
        width: 286px;
        min-height: 152px;
        padding: 22px 18px;

        flex: 0 0 286px;
        align-items: flex-start;
        gap: 14px;

        scroll-snap-align: start;

        border-radius: 16px;
        background-color: #f4f2ef;
    }

    .track-detail-activity__icon {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }

    .track-detail-activity__icon::before,
    .track-detail-activity__icon::after {
        border-top-width: 3.5px;
        border-bottom-width: 3.5px;
        border-left-width: 5px;
    }

    .track-detail-activity__icon::before {
        left: 8px;
    }

    .track-detail-activity__icon::after {
        left: 12px;
    }

    .track-detail-activity__text {
        font-size: 12px;
        line-height: 18px;
    }

    .track-detail-groups {
        padding: 36px 0 32px;
    }

    .track-detail-groups .track-detail-section-title {
        margin-bottom: 20px;
    }

    .track-detail-groups__viewport {
        width: calc(100vw - 20px);

        overflow-x: auto;
        overflow-y: hidden;

        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x proximity;
    }

    .track-detail-groups__grid {
        display: flex;
        gap: 12px;
    }

    .track-detail-group-card {
        width: 320px;
        min-height: 0;
        padding: 24px;
        flex: 0 0 320px;

        border-radius: 16px;
        scroll-snap-align: start;
    }

    .track-detail-group-card h3 {
        font-size: 26px;
        line-height: 33px;
    }

    .track-detail-group-card__line {
        margin: 12px 0;
    }

    .track-detail-group-card h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .track-detail-group-card li {
        font-size: 12px;
        line-height: 21px;
    }

    .track-detail-cta {
        min-height: 0;
    }

    .track-detail-cta__decor {
        background-size: auto 135%;
    }

    .track-detail-cta__container {
        min-height: 0;
        padding-top: 32px;
        padding-bottom: 32px;

        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .track-detail-cta__content {
        width: 100%;
    }

    .track-detail-cta h2 {
        margin-bottom: 12px;
        font-size: 26px;
        line-height: 33px;
    }

    .track-detail-cta p {
        font-size: 12px;
        line-height: 21px;
    }

    .track-detail-cta__button {
        width: 100%;
        min-height: 41px;
        padding: 8px 22px;
        border-radius: 6px;

        font-size: 13px;
        line-height: 21px;
    }
}

@media (max-width: 374px) {
    .track-detail-container {
        width: calc(100% - 32px);
    }

    .track-detail-activity__viewport,
    .track-detail-groups__viewport {
        width: calc(100vw - 16px);
    }

    .track-detail-activity__item {
        width: 276px;
        flex-basis: 276px;
    }

    .track-detail-group-card {
        width: 296px;
        flex-basis: 296px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .track-detail-breadcrumbs a,
    .track-detail-cta__button {
        transition: none;
    }
}


/* =========================================================
   Эксперты НАЭКК — плашка на странице экспертного трека
   Figma desktop: 32:7551
   Figma mobile:  32:7683
   Вставить в самый конец track-detail.css
   ========================================================= */

.track-detail-experts-strip {
    position: relative;
    min-height: 161px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .04);
    background: #d2232a;
}

.track-detail-experts-strip__decor {
    top: -538px;
    right: 0;
    left: auto;
    z-index: 0;
}

.track-detail-experts-strip__container {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 161px;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-top: 48px;
    padding-bottom: 48px;
}

.track-detail-experts-strip__title {
    margin: 0;
    padding-top: 8px;
    color: #fff;
    font-family: var(--font-accent, "Bebas Neue Cyrillic", "Arial Narrow", sans-serif);
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
}

.track-detail-experts-strip__button {
    display: inline-flex;
    width: 280px;
    height: 65px;
    flex: 0 0 280px;
    align-items: center;
    justify-content: center;
    padding: 8px 48px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    color: #991419;
    font-family: var(--font-main, "Inter", Arial, sans-serif);
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition:
        background-color .2s ease,
        color .2s ease,
        transform .2s ease;
}

.track-detail-experts-strip__button:hover,
.track-detail-experts-strip__button:focus-visible {
    background: #f4f2ef;
    color: #d2232a;
}

.track-detail-experts-strip__button:active {
    transform: translateY(1px);
}


/* Mobile — Figma 32:7683 */
@media (max-width: 767px) {
    .track-detail-experts-strip {
        min-height: 142px;
    }

    .track-detail-experts-strip__decor {
        top: -286px;
        right: 0;
    }

    .track-detail-experts-strip__container {
        min-height: 142px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 16px;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .track-detail-experts-strip__title {
        width: 100%;
        padding-top: 0;
        font-size: 26px;
        line-height: 33px;
    }

    .track-detail-experts-strip__button {
        width: 100%;
        height: 37px;
        flex: 0 0 37px;
        padding: 8px 22px;
        border-radius: 6px;
        color: #d2232a;
        font-size: 13px;
        font-weight: 800;
        line-height: 21px;
    }
}
/* =========================================================
   ЭКСПЕРТЫ НАЭКК — финальный фикс по Figma
   ========================================================= */

.track-detail-experts-strip {
    position: relative;
    min-height: 161px;
    overflow: hidden;
    background: #d2232a;
}

/* Убираем нарисованные CSS-круги из предыдущего фикса */
.track-detail-experts-strip::before {
    display: none !important;
}

/*
 * Показываем реальный фирменный декор.
 * Это тот же .track-detail-hero__decor,
 * который уже используется выше на странице.
 */
.track-detail-experts-strip__decor {
    display: block !important;

    position: absolute !important;
    top: -538px !important;
    right: 0 !important;
    left: auto !important;
    bottom: auto !important;

    width: 713px !important;
    height: 1737px !important;

    z-index: 0 !important;
    pointer-events: none;
}

/* Контент строго в контейнере */
.track-detail-experts-strip__container {
    position: relative;
    z-index: 1;

    display: flex;
    min-height: 161px;
    align-items: center;
    justify-content: space-between;

    padding-top: 48px;
    padding-bottom: 48px;
}

.track-detail-experts-strip__title {
    margin: 0;
    padding-top: 8px;

    color: #fff;
    font-family: var(
        --font-accent,
        "Bebas Neue Cyrillic",
        "Arial Narrow",
        sans-serif
    );
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
}

/*
 * В Figma кнопка стоит у ПРАВОГО КРАЯ
 * 1440px-контейнера, а не у края экрана.
 */
.track-detail-experts-strip__button {
    display: inline-flex;

    width: 280px;
    height: 65px;
    flex: 0 0 280px;

    margin-left: auto;

    align-items: center;
    justify-content: center;

    padding: 8px 48px;

    border-radius: 12px;
    background: #fff;

    color: #991419;
    font-family: var(--font-main, "Inter", Arial, sans-serif);
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;

    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .track-detail-experts-strip {
        min-height: 142px;
    }

    /*
     * В мобильном Figma используется тот же большой фон,
     * только его положение другое.
     */
    .track-detail-experts-strip__decor {
        top: -286px !important;
        right: 0 !important;

        width: 713px !important;
        height: 1737px !important;
    }

    .track-detail-experts-strip__container {
        min-height: 142px;

        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

        gap: 16px;

        padding-top: 28px;
        padding-bottom: 28px;
    }

    .track-detail-experts-strip__title {
        width: 100%;
        padding-top: 0;

        font-size: 26px;
        line-height: 33px;
    }

    .track-detail-experts-strip__button {
        width: 100%;
        height: 37px;
        min-height: 37px;
        flex: 0 0 37px;

        margin-left: 0;

        padding: 8px 22px;

        border-radius: 6px;

        color: #d2232a;
        font-size: 13px;
        line-height: 21px;
    }
}

/* =========================================================
   Плашка «Эксперты НАЭКК» — оригинальный фон из Figma
   ========================================================= */

.track-detail-experts-strip {
    position: relative;
    min-height: 161px;
    overflow: hidden;

    background-color: #d2232a;
    background-image: url("/bitrix/templates/furniture_gray/css/../images/track-experts-bg.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

/* Старые варианты декора выключаем */
.track-detail-experts-strip::before {
    display: none !important;
}

.track-detail-experts-strip__decor {
    display: none !important;
}

.track-detail-experts-strip__container {
    position: relative;
    z-index: 1;

    display: flex;
    min-height: 161px;
    align-items: center;
    justify-content: space-between;

    padding-top: 48px;
    padding-bottom: 48px;
}

.track-detail-experts-strip__button {
    margin-left: auto;
}


/* MOBILE */
@media (max-width: 767px) {

    .track-detail-experts-strip {
        min-height: 142px;

        background-position: center center;
        background-size: auto 100%;
    }

    .track-detail-experts-strip__container {
        min-height: 142px;

        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

        gap: 16px;

        padding-top: 28px;
        padding-bottom: 28px;
    }

    .track-detail-experts-strip__button {
        width: 100%;
        margin-left: 0;
    }
}

/* Выравниваем кнопку «Перейти на страницу» по кнопке календаря в хедере */
@media (min-width: 1024px) {
    .track-detail-experts-strip__button {
        margin-left: auto;
        margin-right: 24px;
    }
}
/* End */
/* /bitrix/templates/furniture_gray/css/track-detail.css?178710179425059 */
