:root {
    --cookie-main-color: #fe2170;
    --cookie-main-color-light: #ffffff;
    --cc-toggle-bg-button-off: #6b7479;
    --cc-button-background-color: #FE2170;
}

.show--consent .c--anim #cm {
    max-width: 28em;
}

.show--consent .c--anim #cm::before {
    content: "";
    display: block;
    width: 50px;
    height: 57px;
    background: url('../Cookie.png');
    background-size: cover;
    margin: auto;
}

#c-ttl {
    text-align: center;
}

#c-txt-consent-text {
    padding: 10px 0 25px;
    text-align: center;
    color: white;
}

#cc_div #c-bns button#c-p-bn.c-bn, #cc_div #c-bns button#s-all-bn, #cc_div #s-bns button#c-p-bn.c-bn, #cc_div #s-bns button#s-all-bn {
    background: var(--cc-button-background-color);
    border: 2px solid #ffffff!important;
}

#cc_div #c-bns button#c-p-bn.c-bn, #cc_div #c-bns button#c-s-bn.c-bn.c_link, #cc_div #c-bns button#s-all-bn, #cc_div #c-bns button#s-sv-bn, #cc_div #s-bns button#c-p-bn.c-bn, #cc_div #s-bns button#c-s-bn.c-bn.c_link, #cc_div #s-bns button#s-all-bn, #cc_div #s-bns button#s-sv-bn {
    border-radius: 15px!important;
    text-transform: uppercase;
}

#cc_div #c-bns button#c-s-bn.c-bn.c_link, #cc_div #c-bns button#s-sv-bn.c-bn, #cc_div #s-bns button#c-s-bn.c-bn.c_link, #cc_div #s-bns button#s-sv-bn.c-bn {
    border: 2px solid #ffffff!important;
    border-radius: 163px;
    transition: 0.45s ease !important;
    background: linear-gradient(to top, #7b68ff 50%, rgba(255,255,255,0) 50%) !important;
    background-size: 100% 202% !important;
    background-position: top left !important;
    color: white!important;
}

.show--consent .c--anim #cm {
    max-width: 28em;
}

#cm-ov, #cs-ov {
    background: rgba(4,6,8,0.63);
}

#c-s-in {
    max-height: 42em!important;
}

#s-inr {
    border-radius: 0;
    max-width: 37em!important;
}

#s-hdr {
    display: block!important;
    border: none!important;
}

#s-hdr #s-ttl {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2em;
    top: 2.5em;
}

#s-hdr #s-c-bn {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
}

#s-hdr #s-c-bn:active, #s-hdr #s-c-bn:focus, #s-hdr #s-c-bn:hover, #s-hdr #s-c-bn:visited {
    border: none!important;
}

#s-bl {
    padding: 1.5em 2.5em 0;
}

#s-bl .c-bl:first-of-type .title .b-tl {
    font-weight: 300;
    font-size: .9em;
    position: relative;
    z-index: 9999999;
    margin-top: -1.5em;
    text-align: center;
}

#s-cnt .desc .p {
    text-align: center;
    line-height: 1.5em;
}

#s-bl .c-bl.b-ex {
    background: transparent!important;
}

#s-cnt .b-bn .b-tl {
    padding: 1em 6.4em 1em 1em!important;
    cursor: auto!important;
}

.cc_div .c-tgl:checked ~ .c-tg {
    background: var(--cookie-main-color-light);
}

.cc_div .c-tgl:checked ~ .c-tg .on-i, .cc_div .c-tgl:checked ~ .c-tg .off-i {
    display: none!important;
}

.cc_div .c-tgl:checked ~ .c-tg::after {
    transform: translateX(2.1em) !important;
    background: var(--cookie-main-color)!important;
}

#s-bl .b-acc {
    display: block!important;
    max-height: initial!important;
}

#s-cnt .c-bl.b-ex .p {
    text-align: left;
}
#s-cnt .desc .p {
    text-align: center;
    line-height: 1.5em;
}

#s-bl .c-bl.b-ex {
    background: transparent;
}

#s-cnt .b-bn .b-tl {
    padding: 1em 6.4em 1em 1em;
    cursor: auto;
}

.cc_div span.t-lb, .cc_div .b-tg, .cc_div .b-tg .c-tg, .cc_div .c-tgl {
    height: 1em!important;
}

.cc_div .c-tgl:checked ~ .c-tg {
    background: var(--cookie-main-color-light) !important;
}

.cc_div .c-tgl:checked ~ .c-tg .on-i, .cc_div .c-tgl:checked ~ .c-tg .off-i {
    display: none!important;
}

#c-s-in #s-bns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    border: none;
    padding: 0 1em 2.5em;
}

#cc_div #c-bns button#c-p-bn.c-bn, #cc_div #c-bns button#s-all-bn, #cc_div #s-bns button#c-p-bn.c-bn, #cc_div #s-bns button#s-all-bn {
    background: var(--cc-button-background-color);
    border: 2px solid var(--cc-button-background-color);
}

#cc_div #c-bns button#c-p-bn.c-bn, #cc_div #c-bns button#c-s-bn.c-bn.c_link, #cc_div #c-bns button#s-all-bn, #cc_div #c-bns button#s-sv-bn, #cc_div #s-bns button#c-p-bn.c-bn, #cc_div #s-bns button#c-s-bn.c-bn.c_link, #cc_div #s-bns button#s-all-bn, #cc_div #s-bns button#s-sv-bn {
    border-radius: 163px;
    text-transform: uppercase;
}

#c-s-in #s-bns button {
    float: none;
    margin: 0 15px;
}

#cc_div #c-bns button#c-s-bn.c-bn.c_link, #cc_div #c-bns button#s-sv-bn.c-bn, #cc_div #s-bns button#c-s-bn.c-bn.c_link, #cc_div #s-bns button#s-sv-bn.c-bn {
    border: 2px solid #2D0F6A;
    border-radius: 163px;
    transition: 0.45s ease !important;
    background: linear-gradient(to top, #7F56D6 50%, rgba(255,255,255,0) 50%) !important;
    background-size: 100% 202% !important;
    background-position: top left !important;
}

#cc_div #c-bns button#c-p-bn.c-bn, #cc_div #c-bns button#c-s-bn.c-bn.c_link, #cc_div #c-bns button#s-all-bn, #cc_div #c-bns button#s-sv-bn, #cc_div #s-bns button#c-p-bn.c-bn, #cc_div #s-bns button#c-s-bn.c-bn.c_link, #cc_div #s-bns button#s-all-bn, #cc_div #s-bns button#s-sv-bn {
    border-radius: 163px;
    text-transform: uppercase;
}

#c-s-in #s-bns button {
    float: none;
    margin: 0 15px;
}

#c-s-in #s-bns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    border: none;
    padding: 0 1em 2.5em;
}

#cc_div #c-bns button#c-p-bn.c-bn:hover, #cc_div #c-bns button#c-s-bn.c-bn.c_link:hover, #cc_div #s-bns button#c-p-bn.c-bn:hover, #cc_div #s-bns button#c-s-bn.c-bn.c_link:hover {
    background: var(--cookie-main-color);
    border-color: var(--cookie-main-color);
    background-position: bottom left;
    color: #fff;
}
#cc_div #c-bns button#c-p-bn.c-bn, #cc_div #c-bns button#s-all-bn, #cc_div #s-bns button#c-p-bn.c-bn, #cc_div #s-bns button#s-all-bn {
    background: var(--cc-button-background-color);
    border: 2px solid var(--cc-button-background-color);
}
#cc_div #c-bns button#c-p-bn.c-bn, #cc_div #c-bns button#c-s-bn.c-bn.c_link, #cc_div #c-bns button#s-all-bn, #cc_div #c-bns button#s-sv-bn, #cc_div #s-bns button#c-p-bn.c-bn, #cc_div #s-bns button#c-s-bn.c-bn.c_link, #cc_div #s-bns button#s-all-bn, #cc_div #s-bns button#s-sv-bn {
    border-radius: 163px;
    text-transform: uppercase;
}

#cc_div #c-bns button#c-p-bn.c-bn:hover, #cc_div #c-bns button#c-s-bn.c-bn.c_link:hover, #cc_div #s-bns button#c-p-bn.c-bn:hover, #cc_div #s-bns button#c-s-bn.c-bn.c_link:hover {
    background: var(--cookie-main-color);
    border-color: var(--cookie-main-color);
    background-position: bottom left;
    color: #fff;
}
#cc_div #c-bns button#c-s-bn.c-bn.c_link:hover, #cc_div #c-bns button#s-sv-bn.c-bn:hover, #cc_div #s-bns button#c-s-bn.c-bn.c_link:hover, #cc_div #s-bns button#s-sv-bn.c-bn:hover {
    background-position: bottom left !important;
    border: 2px solid #9281F1!important;
    color: #fff;
}
#cc_div #c-bns button#c-s-bn.c-bn.c_link, #cc_div #c-bns button#s-sv-bn.c-bn, #cc_div #s-bns button#c-s-bn.c-bn.c_link, #cc_div #s-bns button#s-sv-bn.c-bn {
    border: 2px solid #7b68ff;
    border-radius: 163px;
    transition: 0.45s ease !important;
    background: linear-gradient(to top, #7b68ff 50%, rgba(255,255,255,0) 50%) !important;
    background-size: 100% 202% !important;
    background-position: top left !important;
}
#cc_div #c-bns button#c-p-bn.c-bn, #cc_div #c-bns button#c-s-bn.c-bn.c_link, #cc_div #c-bns button#s-all-bn, #cc_div #c-bns button#s-sv-bn, #cc_div #s-bns button#c-p-bn.c-bn, #cc_div #s-bns button#c-s-bn.c-bn.c_link, #cc_div #s-bns button#s-all-bn, #cc_div #s-bns button#s-sv-bn {
    border-radius: 163px;
    text-transform: uppercase;
}


.cc_div .b-bn .b-tl::before, .cc_div .act .b-bn .b-tl::before {
    display: none!important;
}

#s-cnt .b-bn .b-tl:active, #s-cnt .b-bn .b-tl:hover, #s-cnt .b-bn .b-tl:focus, #s-cnt .b-bn .b-tl:visited {
    background: none!important;
    border: none!important;
}

.cc_div .b-tg .c-tg::after {
    left: 0em!important;
    top: -0.25em!important;
    width: 1.5em!important;
    height: 1.5em!important;
    background: var(--cc-toggle-bg-button-off)!important;
}

.cc_div .c-bn {
    padding: 1.1em 2.6em!important;
}

.cc_div .off-i, .cc_div .on-i {
    display: none!important;
}

button:focus {
    outline: none!important;
}

button#s-c-bn {
    padding: 0px!important;
}

.cc_div .b-tg .c-tg {
    overflow: visible!important;
}

.show--consent .c--anim #cm, .show--consent .c--anim #cm.bar, .show--settings .c--anim #s-inr, .show--settings .c--anim .bar.slide #s-inr {
    opacity: 1;
    transform: scale(1);
    visibility: visible!important;
    background: #000047c2;
}

div#s-hdr {
    background: #000047c2;
    color: white;
}

div#s-bl {
    color: white;
}

div#s-bns {
    background: #000047c2;
}

.cc_div .b-tg .c-tg {
    background: #ffffff!important;
}

.cc_div .b-tg .c-tg:after {
    background: black!important;
    border: 2px solid white!important;
}

#cc_div #c-bns button#c-s-bn.c-bn.c_link:hover, #cc_div #c-bns button#s-sv-bn.c-bn:hover, #cc_div #s-bns button#c-s-bn.c-bn.c_link:hover, #cc_div #s-bns button#s-sv-bn.c-bn:hover {
    border: 2px solid #ffffff!important;
    background: #fe2170!important;
}

#s-c-bn::before, #s-c-bn::after {
    background: white!important;
}


#s-inr, #s-hdr, #s-bns {
    background: #000047c2!important;
}

.cc_div .b-tg .c-tg::after {
    left: 0em!important;
    top: -0.35em!important;
    width: 1.5em!important;
    height: 1.5em!important;
    background: var(--cc-toggle-bg-button-off)!important;
}

@media only screen and (max-width: 690px) {
    #cc_div #c-bns button#c-p-bn.c-bn, #cc_div #c-bns button#c-s-bn.c-bn.c_link, #cc_div #c-bns button#s-all-bn, #cc_div #c-bns button#s-sv-bn, #cc_div #s-bns button#c-p-bn.c-bn, #cc_div #s-bns button#c-s-bn.c-bn.c_link, #cc_div #s-bns button#s-all-bn, #cc_div #s-bns button#s-sv-bn {
        margin: 5px;
    }
}
