#cookies-box .btn,
#cookies-box-mini .btn {
    display: block;
    cursor: pointer;
    background-color: #202020;
    border-color: #202020 !important;
    color: #1BDD62;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    width: 100%;
    border: none;
    height: 40px;
    transition: all .2s linear;
    padding: 0 2px;
}

#cookies-box .btn-options,
#cookies-box-mini .btn-options,
#cookies-box .select-btn,
#cookies-box-mini .select-btn {
    color: #7D6A6A;
    background-color: transparent;
    border: 2px solid #202020;
}

.btn-options:hover,
.select-btn:hover {
    box-shadow: 0 0 6px #202020
}

.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #202020;
}

input:disabled+.slider {
    cursor: not-allowed
}

input:focus+.slider {
    box-shadow: 0 0 1px #202020;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

.slider.round {
    border-radius: 16px;
}

.slider.round:before {
    border-radius: 50%;
}

.cookies-header {
    margin: 8px 0 12px 0;
    padding: 8px;
    border-bottom: 1px solid #d7d7d7
}

.cookies-header h2 {
    color: #000;
    margin: 0;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
    font-weight: bold
}

.cookies-list-handler {
    color: inherit;
}

.cookies-list-handler:hover {
    color: inherit;
    text-decoration: underline;
}

#cookies-box-mini {
    color: #919191;
    position: fixed;
    z-index: 3000000;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: #363636;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 440px;
    padding: 10px 15px;
    border-radius: 5px;
}

#cookies-box .cookies-actions {
    bottom: 0px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0;
    padding-top: 3px;
}

#cookies-box-mini .cookies-actions,
#cookies-box .cookies-actions {
    text-align: center
}
#cookies-box-mini .cookies-actions{
    margin-top:10px;
    display: flex;
}
#cookies-box-mini .cookies-actions button,
#cookies-box .cookies-actions button {
    font-size: 14px;
    padding: 5px;
    margin: 0;
    border-radius: 0px;
}

#cookies-box .cookies-actions button:nth-child(2){
    margin: 5px 0;
}

#cookies-box {
    color: #919191;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    z-index: 3000000;
    background-color: rgba(0, 0, 0, 0.6)
}

#cookies-box .cookies-box-content {
    position: fixed;
    width: 90%;
    min-width: 300px;
    max-width: 730px;
    min-height: 500px;
    max-height: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 14px;
    background-color: #363636;
}

.cookies-tabs li {
    padding-bottom: 5px;
}

.cookies-tabs li .cookies-tabs-list-titles {
    color: #919191;
    text-transform: uppercase;
    margin: 4px 0;
    padding: 4px 5px;
    cursor: pointer;
    width: 100%;
    display: block
}

.cookies-tabs li+li::before {
    content: "";
    width: 146px;
    border-top: 1px solid #919191;
    display: block
}

.cookies-tabs li .cookies-tabs-content {
    display: none
}

.cookies-tabs li.active .cookies-tabs-content {
    display: inherit;
    height: calc(100% - 40px);
    padding: 0px 20px 5px;
    overflow: auto
}

.cookies-tabs li .cookies-tabs-content p {
    font-size: 12px
}

.cookies-tabs-list-titles ul li {
    padding-left: 5px;
}

.cookies-tabs {
    height: calc(100% - 295px);
    margin: 0;
    padding: 8px;
    overflow: auto
}

#cookies-box-mini .upbox .cookies-text {
    padding: 0;
    line-height: 1.3;
    font-size: 14px;
}
#cookies-box-mini .upbox .cookies-text p {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    #cookies-box-mini .cookies-actions button:nth-child(2) {
        margin: auto 5px;
    }

    #cookies-box-mini .upbox {
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    #cookies-box-mini .upbox .cookies-text {
        padding: 0;
    }

    #cookies-box-mini .cookies-logo {
        margin: auto;
        min-width: 180px
    }

    .cookies-header h2 {
        font-size: 17px;
        text-align: left
    }
}
@media (max-width: 1280px) {
    #cookies-box-mini .cookies-actions button:nth-child(2) {
        margin: 5px auto;
    }
    #cookies-box-mini .cookies-actions{
        flex-direction: column-reverse;
    }
}
.cookies-pop-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px;
    background-color: #fff;
    z-index: 3000001
}

.cookies-pop-box .cookies-pop-box-list {
    overflow: auto;
    height: calc(100% - 40px)
}

.cookies-pop-box .cookies-pop-box-list .op {
    margin: 10px 20px 10px 0;
    padding: 10px;
    border: 1px solid #E7E7E7;
    border-radius: 4px
}

.cookies-pop-box .cookies-pop-box-list .op>div:first-child {
    padding: 10px;
    display: flex;
    justify-content: space-between
}

.cookies-pop-box .cookies-pop-box-list .op>div+div {
    padding: 20px;
    display: none;
    background-color: #F7F7F7;
}

.cookies-pop-box a.back-dm {
    cursor: pointer;
    font-size: xx-large
}

.cookies-pop-box .cookies-pop-box-list a.more-dm {
    cursor: pointer
}