.social-likes__widget, .social-likes.social-likes_visible.social-likes_ready, .social-likes__button, .social-likes__counter{
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
}
.social-likes.social-likes_visible.social-likes_ready{
	float: right !important;
	vertical-align: top !important;
	margin-top: 1px;
}
.social-likes__widget{
	position: relative;
	float: left;
	margin-left: 5px;
	background-color:#5d5c58 ;
	cursor: pointer;
	border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.social-likes__widget_vkontakte, .social-likes__widget_facebook, .social-likes__widget_twitter{
	width:45px;
	height: 21px;
}
.social-likes__button_vkontakte{
	width:26px;
	border-right: 1px solid rgba(159, 158, 154, 8);
	height: 100%;
}
.social-likes__icon.social-likes__icon_vkontakte{
	background-image: url(/assets/img/vk.png) !important;
	background-position: 4px 7px !important;
	background-size: 15px 8px !important;
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
}

.social-likes__counter {
    line-height: 14px;
    color: #fff;
    padding: 4px 6px 0px 5px !important;
    font-family: Helvetica !important;
    margin: 0px !important;
    font-size: 13px !important;
    font: 14px Arial,sans-serif;
}

.social-likes.social-likes_visible {
    display: inline-block;
}
.social-likes__button_facebook{
	height: 21px !important;
	width: 26px !important;
	position: relative;
	background-image: url(/assets/img/f.png) !important;
	background-position: 9px 5px !important;
	background-size: 8px 16px !important;
	background-repeat: no-repeat;
}

.social-likes__button_facebook {
    border-right: 1px solid rgba(159, 158, 154, 1);
    height: 100%;
    width: 26px;
}
.social-likes__button_twitter{
	height: 21px !important;
	width: 26px !important;
	position: relative;
	background-image: url(/assets/img/t.png) !important;
	background-size: 13px 10px !important;
	background-position: 5px 6px !important;
	background-repeat: no-repeat;
}
.social-likes__button_twitter {
    border-right: 1px solid rgba(159, 158, 154, 1);
    height: 100%;
    width: 26px;
}