@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }

  .section {
    padding: 2.5rem 0;
  }

  .section__title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .section__subtitle {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
  }

  .header-top {
    display: none;
  }

  .nav__container {
    height: 56px;
  }

  .logo__icon {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 0.65rem;
  }

  .logo__text {
    font-size: 1rem;
  }

  .nav__list {
    display: none;
  }

  .header__actions {
    display: none;
  }

  .hero__carousel-dots {
    display: none;
  }

  .burger {
    display: flex;
  }

  .hero {
    padding-top: 56px;
    padding-bottom: 2rem;
    min-height: 100vh;
  }

  .hero__content {
    display: block;
    padding: 1.5rem 0 2.5rem 0;
  }

  .hero__text h1 {
    font-size: 1.75rem;
    text-align: center;
  }

  .hero__desc {
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .hero__buttons {
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }

  .btn--lg {
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
  }

  .hero__stats {
    gap: 0.75rem;
    padding-top: 1rem;
  }

  .stat__value {
    font-size: 1.2rem;
  }

  .stat__label {
    font-size: 0.65rem;
  }

  .hero__image-wrapper {
    display: none;
  }

  .features__grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .feature-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
  }

  .feature-card__icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .feature-card__icon .myicon {
    font-size: 1.2rem;
  }

  .feature-card h3 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }

  .feature-card p {
    font-size: 0.8rem;
  }

  .catalog__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .product-card__image {
    height: 11rem;
  }

  .product-card__content {
    padding: 0.875rem;
  }

  .product-card__header {
    flex-direction: column;
    gap: 0.25rem;
  }

  .product-card__header h3 {
    font-size: 1.1rem;
  }

  .price__value {
    font-size: 1.1rem;
  }

  .product-card__specs {
    font-size: 0.8rem;
    margin: 0.5rem 0;
  }

  .catalog__footer {
    margin-top: 1.5rem;
  }

  .catalog__footer p {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
  }

  .delivery-card {
    grid-template-columns: 1fr;
  }

  .delivery-card__text {
    order: 2;
    padding: 1.25rem;
  }

  .delivery-card__image {
    order: 1;
    min-height: 12rem;
  }

  .delivery-card__text h2 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .delivery-card__text > p {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }

  .delivery-steps {
    margin-bottom: 1rem;
  }

  .delivery-steps li {
    font-size: 0.85rem;
    gap: 0.5rem;
  }

  .step-num {
    width: 1.3rem;
    height: 1.3rem;
    font-size: 0.65rem;
  }

  .delivery-price {
    padding: 0.6rem 0.875rem;
  }

  .delivery-price .price__value {
    font-size: 1.1rem;
  }

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

  .contacts-info {
    padding: 1.25rem;
  }

  .contacts-info h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .contact-item {
    gap: 0.75rem;
    margin-bottom: 0.875rem;
  }

  .contact-item__icon {
    width: 2rem;
    height: 2rem;
  }

  .contact-item__icon .myicon {
    font-size: 1rem;
  }

  .work-hours-small {
    font-size: 0.75rem;
    margin-top: 0.75rem;
    padding-top: 0.5rem;
  }

  .form-wrapper {
    padding: 1.25rem;
  }

  .contact-form h3 {
    font-size: 1.2rem;
  }

  .form-desc {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }

  .form-group label {
    font-size: 0.8rem;
  }

  .contact-form select,
  .contact-form input,
  .contact-form textarea {
    padding: 0.6rem;
    font-size: 0.9rem;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .btn--full.btn--lg {
    padding: 0.7rem;
    font-size: 0.9rem;
  }

  .form-note {
    font-size: 0.7rem;
  }

  .confirm-data div {
    font-size: 0.8rem;
    gap: 0.5rem;
  }

  .confirm-data strong {
    min-width: 4rem;
  }

  .form-actions {
    grid-template-columns: 1fr;
  }

  .thankyou {
    padding: 1.5rem 1rem;
  }

  .thankyou__icon {
    width: 3rem;
    height: 3rem;
  }

  .thankyou__icon .myicon {
    font-size: 1.5rem;
  }

  .thankyou h3 {
    font-size: 1.2rem;
  }

  .thankyou p {
    font-size: 0.85rem;
  }

  .footer {
    padding: 2rem 0 1rem;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    text-align: center;
  }

  .logo--footer {
    justify-content: center;
  }

  .footer h4 {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }

  .footer__links li {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
  }

  .footer__bottom {
    font-size: 0.7rem;
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .btn--sm {
    padding: 0.4rem 0.875rem;
    font-size: 0.75rem;
  }

  .error-msg {
    font-size: 0.7rem;
    height: 1rem;
  }
}

/* ===== ДЛЯ ЭКРАНОВ ДО 480px ===== */
@media (max-width: 480px) {
  .container {
    padding: 0 0.75rem;
  }

  .hero__text h1 {
    font-size: 1.5rem;
  }

  .hero__desc {
    font-size: 0.8rem;
  }

  .hero__buttons {
    flex-direction: column;
    width: 100%;
  }

  .hero__buttons .btn {
    width: 100%;
  }

  .section__title {
    font-size: 1.35rem;
  }

  .feature-card {
    flex-direction: column;
    text-align: center;
  }

  .feature-card__icon {
    margin-bottom: 0.5rem;
  }

  .product-card__image {
    height: 10rem;
  }

  .delivery-card__text {
    padding: 1rem;
  }

  .delivery-card__text h2 {
    font-size: 1.1rem;
  }

  .contacts-info {
    padding: 1rem;
  }

  .form-wrapper {
    padding: 1rem;
  }
}