/*  cookies */

#cm {
    padding: 3rem 4rem;
    width: 100%;
    max-width: 41rem;
    padding-top: 12rem;
}

.c--anim {
    z-index: 99999999 !important;
}

#cm:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 10rem;
    background: #fff url("./../images/logo.svg") no-repeat center;
    background-size: 16rem auto;
    content: "";
    display: block;
}

.show--consent:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    opacity: 0.5;
    z-index: 1200;
}

#cc_div #cm {
    border-radius: 0;
}

#cm, #s-bl .act .b-acc, #s-inr, .cc_div .b-tl, .cc_div .c-bl {
    border-radius: 0;
}

#cc_div #cm .close-cookie {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 0;
    font-size: 20px;
    opacity: 0.5;
    transition: all 0.3s;
    z-index: 10;
}

#cc_div #cm .close-cookie:hover {
    opacity: 1;
}

#cc_div #cm .close-cookie:before, #cc_div #cm .close-cookie:after {
    content: "";
    position: absolute;
    left: 0.82em;
    top: 0.58em;
    height: 0.6em;
    width: 1.5px;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 1em;
    margin: 0 auto;
}

#cc_div #cm .close-cookie:after {
    transform: rotate(-45deg);
}

#c-bns #c-s-bn {
    display: none;
}

#c-bns button:first-child {
    background: #f1f3f5;
    color: #40505a;
    border-radius: 0;
}

#c-bns button:first-child:hover {
    background: #f1f3f5;
    color: #40505a;
}

#c-bns button#c-p-bn {
    background: #293547;
    color: #fff;
}

#c-bns button#c-p-bn:hover {
    background: #293547;
}

.cc_div .c-bn {
    background: #f1f3f5;
    border-radius: 0;
}

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

.cc_div .b-tg .c-tgl:checked~.c-tg {
    background: #293547;
}

#s-bns #s-sv-bn {
    background: #293547;
    color: #fff;
}

#s-bns #s-all-bn {
    background: #f1f3f5;
    color: #293547;
}

#s-bns #s-all-bn:hover {
    background: #d8e0e6;
}

.cc_div .b-tg .c-tgl~.c-tg.c-ro {
    opacity: 0.6;
}

.cookie-link {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.5;
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
}

@media (max-width: 767px) {
    #cm, #cm.cloud, #cm.left, #cm.right {
        padding: 10px !important;
    }

    #cm {
        padding-top: 11rem !important;
    }

    #cm:after {
        height: 10rem;
        background-size: 8rem auto;
    }

    #c-txt {
        font-size: 10px;
    }

    .cc_div #c-bns {
        margin-top: 10px;
    }

    .cc_div .c-bn {
        padding: 8px 10px;
    }

    .cc_div #c-bns button {
        margin: 2px;
    }

    #cm.box, #cm.cloud {
        left: 10px;
        right: 10px;
    }

    #cm.bottom {
        bottom: 10px;
    }

    .cookie-link {
        font-size: 12px;
    }
}