.social-btns-box {
    margin: 20px 0;
}

.social-ya-share .ya-share2__item {
    margin-bottom: .5em !important;
}

/* Социальные кнопки с подписями */
.social-btns-with-text .social-ya-share .ya-share2__badge {
    background-color: transparent !important;
}

.social-btns-with-text .social-ya-share .ya-share2__icon {
    width: 100px !important;
    height: 28px !important;

    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.social-btns-with-text .social-ya-share .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url('/assets/website/svg/ico_vk.svg') !important;
}

.social-btns-with-text .social-ya-share .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url('/assets/website/svg/ico_ok.svg') !important;
}

.social-btns-with-text .social-ya-share .ya-share2__item_service_facebook .ya-share2__icon {
    background-image: url('/assets/website/svg/ico_fb.svg') !important;
}

.social-btns-with-text .social-ya-share .ya-share2__item_service_whatsapp .ya-share2__icon {
    background-image: url('/assets/website/svg/ico_wa.svg') !important;
}

/* Большие социальные кнопки */
.social-btns-large-icons .social-ya-share .ya-share2__icon {
    width: 28px !important;
    height: 28px !important;
}

.social-btns-large-icons .ya-share2__container_size_m .ya-share2__item {
    margin: 5px 8px 5px 0 !important;
}

.social-btns-large-icons .social-ya-share .ya-share2__badge {
    border-radius: 4px;
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1020px) {
    .social-btns-box {
        margin: 12px 0;
    }
}
