#close_cookie{display:none;}
#close_cookie:checked + #cookie_consent_popup{display:none;}
#cookie_consent_popup{
    position:fixed;
    bottom:30px;
    right:30px;
    width:340px;
    height:160px;
    background-color:#1E2D41;
    color: white;
    padding:15px;
    z-index:999999999999999999;
    border: 1px solid #D0D5DB;
}
#cookie_consent_popup h5{
    font-size:1.6em;
}
#cookie_consent_popup h1:before{
    content:"";
    padding:0;
}
#cookie_consent_popup p{
    font-size:0.75em;
    padding-top: 25px;
    text-align: justify;
}
#cookie_consent_popup a {
    color: white;
    text-decoration: underline;
}
#cookie_consent_popup #close_cookie_box{
    position:absolute;
    top:10px;
    right:10px;
    cursor:pointer;
    font-size:1.1em;
}
#cookie_consent_popup #ok_cookie_box{
    position:absolute;
    bottom:0;
    right:10px;
    cursor:pointer;
    font-size:1.1em;
    padding:10px;
    font-weight:700;
    color:white;
}
@media (max-width: 480px) {
    #cookie_consent_popup{
        bottom:15px;
        right:10px;
    }
}