
<!-- Style T_V_W -->
.header-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 0 27px;
}

.header-socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-socials__phone {
    background-image: url(../img/contacts/icon-viber.svg);
}
.header-socials__whatsapp {
    background-image: url(../img/contacts/icon-whatsapp.svg);
}
.header-socials__telegram {
    background-image: url(../img/contacts/icon-telegram.png);
}
.header-socials__vk {
    background-image: url(../img/contacts/icon-vk.png);
}
.header-socials__phone, .header-socials__whatsapp, .header-socials__telegram, .header-socials__vk {
    background-position: center center;
    background-repeat: no-repeat;
    height: 27px;
    width: 27px;
    margin: 0 7px;
}
