.footer-socials * {
    display: flex;
    align-items: center;
}
.footer-socials-list {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
}
.footer-copyrights {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: var(--ati-bg);
    padding: 0 var(--ati-xl-padd);
}
.footer-copyrights-english {
    direction: ltr;
}
.mobile-footer-menu {
    position: fixed;
    bottom: 0;
    width: -webkit-fill-available;
    background-color: var(--ati-bg);
    color: var(--ati-color);
    z-index: 99;
}
.mobile-footer-menu-items {
    position: relative;
    width: 100%;
    display: flex;
    gap: var(--ati-xl-marg);
    justify-content: space-between;
    padding: 10px 40px;
    margin-bottom: 20px;
    align-items: center;
}
.mobile-footer-menu-items .ati-user {
    margin-inline-start: unset;
}
@media screen and (max-width: 1024px) {

}