

/* =========================================================
   COOKIEYES — WEBARTY
   Полный CSS для desktop и mobile

   Тёмно-синий: #212C4F
   Основной:     #00A78E
   Hover:        #36C88A
   Фон:          #FCFDFD
   ========================================================= */


/* =========================================================
   ОСНОВНОЙ COOKIE-БАННЕР
   ========================================================= */

html body .cky-consent-container .cky-consent-bar {
    position: relative !important;
    box-sizing: border-box !important;

    background: #FCFDFD !important;
    background-color: #FCFDFD !important;

    border: 1px solid rgba(33, 44, 79, 0.24) !important;
    border-radius: 12px !important;

    box-shadow:
        0 16px 40px rgba(33, 44, 79, 0.20),
        0 4px 12px rgba(33, 44, 79, 0.10) !important;

    overflow: hidden !important;
}


/* Верхняя зелёная линия основного баннера */

html body .cky-consent-container .cky-consent-bar::before {
    content: "" !important;
    position: absolute !important;

    top: 0 !important;
    left: 0 !important;
    right: 0 !important;

    width: 100% !important;
    height: 4px !important;

    background: #00A78E !important;
    background-color: #00A78E !important;

    border-radius: 11px 11px 0 0 !important;

    pointer-events: none !important;
    z-index: 10 !important;
}


/* Внутренний блок баннера */

html body .cky-consent-container .cky-notice {
    background: transparent !important;
    background-color: transparent !important;
}


/* Заголовок основного баннера */

html body .cky-consent-container .cky-title,
html body .cky-consent-container [data-cky-tag="title"] {
    color: #212C4F !important;
}


/* Текст основного баннера */

html body .cky-consent-container .cky-notice-des,
html body .cky-consent-container [data-cky-tag="description"] {
    color: #212121 !important;
}


/* =========================================================
   ОКНО ПЕРСОНАЛИЗАЦИИ
   ========================================================= */

html body .cky-modal .cky-preference-center {
    position: relative !important;
    box-sizing: border-box !important;

    background: #FCFDFD !important;
    background-color: #FCFDFD !important;

    border: 1px solid rgba(33, 44, 79, 0.24) !important;
    border-radius: 12px !important;

    box-shadow:
        0 20px 55px rgba(33, 44, 79, 0.24),
        0 5px 15px rgba(33, 44, 79, 0.12) !important;

    overflow: hidden !important;
}


/* Верхняя зелёная линия окна персонализации */

html body .cky-modal .cky-preference-center::before {
    content: "" !important;
    position: absolute !important;

    top: 0 !important;
    left: 0 !important;
    right: 0 !important;

    width: 100% !important;
    height: 4px !important;

    background: #00A78E !important;
    background-color: #00A78E !important;

    border-radius: 11px 11px 0 0 !important;

    pointer-events: none !important;
    z-index: 10 !important;
}


/* Верхняя часть окна персонализации */

html body .cky-modal .cky-preference-header {
    background: #FCFDFD !important;
    background-color: #FCFDFD !important;
}


/* Заголовок окна персонализации */

html body .cky-modal .cky-preference-title,
html body .cky-preference-center .cky-preference-title,
html body [data-cky-tag="detail-title"] {
    color: #212C4F !important;
}


/* Текст окна персонализации */

html body .cky-modal .cky-preference-content-wrapper,
html body .cky-modal .cky-accordion-header-des,
html body .cky-preference-center .cky-preference-content-wrapper,
html body .cky-preference-center .cky-accordion-header-des {
    color: #212121 !important;
}


/* Нижняя область окна персонализации */

html body .cky-modal .cky-footer-wrapper,
html body .cky-preference-center .cky-footer-wrapper {
    background: #FCFDFD !important;
    background-color: #FCFDFD !important;
}


/* =========================================================
   ОБЩИЕ СТИЛИ ВСЕХ КНОПОК
   ========================================================= */

html body .cky-consent-container .cky-btn,
html body .cky-modal .cky-btn,
html body .cky-preference-center .cky-btn,
html body button[data-cky-tag="settings-button"],
html body button[data-cky-tag="reject-button"],
html body button[data-cky-tag="accept-button"],
html body button[data-cky-tag="detail-reject-button"],
html body button[data-cky-tag="detail-save-button"],
html body button[data-cky-tag="detail-accept-button"] {
    box-sizing: border-box !important;

    min-height: 48px !important;
    padding: 11px 22px !important;

    border-width: 2px !important;
    border-style: solid !important;
    border-radius: 999px !important;

    box-shadow: none !important;

    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    text-decoration: none !important;

    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease !important;
}


/* =========================================================
   PERSONALIZAR
   Основной баннер
   ========================================================= */

html body .cky-consent-container .cky-btn-customize,
html body .cky-consent-container button[data-cky-tag="settings-button"],
html body button[data-cky-tag="settings-button"] {
    color: #00A78E !important;

    background: #FFFFFF !important;
    background-color: #FFFFFF !important;

    border: 2px solid #00A78E !important;
    border-radius: 999px !important;
}

html body .cky-consent-container .cky-btn-customize:hover,
html body .cky-consent-container .cky-btn-customize:focus,
html body .cky-consent-container .cky-btn-customize:active,
html body button[data-cky-tag="settings-button"]:hover,
html body button[data-cky-tag="settings-button"]:focus,
html body button[data-cky-tag="settings-button"]:active {
    color: #FFFFFF !important;

    background: #36C88A !important;
    background-color: #36C88A !important;

    border-color: #36C88A !important;
}


/* =========================================================
   REJEITAR TUDO
   Основной баннер и окно персонализации
   ========================================================= */

html body .cky-consent-container .cky-btn-reject,
html body .cky-modal .cky-btn-reject,
html body .cky-preference-center .cky-btn-reject,
html body button[data-cky-tag="reject-button"],
html body button[data-cky-tag="detail-reject-button"] {
    color: #212C4F !important;

    background: #FFFFFF !important;
    background-color: #FFFFFF !important;

    border: 2px solid #212C4F !important;
    border-radius: 999px !important;
}

html body .cky-consent-container .cky-btn-reject:hover,
html body .cky-consent-container .cky-btn-reject:focus,
html body .cky-consent-container .cky-btn-reject:active,
html body .cky-modal .cky-btn-reject:hover,
html body .cky-modal .cky-btn-reject:focus,
html body .cky-modal .cky-btn-reject:active,
html body .cky-preference-center .cky-btn-reject:hover,
html body .cky-preference-center .cky-btn-reject:focus,
html body .cky-preference-center .cky-btn-reject:active,
html body button[data-cky-tag="reject-button"]:hover,
html body button[data-cky-tag="reject-button"]:focus,
html body button[data-cky-tag="reject-button"]:active,
html body button[data-cky-tag="detail-reject-button"]:hover,
html body button[data-cky-tag="detail-reject-button"]:focus,
html body button[data-cky-tag="detail-reject-button"]:active {
    color: #FFFFFF !important;

    background: #212C4F !important;
    background-color: #212C4F !important;

    border-color: #212C4F !important;
}


/* =========================================================
   GUARDAR AS MINHAS PREFERÊNCIAS
   Окно персонализации
   ========================================================= */

html body .cky-modal .cky-btn-preferences,
html body .cky-preference-center .cky-btn-preferences,
html body button[data-cky-tag="detail-save-button"] {
    color: #00A78E !important;

    background: #FFFFFF !important;
    background-color: #FFFFFF !important;

    border: 2px solid #00A78E !important;
    border-radius: 999px !important;
}

html body .cky-modal .cky-btn-preferences:hover,
html body .cky-modal .cky-btn-preferences:focus,
html body .cky-modal .cky-btn-preferences:active,
html body .cky-preference-center .cky-btn-preferences:hover,
html body .cky-preference-center .cky-btn-preferences:focus,
html body .cky-preference-center .cky-btn-preferences:active,
html body button[data-cky-tag="detail-save-button"]:hover,
html body button[data-cky-tag="detail-save-button"]:focus,
html body button[data-cky-tag="detail-save-button"]:active {
    color: #FFFFFF !important;

    background: #36C88A !important;
    background-color: #36C88A !important;

    border-color: #36C88A !important;
}


/* =========================================================
   ACEITAR TUDO
   Основной баннер и окно персонализации
   ========================================================= */

html body .cky-consent-container .cky-btn-accept,
html body .cky-modal .cky-btn-accept,
html body .cky-preference-center .cky-btn-accept,
html body button[data-cky-tag="accept-button"],
html body button[data-cky-tag="detail-accept-button"] {
    color: #FFFFFF !important;

    background: #00A78E !important;
    background-color: #00A78E !important;

    border: 2px solid #00A78E !important;
    border-radius: 999px !important;
}

html body .cky-consent-container .cky-btn-accept:hover,
html body .cky-consent-container .cky-btn-accept:focus,
html body .cky-consent-container .cky-btn-accept:active,
html body .cky-modal .cky-btn-accept:hover,
html body .cky-modal .cky-btn-accept:focus,
html body .cky-modal .cky-btn-accept:active,
html body .cky-preference-center .cky-btn-accept:hover,
html body .cky-preference-center .cky-btn-accept:focus,
html body .cky-preference-center .cky-btn-accept:active,
html body button[data-cky-tag="accept-button"]:hover,
html body button[data-cky-tag="accept-button"]:focus,
html body button[data-cky-tag="accept-button"]:active,
html body button[data-cky-tag="detail-accept-button"]:hover,
html body button[data-cky-tag="detail-accept-button"]:focus,
html body button[data-cky-tag="detail-accept-button"]:active {
    color: #FFFFFF !important;

    background: #36C88A !important;
    background-color: #36C88A !important;

    border-color: #36C88A !important;
}


/* =========================================================
   ФОКУС КНОПОК
   ========================================================= */

html body .cky-consent-container .cky-btn:focus-visible,
html body .cky-modal .cky-btn:focus-visible,
html body .cky-preference-center .cky-btn:focus-visible,
html body button[data-cky-tag="settings-button"]:focus-visible,
html body button[data-cky-tag="reject-button"]:focus-visible,
html body button[data-cky-tag="accept-button"]:focus-visible,
html body button[data-cky-tag="detail-reject-button"]:focus-visible,
html body button[data-cky-tag="detail-save-button"]:focus-visible,
html body button[data-cky-tag="detail-accept-button"]:focus-visible {
    outline: 3px solid rgba(0, 167, 142, 0.28) !important;
    outline-offset: 2px !important;
}


/* =========================================================
   ПЕРЕКЛЮЧАТЕЛИ COOKIEYES
   ========================================================= */

/* Неактивный переключатель */

html body .cky-modal .cky-switch input,
html body .cky-preference-center .cky-switch input {
    background: #D0D5D2 !important;
    background-color: #D0D5D2 !important;
    border-color: #D0D5D2 !important;
}


/* Активный переключатель */

html body .cky-modal .cky-switch input:checked,
html body .cky-preference-center .cky-switch input:checked {
    background: #00A78E !important;
    background-color: #00A78E !important;
    border-color: #00A78E !important;
}


/* Hover активного переключателя */

html body .cky-modal .cky-switch input:checked:hover,
html body .cky-modal .cky-switch input:checked:focus,
html body .cky-preference-center .cky-switch input:checked:hover,
html body .cky-preference-center .cky-switch input:checked:focus {
    background: #36C88A !important;
    background-color: #36C88A !important;
    border-color: #36C88A !important;
}


/* =========================================================
   MOSTRAR MAIS
   ========================================================= */

html body .cky-modal .cky-show-desc-btn,
html body .cky-preference-center .cky-show-desc-btn,
html body button[data-cky-tag="show-desc-button"] {
    color: #00A78E !important;
}

html body .cky-modal .cky-show-desc-btn:hover,
html body .cky-modal .cky-show-desc-btn:focus,
html body .cky-preference-center .cky-show-desc-btn:hover,
html body .cky-preference-center .cky-show-desc-btn:focus,
html body button[data-cky-tag="show-desc-button"]:hover,
html body button[data-cky-tag="show-desc-button"]:focus {
    color: #36C88A !important;
}


/* =========================================================
   SEMPRE ATIVO
   ========================================================= */

html body .cky-modal .cky-always-active,
html body .cky-preference-center .cky-always-active,
html body [data-cky-tag="always-active"] {
    color: #00A78E !important;
    font-weight: 600 !important;
}


/* =========================================================
   ЗАГОЛОВКИ КАТЕГОРИЙ И СТРЕЛКИ
   ========================================================= */

html body .cky-modal .cky-accordion-btn,
html body .cky-preference-center .cky-accordion-btn {
    color: #212C4F !important;
}

html body .cky-modal .cky-accordion-chevron,
html body .cky-modal .cky-chevron-right,
html body .cky-preference-center .cky-accordion-chevron,
html body .cky-preference-center .cky-chevron-right {
    color: #212C4F !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media only screen and (max-width: 768px) {

    /* Основной баннер */

    html body .cky-consent-container .cky-consent-bar {
        border: 1px solid rgba(33, 44, 79, 0.26) !important;
        border-radius: 10px !important;

        box-shadow:
            0 12px 30px rgba(33, 44, 79, 0.22),
            0 3px 10px rgba(33, 44, 79, 0.12) !important;
    }


    /* Верхняя линия основного баннера */

    html body .cky-consent-container .cky-consent-bar::before {
        height: 4px !important;
        border-radius: 9px 9px 0 0 !important;
    }


    /* Окно персонализации */

    html body .cky-modal .cky-preference-center {
        border: 1px solid rgba(33, 44, 79, 0.26) !important;
        border-radius: 10px !important;

        box-shadow:
            0 15px 40px rgba(33, 44, 79, 0.24),
            0 4px 12px rgba(33, 44, 79, 0.12) !important;
    }


    /* Верхняя линия окна персонализации */

    html body .cky-modal .cky-preference-center::before {
        height: 4px !important;
        border-radius: 9px 9px 0 0 !important;
    }


    /* Все кнопки */

    html body .cky-consent-container .cky-btn,
    html body .cky-modal .cky-btn,
    html body .cky-preference-center .cky-btn,
    html body .cky-prefrence-btn-wrapper .cky-btn,
    html body button[data-cky-tag="settings-button"],
    html body button[data-cky-tag="reject-button"],
    html body button[data-cky-tag="accept-button"],
    html body button[data-cky-tag="detail-reject-button"],
    html body button[data-cky-tag="detail-save-button"],
    html body button[data-cky-tag="detail-accept-button"] {
        min-height: 48px !important;
        padding: 11px 20px !important;

        border-width: 2px !important;
        border-style: solid !important;
        border-radius: 999px !important;

        box-shadow: none !important;
    }


    /* Personalizar */

    html body .cky-consent-container .cky-btn-customize,
    html body .cky-consent-container button[data-cky-tag="settings-button"] {
        color: #00A78E !important;

        background: #FFFFFF !important;
        background-color: #FFFFFF !important;

        border: 2px solid #00A78E !important;
    }


    /* Rejeitar */

    html body .cky-consent-container .cky-btn-reject,
    html body .cky-consent-container button[data-cky-tag="reject-button"],
    html body .cky-modal .cky-btn-reject,
    html body .cky-preference-center button[data-cky-tag="detail-reject-button"] {
        color: #212C4F !important;

        background: #FFFFFF !important;
        background-color: #FFFFFF !important;

        border: 2px solid #212C4F !important;
    }


    /* Guardar preferências */

    html body .cky-modal .cky-btn-preferences,
    html body .cky-preference-center button[data-cky-tag="detail-save-button"] {
        color: #00A78E !important;

        background: #FFFFFF !important;
        background-color: #FFFFFF !important;

        border: 2px solid #00A78E !important;
    }


    /* Aceitar */

    html body .cky-consent-container .cky-btn-accept,
    html body .cky-consent-container button[data-cky-tag="accept-button"],
    html body .cky-modal .cky-btn-accept,
    html body .cky-preference-center button[data-cky-tag="detail-accept-button"] {
        color: #FFFFFF !important;

        background: #00A78E !important;
        background-color: #00A78E !important;

        border: 2px solid #00A78E !important;
    }
}






