.cookies-body__text a {
    transition: all .3s;
}
.cookies-body__text a:hover {
    color: #00E3E3;
}

.new_footer__top .n_h_sect_btn.n_btn_footer{
    display: flex;
    justify-content: center;
}

.n_lang__list {
    background: rgb(36 40 54 / .95);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}

@media (max-width: 767px) {
    .new_footer__top .n_h_sect_btn.n_btn_footer {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .cookies-body {
        margin: 0 auto;
        position: sticky;
    }
}