document.addEventListener("DOMContentLoaded", function() {
  var elems = document.querySelectorAll(".t-store__modal .t-storemore-info, .t-store__modal .t-storemore-info__item, .t-store__modal .t-storemore-tabs__tab");
  elems.forEach(function(el) {
    el.style.setProperty('font-size', '15px', 'important');
    el.style.setProperty('line-height', '1.4', 'important');
    el.style.setProperty('color', '#000', 'important');
    el.style.setProperty('font-family', "'Ubuntu', sans-serif", 'important');
  });
});
/* Полное отключение мигания заголовков на всех страницах */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 100 300 400 500 700 900 !important; /* любые веса — Light, Normal, Bold и др. */
    font-style: normal !important; /* нормальный стиль */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    animation: none !important;
}