.cookie-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #202020e0;
    color: #f5f6fa;
    padding: 0 32px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
    transition: 400ms;
    height: auto;
}

.cookie-container.active {
  bottom: 0;
}

.cookie-container a {
  color: #f5f6fa;
}

.cookie-btn {
    background: #e2d190;
    border: 0;
    color: #222;
    padding: 5px 40px;
    font-size: 14px;
    margin-bottom: 8px;
    border-radius: 8px;
    cursor: pointer;
}