.offer-artikul {
    cursor: pointer;
    display: block;
    position: relative;
    padding-right: 20px;
}
.offer-artikul:after {
    content: '';
    background: url(/images/template/common/copy.svg) center center no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-size: 16px 16px;
    position: absolute;
    top: 4px;
    right: 0;
}
