@media (max-width:1240px) {
  .box {
    padding: 0 25px;
  }
}

@media (max-width:1000px) {
  .mobile {
    display: block;
  }

  .box {
    padding: 0 10px;
  }

  .top_bar-menu,
  .nav_menu,
  .main_bar-logo {
    display: none;
  }

  .top_bar-user_meta {
    width: calc(100% - 38px);
  }

  .main_bar {
    background: #f3f3f3;
  }

  .main_bar .box {
    display: block;
    padding: 15px 10px;
  }

  .main_bar-search {
    width: 100%;
    position: a;
    display: none;
  }

  .main_bar-contact {
    width: 100%;
  }

  .main_bar-contact .social {
    order: 1;
  }

  .main_bar-contact_direct {
    align-items: baseline;
    order: 0;
  }

  #shop_content {
    padding: 50px 0;
  }

  .page_title {
    padding-bottom: 50px;
  }

  #brand_list {
    padding: 50px 0;
  }

  #product_list {
    padding: 0;
  }

  .product_list {
    display: block;
  }

  .product_list-item {
    margin-bottom: 20px;
  }

  .page_title h1 {
    font-size: 34px;
  }

  .shop_content-product {
    display: block;
  }

  .shop_content-product_gallery {
    width: 100%;
    gap: 10px;
    margin-bottom: 30px;
  }

  .shop_content-product_info {
    width: 100%;
  }

  .additional_products,
  .recently_viewed {
    display: block;
  }

  .shop_products-item {
    margin-bottom: 20px;
  }

  .product_buttons a {
    gap: 5px;
    padding: 0 5px;
  }

  .product_brands {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .shop_content-wrap,
  .shop_content-wrap .shipping {
    display: block;
  }

  .shop_content-wrap .shipping aside {
    width: 100%;
    margin-bottom: 30px;
  }

  .shop_content-wrap .shipping article {
    width: 100%;
  }

  .open_filter {
    display: flex;
  }

  .shop_sidebar {
    background: #fff;
    position: fixed;
    top: 0;
    left: -120%;
    right: 0;
    bottom: 0;
    padding: 25px;
    width: 100vw;
    min-height: 100%;
    z-index: 99999;
    transition: 0.5s all;
    overflow-y: auto;
  }

  .shop_sidebar.show {
    transition: 0.5s all;
    left: 0;
  }

  .shop_products {
    width: 100%;
  }

  .shop_products-grid {
    display: block;
  }

  #advantages {
    padding: 50px 0;
  }

  #advantages .section_title {
    margin-bottom: 50px;
  }

  .advantages {
    display: block;
  }

  .advantages .advantage {
    margin-bottom: 30px;
  }

  .contacts {
    display: block;
  }

  .contacts .contacts_text {
    width: 100%;
    margin-bottom: 30px;
  }

  .contacts_form {
    width: 100%;
  }

  .footer_bottom {
    padding: 50px 0;
  }

  .footer_bottom .box {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
  }

  .footer_bottom .logo {
    width: auto;
    height: 60px;
  }

  .footer_bottom .logo img {
    width: auto;
    height: 100%;
  }

  .footer_bottom-menu {
    width: 100%;
    padding: 0;
  }

  .footer_bottom-menu h3 {
    margin-bottom: 10px;
  }

  .footer_bottom-menu ul {
    gap: 5px;
  }

  .footer_bottom-contact {
    width: 100%;
    padding: 0;
  }

  .copyright .box,
  .copyright .box span {
    display: block;
  }
}

@media (max-width:800px) {
  .product_brands {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media (max-width:600px) {
  .section_content img {
    float: none;
    width: 100% !important;
    margin: 20px 0;
  }

  .product_brands {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  #feedback_bottom_form {
    padding: 1rem;
  }

  .footer_bottom-form form {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .footer_bottom-form form input {
    width: 100%;
  }
}