 /*Скругление углов форм   */
    .t722 .t722__content {
    border-radius: 20px;
}

    /*Скругление краев для фото*/
    .t603__blockimg.t603__blockimg_1-1.t-bgimg.t-zoomable.loaded {
    border-radius: 20px;
}

/*Скругления блоков */
    .t220__textwrapper {
    border-radius: 20px;
}

    /*Скругление краев карточек товаров*/
    .t-store__card__bgimg, .t-store__card__bgimg_second {
    border-radius: 20px;
}

/*Корзина - ошибка*/
.t-form__errorbox-item {
    font-family: 'TildaSans',Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
}
    
.t-form__errorbox-wrapper {
    background: #F95D51;
     padding: 0px; 
    text-align: center;
    margin-top: 10px;
}

/*Скругление углов фото в поп-апе товара*/
.t-slds__bgimg.t-bgimg.js-product-img.loaded {
    border-radius: 20px;
}

.t1025__bgimg.t-bgimg.js-product-img.loaded {
    border-radius: 20px;
}

.t-popup__container.t-width.t-width_6.t-popup__container-animated {
    border-radius: 20px;
}

.t390__img {
    border-radius: 20px 20px 0px 0px;
}