
/* Базовые табы на всех страницах */
.js-catalog-parts-switcher.t-catalog__parts-switch-btn,
.t-catalog__parts-switch-btn {
  display: inline-block !important;
  padding: 8px 20px !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  opacity: 1 !important;
  color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
}

/* Текст внутри табов */
.t-catalog__parts-switch-btn .t-catalog__parts-text-title,
.t-catalog__parts-switch-btn .t-catalog__parts-item-title {
  color: inherit !important;
  background: transparent !important;
  padding: 0 !important;
}

/* Активный таб после клика */
.js-catalog-parts-switcher.t-catalog__parts-switch-btn.t-active,
.t-catalog__parts-switch-btn.t-active {
  background: #F6CCCC !important;
  background-color: #F6CCCC !important;
  color: #D20000 !important;
  opacity: 1 !important;
  font-weight: 500 !important;
}

/* Всё внутри активного таба */
.js-catalog-parts-switcher.t-catalog__parts-switch-btn.t-active *,
.t-catalog__parts-switch-btn.t-active * {
  color: #D20000 !important;
  opacity: 1 !important;
}

/* Стартовый активный таб "Все" (и на первой, и на второй страницах) */
.t-catalog__parts-switch-btn.t-catalog__parts-switch-btn-all.t-catalog__parts-current,
.t-catalog__parts-switch-btn-all.t-catalog__parts-current,
.js-catalog-parts-switcher.t-catalog__parts-switch-btn-all.t-catalog__parts-current {
  background: #F6CCCC !important;
  background-color: #F6CCCC !important;
  color: #D20000 !important;
  opacity: 1 !important;
  font-weight: 500 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 999px !important;
  padding: 8px 20px !important;
}

/* Текст внутри стартового таба "Все" */
.t-catalog__parts-switch-btn.t-catalog__parts-switch-btn-all.t-catalog__parts-current *,
.t-catalog__parts-switch-btn-all.t-catalog__parts-current *,
.js-catalog-parts-switcher.t-catalog__parts-switch-btn-all.t-catalog__parts-current * {
  color: #D20000 !important;
  opacity: 1 !important;
}

/* Disabled не должен гасить активный стартовый таб */
.t-catalog__parts-switch-btn.t-catalog__parts-switch-btn-all.t-catalog__parts-disabled.t-catalog__parts-current {
  background: #F6CCCC !important;
  background-color: #F6CCCC !important;
  color: #D20000 !important;
  opacity: 1 !important;
}

/* Hover */
.js-catalog-parts-switcher.t-catalog__parts-switch-btn:hover,
.t-catalog__parts-switch-btn:hover {
  background: #f7f7f7 !important;
  background-color: #f7f7f7 !important;
  color: #000000 !important;
}

/* Hover не ломает активный */
.js-catalog-parts-switcher.t-catalog__parts-switch-btn.t-active:hover,
.t-catalog__parts-switch-btn.t-active:hover,
.t-catalog__parts-switch-btn.t-catalog__parts-switch-btn-all.t-catalog__parts-current:hover {
  background: #F6CCCC !important;
  background-color: #F6CCCC !important;
  color: #D20000 !important;
}
</style>



#rec2128663891 .t1115__features.t1115__features_column-2 {
  margin-top: 40px !important;
}

#rec2117289741 .js-catalog-load-more-btn,
#rec2117289741 .t-catalog__load-more-btn-wrap {
  display: none !important;
}






