@media all and (max-width: 1024px) {
  .middle_products_container {
    width: 950px;
  }
  .products_title_container {
    z-index: 2;
  }
  .products_text {
    z-index: 2;
    position: relative;
  }
  .products_image_header {
    right: -420px;
  }

  .products_filter_container {
    margin-top: 90px;
  }

  .one_line_special_title {
    width: 440px;
    font-size: 17px;
  }
  .one_line_special_weight {
    width: 300px;
  }
  .one_line_special_price {
    width: 125px;
    font-size: 17px;
  }
  /*.one_product{
		width: 316px;
	}*/
}
@media all and (max-width: 950px) {
  .middle_products_container {
    width: 650px;
  }
  .products_title_container {
    padding-top: 100px;
  }

  .products_image_header {
    top: -139px;
    right: -645px;
  }

  /*.one_product{
		width: 325px;
	}*/

  .one_line_special {
    overflow: hidden;
    height: auto;
  }
  .one_line_special_header {
    overflow: hidden;
    height: auto;
  }
  .one_line_special_title {
    width: calc(100% - 80px);
    margin-left: 0px;
    padding-left: 40px;
    padding-right: 40px;
    top: 0px;
    padding-top: 13px;
    padding-bottom: 16px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center;
  }
  .first_line_middle_special {
    display: none;
  }
  .one_line_special_weight {
    width: calc(50% - 1px);
    padding-top: 13px;
    padding-bottom: 16px;
    top: 0px;
    margin-left: 0px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center;
    font-size: 17px;
  }
  .one_line_special_price {
    width: 50%;
    top: 0px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-top: 13px;
    padding-bottom: 16px;
  }
  .line_middle_special {
    top: 11px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media all and (max-width: 740px) {
  .middle_products_container {
    width: 550px;
  }
  .products_text {
    width: 410px;
  }

  /*.one_product{
		width: 550px;
	}*/
}
@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;
	}*/
  .products_filter_container {
    width: 100%;
  }
}
