/* ========== FAQ ВО ВСЮ ШИРИНУ - ИСПРАВЛЕННЫЙ ВАРИАНТ ========== */

/* Основной контейнер - исправленная версия */
.uc-full-width-faq {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 60px 0 !important;
  background: #ffffff;
  left: 0 !important;
  right: 0 !important;
}

/* Убираем ограничивающие контейнеры */
.uc-full-width-faq .t-container,
.uc-full-width-faq .t-grid,
.uc-full-width-faq .t-grid__col {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

/* Растягиваем аккордеон */
.uc-full-width-faq .t-accordion {
  width: 100% !important;
  max-width: 100% !important;
}

/* Контент с ограничением по ширине */
.uc-full-width-faq .t-accordion__container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
  box-sizing: border-box !important;
}

/* Мобильная версия */
@media (max-width: 768px) {
  .uc-full-width-faq {
    padding: 40px 0 !important;
  }
  
  .uc-full-width-faq .t-accordion__container {
    padding: 0 20px !important;
  }
}