

/* Start:/local/templates/cheeseria2021/components/bitrix/news.list/promotions/style.css?17714178963332*/
/*Страница "Акции" блок Чизкерии*/
.cheeskeria__block {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 150px;
    position: relative;
    align-items: center;
}
.cheeskeria__block-img {
    width: 100%;
}
.cheeskeria__block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cheeskeria__block-text {
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
    width: 100%;
}
.cheeskeria__block-text span {
    color: #A3897A;
}
.cheeskeria__block-modal {
    display: flex;
    background: #FFF;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 38px 32px;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    left: calc(300 / 1920 * 100vw);
    top: calc(80 / 1920 * 100vw);
    max-width: calc(493 / 1920 * 100vw);
}
.cheeskeria__modal-text {
    font-size: 20px;
}
.cheeskeria__modal-btn {
    background: #A3897A;
    width: 131px;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 18px;
}

@media (min-width: 1921px) {
    .cheeskeria__block-modal {
        display: flex;
        background: #FFF;
        box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.10);
        padding: 38px 32px;
        flex-direction: column;
        gap: 20px;
        position: absolute;
        left: calc(300 / 2560 * 100vw);
        top: calc(80 / 2560 * 100vw);
        max-width: calc(493 / 2560 * 100vw);
    }
}

@media (max-width: 1366px) {
    .cheeskeria__block-text {
        font-size: 64px;
        line-height: 130%;
    }
    .cheeskeria__block {
        gap: 100px;
    }
    .cheeskeria__block-modal {
        left: calc(240 / 1366 * 100vw);
        top: calc(66 / 1366 * 100vw);
        max-width: calc(393 / 1366 * 100vw);
        padding: 26px 31px;
    }
    .cheeskeria__modal-text {
        font-size: 16px;
    }
    .cheeskeria__modal-btn {
        width: 104px;
        height: 49px;
    }
}
@media (max-width: 1280px) {
    .cheeskeria__block-text {
        font-size: 48px;
    }
    .cheeskeria__block {
        gap: 95px;
    }
    .cheeskeria__block-modal {
        left: calc(210 / 1280 * 100vw);
        top: calc(66 / 1280 * 100vw);
        max-width: calc(393 / 1280 * 100vw);
    }
}
@media (max-width: 1024px) {
    .cheeskeria__block-text {
        font-size: 38px;
    }
    .cheeskeria__block {
        gap: 64px;
    }
    .cheeskeria__block-modal {
        left: calc(97 / 1024 * 100vw);
        top: calc(25 / 1024 * 100vw);
        max-width: calc(374 / 1024 * 100vw);
        padding: 21px 24px;
    }
    .cheeskeria__modal-btn {
        width: 94px;
        height: 38px;
    }
}
@media (max-width: 768px) {
    .cheeskeria__block-text {
        font-size: 32px;
        line-height: 130%;
    }
    .cheeskeria__block {
        flex-direction: column;
        gap: 20px;
    }
    .cheeskeria__block-modal {
        position: static;
        max-width: 100%;
    }
}
@media (max-width: 320px) {
    .cheeskeria__block-text {
        font-size: 28px;
    }
    .cheeskeria__modal-text {
        font-size: 14px;
    }
}
/* End */
/* /local/templates/cheeseria2021/components/bitrix/news.list/promotions/style.css?17714178963332 */
