.elementor-16643 .elementor-element.elementor-element-128264e .elementor-button{background-color:#EF7A4C;}#elementor-popup-modal-16643 .dialog-message{width:750px;height:auto;}#elementor-popup-modal-16643{justify-content:flex-start;align-items:flex-end;}#elementor-popup-modal-16643 .dialog-widget-content{animation-duration:0.5s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-93cbde8 */.elementor-16643 .elementor-element.elementor-element-93cbde8 {
    font-family: Montserrat;
}

.cookie-settings h2 {
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 0px;
    color: #000;
}

.cookie-category {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-bottom: 16px;
    overflow: hidden;
}

.cookie-header {
    background-color: #f9f9f9;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.cookie-header div {
    font-size: 18px;
    color: #000;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #ef7a4c;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.cookie-content {
    padding: 16px;
    display: none;
    color: #666;
    line-height: 1.5;
    font-size: 14px;
}

.cookie-content.active {
    display: block;
}

.actions {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.allow-selected {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
}

.allow-selected:hover {
    background-color: #45a049;
}

.elementor-16643 .elementor-element.elementor-element-93cbde8 .eicon-close {
    display: none !important;
}

/* Адаптивные стили для 1440px */
@media (max-width: 1440px) {
    .cookie-settings h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .cookie-header div {
        font-size: 16px;
    }

    .cookie-content {
        font-size: 13px;
        padding: 14px;
    }

    .actions {
        margin-top: 20px;
    }

    .allow-selected {
        padding: 10px 20px;
    }
}

/* Адаптивные стили для 1200px */
@media (max-width: 1200px) {
    .cookie-settings h2 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .cookie-header {
        padding: 14px;
    }

    .cookie-header div {
        font-size: 15px;
    }

    .cookie-content {
        font-size: 12px;
        padding: 12px;
    }

    .toggle-switch {
        width: 45px;
        height: 22px;
    }

    .slider:before {
        height: 16px;
        width: 16px;
        left: 3px;
        bottom: 3px;
    }

    input:checked + .slider:before {
        transform: translateX(23px);
    }

    .actions {
        margin-top: 18px;
    }
}

/* Адаптивные стили для 700px */
@media (max-width: 700px) {
    .cookie-settings h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .cookie-header {
        padding: 12px;
    }

    .cookie-header div {
        font-size: 14px;
    }

    .cookie-content {
        font-size: 12px;
        padding: 10px;
    }

    .toggle-switch {
        width: 40px;
        height: 20px;
    }

    .slider:before {
        height: 14px;
        width: 14px;
        left: 3px;
        bottom: 3px;
    }

    input:checked + .slider:before {
        transform: translateX(20px);
    }

    .actions {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
        margin-top: 16px;
    }

    .allow-selected {
        padding: 8px 16px;
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */