/* Адаптив для мобильных */
@media (max-width: 375px) {
  .nav-list-item {
    padding: 10px 12px;
    font-size: 13px;
    min-width: 140px;
  }

  .section-services-wrapper,
  .section-uslugi-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .section-services-item {
    padding: 24px;
  }

  .section-uslugi-item img {
    max-width: 100%;
  }

  .section-services-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .header {
    padding: 10px;
  }
  .header__logo img {
    max-width: 155px;
    height: auto;
  }

  .header__contacts-phone {
    flex-direction: column;
    font-size: 12px;
  }

  .nav-list-item {
    padding: 12px 15px;
    font-size: 14px;
    min-width: auto;
  }

  .feedback-form {
    padding: 1.5rem;
  }

  .form-title {
    font-size: 1.35rem;
  }

  .section-services-wrapper,
  .section-uslugi-wrapper {
    grid-template-columns: 1fr;
  }

  .section-uslugi {
    width: 100%;
  }

  .section-uslugi-wrapper {
    width: 100%;
  }

  .section-uslugi-item img {
    max-width: 300px;
  }

  .scroll-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }

  .section-how-it-works-wrapper {
    gap: 20px;
  }

  .step-circle {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .step-text {
    font-size: 14px;
  }

  .section-about-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .section-contacts-wrapper {
    grid-template-columns: 1fr;
  }

  .section-contacts-map {
    height: 300px;
  }

  .section-uslugi-item img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
  }

  .section-uslugi-item {
    padding: 15px;
  }

  .section-uslugi-item h3 {
    font-size: 18px;
  }

  .section-uslugi-item p {
    font-size: 14px;
  }
}

/* Адаптивность для мобильных */
@media (max-width: 992px) {
  h2 {
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
  }

  .container {
    padding: 0 15px;
  }

  .header__contacts {
    flex-direction: column;
    gap: 10px;
  }

  .header__contacts-phone {
    font-size: 14px;
    gap: 5px;
  }

  .header__contacts-address {
    display: none;
  }

  .header__contacts-social {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .header__contacts-social .social-link {
    width: 32px;
    height: 32px;
  }

  /* Показываем гамбургер на мобильных */
  .mobile-menu-toggle {
    display: flex;
    position: relative;
  }

  /* Скрываем десктопное меню на мобильных */
  .header__nav {
    display: none;
  }

  .header-wrapper.scrolled {
    position: fixed;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }

  .header-wrapper.scrolled .header__nav {
    padding: 12px 0;
  }

  .section-how-it-works-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .section-how-it-works-item {
    flex-direction: row;
    align-items: center;
    text-align: left;
  }

  .section-how-it-works-item::before {
    display: none;
  }

  .step-circle {
    width: 50px;
    height: 50px;
    font-size: 20px;
    flex-shrink: 0;
    margin-right: 15px;
  }

  .section-contacts-wrapper {
    grid-template-columns: 1fr;
  }

  .section-contacts-map {
    height: 300px;
  }

  .tech-specs {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cargo-list {
    grid-template-columns: 1fr;
  }
}
