.cookies {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    /*transform: translateY(100%);*/
    display: none;
    width: 100%;
    padding: 30px 50px;
    background: #008e21;
    border-radius: 20px 20px 0 0;
    text-align: center;
    z-index: 99999999999;
    box-shadow: 0 -4px 8px rgba(0,0,0, .3);
    transition: transform .5s ease;
}
.cookies.visible {
    transform: translateY(0);
}
.cookies p {
    margin-bottom: 0.5em;
}
.cookies p b {
    color: #fff;
    font-size: 1.2em;
}
.cookies .cookies-block {
    display: flex;
    align-items: center;
}
.cookies .cookies-block p {
    flex: 1 1 auto;
    color: #fff;
    line-height: 1.2;
    padding: 0;
    padding-right: 2em;
    margin: 0;
    font-size: .8em;
    text-align: left;
}

.cookies .cookies-block span {
    flex: 0 0 120px;
    background: #ffffff;
    font-size: .8em;
    border: none;
    color: #000000;
    border-radius: 4px;
    margin: 0;
    padding: 10px 20px;
    cursor: pointer;
    user-select: none;
}

@media screen and (max-width: 767.98px) {
    .cookies {
        padding: 15px 15px 30px;
    }
}
@media screen and (max-width: 599.98px) {
    .cookies p b {
        color: #fff;
        font-size: 1em;
    }
    .cookies .cookies-block {
        flex-wrap: wrap;
        justify-content: center;
    }
    .cookies .cookies-block p {
        text-align: center;
        font-size: .7em;
        line-height: 1.3;
    }
    .cookies .cookies-block span {
        flex: 0 0 50%;
        margin: 0 auto;
        margin-top: 2em;
    }
}




@media screen and (max-width: 576.98px) {
    .top_big_banners .item .img_block {
        background-position: top center !important;
    }
}
