.ya-share2__item {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 768px) {
    .nomobile {
        display: none;
    }
}