.ya-share2 {
    text-align:center !important; /*Выравниваем кнопки по середине*/
}
.ya-share2__container_size_m .ya-share2__icon {
    height: 36px !important; 
    width: 36px !important; 
    background-size: 36px 36px !important; /*Увеличиваем кнопки*/
}

.ya-share2__badge {
   background-color: #747474 !important; /*Задаем серый цвет по умолчанию*/ 
}

/*Задаем цвет при наведении мыши*/
.ya-share2__item_service_vkontakte .ya-share2__badge:hover {
    background-color: #48729e !important;
}
.ya-share2__item_service_facebook .ya-share2__badge:hover {
    background-color: #3c5a98 !important;
}
.ya-share2__item_service_odnoklassniki .ya-share2__badge:hover {
    background-color: #ff9f4d !important;
}
.ya-share2__item_service_moimir .ya-share2__badge:hover {
    background-color: #4776a6 !important;
}
.ya-share2__item_service_gplus .ya-share2__badge:hover {
    background-color: #db4437 !important;
}
.ya-share2__item_service_twitter .ya-share2__badge:hover {
    background-color: #00aced !important;
}
.ya-share2__item_service_viber .ya-share2__badge:hover {
    background-color: #7b519d !important;
}
.ya-share2__item_service_whatsapp .ya-share2__badge:hover {
    background-color: #65bc54 !important;
}