#the_share {
    position:fixed;
    left:50%; /* margin-left: -100px; для выравнивания относительно wrapper-а */
    margin-left:-565px;
    top:350px;
    height:336px;
    width:40px;
    z-index:999;
    font-size:0;
}

#the_share .b-share {
    width:100%;
    height: 100%;
    font-size:0;
}
 
#the_share .b-share .b-share__handle {
    padding:1px!important;
}
 
#the_share .b-share .b-share__handle, 
#the_share .b-share .b-share-icon {
    width:40px;
    height: 40px;
    float:none !important;
    display:block !important;
}

#the_share .b-share-icon_yaru,
#the_share .b-share-icon_vkontakte,
#the_share .b-share-icon_facebook,
#the_share .b-share-icon_twitter,
#the_share .b-share-icon_odnoklassniki,
#the_share .b-share-icon_moimir,
#the_share .b-share-icon_lj,
#the_share .b-share-icon_gplus {
    background:url(//lh5.googleusercontent.com/-xlxNzdMd8Z8/UTS2z_st04I/AAAAAAAAB58/4q1YZbkvdBc/s401/sprite.png) no-repeat;
}

#the_share .b-share-icon_yaru {
    background-position:0 0;
}

#the_share .b-share-icon_vkontakte {
    background-position:-40px 0;
}

#the_share .b-share-icon_facebook {
    background-position:-80px 0;
}

#the_share .b-share-icon_twitter {
    background-position:-120px 0;
}

#the_share .b-share-icon_odnoklassniki {
    background-position:-160px 0;
}

#the_share .b-share-icon_moimir {
    background-position:-200px 0;
}

#the_share .b-share-icon_lj {
    background-position:-240px 0;
}

#the_share .b-share-icon_gplus {
    background-position:-280px 0;