.bek-price-block,
.bek-rating-block {
    display: inline-block;
}
.bek-rating-block {
    width:70px;
    position: absolute;
    top: auto;
    margin: 10px;
}

.bek-price-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.bek-rating-container {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    padding: 10px;
    margin-bottom: 0px;
    border-radius: 20px;
    color: #c10078;
    background-color: var(--base-3);
}

.bek-rating-container svg {
    width: 21px;
    height: 20px;
    fill: #C10078;
}

.bek-append-text {
    font-weight: normal;
}

.bek-price-container .price {
    font-weight: bold;
}

.bek-rating-value {
    font-weight: 900;
}

@media screen and (max-width: 768px) {
    .bek-rating-container {
        font-size: 9px;
        line-height: 12px;
        padding: 5px;
        
    }
    .bek-rating-container svg {
    width: 12px;
    height: 12px;
    fill: #C10078;
    }
    .bek-rating-block {
    width: 45px;
    position: absolute;
    top: auto;
    margin: 0;
    }
}