{"id":619,"date":"2026-04-17T11:05:57","date_gmt":"2026-04-17T09:05:57","guid":{"rendered":"https:\/\/leyton.majjane.agency\/pl\/services\/"},"modified":"2026-07-31T08:24:50","modified_gmt":"2026-07-31T06:24:50","slug":"audyt-energetyczny-przedsiebiorstwa-2","status":"publish","type":"page","link":"https:\/\/leyton.com\/pl\/audyt-energetyczny-przedsiebiorstwa-2\/","title":{"rendered":"Audyt energetyczny przedsi\u0119biorstwa"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"619\" class=\"elementor elementor-619\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b369a18 e-grid e-con-boxed e-con e-parent\" data-id=\"4b369a18\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-490debd8 e-flex e-con-boxed e-con e-child\" data-id=\"490debd8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-634ac859 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget-tablet_extra__width-initial elementor-widget elementor-widget-heading\" data-id=\"634ac859\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Audyt <span>energetyczny<\/span> przedsi\u0119biorstwa<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ddcdf6f elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"2ddcdf6f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Zyskaj pe\u0142ny obraz zu\u017cycia energii w swojej firmie i poznaj konkretne mo\u017cliwo\u015bci poprawy efektywno\u015bci energetycznej. Przeprowadzimy kompleksowy audyt energetyczny przedsi\u0119biorstwa, przygotujemy raport z rekomendacjami oraz pomo\u017cemy dope\u0142ni\u0107 obowi\u0105zk\u00f3w wobec Urz\u0119du Regulacji Energetyki.<\/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<div class=\"elementor-element elementor-element-1c35d89 e-con-full e-flex e-con e-child\" data-id=\"1c35d89\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-81761e9 elementor-widget elementor-widget-html\" data-id=\"81761e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\n(function() {\r\n    function initVideoPopup() {\r\n        const trigger = document.getElementById('play-icon-trigger');\r\n        const videoWrap = document.getElementById('main-video');\r\n        \r\n        if (!trigger || !videoWrap) return;\r\n        \r\n        trigger.style.cursor = 'pointer';\r\n        \r\n        function getVideoSource() {\r\n            let videoEl = videoWrap.querySelector('video');\r\n            if (videoEl) {\r\n                const source = videoEl.querySelector('source');\r\n                if (source && source.src) return source.src;\r\n                if (videoEl.src) return videoEl.src;\r\n                if (videoEl.getAttribute('src')) return videoEl.getAttribute('src');\r\n            }\r\n            const anySource = videoWrap.querySelector('source');\r\n            if (anySource && anySource.src) return anySource.src;\r\n            return null;\r\n        }\r\n        \r\n        function lockLenis() {\r\n            if (window.lenis) window.lenis.stop();\r\n            else if (window.lenisInstance) window.lenisInstance.stop();\r\n            document.documentElement.classList.add('lenis-stopped');\r\n            document.body.style.overflow = 'hidden';\r\n        }\r\n        \r\n        function unlockLenis() {\r\n            if (window.lenis) window.lenis.start();\r\n            else if (window.lenisInstance) window.lenisInstance.start();\r\n            document.documentElement.classList.remove('lenis-stopped');\r\n            document.body.style.overflow = '';\r\n        }\r\n        \r\n        trigger.addEventListener('click', function(e) {\r\n            e.preventDefault();\r\n            e.stopPropagation();\r\n            \r\n            const videoSrc = getVideoSource();\r\n            if (!videoSrc) return;\r\n            \r\n            const overlay = document.createElement('div');\r\n            overlay.id = 'custom-video-lightbox';\r\n            overlay.innerHTML = `\r\n                <video class=\"cvl-video\" controls autoplay playsinline>\r\n                    <source src=\"${videoSrc}\" type=\"video\/mp4\">\r\n                <\/video>\r\n                <div class=\"cvl-close\" role=\"button\" tabindex=\"0\" aria-label=\"Close\">\r\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                        <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line>\r\n                        <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line>\r\n                    <\/svg>\r\n                <\/div>\r\n            `;\r\n            document.body.appendChild(overlay);\r\n            lockLenis();\r\n            \r\n            const close = () => {\r\n                console.log('CLOSE CALLED at', Date.now());\r\n                const video = overlay.querySelector('video');\r\n                if (video) { video.pause(); video.src = ''; }\r\n                if (overlay.parentNode) overlay.remove();\r\n                unlockLenis();\r\n                document.removeEventListener('keydown', escClose);\r\n            };\r\n            \r\n            function escClose(ev) {\r\n                if (ev.key === 'Escape') close();\r\n            }\r\n            \r\n            const closeBtn = overlay.querySelector('.cvl-close');\r\n            \r\n            closeBtn.onclick = function(e) {\r\n                console.log('X CLICKED at', Date.now(), 'target:', e.target);\r\n                e.preventDefault();\r\n                e.stopPropagation();\r\n                close();\r\n                return false;\r\n            };\r\n            \r\n            document.addEventListener('keydown', escClose);\r\n        });\r\n    }\r\n    \r\n    if (document.readyState === 'loading') {\r\n        document.addEventListener('DOMContentLoaded', initVideoPopup);\r\n    } else {\r\n        initVideoPopup();\r\n    }\r\n})();\r\n<\/script>\r\n\r\n<style>\r\nhtml.lenis-stopped {\r\n    overflow: hidden !important;\r\n}\r\n#custom-video-lightbox {\r\n    position: fixed;\r\n    inset: 0;\r\n    z-index: 99999;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    background: rgba(0, 0, 0, 0.9);\r\n}\r\n#custom-video-lightbox .cvl-video {\r\n    width: 90vw;\r\n    max-width: 1000px;\r\n    max-height: 85vh;\r\n    height: auto;\r\n    border-radius: 12px;\r\n    background: #000;\r\n    display: block;\r\n}\r\n#custom-video-lightbox .cvl-close {\r\n    position: fixed;\r\n    top: 25px;\r\n    right: 25px;\r\n    width: 60px;\r\n    height: 60px;\r\n    color: #fff;\r\n    cursor: pointer;\r\n    z-index: 999999;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    user-select: none;\r\n}\r\n#custom-video-lightbox .cvl-close svg {\r\n    width: 40px;\r\n    height: 40px;\r\n    pointer-events: none;\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19b4d75 elementor-widget elementor-widget-image\" data-id=\"19b4d75\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"351\" src=\"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/HMRC-RD-Enquiry-Defence-Support-Service-1024x449.jpg\" class=\"attachment-large size-large wp-image-614\" alt=\"HMRC R&amp;D Enquiry Defence Support Service\" srcset=\"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/HMRC-RD-Enquiry-Defence-Support-Service-1024x449.jpg 1024w, https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/HMRC-RD-Enquiry-Defence-Support-Service-300x131.jpg 300w, https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/HMRC-RD-Enquiry-Defence-Support-Service-768x336.jpg 768w, https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/HMRC-RD-Enquiry-Defence-Support-Service-1536x673.jpg 1536w, https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/HMRC-RD-Enquiry-Defence-Support-Service-400x175.jpg 400w, https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/HMRC-RD-Enquiry-Defence-Support-Service.jpg 1726w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6924d7a7 e-flex e-con-boxed e-con e-parent\" data-id=\"6924d7a7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-362f93c9 liquid-glass elementor-widget elementor-widget-text-editor\" data-id=\"362f93c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>jak pomagamy<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-27ea82a9 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"27ea82a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Zamie\u0144 dane o zu\u017cyciu energii w plan realnych oszcz\u0119dno\u015bci<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-63b17f07 elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"63b17f07\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"isSelectedEnd\">Audyt energetyczny przedsi\u0119biorstwa pozwala okre\u015bli\u0107, gdzie i w jaki spos\u00f3b wykorzystywana jest energia elektryczna, cieplna oraz energia pochodz\u0105ca z paliw. Analizujemy budynki, instalacje, urz\u0105dzenia, transport i procesy produkcyjne, aby wskaza\u0107 dzia\u0142ania pozwalaj\u0105ce ograniczy\u0107 zu\u017cycie energii i koszty dzia\u0142alno\u015bci.<\/p><p>Audyt przeprowadzamy na podstawie aktualnych, reprezentatywnych i mierzalnych danych oraz zgodnie z wymaganiami ustawy o efektywno\u015bci energetycznej i normy PN-EN 16247.<\/p><p><strong>Skontaktuj si\u0119 z nami i zle\u0107 nam kompleksowy profesjonalny Audytu Energetyczny Przedsi\u0119biorstwa.<\/strong><\/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<div class=\"elementor-element elementor-element-6093aad1 e-flex e-con-boxed e-con e-parent\" data-id=\"6093aad1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71a9942 liquid-glass elementor-widget elementor-widget-text-editor\" data-id=\"71a9942\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>How it helps<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6116b6c e-grid e-con-full e-con e-child\" data-id=\"6116b6c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c5970f elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"c5970f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Audyt energetyczny jako podstawa \u015bwiadomych decyzji<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-55efce39 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"55efce39\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"isSelectedEnd\">Zgodnie z ustaw\u0105 o efektywno\u015bci energetycznej duzi przedsi\u0119biorcy s\u0105 zobowi\u0105zani do przeprowadzania audytu energetycznego przedsi\u0119biorstwa co cztery lata. Audyt nie powinien by\u0107 jednak traktowany wy\u0142\u0105cznie jako obowi\u0105zek formalny.<\/p><p>Jego wyniki pomagaj\u0105 zidentyfikowa\u0107 obszary nadmiernego zu\u017cycia energii, wyznaczy\u0107 kierunki modernizacji i lepiej przygotowa\u0107 d\u0142ugoterminow\u0105 strategi\u0119 energetyczn\u0105 firmy.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6d1ed61a elementor-widget-mobile__width-initial elementor-pagination-type-bullets elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"6d1ed61a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;dd23831&quot;},{&quot;slide_title&quot;:&quot;Slide #2&quot;,&quot;_id&quot;:&quot;eec2f0f&quot;},{&quot;slide_title&quot;:&quot;Slide #3&quot;,&quot;_id&quot;:&quot;96d9ea2&quot;},{&quot;slide_title&quot;:&quot;Slide #3&quot;,&quot;_id&quot;:&quot;b6ea8a4&quot;}],&quot;slides_to_show&quot;:&quot;3&quot;,&quot;speed&quot;:600,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;offset_sides&quot;:&quot;none&quot;,&quot;arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-51e6be28 cta_wrapper e-flex e-con-boxed e-con e-child\" data-id=\"51e6be28\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3426b885 elementor-widget elementor-widget-heading\" data-id=\"3426b885\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Zgodno\u015b\u0107 z przepisami<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b3502a6 elementor-widget elementor-widget-text-editor\" data-id=\"2b3502a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Prawid\u0142owo przeprowadzony audyt i zawiadomienie Prezesa URE pozwalaj\u0105 przedsi\u0119biorstwu wywi\u0105za\u0107 si\u0119 z obowi\u0105zk\u00f3w wynikaj\u0105cych z ustawy o efektywno\u015bci energetycznej.<\/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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2a1544b cta_wrapper e-flex e-con-boxed e-con e-child\" data-id=\"2a1544b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-75513bf7 elementor-widget elementor-widget-heading\" data-id=\"75513bf7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Ni\u017csze koszty dzia\u0142alno\u015bci<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-364b13b3 elementor-widget elementor-widget-text-editor\" data-id=\"364b13b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Identyfikujemy straty energii i obszary o najwi\u0119kszym potencjale oszcz\u0119dno\u015bci, pomagaj\u0105c wskaza\u0107 rozwi\u0105zania, kt\u00f3re mog\u0105 ograniczy\u0107 koszty operacyjne przedsi\u0119biorstwa.<\/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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1ba666be e-flex e-con-boxed e-con e-child\" data-id=\"1ba666be\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-25484e35 elementor-widget elementor-widget-heading\" data-id=\"25484e35\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Lepsze planowanie inwestycji<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7818f13f elementor-widget elementor-widget-text-editor\" data-id=\"7818f13f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Raport z audytu dostarcza danych potrzebnych do oceny i uporz\u0105dkowania projekt\u00f3w modernizacyjnych wed\u0142ug ich potencja\u0142u energetycznego, ekonomicznego i technicznego.<\/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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-24de483 e-flex e-con-boxed e-con e-child\" data-id=\"24de483\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0fe8123 elementor-widget elementor-widget-heading\" data-id=\"0fe8123\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Wsparcie zr\u00f3wnowa\u017conego rozwoju<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cd76a9a elementor-widget elementor-widget-text-editor\" data-id=\"cd76a9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Zmniejszenie zu\u017cycia energii mo\u017ce prze\u0142o\u017cy\u0107 si\u0119 na ograniczenie emisji CO\u2082 i negatywnego wp\u0142ywu dzia\u0142alno\u015bci przedsi\u0119biorstwa na \u015brodowisko.<\/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\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Poprzedni\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"22\" height=\"21\" viewBox=\"0 0 22 21\" fill=\"none\"><path d=\"M13.6875 5.25L8.2125 10.5L13.6875 15.75\" stroke=\"#EC6839\" stroke-width=\"1.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Nast\u0119pny\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"22\" height=\"21\" viewBox=\"0 0 22 21\" fill=\"none\"><path d=\"M8.21289 15.75L13.6879 10.5L8.21289 5.25\" stroke=\"#EC6839\" stroke-width=\"1.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-58298318 animate-step-track e-flex e-con-boxed e-con e-parent\" data-id=\"58298318\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1bad19d7 liquid-glass elementor-widget elementor-widget-text-editor\" data-id=\"1bad19d7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>jak to dzia\u0142a?<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-547d1383 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"547d1383\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Nasze ustrukturyzowane, sze\u015bcioetapowe podej\u015bcie pozwala sprawnie przeprowadzi\u0107 audyt, spe\u0142ni\u0107 wymagania prawne i otrzyma\u0107 praktyczny plan poprawy efektywno\u015bci energetycznej przedsi\u0119biorstwa.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c5093df elementor-widget elementor-widget-heading\" data-id=\"2c5093df\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Twoja droga do wi\u0119kszej efektywno\u015bci energetycznej<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f095c58 e-grid e-con-full animate-fade-stagger e-con e-child\" data-id=\"f095c58\" data-element_type=\"container\" data-e-type=\"container\" id=\"mon-grid\">\n\t\t<div class=\"elementor-element elementor-element-7589223 e-con-full card-active e-flex e-con e-child\" data-id=\"7589223\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8288efe elementor-widget elementor-widget-heading\" data-id=\"8288efe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">01.<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f56aba3 elementor-widget elementor-widget-heading\" data-id=\"f56aba3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Ustalenie zakresu<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-de41153 elementor-widget elementor-widget-text-editor\" data-id=\"de41153\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Okre\u015blamy struktur\u0119 przedsi\u0119biorstwa, lokalizacje, procesy oraz obszary, kt\u00f3re nale\u017cy obj\u0105\u0107 audytem. Ustalamy r\u00f3wnie\u017c zakres potrzebnych danych technicznych i energetycznych.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3443b22 e-con-full e-flex e-con e-child\" data-id=\"3443b22\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d6e80c1 elementor-widget elementor-widget-heading\" data-id=\"d6e80c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">02.<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d8b3f14 elementor-widget elementor-widget-heading\" data-id=\"d8b3f14\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Zebranie i analiza danych<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c7f94c7 elementor-widget elementor-widget-text-editor\" data-id=\"c7f94c7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Analizujemy faktury, profile zu\u017cycia, dane pomiarowe oraz informacje dotycz\u0105ce budynk\u00f3w, instalacji, urz\u0105dze\u0144, transportu i proces\u00f3w produkcyjnych.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b9c9e0f e-con-full e-flex e-con e-child\" data-id=\"b9c9e0f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9809733 elementor-widget elementor-widget-heading\" data-id=\"9809733\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">03.<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17c3c36 elementor-widget elementor-widget-heading\" data-id=\"17c3c36\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Wizja lokalna i pomiary<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac42282 elementor-widget elementor-widget-text-editor\" data-id=\"ac42282\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Weryfikujemy spos\u00f3b wykorzystania energii bezpo\u015brednio w obiektach przedsi\u0119biorstwa. W razie potrzeby wykonujemy dodatkowe pomiary i konsultujemy si\u0119 z osobami odpowiedzialnymi za poszczeg\u00f3lne procesy.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eb5b624 e-con-full e-flex e-con e-child\" data-id=\"eb5b624\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8fd28c3 elementor-widget elementor-widget-heading\" data-id=\"8fd28c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">04.<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4338d14 elementor-widget elementor-widget-heading\" data-id=\"4338d14\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Propozycje dzia\u0142a\u0144<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea82426 elementor-widget elementor-widget-text-editor\" data-id=\"ea82426\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Identyfikujemy mo\u017cliwe usprawnienia techniczne, inwestycyjne i organizacyjne. Dla rekomendowanych przedsi\u0119wzi\u0119\u0107 obliczamy potencjalne oszcz\u0119dno\u015bci energii oraz analizujemy ich zasadno\u015b\u0107 ekonomiczn\u0105.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-17007f7 e-con-full e-flex e-con e-child\" data-id=\"17007f7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f4be4b elementor-widget elementor-widget-heading\" data-id=\"6f4be4b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">05.<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-edacf31 elementor-widget elementor-widget-heading\" data-id=\"edacf31\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Opracowanie raportu<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac09af2 elementor-widget elementor-widget-text-editor\" data-id=\"ac09af2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Przygotowujemy zbiorczy raport zawieraj\u0105cy struktur\u0119 zu\u017cycia energii, wyniki analiz, obliczenia oraz list\u0119 rekomendowanych dzia\u0142a\u0144 poprawiaj\u0105cych efektywno\u015b\u0107 energetyczn\u0105.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0fb34f0 e-con-full e-flex e-con e-child\" data-id=\"0fb34f0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c868b3c elementor-widget elementor-widget-heading\" data-id=\"c868b3c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">06.<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3d7812f elementor-widget elementor-widget-heading\" data-id=\"3d7812f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Zawiadomienie URE<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eb0d8f6 elementor-widget elementor-widget-text-editor\" data-id=\"eb0d8f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>W przypadku przedsi\u0119biorstw obj\u0119tych ustawowym obowi\u0105zkiem wspieramy przygotowanie zawiadomienia Prezesa Urz\u0119du Regulacji Energetyki o przeprowadzonym audycie.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2bb8ff8c e-flex e-con-boxed e-con e-parent\" data-id=\"2bb8ff8c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-55dc5575 liquid-glass elementor-widget elementor-widget-text-editor\" data-id=\"55dc5575\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>skontaktuj si\u0119 z nami<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-268211ae elementor-widget elementor-widget-heading\" data-id=\"268211ae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span>Um\u00f3w si\u0119<\/span> na bezp\u0142atn\u0105 konsultacj\u0119<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a239963 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3a239963\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Um\u00f3w konsultacj\u0119 z ekspertem Leyton i dowiedz si\u0119, jak ograniczy\u0107 koszty energii oraz pozyska\u0107 wsparcie dla planowanej modernizacji.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a27c2bd fx-flood-icon elementor-widget elementor-widget-button\" data-id=\"3a27c2bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/leyton.com\/pl\/kontakt\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M3.23438 7.75781L12.2849 7.75781\" stroke=\"#012D48\" stroke-width=\"1.29293\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M7.75781 3.2323L12.2831 7.75755L7.75781 12.2828\" stroke=\"#012D48\" stroke-width=\"1.29293\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Porozmawiaj z ekspertem<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-70de0cd7 elementor-widget elementor-widget-html\" data-id=\"70de0cd7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"line-animation-container\">\r\n  <svg viewBox=\"0 0 642 612\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path class=\"track\" d=\"M151.154 44.5068C257.063 -14.2382 384.676 -13.9709 486.177 44.1289L399.377 165.005C301.02 117.504 197.407 164.426 166.27 252.721C132.988 347.079 190.978 450.577 299.629 464.562L299.632 464.552C372.009 473.855 432.516 437.072 461.067 388.653C478.452 359.178 486.8 328.578 484.96 297.372C483.128 266.29 471.189 234.644 448.071 202.942L564.847 104.897C649.206 200.978 663.393 326.823 610.086 441.232C564.026 540.083 456.294 606.115 335.479 611.174C190.3 617.246 61.4942 538.023 17.415 407.79L16.9004 406.255C-28.4428 269.809 21.4891 116.403 151.154 44.5068Z\" stroke=\"#6A7282\" stroke-width=\"2\" \/>\r\n    \r\n    <path id=\"squicher-line\" d=\"M151.154 44.5068C257.063 -14.2382 384.676 -13.9709 486.177 44.1289L399.377 165.005C301.02 117.504 197.407 164.426 166.27 252.721C132.988 347.079 190.978 450.577 299.629 464.562L299.632 464.552C372.009 473.855 432.516 437.072 461.067 388.653C478.452 359.178 486.8 328.578 484.96 297.372C483.128 266.29 471.189 234.644 448.071 202.942L564.847 104.897C649.206 200.978 663.393 326.823 610.086 441.232C564.026 540.083 456.294 606.115 335.479 611.174C190.3 617.246 61.4942 538.023 17.415 407.79L16.9004 406.255C-28.4428 269.809 21.4891 116.403 151.154 44.5068Z\" stroke=\"#EC6839\" stroke-width=\"3\" stroke-linecap=\"round\" \/>\r\n  <\/svg>\r\n<\/div>\r\n\r\n<style>\r\n  .line-animation-container {\r\n    width: 100%;\r\n    transform: translateX(-50%);\r\n    left: 50%;\r\n    top: -100px;\r\n    position: absolute;\r\n    min-height: 400px;\r\n    background: transparent;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n  }\r\n  svg {\r\n    width: 80%;\r\n    max-width: 600px;\r\n    height: auto;\r\n    overflow: visible;\r\n  }\r\n  .track {\r\n    opacity: 0.15;\r\n  }\r\n  \r\n  @media (max-width: 550px) {\r\n     .line-animation-container {\r\n        width: 90%;\r\n        top: -160px;\r\n     }\r\n  }\r\n<\/style>\r\n\r\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/animejs\/3.2.1\/anime.min.js\"><\/script>\r\n<script>\r\n  window.addEventListener('DOMContentLoaded', () => {\r\n    const path = document.querySelector('#squicher-line');\r\n    const length = path.getTotalLength();\r\n\r\n    \/\/ Variable Animation for the \"Squicher\" Effect\r\n    anime({\r\n      targets: path,\r\n      strokeDashoffset: [length, -length],\r\n      \/\/ This is the variable length logic:\r\n      \/\/ It starts short, stretches in the middle, and shrinks at the end\r\n      strokeDasharray: [\r\n        { value: `20 ${length}`, duration: 0 },\r\n        { value: `150 ${length}`, duration: 7000, easing: 'easeInOutQuad' },\r\n        { value: `20 ${length}`, duration: 7000, easing: 'easeInOutQuad' }\r\n      ],\r\n      duration: 20000,\r\n      easing: 'linear',\r\n      loop: true\r\n    });\r\n  });\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b64f4df e-flex e-con-boxed e-con e-parent\" data-id=\"b64f4df\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-acd9b00 liquid-glass elementor-widget elementor-widget-text-editor\" data-id=\"acd9b00\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Masz w\u0105tpliwo\u015bci?<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fe1bd5e elementor-widget elementor-widget-heading\" data-id=\"fe1bd5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Najcz\u0119\u015bciej zadawane pytania<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4609160 elementor-widget elementor-widget-text-editor\" data-id=\"4609160\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Poznaj odpowiedzi na najcz\u0119stsze pytania dotycz\u0105ce audytu energetycznego przedsi\u0119biorstwa, obowi\u0105zk\u00f3w wobec URE i mo\u017cliwo\u015bci ograniczenia koszt\u00f3w energii.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-13830e2 elementor-widget elementor-widget-n-accordion\" data-id=\"13830e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;expanded&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2040\" class=\"e-n-accordion-item\" open>\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-2040\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Czym jest audyt energetyczny przedsi\u0119biorstwa? <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" fill=\"#BFC7D0\"><\/rect><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"white\"><\/rect><path d=\"M15 17.5L20 22.5L25 17.5\" stroke=\"white\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" fill=\"#BFC7D0\"><\/rect><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"white\"><\/rect><path d=\"M15 17.5L20 22.5L25 17.5\" stroke=\"white\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2040\" class=\"elementor-element elementor-element-d016ebe e-con-full e-flex e-con e-child\" data-id=\"d016ebe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2040\" class=\"elementor-element elementor-element-c71e29c e-flex e-con-boxed e-con e-child\" data-id=\"c71e29c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a50ed89 elementor-widget elementor-widget-text-editor\" data-id=\"a50ed89\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Audyt energetyczny przedsi\u0119biorstwa to kompleksowa analiza sposobu wykorzystania energii w organizacji. Obejmuje m.in. budynki, instalacje, urz\u0105dzenia, procesy przemys\u0142owe i transport oraz wskazuje dzia\u0142ania mog\u0105ce poprawi\u0107 efektywno\u015b\u0107 energetyczn\u0105.<\/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>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2041\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2041\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Kto musi przeprowadzi\u0107 audyt energetyczny przedsi\u0119biorstwa? <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" fill=\"#BFC7D0\"><\/rect><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"white\"><\/rect><path d=\"M15 17.5L20 22.5L25 17.5\" stroke=\"white\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" fill=\"#BFC7D0\"><\/rect><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"white\"><\/rect><path d=\"M15 17.5L20 22.5L25 17.5\" stroke=\"white\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2041\" class=\"elementor-element elementor-element-c00f33d e-con-full e-flex e-con e-child\" data-id=\"c00f33d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2041\" class=\"elementor-element elementor-element-4e6ec85 e-flex e-con-boxed e-con e-child\" data-id=\"4e6ec85\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-63d818d elementor-widget elementor-widget-text-editor\" data-id=\"63d818d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Zgodnie z obecnie obowi\u0105zuj\u0105c\u0105 ustaw\u0105 o efektywno\u015bci energetycznej audyt musz\u0105 przeprowadza\u0107 przedsi\u0119biorcy, kt\u00f3rzy nie posiadaj\u0105 statusu mikro-, ma\u0142ego lub \u015bredniego przedsi\u0119biorcy. Status firmy nale\u017cy analizowa\u0107 indywidualnie, szczeg\u00f3lnie w przypadku podmiot\u00f3w nale\u017c\u0105cych do grup kapita\u0142owych.<\/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>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2042\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2042\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Jak cz\u0119sto nale\u017cy wykonywa\u0107 audyt energetyczny przedsi\u0119biorstwa? <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" fill=\"#BFC7D0\"><\/rect><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"white\"><\/rect><path d=\"M15 17.5L20 22.5L25 17.5\" stroke=\"white\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" fill=\"#BFC7D0\"><\/rect><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"white\"><\/rect><path d=\"M15 17.5L20 22.5L25 17.5\" stroke=\"white\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2042\" class=\"elementor-element elementor-element-003e20f e-con-full e-flex e-con e-child\" data-id=\"003e20f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2042\" class=\"elementor-element elementor-element-30a4ea5 e-flex e-con-boxed e-con e-child\" data-id=\"30a4ea5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b1434ef elementor-widget elementor-widget-text-editor\" data-id=\"b1434ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Przedsi\u0119biorstwo obj\u0119te obowi\u0105zkiem powinno przeprowadza\u0107 audyt co cztery lata. Termin kolejnego audytu jest liczony od dnia przeprowadzenia poprzedniej analizy.<\/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>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2043\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2043\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Co obejmuje audyt energetyczny przedsi\u0119biorstwa? <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" fill=\"#BFC7D0\"><\/rect><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"white\"><\/rect><path d=\"M15 17.5L20 22.5L25 17.5\" stroke=\"white\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" fill=\"#BFC7D0\"><\/rect><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"white\"><\/rect><path d=\"M15 17.5L20 22.5L25 17.5\" stroke=\"white\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2043\" class=\"elementor-element elementor-element-e28946f e-con-full e-flex e-con e-child\" data-id=\"e28946f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2043\" class=\"elementor-element elementor-element-b77a258 e-flex e-con-boxed e-con e-child\" data-id=\"b77a258\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-490e980 elementor-widget elementor-widget-text-editor\" data-id=\"490e980\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Audyt obejmuje szczeg\u00f3\u0142owy przegl\u0105d zu\u017cycia energii w budynkach, instalacjach przemys\u0142owych, urz\u0105dzeniach i transporcie. W przypadku audytu obowi\u0105zkowego analizowane obszary powinny odpowiada\u0107 \u0142\u0105cznie za co najmniej 90% ca\u0142kowitego zu\u017cycia energii przez przedsi\u0119biorstwo.<\/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>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2044\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2044\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Jakie dane s\u0105 potrzebne do przeprowadzenia audytu? <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" fill=\"#BFC7D0\"><\/rect><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"white\"><\/rect><path d=\"M15 17.5L20 22.5L25 17.5\" stroke=\"white\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" fill=\"#BFC7D0\"><\/rect><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"white\"><\/rect><path d=\"M15 17.5L20 22.5L25 17.5\" stroke=\"white\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2044\" class=\"elementor-element elementor-element-a17c6a1 e-con-full e-flex e-con e-child\" data-id=\"a17c6a1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2044\" class=\"elementor-element elementor-element-4860701 e-flex e-con-boxed e-con e-child\" data-id=\"4860701\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9c88eac elementor-widget elementor-widget-text-editor\" data-id=\"9c88eac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Zakres danych zale\u017cy od charakteru dzia\u0142alno\u015bci firmy. Najcz\u0119\u015bciej potrzebne s\u0105 faktury i dane o zu\u017cyciu energii, informacje dotycz\u0105ce obiekt\u00f3w i instalacji, dokumentacja techniczna, dane o urz\u0105dzeniach oraz informacje o procesach produkcyjnych i transporcie.<\/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>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2045\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"6\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2045\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Czy audyt energetyczny przedsi\u0119biorstwa i audyt do bia\u0142ych certyfikat\u00f3w s\u0105 tym samym? <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" fill=\"#BFC7D0\"><\/rect><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"white\"><\/rect><path d=\"M15 17.5L20 22.5L25 17.5\" stroke=\"white\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" fill=\"#BFC7D0\"><\/rect><rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"white\"><\/rect><path d=\"M15 17.5L20 22.5L25 17.5\" stroke=\"white\" stroke-width=\"1.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2045\" class=\"elementor-element elementor-element-842b1df e-con-full e-flex e-con e-child\" data-id=\"842b1df\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2045\" class=\"elementor-element elementor-element-73dde3f e-flex e-con-boxed e-con e-child\" data-id=\"73dde3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e5a7e86 elementor-widget elementor-widget-text-editor\" data-id=\"e5a7e86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Nie. Audyt energetyczny przedsi\u0119biorstwa przedstawia og\u00f3ln\u0105 struktur\u0119 zu\u017cycia energii i identyfikuje mo\u017cliwo\u015bci poprawy efektywno\u015bci. Audyt efektywno\u015bci energetycznej wykonywany na potrzeby bia\u0142ych certyfikat\u00f3w dotyczy konkretnego przedsi\u0119wzi\u0119cia i stanowi element odr\u0119bnej procedury.<\/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>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Czym jest audyt energetyczny przedsi\\u0119biorstwa?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Audyt energetyczny przedsi\\u0119biorstwa to kompleksowa analiza sposobu wykorzystania energii w organizacji. Obejmuje m.in. budynki, instalacje, urz\\u0105dzenia, procesy przemys\\u0142owe i transport oraz wskazuje dzia\\u0142ania mog\\u0105ce poprawi\\u0107 efektywno\\u015b\\u0107 energetyczn\\u0105.\"}},{\"@type\":\"Question\",\"name\":\"Kto musi przeprowadzi\\u0107 audyt energetyczny przedsi\\u0119biorstwa?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Zgodnie z obecnie obowi\\u0105zuj\\u0105c\\u0105 ustaw\\u0105 o efektywno\\u015bci energetycznej audyt musz\\u0105 przeprowadza\\u0107 przedsi\\u0119biorcy, kt\\u00f3rzy nie posiadaj\\u0105 statusu mikro-, ma\\u0142ego lub \\u015bredniego przedsi\\u0119biorcy. Status firmy nale\\u017cy analizowa\\u0107 indywidualnie, szczeg\\u00f3lnie w przypadku podmiot\\u00f3w nale\\u017c\\u0105cych do grup kapita\\u0142owych.\"}},{\"@type\":\"Question\",\"name\":\"Jak cz\\u0119sto nale\\u017cy wykonywa\\u0107 audyt energetyczny przedsi\\u0119biorstwa?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Przedsi\\u0119biorstwo obj\\u0119te obowi\\u0105zkiem powinno przeprowadza\\u0107 audyt co cztery lata. Termin kolejnego audytu jest liczony od dnia przeprowadzenia poprzedniej analizy.\"}},{\"@type\":\"Question\",\"name\":\"Co obejmuje audyt energetyczny przedsi\\u0119biorstwa?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Audyt obejmuje szczeg\\u00f3\\u0142owy przegl\\u0105d zu\\u017cycia energii w budynkach, instalacjach przemys\\u0142owych, urz\\u0105dzeniach i transporcie. W przypadku audytu obowi\\u0105zkowego analizowane obszary powinny odpowiada\\u0107 \\u0142\\u0105cznie za co najmniej 90% ca\\u0142kowitego zu\\u017cycia energii przez przedsi\\u0119biorstwo.\"}},{\"@type\":\"Question\",\"name\":\"Jakie dane s\\u0105 potrzebne do przeprowadzenia audytu?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Zakres danych zale\\u017cy od charakteru dzia\\u0142alno\\u015bci firmy. Najcz\\u0119\\u015bciej potrzebne s\\u0105 faktury i dane o zu\\u017cyciu energii, informacje dotycz\\u0105ce obiekt\\u00f3w i instalacji, dokumentacja techniczna, dane o urz\\u0105dzeniach oraz informacje o procesach produkcyjnych i transporcie.\"}},{\"@type\":\"Question\",\"name\":\"Czy audyt energetyczny przedsi\\u0119biorstwa i audyt do bia\\u0142ych certyfikat\\u00f3w s\\u0105 tym samym?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Nie. Audyt energetyczny przedsi\\u0119biorstwa przedstawia og\\u00f3ln\\u0105 struktur\\u0119 zu\\u017cycia energii i identyfikuje mo\\u017cliwo\\u015bci poprawy efektywno\\u015bci. Audyt efektywno\\u015bci energetycznej wykonywany na potrzeby bia\\u0142ych certyfikat\\u00f3w dotyczy konkretnego przedsi\\u0119wzi\\u0119cia i stanowi element odr\\u0119bnej procedury.\"}}]}<\/script>\n\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>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Audyt energetyczny przedsi\u0119biorstwa Zyskaj pe\u0142ny obraz zu\u017cycia energii w swojej firmie i poznaj konkretne mo\u017cliwo\u015bci poprawy efektywno\u015bci energetycznej. Przeprowadzimy kompleksowy audyt energetyczny przedsi\u0119biorstwa, przygotujemy raport z rekomendacjami oraz pomo\u017cemy dope\u0142ni\u0107 obowi\u0105zk\u00f3w wobec Urz\u0119du Regulacji Energetyki. jak pomagamy Zamie\u0144 dane o zu\u017cyciu energii w plan realnych oszcz\u0119dno\u015bci Audyt energetyczny przedsi\u0119biorstwa pozwala okre\u015bli\u0107, gdzie i w jaki [&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":{"_acf_changed":false,"_yoast_wpseo_focuskw":"audyt energetyczny","_yoast_wpseo_title":"Audyt energetyczny przedsi\u0119biorstwa | Leyton Poland","_yoast_wpseo_metadesc":"Chcesz obni\u017cy\u0107 koszty energii, zwi\u0119kszy\u0107 efektywno\u015b\u0107 i spe\u0142ni\u0107 wymagania prawne? Dowiedz si\u0119 o audycie energetycznym przedsi\u0119biorstwa!","footnotes":"","_yoast_wpseo_focuskeywords":"","_yoast_wpseo_keywordsynonyms":"[\"efektywno\u015b\u0107 energetyczna\"]"},"class_list":["post-619","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.1 (Yoast SEO v28.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Audyt energetyczny przedsi\u0119biorstwa - Leyton Poland<\/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:\/\/leyton.com\/pl\/audyt-energetyczny-przedsiebiorstwa-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Audyt energetyczny przedsi\u0119biorstwa\" \/>\n<meta property=\"og:description\" content=\"Audyt energetyczny przedsi\u0119biorstwa Zyskaj pe\u0142ny obraz zu\u017cycia energii w swojej firmie i poznaj konkretne mo\u017cliwo\u015bci poprawy efektywno\u015bci energetycznej. Przeprowadzimy kompleksowy audyt energetyczny przedsi\u0119biorstwa, przygotujemy raport z rekomendacjami oraz pomo\u017cemy dope\u0142ni\u0107 obowi\u0105zk\u00f3w wobec Urz\u0119du Regulacji Energetyki. jak pomagamy Zamie\u0144 dane o zu\u017cyciu energii w plan realnych oszcz\u0119dno\u015bci Audyt energetyczny przedsi\u0119biorstwa pozwala okre\u015bli\u0107, gdzie i w jaki [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/leyton.com\/pl\/audyt-energetyczny-przedsiebiorstwa-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Leyton Poland\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-31T06:24:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/05\/Rectangle-7138-1.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/audyt-energetyczny-przedsiebiorstwa-2\\\/\",\"url\":\"https:\\\/\\\/leyton.com\\\/pl\\\/audyt-energetyczny-przedsiebiorstwa-2\\\/\",\"name\":\"Audyt energetyczny przedsi\u0119biorstwa - Leyton Poland\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/audyt-energetyczny-przedsiebiorstwa-2\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/audyt-energetyczny-przedsiebiorstwa-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/leyton.com\\\/wp-content\\\/blogs.dir\\\/12\\\/files\\\/2026\\\/06\\\/HMRC-RD-Enquiry-Defence-Support-Service-1024x449.jpg\",\"datePublished\":\"2026-04-17T09:05:57+00:00\",\"dateModified\":\"2026-07-31T06:24:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/audyt-energetyczny-przedsiebiorstwa-2\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/leyton.com\\\/pl\\\/audyt-energetyczny-przedsiebiorstwa-2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/audyt-energetyczny-przedsiebiorstwa-2\\\/#primaryimage\",\"url\":\"https:\\\/\\\/leyton.com\\\/wp-content\\\/blogs.dir\\\/12\\\/files\\\/2026\\\/06\\\/HMRC-RD-Enquiry-Defence-Support-Service-1024x449.jpg\",\"contentUrl\":\"https:\\\/\\\/leyton.com\\\/wp-content\\\/blogs.dir\\\/12\\\/files\\\/2026\\\/06\\\/HMRC-RD-Enquiry-Defence-Support-Service-1024x449.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/audyt-energetyczny-przedsiebiorstwa-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/leyton.com\\\/pl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Services\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/#website\",\"url\":\"https:\\\/\\\/leyton.com\\\/pl\\\/\",\"name\":\"Leyton\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/leyton.com\\\/pl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/#organization\",\"name\":\"Leyton\",\"url\":\"https:\\\/\\\/leyton.com\\\/pl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/leyton.com\\\/wp-content\\\/blogs.dir\\\/12\\\/files\\\/2026\\\/01\\\/logo.svg\",\"contentUrl\":\"https:\\\/\\\/leyton.com\\\/wp-content\\\/blogs.dir\\\/12\\\/files\\\/2026\\\/01\\\/logo.svg\",\"width\":108,\"height\":44,\"caption\":\"Leyton\"},\"image\":{\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Audyt energetyczny przedsi\u0119biorstwa - Leyton Poland","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:\/\/leyton.com\/pl\/audyt-energetyczny-przedsiebiorstwa-2\/","og_locale":"en_US","og_type":"article","og_title":"Audyt energetyczny przedsi\u0119biorstwa","og_description":"Audyt energetyczny przedsi\u0119biorstwa Zyskaj pe\u0142ny obraz zu\u017cycia energii w swojej firmie i poznaj konkretne mo\u017cliwo\u015bci poprawy efektywno\u015bci energetycznej. Przeprowadzimy kompleksowy audyt energetyczny przedsi\u0119biorstwa, przygotujemy raport z rekomendacjami oraz pomo\u017cemy dope\u0142ni\u0107 obowi\u0105zk\u00f3w wobec Urz\u0119du Regulacji Energetyki. jak pomagamy Zamie\u0144 dane o zu\u017cyciu energii w plan realnych oszcz\u0119dno\u015bci Audyt energetyczny przedsi\u0119biorstwa pozwala okre\u015bli\u0107, gdzie i w jaki [&hellip;]","og_url":"https:\/\/leyton.com\/pl\/audyt-energetyczny-przedsiebiorstwa-2\/","og_site_name":"Leyton Poland","article_modified_time":"2026-07-31T06:24:50+00:00","og_image":[{"url":"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/05\/Rectangle-7138-1.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/leyton.com\/pl\/audyt-energetyczny-przedsiebiorstwa-2\/","url":"https:\/\/leyton.com\/pl\/audyt-energetyczny-przedsiebiorstwa-2\/","name":"Audyt energetyczny przedsi\u0119biorstwa - Leyton Poland","isPartOf":{"@id":"https:\/\/leyton.com\/pl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/leyton.com\/pl\/audyt-energetyczny-przedsiebiorstwa-2\/#primaryimage"},"image":{"@id":"https:\/\/leyton.com\/pl\/audyt-energetyczny-przedsiebiorstwa-2\/#primaryimage"},"thumbnailUrl":"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/HMRC-RD-Enquiry-Defence-Support-Service-1024x449.jpg","datePublished":"2026-04-17T09:05:57+00:00","dateModified":"2026-07-31T06:24:50+00:00","breadcrumb":{"@id":"https:\/\/leyton.com\/pl\/audyt-energetyczny-przedsiebiorstwa-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/leyton.com\/pl\/audyt-energetyczny-przedsiebiorstwa-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/leyton.com\/pl\/audyt-energetyczny-przedsiebiorstwa-2\/#primaryimage","url":"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/HMRC-RD-Enquiry-Defence-Support-Service-1024x449.jpg","contentUrl":"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/HMRC-RD-Enquiry-Defence-Support-Service-1024x449.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/leyton.com\/pl\/audyt-energetyczny-przedsiebiorstwa-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/leyton.com\/pl\/"},{"@type":"ListItem","position":2,"name":"Services"}]},{"@type":"WebSite","@id":"https:\/\/leyton.com\/pl\/#website","url":"https:\/\/leyton.com\/pl\/","name":"Leyton","description":"","publisher":{"@id":"https:\/\/leyton.com\/pl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/leyton.com\/pl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/leyton.com\/pl\/#organization","name":"Leyton","url":"https:\/\/leyton.com\/pl\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/leyton.com\/pl\/#\/schema\/logo\/image\/","url":"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/01\/logo.svg","contentUrl":"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/01\/logo.svg","width":108,"height":44,"caption":"Leyton"},"image":{"@id":"https:\/\/leyton.com\/pl\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/leyton.com\/pl\/wp-json\/wp\/v2\/pages\/619","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/leyton.com\/pl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/leyton.com\/pl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/leyton.com\/pl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/leyton.com\/pl\/wp-json\/wp\/v2\/comments?post=619"}],"version-history":[{"count":24,"href":"https:\/\/leyton.com\/pl\/wp-json\/wp\/v2\/pages\/619\/revisions"}],"predecessor-version":[{"id":1943,"href":"https:\/\/leyton.com\/pl\/wp-json\/wp\/v2\/pages\/619\/revisions\/1943"}],"wp:attachment":[{"href":"https:\/\/leyton.com\/pl\/wp-json\/wp\/v2\/media?parent=619"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}