@media only screen and (min-width : 320px) and (max-width :1800px){ 
.t-descr_xxs {
    font-size: 16px;
    line-height: 1.55;
}
.t-name_xs {
    font-size: 18px;
}
.t-descr_xxs{
    font-size: 14px;
    line-height: 1.55;
}
}

@media screen and (max-width: 480px){
.t-store__mobile-two-columns .t-store__card__title.t-name {
    font-size: 16px;
    word-break: break-word;
}
}

@media (max-width: 768px) {
  .t050__title {
    font-size: 28px !important;
  }

  .t050__descr {
    font-size: 24px !important;
  }
  
  .t997__card-title {
    font-size: 16px !important;
  }
  
  .t997__card-desc {
    font-size: 14px !important;
  }
  
  .t718__contacts{
    font-size: 32px !important;
  }
}

@media screen and (max-width: 768px){
    .t-popup .t-popup__container .t-store__prod-popup__btn-wrapper-fixed, .t-store__product-snippet .t-store__prod-popup__btn-wrapper-fixed {
        background: rgba(33, 34, 40, 1) !important;
    }
}
