.social-network-contacts {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.header-content .social-network-contacts {
    justify-content: flex-end;
}

.social-network-contact {
    display: block;
    height: 36px;
    width: 36px;
}

.social-network-contact--vk {
    background: url(/images/contacts/vk-contact-df254fc8d2784f53f9d181e13a56d448.svg) center center no-repeat;
}

.social-network-contact--tg {
    background: url(/images/contacts/tg-contact-cc0907d7ba0861757bcebedbb0d05dbd.svg) center center no-repeat;
}

.header-content .social-network-contact--vk {
    background: url(/images/contacts/vk-contact-white-834344348387a96b20776b32ecb9c64f.svg) center center no-repeat;
}

.header-content .social-network-contact--tg {
    background: url(/images/contacts/tg-contact-white-076cdc393bd790cf25d60a555c45079d.svg) center center no-repeat;
}