
/* ===== ST340: заголовки и содержимое табов ===== */

/* Заголовки: Характеристики / Важно в использовании / Дизайн и цвет */
.t-catalog__tabs_item-button,
.t-catalog__tabs_item-button *,
.t-catalog__tabs__item-button,
.t-catalog__tabs__item-button * {
  font-family: robotocondensed, Arial, sans-serif !important;
}

.t-catalog__tabs_item-title,
.t-catalog__tabs_item-button .t-name,
.t-catalog__tabs_item-button .t-name_xs,
.t-catalog__tabs__item-title,
.t-catalog__tabs__item-button .t-name,
.t-catalog__tabs__item-button .t-name_xs {
  font-family: robotocondensed, Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
}

/* Весь текст внутри открытых вкладок */
.t-catalog__tabs_item,
.t-catalog__tabs_item p,
.t-catalog__tabs_item li,
.t-catalog__tabs_item span,
.t-catalog__tabs_item div,
.t-catalog__tabs__item,
.t-catalog__tabs__item p,
.t-catalog__tabs__item li,
.t-catalog__tabs__item span,
.t-catalog__tabs__item div,
.t-catalog__tabs_item-content,
.t-catalog__tabs_item-content *,
.t-catalog__tabs__item-content,
.t-catalog__tabs__item-content *,
p.t-typography__characteristics,
p.js-catalog-prod-chars {
  font-family: robotocondensed, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

/* На всякий случай сохраняем более крупные заголовки табов */
.t-catalog__tabs_item-button,
.t-catalog__tabs__item-button {
  font-size: 18px !important;
}

/* ===== Мобильная версия ===== */
@media screen and (max-width: 640px) {
  .t-catalog__tabs_item-title,
  .t-catalog__tabs_item-button .t-name,
  .t-catalog__tabs_item-button .t-name_xs,
  .t-catalog__tabs__item-title,
  .t-catalog__tabs__item-button .t-name,
  .t-catalog__tabs__item-button .t-name_xs,
  .t-catalog__tabs_item-button,
  .t-catalog__tabs__item-button {
    font-size: 16px !important;
  }

  .t-catalog__tabs_item,
  .t-catalog__tabs_item p,
  .t-catalog__tabs_item li,
  .t-catalog__tabs_item span,
  .t-catalog__tabs_item div,
  .t-catalog__tabs__item,
  .t-catalog__tabs__item p,
  .t-catalog__tabs__item li,
  .t-catalog__tabs__item span,
  .t-catalog__tabs__item div,
  .t-catalog__tabs_item-content,
  .t-catalog__tabs_item-content *,
  .t-catalog__tabs__item-content,
  .t-catalog__tabs__item-content *,
  p.t-typography__characteristics,
  p.js-catalog-prod-chars {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}
</style>