@media all and (max-width: 1024px) {
  .middle_products_container {
    width: 950px;
  }
  .products_filter_container {
    width: 265px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .products_filter {
    width: 82%;
  }
  .one_product {
    width: 316px;
  }
  .products_title_container {
    z-index: 2;
  }
  .products_text {
    z-index: 2;
    position: relative;
  }
  .products_image_header {
    right: -420px;
  }
}

@media all and (max-width: 950px) {
  .middle_products_container {
    width: 650px;
  }
  .products_title_container {
    padding-top: 100px;
  }

  .products_image_header {
    top: -139px;
    right: -645px;
  }
  .products_filter_container:last-child {
    margin-top: 20px;
    width: 300px;
  }
  .products_filter_container:last-child .products_filter {
    width: 84%;
  }
  .one_product {
    width: 325px;
  }
}

@media all and (max-width: 740px) {
  .middle_products_container {
    width: 550px;
  }
  .products_text {
    width: 410px;
  }
  .products_filter_container {
    margin-bottom: 20px;
    width: 500px;
  }
  .products_filter_container:last-child {
    margin-top: 0px;
    width: 500px;
  }
  .products_filter {
    width: 84%;
  }
  .all_products {
    margin-top: 10px;
  }
  .one_product {
    width: 275px;
  }
}

@media all and (max-width: 550px) {
  .middle_products_container {
    width: 340px;
  }
  .products_text {
    width: 100%;
    margin-left: 0px;
  }
  .products_image_header {
    display: none;
  }
  .products_title_container {
    padding-top: 60px;
  }

  .one_product {
    width: 340px;
  }
}
