{"id":50450,"date":"2026-04-13T19:34:10","date_gmt":"2026-04-13T19:34:10","guid":{"rendered":"https:\/\/bsolution.me\/he\/?page_id=50450"},"modified":"2026-08-23T09:59:25","modified_gmt":"2026-08-23T09:59:25","slug":"co2-calculator","status":"publish","type":"page","link":"https:\/\/bsolution.me\/he\/co2-calculator\/","title":{"rendered":"\u05de\u05d7\u05e9\u05d1\u05d5\u05df CO\u2082 \u05dc\u05d7\u05d3\u05e8 \u05d2\u05d9\u05d3\u05d5\u05dc"},"content":{"rendered":"\n\n<style>\n\/* Perfected Futuristic Design System by Bsolution *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Heebo:wght@300;400;500;700;800&display=swap');\n\n:root {\n    --f-bg: #F5F5F7;\n    --f-card: rgba(255, 255, 255, 0.85);\n    --f-text: #1d1d1f;\n    --f-muted: #86868b;\n    --f-accent: #0066cc;\n    --f-border: rgba(0, 0, 0, 0.08);\n    --f-shadow: 0 8px 30px rgba(0,0,0,0.04);\n}\n\n.dark-theme {\n    --f-bg: #000000;\n    --f-card: rgba(28, 28, 30, 0.85);\n    --f-text: #f5f5f7;\n    --f-muted: #86868b;\n    --f-accent: #2997ff;\n    --f-border: rgba(255, 255, 255, 0.12);\n    --f-shadow: 0 8px 40px rgba(0,0,0,0.6);\n}\n\n.futur-layout {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 60px 20px;\n    font-family: 'Heebo', -apple-system, system-ui, sans-serif;\n    direction: rtl;\n    color: var(--f-text);\n    background-color: transparent;\n    transition: color 0.3s ease;\n}\n\n\/* Global Background override when tool is active *\/\nbody.tool-active {\n    background-color: var(--f-bg) !important;\n}\n\n.futur-glass-card {\n    background: var(--f-card);\n    backdrop-filter: saturate(180%) blur(20px);\n    -webkit-backdrop-filter: saturate(180%) blur(20px);\n    border: 1px solid var(--f-border);\n    border-radius: 22px;\n    padding: 40px;\n    box-shadow: var(--f-shadow);\n    margin-bottom: 40px;\n}\n\n.futur-layout h1.wp-block-heading {\n    font-size: clamp(2.5rem, 5vw, 3.5rem);\n    font-weight: 800;\n    color: var(--f-text);\n    margin-bottom: 12px;\n    letter-spacing: -0.02em;\n    text-align: center;\n}\n\n.futur-layout .page-hook {\n    font-size: 1.25rem;\n    color: var(--f-muted);\n    text-align: center;\n    margin-bottom: 50px;\n    max-width: 700px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.futur-layout h2.wp-block-heading {\n    font-size: 1.7rem;\n    font-weight: 700;\n    margin: 40px 0 20px;\n}\n\n.futur-layout p {\n    font-size: 1.15rem;\n    color: var(--f-text);\n    opacity: 0.9;\n    margin-bottom: 24px;\n    line-height: 1.7;\n}\n\n\/* Theme Toggle Button *\/\n.theme-toggle-wrap {\n    display: flex;\n    justify-content: flex-end;\n    margin-bottom: 20px;\n}\n.theme-btn {\n    background: var(--f-card);\n    border: 1px solid var(--f-border);\n    color: var(--f-text);\n    padding: 8px 16px;\n    border-radius: 999px;\n    cursor: pointer;\n    font-size: 0.9rem;\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    box-shadow: var(--f-shadow);\n}\n\n\/* Input & Button Styles for Tools *\/\n.futur-input {\n    width: 100%;\n    padding: 12px 16px;\n    border-radius: 12px;\n    border: 1px solid var(--f-border);\n    background: rgba(0,0,0,0.03);\n    color: var(--f-text);\n    font-size: 1rem;\n    margin-bottom: 16px;\n    transition: all 0.2s ease;\n}\n.dark-theme .futur-input { background: rgba(255,255,255,0.05); }\n\n.futur-btn {\n    background: var(--f-accent);\n    color: #fff;\n    border: none;\n    padding: 14px 28px;\n    border-radius: 12px;\n    font-weight: 700;\n    font-size: 1.1rem;\n    cursor: pointer;\n    transition: transform 0.2s ease;\n}\n.futur-btn:hover { transform: scale(1.02); }\n\n@media (max-width: 600px) {\n    .futur-layout { padding: 40px 16px; }\n    .futur-glass-card { padding: 24px; }\n}\n<\/style>\n<script>\n(function() {\n    var applyTheme = function(theme) {\n        if (theme === 'dark') {\n            document.documentElement.classList.add('dark-theme');\n        } else {\n            document.documentElement.classList.remove('dark-theme');\n        }\n        localStorage.setItem('bsolution-theme', theme);\n    };\n    \n    \/\/ Apply saved theme immediately\n    document.body.classList.add('tool-active');\n    var saved = localStorage.getItem('bsolution-theme') || 'light';\n    applyTheme(saved);\n    \n    \/\/ Bind theme toggle button (with retry since it may not exist yet)\n    function bindToggle() {\n        var btn = document.getElementById('globalThemeToggle');\n        if (!btn) { setTimeout(bindToggle, 100); return; }\n        if (btn.dataset.bound) return;\n        btn.dataset.bound = '1';\n        btn.addEventListener('click', function() {\n            var isDark = document.documentElement.classList.contains('dark-theme');\n            applyTheme(isDark ? 'light' : 'dark');\n        });\n    }\n    bindToggle();\n})();\n<\/script>\n\n<div class=\"futur-layout\" dir=\"rtl\" lang=\"he-IL\">\n<div class=\"theme-toggle-wrap\"><button class=\"theme-btn\" id=\"globalThemeToggle\">\ud83c\udf19 \u05de\u05e6\u05d1 \u05dc\u05d9\u05dc\u05d4<\/button><\/div>\n\n\n\n<div class=\"futur-glass-card tool-card\" style=\"width: 100%; box-sizing: border-box;\">\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Heebo:wght@300;400;500;700;800&display=swap');\n\n#bnet-tool-co2-calculator {\n    --bg-elevated: #fff;\n    --text-color: #0f172a;\n    --muted-text: #6b7280;\n    --accent: #0ea5e9;\n    --accent2: #22c55e;\n    --accent-soft: rgba(14, 165, 233, 0.1);\n    --border-color: #e5e7eb;\n    --danger: #dc2626;\n    --success: #16a34a;\n    --shadow-soft: 0 14px 34px rgba(15, 23, 42, 0.08);\n    --radius-lg: 18px;\n    --radius-md: 12px;\n    --transition-fast: 0.18s ease-out;\n    --input-bg: #f8fafc;\n}\n\n.dark-theme #bnet-tool-co2-calculator {\n    --bg-elevated: #020617;\n    --text-color: #e5e7eb;\n    --muted-text: #9ca3af;\n    --accent: #38bdf8;\n    --accent2: #22c55e;\n    --accent-soft: rgba(56, 189, 248, 0.12);\n    --border-color: #1f2937;\n    --shadow-soft: 0 18px 55px rgba(0, 0, 0, 0.35);\n    --input-bg: #0b1220;\n}\n\n#bnet-tool-co2-calculator * { box-sizing: border-box; }\n\n#bnet-tool-co2-calculator {\n    margin: 0;\n    font-family: 'Heebo', system-ui, -apple-system, sans-serif;\n    background: transparent;\n    color: var(--text-color);\n    padding: 0;\n    direction: rtl;\n}\n\n#bnet-tool-co2-calculator .page-wrapper {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 20px 16px 60px;\n}\n\n\/* \u2500\u2500 Header \u2500\u2500 *\/\n#bnet-tool-co2-calculator header {\n    margin-bottom: 32px;\n}\n\n#bnet-tool-co2-calculator h2.main-title {\n    margin: 0 0 8px;\n    font-size: clamp(1.9rem, 2.5vw, 2.6rem);\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    color: var(--text-color);\n}\n\n#bnet-tool-co2-calculator .subtitle {\n    margin: 0;\n    color: var(--muted-text);\n    font-size: 0.95rem;\n    line-height: 1.6;\n}\n\n#bnet-tool-co2-calculator .free-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    padding: 4px 12px;\n    border-radius: 999px;\n    background: var(--accent-soft);\n    color: var(--accent);\n    font-size: 0.78rem;\n    font-weight: 500;\n    margin-top: 12px;\n}\n\n#bnet-tool-co2-calculator .free-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--accent);\n    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.2);\n    flex-shrink: 0;\n}\n\n\/* \u2500\u2500 Cards \u2500\u2500 *\/\n#bnet-tool-co2-calculator .card {\n    background: linear-gradient(145deg, var(--bg-elevated), rgba(255,255,255,0.95));\n    border-radius: var(--radius-lg);\n    border: 1px solid rgba(148, 163, 184, 0.25);\n    box-shadow: var(--shadow-soft);\n    padding: 24px;\n    margin-bottom: 16px;\n}\n\n.dark-theme #bnet-tool-co2-calculator .card {\n    background: radial-gradient(circle at top left, rgba(14,165,233,0.1), var(--bg-elevated) 60%);\n}\n\n#bnet-tool-co2-calculator .card-title {\n    font-size: 1rem;\n    font-weight: 700;\n    margin: 0 0 6px;\n}\n\n#bnet-tool-co2-calculator .card-hint {\n    color: var(--muted-text);\n    font-size: 0.83rem;\n    margin: 0 0 18px;\n    line-height: 1.5;\n}\n\n\/* \u2500\u2500 Form fields \u2500\u2500 *\/\n#bnet-tool-co2-calculator .field-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n    margin-bottom: 16px;\n}\n\n#bnet-tool-co2-calculator .field-grid.cols-3 {\n    grid-template-columns: repeat(3, 1fr);\n}\n\n@media (max-width: 640px) {\n    #bnet-tool-co2-calculator .field-grid,\n    #bnet-tool-co2-calculator .field-grid.cols-3 {\n        grid-template-columns: 1fr;\n    }\n}\n\n#bnet-tool-co2-calculator .form-group {\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n}\n\n#bnet-tool-co2-calculator label {\n    font-size: 0.85rem;\n    font-weight: 500;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n}\n\n#bnet-tool-co2-calculator .unit-badge {\n    font-size: 0.72rem;\n    color: var(--muted-text);\n    font-weight: 400;\n}\n\n#bnet-tool-co2-calculator input[type=\"number\"],\n#bnet-tool-co2-calculator select {\n    width: 100%;\n    border: 1px solid var(--border-color);\n    border-radius: 999px;\n    padding: 9px 14px;\n    background: var(--input-bg);\n    color: var(--text-color);\n    font-size: 0.9rem;\n    font-family: inherit;\n    outline: none;\n    transition: border-color var(--transition-fast), box-shadow var(--transition-fast), transform 0.05s;\n}\n\n#bnet-tool-co2-calculator input:focus,\n#bnet-tool-co2-calculator select:focus {\n    border-color: var(--accent);\n    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);\n    transform: translateY(-1px);\n}\n\n.dark-theme #bnet-tool-co2-calculator input:focus,\n.dark-theme #bnet-tool-co2-calculator select:focus {\n    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.18);\n}\n\n#bnet-tool-co2-calculator .field-note {\n    font-size: 0.74rem;\n    color: var(--muted-text);\n    padding-right: 4px;\n}\n\n\/* \u2500\u2500 Segment \u2500\u2500 *\/\n#bnet-tool-co2-calculator .seg-wrap {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 16px;\n    flex-wrap: wrap;\n}\n\n#bnet-tool-co2-calculator .seg-label {\n    font-size: 0.85rem;\n    font-weight: 500;\n    white-space: nowrap;\n}\n\n#bnet-tool-co2-calculator .seg-group {\n    display: inline-flex;\n    gap: 4px;\n    background: var(--input-bg);\n    border: 1px solid var(--border-color);\n    border-radius: 999px;\n    padding: 4px;\n}\n\n#bnet-tool-co2-calculator .seg-btn {\n    border: none;\n    background: transparent;\n    color: var(--muted-text);\n    padding: 6px 16px;\n    border-radius: 999px;\n    cursor: pointer;\n    font-size: 0.85rem;\n    font-family: inherit;\n    font-weight: 600;\n    transition: all var(--transition-fast);\n    white-space: nowrap;\n}\n\n#bnet-tool-co2-calculator .seg-btn.active {\n    background: linear-gradient(135deg, var(--accent), var(--accent2));\n    color: #fff;\n}\n\n\/* \u2500\u2500 Presets \u2500\u2500 *\/\n#bnet-tool-co2-calculator .presets-label {\n    font-size: 0.8rem;\n    color: var(--muted-text);\n    margin-bottom: 8px;\n}\n\n#bnet-tool-co2-calculator .presets-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 20px;\n}\n\n#bnet-tool-co2-calculator .preset-btn {\n    border: 1px solid var(--border-color);\n    background: var(--bg-elevated);\n    color: var(--text-color);\n    border-radius: 999px;\n    padding: 7px 14px;\n    cursor: pointer;\n    font-size: 0.82rem;\n    font-family: inherit;\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    box-shadow: 0 4px 12px rgba(15,23,42,0.06);\n    transition: border-color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);\n}\n\n#bnet-tool-co2-calculator .preset-btn:hover {\n    border-color: var(--accent2);\n    transform: translateY(-1px);\n    box-shadow: 0 8px 20px rgba(15,23,42,0.1);\n}\n\n\/* \u2500\u2500 Button \u2500\u2500 *\/\n#bnet-tool-co2-calculator .btn-primary {\n    border-radius: 999px;\n    border: none;\n    padding: 12px 32px;\n    font-size: 1rem;\n    font-weight: 700;\n    font-family: inherit;\n    background: linear-gradient(135deg, var(--accent), var(--accent2));\n    color: #fff;\n    cursor: pointer;\n    width: 100%;\n    box-shadow: 0 12px 30px rgba(14,165,233,0.3);\n    transition: transform 0.1s ease, box-shadow 0.1s ease, filter 0.1s ease;\n}\n\n#bnet-tool-co2-calculator .btn-primary:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 18px 40px rgba(14,165,233,0.38);\n    filter: brightness(1.04);\n}\n\n\/* \u2500\u2500 Error \u2500\u2500 *\/\n#bnet-tool-co2-calculator .error-box {\n    margin-top: 12px;\n    padding: 10px 16px;\n    border-radius: var(--radius-md);\n    border: 1px solid rgba(220,38,38,0.4);\n    background: rgba(220,38,38,0.07);\n    color: var(--danger);\n    font-size: 0.86rem;\n    display: none;\n}\n\n\/* \u2500\u2500 Result cards \u2500\u2500 *\/\n#bnet-tool-co2-calculator .result-card {\n    border-radius: var(--radius-lg);\n    border: 1px solid rgba(34,197,94,0.3);\n    background: linear-gradient(145deg, rgba(34,197,94,0.06), var(--bg-elevated));\n    padding: 20px;\n    margin-bottom: 16px;\n    display: none;\n}\n\n.dark-theme #bnet-tool-co2-calculator .result-card {\n    background: radial-gradient(circle at top left, rgba(34,197,94,0.1), var(--bg-elevated) 60%);\n}\n\n#bnet-tool-co2-calculator .result-title {\n    font-weight: 700;\n    font-size: 0.95rem;\n    margin: 0 0 12px;\n}\n\n#bnet-tool-co2-calculator .pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 12px;\n}\n\n#bnet-tool-co2-calculator .pill {\n    border: 1px solid var(--border-color);\n    background: var(--bg-elevated);\n    border-radius: 999px;\n    padding: 5px 14px;\n    font-size: 0.8rem;\n    color: var(--muted-text);\n    white-space: nowrap;\n}\n\n#bnet-tool-co2-calculator .pill b {\n    color: var(--text-color);\n}\n\n#bnet-tool-co2-calculator .result-lines {\n    font-size: 0.88rem;\n    color: var(--muted-text);\n    line-height: 1.8;\n    display: flex;\n    flex-direction: column;\n    gap: 2px;\n}\n\n#bnet-tool-co2-calculator .result-lines b {\n    color: var(--text-color);\n}\n\n#bnet-tool-co2-calculator .safety-note {\n    font-size: 0.76rem;\n    color: var(--muted-text);\n    margin-top: 12px;\n    padding-top: 12px;\n    border-top: 1px solid var(--border-color);\n    line-height: 1.55;\n}\n\n\/* \u2500\u2500 SEO section \u2500\u2500 *\/\n#bnet-tool-co2-calculator #seo-article {\n    margin-top: 32px;\n    padding: 24px;\n    border-radius: var(--radius-lg);\n    border: 1px solid var(--border-color);\n    background: rgba(255,255,255,0.6);\n    font-size: 0.92rem;\n    line-height: 1.8;\n    color: var(--muted-text);\n}\n\n.dark-theme #bnet-tool-co2-calculator #seo-article {\n    background: rgba(15,23,42,0.9);\n}\n\n#bnet-tool-co2-calculator #seo-article h2 {\n    margin: 0 0 12px;\n    font-size: 1.1rem;\n    color: var(--text-color);\n}\n\n#bnet-tool-co2-calculator #seo-article h3 {\n    font-size: 0.97rem;\n    margin: 18px 0 6px;\n    color: var(--text-color);\n}\n\n#bnet-tool-co2-calculator #seo-article p {\n    margin: 0 0 10px;\n}\n\n#bnet-tool-co2-calculator #seo-article ul {\n    margin: 8px 0;\n    padding-right: 20px;\n}\n\n#bnet-tool-co2-calculator #seo-article li {\n    margin: 6px 0;\n}\n\n#bnet-tool-co2-calculator #seo-article a {\n    color: var(--accent);\n    text-decoration: none;\n    border-bottom: 1px dashed rgba(14,165,233,0.4);\n}\n\n#bnet-tool-co2-calculator #seo-article a:hover {\n    border-bottom-color: var(--accent2);\n}\n<\/style>\n<div id=\"bnet-tool-co2-calculator\">\n<div class=\"page-wrapper\">\n<header>\n<div class=\"title-block\">\n<h2 class=\"main-title\">\ud83c\udf3f \u05de\u05d7\u05e9\u05d1\u05d5\u05df CO\u2082 \u05dc\u05d7\u05d3\u05e8 \u05d2\u05d9\u05d3\u05d5\u05dc<\/h2>\n<p class=\"subtitle\">\u05d7\u05e9\u05d1\u05d5 \u05d0\u05ea \u05db\u05de\u05d5\u05ea CO\u2082 \u05d4\u05e0\u05d3\u05e8\u05e9\u05ea \u05dc\u05e4\u05d9 \u05e2\u05d5\u05e6\u05de\u05ea \u05d0\u05d5\u05e8, \u05e1\u05d5\u05d2 \u05e6\u05de\u05d7 \u05d5\u05e9\u05dc\u05d1 \u05d2\u05d9\u05d3\u05d5\u05dc \u2014 \u05d1\u05d2\u05e8\u05de\u05d9\u05dd \u05d5\u05d1\u05dc\u05d9\u05d8\u05e8\u05d9\u05dd \u05d2\u05d6<\/p>\n<div class=\"free-badge\">\n<div class=\"free-dot\"><\/div>\n<span>\u05d4\u05db\u05dc\u05d9 \u05d1\u05d7\u05d9\u05e0\u05dd, \u05dc\u05dc\u05d0 \u05d4\u05e8\u05e9\u05de\u05d4 \u05d5\u05dc\u05dc\u05d0 \u05e9\u05de\u05d9\u05e8\u05ea \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05d1\u05e9\u05e8\u05ea<\/span>\n<\/div>\n<\/div>\n<\/header>\n<main>\n<div class=\"card\">\n<h3 class=\"card-title\">\u2699\ufe0f \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d7\u05d3\u05e8 \u05d5\u05d2\u05d9\u05d3\u05d5\u05dc<\/h3>\n<p class=\"card-hint\">\u05d4\u05db\u05dc\u05d9 \u05e2\u05d5\u05d1\u05d3 \u05d1\u05d3\u05e4\u05d3\u05e4\u05df \u05d1\u05dc\u05d1\u05d3 \u2014 \u05d0\u05d9\u05df \u05e9\u05de\u05d9\u05e8\u05ea \u05de\u05d9\u05d3\u05e2 \u05d1\u05e9\u05e8\u05ea.<\/p>\n<div class=\"field-grid cols-3\">\n<div class=\"form-group\">\n<label for=\"co2PlantType\">\u05e1\u05d5\u05d2 \u05d4\u05e6\u05de\u05d7<\/label>\n<select id=\"co2PlantType\">\n<option value=\"cannabis\">\u05e7\u05e0\u05d0\u05d1\u05d9\u05e1<\/option>\n<option value=\"leafy\">\u05e2\u05dc\u05d9\u05dd \u05d9\u05e8\u05d5\u05e7\u05d9\u05dd (\u05d7\u05e1\u05d4\/\u05d1\u05d6\u05d9\u05dc\u05d9\u05e7\u05d5\u05dd)<\/option>\n<option value=\"fruiting\">\u05d9\u05e8\u05e7\u05d5\u05ea \u05e4\u05d9\u05e8\u05d5\u05ea\u05d9\u05d9\u05dd (\u05e2\u05d2\u05d1\u05e0\u05d9\u05d9\u05d4\/\u05e4\u05dc\u05e4\u05dc)<\/option>\n<option value=\"ornamental\">\u05e0\u05d5\u05d9 \/ \u05d1\u05d9\u05ea<\/option>\n<option value=\"custom\">\u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea<\/option>\n<\/select>\n<\/div>\n<div class=\"form-group\">\n<label for=\"co2Stage\">\u05e9\u05dc\u05d1 \u05d4\u05d2\u05d9\u05d3\u05d5\u05dc<\/label>\n<select id=\"co2Stage\">\n<option value=\"seedling\">\u05e9\u05ea\u05d9\u05dc \/ \u05d9\u05d9\u05d7\u05d5\u05e8\u05d9\u05dd<\/option>\n<option selected=\"\" value=\"veg\">\u05e6\u05de\u05d9\u05d7\u05d4 \u05d5\u05d2\u05d8\u05d8\u05d9\u05d1\u05d9\u05ea<\/option>\n<option value=\"flower\">\u05e4\u05e8\u05d9\u05d7\u05d4 \/ \u05d7\u05e0\u05d8\u05d4<\/option>\n<\/select>\n<\/div>\n<div class=\"form-group\">\n<label for=\"co2LightUnit\">\u05d9\u05d7\u05d9\u05d3\u05ea \u05d0\u05d5\u05e8<\/label>\n<select id=\"co2LightUnit\">\n<option value=\"ppfd\">PPFD (\u00b5mol\/m\u00b2\/s)<\/option>\n<option value=\"lux\">\u05dc\u05d5\u05e7\u05e1 (lux)<\/option>\n<option value=\"w_m2\">\u05d5\u05d5\u05d0\u05d8 \u05dc\u05de\u05f4\u05e8 (W\/m\u00b2)<\/option>\n<\/select>\n<\/div>\n<\/div>\n<div class=\"field-grid\">\n<div class=\"form-group\">\n<label for=\"co2LightValue\">\u05e2\u05e8\u05da \u05d0\u05d5\u05e8 <span class=\"unit-badge\" id=\"co2LightUnitLabel\">PPFD<\/span><\/label>\n<input id=\"co2LightValue\" min=\"0\" placeholder=\"\u05dc\u05d3\u05d5\u05d2\u05de\u05d4: 800\" step=\"10\" type=\"number\"\/>\n<div class=\"field-note\" id=\"co2LightHint\">\u05d8\u05d9\u05e4\u05d5\u05e1\u05d9 \u05dc\u05e4\u05e8\u05d9\u05d7\u05d4 \u05ea\u05d7\u05ea LED: 700\u20131000 PPFD<\/div>\n<\/div>\n<div class=\"form-group\">\n<label for=\"co2Ambient\">CO\u2082 \u05e1\u05d1\u05d9\u05d1\u05ea\u05d9 <span class=\"unit-badge\">ppm<\/span><\/label>\n<input id=\"co2Ambient\" max=\"1200\" min=\"300\" placeholder=\"420\" step=\"10\" type=\"number\"\/>\n<div class=\"field-note\">\u05d1\u05e8\u05d9\u05e8\u05ea \u05de\u05d7\u05d3\u05dc: ~420 ppm (\u05d0\u05d5\u05d5\u05d9\u05e8 \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9)<\/div>\n<\/div>\n<\/div>\n<div class=\"field-grid cols-3\">\n<div class=\"form-group\">\n<label for=\"co2Area\">\u05e9\u05d8\u05d7 \u05d2\u05d9\u05d3\u05d5\u05dc <span class=\"unit-badge\">\u05de\u05f4\u05e8<\/span><\/label>\n<input id=\"co2Area\" min=\"0\" placeholder=\"\u05dc\u05d3\u05d5\u05d2\u05de\u05d4: 1.44\" step=\"0.1\" type=\"number\"\/>\n<\/div>\n<div class=\"form-group\">\n<label for=\"co2Height\">\u05d2\u05d5\u05d1\u05d4 \u05d7\u05d3\u05e8 <span class=\"unit-badge\">\u05de\u05d8\u05e8<\/span><\/label>\n<input id=\"co2Height\" min=\"0\" placeholder=\"\u05dc\u05d3\u05d5\u05d2\u05de\u05d4: 2.0\" step=\"0.1\" type=\"number\"\/>\n<\/div>\n<div class=\"form-group\">\n<label for=\"co2AirChanges\">\u05ea\u05d7\u05dc\u05d5\u05e4\u05ea \u05d0\u05d5\u05d5\u05d9\u05e8 <span class=\"unit-badge\">\u05dc\u05e9\u05e2\u05d4 (\u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05dc\u05d9)<\/span><\/label>\n<input id=\"co2AirChanges\" min=\"0\" placeholder=\"\u05dc\u05d3\u05d5\u05d2\u05de\u05d4: 2\" step=\"0.1\" type=\"number\"\/>\n<\/div>\n<\/div>\n<div class=\"seg-wrap\">\n<span class=\"seg-label\">\u05e4\u05e8\u05d5\u05e4\u05d9\u05dc CO\u2082:<\/span>\n<div aria-label=\"\u05d1\u05d7\u05d9\u05e8\u05ea \u05e4\u05e8\u05d5\u05e4\u05d9\u05dc\" class=\"seg-group\" role=\"group\">\n<button class=\"seg-btn active\" id=\"co2ModeStandard\" type=\"button\">\u05e1\u05d8\u05e0\u05d3\u05e8\u05d8\u05d9<\/button>\n<button class=\"seg-btn\" id=\"co2ModeAggressive\" type=\"button\">\u05d0\u05d2\u05e8\u05e1\u05d9\u05d1\u05d9<\/button>\n<\/div>\n<span class=\"field-note\">\u05d0\u05d2\u05e8\u05e1\u05d9\u05d1\u05d9 \u05de\u05ea\u05d0\u05d9\u05dd \u05dc\u05d7\u05d3\u05e8\u05d9\u05dd \u05d0\u05d8\u05d5\u05de\u05d9\u05dd \u05e2\u05dd \u05d7\u05d9\u05d9\u05e9\u05df \u05d5\u05d1\u05e7\u05e8\u05ea \u05d0\u05e7\u05dc\u05d9\u05dd<\/span>\n<\/div>\n<div class=\"presets-label\">\u05e4\u05e8\u05d9\u05e1\u05d8\u05d9\u05dd \u05de\u05d4\u05d9\u05e8\u05d9\u05dd:<\/div>\n<div class=\"presets-row\">\n<button class=\"preset-btn\" data-preset=\"flowerTent\" type=\"button\">\ud83c\udf3c \u05d0\u05d5\u05d4\u05dc \u05e4\u05e8\u05d9\u05d7\u05d4 1.2\u00d71.2<\/button>\n<button class=\"preset-btn\" data-preset=\"vegTent\" type=\"button\">\ud83c\udf31 \u05d0\u05d5\u05d4\u05dc \u05d5\u05d2\u05d8\u05e6\u05d9\u05d4 1\u00d71<\/button>\n<button class=\"preset-btn\" data-preset=\"leafyRack\" type=\"button\">\ud83e\udd6c \u05de\u05d3\u05e3 \u05e2\u05dc\u05d9\u05dd \u05d9\u05e8\u05d5\u05e7\u05d9\u05dd<\/button>\n<\/div>\n<button class=\"btn-primary\" id=\"co2CalcBtn\" type=\"button\">\u26a1 \u05d7\u05e9\u05d1 CO\u2082<\/button>\n<div class=\"error-box\" id=\"co2ErrorBox\"><\/div>\n<\/div>\n<div class=\"result-card\" id=\"co2ResultsBox\">\n<div class=\"result-title\">\ud83c\udf3f \u05ea\u05d5\u05e6\u05d0\u05d4 \u2014 CO\u2082 \u05dc\u05e4\u05d9 \u05d4\u05d0\u05d5\u05e8 \u05e9\u05d4\u05d5\u05d6\u05df<\/div>\n<div class=\"pills\">\n<div class=\"pill\">CO\u2082 \u05de\u05d8\u05e8\u05d4: <b id=\"co2TargetPpm\">\u2014<\/b> ppm<\/div>\n<div class=\"pill\">\u05ea\u05d5\u05e1\u05e4\u05ea \u05de\u05e2\u05dc \u05e8\u05e7\u05e2: <b id=\"co2DeltaPpm\">\u2014<\/b> ppm<\/div>\n<div class=\"pill\">\u05e0\u05e4\u05d7 \u05d7\u05d3\u05e8: <b id=\"co2RoomVolume\">\u2014<\/b> \u05de\u05f4\u05e7<\/div>\n<\/div>\n<div class=\"result-lines\">\n<div>\u05e0\u05d9\u05e4\u05d5\u05d7 \u05d7\u05d3-\u05e4\u05e2\u05de\u05d9: <b id=\"co2GramsOnce\">\u2014<\/b> \u05d2\u05e8\u05dd (\u2248 <b id=\"co2LitersOnce\">\u2014<\/b> \u05dc\u05d9\u05d8\u05e8 \u05d2\u05d6)<\/div>\n<div id=\"co2PerHourRow\" style=\"display:none\">\u05e9\u05de\u05d9\u05e8\u05ea \u05d4\u05e8\u05de\u05d4 \u05e2\u05dd \u05ea\u05d7\u05dc\u05d5\u05e4\u05ea \u05d0\u05d5\u05d5\u05d9\u05e8: <b id=\"co2GramsHour\">\u2014<\/b> \u05d2\u05e8\u05dd\/\u05e9\u05e2\u05d4<\/div>\n<\/div>\n<div class=\"safety-note\">\u26a0\ufe0f \u05d4\u05e2\u05e8\u05ea \u05d1\u05d8\u05d9\u05d7\u05d5\u05ea: \u05d1\u05de\u05e8\u05d7\u05d1\u05d9\u05dd \u05de\u05d0\u05d5\u05d9\u05e9\u05d9\u05dd \u05d9\u05e9 \u05dc\u05e9\u05de\u05d5\u05e8 \u05d7\u05e9\u05d9\u05e4\u05d4 \u05de\u05ea\u05d7\u05ea ~1000\u20131500 ppm. \u05ea\u05de\u05d9\u05d3 \u05dc\u05e2\u05d1\u05d5\u05d3 \u05e2\u05dd \u05d7\u05d9\u05d9\u05e9\u05df \u05d5\u05d1\u05e7\u05e8 \u05de\u05ea\u05d0\u05d9\u05dd.<\/div>\n<\/div>\n<div class=\"result-card\" id=\"co2EnvBox\">\n<div class=\"result-title\">\ud83c\udf21\ufe0f \u05d4\u05e6\u05e2\u05ea \u05d8\u05de\u05e4\u05f3 \/ \u05dc\u05d7\u05d5\u05ea \/ VPD (\u05e7\u05d9\u05e8\u05d5\u05d1)<\/div>\n<div class=\"pills\">\n<div class=\"pill\">\u05e9\u05dc\u05d1: <b id=\"co2EnvStage\">\u2014<\/b><\/div>\n<div class=\"pill\">\u05e8\u05de\u05ea CO\u2082: <b id=\"co2EnvBand\">\u2014<\/b><\/div>\n<div class=\"pill\">VPD \u05de\u05d5\u05de\u05dc\u05e5: <b id=\"co2EnvVpd\">\u2014<\/b> kPa<\/div>\n<\/div>\n<div class=\"result-lines\">\n<div>\u05d8\u05de\u05e4\u05f3 \u05d7\u05d5\u05e4\u05d4 \u05de\u05d5\u05de\u05dc\u05e6\u05ea: <b id=\"co2EnvTemp\">\u2014<\/b> \u00b0C<\/div>\n<div>\u05dc\u05d7\u05d5\u05ea \u05d9\u05d7\u05e1\u05d9\u05ea \u05de\u05d5\u05de\u05dc\u05e6\u05ea: <b id=\"co2EnvRh\">\u2014<\/b> %<\/div>\n<\/div>\n<div class=\"safety-note\">\u05e2\u05e8\u05db\u05d9\u05dd \u05db\u05dc\u05dc\u05d9\u05d9\u05dd \u2014 \u05d9\u05e9 \u05dc\u05d4\u05ea\u05d0\u05d9\u05dd \u05dc\u05e4\u05d9 \u05d6\u05df, \u05de\u05e2\u05e8\u05db\u05ea \u05d5\u05e6\u05e4\u05d9\u05e4\u05d5\u05ea \u05e6\u05de\u05d7\u05d9\u05dd.<\/div>\n<\/div>\n<\/main>\n\n<\/div>\n<\/div>\n<script>\n(function () {\n    \"use strict\";\n\n    const $ = id => document.getElementById(id);\n\n    function clamp(v, min, max) { return Math.min(Math.max(v, min), max); }\n\n    function convertToPpfd(unit, value) {\n        if (!value || value <= 0) return 0;\n        if (unit === \"ppfd\") return value;\n        if (unit === \"lux\") return value \/ 60;\n        if (unit === \"w_m2\") return value * 4;\n        return value;\n    }\n\n    let aggressiveMode = false;\n\n    function recommendedCo2Ppm(ppfd, plantType, stage) {\n        const gain = aggressiveMode ? 0.8 : 0.6;\n        let base = 400 + gain * ppfd;\n        if (stage === \"seedling\") base *= 0.7;\n        else if (stage === \"veg\") base *= 0.9;\n        if (plantType === \"leafy\" || plantType === \"ornamental\") base *= 0.8;\n        else if (plantType === \"fruiting\") base *= 0.95;\n        const maxPpm = (plantType === \"leafy\" || plantType === \"ornamental\") ? 1200 : 1500;\n        return Math.round(clamp(base, 400, maxPpm));\n    }\n\n    function environmentTargets(stage, targetPpm) {\n        const high = targetPpm >= 800;\n        let tL, tH, rL, rH, vL, vH;\n        if (stage === \"seedling\") { if (high) { tL=25;tH=27;rL=65;rH=75;vL=0.6;vH=0.9; } else { tL=23;tH=25;rL=70;rH=80;vL=0.4;vH=0.8; } }\n        else if (stage === \"veg\") { if (high) { tL=26;tH=28;rL=55;rH=65;vL=0.8;vH=1.1; } else { tL=24;tH=26;rL=60;rH=70;vL=0.7;vH=1.0; } }\n        else { if (high) { tL=26;tH=29;rL=40;rH=50;vL=1.2;vH=1.5; } else { tL=23;tH=26;rL=45;rH=55;vL=1.0;vH=1.3; } }\n        return {\n            co2Band: high ? \"\u05de\u05d5\u05d2\u05d1\u05e8 (\u2265800 ppm)\" : \"\u05d1\u05d9\u05e0\u05d5\u05e0\u05d9 (\u2264800 ppm)\",\n            tempRange: `${tL}\u2013${tH}`, rhRange: `${rL}\u2013${rH}`, vpdRange: `${vL.toFixed(1)}\u2013${vH.toFixed(1)}`\n        };\n    }\n\n    function stageLabel(s) { return { seedling:\"\u05e9\u05ea\u05d9\u05dc\/\u05d9\u05d9\u05d7\u05d5\u05e8\u05d9\u05dd\", veg:\"\u05e6\u05de\u05d9\u05d7\u05d4 \u05d5\u05d2\u05d8\u05d8\u05d9\u05d1\u05d9\u05ea\", flower:\"\u05e4\u05e8\u05d9\u05d7\u05d4\/\u05d7\u05e0\u05d8\u05d4\" }[s] || s; }\n\n    \/* Light unit UI *\/\n    function updateLightUI() {\n        const u = $(\"co2LightUnit\").value;\n        const map = {\n            ppfd: [\"PPFD (\u00b5mol\/m\u00b2\/s)\", \"\u05d8\u05d9\u05e4\u05d5\u05e1\u05d9 \u05dc\u05e4\u05e8\u05d9\u05d7\u05d4 \u05ea\u05d7\u05ea LED: 700\u20131000 PPFD\", \"800\"],\n            lux:  [\"\u05dc\u05d5\u05e7\u05e1 (lux)\", \"\u05e7\u05d9\u05e8\u05d5\u05d1: ~60 lux \u2248 1 PPFD. \u05dc\u05e4\u05e8\u05d9\u05d7\u05d4: 45\u201370 \u05d0\u05dc\u05e3 \u05dc\u05d5\u05e7\u05e1\", \"55000\"],\n            w_m2: [\"\u05d5\u05d5\u05d0\u05d8\/\u05de\u05f4\u05e8\", \"\u05e7\u05d9\u05e8\u05d5\u05d1: \u05e0\u05e0\u05d9\u05d7 ~4 \u00b5mol\/J. 200 W\/m\u00b2 \u2248 800 PPFD\", \"200\"],\n        };\n        const [label, hint, ph] = map[u];\n        $(\"co2LightUnitLabel\").textContent = label;\n        $(\"co2LightHint\").textContent = hint;\n        $(\"co2LightValue\").placeholder = ph;\n    }\n    $(\"co2LightUnit\").addEventListener(\"change\", updateLightUI);\n    updateLightUI();\n\n    \/* Segment *\/\n    $(\"co2ModeStandard\").addEventListener(\"click\", () => { aggressiveMode = false; $(\"co2ModeStandard\").classList.add(\"active\"); $(\"co2ModeAggressive\").classList.remove(\"active\"); });\n    $(\"co2ModeAggressive\").addEventListener(\"click\", () => { aggressiveMode = true; $(\"co2ModeAggressive\").classList.add(\"active\"); $(\"co2ModeStandard\").classList.remove(\"active\"); });\n\n    \/* Calculate *\/\n    function showError(msg) { $(\"co2ErrorBox\").textContent = msg; $(\"co2ErrorBox\").style.display = \"block\"; }\n    function clearError() { $(\"co2ErrorBox\").textContent = \"\"; $(\"co2ErrorBox\").style.display = \"none\"; }\n\n    function calculate() {\n        clearError();\n        [$(\"co2ResultsBox\"), $(\"co2EnvBox\")].forEach(el => el.style.display = \"none\");\n\n        const plantType  = $(\"co2PlantType\").value;\n        const stage      = $(\"co2Stage\").value;\n        const lightUnit  = $(\"co2LightUnit\").value;\n        const lightVal   = Number($(\"co2LightValue\").value);\n        const ambient    = Number($(\"co2Ambient\").value || 420);\n        const area       = Number($(\"co2Area\").value);\n        const height     = Number($(\"co2Height\").value);\n        const airChanges = Number($(\"co2AirChanges\").value || 0);\n\n        if (!lightVal || lightVal <= 0) return showError(\"\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05e2\u05e8\u05da \u05d0\u05d5\u05e8 \u05ea\u05e7\u05d9\u05df.\");\n        if (!area || area <= 0) return showError(\"\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05e9\u05d8\u05d7 \u05d2\u05d9\u05d3\u05d5\u05dc \u05ea\u05e7\u05d9\u05df (\u05de\u05f4\u05e8).\");\n        if (!height || height <= 0) return showError(\"\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05d2\u05d5\u05d1\u05d4 \u05ea\u05e7\u05d9\u05df (\u05de\u05d8\u05e8).\");\n        if (ambient < 300 || ambient > 1200) return showError(\"CO\u2082 \u05e1\u05d1\u05d9\u05d1\u05ea\u05d9 \u05e6\u05e8\u05d9\u05da \u05dc\u05d4\u05d9\u05d5\u05ea \u05d1\u05d9\u05df 300 \u05dc-1200 ppm.\");\n\n        const ppfd = convertToPpfd(lightUnit, lightVal);\n        if (!ppfd) return showError(\"\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05de\u05d9\u05e8 \u05d0\u05ea \u05d9\u05d7\u05d9\u05d3\u05ea \u05d4\u05d0\u05d5\u05e8 \u05dc-PPFD.\");\n\n        const volume     = area * height;\n        const target     = recommendedCo2Ppm(ppfd, plantType, stage);\n        const delta      = Math.max(target - ambient, 0);\n        const gramsOnce  = (delta * 1.83 * volume) \/ 1000;\n        const litersOnce = gramsOnce * (24 \/ 44);\n\n        $(\"co2TargetPpm\").textContent = Math.round(target);\n        $(\"co2DeltaPpm\").textContent = Math.round(delta);\n        $(\"co2RoomVolume\").textContent = volume.toFixed(2);\n        $(\"co2GramsOnce\").textContent = gramsOnce.toFixed(2);\n        $(\"co2LitersOnce\").textContent = litersOnce.toFixed(2);\n\n        if (airChanges > 0) {\n            $(\"co2GramsHour\").textContent = (gramsOnce * airChanges).toFixed(2);\n            $(\"co2PerHourRow\").style.display = \"block\";\n        } else {\n            $(\"co2PerHourRow\").style.display = \"none\";\n        }\n        $(\"co2ResultsBox\").style.display = \"block\";\n\n        const env = environmentTargets(stage, target);\n        $(\"co2EnvStage\").textContent = stageLabel(stage);\n        $(\"co2EnvBand\").textContent = env.co2Band;\n        $(\"co2EnvVpd\").textContent = env.vpdRange;\n        $(\"co2EnvTemp\").textContent = env.tempRange;\n        $(\"co2EnvRh\").textContent = env.rhRange;\n        $(\"co2EnvBox\").style.display = \"block\";\n    }\n\n    $(\"co2CalcBtn\").addEventListener(\"click\", calculate);\n\n    \/* Presets *\/\n    const presets = {\n        flowerTent: { plantType:\"cannabis\", stage:\"flower\", unit:\"ppfd\", lightVal:850, area:1.44, height:2.0, ambient:420, air:2 },\n        vegTent:    { plantType:\"cannabis\", stage:\"veg\",    unit:\"ppfd\", lightVal:500, area:1.0,  height:2.0, ambient:420, air:2 },\n        leafyRack:  { plantType:\"leafy\",    stage:\"veg\",    unit:\"ppfd\", lightVal:350, area:0.72, height:1.8, ambient:420, air:2 },\n    };\n\n    document.querySelectorAll(\".preset-btn\").forEach(btn => {\n        btn.addEventListener(\"click\", () => {\n            const p = presets[btn.dataset.preset];\n            if (!p) return;\n            $(\"co2PlantType\").value = p.plantType;\n            $(\"co2Stage\").value = p.stage;\n            $(\"co2LightUnit\").value = p.unit;\n            updateLightUI();\n            $(\"co2LightValue\").value = p.lightVal;\n            $(\"co2Area\").value = p.area;\n            $(\"co2Height\").value = p.height;\n            $(\"co2Ambient\").value = p.ambient;\n            $(\"co2AirChanges\").value = p.air;\n            calculate();\n        });\n    });\n\n    \/* Defaults *\/\n    $(\"co2Ambient\").value  = 420;\n    $(\"co2Area\").value     = 1.44;\n    $(\"co2Height\").value   = 2.0;\n    $(\"co2LightValue\").value = 800;\n})();\n<\/script>\n<\/div>\n\n\n\n<div class=\"futur-glass-card seo-card\" style=\"width: 100%; box-sizing: border-box;\">\n\n\n\n<h1 class=\"wp-block-heading\" id=\"co2-intro\">\u05de\u05d7\u05e9\u05d1\u05d5\u05df CO\u2082 \u05dc\u05d7\u05d3\u05e8 \u05d2\u05d9\u05d3\u05d5\u05dc &#8211; \u05d4\u05de\u05d3\u05e8\u05d9\u05da \u05d4\u05de\u05dc\u05d0 \u05dc\u05d4\u05e2\u05e9\u05e8\u05ea \u05e4\u05d7\u05de\u05df \u05d3\u05d5 \u05d7\u05de\u05e6\u05e0\u05d9 \u05dc\u05e6\u05de\u05d7\u05d9\u05dd<\/h1>\n\n\n\n<p id=\"co2-answer-first\">\u05de\u05d7\u05e9\u05d1\u05d5\u05df CO\u2082 \u05dc\u05d7\u05d3\u05e8 \u05d2\u05d9\u05d3\u05d5\u05dc \u05de\u05d0\u05e4\u05e9\u05e8 \u05dc\u05d7\u05e9\u05d1 \u05d1\u05de\u05d3\u05d5\u05d9\u05e7 \u05d0\u05ea \u05db\u05de\u05d5\u05ea \u05d4\u05e4\u05d7\u05de\u05df \u05d4\u05d3\u05d5-\u05d7\u05de\u05e6\u05e0\u05d9 (CO\u2082) \u05d4\u05e0\u05d3\u05e8\u05e9\u05ea \u05dc\u05d4\u05d5\u05e1\u05e4\u05d4 \u05d1\u05d7\u05dc\u05dc \u05d4\u05d2\u05d9\u05d3\u05d5\u05dc, \u05d1\u05d4\u05ea\u05d1\u05e1\u05e1 \u05e2\u05dc \u05e2\u05d5\u05e6\u05de\u05ea \u05d4\u05ea\u05d0\u05d5\u05e8\u05d4 (PPFD), \u05e1\u05d5\u05d2 \u05d4\u05e6\u05de\u05d7, \u05d5\u05d2\u05d5\u05d3\u05dc \u05d4\u05d7\u05d3\u05e8. \u05e9\u05d9\u05de\u05d5\u05e9 \u05e0\u05db\u05d5\u05df \u05d1-CO\u2082 \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d2\u05d3\u05d9\u05dc \u05d0\u05ea \u05d4\u05d9\u05d1\u05d5\u05dc \u05d5\u05d4\u05e6\u05de\u05d9\u05d7\u05d4 \u05d1\u05e2\u05d3 30%. \u05db\u05d3\u05d9 \u05dc\u05d4\u05d2\u05d9\u05e2 \u05dc\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d0\u05dc\u05d5, \u05d9\u05e9 \u05e6\u05d5\u05e8\u05da \u05d1\u05e2\u05d5\u05e6\u05de\u05ea \u05ea\u05d0\u05d5\u05e8\u05d4 \u05d2\u05d1\u05d5\u05d4\u05d4 (\u05de\u05e2\u05dc 700 PPFD), \u05ea\u05e0\u05d0\u05d9 \u05d0\u05e7\u05dc\u05d9\u05dd (\u05d8\u05de\u05e4\u05e8\u05d8\u05d5\u05e8\u05d4 \u05d5\u05dc\u05d7\u05d5\u05ea) \u05d0\u05d5\u05e4\u05d8\u05d9\u05de\u05dc\u05d9\u05d9\u05dd \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df, \u05d5\u05e9\u05de\u05d9\u05e8\u05d4 \u05e2\u05dc \u05e8\u05de\u05d5\u05ea CO\u2082 \u05e7\u05d1\u05d5\u05e2\u05d5\u05ea \u05e9\u05dc \u05d1\u05d9\u05df 800 \u05dc-1500 ppm. \u05dc\u05dc\u05d0 \u05ea\u05d0\u05d5\u05e8\u05d4 \u05de\u05e1\u05e4\u05e7\u05ea, \u05ea\u05d5\u05e1\u05e4\u05ea \u05d4\u05d2\u05d6 \u05ea\u05d4\u05d9\u05d4 \u05d7\u05e1\u05e8\u05ea \u05ea\u05d5\u05e2\u05dc\u05ea \u05db\u05d9\u05d5\u05d5\u05df \u05e9\u05d4\u05e6\u05de\u05d7 \u05dc\u05d0 \u05d9\u05d5\u05db\u05dc \u05dc\u05e0\u05e6\u05dc \u05d0\u05d5\u05ea\u05d5 \u05db\u05e8\u05d0\u05d5\u05d9 \u05d1\u05ea\u05d4\u05dc\u05d9\u05da \u05d4\u05e4\u05d5\u05d8\u05d5\u05e1\u05d9\u05e0\u05ea\u05d6\u05d4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u05de\u05d4\u05d5 \u05d1\u05e2\u05e6\u05dd CO\u2082 \u05d5\u05dc\u05de\u05d4 \u05d4\u05d5\u05d0 \u05e7\u05e8\u05d9\u05d8\u05d9 \u05dc\u05e4\u05d5\u05d8\u05d5\u05e1\u05d9\u05e0\u05ea\u05d6\u05d4?<\/h2>\n\n\n\n<p>\u05e4\u05d7\u05de\u05df \u05d3\u05d5 \u05d7\u05de\u05e6\u05e0\u05d9 (CO\u2082) \u05d4\u05d5\u05d0 \u05d9\u05e1\u05d5\u05d3 \u05d7\u05d9\u05d5\u05e0\u05d9 \u05d1\u05ea\u05d4\u05dc\u05d9\u05da \u05d4\u05e4\u05d5\u05d8\u05d5\u05e1\u05d9\u05e0\u05ea\u05d6\u05d4 \u05e9\u05dc \u05d4\u05e6\u05de\u05d7. \u05d1\u05d0\u05d5\u05d5\u05d9\u05e8 \u05d4\u05d7\u05d5\u05e4\u05e9\u05d9, \u05d4\u05e8\u05d9\u05db\u05d5\u05d6 \u05d4\u05d8\u05d1\u05e2\u05d9 \u05e9\u05dc CO\u2082 \u05e2\u05d5\u05de\u05d3 \u05e2\u05dc \u05db-400 \u05e2\u05d3 420 ppm (\u05d7\u05dc\u05e7\u05d9\u05dd \u05dc\u05de\u05d9\u05dc\u05d9\u05d5\u05df). \u05d1\u05e2\u05d5\u05d3 \u05e6\u05de\u05d7\u05d9\u05dd \u05d1\u05d8\u05d1\u05e2 \u05d2\u05d3\u05dc\u05d9\u05dd \u05de\u05e6\u05d5\u05d9\u05df \u05d1\u05e8\u05de\u05d5\u05ea \u05d0\u05dc\u05d5, \u05e1\u05d1\u05d9\u05d1\u05d5\u05ea \u05d2\u05d9\u05d3\u05d5\u05dc \u05de\u05dc\u05d0\u05db\u05d5\u05ea\u05d9\u05d5\u05ea \u05db\u05de\u05d5 \u05d0\u05d5\u05d4\u05dc\u05d9\u05dd \u05d0\u05d5 \u05d7\u05d3\u05e8\u05d9\u05dd \u05e1\u05d2\u05d5\u05e8\u05d9\u05dd \u05d9\u05d5\u05e6\u05e8\u05d5\u05ea \u05dc\u05e2\u05d9\u05ea\u05d9\u05dd \u05e7\u05e8\u05d5\u05d1\u05d5\u05ea \u05de\u05d2\u05d1\u05dc\u05d4 \u2014 \u05d4\u05e6\u05de\u05d7\u05d9\u05dd &quot;\u05e9\u05d5\u05ea\u05d9\u05dd&quot; \u05d0\u05ea \u05db\u05dc \u05d4-CO\u2082 \u05e9\u05d1\u05d7\u05d3\u05e8 \u05d5\u05e8\u05d9\u05db\u05d5\u05d6\u05d5 \u05d9\u05d5\u05e8\u05d3. \u05db\u05d0\u05e9\u05e8 \u05d4\u05e8\u05d9\u05db\u05d5\u05d6 \u05d9\u05d5\u05e8\u05d3 \u05de\u05ea\u05d7\u05ea \u05dc-300 ppm, \u05e7\u05e6\u05d1 \u05d4\u05d2\u05d3\u05d9\u05dc\u05d4 \u05de\u05d5\u05d0\u05d8 \u05d1\u05d0\u05d5\u05e4\u05df \u05d3\u05e8\u05e1\u05d8\u05d9, \u05d5\u05d4\u05d9\u05d1\u05d5\u05dc \u05e0\u05e4\u05d2\u05e2 \u05de\u05e9\u05de\u05e2\u05d5\u05ea\u05d9\u05ea. \u05db\u05d0\u05df \u05e0\u05db\u05e0\u05e1 \u05dc\u05e4\u05e2\u05d5\u05dc\u05d4 \u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05d4-CO\u2082 \u05e9\u05dc\u05e0\u05d5, \u05e9\u05e2\u05d5\u05d6\u05e8 \u05dc\u05de\u05d2\u05d3\u05dc\u05d9\u05dd \u05dc\u05d4\u05d1\u05d8\u05d9\u05d7 \u05e8\u05de\u05d4 \u05d0\u05d9\u05d3\u05d9\u05d0\u05dc\u05d9\u05ea \u05d4\u05de\u05d5\u05ea\u05d0\u05de\u05ea \u05d1\u05d3\u05d9\u05d5\u05e7 \u05dc\u05ea\u05e0\u05d0\u05d9 \u05d4\u05ea\u05d0\u05d5\u05e8\u05d4 \u05d4\u05d9\u05d9\u05d7\u05d5\u05d3\u05d9\u05d9\u05dd \u05e9\u05dc\u05d4\u05dd.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u05d4\u05e7\u05e9\u05e8 \u05d1\u05d9\u05df \u05ea\u05d0\u05d5\u05e8\u05d4 \u05dc\u05d1\u05d9\u05df \u05ea\u05d5\u05e1\u05e4\u05ea \u05e4\u05d7\u05de\u05df \u05d3\u05d5 \u05d7\u05de\u05e6\u05e0\u05d9<\/h2>\n\n\n\n<p>\u05e1\u05d8\u05d8\u05d9\u05e1\u05d8\u05d9\u05e7\u05d5\u05ea \u05d5\u05de\u05d7\u05e7\u05e8\u05d9\u05dd \u05d0\u05d2\u05e8\u05d5\u05e0\u05d5\u05de\u05d9\u05d9\u05dd \u05d1\u05e2\u05d5\u05dc\u05dd \u05d4\u05e7\u05e0\u05d0\u05d1\u05d9\u05e1 \u05d5\u05d4\u05d7\u05e7\u05dc\u05d0\u05d5\u05ea \u05d4\u05de\u05d5\u05d3\u05e8\u05e0\u05d9\u05ea \u05de\u05e8\u05d0\u05d9\u05dd \u05db\u05d9 \u05e7\u05d9\u05d9\u05dd \u05d9\u05d7\u05e1 \u05d9\u05e9\u05d9\u05e8 \u05d1\u05d9\u05df \u05e8\u05de\u05ea \u05d4\u05d0\u05d5\u05e8 \u05dc\u05d1\u05d9\u05df \u05d4\u05d9\u05db\u05d5\u05dc\u05ea \u05e9\u05dc \u05d4\u05e6\u05de\u05d7 \u05dc\u05e0\u05e6\u05dc CO\u2082. \u05dc\u05d3\u05d5\u05d2\u05de\u05d4, \u05de\u05d7\u05e7\u05e8\u05d9\u05dd \u05de\u05e8\u05d0\u05d9\u05dd \u05db\u05d9 \u05d1\u05e2\u05d5\u05e6\u05de\u05d5\u05ea \u05d0\u05d5\u05e8 \u05e0\u05de\u05d5\u05db\u05d5\u05ea (\u05e4\u05d7\u05d5\u05ea \u05de-500 PPFD), \u05d4\u05e2\u05e9\u05e8\u05d4 \u05d1-CO\u2082 \u05de\u05e2\u05d1\u05e8 \u05dc-400 ppm \u05dc\u05d0 \u05ea\u05d5\u05d1\u05d9\u05dc \u05dc\u05e2\u05dc\u05d9\u05d9\u05d4 \u05de\u05e9\u05de\u05e2\u05d5\u05ea\u05d9\u05ea \u05d1\u05d9\u05d1\u05d5\u05dc, \u05d5\u05d9\u05db\u05d5\u05dc\u05d4 \u05d0\u05e4\u05d9\u05dc\u05d5 \u05dc\u05d2\u05e8\u05d5\u05dd \u05dc\u05d1\u05d6\u05d1\u05d5\u05d6 \u05de\u05e9\u05d0\u05d1\u05d9\u05dd. \u05e2\u05dd \u05d6\u05d0\u05ea, \u05db\u05d0\u05e9\u05e8 \u05de\u05d2\u05d3\u05dc\u05d9\u05dd \u05ea\u05d7\u05ea \u05ea\u05d0\u05d5\u05e8\u05ea LED \u05d7\u05d6\u05e7\u05d4 \u05e9\u05de\u05e1\u05e4\u05e7\u05ea 800-1200 PPFD (\u05e8\u05de\u05d5\u05ea \u05e9\u05e0\u05d4\u05d9\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u05d9\u05d5\u05ea\u05e8 \u05d5\u05d9\u05d5\u05ea\u05e8 \u05e2\u05dd \u05d9\u05e8\u05d9\u05d3\u05ea \u05de\u05d7\u05d9\u05e8\u05d9 \u05d4\u05e0\u05d5\u05e8\u05d5\u05ea), \u05d4\u05e6\u05de\u05d7 \u05e2\u05d5\u05d1\u05e8 \u05dc\u05de\u05e6\u05d1 &quot;\u05e1\u05d8\u05e8\u05e1 \u05d7\u05d9\u05d5\u05d1\u05d9&quot; \u05d1\u05d5 \u05d4\u05d5\u05e1\u05e4\u05ea CO\u2082 \u05e2\u05d3 \u05dc\u05e8\u05de\u05d5\u05ea \u05e9\u05dc 1000-1200 ppm \u05d9\u05db\u05d5\u05dc\u05d4 \u05dc\u05d4\u05d2\u05d3\u05d9\u05dc \u05d0\u05ea \u05de\u05e1\u05ea \u05d4\u05e4\u05e8\u05d7\u05d9\u05dd \u05d0\u05d5 \u05d4\u05e2\u05dc\u05d9\u05dd \u05d1\u05db-20%-30% \u05d1\u05de\u05de\u05d5\u05e6\u05e2.<\/p>\n\n\n\n<p>\u05db\u05d3\u05d0\u05d9 \u05dc\u05d6\u05db\u05d5\u05e8, \u05d1\u05e8\u05d2\u05e2 \u05e9\u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05e2\u05d5\u05e6\u05de\u05ea \u05d4\u05d0\u05e8\u05d4 \u05db\u05d4 \u05d7\u05d6\u05e7\u05d4 \u05d5\u05d1\u05ea\u05d5\u05e1\u05e4\u05ea \u05d2\u05d6, \u05d2\u05dd \u05e6\u05e8\u05d9\u05db\u05ea \u05d4\u05de\u05d9\u05dd \u05d5\u05d4\u05d3\u05e9\u05df \u05e9\u05dc \u05d4\u05e6\u05de\u05d7\u05d9\u05dd \u05d2\u05d3\u05dc\u05d4. \u05d0\u05dd \u05d0\u05ea\u05dd \u05d6\u05e7\u05d5\u05e7\u05d9\u05dd \u05dc\u05db\u05dc\u05d9 \u05ea\u05db\u05e0\u05d5\u05df, \u05d0\u05e0\u05d5 \u05de\u05de\u05dc\u05d9\u05e6\u05d9\u05dd \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1<a href=\"https:\/\/bsolution.me\/he\/roi-calculator\/\">\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05d4\u05d7\u05d6\u05e8 \u05d4\u05e9\u05e7\u05e2\u05d4 (ROI)<\/a> \u05db\u05d3\u05d9 \u05dc\u05d1\u05d3\u05d5\u05e7 \u05d4\u05d0\u05dd \u05d4\u05e2\u05dc\u05d5\u05ea \u05e9\u05dc \u05e6\u05d9\u05d5\u05d3 \u05d4-CO\u2082 \u05de\u05e9\u05ea\u05dc\u05de\u05ea \u05d1\u05d4\u05e9\u05d5\u05d5\u05d0\u05d4 \u05dc\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e6\u05e4\u05d5\u05d9\u05d4 \u05d1\u05d9\u05d1\u05d5\u05dc. \u05d1\u05e0\u05d5\u05e1\u05e3, \u05d7\u05e9\u05d5\u05d1 \u05dc\u05d7\u05e9\u05d1 \u05d0\u05ea \u05e2\u05dc\u05d5\u05d9\u05d5\u05ea \u05d4\u05d0\u05e0\u05e8\u05d2\u05d9\u05d4 \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea <a href=\"https:\/\/bsolution.me\/he\/electricity-calculator\/\">\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05e6\u05e8\u05d9\u05db\u05ea \u05d7\u05e9\u05de\u05dc<\/a> \u05e9\u05dc\u05e0\u05d5.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u05d0\u05d9\u05da \u05e2\u05d5\u05d1\u05d3 \u05d4\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05e0\u05d5 \u05d5\u05de\u05d3\u05d5\u05e2 \u05d4\u05d5\u05d0 \u05db\u05d4 \u05de\u05d3\u05d5\u05d9\u05e7?<\/h2>\n\n\n\n<p>\u05d4\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05e4\u05d9\u05ea\u05d7\u05e0\u05d5 \u05dc\u05d5\u05e7\u05d7 \u05d1\u05d7\u05e9\u05d1\u05d5\u05df \u05d0\u05ea \u05d4\u05de\u05e9\u05ea\u05e0\u05d9\u05dd \u05d4\u05d7\u05e9\u05d5\u05d1\u05d9\u05dd \u05d1\u05d9\u05d5\u05ea\u05e8 \u05d1\u05d7\u05d3\u05e8 \u05d4\u05d2\u05d9\u05d3\u05d5\u05dc. \u05d1\u05de\u05e7\u05d5\u05dd \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05e0\u05d5\u05e1\u05d7\u05d0\u05d5\u05ea \u05db\u05dc\u05dc\u05d9\u05d5\u05ea \u05e9\u05dc &quot;X \u05d1\u05dc\u05d5\u05e0\u05d9 \u05d2\u05d6 \u05dc\u05db\u05dc \u05d7\u05d3\u05e8&quot;, \u05d4\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05d3\u05d5\u05e8\u05e9 \u05de\u05de\u05d3\u05d9 \u05d4\u05d7\u05dc\u05dc (\u05d0\u05d5\u05e8\u05da, \u05e8\u05d5\u05d7\u05d1 \u05d5\u05d2\u05d5\u05d1\u05d4) \u05d0\u05d5\u05ea\u05dd \u05e0\u05d9\u05ea\u05df \u05dc\u05d7\u05e9\u05d1 \u05d2\u05dd \u05d1<a href=\"https:\/\/bsolution.me\/he\/area-volume-calculator\/\">\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05d8\u05d7 \u05d5\u05e0\u05e4\u05d7<\/a>, \u05e1\u05d5\u05d2 \u05d4\u05e6\u05de\u05d7 (\u05e7\u05e0\u05d0\u05d1\u05d9\u05e1, \u05e2\u05dc\u05d9\u05dd \u05d9\u05e8\u05d5\u05e7\u05d9\u05dd, \u05e6\u05de\u05d7\u05d9 \u05e0\u05d5\u05d9) \u05d5\u05e9\u05dc\u05d1 \u05d4\u05d2\u05d9\u05d3\u05d5\u05dc (\u05d5\u05d2\u05d8\u05d8\u05d9\u05d1\u05d9 \u05de\u05d5\u05dc \u05e4\u05e8\u05d9\u05d7\u05d4). \u05d4\u05d3\u05d9\u05d5\u05e7 \u05e0\u05d5\u05d1\u05e2 \u05de\u05d4\u05ea\u05d7\u05e9\u05d1\u05d5\u05ea \u05d1\u05e4\u05e8\u05de\u05d8\u05e8\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n  \n  <li><strong>\u05de\u05d3\u05d9\u05d3\u05ea PPFD \u05d0\u05de\u05d9\u05ea\u05d9\u05ea:<\/strong> \u05db\u05de\u05d5\u05ea \u05d7\u05dc\u05e7\u05d9\u05e7\u05d9 \u05d4\u05d0\u05d5\u05e8 \u05d4\u05de\u05d2\u05d9\u05e2\u05d9\u05dd \u05dc\u05d7\u05d5\u05e4\u05d4. \u05dc\u05de\u05d9 \u05e9\u05d0\u05d9\u05df \u05de\u05d3 \u05d0\u05d5\u05e8 \u05de\u05e7\u05e6\u05d5\u05e2\u05d9, \u05d4\u05d5\u05e1\u05e4\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc\u05ea \u05dc\u05d4\u05de\u05d9\u05e8 \u05d2\u05dd \u05dc\u05d5\u05e7\u05e1 (Lux) \u05d5\u05d5\u05d5\u05d0\u05d8 \u05dc\u05de&quot;\u05e8.<\/li>\n  \n  \n  <li><strong>\u05ea\u05d7\u05dc\u05d5\u05e4\u05ea \u05d0\u05d5\u05d5\u05d9\u05e8 (Air Changes):<\/strong> \u05d0\u05dd \u05d9\u05e9 \u05d1\u05d7\u05d3\u05e8 \u05d5\u05e0\u05d8\u05d4 \u05e9\u05de\u05d5\u05e6\u05d9\u05d0\u05d4 \u05d0\u05d5\u05d5\u05d9\u05e8, \u05d4-CO\u2082 \u05de\u05d5\u05d6\u05e8\u05e7 \u05d5\u05d9\u05e9\u05e8 \u05e0\u05e9\u05d0\u05d1 \u05d4\u05d7\u05d5\u05e6\u05d4. \u05d4\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05de\u05d0\u05e4\u05e9\u05e8 \u05dc\u05d4\u05ea\u05d7\u05e9\u05d1 \u05d1\u05db\u05da \u05d5\u05dc\u05d4\u05e6\u05d9\u05d2 \u05db\u05de\u05d4 \u05d2\u05e8\u05de\u05d9\u05dd \u05e9\u05dc \u05d2\u05d6 \u05d9\u05e9 \u05dc\u05e9\u05d7\u05e8\u05e8 \u05dc\u05e9\u05e2\u05d4 \u05db\u05d3\u05d9 \u05dc\u05e4\u05e6\u05d5\u05ea \u05e2\u05dc \u05d4\u05d1\u05e8\u05d9\u05d7\u05d4.<\/li>\n  \n  \n  <li><strong>\u05d8\u05de\u05e4\u05e8\u05d8\u05d5\u05e8\u05d4 \u05d5\u05dc\u05d7\u05d5\u05ea \u05d0\u05d9\u05d3\u05d9\u05d0\u05dc\u05d9\u05d9\u05dd:<\/strong> \u05db\u05d0\u05e9\u05e8 \u05e6\u05de\u05d7 \u05e0\u05d7\u05e9\u05e3 \u05dc\u05e8\u05de\u05d5\u05ea \u05d2\u05d1\u05d5\u05d4\u05d5\u05ea \u05e9\u05dc CO\u2082, \u05d4\u05d5\u05d0 \u05d1\u05d3\u05e8\u05da \u05db\u05dc\u05dc \u05de\u05e2\u05d3\u05d9\u05e3 \u05d7\u05d5\u05dd \u05d2\u05d1\u05d5\u05d4 \u05d9\u05d5\u05ea\u05e8 (28\u00b0-30\u00b0 \u05e6\u05dc\u05d6\u05d9\u05d5\u05e1 \u05d1\u05de\u05e7\u05d5\u05dd 25\u00b0). \u05d4\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05de\u05e2\u05e0\u05d9\u05e7 \u05d4\u05e6\u05e2\u05ea \u05d8\u05de\u05e4\u05e8\u05d8\u05d5\u05e8\u05d4 \u05d5\u05dc\u05d7\u05d5\u05ea \u05d0\u05d5\u05e4\u05d8\u05d9\u05de\u05dc\u05d9\u05d5\u05ea \u05d4\u05de\u05d1\u05d5\u05e1\u05e1\u05d5\u05ea \u05e2\u05dc \u05de\u05d7\u05e7\u05e8\u05d9\u05dd \u05d5-VPD \u05de\u05ea\u05d0\u05d9\u05dd.<\/li>\n  \n  \n  <li><strong>\u05d4\u05e9\u05e4\u05e2\u05d5\u05ea \u05e1\u05d5\u05d2\u05d9 \u05d4\u05e6\u05de\u05d7\u05d9\u05dd:<\/strong> \u05e6\u05de\u05d7\u05d9\u05dd \u05e9\u05d5\u05e0\u05d9\u05dd \u05de\u05d2\u05d9\u05d1\u05d9\u05dd \u05d0\u05d7\u05e8\u05ea \u05dc\u05d4\u05e2\u05e9\u05e8\u05ea \u05e4\u05d7\u05de\u05df \u05d3\u05d5 \u05d7\u05de\u05e6\u05e0\u05d9. \u05d1\u05e2\u05d5\u05d3 \u05e6\u05de\u05d7\u05d9 \u05de\u05d0\u05db\u05dc \u05de\u05d4\u05d9\u05e8\u05d9 \u05e6\u05de\u05d9\u05d7\u05d4 \u05db\u05de\u05d5 \u05e7\u05e0\u05d0\u05d1\u05d9\u05e1 \u05d5\u05e2\u05d2\u05d1\u05e0\u05d9\u05d5\u05ea \u05de\u05e0\u05e6\u05dc\u05d9\u05dd \u05d1\u05d9\u05e2\u05d9\u05dc\u05d5\u05ea \u05e8\u05de\u05d5\u05ea \u05d2\u05d1\u05d5\u05d4\u05d5\u05ea \u05d5\u05de\u05e8\u05d0\u05d9\u05dd \u05e6\u05de\u05d9\u05d7\u05d4 \u05de\u05d5\u05d0\u05e6\u05ea \u05de\u05d0\u05e1\u05d9\u05d1\u05d9\u05ea, \u05e2\u05e6\u05d9\u05e6\u05d9\u05dd \u05d1\u05d9\u05ea\u05d9\u05d9\u05dd \u05e2\u05dc\u05d5\u05dc\u05d9\u05dd \u05e9\u05dc\u05d0 \u05dc\u05d4\u05e4\u05d9\u05e7 \u05ea\u05d5\u05e2\u05dc\u05ea \u05d3\u05d5\u05de\u05d4 \u05de\u05e2\u05dc \u05e8\u05de\u05d5\u05ea \u05e9\u05dc \u05db-800 ppm.<\/li>\n  \n  \n  <li><strong>\u05d4\u05ea\u05d0\u05de\u05d4 \u05dc\u05e9\u05dc\u05d1\u05d9 \u05d4\u05d2\u05d3\u05d9\u05dc\u05d4:<\/strong> \u05d9\u05d9\u05d7\u05d5\u05e8\u05d9\u05dd, \u05e6\u05de\u05d7\u05d9\u05dd \u05e6\u05e2\u05d9\u05e8\u05d9\u05dd \u05d1\u05e9\u05dc\u05d1 \u05d4\u05d5\u05d2\u05d8\u05d8\u05d9\u05d1\u05d9 \u05de\u05e6\u05e8\u05d9\u05db\u05d9\u05dd \u05e1\u05d1\u05d9\u05d1\u05d4 \u05d9\u05d5\u05ea\u05e8 \u05de\u05d1\u05d5\u05e7\u05e8\u05ea \u05d5\u05dc\u05d0 \u05de\u05e1\u05d5\u05d2\u05dc\u05d9\u05dd \u05dc\u05e7\u05dc\u05d5\u05d8 \u05d0\u05ea \u05db\u05de\u05d5\u05d9\u05d5\u05ea \u05d4\u05e4\u05d7\u05de\u05df \u05e9\u05e6\u05de\u05d7 \u05d1\u05d5\u05d2\u05e8 \u05d1\u05e9\u05dc\u05d1 \u05d4\u05e4\u05e8\u05d9\u05d7\u05d4 \u05d3\u05d5\u05e8\u05e9. \u05d4\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05de\u05ea\u05e7\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05d0\u05ea \u05d4\u05d9\u05e2\u05d3 (Target ppm) \u05d1\u05d4\u05ea\u05d0\u05dd \u05dc\u05e9\u05dc\u05d1.<\/li>\n  \n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">\u05d0\u05d9\u05da \u05de\u05d5\u05d3\u05d3\u05d9\u05dd \u05ea\u05d0\u05d5\u05e8\u05d4 \u05e0\u05db\u05d5\u05df (PPFD)?<\/h2>\n\n\n\n<p>\u05e8\u05d1\u05d9\u05dd \u05d8\u05d5\u05e2\u05d9\u05dd \u05dc\u05d7\u05e9\u05d5\u05d1 \u05e9\u05de\u05e1\u05e4\u05d9\u05e7 \u05dc\u05d3\u05e2\u05ea \u05d0\u05ea \u05e6\u05e8\u05d9\u05db\u05ea \u05d4\u05d7\u05e9\u05de\u05dc \u05e9\u05dc \u05d4\u05de\u05e0\u05d5\u05e8\u05d4 \u05d1\u05d5\u05d5\u05d0\u05d8\u05d9\u05dd. \u05e2\u05dd \u05d6\u05d0\u05ea, \u05e0\u05d5\u05e8\u05d5\u05ea LED \u05de\u05d5\u05d3\u05e8\u05e0\u05d9\u05d5\u05ea \u05db\u05d4 \u05d9\u05e2\u05d9\u05dc\u05d5\u05ea \u05e9\u05d4\u05df \u05de\u05e4\u05d9\u05e7\u05d5\u05ea \u05e2\u05d5\u05e6\u05de\u05ea \u05e4\u05d5\u05d8\u05d5\u05e0\u05d9\u05dd \u05d7\u05d6\u05e7\u05d4 \u05d9\u05d5\u05ea\u05e8 \u05e4\u05e8 \u05d5\u05d5\u05d0\u05d8, \u05d5\u05dc\u05db\u05df \u05d5\u05d5\u05d0\u05d8 \u05dc\u05de&quot;\u05e8 \u05d4\u05d9\u05d0 \u05e9\u05d9\u05d8\u05ea \u05d4\u05e2\u05e8\u05db\u05d4 \u05d9\u05e9\u05e0\u05d4. \u05d4\u05de\u05d3\u05d3 \u05d4\u05d7\u05e9\u05d5\u05d1 \u05d1\u05d9\u05d5\u05ea\u05e8 \u05dc\u05d4\u05d6\u05e0\u05ea \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05dc\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05e0\u05d5 \u05d4\u05d5\u05d0 PPFD (Photosynthetic Photon Flux Density). \u05e2\u05e8\u05da \u05d6\u05d4 \u05de\u05d5\u05d3\u05d3 \u05d1\u05de\u05d3\u05d5\u05d9\u05e7 \u05db\u05de\u05d4 \u05d7\u05dc\u05e7\u05d9\u05e7\u05d9 \u05d0\u05d5\u05e8 \u05d4\u05e0\u05de\u05e6\u05d0\u05d9\u05dd \u05d1\u05e1\u05e4\u05e7\u05d8\u05e8\u05d5\u05dd \u05e9\u05d9\u05de\u05d5\u05e9\u05d9 \u05dc\u05e6\u05de\u05d7\u05d9\u05dd (PAR) \u05e4\u05d5\u05d2\u05e2\u05d9\u05dd \u05d1\u05e4\u05d5\u05e2\u05dc \u05d1\u05e9\u05d8\u05d7 \u05d4\u05d2\u05d9\u05d3\u05d5\u05dc. \u05de\u05d5\u05de\u05dc\u05e5 \u05ea\u05de\u05d9\u05d3 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05d3 PPFD \u05d0\u05d9\u05db\u05d5\u05ea\u05d9 \u05d1\u05d2\u05d5\u05d1\u05d4 \u05d4\u05d7\u05d5\u05e4\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05ea \u05d4\u05e0\u05ea\u05d5\u05df \u05d4\u05d6\u05d4 \u05dc\u05de\u05d7\u05e9\u05d1\u05d5\u05df.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u05d3\u05d2\u05e9\u05d9\u05dd \u05d1\u05d8\u05d9\u05d7\u05d5\u05ea\u05d9\u05d9\u05dd \u05e7\u05e8\u05d9\u05d8\u05d9\u05d9\u05dd \u05dc\u05e2\u05d1\u05d5\u05d3\u05d4 \u05e2\u05dd CO\u2082<\/h2>\n\n\n\n<p>\u05d7\u05d5\u05d1\u05d4 \u05dc\u05d4\u05d3\u05d2\u05d9\u05e9 \u05db\u05d9 \u05e4\u05d7\u05de\u05df \u05d3\u05d5 \u05d7\u05de\u05e6\u05e0\u05d9 \u05d1\u05e8\u05d9\u05db\u05d5\u05d6\u05d9\u05dd \u05d2\u05d1\u05d5\u05d4\u05d9\u05dd \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e1\u05d5\u05db\u05df \u05dc\u05d1\u05e0\u05d9 \u05d0\u05d3\u05dd \u05d5\u05d7\u05d9\u05d5\u05ea \u05de\u05d7\u05de\u05d3. \u05d1\u05e2\u05d5\u05d3 \u05d4\u05e6\u05de\u05d7\u05d9\u05dd \u05de\u05e9\u05d2\u05e9\u05d2\u05d9\u05dd \u05d1-1500 ppm, \u05d1\u05e0\u05d9 \u05d0\u05d3\u05dd \u05e9\u05e9\u05d5\u05d4\u05d9\u05dd \u05d1\u05d7\u05dc\u05dc \u05e2\u05dd \u05e8\u05d9\u05db\u05d5\u05d6 \u05db\u05d6\u05d4 \u05e2\u05dc\u05d5\u05dc\u05d9\u05dd \u05dc\u05d4\u05e8\u05d2\u05d9\u05e9 \u05e2\u05d9\u05d9\u05e4\u05d5\u05ea, \u05db\u05d0\u05d1\u05d9 \u05e8\u05d0\u05e9 \u05d5\u05e1\u05d7\u05e8\u05d7\u05d5\u05e8\u05d5\u05ea. \u05d1\u05e8\u05d9\u05db\u05d5\u05d6\u05d9\u05dd \u05d2\u05d1\u05d5\u05d4\u05d9\u05dd \u05d1\u05de\u05d9\u05d5\u05d7\u05d3 \u05e7\u05d9\u05d9\u05de\u05ea \u05e1\u05db\u05e0\u05ea \u05d7\u05e0\u05e7. \u05dc\u05db\u05df, \u05db\u05dc \u05de\u05e2\u05e8\u05db\u05ea \u05d4\u05d6\u05e0\u05ea CO\u2082 \u05de\u05e7\u05e6\u05d5\u05e2\u05d9\u05ea \u05d7\u05d9\u05d9\u05d1\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05d7\u05d5\u05d1\u05e8\u05ea \u05dc\u05d1\u05e7\u05e8 \u05d0\u05dc\u05e7\u05d8\u05e8\u05d5\u05e0\u05d9 \u05d4\u05db\u05d5\u05dc\u05dc \u05d7\u05d9\u05d9\u05e9\u05df \u05e9\u05de\u05d5\u05d3\u05d3 \u05d0\u05ea \u05d4\u05e8\u05de\u05d4 \u05d1\u05d7\u05d3\u05e8 \u05d5\u05de\u05e0\u05ea\u05e7 \u05d0\u05ea \u05d6\u05e8\u05d9\u05de\u05ea \u05d4\u05d2\u05d6 \u05d1\u05e2\u05ea \u05d7\u05e8\u05d9\u05d2\u05d4. \u05d1\u05e0\u05d5\u05e1\u05e3, \u05d7\u05d5\u05d1\u05d4 \u05ea\u05de\u05d9\u05d3 \u05dc\u05d0\u05d5\u05d5\u05e8\u05e8 \u05d7\u05d3\u05e8\u05d9\u05dd \u05dc\u05e4\u05e0\u05d9 \u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05e2\u05d1\u05d5\u05d3\u05d4 \u05de\u05de\u05d5\u05e9\u05db\u05ea \u05d1\u05e4\u05e0\u05d9\u05dd.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u05e9\u05d0\u05dc\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea (FAQ)<\/h2>\n\n\n\n<p>\u05e8\u05d9\u05db\u05d6\u05e0\u05d5 \u05e2\u05d1\u05d5\u05e8\u05db\u05dd \u05d0\u05ea \u05d4\u05ea\u05e9\u05d5\u05d1\u05d5\u05ea \u05dc\u05e9\u05d0\u05dc\u05d5\u05ea \u05d4\u05d7\u05e9\u05d5\u05d1\u05d5\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8 \u05e1\u05d1\u05d9\u05d1 \u05d4\u05e2\u05e9\u05e8\u05ea CO\u2082 \u05d1\u05d7\u05e7\u05dc\u05d0\u05d5\u05ea \u05d5\u05d2\u05d9\u05d3\u05d5\u05dc \u05e6\u05de\u05d7\u05d9\u05dd:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u05d4\u05d0\u05dd \u05d4\u05d5\u05e1\u05e4\u05ea CO\u2082 \u05db\u05d3\u05d0\u05d9\u05ea \u05dc\u05de\u05d2\u05d3\u05dc\u05d9\u05dd \u05de\u05ea\u05d7\u05d9\u05dc\u05d9\u05dd?<\/h3>\n\n\n<p>\u05dc\u05e8\u05d5\u05d1 \u05dc\u05d0. \u05de\u05d2\u05d3\u05dc\u05d9\u05dd \u05de\u05ea\u05d7\u05d9\u05dc\u05d9\u05dd \u05e6\u05e8\u05d9\u05db\u05d9\u05dd \u05dc\u05d4\u05ea\u05de\u05e7\u05d3 \u05e7\u05d5\u05d3\u05dd \u05d1\u05d0\u05d5\u05e4\u05d8\u05d9\u05de\u05d9\u05d6\u05e6\u05d9\u05d4 \u05e9\u05dc \u05ea\u05d0\u05d5\u05e8\u05d4, \u05d1\u05e7\u05e8\u05ea \u05d0\u05e7\u05dc\u05d9\u05dd \u05e0\u05db\u05d5\u05e0\u05d4, \u05d4\u05e9\u05e7\u05d9\u05d4 \u05e0\u05db\u05d5\u05e0\u05d4 \u05d5\u05e0\u05d9\u05d4\u05d5\u05dc \u05d3\u05e9\u05e0\u05d9\u05dd. CO\u2082 \u05d4\u05d5\u05d0 &quot;\u05db\u05d5\u05d5\u05e0\u05d5\u05df \u05e2\u05d3\u05d9\u05df&quot; \u05d5\u05de\u05ea\u05e7\u05d3\u05dd. \u05d0\u05dd \u05d0\u05ea\u05dd \u05e1\u05d5\u05d1\u05dc\u05d9\u05dd \u05de\u05d7\u05d5\u05dd \u05d1\u05d7\u05d3\u05e8 \u05d0\u05d5 \u05e9\u05d4\u05d0\u05d5\u05e8 \u05d7\u05dc\u05e9, \u05ea\u05d5\u05e1\u05e4\u05ea CO\u2082 \u05dc\u05d0 \u05ea\u05e4\u05ea\u05d5\u05e8 \u05dc\u05db\u05dd \u05d0\u05ea \u05d4\u05d1\u05e2\u05d9\u05d4 \u05d0\u05dc\u05d0 \u05e8\u05e7 \u05ea\u05d1\u05d6\u05d1\u05d6 \u05db\u05e1\u05e3.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u05de\u05d4\u05d9 \u05e8\u05de\u05ea \u05d4-CO\u2082 \u05d4\u05de\u05d5\u05de\u05dc\u05e6\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8 \u05dc\u05e9\u05dc\u05d1 \u05d4\u05e4\u05e8\u05d9\u05d7\u05d4 \u05ea\u05d7\u05ea \u05d0\u05d5\u05e8 \u05d7\u05d6\u05e7?<\/h3>\n\n\n<p>\u05dc\u05e6\u05de\u05d7\u05d9\u05dd \u05d1\u05e2\u05dc\u05d9 \u05e6\u05e8\u05d9\u05db\u05d4 \u05d2\u05d1\u05d5\u05d4\u05d4 (\u05db\u05de\u05d5 \u05e2\u05d2\u05d1\u05e0\u05d9\u05d5\u05ea \u05d0\u05d5 \u05e7\u05e0\u05d0\u05d1\u05d9\u05e1 \u05d1\u05e9\u05dc\u05d1 \u05e4\u05e8\u05d9\u05d7\u05d4 \u05de\u05ea\u05e7\u05d3\u05dd) \u05d4\u05d2\u05d3\u05dc\u05d9\u05dd \u05ea\u05d7\u05ea \u05ea\u05d0\u05d5\u05e8\u05ea LED \u05d7\u05d6\u05e7\u05d4 (\u05de\u05e2\u05dc 900 PPFD), \u05e8\u05de\u05ea \u05d4-CO\u2082 \u05d4\u05d0\u05d9\u05d3\u05d9\u05d0\u05dc\u05d9\u05ea \u05e0\u05e2\u05d4 \u05d1\u05d3\u05e8\u05da \u05db\u05dc\u05dc \u05d1\u05d9\u05df 1000 \u05dc-1200 ppm. \u05e8\u05de\u05d5\u05ea \u05de\u05e2\u05dc 1500 ppm \u05db\u05d1\u05e8 \u05d0\u05d9\u05e0\u05df \u05de\u05d5\u05e2\u05d9\u05dc\u05d5\u05ea \u05d5\u05e2\u05e9\u05d5\u05d9\u05d5\u05ea \u05dc\u05d4\u05d9\u05d5\u05ea \u05e8\u05e2\u05d9\u05dc\u05d5\u05ea \u05d2\u05dd \u05dc\u05e6\u05de\u05d7 \u05d5\u05d2\u05dd \u05dc\u05de\u05d2\u05d3\u05dc. \u05db\u05dc\u05dc \u05d4\u05d0\u05e6\u05d1\u05e2 \u05d4\u05d5\u05d0 \u05dc\u05ea\u05d0\u05dd \u05d1\u05d9\u05df \u05db\u05de\u05d5\u05ea \u05d4-PPFD \u05dc-CO\u2082, \u05db\u05dc\u05d5\u05de\u05e8 \u05db-1000 PPFD \u05d9\u05d3\u05e8\u05e9\u05d5 \u05db-1000 ppm \u05e9\u05dc \u05d2\u05d6 \u05dc\u05e7\u05d1\u05dc\u05ea \u05d9\u05d1\u05d5\u05dc \u05d0\u05d5\u05e4\u05d8\u05d9\u05de\u05dc\u05d9.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u05d4\u05d0\u05dd \u05d0\u05e4\u05e9\u05e8 \u05dc\u05e2\u05d1\u05d5\u05d3 \u05e2\u05dd \u05de\u05e2\u05e8\u05db\u05ea \u05d0\u05d5\u05d5\u05e8\u05d5\u05e8 \u05e8\u05d2\u05d9\u05dc\u05d4 \u05d9\u05d7\u05d3 \u05e2\u05dd CO\u2082?<\/h3>\n\n\n<p>\u05d6\u05d5 \u05d8\u05e2\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d4. \u05d7\u05d3\u05e8 \u05e9\u05de\u05d5\u05e6\u05d9\u05d0 \u05d0\u05d5\u05d5\u05d9\u05e8 \u05d3\u05e8\u05da \u05d5\u05e0\u05d8\u05d4 \u05d2\u05d3\u05d5\u05dc\u05d4 \u05d9\u05e9\u05d0\u05d1 \u05d2\u05dd \u05d0\u05ea \u05d4-CO\u2082 \u05de\u05d9\u05d3 \u05d4\u05d7\u05d5\u05e6\u05d4 \u05d5\u05e8\u05d5\u05d1\u05d5 \u05d9\u05ea\u05d1\u05d6\u05d1\u05d6. \u05db\u05d3\u05d9 \u05dc\u05e2\u05d1\u05d5\u05d3 \u05e0\u05db\u05d5\u05df \u05e2\u05dd \u05d2\u05d6, \u05e2\u05dc\u05d9\u05db\u05dd \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1&quot;\u05d7\u05d3\u05e8 \u05d0\u05d8\u05d5\u05dd&quot; (Sealed Room) \u05db\u05db\u05dc \u05d4\u05e0\u05d9\u05ea\u05df, \u05d5\u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05d6\u05d2\u05df \u05de\u05e4\u05d5\u05e6\u05dc \u05dc\u05e4\u05d9\u05d6\u05d5\u05e8 \u05d7\u05d5\u05dd, \u05d1\u05e9\u05d9\u05dc\u05d5\u05d1 \u05de\u05e1\u05d9\u05e8 \u05dc\u05d7\u05d5\u05ea, \u05d1\u05de\u05e7\u05d5\u05dd \u05dc\u05d4\u05d7\u05dc\u05d9\u05e3 \u05d0\u05ea \u05d4\u05d0\u05d5\u05d5\u05d9\u05e8 \u05d1\u05d7\u05d3\u05e8 \u05e2\u05dd \u05d4\u05d0\u05d5\u05d5\u05d9\u05e8 \u05d1\u05d7\u05d5\u05e5.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u05d0\u05d9\u05da \u05d9\u05d5\u05d3\u05e2\u05d9\u05dd \u05db\u05de\u05d4 \u05d2\u05d6 \u05dc\u05e4\u05ea\u05d5\u05d7 \u05de\u05d4\u05d1\u05dc\u05d5\u05df?<\/h3>\n\n\n<p>\u05d4\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05e0\u05d5 \u05e0\u05d5\u05e2\u05d3 \u05d1\u05d3\u05d9\u05d5\u05e7 \u05d1\u05e9\u05d1\u05d9\u05dc \u05d6\u05d4! \u05dc\u05d0\u05d7\u05e8 \u05d4\u05d6\u05e0\u05ea \u05de\u05d9\u05d3\u05d5\u05ea \u05d4\u05d7\u05d3\u05e8 \u05d5\u05d4\u05d0\u05d5\u05e8, \u05d4\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05d9\u05e6\u05d9\u05d2 \u05dc\u05db\u05dd \u05d0\u05ea \u05d4\u05ea\u05e9\u05d5\u05d1\u05d4 \u05d1\u05d2\u05e8\u05de\u05d9\u05dd \u05d0\u05d5 \u05d1\u05dc\u05d9\u05d8\u05e8\u05d9\u05dd \u05e9\u05dc \u05d2\u05d6. \u05dc\u05de\u05e2\u05e8\u05db\u05d5\u05ea \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05d5\u05ea, \u05d1\u05e7\u05e8 \u05e2\u05dd \u05d7\u05d9\u05d9\u05e9\u05df \u05d9\u05e2\u05e9\u05d4 \u05d0\u05ea \u05d4\u05e2\u05d1\u05d5\u05d3\u05d4 \u05d1\u05e9\u05d1\u05d9\u05dc\u05db\u05dd \u2014 \u05d4\u05d5\u05d0 \u05e4\u05e9\u05d5\u05d8 \u05d9\u05e4\u05ea\u05d7 \u05d0\u05ea \u05d4\u05d1\u05e8\u05d6 \u05d4\u05d7\u05e9\u05de\u05dc\u05d9 \u05e2\u05d3 \u05e9\u05d4\u05d7\u05d9\u05d9\u05e9\u05df \u05d1\u05d7\u05d3\u05e8 \u05d9\u05e7\u05e8\u05d0 \u05d0\u05ea \u05e8\u05de\u05ea \u05d4-ppm \u05d4\u05e8\u05e6\u05d5\u05d9\u05d4 \u05d5\u05d0\u05d6 \u05d9\u05e1\u05d2\u05d5\u05e8 \u05d0\u05d5\u05ea\u05d5.<\/p>\n\n\n\n<p>* \u05d4\u05db\u05dc\u05d9 \u05de\u05d9\u05d5\u05e2\u05d3 \u05dc\u05d4\u05e2\u05e8\u05db\u05d4 \u05d5\u05dc\u05de\u05d9\u05d3\u05e2 \u05db\u05dc\u05dc\u05d9 \u05d1\u05dc\u05d1\u05d3. \u05d0\u05d9\u05df \u05dc\u05e8\u05d0\u05d5\u05ea \u05d1\u05d5 \u05d9\u05d9\u05e2\u05d5\u05e5 \u05de\u05e7\u05e6\u05d5\u05e2\u05d9 \u05d0\u05d5 \u05d1\u05d8\u05d9\u05d7\u05d5\u05ea\u05d9. \u05ea\u05de\u05d9\u05d3 \u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d7\u05d9\u05d9\u05e9\u05e0\u05d9\u05dd \u05d5\u05d1\u05e7\u05e8\u05ea \u05d0\u05e7\u05dc\u05d9\u05dd \u05de\u05ea\u05d0\u05d9\u05de\u05d9\u05dd.<\/p>\n\n\n\n<script type=\"application\/ld+json\">\n[\n  {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"SoftwareApplication\",\n    \"name\": \"\u05de\u05d7\u05e9\u05d1\u05d5\u05df CO\u2082 \u05dc\u05d7\u05d3\u05e8 \u05d2\u05d9\u05d3\u05d5\u05dc\",\n    \"operatingSystem\": \"Web\",\n    \"applicationCategory\": \"BusinessApplication\",\n    \"offers\": {\n      \"@type\": \"Offer\",\n      \"price\": \"0\",\n      \"priceCurrency\": \"ILS\"\n    }\n  },\n  {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [\n      {\n        \"@type\": \"Question\",\n        \"name\": \"\u05d4\u05d0\u05dd \u05d4\u05d5\u05e1\u05e4\u05ea CO\u2082 \u05db\u05d3\u05d0\u05d9\u05ea \u05dc\u05de\u05d2\u05d3\u05dc\u05d9\u05dd \u05de\u05ea\u05d7\u05d9\u05dc\u05d9\u05dd?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"\u05dc\u05e8\u05d5\u05d1 \u05dc\u05d0. \u05de\u05d2\u05d3\u05dc\u05d9\u05dd \u05de\u05ea\u05d7\u05d9\u05dc\u05d9\u05dd \u05e6\u05e8\u05d9\u05db\u05d9\u05dd \u05dc\u05d4\u05ea\u05de\u05e7\u05d3 \u05e7\u05d5\u05d3\u05dd \u05d1\u05d0\u05d5\u05e4\u05d8\u05d9\u05de\u05d9\u05d6\u05e6\u05d9\u05d4 \u05e9\u05dc \u05ea\u05d0\u05d5\u05e8\u05d4, \u05d1\u05e7\u05e8\u05ea \u05d0\u05e7\u05dc\u05d9\u05dd \u05e0\u05db\u05d5\u05e0\u05d4, \u05d4\u05e9\u05e7\u05d9\u05d4 \u05e0\u05db\u05d5\u05e0\u05d4 \u05d5\u05e0\u05d9\u05d4\u05d5\u05dc \u05d3\u05e9\u05e0\u05d9\u05dd. CO\u2082 \u05d4\u05d5\u05d0 '\u05db\u05d5\u05d5\u05e0\u05d5\u05df \u05e2\u05d3\u05d9\u05df' \u05d5\u05de\u05ea\u05e7\u05d3\u05dd. \u05d0\u05dd \u05d0\u05ea\u05dd \u05e1\u05d5\u05d1\u05dc\u05d9\u05dd \u05de\u05d7\u05d5\u05dd \u05d1\u05d7\u05d3\u05e8 \u05d0\u05d5 \u05e9\u05d4\u05d0\u05d5\u05e8 \u05d7\u05dc\u05e9, \u05ea\u05d5\u05e1\u05e4\u05ea CO\u2082 \u05dc\u05d0 \u05ea\u05e4\u05ea\u05d5\u05e8 \u05dc\u05db\u05dd \u05d0\u05ea \u05d4\u05d1\u05e2\u05d9\u05d4 \u05d0\u05dc\u05d0 \u05e8\u05e7 \u05ea\u05d1\u05d6\u05d1\u05d6 \u05db\u05e1\u05e3.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"\u05de\u05d4\u05d9 \u05e8\u05de\u05ea \u05d4-CO\u2082 \u05d4\u05de\u05d5\u05de\u05dc\u05e6\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8 \u05dc\u05e9\u05dc\u05d1 \u05d4\u05e4\u05e8\u05d9\u05d7\u05d4 \u05ea\u05d7\u05ea \u05d0\u05d5\u05e8 \u05d7\u05d6\u05e7?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"\u05dc\u05e6\u05de\u05d7\u05d9\u05dd \u05d1\u05e2\u05dc\u05d9 \u05e6\u05e8\u05d9\u05db\u05d4 \u05d2\u05d1\u05d5\u05d4\u05d4 \u05d4\u05d2\u05d3\u05dc\u05d9\u05dd \u05ea\u05d7\u05ea \u05ea\u05d0\u05d5\u05e8\u05ea LED \u05d7\u05d6\u05e7\u05d4 (\u05de\u05e2\u05dc 900 PPFD), \u05e8\u05de\u05ea \u05d4-CO\u2082 \u05d4\u05d0\u05d9\u05d3\u05d9\u05d0\u05dc\u05d9\u05ea \u05e0\u05e2\u05d4 \u05d1\u05d3\u05e8\u05da \u05db\u05dc\u05dc \u05d1\u05d9\u05df 1000 \u05dc-1200 ppm. \u05e8\u05de\u05d5\u05ea \u05de\u05e2\u05dc 1500 ppm \u05db\u05d1\u05e8 \u05d0\u05d9\u05e0\u05df \u05de\u05d5\u05e2\u05d9\u05dc\u05d5\u05ea.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"\u05d4\u05d0\u05dd \u05d0\u05e4\u05e9\u05e8 \u05dc\u05e2\u05d1\u05d5\u05d3 \u05e2\u05dd \u05de\u05e2\u05e8\u05db\u05ea \u05d0\u05d5\u05d5\u05e8\u05d5\u05e8 \u05e8\u05d2\u05d9\u05dc\u05d4 \u05d9\u05d7\u05d3 \u05e2\u05dd CO\u2082?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"\u05db\u05d3\u05d9 \u05dc\u05e2\u05d1\u05d5\u05d3 \u05e0\u05db\u05d5\u05df \u05e2\u05dd \u05d2\u05d6 \u05e2\u05dc\u05d9\u05db\u05dd \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1'\u05d7\u05d3\u05e8 \u05d0\u05d8\u05d5\u05dd' \u05db\u05db\u05dc \u05d4\u05e0\u05d9\u05ea\u05df. \u05d7\u05d3\u05e8 \u05e9\u05de\u05d5\u05e6\u05d9\u05d0 \u05d0\u05d5\u05d5\u05d9\u05e8 \u05d4\u05d7\u05d5\u05e6\u05d4 \u05d9\u05e9\u05d0\u05d1 \u05d2\u05dd \u05d0\u05ea \u05d4\u05d2\u05d6 \u05d5\u05d9\u05d1\u05d6\u05d1\u05d6 \u05d0\u05d5\u05ea\u05d5 \u05dc\u05d7\u05dc\u05d5\u05d8\u05d9\u05df. \u05de\u05d5\u05de\u05dc\u05e5 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05d6\u05d2\u05df \u05d5\u05de\u05e1\u05d9\u05e8 \u05dc\u05d7\u05d5\u05ea \u05d1\u05de\u05e7\u05d5\u05dd \u05d5\u05e0\u05d8\u05d4.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"\u05d0\u05d9\u05da \u05d9\u05d5\u05d3\u05e2\u05d9\u05dd \u05db\u05de\u05d4 \u05d2\u05d6 \u05dc\u05e4\u05ea\u05d5\u05d7 \u05de\u05d4\u05d1\u05dc\u05d5\u05df?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"\u05d4\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc\u05e0\u05d5 \u05de\u05d0\u05e4\u05e9\u05e8 \u05d4\u05d6\u05e0\u05ea \u05de\u05d9\u05d3\u05d5\u05ea \u05d7\u05dc\u05dc \u05d5\u05d0\u05d5\u05e8 \u05d5\u05d9\u05e6\u05d9\u05d2 \u05db\u05de\u05d4 \u05d2\u05e8\u05de\u05d9\u05dd \u05e0\u05d3\u05e8\u05e9\u05d9\u05dd. \u05d1\u05e4\u05e8\u05e7\u05d8\u05d9\u05e7\u05d4, \u05d9\u05e9 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05d1\u05e7\u05e8 CO\u2082 \u05e2\u05dd \u05d7\u05d9\u05d9\u05e9\u05df \u05d5\u05d1\u05e8\u05d6 \u05e1\u05d5\u05dc\u05e0\u05d5\u05d0\u05d9\u05d3 \u05e9\u05d9\u05e4\u05ea\u05d7 \u05d5\u05d9\u05e1\u05d2\u05d5\u05e8 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05dc\u05e4\u05d9 \u05d4\u05e7\u05e8\u05d9\u05d0\u05d4 \u05d4\u05d0\u05de\u05d9\u05ea\u05d9\u05ea \u05d1\u05d7\u05d3\u05e8.\"\n        }\n      }\n    ]\n  },\n  {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"SpeakableSpecification\",\n    \"cssSelector\": [\"#co2-intro\", \"#co2-answer-first\"]\n  }\n]\n<\/script>\n\n\n<\/div>\n<!-- \/wp:post-content -->\n\n<!-- wp:html -->\n<\/div>\n<!-- \/wp:html -->","protected":false},"excerpt":{"rendered":"<p>\u05d7\u05e9\u05d1\u05d5 \u05d0\u05ea \u05db\u05de\u05d5\u05ea CO\u2082 \u05d4\u05e0\u05d3\u05e8\u05e9\u05ea \u05dc\u05e4\u05d9 \u05e2\u05d5\u05e6\u05de\u05ea \u05d0\u05d5\u05e8, \u05e1\u05d5\u05d2 \u05e6\u05de\u05d7 \u05d5\u05e9\u05dc\u05d1 \u05d2\u05d9\u05d3\u05d5\u05dc \u2014 \u05d1\u05d2\u05e8\u05de\u05d9\u05dd \u05d5\u05d1\u05dc\u05d9\u05d8\u05e8\u05d9\u05dd \u05d2\u05d6<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_yoast_wpseo_metadesc":"\u05d7\u05e9\u05d1\u05d5 \u05d0\u05ea \u05db\u05de\u05d5\u05ea CO\u2082 \u05d4\u05e0\u05d3\u05e8\u05e9\u05ea \u05dc\u05e4\u05d9 \u05e2\u05d5\u05e6\u05de\u05ea \u05d0\u05d5\u05e8, \u05e1\u05d5\u05d2 \u05e6\u05de\u05d7 \u05d5\u05e9\u05dc\u05d1 \u05d2\u05d9\u05d3\u05d5\u05dc \u2014 \u05d1\u05d2\u05e8\u05de\u05d9\u05dd \u05d5\u05d1\u05dc\u05d9\u05d8\u05e8\u05d9\u05dd \u05d2\u05d6","tool_emoji":"\ud83c\udf3f","tool_category":"\u05d7\u05e7\u05dc\u05d0\u05d5\u05ea \u05d5\u05d2\u05d9\u05d3\u05d5\u05dc","tool_featured":"no","footnotes":""},"class_list":["post-50450","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u05de\u05d7\u05e9\u05d1\u05d5\u05df CO\u2082 \u05dc\u05d7\u05d3\u05e8 \u05d2\u05d9\u05d3\u05d5\u05dc - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd<\/title>\n<meta name=\"description\" content=\"\u05d7\u05e9\u05d1\u05d5 \u05d0\u05ea \u05db\u05de\u05d5\u05ea CO\u2082 \u05d4\u05e0\u05d3\u05e8\u05e9\u05ea \u05dc\u05e4\u05d9 \u05e2\u05d5\u05e6\u05de\u05ea \u05d0\u05d5\u05e8, \u05e1\u05d5\u05d2 \u05e6\u05de\u05d7 \u05d5\u05e9\u05dc\u05d1 \u05d2\u05d9\u05d3\u05d5\u05dc \u2014 \u05d1\u05d2\u05e8\u05de\u05d9\u05dd \u05d5\u05d1\u05dc\u05d9\u05d8\u05e8\u05d9\u05dd \u05d2\u05d6\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bsolution.me\/he\/co2-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"he_IL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u05de\u05d7\u05e9\u05d1\u05d5\u05df CO\u2082 \u05dc\u05d7\u05d3\u05e8 \u05d2\u05d9\u05d3\u05d5\u05dc - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\" \/>\n<meta property=\"og:description\" content=\"\u05d7\u05e9\u05d1\u05d5 \u05d0\u05ea \u05db\u05de\u05d5\u05ea CO\u2082 \u05d4\u05e0\u05d3\u05e8\u05e9\u05ea \u05dc\u05e4\u05d9 \u05e2\u05d5\u05e6\u05de\u05ea \u05d0\u05d5\u05e8, \u05e1\u05d5\u05d2 \u05e6\u05de\u05d7 \u05d5\u05e9\u05dc\u05d1 \u05d2\u05d9\u05d3\u05d5\u05dc \u2014 \u05d1\u05d2\u05e8\u05de\u05d9\u05dd \u05d5\u05d1\u05dc\u05d9\u05d8\u05e8\u05d9\u05dd \u05d2\u05d6\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bsolution.me\/he\/co2-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-23T09:59:25+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u05d6\u05de\u05df \u05e7\u05e8\u05d9\u05d0\u05d4 \u05de\u05d5\u05e2\u05e8\u05da\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 \u05d3\u05e7\u05d5\u05ea\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/co2-calculator\\\/\",\"url\":\"https:\\\/\\\/bsolution.me\\\/he\\\/co2-calculator\\\/\",\"name\":\"\u05de\u05d7\u05e9\u05d1\u05d5\u05df CO\u2082 \u05dc\u05d7\u05d3\u05e8 \u05d2\u05d9\u05d3\u05d5\u05dc - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/#website\"},\"datePublished\":\"2026-04-13T19:34:10+00:00\",\"dateModified\":\"2026-08-23T09:59:25+00:00\",\"description\":\"\u05d7\u05e9\u05d1\u05d5 \u05d0\u05ea \u05db\u05de\u05d5\u05ea CO\u2082 \u05d4\u05e0\u05d3\u05e8\u05e9\u05ea \u05dc\u05e4\u05d9 \u05e2\u05d5\u05e6\u05de\u05ea \u05d0\u05d5\u05e8, \u05e1\u05d5\u05d2 \u05e6\u05de\u05d7 \u05d5\u05e9\u05dc\u05d1 \u05d2\u05d9\u05d3\u05d5\u05dc \u2014 \u05d1\u05d2\u05e8\u05de\u05d9\u05dd \u05d5\u05d1\u05dc\u05d9\u05d8\u05e8\u05d9\u05dd \u05d2\u05d6\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/co2-calculator\\\/#breadcrumb\"},\"inLanguage\":\"he-IL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bsolution.me\\\/he\\\/co2-calculator\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/co2-calculator\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bsolution.me\\\/he\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u05de\u05d7\u05e9\u05d1\u05d5\u05df CO\u2082 \u05dc\u05d7\u05d3\u05e8 \u05d2\u05d9\u05d3\u05d5\u05dc\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/#website\",\"url\":\"https:\\\/\\\/bsolution.me\\\/he\\\/\",\"name\":\"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\",\"description\":\"\u05d0\u05d5\u05d8\u05d5\u05de\u05e6\u05d9\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7, \u05de\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05dd, \u05de\u05d7\u05d5\u05dc\u05dc\u05d9 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bsolution.me\\\/he\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"he-IL\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u05de\u05d7\u05e9\u05d1\u05d5\u05df CO\u2082 \u05dc\u05d7\u05d3\u05e8 \u05d2\u05d9\u05d3\u05d5\u05dc - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","description":"\u05d7\u05e9\u05d1\u05d5 \u05d0\u05ea \u05db\u05de\u05d5\u05ea CO\u2082 \u05d4\u05e0\u05d3\u05e8\u05e9\u05ea \u05dc\u05e4\u05d9 \u05e2\u05d5\u05e6\u05de\u05ea \u05d0\u05d5\u05e8, \u05e1\u05d5\u05d2 \u05e6\u05de\u05d7 \u05d5\u05e9\u05dc\u05d1 \u05d2\u05d9\u05d3\u05d5\u05dc \u2014 \u05d1\u05d2\u05e8\u05de\u05d9\u05dd \u05d5\u05d1\u05dc\u05d9\u05d8\u05e8\u05d9\u05dd \u05d2\u05d6","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:\/\/bsolution.me\/he\/co2-calculator\/","og_locale":"he_IL","og_type":"article","og_title":"\u05de\u05d7\u05e9\u05d1\u05d5\u05df CO\u2082 \u05dc\u05d7\u05d3\u05e8 \u05d2\u05d9\u05d3\u05d5\u05dc - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","og_description":"\u05d7\u05e9\u05d1\u05d5 \u05d0\u05ea \u05db\u05de\u05d5\u05ea CO\u2082 \u05d4\u05e0\u05d3\u05e8\u05e9\u05ea \u05dc\u05e4\u05d9 \u05e2\u05d5\u05e6\u05de\u05ea \u05d0\u05d5\u05e8, \u05e1\u05d5\u05d2 \u05e6\u05de\u05d7 \u05d5\u05e9\u05dc\u05d1 \u05d2\u05d9\u05d3\u05d5\u05dc \u2014 \u05d1\u05d2\u05e8\u05de\u05d9\u05dd \u05d5\u05d1\u05dc\u05d9\u05d8\u05e8\u05d9\u05dd \u05d2\u05d6","og_url":"https:\/\/bsolution.me\/he\/co2-calculator\/","og_site_name":"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","article_modified_time":"2026-08-23T09:59:25+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u05d6\u05de\u05df \u05e7\u05e8\u05d9\u05d0\u05d4 \u05de\u05d5\u05e2\u05e8\u05da":"3 \u05d3\u05e7\u05d5\u05ea"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bsolution.me\/he\/co2-calculator\/","url":"https:\/\/bsolution.me\/he\/co2-calculator\/","name":"\u05de\u05d7\u05e9\u05d1\u05d5\u05df CO\u2082 \u05dc\u05d7\u05d3\u05e8 \u05d2\u05d9\u05d3\u05d5\u05dc - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","isPartOf":{"@id":"https:\/\/bsolution.me\/he\/#website"},"datePublished":"2026-04-13T19:34:10+00:00","dateModified":"2026-08-23T09:59:25+00:00","description":"\u05d7\u05e9\u05d1\u05d5 \u05d0\u05ea \u05db\u05de\u05d5\u05ea CO\u2082 \u05d4\u05e0\u05d3\u05e8\u05e9\u05ea \u05dc\u05e4\u05d9 \u05e2\u05d5\u05e6\u05de\u05ea \u05d0\u05d5\u05e8, \u05e1\u05d5\u05d2 \u05e6\u05de\u05d7 \u05d5\u05e9\u05dc\u05d1 \u05d2\u05d9\u05d3\u05d5\u05dc \u2014 \u05d1\u05d2\u05e8\u05de\u05d9\u05dd \u05d5\u05d1\u05dc\u05d9\u05d8\u05e8\u05d9\u05dd \u05d2\u05d6","breadcrumb":{"@id":"https:\/\/bsolution.me\/he\/co2-calculator\/#breadcrumb"},"inLanguage":"he-IL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bsolution.me\/he\/co2-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bsolution.me\/he\/co2-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bsolution.me\/he\/"},{"@type":"ListItem","position":2,"name":"\u05de\u05d7\u05e9\u05d1\u05d5\u05df CO\u2082 \u05dc\u05d7\u05d3\u05e8 \u05d2\u05d9\u05d3\u05d5\u05dc"}]},{"@type":"WebSite","@id":"https:\/\/bsolution.me\/he\/#website","url":"https:\/\/bsolution.me\/he\/","name":"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","description":"\u05d0\u05d5\u05d8\u05d5\u05de\u05e6\u05d9\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7, \u05de\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05dd, \u05de\u05d7\u05d5\u05dc\u05dc\u05d9 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bsolution.me\/he\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"he-IL"}]}},"_links":{"self":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50450","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/comments?post=50450"}],"version-history":[{"count":5,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50450\/revisions"}],"predecessor-version":[{"id":50875,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50450\/revisions\/50875"}],"wp:attachment":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/media?parent=50450"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}