@media only screen and (max-width: 767px) {
.header_account {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    background: rgb(0 0 0 / 90%);
    width: -webkit-fill-available;
    left: 0;
}
.header_account .d-flex {
    width: -webkit-fill-available;
    justify-content: space-around;
}
.header_account>ul>li {
    margin-right: 0;
    width: 25%;
    text-align: center;
}
.header_account>ul>li>a {
    color: #fff;
    font-size: 18px;
    padding: 15% 20%;
}
.container-fluid {
    padding: 5px 20px;
}
#cookies_agreement {
    bottom: 60px;
    left: 25px;
}
.footer_widgets {
    padding: 100px 0 100px;
}

































}