.cookie-container{
    position: fixed;
    bottom: -100%;
    padding: 40px;
    left: 0;
    right: 0;
    background: rgba(20, 20, 20 ,0.85);
    transition: 400ms;
    box-shadow: 0 -2px 16px rgba(20, 20, 20 ,0.85);
}

.cookie-container.active {
    bottom: 0;
}

.cookie-btn {
    border: 0;
    padding: 12px 48px;
    font-size: 18px;
}