.share{
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #fff;
}
.share .pdf_link{
    text-decoration: underline;
    padding-right: 10px;
}
.share .pdf_link:hover{
    text-decoration: none;
}
.share .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{
    margin:0;
}
.share .ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short{
    background:transparent;
    padding:0;
}
.share .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more{
    width:16px;
    height:16px;
    background-size:initial;
    background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.66797 8V13.3333C2.66797 13.687 2.80844 14.0261 3.05849 14.2761C3.30854 14.5262 3.64768 14.6667 4.0013 14.6667H12.0013C12.3549 14.6667 12.6941 14.5262 12.9441 14.2761C13.1942 14.0261 13.3346 13.687 13.3346 13.3333V8' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6654 3.99967L7.9987 1.33301L5.33203 3.99967' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 1.33325V9.99992' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.share .ya-share-text-wrap{
    font-weight: 700;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none; 
    cursor:pointer;
}
.share .ya-share-text-wrap:hover{
    text-decoration: none;
}
.share .ya-share2{
    font-weight:400;
}
.share.blue .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more{
    background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.67188 8V13.3333C2.67188 13.687 2.81235 14.0261 3.0624 14.2761C3.31245 14.5262 3.65159 14.6667 4.00521 14.6667H12.0052C12.3588 14.6667 12.698 14.5262 12.948 14.2761C13.1981 14.0261 13.3385 13.687 13.3385 13.3333V8' stroke='%233068F7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6615 3.9987L7.99479 1.33203L5.32812 3.9987' stroke='%233068F7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 1.33203V9.9987' stroke='%233068F7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.share.blue .ya-share-text-wrap,
.share.blue .pdf_link{
    color: #3068f7;
}

.share_buttons{
	display: flex;
    gap: 10px;
	align-items: baseline;
}
