.social-container {
	display: flex;
	align-items: center;
}

.social-container__vkontakte {
	margin-top: -4px;
	margin-right: 14px;
	width: 24px;
	height: 14px;
	background-image: url(images/vkontakte.svg);
	background-repeat: no-repeat;
	display: block;
}

.social-container__instagram {
	width: 20px;
	height: 20px;
	background-image: url(images/instagram.svg);
	background-repeat: no-repeat;
	display: block;
	margin: 0 5px;
}

.social-container__youtube {
	width: 20px;
	height: 18px;
	background-image: url(images/youtube.svg);
	background-repeat: no-repeat;
	display: block;
	margin: 2px 10px;
}
.social-container__telegram {
	width: 20px;
	height: 20px;
	background-image: url(images/telegram.svg);
	background-repeat: no-repeat;
	display: block;
}
.social-container__facebook {
	margin-top: -3px;
	margin-left: -9px;
	margin-right: 9px;
	/*background-color: white;*/
	width: 20px;
	height: 23px;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	display: block;
}
