.ya-share2__link{
    background: none;
    border: none;
    box-shadow: none;
    margin: 0 20px 20px 0;
    min-width: 30px;
    border-radius: 0;
    padding: 0;
    font-size: 0;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    transition: all .2s ease;
}
.ya-share2__item_service_vkontakte .ya-share2__icon {
    width: 40px !important;
    height: 40px !important;
    background-image: url(./icons/social-vk.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.ya-share2__item_service_telegram .ya-share2__icon {
    width: 40px !important;
    height: 40px !important;
    background-image: url(./icons/social-tg.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.ya-share2__item:before{
    display: none;
}
.ya-share2__item_service_vkontakte .ya-share2__badge, .ya-share2__item_service_vkontakte .ya-share2__mobile-popup-badge{
    background-color: transparent !important;
}
