/* --- Десктоп: активная вкладка --- */
#rec867733523 .t397__tab.t397__tab_active,
#rec989276011 .t397__tab.t397__tab_active {
  background-color: rgba(235, 234, 231, 0.93) !important;
  color: #000 !important;
  border-radius: 0 !important;
  padding-top: 5px !important;
  transition: background-color 0.3s ease;
}

/* --- Десктоп: неактивные вкладки --- */
#rec867733523 .t397__tab:not(.t397__tab_active),
#rec989276011 .t397__tab:not(.t397__tab_active) {
  background-color: #333333 !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding-top: 5px !important;
  transition: background-color 0.3s ease;
}

/* --- Мобильная версия --- */
@media (max-width: 768px) {
  /* Заголовок выпадающего списка (с выбранным табом) */
  #rec867733523 .t397__select,
  #rec989276011 .t397__select {
    background-color: #EBEAE7 !important;
    color: #0D0D0D !important;
    border-radius: 0 !important;
    padding: 10px 20px !important; /* одинаково слева и справа */
    position: relative;
  }

  /* Текст активного таба */
  #rec867733523 .t397__select_current,
  #rec989276011 .t397__select_current {
    color: #0D0D0D !important;
  }

  /* Активный пункт в списке */
  #rec867733523 .t397__select-option.t397__select-option_active,
  #rec989276011 .t397__select-option.t397__select-option_active {
    background-color: #EBEAE7 !important;
    color: #0D0D0D !important;
    border-radius: 0 !important;
    padding: 10px 20px !important;
  }

  /* Неактивные пункты */
  #rec867733523 .t397__select-option:not(.t397__select-option_active),
  #rec989276011 .t397__select-option:not(.t397__select-option_active) {
    background-color: #616161 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 10px 20px !important;
  }

  /* Стандартная стрелка */
  #rec867733523 .t397__wrapper_mobile:after,
  #rec989276011 .t397__wrapper_mobile:after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    right: 20px !important; /* теперь совпадает с внутренним отступом */
    top: 50% !important;
    transform: translateY(-50%);
    pointer-events: none;
  }

  /* Удаляем кастомную стрелку */
  #rec867733523 .t397__select::before,
  #rec989276011 .t397__select::before {
    content: none !important;
    display: none !important;
  }
}
