.footer__menu--ul{
    display: flex;
    flex-wrap: wrap;
    gap: 15%;
    justify-content: flex-start; flex-direction: row;
}
.footer__menu--ul .footer__menu--ul_block{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 198px
}
.footer__menu--ul .footer__menu--ul_block .footer__menu--ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;

}
.footer__menu--ul .footer__menu--a.active{
    color: var(--color-primary);
}