    
    /* Table Data */
.t-store__prod-popup__btn tr .js-store-prod-popup-buy-btn-txt{
 font-weight:500;
}

/* Span Tag */
.t-store__prod-popup__btn-wrapper a span{
 font-weight:400;
}

/* Column 4/12 */
.js-store-product .t-container .t-container_fluid .t-store__prod-popup__col-right{
 font-weight:400;
}




@media (min-width:961px){

 /* Uptitle */
 .t-store .t-col .t-uptitle{
  font-size:25px !important;
  margin-bottom:20px !important;
 }
 
}


/* === Перекрас блока успешной отправки формы === */
.t-form__successbox {
  background-color: #EFECE3 !important; /* фон вместо зелёного */
  color: #0F0F0F !important;            /* текст вместо белого */
}

