﻿.cookies {
    position: fixed;
    bottom: 0px;
    background: #F2F2F2;
    width: 100%;
    padding: 20px;
    border-radius: 3px;
    z-index: 50000;
    box-shadow: -2px -2px 3px rgba(0, 0, 0, 0.2);
}

    .cookies .cookiesImg {
        text-align: center;
        margin-bottom: 10px;
        font-size: 12px;
    }

        .cookies .cookiesImg img {
            width: 60px;
        }

    .cookies .cookiesTxt {
        width: 60%;
        margin-left: 20%;
        margin-bottom: 25px;
        text-align: center;
    }

        .cookies .cookiesTxt span {
            color: #444;
            font-size: 12px;
        }

    .cookies .cookiesBtn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .cookies .cookiesBtn .btnCookieWhite {
            text-align: center;
            width: auto;
            color: #666;
            border: 0.5px solid #999;
            font-size: 10px;
            padding: 10px 15px;
            margin: 0px 10px;
            cursor: pointer;
            border-radius: 3px;
            text-decoration: none;
        }

            .cookies .cookiesBtn .btnCookieWhite.imp {
                text-align: center;
                width: auto;
                background: #1780b2;
                color: #ffffff;
                border: 1px solid #1780b2;
                font-size: 10px;
                padding: 10px 15px;
                margin: 0px 10px;
                cursor: pointer;
                border-radius: 3px;
                text-transform: uppercase;
                text-decoration: none;
            }

        .cookies .cookiesBtn a.btnCookieBlue {
            text-align: center;
            width: auto;
            color: #1780b2;
            font-size: 10px;
            padding: 10px 15px;
            cursor: pointer;
            border-radius: 3px;
            text-decoration: none;
            text-transform: uppercase;
        }


.divCookies {
    margin: 25px;
    font-size: 12px;
    color: #666;
}

    .divCookies:hover {
        cursor: pointer;
    }

input[type="checkbox"] + label:before {
    content: "";
    width: 12px;
    height: 12px;
    margin-right: 10px;
    float: left;
    border: 0.5px solid #999;
    border-radius: 3px;
    opacity: 0.5;
}

input[type="checkbox"]:checked + label:before {
    border-color: #999;
}

input[type="checkbox"]:checked + label:after {
    content: "";
    width: 8px;
    height: 2px;
    border: 2px solid #1780b2;
    float: left;
    margin-left: -22px;
    border-right: 0;
    border-top: 0;
    margin-top: 4px;
    transform: rotate(-55deg);
}

input[type="checkbox"] {
    display: none;
}

.modalCookies {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1050px) {

    .cookies .cookiesTxt {
        width: 80%;
        margin-left: 10%;
    }
}

@media (max-width: 900px) {
    .modalCookies {
        top: 70px;
    }
}

@media (max-width: 750px) {

    .cookies {
        width: 100% !important;
    }

    .cookiesImg {
        margin-bottom: 5px;
    }

        .cookiesImg img {
            width: 80px;
        }

    .cookiesTxt {
        margin-bottom: 15px;
        line-height: 17px;
    }

        .cookiesTxt span {
            font-size: 14px;
        }

    .cookiesBtn {
        justify-content: space-around;
    }

    .btnCookieWhite, a.btnCookieBlue {
        padding: 7px 15px;
    }
}

@media (max-width: 700px) {

    .cookies .cookiesBtn .btnCookieWhite {
        margin: 30px 10px;
    }

    .divCookies {
        margin: 10px;
    }
}


@media (max-width: 550px) {
    .divCookies {
        margin: 5px;
    }
}


@media (max-width: 500px) {
    .cookies .cookiesBtn {
        display: block;
    }

        .cookies .cookiesBtn .btnCookieWhite {
            height: auto;
            margin: 10px 00%;
            width: 100%;
            font-size: 14px;
        }

            .cookies .cookiesBtn .btnCookieWhite.imp {
                height: auto;
                margin: 10px 00%;
                width: 100%;
                font-size: 14px;
            }

        .cookies .cookiesBtn a.btnCookieBlue {
            height: auto;
            margin: 10px 30%;
            width: 80%;
            font-size: 14px;
        }

    .divCookies {
        margin: 20px 10%;
        font-size: 14px;
    }

    .cookies .cookiesTxt span {
        font-size: 14px;
    }

    .cookies .cookiesTxt {
        width: 95%;
        margin-left: 2%;
    }
}



@media (max-width: 450px) {
    .cookies .cookiesBtn a.btnCookieBlue {
        margin: 10px 28%;
    }
}

@media (max-width: 400px) {
    .cookies .cookiesBtn a.btnCookieBlue {
        margin: 10px 25%;
    }
}

@media (max-width: 375px) {
    .cookies .cookiesBtn a.btnCookieBlue {
        margin: 10px 25%;
    }
}

@media (max-width: 360px) {
    .cookies .cookiesBtn a.btnCookieBlue {
        margin: 10px 24%;
    }
}
