{"id":1962,"date":"2026-08-10T13:00:15","date_gmt":"2026-08-10T11:00:15","guid":{"rendered":"https:\/\/leyton.com\/pl\/?page_id=1962"},"modified":"2026-08-27T16:09:15","modified_gmt":"2026-08-27T14:09:15","slug":"biale-certyfikaty","status":"publish","type":"page","link":"https:\/\/leyton.com\/pl\/biale-certyfikaty\/","title":{"rendered":"Bia\u0142e Certyfikaty"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1962\" class=\"elementor elementor-1962\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a506959 e-grid e-con-boxed e-con e-parent\" data-id=\"2a506959\" 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-2f1ff0fe e-flex e-con-boxed e-con e-child\" data-id=\"2f1ff0fe\" 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-322f870d elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"322f870d\" 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\">Pozyskaj <span> Bia\u0142e Certyfikaty<\/span> dla Twojej firmy<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c53883b elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3c53883b\" 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>Planujesz inwestycj\u0119, kt\u00f3ra pozwoli ograniczy\u0107 zu\u017cycie energii? Bia\u0142e Certyfikaty, czyli \u015bwiadectwa efektywno\u015bci energetycznej, umo\u017cliwiaj\u0105 uzyskanie dodatkowej warto\u015bci finansowej z przedsi\u0119wzi\u0119\u0107 poprawiaj\u0105cych efektywno\u015b\u0107 energetyczn\u0105. Eksperci Leyton wspieraj\u0105 ca\u0142y proces \u2013 od analizy inwestycji i audytu po uzyskanie \u015bwiadectwa i monetyzacj\u0119 praw maj\u0105tkowych.<\/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-612189b4 e-con-full e-flex e-con e-child\" data-id=\"612189b4\" 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-211137f3 elementor-widget elementor-widget-html\" data-id=\"211137f3\" 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-194b5a38 elementor-widget elementor-widget-image\" data-id=\"194b5a38\" 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-50d2c0ab e-flex e-con-boxed e-con e-parent\" data-id=\"50d2c0ab\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d19b43c elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"6d19b43c\" 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-75a87f1a elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"75a87f1a\" 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\">Oszcz\u0119dzaj energi\u0119, zwi\u0119kszaj korzy\u015bci<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a681f38 elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"1a681f38\" 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\">Bia\u0142e Certyfikaty to \u015bwiadectwa efektywno\u015bci energetycznej wydawane przez Prezesa Urz\u0119du Regulacji Energetyki. Potwierdzaj\u0105 planowan\u0105 oszcz\u0119dno\u015b\u0107 energii finalnej wynikaj\u0105c\u0105 z realizacji inwestycji zwi\u0119kszaj\u0105cej efektywno\u015b\u0107 energetyczn\u0105.<\/p><p class=\"isSelectedEnd\">\u015awiadectwa stanowi\u0105 prawa maj\u0105tkowe, kt\u00f3re mog\u0105 by\u0107 przedmiotem obrotu, dzi\u0119ki czemu inwestycja w ograniczenie zu\u017cycia energii mo\u017ce generowa\u0107 dla przedsi\u0119biorstwa dodatkow\u0105 korzy\u015b\u0107 finansow\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<div class=\"elementor-element elementor-element-14276848 e-flex e-con-boxed e-con e-parent\" data-id=\"14276848\" 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-e9faaf8 elementor-widget elementor-widget-text-editor\" data-id=\"e9faaf8\" 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-4dcd95 elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"4dcd95\" 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\">Eksperckie wsparcie od audytu po Bia\u0142e Certyfikaty<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a371603 elementor-widget-mobile__width-initial elementor-widget elementor-widget-shortcode\" data-id=\"1a371603\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/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-32eb8720 is-dark e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"32eb8720\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15b05408 liquid-glass2 elementor-widget elementor-widget-text-editor\" data-id=\"15b05408\" 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>jako\u015b\u0107 lidera rynku<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-670a6dac elementor-widget elementor-widget-heading\" data-id=\"670a6dac\" 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\">Nasz sukces w liczbach<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fab20ce e-grid e-con-boxed e-con e-child\" data-id=\"fab20ce\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-18a371ab e-con-full liquid-glass2 e-flex e-con e-child\" data-id=\"18a371ab\" 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-1d4ad34 elementor-widget elementor-widget-image\" data-id=\"1d4ad34\" 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 decoding=\"async\" width=\"23\" height=\"21\" src=\"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/05\/Group-27154.svg\" class=\"attachment-thumbnail size-thumbnail wp-image-364\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c10ba83 elementor-widget elementor-widget-heading\" data-id=\"c10ba83\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">2 700+<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9c68874 elementor-widget elementor-widget-text-editor\" data-id=\"9c68874\" 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>Zadowolonych Klient\u00f3w w Polsce<\/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-1d4d86d6 e-con-full liquid-glass2 e-flex e-con e-child\" data-id=\"1d4d86d6\" 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-3da6d2f7 elementor-widget elementor-widget-image\" data-id=\"3da6d2f7\" 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 decoding=\"async\" width=\"23\" height=\"15\" src=\"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/05\/Frame-2071858276.svg\" class=\"attachment-thumbnail size-thumbnail wp-image-368\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33ea74d2 elementor-widget elementor-widget-heading\" data-id=\"33ea74d2\" 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\">50 000+<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-66e8409b elementor-widget elementor-widget-text-editor\" data-id=\"66e8409b\" 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\">Firm i organizacji wspieranych globalnie<\/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-29f68c36 e-con-full liquid-glass2 e-flex e-con e-child\" data-id=\"29f68c36\" 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-7a14ef7a elementor-widget elementor-widget-image\" data-id=\"7a14ef7a\" 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 loading=\"lazy\" decoding=\"async\" width=\"25\" height=\"25\" src=\"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/05\/boxicons_pie-chart.svg\" class=\"attachment-thumbnail size-thumbnail wp-image-367\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17770632 elementor-widget elementor-widget-heading\" data-id=\"17770632\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">850+<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6ddedc6c elementor-widget elementor-widget-text-editor\" data-id=\"6ddedc6c\" 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>Pisemnych referencji<\/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-32844c9 e-con-full liquid-glass2 e-flex e-con e-child\" data-id=\"32844c9\" 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-680dbb2c elementor-widget elementor-widget-image\" data-id=\"680dbb2c\" 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 loading=\"lazy\" decoding=\"async\" width=\"15\" height=\"23\" src=\"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/05\/Group-27156.svg\" class=\"attachment-thumbnail size-thumbnail wp-image-365\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ffb14b7 elementor-widget elementor-widget-heading\" data-id=\"2ffb14b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">29+<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7eac3529 elementor-widget elementor-widget-text-editor\" data-id=\"7eac3529\" 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>Lat globalnego do\u015bwiadczenia<\/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-655d4497 e-con-full liquid-glass2 e-flex e-con e-child\" data-id=\"655d4497\" 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-2b05724a elementor-widget elementor-widget-image\" data-id=\"2b05724a\" 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 loading=\"lazy\" decoding=\"async\" width=\"23\" height=\"23\" src=\"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/05\/Group-27155.svg\" class=\"attachment-thumbnail size-thumbnail wp-image-366\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-334cb672 elementor-widget elementor-widget-heading\" data-id=\"334cb672\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">18<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3683ea13 elementor-widget elementor-widget-text-editor\" data-id=\"3683ea13\" 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>Kraj\u00f3w w Grupie Leyton<\/p>\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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3615f98b e-flex e-con-boxed e-con e-parent\" data-id=\"3615f98b\" 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-2c8809df elementor-widget elementor-widget-text-editor\" data-id=\"2c8809df\" 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>co zyskujesz<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-320eaa1a e-grid e-con-full e-con e-child\" data-id=\"320eaa1a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-24325de5 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"24325de5\" 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\">Realna warto\u015b\u0107 dla Twojego biznesu<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41d2e579 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"41d2e579\" 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>Nasz zesp\u00f3\u0142 ekspert\u00f3w technicznych i energetycznych pomaga przedsi\u0119biorstwom wykorzysta\u0107 potencja\u0142 inwestycji zwi\u0119kszaj\u0105cych efektywno\u015b\u0107 energetyczn\u0105. Od pierwszej analizy a\u017c po uzyskanie i zagospodarowanie praw maj\u0105tkowych \u2013 dbamy o sprawny przebieg procesu i ograniczenie zaanga\u017cowania Twojego zespo\u0142u.<\/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-473e5603 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=\"473e5603\" 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;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;:32,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:32,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:16,&quot;sizes&quot;:[]},&quot;image_spacing_custom_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:16,&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 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-17a0ac81 cta_wrapper e-flex e-con-boxed e-con e-child\" data-id=\"17a0ac81\" 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-51386619 elementor-widget elementor-widget-heading\" data-id=\"51386619\" 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\">Dodatkowa warto\u015b\u0107 z oszcz\u0119dno\u015bci energii<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21d73a06 elementor-widget elementor-widget-text-editor\" data-id=\"21d73a06\" 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>Pomagamy przekszta\u0142ci\u0107 efekt energetyczny planowanej modernizacji w Bia\u0142e Certyfikaty, kt\u00f3rych prawa maj\u0105tkowe mog\u0105 stanowi\u0107 dodatkowe \u017ar\u00f3d\u0142o warto\u015bci finansowej dla Twojej firmy.<\/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 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-56aff248 cta_wrapper e-flex e-con-boxed e-con e-child\" data-id=\"56aff248\" 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-66ba2f3b elementor-widget elementor-widget-heading\" data-id=\"66ba2f3b\" 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\">Kompleksowa obs\u0142uga procesu<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-656839e5 elementor-widget elementor-widget-text-editor\" data-id=\"656839e5\" 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>Prowadzimy proces od wst\u0119pnej analizy inwestycji i wykonania audytu efektywno\u015bci energetycznej, przez przygotowanie wniosku do URE, a\u017c po wsparcie zwi\u0105zane z uzyskaniem i monetyzacj\u0105 \u015bwiadectw.<\/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 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a6a2141 e-flex e-con-boxed e-con e-child\" data-id=\"a6a2141\" 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-5b98ffa1 elementor-widget elementor-widget-heading\" data-id=\"5b98ffa1\" 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\">Bezpiecze\u0144stwo i do\u015bwiadczenie ekspert\u00f3w<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e889a44 elementor-widget elementor-widget-text-editor\" data-id=\"2e889a44\" 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>Dbamy o prawid\u0142ow\u0105 kolejno\u015b\u0107 dzia\u0142a\u0144, kompletno\u015b\u0107 dokumentacji i w\u0142a\u015bciwe okre\u015blenie planowanych oszcz\u0119dno\u015bci energii, ograniczaj\u0105c ryzyko b\u0142\u0119d\u00f3w, kt\u00f3re mog\u0142yby wp\u0142yn\u0105\u0107 na mo\u017cliwo\u015b\u0107 otrzymania \u015bwiadectwa.<\/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-6238bf15 e-flex e-con-boxed e-con e-parent\" data-id=\"6238bf15\" 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-334625cd elementor-widget elementor-widget-text-editor\" data-id=\"334625cd\" 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-60b17b54 elementor-widget elementor-widget-heading\" data-id=\"60b17b54\" 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 sukcesu<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fc3c68b elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"fc3c68b\" 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, czteroetapowe podej\u015bcie zosta\u0142o zaprojektowane tak, aby minimalizowa\u0107 ryzyko i przyspiesza\u0107 osi\u0105ganie mierzalnych efekt\u00f3w dla Twojej dzia\u0142alno\u015bci.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5b33c57e e-grid e-con-full animate-fade-stagger e-con e-child\" data-id=\"5b33c57e\" data-element_type=\"container\" data-e-type=\"container\" id=\"mon-grid\">\n\t\t<div class=\"elementor-element elementor-element-5b914291 e-con-full e-flex e-con e-child\" data-id=\"5b914291\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6da94d5f elementor-widget elementor-widget-heading\" data-id=\"6da94d5f\" 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-50a5bee1 elementor-widget elementor-widget-heading\" data-id=\"50a5bee1\" 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\">Analiza<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f1fa19a elementor-widget elementor-widget-text-editor\" data-id=\"5f1fa19a\" 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 planowan\u0105 inwestycj\u0119, jej zakres techniczny i potencja\u0142 oszcz\u0119dno\u015bci energii oraz weryfikujemy mo\u017cliwo\u015b\u0107 skorzystania z systemu Bia\u0142ych Certyfikat\u00f3w.<\/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-6e141e64 e-con-full e-flex e-con e-child\" data-id=\"6e141e64\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5721fa75 elementor-widget elementor-widget-heading\" data-id=\"5721fa75\" 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-1ba25a04 elementor-widget elementor-widget-heading\" data-id=\"1ba25a04\" 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\">Audyt<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3235d229 elementor-widget elementor-widget-text-editor\" data-id=\"3235d229\" 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>Przeprowadzamy audyt efektywno\u015bci energetycznej, w kt\u00f3rym okre\u015blamy planowan\u0105 oszcz\u0119dno\u015b\u0107 energii oraz warto\u015b\u0107 \u015bwiadectwa, o kt\u00f3re mo\u017ce ubiega\u0107 si\u0119 Twoja firma.<\/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-781c91ff e-con-full e-flex e-con e-child\" data-id=\"781c91ff\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e5e6cb2 elementor-widget elementor-widget-heading\" data-id=\"4e5e6cb2\" 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-34c61d67 elementor-widget elementor-widget-heading\" data-id=\"34c61d67\" 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\">Wniosek<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-25cb05ee elementor-widget elementor-widget-text-editor\" data-id=\"25cb05ee\" 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 niezb\u0119dn\u0105 dokumentacj\u0119 i wspieramy z\u0142o\u017cenie wniosku o wydanie \u015bwiadectwa efektywno\u015bci energetycznej do Prezesa URE przed rozpocz\u0119ciem przedsi\u0119wzi\u0119cia.<\/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-17a83a18 e-con-full e-flex e-con e-child\" data-id=\"17a83a18\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f7248e6 elementor-widget elementor-widget-heading\" data-id=\"2f7248e6\" 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-511daded elementor-widget elementor-widget-heading\" data-id=\"511daded\" 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<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31b9f592 elementor-widget elementor-widget-text-editor\" data-id=\"31b9f592\" 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>Towarzyszymy Twojej firmie na kolejnych etapach procesu \u2013 od komunikacji z URE i potwierdzenia realizacji inwestycji po uzyskanie i monetyzacj\u0119 praw maj\u0105tkowych wynikaj\u0105cych z Bia\u0142ych Certyfikat\u00f3w.<\/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-7eaa9279 e-flex e-con-boxed e-con e-parent\" data-id=\"7eaa9279\" 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-53f29627 elementor-widget elementor-widget-text-editor\" data-id=\"53f29627\" 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>porozmawiajmy<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b81b80f elementor-widget elementor-widget-heading\" data-id=\"b81b80f\" 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\u0142an\u0105 konsultacj\u0119<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6caa24c8 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"6caa24c8\" 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>Planujesz inwestycj\u0119, kt\u00f3ra ograniczy zu\u017cycie energii? Zaplanuj 30-minutow\u0105 rozmow\u0119 z jednym z naszych ekspert\u00f3w i sprawd\u017a, czy Twoja firma mo\u017ce pozyska\u0107 Bia\u0142e Certyfikaty.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69ff692d fx-flood-icon elementor-widget elementor-widget-button\" data-id=\"69ff692d\" 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-c77db9 elementor-widget elementor-widget-html\" data-id=\"c77db9\" 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-5ee8bd70 e-flex e-con-boxed e-con e-parent\" data-id=\"5ee8bd70\" 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-a9108e5 liquid-glass2 elementor-widget elementor-widget-text-editor\" data-id=\"a9108e5\" 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-f8aed91 elementor-widget elementor-widget-heading\" data-id=\"f8aed91\" 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-77b3cea5 elementor-widget elementor-widget-text-editor\" data-id=\"77b3cea5\" 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 Bia\u0142ych Certyfikat\u00f3w oraz procesu uzyskania \u015bwiadectwa.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-266217d7 elementor-widget elementor-widget-n-accordion\" data-id=\"266217d7\" 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-6430\" 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-6430\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Czym s\u0105 Bia\u0142e Certyfikaty? <\/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-6430\" class=\"elementor-element elementor-element-58659f80 e-con-full e-flex e-con e-child\" data-id=\"58659f80\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-6430\" class=\"elementor-element elementor-element-2b36f462 e-flex e-con-boxed e-con e-child\" data-id=\"2b36f462\" 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-438b25e7 elementor-widget elementor-widget-text-editor\" data-id=\"438b25e7\" 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>Bia\u0142e Certyfikaty, czyli \u015bwiadectwa efektywno\u015bci energetycznej, potwierdzaj\u0105 planowan\u0105 oszcz\u0119dno\u015b\u0107 energii finalnej wynikaj\u0105c\u0105 z przedsi\u0119wzi\u0119cia zwi\u0119kszaj\u0105cego efektywno\u015b\u0107 energetyczn\u0105. S\u0105 wydawane przez Prezesa URE, a wynikaj\u0105ce z nich prawa maj\u0105tkowe mog\u0105 by\u0107 przedmiotem obrotu.<\/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-6431\" 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-6431\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Kto mo\u017ce ubiega\u0107 si\u0119 o Bia\u0142e Certyfikaty? <\/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-6431\" class=\"elementor-element elementor-element-75a9d97e e-con-full e-flex e-con e-child\" data-id=\"75a9d97e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-6431\" class=\"elementor-element elementor-element-4a8ebeee e-flex e-con-boxed e-con e-child\" data-id=\"4a8ebeee\" 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-4440cf8f elementor-widget elementor-widget-text-editor\" data-id=\"4440cf8f\" 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>O \u015bwiadectwo mo\u017ce ubiega\u0107 si\u0119 podmiot planuj\u0105cy przedsi\u0119wzi\u0119cie s\u0142u\u017c\u0105ce poprawie efektywno\u015bci energetycznej lub upowa\u017cniony przez niego podmiot. Jednym z podstawowych warunk\u00f3w jest osi\u0105gni\u0119cie wymaganej oszcz\u0119dno\u015bci energii \u2013 zgodnie z ustaw\u0105 co najmniej 10 toe \u015brednio w ci\u0105gu roku.<\/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-6432\" 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-6432\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Jakie inwestycje mog\u0105 kwalifikowa\u0107 si\u0119 do Bia\u0142ych Certyfikat\u00f3w? <\/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-6432\" class=\"elementor-element elementor-element-1aa8f53f e-con-full e-flex e-con e-child\" data-id=\"1aa8f53f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-6432\" class=\"elementor-element elementor-element-5b1d12e0 e-flex e-con-boxed e-con e-child\" data-id=\"5b1d12e0\" 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-3d322514 elementor-widget elementor-widget-text-editor\" data-id=\"3d322514\" 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>Potencja\u0142 mo\u017ce wyst\u0119powa\u0107 m.in. przy modernizacji maszyn i proces\u00f3w przemys\u0142owych, system\u00f3w ogrzewania, ch\u0142odzenia i wentylacji, instalacji spr\u0119\u017conego powietrza, o\u015bwietlenia, budynk\u00f3w oraz innych urz\u0105dze\u0144 i instalacji, je\u017celi przedsi\u0119wzi\u0119cie prowadzi do wymaganej oszcz\u0119dno\u015bci energii.<\/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-6433\" 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-6433\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Kiedy nale\u017cy z\u0142o\u017cy\u0107 wniosek o Bia\u0142e Certyfikaty? <\/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-6433\" class=\"elementor-element elementor-element-fdac7dc e-con-full e-flex e-con e-child\" data-id=\"fdac7dc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-6433\" class=\"elementor-element elementor-element-3702917 e-flex e-con-boxed e-con e-child\" data-id=\"3702917\" 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-c2a58f1 elementor-widget elementor-widget-text-editor\" data-id=\"c2a58f1\" 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>To jeden z najwa\u017cniejszych element\u00f3w ca\u0142ego procesu. Wniosek wraz z audytem efektywno\u015bci energetycznej nale\u017cy przygotowa\u0107 na etapie planowania inwestycji, przed rozpocz\u0119ciem prac zmierzaj\u0105cych do jej realizacji. Dlatego potencja\u0142 do uzyskania \u015bwiadectw warto zweryfikowa\u0107 mo\u017cliwie wcze\u015bnie.<\/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-6434\" 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-6434\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Jak Leyton pomaga w pozyskaniu Bia\u0142ych Certyfikat\u00f3w? <\/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-6434\" class=\"elementor-element elementor-element-1c75d95 e-con-full e-flex e-con e-child\" data-id=\"1c75d95\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-6434\" class=\"elementor-element elementor-element-19a0e69 e-flex e-con-boxed e-con e-child\" data-id=\"19a0e69\" 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-84cf82c elementor-widget elementor-widget-text-editor\" data-id=\"84cf82c\" 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>Leyton wspiera ca\u0142y proces \u2013 od wst\u0119pnej kwalifikacji inwestycji, przez audyt efektywno\u015bci energetycznej i przygotowanie dokumentacji, po post\u0119powanie przed URE oraz dzia\u0142ania zwi\u0105zane z uzyskaniem i monetyzacj\u0105 praw maj\u0105tkowych. Dzi\u0119ki temu klient otrzymuje kompleksowe wsparcie techniczne i proceduralne w jednym miejscu.<\/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 s\\u0105 Bia\\u0142e Certyfikaty?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Bia\\u0142e Certyfikaty, czyli \\u015bwiadectwa efektywno\\u015bci energetycznej, potwierdzaj\\u0105 planowan\\u0105 oszcz\\u0119dno\\u015b\\u0107 energii finalnej wynikaj\\u0105c\\u0105 z przedsi\\u0119wzi\\u0119cia zwi\\u0119kszaj\\u0105cego efektywno\\u015b\\u0107 energetyczn\\u0105. S\\u0105 wydawane przez Prezesa URE, a wynikaj\\u0105ce z nich prawa maj\\u0105tkowe mog\\u0105 by\\u0107 przedmiotem obrotu.\"}},{\"@type\":\"Question\",\"name\":\"Kto mo\\u017ce ubiega\\u0107 si\\u0119 o Bia\\u0142e Certyfikaty?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"O \\u015bwiadectwo mo\\u017ce ubiega\\u0107 si\\u0119 podmiot planuj\\u0105cy przedsi\\u0119wzi\\u0119cie s\\u0142u\\u017c\\u0105ce poprawie efektywno\\u015bci energetycznej lub upowa\\u017cniony przez niego podmiot. Jednym z podstawowych warunk\\u00f3w jest osi\\u0105gni\\u0119cie wymaganej oszcz\\u0119dno\\u015bci energii \\u2013 zgodnie z ustaw\\u0105 co najmniej 10 toe \\u015brednio w ci\\u0105gu roku.\"}},{\"@type\":\"Question\",\"name\":\"Jakie inwestycje mog\\u0105 kwalifikowa\\u0107 si\\u0119 do Bia\\u0142ych Certyfikat\\u00f3w?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Potencja\\u0142 mo\\u017ce wyst\\u0119powa\\u0107 m.in. przy modernizacji maszyn i proces\\u00f3w przemys\\u0142owych, system\\u00f3w ogrzewania, ch\\u0142odzenia i wentylacji, instalacji spr\\u0119\\u017conego powietrza, o\\u015bwietlenia, budynk\\u00f3w oraz innych urz\\u0105dze\\u0144 i instalacji, je\\u017celi przedsi\\u0119wzi\\u0119cie prowadzi do wymaganej oszcz\\u0119dno\\u015bci energii.\"}},{\"@type\":\"Question\",\"name\":\"Kiedy nale\\u017cy z\\u0142o\\u017cy\\u0107 wniosek o Bia\\u0142e Certyfikaty?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"To jeden z najwa\\u017cniejszych element\\u00f3w ca\\u0142ego procesu. Wniosek wraz z audytem efektywno\\u015bci energetycznej nale\\u017cy przygotowa\\u0107 na etapie planowania inwestycji, przed rozpocz\\u0119ciem prac zmierzaj\\u0105cych do jej realizacji. Dlatego potencja\\u0142 do uzyskania \\u015bwiadectw warto zweryfikowa\\u0107 mo\\u017cliwie wcze\\u015bnie.\"}},{\"@type\":\"Question\",\"name\":\"Jak Leyton pomaga w pozyskaniu Bia\\u0142ych Certyfikat\\u00f3w?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Leyton wspiera ca\\u0142y proces \\u2013 od wst\\u0119pnej kwalifikacji inwestycji, przez audyt efektywno\\u015bci energetycznej i przygotowanie dokumentacji, po post\\u0119powanie przed URE oraz dzia\\u0142ania zwi\\u0105zane z uzyskaniem i monetyzacj\\u0105 praw maj\\u0105tkowych. Dzi\\u0119ki temu klient otrzymuje kompleksowe wsparcie techniczne i proceduralne w jednym miejscu.\"}}]}<\/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>Pozyskaj Bia\u0142e Certyfikaty dla Twojej firmy Planujesz inwestycj\u0119, kt\u00f3ra pozwoli ograniczy\u0107 zu\u017cycie energii? Bia\u0142e Certyfikaty, czyli \u015bwiadectwa efektywno\u015bci energetycznej, umo\u017cliwiaj\u0105 uzyskanie dodatkowej warto\u015bci finansowej z przedsi\u0119wzi\u0119\u0107 poprawiaj\u0105cych efektywno\u015b\u0107 energetyczn\u0105. Eksperci Leyton wspieraj\u0105 ca\u0142y proces \u2013 od analizy inwestycji i audytu po uzyskanie \u015bwiadectwa i monetyzacj\u0119 praw maj\u0105tkowych. jak to dzia\u0142a Oszcz\u0119dzaj energi\u0119, zwi\u0119kszaj korzy\u015bci Bia\u0142e [&hellip;]<\/p>\n","protected":false},"author":87,"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":"bia\u0142e certyfikaty","_yoast_wpseo_title":"Bia\u0142e Certyfikaty \u2013 \u015bwiadectwa efektywno\u015bci energetycznej | Leyton","_yoast_wpseo_metadesc":"Pozyskaj Bia\u0142e Certyfikaty dla swojej firmy. Leyton przeprowadzi audyt, przygotuje wniosek do URE i wesprze monetyzacj\u0119 \u015bwiadectw.","footnotes":"","_yoast_wpseo_focuskeywords":"[{\"keyword\":\"dotacje unijne\",\"score\":\"56\"},{\"keyword\":\"programy europejskie\",\"score\":\"56\"},{\"keyword\":\"dofinansowanie z UE\",\"score\":\"56\"},{\"keyword\":\"finansowanie innowacji z UE\",\"score\":\"56\"},{\"keyword\":\"Horyzont Europa\",\"score\":\"56\"}]","_yoast_wpseo_keywordsynonyms":"[\"efektywno\u015b\u0107 energetyczna\",\"fundusze europejskie\",\"programy UE dla firm\",\"wniosek o dotacj\u0119 unijn\u0105\",\"inwestycje w innowacje\",\"programy ramowe UE\"]"},"class_list":["post-1962","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>Bia\u0142e Certyfikaty \u2013 \u015bwiadectwa efektywno\u015bci energetycznej | Leyton<\/title>\n<meta name=\"description\" content=\"Pozyskaj Bia\u0142e Certyfikaty dla swojej firmy. Leyton przeprowadzi audyt, przygotuje wniosek do URE i wesprze monetyzacj\u0119 \u015bwiadectw.\" \/>\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\/biale-certyfikaty\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bia\u0142e Certyfikaty\" \/>\n<meta property=\"og:description\" content=\"Pozyskaj Bia\u0142e Certyfikaty dla swojej firmy. Leyton przeprowadzi audyt, przygotuje wniosek do URE i wesprze monetyzacj\u0119 \u015bwiadectw.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/leyton.com\/pl\/biale-certyfikaty\/\" \/>\n<meta property=\"og:site_name\" content=\"Leyton Poland\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-27T14:09:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/HMRC-RD-Enquiry-Defence-Support-Service-1024x449.jpg\" \/>\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\\\/biale-certyfikaty\\\/\",\"url\":\"https:\\\/\\\/leyton.com\\\/pl\\\/biale-certyfikaty\\\/\",\"name\":\"Bia\u0142e Certyfikaty \u2013 \u015bwiadectwa efektywno\u015bci energetycznej | Leyton\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/biale-certyfikaty\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/biale-certyfikaty\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/leyton.com\\\/wp-content\\\/blogs.dir\\\/12\\\/files\\\/2026\\\/06\\\/HMRC-RD-Enquiry-Defence-Support-Service-1024x449.jpg\",\"datePublished\":\"2026-08-10T11:00:15+00:00\",\"dateModified\":\"2026-08-27T14:09:15+00:00\",\"description\":\"Pozyskaj Bia\u0142e Certyfikaty dla swojej firmy. Leyton przeprowadzi audyt, przygotuje wniosek do URE i wesprze monetyzacj\u0119 \u015bwiadectw.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/biale-certyfikaty\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/leyton.com\\\/pl\\\/biale-certyfikaty\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/biale-certyfikaty\\\/#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\\\/biale-certyfikaty\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/leyton.com\\\/pl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Bia\u0142e Certyfikaty\"}]},{\"@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":"Bia\u0142e Certyfikaty \u2013 \u015bwiadectwa efektywno\u015bci energetycznej | Leyton","description":"Pozyskaj Bia\u0142e Certyfikaty dla swojej firmy. Leyton przeprowadzi audyt, przygotuje wniosek do URE i wesprze monetyzacj\u0119 \u015bwiadectw.","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\/biale-certyfikaty\/","og_locale":"en_US","og_type":"article","og_title":"Bia\u0142e Certyfikaty","og_description":"Pozyskaj Bia\u0142e Certyfikaty dla swojej firmy. Leyton przeprowadzi audyt, przygotuje wniosek do URE i wesprze monetyzacj\u0119 \u015bwiadectw.","og_url":"https:\/\/leyton.com\/pl\/biale-certyfikaty\/","og_site_name":"Leyton Poland","article_modified_time":"2026-08-27T14:09:15+00:00","og_image":[{"url":"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/HMRC-RD-Enquiry-Defence-Support-Service-1024x449.jpg","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\/biale-certyfikaty\/","url":"https:\/\/leyton.com\/pl\/biale-certyfikaty\/","name":"Bia\u0142e Certyfikaty \u2013 \u015bwiadectwa efektywno\u015bci energetycznej | Leyton","isPartOf":{"@id":"https:\/\/leyton.com\/pl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/leyton.com\/pl\/biale-certyfikaty\/#primaryimage"},"image":{"@id":"https:\/\/leyton.com\/pl\/biale-certyfikaty\/#primaryimage"},"thumbnailUrl":"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/HMRC-RD-Enquiry-Defence-Support-Service-1024x449.jpg","datePublished":"2026-08-10T11:00:15+00:00","dateModified":"2026-08-27T14:09:15+00:00","description":"Pozyskaj Bia\u0142e Certyfikaty dla swojej firmy. Leyton przeprowadzi audyt, przygotuje wniosek do URE i wesprze monetyzacj\u0119 \u015bwiadectw.","breadcrumb":{"@id":"https:\/\/leyton.com\/pl\/biale-certyfikaty\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/leyton.com\/pl\/biale-certyfikaty\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/leyton.com\/pl\/biale-certyfikaty\/#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\/biale-certyfikaty\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/leyton.com\/pl\/"},{"@type":"ListItem","position":2,"name":"Bia\u0142e Certyfikaty"}]},{"@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\/1962","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\/87"}],"replies":[{"embeddable":true,"href":"https:\/\/leyton.com\/pl\/wp-json\/wp\/v2\/comments?post=1962"}],"version-history":[{"count":13,"href":"https:\/\/leyton.com\/pl\/wp-json\/wp\/v2\/pages\/1962\/revisions"}],"predecessor-version":[{"id":1984,"href":"https:\/\/leyton.com\/pl\/wp-json\/wp\/v2\/pages\/1962\/revisions\/1984"}],"wp:attachment":[{"href":"https:\/\/leyton.com\/pl\/wp-json\/wp\/v2\/media?parent=1962"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}