@media (max-width: 1199px){
    .container {
        max-width: 100%;
    }
}

@media (max-width: 1170px) {
    .header-nav li + li {
        margin-left: 20px;
    }
    .price-bl-card {
        grid-template-columns: repeat(2, 370px);
    }
    .faq-row {
      flex-direction: column;
    }
    .faq-l {
    margin-bottom: 15px;
    }
}

@media (max-width: 1070px) {
    .header-nav, .header-login {
        display: none;
    }
    .mobile-nav-button {
        display: flex;
    }
}


@media (max-width: 1024px) {
    .hamburger {
    display: flex;
  }
  .home {
    padding: 70px 0 75px 0;
  }
      .home-row {
    flex-direction: column;
  }


  .home-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-menu a {
    color: #666;
}

  .contacts-header {
  display: none;
  }



  .nav-menu {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 50px);
    background: white;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1rem;
    transition: left 0.3s;
    gap: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-menu li {
    width: 100%;
    text-align: center;
  }

  .nav-menu a {
    display: block;
    padding: 10px;
    width: 100%;
    font-size: 1.2rem;
    border-bottom: 1px solid #f0f0f0;
  }

  .hero-subtitle {
    color: #1b4398;
  }
  .hero p {
    color: #1a1a1a;
    font-size: 22px;
  }

}


@media (max-width: 992px) {


  .stock-row {
    grid-template-columns: 1fr;
  }
  .about-row {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .about-img img {
    height: 550px;
  }

  .about {
    padding: 20px 0;
}
}














@media (max-width: 768px) {
    .hero {
    min-height: 600px;
  }

  .hero-content {
    gap: 1rem;
    padding-top: 70px;
  }


  .price-bl-card {
        grid-template-columns: repeat(1, 370px);
  }

  .about-bottom-text {
        flex-wrap: wrap;
  }
  .bottom-more {
    flex-direction: column;
    text-align: center;
  }
  .bottom-more img {
    padding-top: 30px;
    margin-left: 0;
  }


}





@media (max-width: 576px) {
  .home-content h1 {
    font-size: 42px;
  }
  .home-feedback {
    width: 100%;
  }
  .footer-row {
      flex-direction: column-reverse;
  }
  .contacts {
    margin-bottom: 20px;
  }
  .bottom-social {
    margin-bottom: 20px;
  }
  .about-img img {
    height: 100%;
    }
}













@media (max-width: 480px) {
  .hero {
    min-height: 650px;
    padding: 0 15px;
  }
    .price-bl-card {
        grid-template-columns: repeat(1, 370px);
  }

  .contacts-header p {
    display: none;
  }

}

@media (max-width: 420px) {
    .home-content h1 {
    font-size: 31px;
  }

}




@media (max-width: 320px) {
  .hero {
    padding: 0 10px;
  }

      .price-bl-card {
        grid-template-columns: repeat(1, 300px);
  }
}






/* Large screens */
@media (min-width: 1400px) {
  .hero-content {
    gap: 6rem;
  }

  .hero-image {
    width: 50%;
  }
}