.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    font-size: 16px;
    font-display: swap; font-family: Tahoma, sans-serif;
    color: #121212;
    background: #eff2f7;
    padding: 10px 20px;
}
.cookie_btn {
    display: inline-block;
    text-decoration: none;
    color: #0c5adb;
    font-weight: bold;
}
.cookie_btn:hover {
    text-decoration: underline;
}
.button.style-four a:hover, .button.style-four a:active {
    border: none;
}

@media only screen and (max-width: 600px) {
    .cookie_notice {
        display: none;
        position: fixed;
        z-index: 9999999;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: left;
        font-size: 16px;
        font-display: swap; font-family: Tahoma, sans-serif;
        /*
        color: #ffffff;
        background: #0762f8;
         */
        padding: 10px 20px;
    }
    .cookie_btn {
        display: inline-block;
        /*
        text-decoration: none;
        color: #ffffff;
         */
        font-weight: bold;
        text-decoration: underline;
    }
    .cookie_btn:hover {
        color: #eeeeee;
        text-decoration: underline;
    }
}
