.cookies_info{
    position: fixed;
    bottom: 0;
    padding: 20px 60px;
    background-color: white;
    border:1px solid #999999;
    border-bottom: 0;
    color:#999999;
    text-align: center;
    left:50%;
    width: 100%;
    max-width: 1024px;
    margin-left: -512px;
    z-index: 999999;
}
.cookies_info_close{
    cursor: pointer;
    position: absolute;
    right: 20px;
    top:20px;
    color: #999999;
}
.cookies_info_close:hover{
    color: #000000;
}
.cookies_info a{text-decoration: underline;}
.cookies_info a:hover{color:black;}

.touch .cookies_info{width: 100%;margin-left: -50%;}



