.b-footer .footer-menu .social__list{
    display: flex;
    align-items: flex-start;
}
.b-footer .footer-menu .social .link-social.link-social_yt{
    margin-top: -6px;
}
.b-footer .footer-menu .social .link-social.link-social_telegram{
    background: #16398e;
    border-radius: 3px;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
}
.b-footer .footer-menu .social .link-social.link-social_telegram svg{
    width: 28px;
}
.b-footer .footer-menu .social .link-social.link-social_telegram svg *{
    fill: #fff;
}

.b-footer .footer-menu .social .social__list .link-social_max{
    background: #16398e;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    text-align: center;
}
.b-footer .footer-menu .social .social__list .link-social_max:hover{
    /*background-color: #16b1de;*/
}
.b-footer .footer-menu .social .social__list .link-social_max .icon_menu-max {
    height: 24px;
    width: 24px;
    margin-top: 5px;
}
.b-footer .footer-menu .social .social__list .link-social_max svg path{
    fill: #fff;
}