#accept_cookies
{
    width: 100%;
    bottom:0;
    left: 0;
    background: #ffffff;
    color: #333333;
    display: none;
    position: fixed;
    z-index: 999;
    font-family: Arial;
    font-size: 12px;
}
.accept_cookies_content
{
    width: 880px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}
.accept_cookies_close
{
    position: absolute;
    width: 13px;
    height: 13px;
    right: 0;
    cursor: pointer;
}
.accept_cookies_close .mobile
{
    display: none;
}
.accept_cookies_content span
{
    font-weight: bold;
    color: #bf9170;
}