.social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.social-link{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #777;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
	transition: background .2s;
}
.social-link svg{
	max-width: 80%;
}
.social-link_wa{
	background: #49A628;
}
.social-link_tg {
	background: #4EA9FF;
}
.social-link_vb {
	background: #7F4DA0;
}
.social-link_vk {
	background: #4C6C91;
}
.social-link_ok {
	background: #F68634;
}
.social-link_youtube {
	background: #F00;
}
.social-link_yzen {
	background: #fff;
}
.social-link_yzen svg {
	max-width: 100%;
}
.social-link_yzen svg path{
	fill: #222;
}