

/* Start:/local/components/pf.cookies.popup/templates/.default/style.css?17852684111390*/
.cookie-popup {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 15px 20px;

    box-sizing: border-box;
    font-family: Arial, sans-serif;
    display: block; /* или none — скрипт сам покажет */
}


.cookie-popup-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.cookie-popup-content p {
    flex: 1 1 60%;
    margin: 0 20px 0 0;
    font-size: 14px;
    line-height: 1.4;
}

.cookie-popup-actions {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.cookie-popup-actions a {
    color: #aaa;
    text-decoration: underline;
    font-size: 13px;
}

.cookie-popup-actions .btn {
    background: #4CAF50;
    border: none;
    color: #fff;
    padding: 8px 25px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: background 0.3s;
}

.cookie-popup-actions .btn:hover {
    background: #45a049;
}

@media (max-width: 600px) {
    .cookie-popup-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .cookie-popup-content p {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
/* End */
/* /local/components/pf.cookies.popup/templates/.default/style.css?17852684111390 */
