ul.socnet{
	margin: 0;
	padding: 0;
}
ul.socnet > li{
	list-style: none;
	display: inline-block;
}
ul.socnet > li a{
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	
	color: #fff;
	padding: 6px 5px;
	display: inline-block;
	font-size: 20px;
	min-width: 36px;
}
ul.socnet > li a.gradient{
	background: #8440b6;
	background: -moz-linear-gradient(top, #8440b6 0%, #d12e7c 50%, #f97e2b 100%);
	background: -webkit-linear-gradient(top, #8440b6 0%,#d12e7c 50%,#f97e2b 100%);
	background: linear-gradient(to bottom, #8440b6 0%,#d12e7c 50%,#f97e2b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8440b6', endColorstr='#f97e2b',GradientType=0 );
}
/*ul.socnet > li a:hover{
	text-decoration: none;
	transform: scale(1.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}*/

.cs_telegram, .cs_wapp{
	background: url(/bitrix/templates/aspro_next/images/svg/social.svg) -2px -2px no-repeat;
	width: 31px;
	height: 31px;
	display: block;
	padding: unset !important;
	transform: scale(1.9);
	margin: 16px 0 9px 15px;
}
.cs_telegram{
	background-position: -283px -122px;
}
.cs_wapp{
	background-position: -283px -42px;
}