

/* Start:/local/templates/kraskon/components/bitrix/news.list/kraskon_awards_list/style.css?17896118108609*/
.achievements-page .page {
    width: min(1800px, calc(100% - 120px));
    max-width: 1800px;
    margin-inline: auto;
    padding-bottom: 44px;
}

.achievements-page .breadcrumbs {
    display: flex;
    gap: 24px;
    align-items: center;
    color: #8d6868;
    font: 500 16px/1.2 Manrope, "Segoe UI", sans-serif;
}

.achievements-page .breadcrumbs span {
    display: flex;
    gap: 24px;
    align-items: center;
}

.achievements-page .breadcrumbs span::before {
    content: "—";
}

.achievements-page .page-title {
    margin: 40px 0 26px;
    color: #6b3b37;
    font: italic 700 clamp(62px, 3.75vw, 72px)/1 "Kraskon Serif", "TeX Gyre Bonum", Georgia, "Times New Roman", serif;
}

.achievements-page .year {
    margin: 26px 0 20px;
    color: #6b3b37;
    font: italic 700 40px/1 "Kraskon Serif", "TeX Gyre Bonum", Georgia, "Times New Roman", serif;
}

.achievements-page .achievement-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 34px;
}

.achievements-page .achievement {
    position: relative;
    display: grid;
    place-items: center;
    height: 283px;
    min-width: 0;
    min-height: 0;
    padding: 18px;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
}

.achievements-page .achievement img {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    object-fit: contain;
}

.achievements-page .achievement:not(.wide) img {
    position: absolute;
    inset: 18px;
    width: calc(100% - 36px);
    height: calc(100% - 36px);
}

.achievements-page .achievement.wide {
    grid-column: span 2;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    gap: 20px;
}

.achievements-page .achievement.wide:nth-child(2) {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
}

.achievements-page .achievement h2 {
    min-width: 0;
    margin: 0;
    align-self: end;
    color: #6b3b37;
    font: italic 700 25px/1.08 "Kraskon Serif", "TeX Gyre Bonum", Georgia, "Times New Roman", serif;
    overflow-wrap: anywhere;
}

.achievements-page .achievement-hit {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: inherit;
    background: transparent;
    cursor: zoom-in;
}

.achievements-page .achievement-hit:focus-visible {
    outline: 2px solid #c32428;
    outline-offset: -4px;
}

.achievements-page .page > font.text {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    color: transparent;
    font-size: 0;
}

.achievements-page .page > font.text :is(a, b) {
    display: grid;
    place-items: center;
    min-width: 42px;
    min-height: 42px;
    padding: 8px 12px;
    border-radius: 8px;
    background: #fff;
    color: #744b4c;
    font: 500 14px/1 Manrope, "Segoe UI", sans-serif;
}

.achievements-page .page > font.text b {
    background: #c9232a;
    color: #fff;
}

body.award-lightbox-open {
    overflow: hidden;
}

.achievements-page .award-lightbox {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: none;
    place-items: center;
    padding: 30px;
    background: rgb(34 14 13 / 82%);
}

.achievements-page .award-lightbox.is-open {
    display: grid;
}

.achievements-page .award-lightbox-panel {
    position: relative;
    width: min(960px, 100%);
    max-height: calc(100vh - 60px);
    padding: 28px 56px;
    border-radius: 16px;
    background: #f5f1e8;
}

.achievements-page .award-lightbox figure {
    display: flex;
    min-width: 0;
    min-height: 0;
    max-height: calc(100vh - 116px);
    margin: 0;
    align-items: center;
    justify-content: center;
}

.achievements-page .award-lightbox-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 116px);
    object-fit: contain;
}

.achievements-page .award-lightbox-close {
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 16px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f9dddd;
    color: #744b4c;
    font: 300 30px/1 Arial, sans-serif;
    cursor: pointer;
}

@media (max-width: 1500px) and (min-width: 1101px) {
    .achievements-page .page {
        width: calc(100% - 80px);
    }
}

@media (max-width: 1200px) and (min-width: 801px) {
    .achievements-page .page {
        padding-bottom: 94px;
    }

    .achievements-page .page-title {
        font-size: 60px;
    }

    .achievements-page .year {
        font-size: 32px;
    }

    .achievements-page .achievement-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-bottom: 40px;
    }

    .achievements-page .achievement,
    .achievements-page .achievement.wide {
        height: 265px;
        padding: 16px;
    }

    .achievements-page .achievement.wide,
    .achievements-page .achievement.wide:nth-child(2) {
        grid-column: span 2;
        grid-template-columns: minmax(0, 1.3fr) minmax(150px, 1fr);
        gap: 16px;
    }

    .achievements-page .achievement h2 {
        font-size: 18px;
    }
}

@media (max-width: 1100px) {
    .achievements-page .page {
        width: calc(100% - 40px);
    }
}

@media (max-width: 800px) {
    .achievements-page .page {
        padding-bottom: 80px;
    }

    .achievements-page .breadcrumbs {
        padding-top: 10px;
        gap: 10px;
        font-size: 13px;
    }

    .achievements-page .breadcrumbs span {
        gap: 10px;
    }

    .achievements-page .page-title {
        margin: 32px 0 20px;
        font-size: 48px;
    }

    .achievements-page .year {
        margin: 0 0 14px;
        font-size: 24px;
    }

    .achievements-page .achievement-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
        margin-bottom: 30px;
    }

    .achievements-page .achievement {
        height: 210px;
        padding: 10px;
        border-radius: 10px;
    }

    .achievements-page .achievement:not(.wide) img {
        inset: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }

    .achievements-page .achievement.wide,
    .achievements-page .achievement.wide:nth-child(2) {
        grid-column: span 2;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: minmax(0, 1fr) auto;
        gap: 8px;
        height: 260px;
    }

    .achievements-page .achievement.wide img {
        grid-row: 1;
    }

    .achievements-page .achievement.wide h2,
    .achievements-page .achievement.wide:nth-child(2) h2 {
        grid-row: 2;
        align-self: end;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .achievements-page .page {
        width: calc(100% - 24px);
        padding-bottom: 49px;
    }

    .achievements-page .page-title {
        width: 310px;
        max-width: 100%;
        margin: 42px 0 18px;
        font-size: 36px;
        line-height: .95;
    }

    .achievements-page .year {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .achievements-page .achievement-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 28px;
    }

    .achievements-page .achievement {
        height: 177px;
        padding: 8px;
        border-radius: 8px;
    }

    .achievements-page .achievement:not(.wide) img {
        inset: 8px;
        width: calc(100% - 16px);
        height: calc(100% - 16px);
    }

    .achievements-page .achievement.wide,
    .achievements-page .achievement.wide:nth-child(2) {
        grid-column: span 2;
        height: 285px;
        padding: 12px;
    }

    .achievements-page .award-lightbox {
        padding: 12px;
    }

    .achievements-page .award-lightbox-panel {
        width: 100%;
        max-height: calc(100vh - 24px);
        padding: 52px 16px 16px;
        border-radius: 12px;
    }

    .achievements-page .award-lightbox figure,
    .achievements-page .award-lightbox-image {
        max-height: calc(100vh - 104px);
    }

    .achievements-page .award-lightbox-close {
        top: 8px;
        right: 8px;
    }
}

/* End */
/* /local/templates/kraskon/components/bitrix/news.list/kraskon_awards_list/style.css?17896118108609 */
