.cookies {
    display: none;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 2147483645;
}

.cookies-footer-popup {
    display: block;
    background-color: #1882de;
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0;
    transition: .3s;
}

.cookies-footer-popup .text {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 31px 0 0 70px;
    width: 60%;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.cookies-footer-popup .text p {
    display: block;
    width: 500px;
    color: #fff;
    line-height: 1.4;
}
.cookies-footer-popup .buttons {
    display: inline-block;
    position: relative;
    float: right;
    right: 80px;
    top: 27px;
}

.cookies-footer-popup .buttons .accept {
    background: #fff;
    color: #1882de;
    font-size: 13px;
    padding: 6px 40px;
    border: 0;
    cursor: pointer;
}

.cookies-footer-popup .buttons .accept:hover {
    background: #cde8ff;
}

.cookies-button {
    background: #1983DD;
    border-radius: 3px;
    color: #fff;
    font-size: 19px;
    height: auto;
    line-height: 34px;
    padding: 10px 25px;
    transition: .3s;
}

.cookies-button:hover {
    background: #1468af;
}

@media screen and (max-width: 1200px) {
    .cookies-footer-popup .text {
        padding: 31px 0 0 20px;
    }

    .cookies-footer-popup .buttons {
        right: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .cookies-footer-popup {
        height: 300px;
    }

    .cookies-footer-popup .text {
        display: block;
        text-align: left;
        position: static;
        margin: auto;
        float: none;
        padding: 25px 0 0 0;
        width: 400px;
        height: auto;
        font-size: 18px;
        font-weight: 400;
    }

    .cookies-footer-popup .text p {
        display: block;
        width: 400px;
    }

    .cokies-footer-popup .buttons {
        display: block;
        position: static;
        float: none;
    }

    .cookies-footer-popup .buttons .accept {
        margin: 12px auto;
        display: block;
        font-size: 15px;
        width: 400px;
    }
}
@media screen and (max-width: 420px) {
    .cookies-footer-popup {
        height: 300px;
    }

    .cookies-footer-popup .text {
        display: block;
        text-align: left;
        position: static;
        margin: auto;
        float: none;
        padding: 25px 0 0 0;
        width: 90%;
        height: auto;
        font-size: 18px;
        font-weight: 400;
    }

    .cookies-footer-popup .text p {
        display: block;
        width: 100%;
    }

    .cookies-footer-popup .buttons {
        display: block;
        position: static;
        float: none;
    }

    .cookies-footer-popup .buttons .accept {
        margin: 12px auto;
        display: block;
        font-size: 15px;
        width: 90%;
    }
}
