{"id":5295,"date":"2026-07-28T03:45:13","date_gmt":"2026-07-28T03:45:13","guid":{"rendered":"https:\/\/zhuohengextruder.com\/?page_id=5295"},"modified":"2026-07-28T07:34:01","modified_gmt":"2026-07-28T07:34:01","slug":"pet-food-production-cost-calculator","status":"publish","type":"page","link":"https:\/\/zhuohengextruder.com\/ru\/pet-food-production-cost-calculator\/","title":{"rendered":"\u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u0441\u0435\u0431\u0435\u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u043a\u043e\u0440\u043c\u043e\u0432 \u0434\u043b\u044f \u0434\u043e\u043c\u0430\u0448\u043d\u0438\u0445 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"5295\" class=\"elementor elementor-5295\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-572be772 e-con-full e-flex e-con e-parent\" data-id=\"572be772\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-02a689a elementor-widget elementor-widget-html\" data-id=\"02a689a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Pet Food Production Cost & ROI Calculator<\/title>\r\n  <style>\r\n    :root {\r\n      --primary-blue: #0056b3;\r\n      --hover-blue: #003d80;\r\n      --light-blue-bg: #f4f8fc;\r\n      --border-color: #d0e1f9;\r\n      --cta-yellow: #ffc107;\r\n      --cta-yellow-hover: #e0a800;\r\n      --cta-purple-text: #4a154b;\r\n      --dark-text: #2c3e50;\r\n      --profit-green: #28a745;\r\n    }\r\n\r\n    .zh-calculator-container {\r\n      max-width: 900px;\r\n      margin: 20px auto;\r\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\r\n      border: 1px solid var(--border-color);\r\n      border-radius: 8px;\r\n      overflow: hidden;\r\n      box-shadow: 0 4px 15px rgba(0, 86, 179, 0.08);\r\n      background-color: #ffffff;\r\n    }\r\n\r\n    \/* Header Section *\/\r\n    .zh-calc-header {\r\n      background-color: var(--primary-blue);\r\n      color: #ffffff;\r\n      padding: 28px 20px;\r\n      text-align: center;\r\n    }\r\n\r\n    .zh-calc-header h1 {\r\n      margin: 0 0 10px 0;\r\n      font-size: 26px;\r\n      font-weight: 700;\r\n      color: #ffffff;\r\n    }\r\n\r\n    .zh-calc-header p {\r\n      margin: 0;\r\n      font-size: 14px;\r\n      color: #ffffff;\r\n      line-height: 1.5;\r\n      max-width: 750px;\r\n      margin-left: auto;\r\n      margin-right: auto;\r\n    }\r\n\r\n    \/* Form Body *\/\r\n    .zh-calc-body {\r\n      padding: 24px;\r\n    }\r\n\r\n    .zh-section-title {\r\n      font-size: 15px;\r\n      font-weight: 700;\r\n      color: var(--primary-blue);\r\n      margin: 0 0 14px 0;\r\n      padding-bottom: 6px;\r\n      border-bottom: 1px solid var(--border-color);\r\n    }\r\n\r\n    .zh-form-grid {\r\n      display: grid;\r\n      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n      gap: 16px;\r\n      margin-bottom: 24px;\r\n    }\r\n\r\n    .zh-input-group {\r\n      display: flex;\r\n      flex-direction: column;\r\n    }\r\n\r\n    .zh-input-group label {\r\n      font-size: 13px;\r\n      font-weight: 600;\r\n      color: var(--dark-text);\r\n      margin-bottom: 6px;\r\n    }\r\n\r\n    .zh-input-wrapper {\r\n      position: relative;\r\n      display: flex;\r\n      align-items: center;\r\n    }\r\n\r\n    .zh-input-wrapper input {\r\n      width: 100%;\r\n      padding: 10px 12px;\r\n      font-size: 14px;\r\n      border: 1px solid #ccc;\r\n      border-radius: 4px;\r\n      box-sizing: border-box;\r\n      transition: border-color 0.2s;\r\n    }\r\n\r\n    .zh-input-wrapper input:focus {\r\n      outline: none;\r\n      border-color: var(--primary-blue);\r\n    }\r\n\r\n    .zh-unit {\r\n      position: absolute;\r\n      right: 10px;\r\n      font-size: 12px;\r\n      color: #777;\r\n      pointer-events: none;\r\n    }\r\n\r\n    \/* Action Buttons *\/\r\n    .zh-btn-group {\r\n      display: flex;\r\n      gap: 12px;\r\n      margin-top: 20px;\r\n    }\r\n\r\n    .zh-btn {\r\n      flex: 1;\r\n      padding: 12px 20px;\r\n      font-size: 15px;\r\n      font-weight: 600;\r\n      border: none;\r\n      border-radius: 4px;\r\n      cursor: pointer;\r\n      transition: background-color 0.2s;\r\n      text-align: center;\r\n    }\r\n\r\n    .zh-btn-blue {\r\n      background-color: var(--primary-blue);\r\n      color: #ffffff;\r\n    }\r\n\r\n    .zh-btn-blue:hover {\r\n      background-color: var(--hover-blue);\r\n    }\r\n\r\n    .zh-btn-outline {\r\n      background-color: #e9ecef;\r\n      color: #495057;\r\n      border: 1px solid #ced4da;\r\n    }\r\n\r\n    .zh-btn-outline:hover {\r\n      background-color: #dee2e6;\r\n    }\r\n\r\n    \/* Disclaimer *\/\r\n    .zh-disclaimer {\r\n      font-size: 12px;\r\n      color: #6c757d;\r\n      margin-top: 14px;\r\n      text-align: center;\r\n      line-height: 1.4;\r\n      font-style: italic;\r\n    }\r\n\r\n    \/* Results Section *\/\r\n    .zh-results-box {\r\n      margin-top: 28px;\r\n      padding: 24px;\r\n      background-color: var(--light-blue-bg);\r\n      border: 1px solid var(--border-color);\r\n      border-radius: 6px;\r\n      display: none; \/* Controlled by JS *\/\r\n    }\r\n\r\n    .zh-results-title {\r\n      font-size: 18px;\r\n      font-weight: 700;\r\n      color: var(--primary-blue);\r\n      margin-top: 0;\r\n      margin-bottom: 16px;\r\n      border-bottom: 2px solid var(--border-color);\r\n      padding-bottom: 8px;\r\n    }\r\n\r\n    .zh-hero-grid {\r\n      display: grid;\r\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\r\n      gap: 14px;\r\n      margin-bottom: 20px;\r\n    }\r\n\r\n    .zh-hero-card {\r\n      background-color: #ffffff;\r\n      padding: 16px;\r\n      border-radius: 6px;\r\n      border-left: 5px solid var(--primary-blue);\r\n      box-shadow: 0 2px 6px rgba(0,0,0,0.05);\r\n    }\r\n\r\n    .zh-hero-card.profit {\r\n      border-left-color: var(--profit-green);\r\n    }\r\n\r\n    .zh-hero-label {\r\n      font-size: 13px;\r\n      font-weight: 600;\r\n      color: var(--dark-text);\r\n      margin-bottom: 4px;\r\n    }\r\n\r\n    .zh-hero-value {\r\n      font-size: 22px;\r\n      font-weight: 800;\r\n      color: var(--primary-blue);\r\n    }\r\n\r\n    .zh-hero-card.profit .zh-hero-value {\r\n      color: var(--profit-green);\r\n    }\r\n\r\n    .zh-breakdown-grid {\r\n      display: grid;\r\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\r\n      gap: 12px;\r\n      margin-bottom: 20px;\r\n    }\r\n\r\n    .zh-result-card {\r\n      background-color: #ffffff;\r\n      padding: 12px 14px;\r\n      border-radius: 4px;\r\n      border: 1px solid #e2e8f0;\r\n    }\r\n\r\n    .zh-result-card .label {\r\n      font-size: 12px;\r\n      color: #64748b;\r\n      margin-bottom: 4px;\r\n    }\r\n\r\n    .zh-result-card .value {\r\n      font-size: 16px;\r\n      font-weight: 700;\r\n      color: var(--dark-text);\r\n    }\r\n\r\n    \/* CTA Button *\/\r\n    .zh-cta-btn {\r\n      display: block;\r\n      width: 100%;\r\n      padding: 16px 20px;\r\n      background-color: var(--cta-yellow);\r\n      color: var(--cta-purple-text);\r\n      font-size: 16px;\r\n      font-weight: 700;\r\n      text-align: center;\r\n      text-decoration: none;\r\n      border-radius: 4px;\r\n      box-sizing: border-box;\r\n      transition: background-color 0.2s, transform 0.1s;\r\n      box-shadow: 0 3px 6px rgba(0,0,0,0.12);\r\n      margin-top: 10px;\r\n    }\r\n\r\n    .zh-cta-btn:hover {\r\n      background-color: var(--cta-yellow-hover);\r\n      transform: translateY(-1px);\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .zh-btn-group {\r\n        flex-direction: column;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"zh-calculator-container\">\r\n  <!-- Header Section -->\r\n  <div class=\"zh-calc-header\">\r\n    <h1>\u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u0441\u0435\u0431\u0435\u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u043a\u043e\u0440\u043c\u043e\u0432 \u0434\u043b\u044f \u0434\u043e\u043c\u0430\u0448\u043d\u0438\u0445 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445<\/h1>\r\n    <p>\u0420\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0439\u0442\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u0437\u0430\u0442\u0440\u0430\u0442\u044b, \u043f\u043e\u0442\u0435\u0440\u0438 \u0441\u044b\u0440\u044c\u044f, \u0430\u043c\u043e\u0440\u0442\u0438\u0437\u0430\u0446\u0438\u044e \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u044f \u0438 \u0440\u0435\u043d\u0442\u0430\u0431\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0439 \u0434\u043b\u044f \u043b\u0438\u043d\u0438\u0439 \u043f\u043e \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0443 \u044d\u043a\u0441\u0442\u0440\u0443\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u043a\u043e\u0440\u043c\u043e\u0432 \u0434\u043b\u044f \u0434\u043e\u043c\u0430\u0448\u043d\u0438\u0445 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445.<\/p>\r\n  <\/div>\r\n\r\n  <!-- Form Body -->\r\n  <div class=\"zh-calc-body\">\r\n    <form id=\"petFoodCalcForm\" action=\"\">\r\n      \r\n      <!-- Section 1: Line Output & Operating Schedule -->\r\n      <div class=\"zh-section-title\">1. \u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u0430\u044f \u043c\u043e\u0449\u043d\u043e\u0441\u0442\u044c \u0438 \u0433\u0440\u0430\u0444\u0438\u043a \u0440\u0430\u0431\u043e\u0442\u044b<\/div>\r\n      <div class=\"zh-form-grid\">\r\n        <div class=\"zh-input-group\">\r\n          <label for=\"lineCapacity\">\u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u044d\u043a\u0441\u0442\u0440\u0443\u0437\u0438\u043e\u043d\u043d\u043e\u0439 \u043b\u0438\u043d\u0438\u0438<\/label>\r\n          <div class=\"zh-input-wrapper\">\r\n            <input type=\"number\" id=\"lineCapacity\" value=\"200\" min=\"1\" step=\"any\" required>\r\n            <span class=\"zh-unit\">\u043a\u0433\/\u0447<\/span>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"zh-input-group\">\r\n          <label for=\"targetBatch\">\u0426\u0435\u043b\u0435\u0432\u043e\u0439 \u043e\u0431\u044a\u0435\u043c \u043f\u0430\u0440\u0442\u0438\u0438<\/label>\r\n          <div class=\"zh-input-wrapper\">\r\n            <input type=\"number\" id=\"targetBatch\" value=\"1000\" min=\"1\" step=\"any\" required>\r\n            <span class=\"zh-unit\">\u043a\u0433<\/span>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"zh-input-group\">\r\n          <label for=\"dailyHours\">\u0415\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u044b\u0435 \u0447\u0430\u0441\u044b \u0440\u0430\u0431\u043e\u0442\u044b<\/label>\r\n          <div class=\"zh-input-wrapper\">\r\n            <input type=\"number\" id=\"dailyHours\" value=\"8\" min=\"1\" max=\"24\" step=\"any\" required>\r\n            <span class=\"zh-unit\">\u0447\u0430\u0441\u043e\u0432 \u0432 \u0434\u0435\u043d\u044c<\/span>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"zh-input-group\">\r\n          <label for=\"workingDays\">\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0440\u0430\u0431\u043e\u0447\u0438\u0445 \u0434\u043d\u0435\u0439 \u0432 \u043c\u0435\u0441\u044f\u0446\u0435<\/label>\r\n          <div class=\"zh-input-wrapper\">\r\n            <input type=\"number\" id=\"workingDays\" value=\"22\" min=\"1\" max=\"31\" step=\"any\" required>\r\n            <span class=\"zh-unit\">\u0434\u043d\u0435\u0439<\/span>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- Section 2: Raw Materials & Formulation Loss -->\r\n      <div class=\"zh-section-title\">2. \u0421\u044b\u0440\u044c\u0435 \u0438 \u0432\u044b\u0445\u043e\u0434 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430<\/div>\r\n      <div class=\"zh-form-grid\">\r\n        <div class=\"zh-input-group\">\r\n          <label for=\"rawMaterialCost\">\u0421\u0440\u0435\u0434\u043d\u044f\u044f \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0441\u044b\u0440\u044c\u044f<\/label>\r\n          <div class=\"zh-input-wrapper\">\r\n            <input type=\"number\" id=\"rawMaterialCost\" value=\"0.85\" min=\"0\" step=\"any\" required>\r\n            <span class=\"zh-unit\">\u0434\u043e\u043b\u043b. \u0421\u0428\u0410\/\u043a\u0433<\/span>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"zh-input-group\">\r\n          <label for=\"yieldLoss\">\u041a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442 \u043f\u043e\u0442\u0435\u0440\u044c \u043f\u0440\u0438 \u043f\u0435\u0440\u0435\u0440\u0430\u0431\u043e\u0442\u043a\u0435<\/label>\r\n          <div class=\"zh-input-wrapper\">\r\n            <input type=\"number\" id=\"yieldLoss\" value=\"5\" min=\"0\" max=\"30\" step=\"any\" required>\r\n            <span class=\"zh-unit\">%<\/span>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"zh-input-group\">\r\n          <label for=\"packagingCost\">\u0417\u0430\u0442\u0440\u0430\u0442\u044b \u043d\u0430 \u0443\u043f\u0430\u043a\u043e\u0432\u043a\u0443 \u0438 \u0434\u043e\u0431\u0430\u0432\u043a\u0438<\/label>\r\n          <div class=\"zh-input-wrapper\">\r\n            <input type=\"number\" id=\"packagingCost\" value=\"0.08\" min=\"0\" step=\"any\" required>\r\n            <span class=\"zh-unit\">\u0434\u043e\u043b\u043b. \u0421\u0428\u0410\/\u043a\u0433<\/span>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- Section 3: Utility, Overhead & Commercial Parameters -->\r\n      <div class=\"zh-section-title\">3. \u0417\u0430\u0442\u0440\u0430\u0442\u044b \u043d\u0430 \u044d\u043d\u0435\u0440\u0433\u0438\u044e, \u043d\u0430\u043a\u043b\u0430\u0434\u043d\u044b\u0435 \u0440\u0430\u0441\u0445\u043e\u0434\u044b \u0438 \u043e\u0442\u043f\u0443\u0441\u043a\u043d\u0430\u044f \u0446\u0435\u043d\u0430<\/div>\r\n      <div class=\"zh-form-grid\">\r\n        <div class=\"zh-input-group\">\r\n          <label for=\"powerConsumption\">\u041f\u043e\u0442\u0440\u0435\u0431\u043b\u044f\u0435\u043c\u0430\u044f \u043c\u043e\u0449\u043d\u043e\u0441\u0442\u044c \u043b\u0438\u043d\u0438\u0438<\/label>\r\n          <div class=\"zh-input-wrapper\">\r\n            <input type=\"number\" id=\"powerConsumption\" value=\"55\" min=\"0\" step=\"any\" required>\r\n            <span class=\"zh-unit\">\u043a\u0412\u0442<\/span>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"zh-input-group\">\r\n          <label for=\"electricityRate\">\u0422\u0430\u0440\u0438\u0444 \u043d\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u044d\u043d\u0435\u0440\u0433\u0438\u044e<\/label>\r\n          <div class=\"zh-input-wrapper\">\r\n            <input type=\"number\" id=\"electricityRate\" value=\"0.12\" min=\"0\" step=\"any\" required>\r\n            <span class=\"zh-unit\">\u0434\u043e\u043b\u043b. \u0421\u0428\u0410\/\u043a\u0412\u0442\u00b7\u0447<\/span>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"zh-input-group\">\r\n          <label for=\"laborCost\">\u041e\u0431\u0449\u0438\u0435 \u0437\u0430\u0442\u0440\u0430\u0442\u044b \u043d\u0430 \u043e\u043f\u043b\u0430\u0442\u0443 \u0442\u0440\u0443\u0434\u0430 \u043f\u043e \u043b\u0438\u043d\u0438\u0438<\/label>\r\n          <div class=\"zh-input-wrapper\">\r\n            <input type=\"number\" id=\"laborCost\" value=\"20.00\" min=\"0\" step=\"any\" required>\r\n            <span class=\"zh-unit\">\u0434\u043e\u043b\u043b. \u0421\u0428\u0410\/\u0447<\/span>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"zh-input-group\">\r\n          <label for=\"equipmentInvestment\">\u0418\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0438 \u0432 \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0435<\/label>\r\n          <div class=\"zh-input-wrapper\">\r\n            <input type=\"number\" id=\"equipmentInvestment\" value=\"100000\" min=\"0\" step=\"any\" required>\r\n            <span class=\"zh-unit\">\u0434\u043e\u043b\u043b\u0430\u0440 \u0421\u0428\u0410<\/span>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"zh-input-group\">\r\n          <label for=\"depreciationYears\">\u0421\u0440\u043e\u043a \u0430\u043c\u043e\u0440\u0442\u0438\u0437\u0430\u0446\u0438\u0438<\/label>\r\n          <div class=\"zh-input-wrapper\">\r\n            <input type=\"number\" id=\"depreciationYears\" value=\"8\" min=\"1\" step=\"any\" required>\r\n            <span class=\"zh-unit\">\u0413\u043e\u0434\u044b<\/span>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"zh-input-group\">\r\n          <label for=\"maintenanceRate\">\u0420\u0430\u0441\u0445\u043e\u0434\u044b \u043d\u0430 \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0435 \u0438 \u0438\u0437\u043d\u043e\u0441<\/label>\r\n          <div class=\"zh-input-wrapper\">\r\n            <input type=\"number\" id=\"maintenanceRate\" value=\"0.015\" min=\"0\" step=\"any\" required>\r\n            <span class=\"zh-unit\">\u0434\u043e\u043b\u043b. \u0421\u0428\u0410\/\u043a\u0433<\/span>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"zh-input-group\">\r\n          <label for=\"sellingPrice\">\u0426\u0435\u043b\u0435\u0432\u0430\u044f \u0446\u0435\u043d\u0430 \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430<\/label>\r\n          <div class=\"zh-input-wrapper\">\r\n            <input type=\"number\" id=\"sellingPrice\" value=\"2.20\" min=\"0\" step=\"any\" required>\r\n            <span class=\"zh-unit\">\u0434\u043e\u043b\u043b. \u0421\u0428\u0410\/\u043a\u0433<\/span>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- Action Buttons -->\r\n      <div class=\"zh-btn-group\">\r\n        <button type=\"button\" class=\"zh-btn zh-btn-blue\" onclick=\"calculateProductionCost()\">\u0420\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b<\/button>\r\n        <button type=\"button\" class=\"zh-btn zh-btn-outline\" onclick=\"resetCalculator()\">\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0432\u0432\u043e\u0434\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435<\/button>\r\n      <\/div>\r\n\r\n      <!-- Pure Text Disclaimer -->\r\n      <p class=\"zh-disclaimer\">\r\n        *\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435: \u041f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u043d\u044b\u0435 \u0440\u0430\u0441\u0447\u0435\u0442\u043d\u044b\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u044b \u0438\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0438 \u043e\u0446\u0435\u043d\u043a\u0438. \u0424\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u0437\u0430\u0442\u0440\u0430\u0442\u044b \u0437\u0430\u0432\u0438\u0441\u044f\u0442 \u043e\u0442 \u043f\u043e\u0442\u0435\u0440\u0438 \u0432\u043b\u0430\u0433\u0438 \u0432 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u0439 \u0440\u0435\u0446\u0435\u043f\u0442\u0443\u0440\u0435, \u043d\u0430\u0441\u044b\u043f\u043d\u043e\u0439 \u043f\u043b\u043e\u0442\u043d\u043e\u0441\u0442\u0438 \u0438\u043d\u0433\u0440\u0435\u0434\u0438\u0435\u043d\u0442\u043e\u0432, \u043c\u0435\u0441\u0442\u043d\u044b\u0445 \u0442\u0430\u0440\u0438\u0444\u043e\u0432 \u043d\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u044d\u043d\u0435\u0440\u0433\u0438\u044e \u0438 \u0442\u043e\u0447\u043d\u043e\u0439 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043b\u0438\u043d\u0438\u0438. \u0414\u043b\u044f \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0438\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0437\u0430\u0432\u043e\u0434\u0430 \u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0442\u043e\u0447\u043d\u044b\u0445 \u0446\u0435\u043d\u043e\u0432\u044b\u0445 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u043f\u0440\u043e\u0441\u0438\u043c \u043e\u0431\u0440\u0430\u0449\u0430\u0442\u044c\u0441\u044f \u043a \u043d\u0430\u0448\u0438\u043c \u0438\u043d\u0436\u0435\u043d\u0435\u0440\u0430\u043c-\u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0441\u0442\u0430\u043c.\r\n      <\/p>\r\n    <input type=\"hidden\" name=\"trp-form-language\" value=\"ru\"\/><\/form>\r\n\r\n    <!-- Results Section -->\r\n    <div id=\"resultsSection\" class=\"zh-results-box\">\r\n      <h3 class=\"zh-results-title\">\u0410\u043d\u0430\u043b\u0438\u0437 \u0441\u0435\u0431\u0435\u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u0438 \u0440\u0435\u043d\u0442\u0430\u0431\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430<\/h3>\r\n      \r\n      <!-- Key Hero Metrics Grid -->\r\n      <div class=\"zh-hero-grid\">\r\n        <div class=\"zh-hero-card\">\r\n          <div class=\"zh-hero-label\">\u0421\u0435\u0431\u0435\u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u043d\u0430 1 \u043a\u0433<\/div>\r\n          <div class=\"zh-hero-value\" id=\"resUnitCost\">$0,00 \/ \u043a\u0433<\/div>\r\n          <small style=\"color: #64748b; font-size: 11px;\">(\u0421 \u0443\u0447\u0435\u0442\u043e\u043c \u0432\u0441\u0435\u0445 \u043d\u0430\u043a\u043b\u0430\u0434\u043d\u044b\u0445 \u0440\u0430\u0441\u0445\u043e\u0434\u043e\u0432 \u0438 \u0430\u043c\u043e\u0440\u0442\u0438\u0437\u0430\u0446\u0438\u0438)<\/small>\r\n        <\/div>\r\n        <div class=\"zh-hero-card profit\">\r\n          <div class=\"zh-hero-label\">\u0412\u0430\u043b\u043e\u0432\u0430\u044f \u043f\u0440\u0438\u0431\u044b\u043b\u044c \u043d\u0430 1 \u043a\u0433<\/div>\r\n          <div class=\"zh-hero-value\" id=\"resGrossMargin\">$0,00 \/ \u043a\u0433<\/div>\r\n          <small style=\"color: #64748b; font-size: 11px;\" id=\"resMarginPercent\">\u041c\u0430\u0440\u0436\u0430: 0,01 TP3T<\/small>\r\n        <\/div>\r\n        <div class=\"zh-hero-card profit\">\r\n          <div class=\"zh-hero-label\">\u041f\u0440\u0435\u0434\u043f\u043e\u043b\u0430\u0433\u0430\u0435\u043c\u044b\u0439 \u0441\u0440\u043e\u043a \u043e\u043a\u0443\u043f\u0430\u0435\u043c\u043e\u0441\u0442\u0438 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0439<\/div>\r\n          <div class=\"zh-hero-value\" id=\"resRoiPeriod\">0,0 \u043c\u0435\u0441\u044f\u0446\u0435\u0432<\/div>\r\n          <small style=\"color: #64748b; font-size: 11px;\">(\u0420\u0430\u0441\u0447\u0435\u0442\u043d\u044b\u0439 \u0441\u0440\u043e\u043a \u043e\u043a\u0443\u043f\u0430\u0435\u043c\u043e\u0441\u0442\u0438 \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u044f)<\/small>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- Batch Cost Breakdown -->\r\n      <div class=\"zh-section-title\" style=\"margin-top: 20px;\">\u0420\u0430\u0437\u0431\u0438\u0432\u043a\u0430 \u0437\u0430\u0442\u0440\u0430\u0442 \u043f\u043e \u043f\u0430\u0440\u0442\u0438\u044f\u043c (<span id=\"resBatchSize\">1000<\/span> (\u0432\u044b\u0445\u043e\u0434 \u0432 \u043a\u0433)<\/div>\r\n      <div class=\"zh-breakdown-grid\">\r\n        <div class=\"zh-result-card\">\r\n          <div class=\"label\">\u0417\u0430\u0442\u0440\u0430\u0442\u044b \u043d\u0430 \u0441\u044b\u0440\u044c\u0435 (\u0441\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435)<\/div>\r\n          <div class=\"value\" id=\"resRawCost\">$0.00<\/div>\r\n        <\/div>\r\n        <div class=\"zh-result-card\">\r\n          <div class=\"label\">\u0417\u0430\u0442\u0440\u0430\u0442\u044b \u043d\u0430 \u044d\u043d\u0435\u0440\u0433\u0438\u044e<\/div>\r\n          <div class=\"value\" id=\"resEnergyCost\">$0.00<\/div>\r\n        <\/div>\r\n        <div class=\"zh-result-card\">\r\n          <div class=\"label\">\u0417\u0430\u0442\u0440\u0430\u0442\u044b \u043d\u0430 \u0440\u0430\u0431\u043e\u0447\u0443\u044e \u0441\u0438\u043b\u0443<\/div>\r\n          <div class=\"value\" id=\"resLaborCost\">$0.00<\/div>\r\n        <\/div>\r\n        <div class=\"zh-result-card\">\r\n          <div class=\"label\">\u0423\u043f\u0430\u043a\u043e\u0432\u043a\u0430 \u0438 \u0434\u043e\u0431\u0430\u0432\u043a\u0438<\/div>\r\n          <div class=\"value\" id=\"resPackCost\">$0.00<\/div>\r\n        <\/div>\r\n        <div class=\"zh-result-card\">\r\n          <div class=\"label\">\u0410\u043c\u043e\u0440\u0442\u0438\u0437\u0430\u0446\u0438\u044f \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u044f<\/div>\r\n          <div class=\"value\" id=\"resDepreciatedCost\">$0.00<\/div>\r\n        <\/div>\r\n        <div class=\"zh-result-card\">\r\n          <div class=\"label\">\u0422\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0435 \u0438 \u0438\u0437\u043d\u043e\u0441<\/div>\r\n          <div class=\"value\" id=\"resMaintenanceCost\">$0.00<\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- Monthly Factory Projection -->\r\n      <div class=\"zh-section-title\" style=\"margin-top: 16px;\">\u0415\u0436\u0435\u043c\u0435\u0441\u044f\u0447\u043d\u044b\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u043f\u0440\u043e\u0433\u043d\u043e\u0437\u044b<\/div>\r\n      <div class=\"zh-breakdown-grid\">\r\n        <div class=\"zh-result-card\">\r\n          <div class=\"label\">\u0420\u0430\u0441\u0447\u0435\u0442\u043d\u044b\u0439 \u043c\u0435\u0441\u044f\u0447\u043d\u044b\u0439 \u043e\u0431\u044a\u0435\u043c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430<\/div>\r\n          <div class=\"value\" id=\"resMonthlyOutput\">0 \u0442\u043e\u043d\u043d<\/div>\r\n        <\/div>\r\n        <div class=\"zh-result-card\">\r\n          <div class=\"label\">\u0415\u0436\u0435\u043c\u0435\u0441\u044f\u0447\u043d\u044b\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u0437\u0430\u0442\u0440\u0430\u0442\u044b<\/div>\r\n          <div class=\"value\" id=\"resMonthlyMfgCost\">$0.00<\/div>\r\n        <\/div>\r\n        <div class=\"zh-result-card\">\r\n          <div class=\"label\">\u0420\u0430\u0441\u0447\u0435\u0442\u043d\u0430\u044f \u0435\u0436\u0435\u043c\u0435\u0441\u044f\u0447\u043d\u0430\u044f \u0432\u0430\u043b\u043e\u0432\u0430\u044f \u043f\u0440\u0438\u0431\u044b\u043b\u044c<\/div>\r\n          <div class=\"value\" style=\"color: var(--profit-green);\" id=\"resMonthlyProfit\">$0.00<\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- CTA Button -->\r\n      <a href=\"https:\/\/zhuohengextruder.com\/ru\/contact\/\" class=\"zh-cta-btn\" target=\"_blank\" rel=\"noopener\">\r\n        \u041f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0435 \u0446\u0435\u043d\u043e\u0432\u043e\u0435 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043f\u043e \u043b\u0438\u043d\u0435\u0439\u043a\u0435 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432 \u0438 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u043e \u0440\u0435\u0446\u0435\u043f\u0442\u0443\u0440\u0430\u043c\r\n      <\/a>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n  function calculateProductionCost() {\r\n    \/\/ Inputs\r\n    const capacity = parseFloat(document.getElementById('lineCapacity').value) || 1;\r\n    const batchOutput = parseFloat(document.getElementById('targetBatch').value) || 0;\r\n    const dailyHours = parseFloat(document.getElementById('dailyHours').value) || 0;\r\n    const workingDays = parseFloat(document.getElementById('workingDays').value) || 0;\r\n\r\n    const rawCostPerKg = parseFloat(document.getElementById('rawMaterialCost').value) || 0;\r\n    const yieldLossPercent = parseFloat(document.getElementById('yieldLoss').value) || 0;\r\n    const packCostPerKg = parseFloat(document.getElementById('packagingCost').value) || 0;\r\n\r\n    const powerKw = parseFloat(document.getElementById('powerConsumption').value) || 0;\r\n    const elecRate = parseFloat(document.getElementById('electricityRate').value) || 0;\r\n    const laborRate = parseFloat(document.getElementById('laborCost').value) || 0;\r\n    \r\n    const investment = parseFloat(document.getElementById('equipmentInvestment').value) || 0;\r\n    const depYears = parseFloat(document.getElementById('depreciationYears').value) || 1;\r\n    const maintRatePerKg = parseFloat(document.getElementById('maintenanceRate').value) || 0;\r\n    const sellingPricePerKg = parseFloat(document.getElementById('sellingPrice').value) || 0;\r\n\r\n    if (capacity <= 0 || batchOutput <= 0) {\r\n      alert(\"Please enter valid positive values for line capacity and target batch output.\");\r\n      return;\r\n    }\r\n\r\n    \/\/ Calculations\r\n    const runTimeHours = batchOutput \/ capacity;\r\n    \r\n    \/\/ 1. Adjusted Raw Material Input considering process\/moisture yield loss\r\n    const yieldFactor = 1 - (yieldLossPercent \/ 100);\r\n    const requiredRawKg = yieldFactor > 0 ? (batchOutput \/ yieldFactor) : batchOutput;\r\n    const batchRawCost = requiredRawKg * rawCostPerKg;\r\n\r\n    \/\/ 2. Operational Overhead\r\n    const batchEnergyCost = runTimeHours * powerKw * elecRate;\r\n    const batchLaborCost = runTimeHours * laborRate;\r\n    const batchPackCost = batchOutput * packCostPerKg;\r\n    const batchMaintCost = batchOutput * maintRatePerKg;\r\n\r\n    \/\/ 3. Monthly Line Capacity & Depreciation per Kg\r\n    const monthlyOperatingHours = dailyHours * workingDays;\r\n    const monthlyOutputKg = capacity * monthlyOperatingHours;\r\n    const annualOutputKg = monthlyOutputKg * 12;\r\n\r\n    const annualDepreciationUSD = investment \/ depYears;\r\n    const depreciationPerKg = annualOutputKg > 0 ? (annualDepreciationUSD \/ annualOutputKg) : 0;\r\n    const batchDepreciationCost = batchOutput * depreciationPerKg;\r\n\r\n    \/\/ Totals & Unit Cost\r\n    const totalBatchCost = batchRawCost + batchEnergyCost + batchLaborCost + batchPackCost + batchMaintCost + batchDepreciationCost;\r\n    const finalUnitCostPerKg = totalBatchCost \/ batchOutput;\r\n    const monthlyManufacturingCost = monthlyOutputKg * finalUnitCostPerKg;\r\n\r\n    \/\/ Commercial & ROI Metrics\r\n    const grossMarginPerKg = sellingPricePerKg - finalUnitCostPerKg;\r\n    const grossMarginPercentage = sellingPricePerKg > 0 ? ((grossMarginPerKg \/ sellingPricePerKg) * 100) : 0;\r\n    const monthlyGrossProfit = monthlyOutputKg * grossMarginPerKg;\r\n    const paybackMonths = monthlyGrossProfit > 0 ? (investment \/ monthlyGrossProfit) : 0;\r\n\r\n    \/\/ Populate Results\r\n    document.getElementById('resBatchSize').innerText = batchOutput.toLocaleString();\r\n    document.getElementById('resUnitCost').innerText = '$' + finalUnitCostPerKg.toFixed(3) + ' \/ kg';\r\n    document.getElementById('resGrossMargin').innerText = '$' + grossMarginPerKg.toFixed(3) + ' \/ kg';\r\n    document.getElementById('resMarginPercent').innerText = 'Margin: ' + grossMarginPercentage.toFixed(1) + '%';\r\n    \r\n    if (paybackMonths > 0) {\r\n      document.getElementById('resRoiPeriod').innerText = paybackMonths.toFixed(1) + ' Months';\r\n    } else {\r\n      document.getElementById('resRoiPeriod').innerText = 'N\/A';\r\n    }\r\n\r\n    document.getElementById('resRawCost').innerText = '$' + batchRawCost.toFixed(2);\r\n    document.getElementById('resEnergyCost').innerText = '$' + batchEnergyCost.toFixed(2);\r\n    document.getElementById('resLaborCost').innerText = '$' + batchLaborCost.toFixed(2);\r\n    document.getElementById('resPackCost').innerText = '$' + batchPackCost.toFixed(2);\r\n    document.getElementById('resDepreciatedCost').innerText = '$' + batchDepreciationCost.toFixed(2);\r\n    document.getElementById('resMaintenanceCost').innerText = '$' + batchMaintCost.toFixed(2);\r\n\r\n    document.getElementById('resMonthlyOutput').innerText = (monthlyOutputKg \/ 1000).toFixed(1) + ' tons';\r\n    document.getElementById('resMonthlyMfgCost').innerText = '$' + monthlyManufacturingCost.toLocaleString('en-US', {maximumFractionDigits: 2});\r\n    document.getElementById('resMonthlyProfit').innerText = '$' + monthlyGrossProfit.toLocaleString('en-US', {maximumFractionDigits: 2});\r\n\r\n    \/\/ Show Results Box\r\n    document.getElementById('resultsSection').style.display = 'block';\r\n  }\r\n\r\n  function resetCalculator() {\r\n    document.getElementById('petFoodCalcForm').reset();\r\n    document.getElementById('resultsSection').style.display = 'none';\r\n  }\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5773960 e-flex e-con-boxed e-con e-parent\" data-id=\"5773960\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-85b013d elementor-widget elementor-widget-html\" data-id=\"85b013d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Featured Product Link Banner -->\r\n<div class=\"zh-product-card\">\r\n  <div class=\"zh-product-info\">\r\n    <span class=\"zh-product-badge\">\u0420\u0435\u0448\u0435\u043d\u0438\u0435 \u043f\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0435 \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u044f \u00ab\u043f\u043e\u0434 \u043a\u043b\u044e\u0447\u00bb<\/span>\r\n    <h3 class=\"zh-product-title\">\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043b\u0438\u043d\u0438\u044f \u043f\u043e \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0443 \u043a\u043e\u043c\u043c\u0435\u0440\u0447\u0435\u0441\u043a\u0438\u0445 \u043a\u043e\u0440\u043c\u043e\u0432 \u0434\u043b\u044f \u0434\u043e\u043c\u0430\u0448\u043d\u0438\u0445 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445<\/h3>\r\n    <p class=\"zh-product-desc\">\r\n      \u041e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441 \u0432\u044b\u0441\u043e\u043a\u043e\u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u043c\u0438 \u0434\u0432\u0443\u0445\u0448\u043d\u0435\u043a\u043e\u0432\u044b\u043c\u0438 \u044d\u043a\u0441\u0442\u0440\u0443\u0434\u0435\u0440\u0430\u043c\u0438 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 Zhuoheng, \u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u043c\u0438 \u0434\u043b\u044f \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u0441\u0443\u0445\u0438\u0445 \u043a\u043e\u0440\u043c\u043e\u0432 \u0434\u043b\u044f \u0441\u043e\u0431\u0430\u043a, \u043a\u043e\u0448\u0435\u043a \u0438 \u0432\u043e\u0434\u043d\u044b\u0445 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445, \u0441 \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u043e\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c\u044e \u043e\u0442 200 \u043a\u0433\/\u0447 \u0434\u043e 5 000 \u043a\u0433\/\u0447.\r\n    <\/p>\r\n  <\/div>\r\n  <a href=\"https:\/\/zhuohengextruder.com\/ru\/Extruder-Machine\/pet-food-production-line\/\" class=\"zh-product-btn\" target=\"_blank\" rel=\"noopener\">\r\n    \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438 \u043b\u0438\u043d\u0435\u0439\u043a\u0438 \u2192\r\n  <\/a>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bfceaa2 elementor-widget elementor-widget-text-editor\" data-id=\"bfceaa2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h2 data-path-to-node=\"4\">\u0410\u043d\u0430\u043b\u0438\u0437 \u0441\u0435\u0431\u0435\u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u043a\u043e\u0440\u043c\u043e\u0432 \u0434\u043b\u044f \u0434\u043e\u043c\u0430\u0448\u043d\u0438\u0445 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445: \u0430\u043d\u0430\u043b\u0438\u0437 \u0437\u0430\u0442\u0440\u0430\u0442 \u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e, \u044d\u043d\u0435\u0440\u0433\u043e\u0437\u0430\u0442\u0440\u0430\u0442, \u0437\u0430\u0442\u0440\u0430\u0442 \u043d\u0430 \u0440\u0430\u0431\u043e\u0447\u0443\u044e \u0441\u0438\u043b\u0443 \u0438 \u0440\u0435\u043d\u0442\u0430\u0431\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0439<\/h2>\n<p data-path-to-node=\"5\">\u0414\u043b\u044f \u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0439 \u0441\u0435\u0431\u0435\u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u043b\u0438\u043d\u0438\u0438 \u043f\u043e \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0443 \u044d\u043a\u0441\u0442\u0440\u0443\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u043a\u043e\u0440\u043c\u0430 \u0434\u043b\u044f \u0434\u043e\u043c\u0430\u0448\u043d\u0438\u0445 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043f\u0440\u043e\u0441\u0442\u043e \u0441\u043b\u043e\u0436\u0438\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0442\u044b \u043d\u0430 \u0441\u044b\u0440\u044c\u0435. \u0412 \u043f\u0440\u043e\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u043e\u043c \u043f\u0438\u0449\u0435\u0432\u043e\u043c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435 \u043d\u0430 \u043a\u043e\u043d\u0435\u0447\u043d\u0443\u044e \u0441\u0435\u0431\u0435\u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u043e\u0434\u043d\u043e\u0433\u043e \u043a\u0438\u043b\u043e\u0433\u0440\u0430\u043c\u043c\u0430 \u0432 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u0441\u0442\u0435\u043f\u0435\u043d\u0438 \u0432\u043b\u0438\u044f\u044e\u0442 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0435 \u0440\u0430\u0441\u0445\u043e\u0434\u044b (OPEX), \u043f\u043e\u0442\u0435\u0440\u0438 \u0432\u044b\u0445\u043e\u0434\u0430 \u043f\u0440\u043e\u0434\u0443\u043a\u0446\u0438\u0438, \u043f\u043e\u0442\u0440\u0435\u0431\u043b\u0435\u043d\u0438\u0435 \u0442\u0435\u043f\u043b\u043e\u0432\u043e\u0439 \u044d\u043d\u0435\u0440\u0433\u0438\u0438, \u043c\u0435\u0445\u0430\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0438\u0437\u043d\u043e\u0441 \u0448\u043d\u0435\u043a\u043e\u0432 \u0438 \u0446\u0438\u043b\u0438\u043d\u0434\u0440\u043e\u0432, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0430\u043c\u043e\u0440\u0442\u0438\u0437\u0430\u0446\u0438\u044f \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0433\u043e \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u044f.<\/p>\n<p data-path-to-node=\"6\">\u042d\u0442\u043e <b data-path-to-node=\"6\" data-index-in-node=\"5\">\u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u043a\u043e\u0440\u043c\u0430 \u0434\u043b\u044f \u0434\u043e\u043c\u0430\u0448\u043d\u0438\u0445 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445<\/b> \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u0430 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432, \u0440\u0443\u043a\u043e\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445 \u043f\u0440\u0435\u0434\u043f\u0440\u0438\u044f\u0442\u0438\u0439 \u0438 \u0438\u043d\u0436\u0435\u043d\u0435\u0440\u043e\u0432-\u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u043e\u0432. \u041d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e \u043e\u0442 \u0442\u043e\u0433\u043e, \u0437\u0430\u043d\u0438\u043c\u0430\u0435\u0442\u0435\u0441\u044c \u043b\u0438 \u0432\u044b \u0440\u0430\u0441\u0447\u0435\u0442\u043e\u043c \u0441\u0435\u0431\u0435\u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u0441\u0443\u0445\u043e\u0433\u043e \u043a\u043e\u0440\u043c\u0430 \u0434\u043b\u044f \u0441\u043e\u0431\u0430\u043a, \u043e\u0446\u0435\u043d\u043a\u043e\u0439 \u0440\u0435\u043d\u0442\u0430\u0431\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u043a\u043e\u0440\u043c\u0430 \u0434\u043b\u044f \u043a\u043e\u0448\u0435\u043a \u0438\u043b\u0438 \u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u043d\u043e\u0432\u043e\u0439 \u043b\u0438\u043d\u0438\u0438 \u044d\u043a\u0441\u0442\u0440\u0443\u0434\u0435\u0440\u043e\u0432 \u0434\u043b\u044f \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u043a\u043e\u0440\u043c\u043e\u0432 \u0434\u043b\u044f \u0434\u043e\u043c\u0430\u0448\u043d\u0438\u0445 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445, \u044d\u0442\u0430 \u043c\u043e\u0434\u0435\u043b\u044c \u043f\u043e\u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0442\u043e\u0447\u043d\u044b\u0435 \u043e\u0442\u0447\u0435\u0442\u044b \u043e \u0442\u0435\u0445\u043d\u0438\u043a\u043e-\u044d\u043a\u043e\u043d\u043e\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u043c \u043e\u0431\u043e\u0441\u043d\u043e\u0432\u0430\u043d\u0438\u0438 \u0438 \u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0440\u0435\u043d\u0442\u0430\u0431\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u0435\u0434\u043f\u0440\u0438\u044f\u0442\u0438\u044f.<\/p>\n<h2 data-path-to-node=\"8\">\u041a\u0430\u043a \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u044d\u0442\u043e\u0442 \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u043a\u043e\u0440\u043c\u0430 \u0434\u043b\u044f \u0434\u043e\u043c\u0430\u0448\u043d\u0438\u0445 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445<\/h2>\n<p data-path-to-node=\"9\">\u041d\u0430\u0448 \u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c \u0440\u0430\u0441\u0447\u0451\u0442\u0430 \u0441\u043e\u0447\u0435\u0442\u0430\u0435\u0442 \u0432 \u0441\u0435\u0431\u0435 \u043e\u0442\u0440\u0430\u0441\u043b\u0435\u0432\u044b\u0435 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u044b \u0431\u0443\u0445\u0433\u0430\u043b\u0442\u0435\u0440\u0441\u043a\u043e\u0433\u043e \u0443\u0447\u0451\u0442\u0430 \u0441 \u044d\u043c\u043f\u0438\u0440\u0438\u0447\u0435\u0441\u043a\u0438\u043c\u0438 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044f\u043c\u0438 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0438 \u044d\u043a\u0441\u0442\u0440\u0443\u0437\u0438\u0438. \u041d\u0438\u0436\u0435 \u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u043e \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0442\u043e\u0433\u043e, \u043a\u0430\u043a \u043c\u043e\u0434\u0435\u043b\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u043a\u0430\u0436\u0434\u0430\u044f \u043a\u043b\u044e\u0447\u0435\u0432\u0430\u044f \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0449\u0430\u044f \u0441\u0435\u0431\u0435\u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438:<\/p>\n<h3 data-path-to-node=\"10\">1. \u0420\u0430\u0441\u0447\u0435\u0442 \u043f\u043e\u0442\u0435\u0440\u044c \u0441\u044b\u0440\u044c\u044f<\/h3>\n<p data-path-to-node=\"11\">\u0412 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0434\u0432\u0443\u0445\u0448\u043d\u0435\u043a\u043e\u0432\u043e\u0439 \u044d\u043a\u0441\u0442\u0440\u0443\u0437\u0438\u0438, \u043a\u043e\u043d\u0434\u0438\u0446\u0438\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0438 \u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u043e\u0439 \u0441\u0443\u0448\u043a\u0438 \u0441\u044b\u0440\u044c\u0435\u0432\u044b\u0435 \u0441\u043c\u0435\u0441\u0438 \u043f\u043e\u0434\u0432\u0435\u0440\u0433\u0430\u044e\u0442\u0441\u044f \u0438\u0441\u043f\u0430\u0440\u0435\u043d\u0438\u044e \u0432\u043b\u0430\u0433\u0438, \u043f\u043e\u0442\u0435\u0440\u044f\u043c \u0432 \u0432\u0438\u0434\u0435 \u043e\u0442\u0433\u043e\u043d\u044f\u0435\u043c\u043e\u0433\u043e \u043f\u0430\u0440\u0430 \u0438 \u043f\u043e\u0442\u0435\u0440\u044f\u043c \u043f\u0440\u0438 \u0442\u043e\u043d\u043a\u043e\u043c \u043f\u0440\u043e\u0441\u0435\u0438\u0432\u0430\u043d\u0438\u0438. \u0412 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0435 \u0434\u043b\u044f \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 1 000 \u043a\u0433 \u0433\u043e\u0442\u043e\u0432\u043e\u0433\u043e \u0441\u0443\u0445\u043e\u0433\u043e \u043a\u043e\u0440\u043c\u0430 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0431\u043e\u043b\u0435\u0435 1 000 \u043a\u0433 \u0441\u044b\u0440\u044c\u044f.<\/p>\n<blockquote data-path-to-node=\"12\">\n<p data-path-to-node=\"12,0\"><b data-path-to-node=\"12,0\" data-index-in-node=\"0\">\u0424\u043e\u0440\u043c\u0443\u043b\u0430:<\/b><\/p>\n<p data-path-to-node=\"12,1\">\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0430\u044f \u043c\u0430\u0441\u0441\u0430 \u0441\u044b\u0440\u044c\u044f (\u043a\u0433) = \u041f\u043b\u0430\u043d\u0438\u0440\u0443\u0435\u043c\u044b\u0439 \u0432\u044b\u0445\u043e\u0434 \u043f\u0430\u0440\u0442\u0438\u0438 (\u043a\u0433) \u00f7 (1 \u2013 \u041a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442 \u043f\u043e\u0442\u0435\u0440\u044c \u043f\u0440\u0438 \u0432\u044b\u0445\u043e\u0434\u0435 %)<\/p>\n<\/blockquote>\n<h3 data-path-to-node=\"13\">2. \u0420\u0430\u0441\u0447\u0435\u0442 \u044d\u043d\u0435\u0440\u0433\u043e\u043f\u043e\u0442\u0440\u0435\u0431\u043b\u0435\u043d\u0438\u044f<\/h3>\n<p data-path-to-node=\"14\">\u0422\u0435\u0440\u043c\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0438 \u043c\u0435\u0445\u0430\u043d\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u0443\u044e \u0447\u0430\u0441\u0442\u044c \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u0445\u043e\u0434\u043e\u0432. \u041e\u0431\u0449\u0430\u044f \u043f\u043e\u0442\u0440\u0435\u0431\u043d\u043e\u0441\u0442\u044c \u0432 \u044d\u043d\u0435\u0440\u0433\u0438\u0438 \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0432\u0441\u0435\u0439 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043b\u0438\u043d\u0438\u0438, \u0432\u043a\u043b\u044e\u0447\u0430\u044f \u0434\u0432\u0438\u0433\u0430\u0442\u0435\u043b\u044c \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0433\u043e \u044d\u043a\u0441\u0442\u0440\u0443\u0434\u0435\u0440\u0430 \u0434\u043b\u044f \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u043a\u043e\u0440\u043c\u043e\u0432 \u0434\u043b\u044f \u0434\u043e\u043c\u0430\u0448\u043d\u0438\u0445 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445, \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u043f\u043e\u0434\u0430\u0447\u0438 \u043f\u0430\u0440\u0430 \u0438 \u043d\u0430\u0433\u0440\u0435\u0432\u0430 \u0432 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0435 \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438, \u043c\u043d\u043e\u0433\u043e\u0441\u043b\u043e\u0439\u043d\u0443\u044e \u0441\u0443\u0448\u0438\u043b\u044c\u043d\u0443\u044e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443 \u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u043e\u0433\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0432\u0441\u043f\u043e\u043c\u043e\u0433\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043f\u043d\u0435\u0432\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b:<\/p>\n<blockquote data-path-to-node=\"15\">\n<p data-path-to-node=\"15,0\"><b data-path-to-node=\"15,0\" data-index-in-node=\"0\">\u0424\u043e\u0440\u043c\u0443\u043b\u0430:<\/b><\/p>\n<p data-path-to-node=\"15,1\">\u0417\u0430\u0442\u0440\u0430\u0442\u044b \u043d\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u044d\u043d\u0435\u0440\u0433\u0438\u044e \u0437\u0430 \u043f\u0430\u0440\u0442\u0438\u044e (<span class=\"math-inline\" data-math=\") = (Batch Output kg \u00f7 Line Capacity kg\/h) \u00d7 Total Line Power Demand (kW) \u00d7 Electricity Tariff (\" data-index-in-node=\"19\">$) = (\u0432\u044b\u0445\u043e\u0434 \u043f\u0430\u0440\u0442\u0438\u0438, \u043a\u0433 \u00f7 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043b\u0438\u043d\u0438\u0438, \u043a\u0433\/\u0447) \u00d7 \u043e\u0431\u0449\u0430\u044f \u043f\u043e\u0442\u0440\u0435\u0431\u043b\u044f\u0435\u043c\u0430\u044f \u043c\u043e\u0449\u043d\u043e\u0441\u0442\u044c \u043b\u0438\u043d\u0438\u0438 (\u043a\u0412\u0442) \u00d7 \u0442\u0430\u0440\u0438\u0444 \u043d\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u044d\u043d\u0435\u0440\u0433\u0438\u044e ($<\/span>\/\u043a\u0412\u0442\u00b7\u0447)<\/p>\n<\/blockquote>\n<h3 data-path-to-node=\"16\">3. \u0420\u0430\u0441\u0447\u0435\u0442 \u0430\u043c\u043e\u0440\u0442\u0438\u0437\u0430\u0446\u0438\u0438 \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u044f<\/h3>\n<p data-path-to-node=\"17\">\u0412\u044b\u0441\u043e\u043a\u043e\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u043a\u0430\u043f\u0438\u0442\u0430\u043b\u043e\u0432\u043b\u043e\u0436\u0435\u043d\u0438\u0439 (CAPEX). \u0414\u043b\u044f \u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0439 \u0443\u0434\u0435\u043b\u044c\u043d\u043e\u0439 \u0441\u0435\u0431\u0435\u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0446\u0438\u0438 \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u044f \u0430\u043c\u043e\u0440\u0442\u0438\u0437\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u043b\u0438\u043d\u0435\u0439\u043d\u044b\u043c \u043c\u0435\u0442\u043e\u0434\u043e\u043c \u0441 \u0443\u0447\u0435\u0442\u043e\u043c \u0435\u0433\u043e \u043f\u0440\u043e\u0433\u043d\u043e\u0437\u0438\u0440\u0443\u0435\u043c\u043e\u0433\u043e \u0433\u043e\u0434\u043e\u0432\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043c\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u0432 \u0442\u043e\u043d\u043d\u0430\u0445:<\/p>\n<blockquote data-path-to-node=\"18\">\n<p data-path-to-node=\"18,0\"><b data-path-to-node=\"18,0\" data-index-in-node=\"0\">\u0424\u043e\u0440\u043c\u0443\u043b\u0430:<\/b><\/p>\n<p data-path-to-node=\"18,1\">\u0410\u043c\u043e\u0440\u0442\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430 1 \u043a\u0433 ($) = (\u041e\u0431\u0449\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0439 \u0432 \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0435 \u00f7 \u0421\u0440\u043e\u043a \u0430\u043c\u043e\u0440\u0442\u0438\u0437\u0430\u0446\u0438\u0438) \u00f7 \u0413\u043e\u0434\u043e\u0432\u043e\u0439 \u043e\u0431\u044a\u0435\u043c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 (\u043a\u0433)<\/p>\n<\/blockquote>\n<h3 data-path-to-node=\"19\">4. \u0422\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0435 \u0438 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u0440\u0430\u0441\u0445\u043e\u0434\u043d\u044b\u0445 \u0434\u0435\u0442\u0430\u043b\u0435\u0439<\/h3>\n<p data-path-to-node=\"20\">\u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u044d\u043a\u0441\u0442\u0440\u0443\u0434\u0435\u0440\u0430 \u2014 \u0442\u0430\u043a\u0438\u0435 \u043a\u0430\u043a \u0432\u044b\u0441\u043e\u043a\u043e\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0448\u043d\u0435\u043a\u0438, \u0431\u0438\u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0446\u0438\u043b\u0438\u043d\u0434\u0440\u044b, \u0440\u0435\u0436\u0443\u0449\u0438\u0435 \u043d\u043e\u0436\u0438 \u0438 \u044d\u043a\u0441\u0442\u0440\u0443\u0437\u0438\u043e\u043d\u043d\u044b\u0435 \u043c\u0430\u0442\u0440\u0438\u0446\u044b \u2014 \u043f\u043e\u0434\u0432\u0435\u0440\u0433\u0430\u044e\u0442\u0441\u044f \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u043e\u043c\u0443 \u0430\u0431\u0440\u0430\u0437\u0438\u0432\u043d\u043e\u043c\u0443 \u0438 \u043a\u043e\u0440\u0440\u043e\u0437\u0438\u043e\u043d\u043d\u043e\u043c\u0443 \u0438\u0437\u043d\u043e\u0441\u0443. \u0412 \u0440\u0430\u0441\u0447\u0435\u0442 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043e \u0431\u0430\u0437\u043e\u0432\u043e\u0435 \u0430\u0441\u0441\u0438\u0433\u043d\u043e\u0432\u0430\u043d\u0438\u0435 (\u043e\u0442 $0.01 \u0434\u043e $0.025\/\u043a\u0433) \u043d\u0430 \u043f\u043b\u0430\u043d\u043e\u0432\u043e\u0435 \u043f\u0440\u043e\u0444\u0438\u043b\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0435 \u0438 \u0437\u0430\u043c\u0435\u043d\u0443 \u0438\u0437\u043d\u0430\u0448\u0438\u0432\u0430\u0435\u043c\u044b\u0445 \u0434\u0435\u0442\u0430\u043b\u0435\u0439.<\/p>\n<h2 data-path-to-node=\"22\">\u041a\u0430\u043a \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u043f\u0440\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438 \u0437\u0430\u0432\u043e\u0434\u0430 \u043f\u043e \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0443 \u043a\u043e\u0440\u043c\u043e\u0432 \u0434\u043b\u044f \u0434\u043e\u043c\u0430\u0448\u043d\u0438\u0445 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445<\/h2>\n<h3 data-path-to-node=\"23\">\u041e\u0446\u0435\u043d\u043a\u0430 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0439 \u0432 \u043b\u0438\u043d\u0438\u044e \u043f\u043e \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0443 \u043a\u043e\u0440\u043c\u043e\u0432 \u0434\u043b\u044f \u0434\u043e\u043c\u0430\u0448\u043d\u0438\u0445 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445<\/h3>\n<p data-path-to-node=\"24\">\u0421\u0440\u0430\u0432\u043d\u0438\u0442\u0435 \u0443\u0434\u0435\u043b\u044c\u043d\u044b\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u0437\u0430\u0442\u0440\u0430\u0442\u044b \u043d\u0430 \u043f\u0438\u043b\u043e\u0442\u043d\u044b\u0445 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445 \u043b\u0438\u043d\u0438\u044f\u0445 (\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, 200 \u043a\u0433\/\u0447) \u0438 \u043d\u0430 \u043a\u0440\u0443\u043f\u043d\u044b\u0445 \u043f\u0440\u043e\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u044b\u0445 \u043f\u0435\u0440\u0435\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u044e\u0449\u0438\u0445 \u043f\u0440\u0435\u0434\u043f\u0440\u0438\u044f\u0442\u0438\u044f\u0445 (1 000+ \u043a\u0433\/\u0447), \u0447\u0442\u043e\u0431\u044b \u043e\u0446\u0435\u043d\u0438\u0442\u044c \u044d\u043a\u043e\u043d\u043e\u043c\u0438\u044e \u0437\u0430 \u0441\u0447\u0435\u0442 \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430 \u043f\u0435\u0440\u0435\u0434 \u0437\u0430\u043a\u0443\u043f\u043a\u043e\u0439 \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u044f.<\/p>\n<h3 data-path-to-node=\"25\">\u041e\u0446\u0435\u043d\u043a\u0430 \u0440\u0435\u043d\u0442\u0430\u0431\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430<\/h3>\n<p data-path-to-node=\"26\">\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043e\u0440\u0438\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u043e\u0447\u043d\u0443\u044e \u043e\u043f\u0442\u043e\u0432\u0443\u044e \u0438\u043b\u0438 \u0440\u043e\u0437\u043d\u0438\u0447\u043d\u0443\u044e \u0446\u0435\u043d\u0443 FOB, \u0447\u0442\u043e\u0431\u044b \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c \u043c\u0430\u0440\u0436\u0443 \u0432\u0430\u043b\u043e\u0432\u043e\u0439 \u043f\u0440\u0438\u0431\u044b\u043b\u0438 \u043d\u0430 \u043a\u0438\u043b\u043e\u0433\u0440\u0430\u043c\u043c \u0438 \u043e\u0446\u0435\u043d\u0438\u0442\u044c, \u043a\u0430\u043a \u043a\u043e\u043b\u0435\u0431\u0430\u043d\u0438\u044f \u0446\u0435\u043d \u043d\u0430 \u0438\u043d\u0433\u0440\u0435\u0434\u0438\u0435\u043d\u0442\u044b \u0432\u043b\u0438\u044f\u044e\u0442 \u043d\u0430 \u043e\u0431\u0449\u0443\u044e \u0440\u0435\u043d\u0442\u0430\u0431\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0437\u0430\u0432\u043e\u0434\u0430.<\/p>\n<h3 data-path-to-node=\"27\">\u0420\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c \u0441\u0440\u043e\u043a \u043e\u043a\u0443\u043f\u0430\u0435\u043c\u043e\u0441\u0442\u0438 \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u044f<\/h3>\n<p data-path-to-node=\"28\">\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u0435, \u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u043e\u043a\u0443\u043f\u0430\u0435\u043c\u043e\u0441\u0442\u0438 \u0432\u0430\u0448\u0438\u0445 \u043f\u0435\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u0445 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0439 \u0432 \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0435, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043a\u0440\u0435\u0434\u0438\u0442\u043e\u0440\u0430\u043c \u0438 \u0437\u0430\u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043e\u0432\u0430\u043d\u043d\u044b\u043c \u0441\u0442\u043e\u0440\u043e\u043d\u0430\u043c \u0447\u0435\u0442\u043a\u0438\u0435 \u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u044b\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0438.<\/p>\n<h2 data-path-to-node=\"30\">\u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u0444\u0430\u043a\u0442\u043e\u0440\u044b, \u0432\u043b\u0438\u044f\u044e\u0449\u0438\u0435 \u043d\u0430 \u0441\u0435\u0431\u0435\u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u043a\u043e\u0440\u043c\u043e\u0432 \u0434\u043b\u044f \u0434\u043e\u043c\u0430\u0448\u043d\u0438\u0445 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445<\/h2>\n<ul data-path-to-node=\"31\">\n<li>\n<p data-path-to-node=\"31,0,0\"><b data-path-to-node=\"31,0,0\" data-index-in-node=\"0\">\u0421\u043e\u0441\u0442\u0430\u0432 \u0438\u043d\u0433\u0440\u0435\u0434\u0438\u0435\u043d\u0442\u043e\u0432:<\/b> \u0420\u0435\u0446\u0435\u043f\u0442\u044b \u0441 \u0432\u044b\u0441\u043e\u043a\u0438\u043c \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435\u043c \u043c\u044f\u0441\u0430 \u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u043d\u043e\u0432\u044b\u0445 \u0432\u0438\u0434\u043e\u0432 \u0431\u0435\u043b\u043a\u0430 \u043f\u043e\u0432\u044b\u0448\u0430\u044e\u0442 \u0437\u0430\u0442\u0440\u0430\u0442\u044b \u043d\u0430 \u0441\u044b\u0440\u044c\u0435, \u043d\u043e \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0442 \u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0442\u044c \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u0438\u0435 \u0440\u043e\u0437\u043d\u0438\u0447\u043d\u044b\u0435 \u0446\u0435\u043d\u044b \u043d\u0430 \u0440\u044b\u043d\u043a\u0435.<\/p>\n<\/li>\n<li>\n<p data-path-to-node=\"31,1,0\"><b data-path-to-node=\"31,1,0\" data-index-in-node=\"0\">\u041f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0439 \u043b\u0438\u043d\u0438\u0438:<\/b> \u0423\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u044d\u043a\u0441\u0442\u0440\u0443\u0437\u0438\u0438 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0441\u043d\u0438\u0437\u0438\u0442\u044c \u0443\u0434\u0435\u043b\u044c\u043d\u044b\u0435 \u0437\u0430\u0442\u0440\u0430\u0442\u044b \u043d\u0430 \u043e\u043f\u043b\u0430\u0442\u0443 \u0442\u0440\u0443\u0434\u0430 \u0438 \u0430\u043c\u043e\u0440\u0442\u0438\u0437\u0430\u0446\u0438\u044e \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u044f \u0432 \u0440\u0430\u0441\u0447\u0435\u0442\u0435 \u043d\u0430 \u043a\u0438\u043b\u043e\u0433\u0440\u0430\u043c\u043c.<\/p>\n<\/li>\n<li>\n<p data-path-to-node=\"31,2,0\"><b data-path-to-node=\"31,2,0\" data-index-in-node=\"0\">\u042d\u043d\u0435\u0440\u0433\u043e\u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c:<\/b> \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u0445 \u043b\u0435\u043d\u0442\u043e\u0447\u043d\u044b\u0445 \u0441\u0443\u0448\u0438\u043b\u043e\u043a \u0438 \u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0430\u0446\u0438\u044f \u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u043d\u044b\u0445 \u0437\u043e\u043d \u0434\u0432\u0443\u0445\u0448\u043d\u0435\u043a\u043e\u0432\u043e\u0433\u043e \u0446\u0438\u043b\u0438\u043d\u0434\u0440\u0430 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0442 \u0441\u043d\u0438\u0437\u0438\u0442\u044c \u0437\u0430\u0442\u0440\u0430\u0442\u044b \u043d\u0430 \u043a\u043e\u043c\u043c\u0443\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u0443\u0441\u043b\u0443\u0433\u0438 \u0432 \u0440\u0430\u0441\u0447\u0435\u0442\u0435 \u043d\u0430 \u0442\u043e\u043d\u043d\u0443.<\/p>\n<\/li>\n<li>\n<p data-path-to-node=\"31,3,0\"><b data-path-to-node=\"31,3,0\" data-index-in-node=\"0\">\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0430\u0446\u0438\u0438:<\/b> \u0421\u0438\u0441\u0442\u0435\u043c\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u0434\u043e\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0438\u043d\u0433\u0440\u0435\u0434\u0438\u0435\u043d\u0442\u043e\u0432 \u043f\u043e \u0440\u0435\u0446\u0435\u043f\u0442\u0430\u043c \u0438 \u043c\u0438\u043a\u0440\u043e\u0434\u043e\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0442 \u0441\u043e\u043a\u0440\u0430\u0442\u0438\u0442\u044c \u0442\u0440\u0443\u0434\u043e\u0437\u0430\u0442\u0440\u0430\u0442\u044b \u0438 \u0441\u043d\u0438\u0437\u0438\u0442\u044c \u043e\u0442\u043a\u043b\u043e\u043d\u0435\u043d\u0438\u044f \u0432 \u0441\u043e\u0441\u0442\u0430\u0432\u0435 \u043f\u0430\u0440\u0442\u0438\u0439 \u043f\u0440\u043e\u0434\u0443\u043a\u0446\u0438\u0438.<\/p>\n<\/li>\n<\/ul>\n<h2 data-path-to-node=\"33\">\u041e \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 \u00abZhuoheng Pet Food Extrusion Technology\u00bb<\/h2>\n<p data-path-to-node=\"34\">\u0414\u0430\u043d\u043d\u0430\u044f \u0440\u0430\u0441\u0447\u0435\u0442\u043d\u0430\u044f \u043c\u043e\u0434\u0435\u043b\u044c \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u0430 \u043d\u0430 \u0438\u043d\u0436\u0435\u043d\u0435\u0440\u043d\u043e\u043c \u043e\u043f\u044b\u0442\u0435 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 \u00ab\u0427\u0436\u0443\u043e\u0445\u044d\u043d\u00bb \u0432 \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u044d\u043a\u0441\u0442\u0440\u0443\u0437\u0438\u0438, \u043e\u0442\u0440\u0430\u0441\u043b\u0435\u0432\u043e\u0439 \u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0435 \u043f\u0438\u0449\u0435\u0432\u043e\u0439 \u043f\u0440\u043e\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u043e\u0441\u0442\u0438 \u0438 \u0442\u0438\u043f\u0438\u0447\u043d\u044b\u0445 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044f\u0445 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445 \u043f\u0440\u0435\u0434\u043f\u0440\u0438\u044f\u0442\u0438\u0439. \u042f\u0432\u043b\u044f\u044f\u0441\u044c \u0432\u0435\u0434\u0443\u0449\u0438\u043c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u044d\u043a\u0441\u0442\u0440\u0443\u0437\u0438\u0438 \u043f\u0438\u0449\u0435\u0432\u044b\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u043e\u0432, \u0438\u0437\u0433\u043e\u0442\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u043c\u043e\u0433\u043e \u043f\u043e \u0438\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u044b\u043c \u0437\u0430\u043a\u0430\u0437\u0430\u043c, \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044f \u00ab\u0427\u0436\u0443\u043e\u0445\u044d\u043d\u00bb \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0435\u0442 \u0433\u043e\u0442\u043e\u0432\u044b\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u044f \u2014 \u043e\u0442 \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u0445 \u043a\u043e\u043c\u043c\u0435\u0440\u0447\u0435\u0441\u043a\u0438\u0445 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u043a \u0434\u043e \u0432\u044b\u0441\u043e\u043a\u043e\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043b\u0438\u043d\u0438\u0439 \u043f\u043e \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0443 \u043a\u043e\u0440\u043c\u043e\u0432 \u0434\u043b\u044f \u0434\u043e\u043c\u0430\u0448\u043d\u0438\u0445 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445.<\/p>\n<p data-path-to-node=\"35\"><i data-path-to-node=\"35\" data-index-in-node=\"0\">\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0434\u0430\u043d\u043d\u044b\u0445 \u0438 \u043e\u0442\u043a\u0430\u0437 \u043e\u0442 \u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0441\u0442\u0438: \u0420\u0430\u0441\u0447\u0435\u0442\u044b, \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u043d\u044b\u0435 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430, \u0441\u043b\u0443\u0436\u0430\u0442 \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043e\u0440\u0438\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u043e\u0447\u043d\u044b\u0445 \u043e\u0446\u0435\u043d\u043e\u043a \u0434\u043b\u044f \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u043e\u0446\u0435\u043d\u043a\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0430. \u0424\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0435 \u0440\u0430\u0441\u0445\u043e\u0434\u044b \u0437\u0430\u0432\u0438\u0441\u044f\u0442 \u043e\u0442 \u043d\u0430\u0441\u044b\u043f\u043d\u043e\u0439 \u043f\u043b\u043e\u0442\u043d\u043e\u0441\u0442\u0438 \u0441\u044b\u0440\u044c\u044f, \u0441\u0442\u0435\u043f\u0435\u043d\u0438 \u0441\u043d\u0438\u0436\u0435\u043d\u0438\u044f \u0432\u043b\u0430\u0436\u043d\u043e\u0441\u0442\u0438 \u0432 \u0440\u0435\u0446\u0435\u043f\u0442\u0443\u0440\u0435, \u043c\u0435\u0441\u0442\u043d\u044b\u0445 \u0442\u0430\u0440\u0438\u0444\u043e\u0432 \u043d\u0430 \u043a\u043e\u043c\u043c\u0443\u043d\u0430\u043b\u044c\u043d\u044b\u0435 \u0443\u0441\u043b\u0443\u0433\u0438 \u0438 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u0439 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438.<\/i><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Pet Food Production Cost &#038; ROI Calculator Pet Food Production Cost Calculator Estimate manufacturing costs, raw material yield loss, equipment [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-5295","page","type-page","status-publish","hentry"],"_wp_attachment_image_alt":null,"_thumbnail_id":null,"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.6 (Yoast SEO v24.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Pet Food Production Cost Calculator<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zhuohengextruder.com\/ru\/pet-food-production-cost-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pet Food Production Cost Calculator\" \/>\n<meta property=\"og:description\" content=\"Pet Food Production Cost &#038; ROI Calculator Pet Food Production Cost Calculator Estimate manufacturing costs, raw material yield loss, equipment [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zhuohengextruder.com\/ru\/pet-food-production-cost-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Zhuoheng Extruder Machine\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-28T07:34:01+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 \u043c\u0438\u043d\u0443\u0442\u044b\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u0441\u0435\u0431\u0435\u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u043a\u043e\u0440\u043c\u043e\u0432 \u0434\u043b\u044f \u0434\u043e\u043c\u0430\u0448\u043d\u0438\u0445 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zhuohengextruder.com\/ru\/pet-food-production-cost-calculator\/","og_locale":"ru_RU","og_type":"article","og_title":"Pet Food Production Cost Calculator","og_description":"Pet Food Production Cost &#038; ROI Calculator Pet Food Production Cost Calculator Estimate manufacturing costs, raw material yield loss, equipment [&hellip;]","og_url":"https:\/\/zhuohengextruder.com\/ru\/pet-food-production-cost-calculator\/","og_site_name":"Zhuoheng Extruder Machine","article_modified_time":"2026-07-28T07:34:01+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f":"4 \u043c\u0438\u043d\u0443\u0442\u044b"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zhuohengextruder.com\/pet-food-production-cost-calculator\/","url":"https:\/\/zhuohengextruder.com\/pet-food-production-cost-calculator\/","name":"\u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u0441\u0435\u0431\u0435\u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u043a\u043e\u0440\u043c\u043e\u0432 \u0434\u043b\u044f \u0434\u043e\u043c\u0430\u0448\u043d\u0438\u0445 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445","isPartOf":{"@id":"https:\/\/zhuohengextruder.com\/#website"},"datePublished":"2026-07-28T03:45:13+00:00","dateModified":"2026-07-28T07:34:01+00:00","breadcrumb":{"@id":"https:\/\/zhuohengextruder.com\/pet-food-production-cost-calculator\/#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zhuohengextruder.com\/pet-food-production-cost-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zhuohengextruder.com\/pet-food-production-cost-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/zhuohengextruder.com\/"},{"@type":"ListItem","position":2,"name":"Pet Food Production Cost Calculator"}]},{"@type":"WebSite","@id":"https:\/\/zhuohengextruder.com\/#website","url":"https:\/\/zhuohengextruder.com\/","name":"\u042d\u043a\u0441\u0442\u0440\u0443\u0434\u0435\u0440 \u00abZhuoheng\u00bb","description":"","publisher":{"@id":"https:\/\/zhuohengextruder.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zhuohengextruder.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru-RU"},{"@type":"Organization","@id":"https:\/\/zhuohengextruder.com\/#organization","name":"ZHUOHENG\u00ae \u041c\u0435\u0445\u0430\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e","url":"https:\/\/zhuohengextruder.com\/","logo":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/zhuohengextruder.com\/#\/schema\/logo\/image\/","url":"https:\/\/zhuohengextruder.com\/wp-content\/uploads\/2025\/03\/logo0305.webp","contentUrl":"https:\/\/zhuohengextruder.com\/wp-content\/uploads\/2025\/03\/logo0305.webp","width":1000,"height":660,"caption":"ZHUOHENG\u00ae Machining Manufacturing"},"image":{"@id":"https:\/\/zhuohengextruder.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/zhuohengextruder.com\/ru\/wp-json\/wp\/v2\/pages\/5295","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zhuohengextruder.com\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zhuohengextruder.com\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zhuohengextruder.com\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zhuohengextruder.com\/ru\/wp-json\/wp\/v2\/comments?post=5295"}],"version-history":[{"count":18,"href":"https:\/\/zhuohengextruder.com\/ru\/wp-json\/wp\/v2\/pages\/5295\/revisions"}],"predecessor-version":[{"id":5336,"href":"https:\/\/zhuohengextruder.com\/ru\/wp-json\/wp\/v2\/pages\/5295\/revisions\/5336"}],"wp:attachment":[{"href":"https:\/\/zhuohengextruder.com\/ru\/wp-json\/wp\/v2\/media?parent=5295"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}