.cookies_panel {
    position: fixed;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .cookies_panel h3 {
        margin-bottom: 10px !important;
    }

    .cookies_panel .cookies_wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 1px solid #303030;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #fff;
        width: 100%;
        padding: 1rem;
    }

        .cookies_panel .cookies_wrapper .cookies_text {
            display: inline-block;
            width: 90%;
            vertical-align: middle;
            margin-left: 20px;
            color: #000;
        }

            .cookies_panel .cookies_wrapper .cookies_text a {
                color: #363B47;
            }

        .cookies_panel .cookies_wrapper .lnkAcceptPrivacy {
            color: #363B47;
            cursor:pointer;
        }

}

.cookies_panel .cookies_wrapper .cookies_text h3 {
    margin-bottom: 0.5em !important;
}

.cookies_footer .btn {
    margin-left: 15px;
}


@media screen and (max-width: 992px) {
    .cookies_panel .cookies_wrapper .cookies_footer {
        width: 100%;
    }

    .cookies_panel .cookies_wrapper .cookies_text {
        margin: 5px;
    }

    .cookies_panel .cookies_wrapper .cookies_text {
        width: 100%;
    }

    .cookies_panel .cookies_wrapper .cookies_footer {
        display: inline-block;
        width: 18%;
        vertical-align: middle;
    }

    .cookies_panel .cookies_wrapper {
        height: 275px;
    }
}

.cookies_panel h3 {
    color:#000;
}

.cookies_panel p {
    color: #000;
}

.cookies_text p {
    color: #000 !important;
}

    .cookies_text p a {
        text-decoration: underline;
    }