{"id":915,"date":"2026-07-02T18:08:31","date_gmt":"2026-07-02T16:08:31","guid":{"rendered":"https:\/\/leyton.majjane.agency\/pl\/programy-europejskie\/"},"modified":"2026-07-24T23:32:36","modified_gmt":"2026-07-24T21:32:36","slug":"programy-europejskie","status":"publish","type":"page","link":"https:\/\/leyton.com\/pl\/programy-europejskie\/","title":{"rendered":"Programy europejskie"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"915\" class=\"elementor elementor-915\" 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> dotacje europejskie<\/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>Programy zarz\u0105dzane bezpo\u015brednio przez instytucje Unii Europejskiej wspieraj\u0105 projekty odpowiadaj\u0105ce na strategiczne wyzwania zwi\u0105zane z innowacjami, cyfryzacj\u0105, klimatem, energi\u0105 i konkurencyjno\u015bci\u0105 europejskiej gospodarki.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a14cfe7 elementor-align-center elementor-widget__width-initial fx-flood-icon elementor-widget elementor-widget-button\" data-id=\"5a14cfe7\" 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-size-sm\" role=\"button\">\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\">Dowiedz si\u0119 wi\u0119cej<\/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\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\/RD-expenditure-credit-RDEC-1024x449.jpg\" class=\"attachment-large size-large wp-image-617\" alt=\"R&amp;D expenditure credit (RDEC)\" srcset=\"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/RD-expenditure-credit-RDEC-1024x449.jpg 1024w, https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/RD-expenditure-credit-RDEC-300x131.jpg 300w, https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/RD-expenditure-credit-RDEC-768x336.jpg 768w, https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/RD-expenditure-credit-RDEC-1536x673.jpg 1536w, https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/RD-expenditure-credit-RDEC-400x175.jpg 400w, https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/RD-expenditure-credit-RDEC.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\">Finansuj innowacje z program\u00f3w europejskich<\/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>Eksperci Leyton pomagaj\u0105 wybra\u0107 odpowiedni program, oceni\u0107 europejski potencja\u0142 projektu, zbudowa\u0107 strategi\u0119 aplikacyjn\u0105 oraz przygotowa\u0107 konkurencyjny wniosek. Horizon Europe jest g\u0142\u00f3wnym programem UE wspieraj\u0105cym badania i innowacje, natomiast Digital Europe finansuje m.in. sztuczn\u0105 inteligencj\u0119, cyberbezpiecze\u0144stwo, superkomputery i rozw\u00f3j kompetencji cyfrowych.<\/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\">Globalna perspektywa, lokalnie prowadzone wsparcie.<\/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\">1.5 mld z\u0142<\/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>\u015arodk\u00f3w pozyskanych w ramach dotacji krajowych i EU<\/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\">28+<\/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 wewn\u0119trzny zesp\u00f3\u0142 wysoko wykwalifikowanych ekspert\u00f3w podatkowych i technicznych co roku wspiera tysi\u0105ce firm w korzystaniu ze z\u0142o\u017conych instrument\u00f3w wsparcia oraz maksymalizowaniu korzy\u015bci p\u0142yn\u0105cych z uzyskanych dofinansowa\u0144.<\/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\">Eksperckie przygotowanie wniosku<\/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>Tworzymy sp\u00f3jn\u0105 koncepcj\u0119 projektu, model finansowy i dokumentacj\u0119 aplikacyjn\u0105, dbaj\u0105c o zgodno\u015b\u0107 wniosku z kryteriami formalnymi oraz merytorycznymi programu.<\/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\">Skuteczne pozyskiwanie dotacji europejskich<\/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>Pomagamy znale\u017a\u0107 odpowiednie \u017ar\u00f3d\u0142a finansowania z funduszy Unii Europejskiej i dopasowa\u0107 projekt do wymaga\u0144 konkursu, aby zwi\u0119kszy\u0107 jego potencja\u0142 do uzyskania wsparcia.<\/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 realizacji projektu unijnego<\/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>Pomagamy zarz\u0105dza\u0107 obowi\u0105zkami wynikaj\u0105cymi z umowy o dofinansowanie, monitorowa\u0107 wska\u017aniki i prawid\u0142owo dokumentowa\u0107 wydatki, ograniczaj\u0105c ryzyko utraty przyznanych \u015brodk\u00f3w.<\/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=\"Previous\">\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=\"Next\">\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>Analiza pomys\u0142u na projekt i dob\u00f3r w\u0142a\u015bciwego \u017ar\u00f3d\u0142a finansowania oraz wsparcie w zdefiniowaniu optymalnego zakresu projektu.<\/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\">Dokumentacja<\/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>Opracowanie i skompletowanie dokumentacji aplikacyjnej, spe\u0142niaj\u0105cej wszystkie wymogi formalne inwestycji i finansowania.<\/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\">Kontakt<\/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>Monitorowanie procedury konkursowej i prowadzenie komunikacji z grantodawc\u0105 a\u017c do podpisania umowy o dofinansowanie.<\/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>Wsparcie dostosowane do etapu rozwoju Twojej firmy na kolejnych etapach realizacji dotacji.<\/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>Zaplanuj 30-minutow\u0105 rozmow\u0119 z jednym z naszych ekspert\u00f3w i dowiedz si\u0119, jak finansowa\u0107 rozw\u00f3j w Twojej firmie.<\/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:\/\/calendly.com\/poland-leyton\/30-min\">\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 w\u0105tpliwo\u015bci zwi\u0105zane z pozyskaniem dotacji w ramach program\u00f3w europejskich.<\/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 dotacje europejskie dla firm? <\/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>Dotacje europejskie to bezzwrotne lub cz\u0119\u015bciowo zwrotne formy finansowania projekt\u00f3w wspieraj\u0105cych rozw\u00f3j gospodarczy, innowacje, transformacj\u0119 cyfrow\u0105 i energetyczn\u0105 oraz wsp\u00f3\u0142prac\u0119 mi\u0119dzynarodow\u0105. \u015arodki mog\u0105 by\u0107 dost\u0119pne zar\u00f3wno w programach zarz\u0105dzanych w Polsce, jak i bezpo\u015brednio przez instytucje Unii Europejskiej.<\/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\"> Na jakie cele mo\u017cna pozyska\u0107 dotacje unijne? <\/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>Dotacje unijne mog\u0105 finansowa\u0107 m.in. badania i rozw\u00f3j, wdra\u017canie innowacji, zakup technologii, cyfryzacj\u0119 proces\u00f3w, dekarbonizacj\u0119, rozw\u00f3j kompetencji, ekspansj\u0119 zagraniczn\u0105 oraz realizacj\u0119 mi\u0119dzynarodowych projekt\u00f3w partnerskich.<\/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\"> Czy ma\u0142e i \u015brednie firmy mog\u0105 ubiega\u0107 si\u0119 o dotacje europejskie? <\/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>Tak. Wiele program\u00f3w unijnych jest skierowanych bezpo\u015brednio do mikro-, ma\u0142ych i \u015brednich przedsi\u0119biorstw. Dost\u0119pne s\u0105 r\u00f3wnie\u017c konkursy dla du\u017cych firm, konsorcj\u00f3w, startup\u00f3w, jednostek naukowych oraz organizacji realizuj\u0105cych wsp\u00f3lne projekty innowacyjne.<\/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\"> Jakie s\u0105 najwi\u0119ksze wyzwania przy ubieganiu si\u0119 o dotacje EU? <\/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>Najwi\u0119kszym wyzwaniem jest odpowiednie dopasowanie projektu do cel\u00f3w programu, kryteri\u00f3w oceny i zasad kwalifikowalno\u015bci koszt\u00f3w. Istotne s\u0105 r\u00f3wnie\u017c sp\u00f3jny model finansowy, mierzalne rezultaty, harmonogram oraz w\u0142a\u015bciwe uzasadnienie warto\u015bci projektu na poziomie krajowym lub europejskim.<\/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 wspiera firmy w pozyskiwaniu dotacji europejskich? <\/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 klient\u00f3w od identyfikacji programu i oceny potencja\u0142u projektu, przez przygotowanie dokumentacji aplikacyjnej i modelu finansowego, a\u017c po realizacj\u0119 i rozliczenie dofinansowania. Mi\u0119dzynarodowe do\u015bwiadczenie firmy u\u0142atwia r\u00f3wnie\u017c prac\u0119 przy bardziej z\u0142o\u017conych projektach europejskich i konsorcjalnych.<\/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 dotacje europejskie dla firm?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Dotacje europejskie to bezzwrotne lub cz\\u0119\\u015bciowo zwrotne formy finansowania projekt\\u00f3w wspieraj\\u0105cych rozw\\u00f3j gospodarczy, innowacje, transformacj\\u0119 cyfrow\\u0105 i energetyczn\\u0105 oraz wsp\\u00f3\\u0142prac\\u0119 mi\\u0119dzynarodow\\u0105. \\u015arodki mog\\u0105 by\\u0107 dost\\u0119pne zar\\u00f3wno w programach zarz\\u0105dzanych w Polsce, jak i bezpo\\u015brednio przez instytucje Unii Europejskiej.\"}},{\"@type\":\"Question\",\"name\":\"Na jakie cele mo\\u017cna pozyska\\u0107 dotacje unijne?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Dotacje unijne mog\\u0105 finansowa\\u0107 m.in. badania i rozw\\u00f3j, wdra\\u017canie innowacji, zakup technologii, cyfryzacj\\u0119 proces\\u00f3w, dekarbonizacj\\u0119, rozw\\u00f3j kompetencji, ekspansj\\u0119 zagraniczn\\u0105 oraz realizacj\\u0119 mi\\u0119dzynarodowych projekt\\u00f3w partnerskich.\"}},{\"@type\":\"Question\",\"name\":\"Czy ma\\u0142e i \\u015brednie firmy mog\\u0105 ubiega\\u0107 si\\u0119 o dotacje europejskie?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Tak. Wiele program\\u00f3w unijnych jest skierowanych bezpo\\u015brednio do mikro-, ma\\u0142ych i \\u015brednich przedsi\\u0119biorstw. Dost\\u0119pne s\\u0105 r\\u00f3wnie\\u017c konkursy dla du\\u017cych firm, konsorcj\\u00f3w, startup\\u00f3w, jednostek naukowych oraz organizacji realizuj\\u0105cych wsp\\u00f3lne projekty innowacyjne.\"}},{\"@type\":\"Question\",\"name\":\"Jakie s\\u0105 najwi\\u0119ksze wyzwania przy ubieganiu si\\u0119 o dotacje EU?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Najwi\\u0119kszym wyzwaniem jest odpowiednie dopasowanie projektu do cel\\u00f3w programu, kryteri\\u00f3w oceny i zasad kwalifikowalno\\u015bci koszt\\u00f3w. Istotne s\\u0105 r\\u00f3wnie\\u017c sp\\u00f3jny model finansowy, mierzalne rezultaty, harmonogram oraz w\\u0142a\\u015bciwe uzasadnienie warto\\u015bci projektu na poziomie krajowym lub europejskim.\"}},{\"@type\":\"Question\",\"name\":\"Jak Leyton wspiera firmy w pozyskiwaniu dotacji europejskich?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Leyton wspiera klient\\u00f3w od identyfikacji programu i oceny potencja\\u0142u projektu, przez przygotowanie dokumentacji aplikacyjnej i modelu finansowego, a\\u017c po realizacj\\u0119 i rozliczenie dofinansowania. Mi\\u0119dzynarodowe do\\u015bwiadczenie firmy u\\u0142atwia r\\u00f3wnie\\u017c prac\\u0119 przy bardziej z\\u0142o\\u017conych projektach europejskich i konsorcjalnych.\"}}]}<\/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 dotacje europejskie dla Twojej firmy Programy zarz\u0105dzane bezpo\u015brednio przez instytucje Unii Europejskiej wspieraj\u0105 projekty odpowiadaj\u0105ce na strategiczne wyzwania zwi\u0105zane z innowacjami, cyfryzacj\u0105, klimatem, energi\u0105 i konkurencyjno\u015bci\u0105 europejskiej gospodarki. Dowiedz si\u0119 wi\u0119cej jak to dzia\u0142a Finansuj innowacje z program\u00f3w europejskich Eksperci Leyton pomagaj\u0105 wybra\u0107 odpowiedni program, oceni\u0107 europejski potencja\u0142 projektu, zbudowa\u0107 strategi\u0119 aplikacyjn\u0105 oraz przygotowa\u0107 [&hellip;]<\/p>\n","protected":false},"author":0,"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":"dotacje europejskie","_yoast_wpseo_title":"Dotacje europejskie i programy UE dla firm | Leyton Polska","_yoast_wpseo_metadesc":"Leyton Poland \u27a4 Wszystko, co musisz wiedzie\u0107 o dotacjach unijnych \u2714\ufe0f Pomagamy w identyfikacji i realizacji mo\u017cliwo\u015bci, jakie daj\u0105 dotacje z UE \u2714\ufe0f Sprawd\u017a!","footnotes":"","_yoast_wpseo_focuskeywords":"[{\"keyword\":\"dotacje unijne\",\"score\":\"\"},{\"keyword\":\"programy europejskie\",\"score\":\"\"},{\"keyword\":\"dofinansowanie z UE\",\"score\":\"\"},{\"keyword\":\"finansowanie innowacji z UE\",\"score\":\"\"},{\"keyword\":\"Horyzont Europa\",\"score\":\"\"}]","_yoast_wpseo_keywordsynonyms":"[\"fundusze unijne dla przedsi\u0119biorstw\",\"fundusze europejskie\",\"programy UE dla firm\",\"wniosek o dotacj\u0119 unijn\u0105\",\"inwestycje w innowacje\",\"programy ramowe UE\"]"},"class_list":["post-915","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>Dotacje europejskie i programy UE dla firm | Leyton Polska<\/title>\n<meta name=\"description\" content=\"Leyton Poland \u27a4 Wszystko, co musisz wiedzie\u0107 o dotacjach unijnych \u2714\ufe0f Pomagamy w identyfikacji i realizacji mo\u017cliwo\u015bci, jakie daj\u0105 dotacje z UE \u2714\ufe0f Sprawd\u017a!\" \/>\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\/programy-europejskie\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Programy europejskie\" \/>\n<meta property=\"og:description\" content=\"Leyton Poland \u27a4 Wszystko, co musisz wiedzie\u0107 o dotacjach unijnych \u2714\ufe0f Pomagamy w identyfikacji i realizacji mo\u017cliwo\u015bci, jakie daj\u0105 dotacje z UE \u2714\ufe0f Sprawd\u017a!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/leyton.com\/pl\/programy-europejskie\/\" \/>\n<meta property=\"og:site_name\" content=\"Leyton Poland\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-24T21:32:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/RD-expenditure-credit-RDEC.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1726\" \/>\n\t<meta property=\"og:image:height\" content=\"756\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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\\\/programy-europejskie\\\/\",\"url\":\"https:\\\/\\\/leyton.com\\\/pl\\\/programy-europejskie\\\/\",\"name\":\"Dotacje europejskie i programy UE dla firm | Leyton Polska\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/programy-europejskie\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/programy-europejskie\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/leyton.com\\\/wp-content\\\/blogs.dir\\\/12\\\/files\\\/2026\\\/06\\\/RD-expenditure-credit-RDEC-1024x449.jpg\",\"datePublished\":\"2026-07-02T16:08:31+00:00\",\"dateModified\":\"2026-07-24T21:32:36+00:00\",\"description\":\"Leyton Poland \u27a4 Wszystko, co musisz wiedzie\u0107 o dotacjach unijnych \u2714\ufe0f Pomagamy w identyfikacji i realizacji mo\u017cliwo\u015bci, jakie daj\u0105 dotacje z UE \u2714\ufe0f Sprawd\u017a!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/programy-europejskie\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/leyton.com\\\/pl\\\/programy-europejskie\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/programy-europejskie\\\/#primaryimage\",\"url\":\"https:\\\/\\\/leyton.com\\\/wp-content\\\/blogs.dir\\\/12\\\/files\\\/2026\\\/06\\\/RD-expenditure-credit-RDEC-1024x449.jpg\",\"contentUrl\":\"https:\\\/\\\/leyton.com\\\/wp-content\\\/blogs.dir\\\/12\\\/files\\\/2026\\\/06\\\/RD-expenditure-credit-RDEC-1024x449.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/programy-europejskie\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/leyton.com\\\/pl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Programy europejskie\"}]},{\"@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":"Dotacje europejskie i programy UE dla firm | Leyton Polska","description":"Leyton Poland \u27a4 Wszystko, co musisz wiedzie\u0107 o dotacjach unijnych \u2714\ufe0f Pomagamy w identyfikacji i realizacji mo\u017cliwo\u015bci, jakie daj\u0105 dotacje z UE \u2714\ufe0f Sprawd\u017a!","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\/programy-europejskie\/","og_locale":"en_US","og_type":"article","og_title":"Programy europejskie","og_description":"Leyton Poland \u27a4 Wszystko, co musisz wiedzie\u0107 o dotacjach unijnych \u2714\ufe0f Pomagamy w identyfikacji i realizacji mo\u017cliwo\u015bci, jakie daj\u0105 dotacje z UE \u2714\ufe0f Sprawd\u017a!","og_url":"https:\/\/leyton.com\/pl\/programy-europejskie\/","og_site_name":"Leyton Poland","article_modified_time":"2026-07-24T21:32:36+00:00","og_image":[{"width":1726,"height":756,"url":"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/RD-expenditure-credit-RDEC.jpg","type":"image\/jpeg"}],"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\/programy-europejskie\/","url":"https:\/\/leyton.com\/pl\/programy-europejskie\/","name":"Dotacje europejskie i programy UE dla firm | Leyton Polska","isPartOf":{"@id":"https:\/\/leyton.com\/pl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/leyton.com\/pl\/programy-europejskie\/#primaryimage"},"image":{"@id":"https:\/\/leyton.com\/pl\/programy-europejskie\/#primaryimage"},"thumbnailUrl":"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/RD-expenditure-credit-RDEC-1024x449.jpg","datePublished":"2026-07-02T16:08:31+00:00","dateModified":"2026-07-24T21:32:36+00:00","description":"Leyton Poland \u27a4 Wszystko, co musisz wiedzie\u0107 o dotacjach unijnych \u2714\ufe0f Pomagamy w identyfikacji i realizacji mo\u017cliwo\u015bci, jakie daj\u0105 dotacje z UE \u2714\ufe0f Sprawd\u017a!","breadcrumb":{"@id":"https:\/\/leyton.com\/pl\/programy-europejskie\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/leyton.com\/pl\/programy-europejskie\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/leyton.com\/pl\/programy-europejskie\/#primaryimage","url":"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/RD-expenditure-credit-RDEC-1024x449.jpg","contentUrl":"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/RD-expenditure-credit-RDEC-1024x449.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/leyton.com\/pl\/programy-europejskie\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/leyton.com\/pl\/"},{"@type":"ListItem","position":2,"name":"Programy europejskie"}]},{"@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\/915","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"}],"replies":[{"embeddable":true,"href":"https:\/\/leyton.com\/pl\/wp-json\/wp\/v2\/comments?post=915"}],"version-history":[{"count":9,"href":"https:\/\/leyton.com\/pl\/wp-json\/wp\/v2\/pages\/915\/revisions"}],"predecessor-version":[{"id":1413,"href":"https:\/\/leyton.com\/pl\/wp-json\/wp\/v2\/pages\/915\/revisions\/1413"}],"wp:attachment":[{"href":"https:\/\/leyton.com\/pl\/wp-json\/wp\/v2\/media?parent=915"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}