/* Фиксы для мобильных устройств - центрирование блока PERFECT WORLD */
@media (max-width: 992px) {
  /* Основной блок */
  .aca {
    padding: 40px 0 !important;
  }
  
  .aca__wrapper {
    padding: 20px 0 !important;
  }
  
  .aca__title {
    font-size: 36px !important;
    padding-bottom: 25px !important;
    text-align: center !important;
  }
  
  .aca__title::after {
    width: 80px !important;
    bottom: 12px !important;
  }
  
  /* Контент */
  .aca__content {
    margin-right: 0 !important;
    text-align: center !important;
  }
  
  .aca__text, 
  .aca__text2 {
    text-align: center !important;
    font-size: 16px !important;
  }
  
  .aca__text p, 
  .aca__text2 p {
    text-align: center !important;
  }
  
  /* Сетка с иконками классов */
  .class-icons-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 10px !important;
    padding: 10px !important;
    margin: 20px auto !important;
  }
  
  /* Кнопки */
  .aca__btn {
    justify-content: center !important;
    margin-top: 20px !important;
  }
  
  .aca__btn-play, .aca__btn-aca {
    font-size: 14px !important;
    padding: 8px 20px !important;
  }
  
  .aca__btn-play::before, .aca__btn-aca::before {
    transform: scale(0.75) !important;
  }
  
  /* Дополнительная адаптивность */
  @media (max-width: 768px) {
    .aca__title {
      font-size: 32px !important;
    }
    
    .aca__wrapper {
      flex-direction: column !important;
    }
    
    .class-icons-grid {
      grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .aca__btn {
      flex-direction: row !important;
      justify-content: center !important;
      gap: 10px !important;
    }
    
    .aca__btn-play, .aca__btn-aca {
      margin: 0 !important;
    }
  }
  
  @media (max-width: 576px) {
    .aca__btn {
      flex-direction: column !important;
      align-items: center !important;
    }
    
    .aca__btn-play {
      margin-bottom: 8px !important;
    }
    
    .aca__btn-play, .aca__btn-aca {
      width: auto !important;
      min-width: 160px !important;
      font-size: 13px !important;
      padding: 8px 16px !important;
    }
  }
  
  @media (max-width: 480px) {
    .aca__title {
      font-size: 28px !important;
    }
    
    .aca__text, 
    .aca__text2 {
      font-size: 15px !important;
    }
    
    .class-icons-grid {
      padding: 8px !important;
      grid-gap: 8px !important;
    }
  }
}
@media (min-width: 993px) {
  .aca__content {
    margin-right: 110px !important;
    text-align: left !important;
  }
}
