:root {
    /*granatowy */
    --navy: #02539a;
}


#cookie_law_notification {
    display: none !important;
    transition: all .5s;
    padding: 15px;
    -webkit-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .5);
    -o-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .5);
    line-height: 1.5;
    box-sizing: border-box;
}

    #cookie_law_notification blockquote {
        padding: 0;
        margin: 0 0 15px;
    }

#cookie_accept_button {
    cursor: pointer;
}

#cookie_law_notification a {
    color: var(--navy);
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none;
}

    #cookie_law_notification a:hover {
        color: var(--navy);
    }

#cookie_law_notification.cookielaw {
    bottom: 20px;
    position: fixed;
    left: 20px;
    width: 400px;
    background-color: #fff;
    z-index: 9999999;
    padding: 25px;
}

.cookielaw #cookie_message {
    width: 100%;
    color: #000;
    padding-bottom: 10px;
    display: block;
    text-align: justify;
}

    .cookielaw #cookie_message p {
        font-size: 15px !important;
    }

.cookielaw #cookie_accept_button {
    background-color: #343a40;
    border-color: #343a40;
    width: 120px;
    margin: auto;
    line-height: 36px;
    height: 36px;
    font-size: 15px !important;
    font-weight: 400;
    border-radius: 4px;
    color: #fff;
    font-weight: 500 !important;
    text-align: center;
    display: block;
}

    .cookielaw #cookie_accept_button:hover {
        background-color: #3e454d;
        border-color: #3e454d;
    }

.cookie_bottom_left {
    bottom: 20px !important;
    left: 20px !important;
    right: auto !important;
    top: auto !important;
}


@media(max-width:767px) {
    #cookie_law_notification {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }

        #cookie_law_notification.cookielaw2 {
            left: 15px !important;
            right: 15px !important;
            width: auto !important;
        }
}

#cookie_law_notification {
    visibility: visible !important;
}
