.b-menu .bottom-footer-menu .social__list{
    display: flex;
    align-items: flex-start;
}
.b-menu .bottom-footer-menu .column .social .social__list .link-social{
    margin-right: 3px;
}
.b-menu .bottom-footer-menu .column .social .link-social.link-social_telegram,
.b-menu .bottom-footer-menu .column .social .link-social.link-social_yt{
    background: #fff;
    border-radius: 3px;
    height: 36px;
    width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.b-menu .bottom-footer-menu .column .social .link-social.link-social_telegram:hover,
.b-menu .bottom-footer-menu .column .social .link-social.link-social_yt:hover{
    background: #16b1de;
}
.b-menu .bottom-footer-menu .column .social .link-social.link-social_telegram svg,
.b-menu .bottom-footer-menu .column .social .link-social.link-social_yt svg{
    width: 24px;
    height: 20px;
}
.b-menu .bottom-footer-menu .column .social .link-social.link-social_telegram svg *,
.b-menu .bottom-footer-menu .column .social .link-social.link-social_yt svg *{
    fill: #16398e;
}

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