

/* Start:/local/components/kbnet/cookie.notice/templates/.default/style.css?17542236601907*/
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    z-index: 10000;
    padding: 20px;
    display: none;
}

.cookie-banner__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-banner__content {
    flex: 1;
    min-width: 0;
}

.cookie-banner__content p {
    margin: 0;
    line-height: 1.5;
    color: #333;
    font-size: 14px;
}

.cookie-banner__content a {
    color: #de2e1f;
    text-decoration: none;
}

.cookie-banner__content a:hover {
    text-decoration: underline;
}

.cookie-banner__actions {
    flex-shrink: 0;
}

.btn {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.btn-primary {
    background-color: #de2e1f;
    color: white;
}

.btn-primary:hover {
    background-color: #b52a1e;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .cookie-banner {
        padding: 15px;
    }

    .cookie-banner__container {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .cookie-banner__content p {
        font-size: 13px;
    }

    .cookie-banner > .btn {
        padding: 10px 20px;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .cookie-banner {
        padding: 12px;
    }

    .cookie-banner__content p {
        font-size: 12px;
    }

    .cookie-banner > .btn {
        padding: 10px 16px;
        font-size: 14px;
    }
}
/* End */
/* /local/components/kbnet/cookie.notice/templates/.default/style.css?17542236601907 */
