

/* Start:/local/resources/blanks/production_cheese/style.css?17701562658565*/
.header.is_scrolled {
    color: #fff;
    --logo-color: #fff;
    --bg-color: transparent;
    --hover-color: var(--accent-color);
    background-color: #1E1E1E;
    .header--menu {
        color: #FFF;
        border-color: rgba(255, 255, 255, 0.12);
    }
    .nav--item:not(.is_accent) a {
        background-color: rgba(255, 255, 255, 0.06);
        backdrop-filter: blur(12px);
        color: #fff;
    }
}
body {
    background-color: #1E1E1E;
    --g-vertical-l: 120px
}
.page-cheese {
    overflow-x: hidden;
}
.cheese-banner{
    padding: 0;
    position: relative;

    &:nth-child(1) {
        z-index: 2;
    }
    &:nth-child(2) {
        z-index: 3;
        transform: translateY(-11vw);
    }
    .block--head {
        position: absolute;
        padding: calc(var(--headerHeight, 104px) + 42px) 0 calc(var(--headerHeight, 104px) );
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
        align-items: center;
        gap: 16px;
        --text-primary: #FFF;
        max-width: 80vw;
        height: 100%;
        text-align: center;
        @media(min-width: 768px) {
            max-width: 44vw;
            padding: var(--headerHeight, 104px) 0 calc(var(--headerHeight, 104px) * 2);
        }
        svg {
            order: 3;

            width: 40%;
            aspect-ratio: 1 / 1;
            height: auto;
            animation: rotate_circle 12s linear infinite;
            transform-origin: center;
        }
    }
    .f-h1 {
        font-size: clamp(28px, calc(28px + (112 - 28) * ((100vw - 768px) / (1920 - 768))), 112px);
        text-align: center;
        line-height: 1.2;
    }

    .cheese-banner_shade {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 100%;
        height: auto;
        pointer-events: none;
    }
    .cheese-banner_cheese {
        position: relative;
        z-index: 3;
    }
}
@keyframes rotate_circle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.cheese-text {
    display: grid;
    place-items: center;
    padding-bottom: 0;
    height: 100vh;
    @media(max-width: 768px){
        transform: translateY(-10vh);
        height: 70vh;
    }
    @media(min-width: 1280px){
        padding-bottom: 36vh;
    }
    .cheese-text--content {
        position: relative;
        width: 62%;
        text-align: center;
        font-weight: 500;
        color: #fff;
        font-size:  clamp(14px, calc(14px + (32 - 14) * ((100vw - 1024px) / (1920 - 1024))), 32px);
        @media(min-width: 1280px){
            width: 42%;
        }
        p {
            position: relative;
            z-index: 4;
            padding: var(--g-vertical-xxl) 0;
            hyphenate-limit-chars: 20 4 4;
        }
    }
    .cheese-text--image {
        position: absolute;
        z-index: 3;
        height: auto;
        width: auto;
        &.cheese-text--image_1 {
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
            width: 65%;
            aspect-ratio: 588 / 392;
        }
        &.cheese-text--image_2{
            left: 100%;
            bottom: 80%;
            aspect-ratio: 411 / 285;
            width: 46%;
        }
        &.cheese-text--image_3{
            left: 100%;
            top: 50%;
            aspect-ratio: 377 / 505;
            width: 42%;
        }
        &.cheese-text--image_4{
            top: 100%;
            left: 50%;
            aspect-ratio: 525 / 350;
            transform: translateX(-50%);
            width: 58%;
        }
        &.cheese-text--image_5{
            right: 96%;
            top: 60%;
            aspect-ratio: 326 / 489;
            width: 36%;
        }
        &.cheese-text--image_6{
            right: 100%;
            bottom: 70%;
            aspect-ratio: 344 / 344;
            width: 38%;
        }
    }
    .cheese-text_image {
        transform: scale(0.4);
        transform-origin: center;
        transition: 1.2s ease-out;
        &.is_visible {
            transform: scale(0.8);
        }
    }
}


.block_image_text-wide {
    position: relative;
    &.block_image_text-wrapper_bg-dark{
        padding: 0;
    }
    .block--wrapper {
        gap: 0;
        padding: 0;
        @media (min-width: 992px) {
            grid-template-columns: 50% 50%;
        }
    }
    .block--content {
        padding: var(--g-vertical-xl) var(--container-padding) 0 var(--g-vertical-xl)!important;
        backdrop-filter: blur(100px);
        min-height: calc(100vh - var(--headerHeight, 104px));
        background-color: #0000004D;
    }
    .block--image {
        position: static;
    }
    .block--image {
        img,
        video {

            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            @media(min-width: 1024px) {
                position: absolute;
                top: 0;
                left: 0;
            }
        }
    }

    .is_cascade--cols_item p {
        font-size: clamp(14px, 14px + 4 * (100vw - 1024px) / 896, 18px);
    }
    strong{
        text-transform: uppercase;
        display: block;
        margin-bottom: 24px;
    }
    h4 {
        text-transform: uppercase;
    }
}



.content_cheese {
    --text-primary: #fff;
    @media(max-width: 768px) {
        --col: 1;
    }
    .card {
        --title-size: clamp(18px, calc(18px + (20 - 18) * ((100vw - 768px) / (1920 - 768))), 20px);
        padding-bottom: calc(var(--title-size) * 1.2 + 16px);
        @media (min-width: 1024px) {
            &:hover {
                .card--content {
                    opacity: 1;
                    transform: translateY(0);
                }
                .card--image .card--title {
                    opacity: 0
                }
                .card--image .card--button {
                    opacity: 1;
                }
            }
        }
        &.is_active {
            .card--content {
                opacity: 1;
                transform: translateY(0);
            }
            .card--image .card--title {
                opacity: 0
            }
            .card--image .card--button {
                opacity: 1;
            }
        }
        .card--button {
            position: absolute;
            top: calc(100% + 16px);
            left: 0;
            -webkit-line-clamp: 1;
            transition: opacity 0.16s linear;
            opacity: 0;
            color: #FFA540;
            text-transform: uppercase;
            display: flex;
            width: 100%;
            justify-content: space-between;
            gap: 8px;
            align-items: center;
            font-weight: 500;
        }
        .card--image {
            aspect-ratio: 590 / 770;
            height: auto;
            background-color: #F2F2F2;
            .card--title {
                position: absolute;
                top: calc(100% + 16px);
                left: 0;
                -webkit-line-clamp: 1;
                transition: opacity 0.16s linear;
                color: #fff
            }
        }
        .card--text {
            font-size: 14px;
            line-height: 1.5;
            flex-grow: 1;
        }
        .card--content {
            background-color: #0000004D;
            backdrop-filter: blur(16px);
            padding: 12px;
            gap: 10px;
            position: absolute;
            transform: translateY(20%);
            bottom: calc(var(--title-size) * 1.2 + 16px);
            left: 0;
            transition: transform 0.2s linear;
            height: calc(100% - (var(--title-size) * 1.2 + 16px));
            overflow-y: auto;
            flex-shrink: 0;
            flex-grow: 1;
            opacity: 0;
            color: #fff;
            @media(min-width: 1024px) {
                padding: 24px;
            }
        }
        .card--description {
            padding-left: 18px;
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400;
        }
    }
    .block--link .button-filled-secondary{
        --button-bg-color: #B4A238
    }
}
/* End */
/* /local/resources/blanks/production_cheese/style.css?17701562658565 */
