/* Заголовки */
h2 {
    display: inline-block;
    padding: 15px 30px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ffd600;
    box-shadow: 0px 0px 50px 0px rgb(0,0,0,0.1);
}
.uc-yellow h2 {
    background-color: #ffffff;
    box-shadow: none;
}

/* Скругления у бэйджиков */
.t-store__card__mark {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/* Карточка товара */
.t-slds__imgwrapper,
.t-slds__main .t-slds__bgimg {
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
}
.t-slds__thumbsbullet-wrapper .t-slds__bgimg,
.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.t-store__relevants-grid-cont .t-store__card__wrap_all {
    box-shadow: 0px 0px 10px 0px rgb(0,0,0,0.1) !important;
}

/* Особенности + О нас */
.t939__card,
.t390__img,
.t-popup_show .t-popup__container {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.uc-round-and-text .t390__img {
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.t165__img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.uc-about-us .t165__btn-wrapper {
    padding-top: 28px;
}

/* Доставк и оплата */
.t220__textwrapper {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

/* Брендирование */
.t156 img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* Отзывы */
.t827__grid-item,
.t827__grid-item img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.t827__grid-item img {
    /* box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%); */
}

/* Вопросы и ответы */
.t668__icon {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

/* Карта */
.uc-ymaps > ymaps {
    border-radius: 30px;
    overflow: hidden;
}

/* Лидформа внизу */
.t716 .t-input-title {
    font-size: 14px;
}