.cookie-containerb {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #000;
    color: #fff;
    padding: 0 32px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, .39);
    transition: .2s;
    opacity: .8
}

.cookie-containerb.active {
    bottom: 0
}

.cookie-containerb a {
    color: #2b94d0
}

.cookie-btnb {
    background: #2b94d0;
    border: 0;
    color: #f5f6fa;
    padding: 2px 36px;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    font: inherit
}