.elementor-2714 .elementor-element.elementor-element-6505866f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:25px 25px;--row-gap:25px;--column-gap:25px;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-2714 .elementor-element.elementor-element-556c3520 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:400;fill:#FFFFFF;color:#FFFFFF;border-radius:10px 10px 10px 10px;padding:15px 0px 15px 0px;}#elementor-popup-modal-2714 .dialog-widget-content{animation-duration:0.5s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-2714 .dialog-message{width:750px;height:auto;}#elementor-popup-modal-2714{justify-content:flex-start;align-items:flex-end;}@media(max-width:1200px){.elementor-2714 .elementor-element.elementor-element-6505866f{--padding-top:25px;--padding-bottom:25px;--padding-left:10px;--padding-right:10px;}}@media(max-width:700px){.elementor-2714 .elementor-element.elementor-element-556c3520 .elementor-button{font-size:14px;}}/* Start custom CSS for html, class: .elementor-element-68aabe0b */.elementor-2714 .elementor-element.elementor-element-68aabe0b {
    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: #FEEC00;
}

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-2714 .elementor-element.elementor-element-68aabe0b .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 */