.cookies-box {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-size: 12px;
    box-sizing: border-box;
    display: none;
}

.cookies-box__content {
    margin: auto;
    width: 75%;
    /* max-width: 950px; */
}

.cookies-box p {
    margin: 5px 0;
}
.cookies-box a {
   text-decoration: underline;
   color: #c2c2c2;
}

.cookies-box__accept {
    background: #666;
    border: 0px;
    padding: 5px 10px;
    color: #eee;
    border-radius: 3px;
    outline: none;
}