/* =========================================================
   ART WAVE — POPUP И ЧЕКБОКСЫ СОГЛАСИЯ TILDA
   ========================================================= */


/* ---------------------------------------------------------
   1. РАМКА ВСЕХ POPUP-ОКОН
   --------------------------------------------------------- */

.t-popup__container,
.t-popup__container.t-popup__container-static,
.t-popup__container.t-width {
    border: 1px solid #76528D !important;
    border-radius: 30px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}


/* ---------------------------------------------------------
   2. ЧЕКБОКС СОГЛАСИЯ
   Размер намеренно НЕ задаётся:
   используется штатный компактный размер Tilda.
   --------------------------------------------------------- */

.t-form .t-input-group_cb .t-checkbox__indicator,
.t-popup .t-input-group_cb .t-checkbox__indicator {
    background-color: #291640 !important;
    border: 1px solid #76528D !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

/* Галочка */
.t-form .t-input-group_cb .t-checkbox__indicator::after,
.t-popup .t-input-group_cb .t-checkbox__indicator::after {
    border-color: #D0A4E9 !important;
    opacity: 1 !important;
}

/* Выбранное состояние */
.t-form .t-input-group_cb input:checked + .t-checkbox__indicator,
.t-popup .t-input-group_cb input:checked + .t-checkbox__indicator {
    background-color: #4E2869 !important;
    border-color: #D0A4E9 !important;
    box-shadow: none !important;
}


/* ---------------------------------------------------------
   3. ТЕКСТ СОГЛАСИЯ РЯДОМ С ЧЕКБОКСОМ
   --------------------------------------------------------- */

.t-form .t-input-group_cb .t-checkbox__label,
.t-form .t-input-group_cb .t-checkbox__labeltext,
.t-popup .t-input-group_cb .t-checkbox__label,
.t-popup .t-input-group_cb .t-checkbox__labeltext {
    color: #D0A4E9 !important;
}


/* ---------------------------------------------------------
   4. ССЫЛКИ ТОЛЬКО ВНУТРИ ГРУППЫ ЧЕКБОКСА
   Не влияет на ссылки меню, футера и страниц.
   --------------------------------------------------------- */

.t-form .t-input-group_cb a,
.t-popup .t-input-group_cb a {
    color: #E5C6F6 !important;
    text-decoration: underline !important;
    text-decoration-color: #E5C6F6 !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 2px !important;
}

.t-form .t-input-group_cb a:hover,
.t-form .t-input-group_cb a:focus-visible,
.t-popup .t-input-group_cb a:hover,
.t-popup .t-input-group_cb a:focus-visible {
    color: #F5ECFF !important;
    text-decoration-color: #F5ECFF !important;
}

/* ART WAVE — защита текста на мобильном hero */
@media screen and (max-width: 960px) {
    #rec3546627201 .t-cover__filter {
        background: linear-gradient(
            90deg,
            rgba(22, 10, 37, 0.62) 0%,
            rgba(22, 10, 37, 0.42) 48%,
            rgba(22, 10, 37, 0.10) 78%,
            rgba(22, 10, 37, 0) 100%
        ) !important;
        opacity: 1 !important;
    }
}