@media (max-width: 767px) {
    .uc-modile-start {
        width:93%;
    }
}
.t-store__card__mark {
    opacity: 0.5;
    inline-size: auto;
    height: 30px;
    border: 1px solid #fff;
}
.t857__bgimg {
    border-radius: 30px;
}
.t-feed__post-bgimg {
    border-radius: 20px;
}

.t-feed__slider-grid__post-wrapper {
    border-radius: 25px;
}
.t688__inner-col {
    border-radius: 30px;
}
.t-store__card__bgimg, .t-store__card__bgimg_second {
    border-radius: 30px;
}
.uc-message-widget {
    opacity:0.5;
}

.t-slds__container {
    border-radius: 30px;
}
.t-slds__thumbsbullet {
    border-radius: 30px;
}
.t-slds__bgimg {
    border-radius: 30px;
}
.t-slds__thumbsbullet-border {
    border-radius: 30px;
}
.t-store__prod-popup__columns {
    border-radius: 30px;
}
.t-store__prod-popup__btn {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

/*.t1058__btn {*/
/*    border: 3px dotted #191919;*/
/*    padding: 10px;*/
/*    border-radius: 20px;*/
/*    height: 55px;*/
/*}*/

/*дредорезина, долли конструктор*/
[field="st_price__246740367142"]::before,
[field="st_price__481534010611"]::before,
[field="st_price__804915075941"]::before {
    content: "от ";
}


.js-store-prod-sold-out.t-store__card__sold-out-msg {
    position: relative;
    color: transparent; /* Делаем текст невидимым */
}

.js-store-prod-sold-out.t-store__card__sold-out-msg::before {
    content: "Под заказ";
    color: gray; /* Цвет нового текста */
    position: absolute;
    left: 0;
    top: 0;
}

#rec639466594 .t-menu__link-item {
    border: 1px solid #444;
    border-radius: 20px;
    padding: 10px;
}