.result-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 10px;
    text-decoration: none;
}
.result-item {
    text-decoration: none !important;
}
.result-item__title {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #575144;
    flex-grow: 1;
    margin-left: 11px;
}
.result-item__counter {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    color: #575144;
}
.result-item__price {
    margin-left: 30px;
    width: 100px;
    display: flex;
    justify-content: flex-end;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #575144;
}
