

/* Start:/local/templates/truewater.v2/components/bitrix/news/actions/bitrix/news.detail/2-plus-1_2026/style.css?17845334628707*/
/* ==================== Fonts ==================== */
/* @font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/truewater.v2/components/bitrix/news/actions/bitrix/news.detail/2-plus-1_2026/../fonts/Gilroy-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/truewater.v2/components/bitrix/news/actions/bitrix/news.detail/2-plus-1_2026/../fonts/Gilroy-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/truewater.v2/components/bitrix/news/actions/bitrix/news.detail/2-plus-1_2026/../fonts/Gilroy-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} 

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/truewater.v2/components/bitrix/news/actions/bitrix/news.detail/2-plus-1_2026/../fonts/Gilroy-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
*/
/* ==================== Reset ==================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Gilroy', Arial, sans-serif;
    color: #172a52;
    background: #fff;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

button {
    font-family: inherit;
    border: none;
    cursor: pointer;
    background: none;
}

ul {
    list-style: none;
}

body.no-scroll {
    overflow: hidden;
}

/* ==================== Buttons ==================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 700;
    text-align: center;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
    white-space: nowrap;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn:active {
    transform: translateY(0);
}

.promo__cta .btn--red {
    background: linear-gradient(180deg, #d1272a 0%, #9c1414 100%);
    color: #fff;
    box-shadow: 0 10px 24px rgba(156, 20, 20, 0.45);
    padding: 18px 48px;
    font-size: 18px;
}

.modal__products .btn--blue {
    background: linear-gradient(135deg, #2894e0 0%, #0c4d8c 100%);
    color: #fff;
    box-shadow: 0 8px 18px rgba(11, 74, 134, 0.35);
    padding: 12px 36px;
    font-size: 15px;
}

.btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

/* ==================== Promo section ==================== */
.promo {
    background: linear-gradient(135deg, #312783 0%, #005ca9 100%);
    padding: 90px 24px 0;
    overflow: hidden;
}

.promo__container {
    max-width: 1340px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 430px;
    gap: 40px;
    align-items: start;
    position: relative;
}

/* ---- Left content ---- */
.promo__content {
    position: relative;
    z-index: 1;
    padding-top: 10px;
}

.promo__title {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    max-width: 560px;
    margin-bottom: 24px;
}

.promo__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
    max-width: 520px;
    margin-bottom: 36px;
}

.promo__cta {
    margin-bottom: 10px;
}

.promo__cta .btn-text--mobile {
    display: none;
}

.promo__image-wrap {
    position: relative;
    z-index: 1;
    max-width: 620px;
    margin-top: 20px;
}

.promo__blobs {
    position: absolute;
    left: 480px;
    bottom: 0;
    width: 660px;
    max-width: none;
    z-index: 0;
    pointer-events: none;
}

.promo__bottles {
    position: relative;
    width: 100%;
    max-width: 560px;
    height: auto;
    aspect-ratio: 637 / 445;
}

/* ---- Right card ---- */
.promo__card {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 40px 36px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.promo__badge {
    position: absolute;
    top: -22px;
    right: 28px;
    background: #2fae62;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    border-radius: 14px;
    padding: 10px 18px;
    box-shadow: 0 10px 20px rgba(47, 174, 98, 0.4);
}

.promo__card-title {
    font-weight: 700;
    font-size: 24px;
    color: #172a52;
    margin-bottom: 24px;
    max-width: 260px;
}

.promo__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 28px;
}

.promo__list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 15px;
    color: #172a52;
}

.promo__check {
    flex: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #2fae62;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.promo__disclaimer {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    color: #8791ab;
}

/* ==================== Modal ==================== */
.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(51, 51, 51, 0.5);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.modal {
    position: relative;
    width: 100%;
    max-width: 1250px;
    max-height: 650px;
    background: #cfeafd;
    border-radius: 32px;
    padding: 48px 56px;
    overflow-y: auto;
    transform: scale(0.95) translateY(10px);
    transition: transform 0.25s ease;
}

.modal-overlay.is-open .modal {
    transform: scale(1) translateY(0);
}

.modal__close {
    position: absolute;
    top: 24px;
    right: 28px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #172a52;
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
}

.modal__title {
    font-weight: 700;
    font-size: 30px;
    color: #172a52;
    text-align: center;
    margin-bottom: 32px;
}

.modal__products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 36px;
}

.product-card {
    background: #eaf6fd;
    border-radius: 18px;
    padding: 28px 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 2px solid transparent;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.product-card.is-selected {
    border-color: #2894e0;
    background: #ddf0fd;
}

.product-card h3 {
    font-weight: 700;
    font-size: 18px;
    color: #1a6fbf;
    margin-bottom: 20px;
}

.product-card img {
    max-height: 180px;
    width: auto;
    margin: 0 auto 24px;
}

.modal__footer {
    display: flex;
    justify-content: center;
}

.btn--cart.is-added {
    background: linear-gradient(180deg, #2fae62 0%, #1f7a45 100%);
    box-shadow: 0 10px 24px rgba(31, 122, 69, 0.45);
}

/* ==================== Responsive ==================== */
@media (max-width: 1023px) {
    .promo {
        padding: 56px 20px 64px;
    }

    .promo__container {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .promo__title {
        font-size: 26px;
        max-width: 100%;
    }

    .promo__text {
        font-size: 15px;
        max-width: 100%;
        margin-bottom: 28px;
    }

    .promo__cta {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }

    .promo__cta .btn-text--desktop {
        display: none;
    }

    .promo__cta .btn-text--mobile {
        display: inline;
    }

    .promo__cta .btn--red {
        width: 100%;
        padding: 16px 24px;
    }

    .promo__image-wrap {
        max-width: 100%;
        margin: 0 auto 40px;
    }

    .promo__bottles {
        max-width: 100%;
        margin: 0 auto;
    }

    .promo__blobs {
        display: none;
    }

    .promo__card {
        padding: 0;
        background: none;
        box-shadow: none;
        border-radius: 0;
    }

    .promo__badge {
        position: static;
        display: inline-block;
        float: right;
        margin-bottom: 12px;
    }

    .promo__card-title {
        color: #fff;
        font-size: 22px;
        max-width: 220px;
    }

    .promo__list li {
        color: #fff;
    }

    .promo__disclaimer {
        color: rgba(255, 255, 255, 0.7);
    }
}

@media (max-width: 640px) {
    .modal {
        max-height: 92vh;
        padding: 40px 20px 32px;
        border-radius: 24px;
    }

    .modal__title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .modal__products {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .product-card img {
        max-height: 150px;
    }
}

.separator-xl {
    display: none;
}
/* End */
/* /local/templates/truewater.v2/components/bitrix/news/actions/bitrix/news.detail/2-plus-1_2026/style.css?17845334628707 */
