.likes {
	border: none !important;
	margin: 0 !important;;
	padding: 0 !important;;
}
.sh-container {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.sh-wrapper {
	display: table;
	width: auto;
	min-width: 100%;
}
.sh-item {
	display: table-cell;
}
.sh-item a {
	display: block;
	position: relative;
	padding: 0 30px;
	height: 40px;
	border: none;
}
.sh-item a i {
	font-style: normal;
	width: 40px;
	height: 25px;
	background: url(https://img.artlebedev.ru/svalka/header-2016/v2/modules/sh/icons_v4.png) 0 0 no-repeat;
	background-size: 1900% 200%;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 8px;
	margin-left: -20px;
	z-index: 3;
	transition: transform 0.3s;
	transform-origin: 50% 50%;
}
.sh-item a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: opacity 0.3s;
}
.sh-item a:hover:before {
	opacity: 0.1;
}
.sh-item a:hover i {
	transform: scale(1.1);
}
.sh-item a i span {
	font-style: normal;
	font-size: 11px;
	color: white;
	position: absolute;
	left: 100%;
	opacity: 0.6;
	top: 50%;
	margin-top: -7px;
}

.sh-telegram {background: #2ea5e1}
.sh-telegram a i {background-position: 1% 50%}
.sh-facebook {background: #3b5998}
.sh-facebook a i {background-position: 8% 50%}
.sh-facebook span {margin-left: -10px}
.sh-vkontakte {background: #4d7198}
.sh-vkontakte a i {background-position: 15% 50%}
.sh-twitter {background: #1faee9}
.sh-twitter a i {background-position: 22% 50%}
.sh-pinterest {background: #cb2125}
.sh-pinterest a i {background-position: 29% 50%}
.sh-pinterest span {margin-left: -5px}
.sh-googleplus {background: #f04b39}
.sh-googleplus a i {background-position: 36% 50%}
.sh-livejournal {background: #246a99}
.sh-livejournal a i {background-position: 43% 50%}
.sh-whatsapp {background: #53b848}
.sh-whatsapp a i {background-position: 50% 50%}
.sh-viber {background: #7d3daf}
.sh-viber a i {background-position: 57% 50%}
.sh-odnoklassniki {background: #f2720c}
.sh-odnoklassniki a i {background-position: 64% 50%}

@media (max-width: 700px) {
	.sh-wrapper, .sh-item {display: block;width: 100%}
	.sh-item {width: 50%;float:left}
	.sh-item a {height: 50px}
	.sh-item a i {top: 15px}
	.sh-item a i span {display: none}
	/*.sh-mobile .sh-telegram, .sh-mobile .sh-facebook {width: 50%}*/
	
}
