/* Мобильные правки v2 */

/* Базовая адаптивность изображений */
img {
  max-width: 100%;
  height: auto;
}

/* Убираем горизонтальный скролл на небольших экранах */
@media (max-width: 991.98px) {
  body {
    overflow-x: hidden;
  }
}

/* Шапка: контакты и иконки в столбик на мобильных */
@media (max-width: 991.98px) {
  .header .header-bottom .header-bottom-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .header .header-bottom .header-contacts,
  .header .header-bottom .header-icons {
    width: 100%;
    margin-bottom: 8px;
  }
}

/* Блок "Категории / услуги" на главной: кладём всё в одну колонку */
@media (max-width: 767.98px) {
  .shop-categories .services__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-categories .services__content > div {
    float: none !important;
    width: 100% !important;
    margin: 0 0 12px 0 !important;
  }

  .shop-categories .services__img {
    margin-bottom: 8px;
    text-align: center;
  }

  .shop-categories .services__img img {
    display: inline-block;
  }

  .shop-categories .services__info {
    text-align: left;
  }

  .shop-categories .services__content .div-index ul {
    padding-left: 18px;
    margin: 0;
  }

  .shop-categories .services__content .div-index li {
    margin-bottom: 4px;
  }
}

/* Футер: колонки в столбик */
@media (max-width: 767.98px) {
  .footer .footer-wrapper .footer-inner {
    display: flex;
    flex-direction: column;
  }

  .footer .footer-wrapper .footer-inner > div {
    width: 100% !important;
    margin-bottom: 12px;
  }
}

/* ===== Футер: читаемый текст на тёмном фоне ===== */
.footer,
.footer p,
.footer li,
.footer a,
.footer span {
  color: #ffffff !important;
}

.footer {
  font-size: 14px;
  line-height: 1.5;
}

.footer a {
  text-decoration: none;
  opacity: 0.9;
}

.footer a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Заголовки в футере */
.footer h4,
.footer h5,
.footer h6 {
  color: #ffffff !important;
  font-weight: 600;
}
