.js-product-img.t-store__card__bgimg.t-bgimg.loaded {
 border-radius: 5px;
}

    .t-store__card__bgimg_second  {
 border-radius: 5px !important;
}

.t706__cartwin {
/*блюр фона корзины*/
  backdrop-filter: blur(15px);
  background-color: rgba(0,0,0,.3);
}

  .t706__cartwin-content {
/*скругление краев корзины*/
  border-radius:15px;
}

.t706__cartwin-prodamount-wrap.t-descr.t-descr_sm:nth-child(1) > .t706__cartwin-prodamount-minorder.t706__minimal:nth-child(1) > span:nth-child(1) {
 /*Минимальная сумма заказа*/
 color: rgb(94, 16, 16);
 font-size: 20px;
}

.t706__carticon-imgwrap {
    /*Прозрачность иконки корзины и тень*/
    background-color: rgba(255,255,255,.1) !important;
    backdrop-filter: blur(12px) !important;
    box-shadow: 0px 2px 14px -2px rgba(0,0,0,.15) !important;
}

@media screen and (min-width: 980px) {
    .t-align_center .t-store__card__btn {
    margin: 0px 8px 8px 0px !important;
}
.t-btn_sm {
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-shadow: 0px 2px 12px -2px rgba(0,0,0,.1) !important;
}
}

    
.t228 .t-btn {
    /*размер текста и отступы в кнопке в меню*/
    height: 40px !important;
    font-size: 16px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-left: 10px !important;
}

.t228 {
    /*блюр меню*/
  backdrop-filter: blur(20px) saturate(115%);
  background-color: rgba(240, 245, 255,.3)!important;
}

.t668__wrapper {
     /*аккордеон*/
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 20px 48px -12px rgba(37, 29, 58, 0.3);
}

.t802__bgimg {
 /*instagram feed*/
    border-radius: 20px;
}

.t802__hover-filter {
 /*instagram feed*/
    border-radius: 20px;
}

.t-popup.t-popup_show {
  backdrop-filter: blur(15px);
  background-color: rgba(0,0,0,.3);
}
  .t-popup_show .t-popup__container {
  border-radius:15px;
}

.t282__burger {
    display: none !important;
}