.contacts__telegram::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 2px;
	width: 12px;
	height: 9px;
	background: url(../image/svg/telegram.svg) no-repeat center;
	background-size: cover
}
.contacts__vkcom::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 2px;
	width: 12px;
	height: 9px;
	background: url(../image/svg/vkcom.svg) no-repeat center;
	background-size: cover
}
.contacts__instagram::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 2px;
	width: 12px;
	height: 9px;
	background: url(../image/svg/instagram.svg) no-repeat center;
	background-size: cover
}
.contacts__facebook::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 2px;
	width: 12px;
	height: 9px;
	background: url(../image/svg/facebook.svg) no-repeat center;
	background-size: cover
}
.contacts__twitter::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 2px;
	width: 12px;
	height: 9px;
	background: url(../image/svg/twitter.svg) no-repeat center;
	background-size: cover
}
.contacts__telegram, .contacts__vkcom, .contacts__instagram, .contacts__facebook, .contacts__twitter {
	position: relative;
	padding-left: 18px;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	text-decoration: none
}
@media (min-width:1200px) {
	
	.contacts__telegram, .contacts__vkcom, .contacts__instagram, .contacts__facebook, .contacts__twitter {
		padding-left: 35px;
		font-size: 21px;
		line-height: 25px
	}
	.contacts__telegram::before,
	.contacts__vkcom::before,
	.contacts__instagram::before,
	.contacts__facebook::before,
	.contacts__twitter::before {
		top: 5px;
		left: 8px;
		width: 18px;
		height: 18px
	}
}