

/* Start:/local/components/naekk/research.page/templates/.default/style.css?17871036205879*/
/* =========================================================
   Исследования
   Figma: 34:7961 / карточка 34:8054
   ========================================================= */

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

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

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

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

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

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

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

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

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

.research-years {
    margin-top: 24px;
}

.research-year {
    border-top: 1px solid #e7e7e7;
    padding-top: 40px;
    padding-bottom: 16px;
}

.research-year + .research-year {
    margin-top: 48px;
}

.research-year__title {
    font-size: 36px;
    line-height: 45px;
}

.research-grid {
    display: grid;
    grid-template-columns: repeat(3, 466px);
    gap: 48px 20px;
    margin-top: 24px;
}

/*
 * Форма папки и дуги — оригинальный SVG из Figma,
 * присланный пользователем.
 */
.research-card {
    position: relative;
    display: flex;
    width: 466px;
    height: 366px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 26px 32px 34px;
    border-radius: 12px;
    color: #1c2331;
    text-decoration: none;
    isolation: isolate;
}

.research-card__background {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    pointer-events: none;
}

.research-card__background img {
    display: block;
    width: 100%;
    height: 100%;
}

.research-card__badge,
.research-card__title {
    position: relative;
    z-index: 1;
}

.research-card__badge {
    display: inline-flex;
    width: fit-content;
    max-width: 270px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 7px 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    line-height: 22px;
    text-transform: uppercase;
}

.research-card__badge--naekk {
    color: #d2232a;
    background: #ffd9db;
}

.research-card__badge--external {
    color: #252e3f;
    background: #c9d4e8;
}

.research-card__organization {
    display: block;
    max-width: 100%;
}

.research-card__title {
    width: 296px;
    max-width: calc(100% - 100px);
    color: #1c2331;
    font-size: 30px;
    line-height: 38px;
}

a.research-card {
    cursor: pointer;
    transition: transform .2s ease, filter .2s ease;
}

a.research-card:hover {
    transform: translateY(-2px);
    filter: brightness(.985);
}

a.research-card:focus-visible {
    outline: 3px solid rgba(210, 35, 42, .35);
    outline-offset: 3px;
}

.research-card--disabled {
    cursor: default;
}

.research-page__empty {
    margin-top: 24px;
    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) {
    .research-page__container {
        padding-top: 14px;
        padding-bottom: 64px;
    }

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

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

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

    .research-years {
        margin-top: 20px;
    }

    .research-year {
        padding-top: 28px;
    }

    .research-year + .research-year {
        margin-top: 36px;
    }

    .research-year__title {
        font-size: 30px;
        line-height: 37px;
    }

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

    .research-card {
        width: 100%;
        height: auto;
        aspect-ratio: 466 / 366;
        padding: 22px 24px 26px;
    }

    .research-card__badge {
        max-width: 68%;
        padding: 6px 12px;
        font-size: 11px;
        line-height: 18px;
    }

    .research-card__title {
        width: 68%;
        max-width: 68%;
        font-size: 27px;
        line-height: 34px;
    }
}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767px) {
    .research-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .research-card {
        aspect-ratio: 466 / 366;
        padding: 18px 20px 22px;
        border-radius: 10px;
    }

    .research-card__badge {
        max-width: 72%;
        border-radius: 7px;
        font-size: 10px;
        line-height: 17px;
    }

    .research-card__title {
        width: 70%;
        max-width: 70%;
        font-size: 26px;
        line-height: 33px;
    }
}

@media (max-width: 374px) {
    .research-card__title {
        font-size: 24px;
        line-height: 30px;
    }
}

/* End */
/* /local/components/naekk/research.page/templates/.default/style.css?17871036205879 */
