.ya-share2__list_direction_horizontal {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
    max-width: 254px !important;
    margin: 0 auto !important;
}
.ya-share2__link{
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 50px !important;
    color: #ffffff !important;
    background-color: #B6BBC1 !important;
    margin-bottom: 5px !important;
}
.ya-share2__badge {
    background-color: transparent !important;
    display:inline !important;
}
.ya-share2__container_size_m .ya-share2__icon {
    height: 28px !important;
    width: 28px !important;
}
.ya-share2__icon {
    display: inline-block !important;
    vertical-align: middle !important;
}
.ya-share2__counter:before {
    content: normal !important;
}
.ya-share2__counter_visible {
    display: block !important;
    text-align: center !important;
    font-size: 13px !important;
    color: #858d97 !important;
    line-height: 1.2 !important;
}
.ya-share2__icon:active {
    box-shadow: none !important;
}
.ya-share2__container_size_m .ya-share2__counter {
    padding: 5px 8px !important;
}