.share {
    position: relative
}

.bottom-links-block .share {
    float: right;
    margin: 0 0 0 20px;
    cursor: pointer
}

.share .shares-block {
    display: flex;
    position: relative
}

.share .shares-block .ya-share2:before {
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    left: -373px;
    top: 100%;
    right: -10px
}

.share.bottom .shares-block .ya-share2:before {
    top: auto;
    bottom: 100%
}

.share .ya-share2 {
    position: absolute;
    top: 38px;
    right: 12px;
    z-index: 6;
    background: #fff;
    background: var(--card_bg_black);
    padding: 16px;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    border-radius: 4px;
    overflow: hidden
}

.share.bottom .ya-share2 {
    top: auto;
    bottom: 38px;
    right: 0
}

.share .shares-block .ya-share2 {
    
}

.ya-share2__list {
    display: flex!important;
    flex-direction: column;
	gap: 12px;
    max-width: calc(100vw - 32px)
}

@media (max-width: 500px) {
    .ya-share2__list {
        flex-wrap: wrap
    }
}

.ya-share2__item {
    background: #E3ECE8;
    margin: 0!important;
    padding: 3px!important;
	border-radius: 4px;
	width: 48px;
	padding: 0;
	height: 48px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.ya-share2__item:hover {
	opacity: 1 !important;
	background: #BDD2CA !Important;
}

.ya-share2__list.ya-share2__list_direction_horizontal{
	margin-top: 12px !Important;
}

.ya-share2__item:before {
    content: none!important
}

.ya-share2__badge {
    align-items: center;
    background-color: var(--light,#f4f4f4) var(--dark,#343434)!important;
    border-radius: 4px!important;
    border-radius: var(--border-radius);
    display: flex!important;
    height: 40px;
    justify-content: center;
    width: 40px
}

.ya-share2__icon {
    background-image: #e3ece8;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto!important;
    height: 16px!important;
    width: 16px!important
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("/assets/img/Icon/share/vk.svg") !important;
}

.ya-share2__item_service_telegram .ya-share2__icon {
    background-image: url("/assets/img/Icon/share/tg.svg") !important;
}

.ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url("/assets/img/Icon/share/ok.svg") !important;
}
.ya-share2__link_copy .ya-share2__icon {
    background-image: url("/assets/img/Icon/share/share.svg") !important;
}
