.closer_cookie{
    width:28px;
    height:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #3b3f46;
    position:absolute;
    bottom:100%;
    left:100%;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    background-color:#fff;
    cursor:pointer;
}
.closer_cookie img{
    width:11px;
}
.in_here{
    color:#fff;
    text-decoration:underline;
}
a.in_here:hover,a.in_here:active,a.in_here:visited,a.in_here:focus{
    color:#fff;
    outline:none;
}
.cookies_handling{
    position: fixed;
    display:flex;
    align-items:center;
    justify-content:center;
    bottom: 0;
    left: 25px;
    width: 320px;
    background-color: #3b3f46;
    color: #fff;
    z-index: 100000;
    height: 40px;
    border-top-right-radius: 14px;
    border-top-left-radius: 20px;
    font-size: 14px;
    line-height: 12px;
}
.cookies_handling_approved{
    display:none;
}
.closer_cookie_block{cursor:pointer; text-decoration:underline;}

@media(max-width:768px){
 .cookies_handling{ width:228px; font-size:11px; border-top-right-radius: 20px;}
 .closer_cookie{left:0px; top:-15px;}
}