.share {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
    mix-blend-mode: normal;
    transition: all 0.3s;
}
.share:hover {
    color: #a9ff35;
}
.share:hover svg * {
    fill: #a9ff35;
    transition: all 0.3s;
}
.share__icon {
    width: 32px;
    height: 32px;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.share__icon svg {
    width: 20px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
}
.btn,
.share:hover,
.share__icon svg * {
    transition: all 0.3s;
}