.ya-share2__list {
    display: flex !important; /* flex box */
    flex-flow: column nowrap !important; /* flex box */
    gap: 12px !important; /* flex box */
    margin: 0 !important;
    padding: 0 !important;
}

.ya-share2__item {
    display: block !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: .75 !important;
    transition: opacity .25s !important;
}

.ya-share2__item::before {
    display: block !important;
    position: absolute !important;
    top: -6px !important;
    bottom: -6px !important;
    left: -6px !important;
    right: -6px !important;
    border: 1px solid transparent !important;
    border-radius: 50% !important;
    content: "" !important;
    transition: border-color .25s !important;
}

.ya-share2__item:hover {
    opacity: 1 !important;
}

.ya-share2__item:hover::before {
    border-color: rgba(0, 0, 0, .15) !important;
}

.ya-share2__badge {
    border-radius: 50% !important;
}

.ya-share2__icon {
    width: 36px !important;
    height: 36px !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 1168px) {
    body:not(._fd) .ya-share2__list {
        flex-flow: row wrap !important; /* flex box */
    }
}
