.social-likes {text-align: center; margin-top: 30px; font-size: 0; 
padding-top: 25px; border-top: 1px solid #e3e3e3;}
.social-likes__widget {display: inline-block; vertical-align: top; margin: 0 5px 10px 5px; position: relative;}
.social-likes__button {display: inline-block; vertical-align: middle; cursor: pointer; font-size: 18px;
height: 40px; line-height: 36px; padding: 0 10px; border-radius: 3px; min-width: 50px;}
.social-likes__button:hover {opacity: 0.6;}
.social-likes__button_facebook {background-color: #1f559e; color: #fff;}
.social-likes__button_vkontakte {background-color: #5075a5; color: #fff;}
.social-likes__button_twitter {background-color: #2daae1; color: #fff;}
.social-likes__button_odnoklassniki {background-color: #fc6d00; color: #fff;}
.social-likes__button_plusone {background-color: #c70003; color: #fff;}
.social-likes__button_mailru {background-color: #1f559e; color: #fff;}
.social-likes__icon:before {font-family:'FontAwesome';}
.social-likes__icon_facebook:before {content:"\f09a";}
.social-likes__icon_vkontakte:before {content:"\f189";}
.social-likes__icon_twitter:before {content:"\f099";}
.social-likes__icon_odnoklassniki:before {content:"\f263";}
.social-likes__icon_plusone:before {content:"\f0d5";}
.social-likes__icon_mailru:before {content:"\f136";}
.social-likes__counter {margin-left: 7px; font-size: 12px; display: inline-block; vertical-align: middle;
min-width: 20px; height: 20px; border-radius: 50%; background-color: #fff; padding: 0 5px; 
box-shadow: inset 0 0 0 1px #ccc;}
.social-likes__counter_empty {display: none;} 