@media screen and (max-width: 1200px) {
  .box {
    max-width: 90%;
  }

  .bestItems {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .bestItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 10px);
    flex: 0 0 calc(33.333% - 10px);
  }

  .headerBar {
    display: block;
    cursor: pointer;
    line-height: 0;
  }

  .headerMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: scale(0.85);
  }

  .headerMenu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    transform: scale(1);
  }

  .headerMenu ul {
    flex-direction: column;
  }

  .headerMenuClose {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  section {
    margin-bottom: 30px;
  }

  .heroInfo {
    width: 100%;
  }

  .heroInfo input {
    width: 100%;
  }

  .heroSearch {
    width: 60%;
  }

  .about .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .best {
    padding: 30px 0;
  }

  .bestItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 7.5px);
    flex: 0 0 calc(50% - 7.5px);
  }

  .benefits {
    padding: 30px 0 30px 0;
  }

  .benefitsItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }

  .catalog .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .catalogProducts {
    border-left: none;
    padding-left: 0;
  }

  .product {
    padding-top: 50px;
  }

  .product .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .productInfoLeft {
    margin-top: 50px;
  }

  .catalogFilter {
    width: 100%;
    flex: 0 0 100%;
    border-right: none;
  }

  .catalogFilter .bx_sitemap_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
  }

  /* .catalogProductsItem {
    height: 100%;
  } */

  .footerBottom,
  .footerTop,
  .footerMenus ul {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 50px;
  }

  .footerMenus ul {
    gap: 15px;
  }

  .productSupport>div {
    flex: 0 0 100%;
  }

  .productSupportItemRight>div {
    flex-grow: 1;
  }

  .productSupportLink {
    width: 100%;
    justify-content: center;
  }

  /* .swiper-button-next,
  .swiper-button-prev,
  .product-item-detail-slider-left,
  .product-item-detail-slider-right {
    display: none !important;
  } */

  .exporter .box {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {

  .become .box,
  .getin .box {
    flex-direction: column;
  }

  .becomeImage,
  .getinImage {
    width: 100%;
    flex: 0 0 100%;
  }

  .productInfo .bx-title {
    font-size: 24px;
  }

  .additionalInfo a {
    flex-grow: 1;
    text-align: center;
  }

  .productInfoLeft {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .catalogProducts .product .container-fluid>.row:first-of-type {
    margin-bottom: 50px !important;
  }

  .productDescription h2,
  .productSupportItemLeft h3 {
    font-size: 20px;
  }

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

  .productSupportItemLeft h3+div {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px
  }

  .productSupportItemLeft p {
    margin-bottom: 15px;
  }

  .productSupportItemLeftInfo>div {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
  }

  .productSupportItemRight>div {
    width: 100%;
  }

  .footerSocials {
    flex-direction: column;
  }

  .footerCopyright {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  /* .header .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  } */

  .heroInfo h1 {
    font-size: 20px;
    line-height: 25px;
  }

  .bestItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .benefitsItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .footer .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footerMenu {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .footerContacts {
    margin-bottom: 0;
  }

  .footerContactsItem {
    max-width: 100%;
  }

  .catalogProductsItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .bestItems {
    display: column;
  }

  .headerLogo img {
    height: 20px;
  }

  .heroInfo h1 {
    width: 90%;
  }

  .exportItems {
    flex-direction: column;
  }

  .product-item-detail-slider-left:hover,
  .product-item-detail-slider-right:hover {
    background-color: #388221;
  }

  .swiperProductsCompany+.swiper-button-next,
  .swiperProductsCompany+.swiper-button-next+.swiper-button-prev,
  .swiperProductsCategory+.swiper-button-next,
  .swiperProductsCategory+.swiper-button-next+.swiper-button-prev {
    display: none !important;
  }

  .footerMenus ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .footerMenus ul li {
    font-weight: 600;
    font-size: 10px;
    line-height: 150%;
  }

  .footerSocials {
    gap: 30px;
  }

  .footerBottom {
    row-gap: 30px;
  }
}

/*# sourceMappingURL=responsive.css.map */