.counter_block{
    display: flex;
    align-items: center;
}
.counter_block::before{
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: url(images/eye.svg) center/contain no-repeat;
}