@media (min-width: 480px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .header__container {
    padding: 15px 20px;
  }

  .header__inner {
    padding: 10px 20px 20px;
  }

  .footer__container {
    padding: 60px 20px;
  }

  .good-item__image {
    height: 155px;
  }

  .section-offers__list .good-item:last-of-type .good-item__image {
    height: 330px !important;
  }

  .section-categories .swiper-wrapper {
    padding: 0 25px;
  }

  .section-questions__block {
    padding: 0 5px;
  }

  .section-search__container {
    padding: 40px 20px;
  }

  .bc_block {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 48%;
    flex: 1 0 48%;
  }

  .bc_header {
    padding: 15px 10px 5px;
  }

  .bc_content {
    padding: 10px 10px 15px;
  }

  .recommended-products .good-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
  }

  .recommended-products .good-item__gallery {
    height: 235px;
  }

  .recommended-products .offers-slider>.swiper-wrapper {
    gap: 30px;
  }

  .recommended-products .offers-slider .good-item .good-item__prices {
    gap: 10px;
  }

  .search-by-detail-name {
    padding: 30px 20px 0;
  }

  .search-by-detail-name__content {
    margin-bottom: 40px;
  }

  .search-by-detail-name__image {
    height: 260px;
  }

  .tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
  }

  .section-callback__container {
    padding: 60px 20px 40px;
  }
}