.social__items .social__item.max .social__link:before {
    width: var(--icon-size);
    height: var(--icon-size);
    background: url(images/max-messenger.svg) 0 no-repeat;
}

@media(max-width: 430px) {
    ul.social__items {
        --gap: 6px;
    }   
}
