/* Адаптивные стили для всех страниц */

/* Убираем горизонтальный скролл */
html {
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100vw;
  position: relative;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100vw;
  position: relative;
  width: 100%;
}

* {
  box-sizing: border-box;
}

/* Предотвращение переполнения по ширине */
img,
iframe,
video,
embed,
object,
table {
  max-width: 100%;
}

/* Ограничиваем ширину всех контейнеров */
.elementor-section,
.elementor-container,
.e-con,
.e-con-inner,
.elementor-widget-container {
  max-width: 100%;
}

/* Изображения адаптивные */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Таблицы адаптивные */
table {
  width: 100%;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Видео и iframe адаптивные */
iframe,
video,
embed,
object {
  max-width: 100%;
  height: auto;
}

/* Текстовые элементы */
h1, h2, h3, h4, h5, h6 {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

p, span, a, li {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Кнопки и формы */
button,
input,
select,
textarea {
  max-width: 100%;
}

/* Элементы Elementor */
.elementor-element {
  max-width: 100%;
}

.elementor-column {
  width: 100% !important;
}

/* Медиа-запросы для планшетов (до 1024px) */
@media (max-width: 1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
  
  .elementor-column {
    width: 100% !important;
  }
  
  .e-con.e-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.75rem;
  }
  
  h3 {
    font-size: 1.5rem;
  }
  
  h4 {
    font-size: 1.25rem;
  }
  
  /* Уменьшаем отступы */
  .e-con,
  .elementor-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Медиа-запросы для мобильных (до 767px) */
@media (max-width: 767px) {
  /* Убираем горизонтальный скролл полностью */
  html {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    width: 100%;
    position: relative;
  }
  
  body {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    width: 100% !important;
    max-width: 100vw !important;
    position: relative;
  }
  
  /* Исправление для alignfull и alignwide */
  .alignfull,
  .alignwide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  /* Все колонки на всю ширину */
  .elementor-column {
    width: 100% !important;
    margin-bottom: 20px;
  }
  
  /* Grid на одну колонку */
  .e-con.e-grid {
    grid-template-columns: 1fr !important;
  }
  
  /* Заголовки */
  h1 {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  
  h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  
  h3 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  
  h4 {
    font-size: 1.1rem;
  }
  
  h5 {
    font-size: 1rem;
  }
  
  h6 {
    font-size: 0.9rem;
  }
  
  /* Отступы для мобильных */
  .e-con,
  .elementor-section,
  .elementor-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  .e-con-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  /* Кнопки на всю ширину */
  .elementor-button {
    width: 100%;
    max-width: 100%;
  }
  
  /* Меню адаптивное */
  .elementor-nav-menu {
    flex-direction: column;
  }
  
  .elementor-nav-menu li {
    width: 100%;
    display: block;
  }
  
  .elementor-nav-menu a {
    display: block;
    padding: 10px;
    width: 100%;
  }
  
  /* Карточки игр */
  .elementor-widget-image img {
    width: 100%;
    height: auto;
  }
  
  /* Аккордеоны */
  .e-n-accordion-item {
    width: 100%;
  }
  
  /* Футер и хедер */
  .elementor-location-header,
  .elementor-location-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  /* Логотипы */
  .gambling-logo {
    max-width: 60px !important;
    height: auto !important;
  }
  
  /* Убираем фиксированные ширины */
  [style*="width"] {
    max-width: 100% !important;
  }
  
  /* Flex контейнеры */
  .e-flex {
    flex-direction: column !important;
  }
  
  /* Текст по центру на мобильных */
  .elementor-heading-title {
    text-align: center;
  }
}

/* Медиа-запросы для очень маленьких экранов (до 480px) */
@media (max-width: 480px) {
  h1 {
    font-size: 1.5rem;
  }
  
  h2 {
    font-size: 1.3rem;
  }
  
  h3 {
    font-size: 1.1rem;
  }
  
  .e-con,
  .elementor-section {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  
  .elementor-button {
    padding: 10px 15px;
    font-size: 14px;
  }
  
  .gambling-logo {
    max-width: 50px !important;
  }
}

/* Исправление для элементов с фиксированной шириной */
@media (max-width: 767px) {
  .elementor-element[style*="width"] {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  /* Исправление для контейнеров с большими отступами */
  .elementor-element {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  /* Исправление для элементов с отрицательными отступами */
  .alignfull,
  .alignwide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Предотвращение горизонтального скролла от padding */
@media (max-width: 767px) {
  body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .site-main,
  .page-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

