 }
.t-store__card__mark {
background-color: #111;
border-radius: 5px;
box-sizing: border-box;
color: #fff;
display: table-cell;
font-family: Roboto,Arial,sans-serif;
font-size: 30px;
font-weight: 400;
height: 52px;
padding: 0 11px;
text-align: justify;
white-space: nowrap;
vertical-align: middle;
width: 50px;
font-weight: bold;
}

.t-store__card__bgimg, .t-store__card__bgimg_second, .t-store__card__img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .1s linear;
    border: 3px solid #ffffff;
}


/* ===== POPUP CARD STYLE (Tilda store popup) ===== */

/* затемнение фона позади попапа */
.t-popup,
.t-popup_show{
  background: rgba(0,0,0,.45) !important;
}

/* сама "карточка" попапа — ловим разные варианты контейнеров */
.t-popup__container,
.t-popup__container-animated,
.t-store__prod-popup .t-popup__container,
.t-store__prod-popup .t-popup__container-animated{
  background:#ffffff !important;
  border:1px solid rgba(0,0,0,.12) !important;
  border-radius:18px !important;
  box-shadow:0 20px 60px rgba(0,0,0,.25) !important;
  overflow:hidden !important;
}

/* внутренности — без лишних фонов */
.t-popup__content,
.t-store__prod-popup .t-popup__content{
  background: transparent !important;
}

/* чуть воздуха (если станет тесно — уменьшим) */
.t-popup__container{
  padding: 28px !important;
}


    
    
    
