/* event share */
#event-share > ul {
    display: flex;
    gap: 6px;
}
#event-share .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 26px;
    width: 26px;
    background-size: 26px 26px;
}

#event-share .ya-share2__icon {
    display: inline-block;
    vertical-align: top;
}

#event-share .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url("../img/odnoklassniki.svg");
}

#event-share .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("../img/vk.svg");
}

#event-share .ya-share2__item_service_twitter .ya-share2__icon {
    background-image: url("../img/twitter.svg");
}

#event-share .ya-share2__item_service_odnoklassniki .ya-share2__badge, #event-share .ya-share2__item_service_odnoklassniki .ya-share2__mobile-popup-badge,
#event-share .ya-share2__item_service_vkontakte .ya-share2__badge, #event-share .ya-share2__item_service_vkontakte .ya-share2__mobile-popup-badge,
#event-share .ya-share2__item_service_twitter .ya-share2__badge, #event-share .ya-share2__item_service_twitter .ya-share2__mobile-popup-badge {
    background-color: transparent;
}

/* //event share */


/* footer share */
.footer-share {

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: nowrap;
}

.footer-share li {

    margin-right: 18px;
    background-color: #189b80;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px !important;
    transition: .3s;
}

.footer-share li a {
    display: inline-block;
    max-width: 28px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
}

.footer-share .ya-share2__item_service_vkontakte a {
    background-image: url(../img/vk-social-logotype.svg);
    background-size: cover;
}

.footer-share .ya-share2__item_service_telegram a {
    background-image: url(../img/telegram.svg);
    background-size: cover;
}

.footer-share .ya-share2__item_service_whatsapp a {
    background-image: url(../img/whatsapp-logo-variant.svg);
    background-size: cover;
}

.footer-share li a span {
    display: none;
}

.footer-share .ya-share2__list.ya-share2__list_direction_horizontal {
    display: flex;
    margin-top: 0;
}

.footer-share .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    display: flex;
    vertical-align: baseline;

}

/* //footer share */