footer .footer__links_blocks_handler > ul {
    
}

/* Отступ между строками социальных сетей */
.footer__branding .footer__telegram {
    margin-top: 15px !important;
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    footer .footer__links_blocks_handler {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .footer__links_blocks_handler > ul {
        width: 50%;
    }
}