.t-input-group.t-input-group_pm {
    display: none;
}

.uc-rounded-card .t220__textwrapper {
    border: 1px solid #eee;
    border-radius: 18px; 
    -moz-border-radius: 18px; 
    -webkit-border-radius: 18px;
}

/* Измененный код для цен */
.t-store__card__price-value::before,
.js-product-price::before {
    content: "от" !important;
    margin-right: 7px;
}


/* Отзывы размер круга #rec1670115571 */
.uc-testimonials .t1186__card_circle .t1186__bgimg {
  max-width: 60px;
  max-height: 60px;
  min-height: 60px;
}

/* Рейтинг в отзывах #rec1670115571 */

.uc-testimonials .t-text-clamp__inner::before {
content: "";
  width: 84px;
  height: 16px;
  display: flex;
  background-image: url("https://static.tildacdn.com/tild3530-6664-4939-b932-333730396631/star.svg");
  background-position: center center;
  position: relative;
  margin-bottom: 7px;
  background-size: 20%;
}

