@media (max-width: 1600px) {
  .banner-img {
    right: -12%;
  }
  .banner-img2 {
    right: 12%;
  }
  .banner-img__wrapp img {
    width: 360px;
  }
}
@media (max-width: 1500px) {
  .banner-img {
    right: -5%;
  }
  .banner-img img {
    max-width: 900px;
  }
  .banner,
  .banner-row {
    height: 570px;
  }
  .banner-img__wrapp img {
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .logo {
    margin-right: 60px;
  }
  .navigation-list {
    overflow: auto;
  }
  .navigation-list li a {
    white-space: nowrap;
    padding: 0 15px;
  }
  .footer-col {
    padding-left: 15px;
  }
  .footer-info {
    padding-right: 15px;
  }
  .footer-info__row {
    gap: 60px;
  }
  .where-buy__modal {
    padding: 40px;
  }
}
@media (max-width: 1000px) {
  .banner-img {
    right: -10%;
  }
  .banner-img img {
    max-width: 700px;
  }
  .banner,
  .banner-row {
    height: 470px;
  }
  .header-navigation {
    position: fixed;
    z-index: 200;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--base-color);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 40px;
    overflow: auto;
    gap: 40px;
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
  }
  .header-navigation.opened {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .header-links {
    flex-direction: column;
    margin: 0;
    align-items: center;
  }
  .header-links a {
    font-size: 30px;
    font-weight: 400;
  }
  .logo-mob {
    display: block;
  }
  .logo-mob img {
    width: 200px;
  }
  .menu-btn {
    display: flex;
  }
  .header-row {
    height: 60px;
  }
  .logo img {
    width: 100px;
  }
  .product-col {
    width: 50%;
  }
  .product-item__img:after {
    left: 15%;
    right: 15%;
  }
  .section-title,
  .where-buy__title h3 {
    font-size: 44px;
  }
  .footer-info__row {
    gap: 40px;
  }
  .product {
    flex-direction: column;
  }
  .product-desc {
    width: 100%;
  }
  .product-img__mob {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  .product-img__mob img {
    max-width: 100%;
  }
  .product-title {
    font-size: 44px;
  }
  .product-img {
    display: none;
  }
  .where-buy__modal-row {
    gap: 40px;
  }
  .where-buy__modal-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .banner-img {
    right: -10%;
  }
  .banner-img img {
    max-width: 400px;
  }
  .banner,
  .banner-row {
    height: 300px;
  }
  .banner-title h1 {
    font-size: 36px;
  }
  .product-col {
    width: 100%;
  }
  .product-item__img img {
    max-width: 300px;
  }
  .product-item__img:after {
    left: auto;
    right: auto;
    width: 100%;
    max-width: 250px;
  }
  .section-title__group {
    flex-direction: column;
  }
  .section-title {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .section-subtitle {
    max-width: 100%;
  }
  .section-subtitle:before {
    left: 0;
    top: -10px;
    width: 40px;
    height: 0;
    border-top: 1px solid var(--base-color);
  }
  .where-buy__row {
    flex-direction: column;
    margin: 0 -15px;
  }
  .where-buy__col {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .where-buy__scroll {
    width: 100%;
    padding: 0 15px;
  }
  .where-buy__map, #map {
    height: 400px;
  }
  .footer-row {
    flex-direction: column;
  }
  .footer-col {
    width: 100%;
  }
  .footer-info {
    width: 100%;
  }
  .footer-info {
    flex-direction: column;
    padding: 30px 0;
    align-items: flex-start;
    padding: 30px 15px;
  }
  .footer-info__row {
    flex-direction: column;
  }
  .product {
    margin-top: 40px;
  }
  .product-detail {
    flex-direction: column;
  }
  .product-detail h4 {
    margin-bottom: 10px;
  }
  .banner-img__wrapp img {
    width: 200px;
  }
  .where-buy__modal-row {
    flex-direction: column;
    max-height: 90%;
  }
  .where-buy__modal-title h3 {
    font-size: 20px;
  }
  .where-buy__modal-title a {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .banner-img {
    right: -20%;
  }
  .banner-img img {
    max-width: 400px;
  }
  .banner,
  .banner-row {
    height: 250px;
  }
  .banner-title h1 {
    font-size: 32px;
    margin-top: 60px;
  }
  .header-links a {
    font-size: 24px;
  }
  .where-buy__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .banner-img__wrapp img {
    width: 150px;
  }
  .where-buy__modal {
    padding: 20px;
  }
  .where-buy__modal-title {
    margin-bottom: 20px;
  }
  .where-buy__modal-title h3 {
    font-size: 18px;
  }
  .where-buy__modal-title a {
    font-size: 15px;
  }
  .where-buy__modal-row {
    gap: 20px;
  }
}/*# sourceMappingURL=media.css.map */