{"id":1390,"date":"2026-07-16T09:29:55","date_gmt":"2026-07-16T07:29:55","guid":{"rendered":"https:\/\/leyton.majjane.agency\/pl\/?page_id=1390"},"modified":"2026-07-28T16:51:19","modified_gmt":"2026-07-28T14:51:19","slug":"ulga-br","status":"publish","type":"page","link":"https:\/\/leyton.com\/pl\/ulga-br\/","title":{"rendered":"Ulga B+R"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1390\" class=\"elementor elementor-1390\" 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\">Ulga B+R - obni\u017c podatek<span>  i finansuj dalszy rozw\u00f3j<\/span> <\/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>Ulga badawczo-rozwojowa pozwala firmom dodatkowo odliczy\u0107 od podstawy opodatkowania okre\u015blone koszty ponoszone na dzia\u0142alno\u015b\u0107 B+R. Mog\u0105 z niej korzysta\u0107 przedsi\u0119biorstwa, kt\u00f3re systematycznie rozwijaj\u0105 produkty, technologie, procesy, oprogramowanie lub metody \u015bwiadczenia us\u0142ug.<\/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=\"422\" src=\"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/scientist-working-in-a-lab-with-advanced-equipment-2026-01-09-11-45-30-utc-1024x540.jpg\" class=\"attachment-large size-large wp-image-819\" alt=\"scientist-working-in-a-lab\" srcset=\"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/scientist-working-in-a-lab-with-advanced-equipment-2026-01-09-11-45-30-utc-1024x540.jpg 1024w, https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/scientist-working-in-a-lab-with-advanced-equipment-2026-01-09-11-45-30-utc-300x158.jpg 300w, https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/scientist-working-in-a-lab-with-advanced-equipment-2026-01-09-11-45-30-utc-768x405.jpg 768w, https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/scientist-working-in-a-lab-with-advanced-equipment-2026-01-09-11-45-30-utc-1536x810.jpg 1536w, https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/scientist-working-in-a-lab-with-advanced-equipment-2026-01-09-11-45-30-utc-400x211.jpg 400w, https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/scientist-working-in-a-lab-with-advanced-equipment-2026-01-09-11-45-30-utc.jpg 1920w\" 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\">Pozyskaj \u015brodki na rozw\u00f3j i inwestycje<\/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>Innowacja nie musi oznacza\u0107 prze\u0142omowego wynalazku w skali \u015bwiatowej. Potencja\u0142 do skorzystania z ulgi mo\u017ce wyst\u0119powa\u0107 r\u00f3wnie\u017c wtedy, gdy firma rozwi\u0105zuje problemy techniczne, testuje nowe koncepcje albo udoskonala rozwi\u0105zania w spos\u00f3b istotny z perspektywy w\u0142asnej dzia\u0142alno\u015bci.<\/p><p>Eksperci Leyton pomagaj\u0105 zidentyfikowa\u0107 projekty i koszty kwalifikowane, przygotowa\u0107 dokumentacj\u0119 techniczno-finansow\u0105 oraz prawid\u0142owo uj\u0105\u0107 ulg\u0119 w rozliczeniu podatkowym. Zgodnie z oficjalnymi zasadami ulga jest dost\u0119pna dla podatnik\u00f3w prowadz\u0105cych dzia\u0142alno\u015b\u0107 B+R i ponosz\u0105cych zwi\u0105zane z ni\u0105 koszty kwalifikowane.<\/p><p><strong>Innowacje, kt\u00f3re ju\u017c rozwijasz, mog\u0105 przynosi\u0107 Twojej firmie dodatkowe korzy\u015bci podatkowe.<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-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\">Realne wyzwania, konkretne rozwi\u0105zania.<\/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 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>Oszcz\u0119dno\u015bci podatkowych dla naszych Klient\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-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\">Koszty, kt\u00f3re mog\u0105 kwalifikowa\u0107 si\u0119 do ulgi B+R<\/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 analizuje dzia\u0142alno\u015b\u0107 firmy i pomaga wyodr\u0119bni\u0107 koszty zwi\u0105zane z prowadzonymi pracami badawczo-rozwojowymi.<\/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\">Ekspertyzy, aparatura i \u015brodki trwa\u0142e<\/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>Weryfikujemy mo\u017cliwo\u015b\u0107 uwzgl\u0119dnienia m.in. wybranych ekspertyz, us\u0142ug jednostek naukowych, korzystania z aparatury oraz odpis\u00f3w amortyzacyjnych dotycz\u0105cych aktyw\u00f3w wykorzystywanych w dzia\u0142alno\u015bci B+R.<\/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\">Wynagrodzenia zespo\u0142u B+R<\/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>Analizujemy zaanga\u017cowanie pracownik\u00f3w i wsp\u00f3\u0142pracownik\u00f3w w realizacj\u0119 projekt\u00f3w badawczo-rozwojowych oraz pomagamy okre\u015bli\u0107 cz\u0119\u015b\u0107 wynagrodze\u0144 zwi\u0105zan\u0105 z pracami B+R.<\/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\">Materia\u0142y, surowce, sprz\u0119t specjalistyczny<\/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>Identyfikujemy wydatki na materia\u0142y, komponenty, prototypy, serie testowe i specjalistyczny sprz\u0119t wykorzystywany bezpo\u015brednio podczas realizacji prac B+R.<\/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>Identyfikacja dzia\u0142a\u0144 spe\u0142niaj\u0105cych kryteria prac<br \/>B+R i analiza koszt\u00f3w kwalifikowanych.<\/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>Przygotowanie dokumentacji<br \/>techniczno-finansowej i podatkowej.<\/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\">Rozliczenie<\/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>Rozliczenie podatkowe i rekomendacje dot. organizacji proces\u00f3w B+R\u00a0 w Twojej firmie.<\/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 podczas czynno\u015bci sprawdzaj\u0105cych i kontroli podatkowych.<\/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>Sprawd\u017a potencja\u0142 ulgi B+R <\/span> w swojej firmie<\/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>Um\u00f3w 30-minutow\u0105 konsultacj\u0119 z ekspertem Leyton i dowiedz si\u0119, kt\u00f3re projekty oraz koszty mog\u0105 zosta\u0107 uwzgl\u0119dnione w rozliczeniu.<\/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 informacje, kt\u00f3re warto wiedzie\u0107 o uldze badawczo-rozwojowej.<\/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\"> Kto mo\u017ce skorzysta\u0107 z ulgi badawczo-rozwojowej? <\/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>Z ulgi mog\u0105 korzysta\u0107 przedsi\u0119biorstwa prowadz\u0105ce dzia\u0142alno\u015b\u0107 B+R i ponosz\u0105ce zwi\u0105zane z ni\u0105 koszty kwalifikowane. Mo\u017cliwo\u015b\u0107 rozliczenia nie jest ograniczona wy\u0142\u0105cznie do firm posiadaj\u0105cych laboratoria lub formalne dzia\u0142y badawcze.<\/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\"> Czym jest dzia\u0142alno\u015b\u0107 badawczo-rozwojowa? <\/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>Jest to dzia\u0142alno\u015b\u0107 tw\u00f3rcza obejmuj\u0105ca badania naukowe lub prace rozwojowe, podejmowana systematycznie w celu zwi\u0119kszania zasob\u00f3w wiedzy oraz wykorzystywania ich do tworzenia nowych zastosowa\u0144.<\/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 projekt musi by\u0107 zako\u0144czony sukcesem? <\/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>Nie. Niepowodzenie projektu lub brak wdro\u017cenia jego rezultat\u00f3w nie wykluczaj\u0105 automatycznie mo\u017cliwo\u015bci zastosowania ulgi, je\u017celi prowadzone dzia\u0142ania spe\u0142nia\u0142y kryteria dzia\u0142alno\u015bci B+R.<\/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\"> Czy z ulgi mog\u0105 korzysta\u0107 firmy informatyczne? <\/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>Tak. Potencja\u0142 mo\u017ce wyst\u0119powa\u0107 m.in. przy tworzeniu nowych funkcjonalno\u015bci, algorytm\u00f3w, architektury system\u00f3w, rozwi\u0105zywaniu problem\u00f3w technologicznych lub przeprowadzaniu test\u00f3w nowych koncepcji.<\/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\"> Czy mo\u017cna po\u0142\u0105czy\u0107 ulg\u0119 B+R z dotacj\u0105? <\/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>Tak, jednak ten sam koszt nie mo\u017ce zosta\u0107 rozliczony dwukrotnie. Ulg\u0105 mo\u017cna obj\u0105\u0107 t\u0119 cz\u0119\u015b\u0107 koszt\u00f3w kwalifikowanych, kt\u00f3ra nie zosta\u0142a firmie zwr\u00f3cona w formie dofinansowania.<\/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-6435\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"6\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-6435\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> Jak Leyton ogranicza zaanga\u017cowanie pracownik\u00f3w klienta? <\/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-6435\" class=\"elementor-element elementor-element-a98ab44 e-con-full e-flex e-con e-child\" data-id=\"a98ab44\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-6435\" class=\"elementor-element elementor-element-5e34ad5 e-flex e-con-boxed e-con e-child\" data-id=\"5e34ad5\" 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-4ce9a69 elementor-widget elementor-widget-text-editor\" data-id=\"4ce9a69\" 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>Organizujemy proces zbierania danych, prowadzimy rozmowy z kluczowymi osobami i przygotowujemy dokumentacj\u0119. Dzi\u0119ki temu zespo\u0142y klienta przekazuj\u0105 najwa\u017cniejsze informacje bez konieczno\u015bci samodzielnego analizowania przepis\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<\/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\":\"Kto mo\\u017ce skorzysta\\u0107 z ulgi badawczo-rozwojowej?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Z ulgi mog\\u0105 korzysta\\u0107 przedsi\\u0119biorstwa prowadz\\u0105ce dzia\\u0142alno\\u015b\\u0107 B+R i ponosz\\u0105ce zwi\\u0105zane z ni\\u0105 koszty kwalifikowane. Mo\\u017cliwo\\u015b\\u0107 rozliczenia nie jest ograniczona wy\\u0142\\u0105cznie do firm posiadaj\\u0105cych laboratoria lub formalne dzia\\u0142y badawcze.\"}},{\"@type\":\"Question\",\"name\":\"Czym jest dzia\\u0142alno\\u015b\\u0107 badawczo-rozwojowa?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Jest to dzia\\u0142alno\\u015b\\u0107 tw\\u00f3rcza obejmuj\\u0105ca badania naukowe lub prace rozwojowe, podejmowana systematycznie w celu zwi\\u0119kszania zasob\\u00f3w wiedzy oraz wykorzystywania ich do tworzenia nowych zastosowa\\u0144.\"}},{\"@type\":\"Question\",\"name\":\"Czy projekt musi by\\u0107 zako\\u0144czony sukcesem?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Nie. Niepowodzenie projektu lub brak wdro\\u017cenia jego rezultat\\u00f3w nie wykluczaj\\u0105 automatycznie mo\\u017cliwo\\u015bci zastosowania ulgi, je\\u017celi prowadzone dzia\\u0142ania spe\\u0142nia\\u0142y kryteria dzia\\u0142alno\\u015bci B+R.\"}},{\"@type\":\"Question\",\"name\":\"Czy z ulgi mog\\u0105 korzysta\\u0107 firmy informatyczne?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Tak. Potencja\\u0142 mo\\u017ce wyst\\u0119powa\\u0107 m.in. przy tworzeniu nowych funkcjonalno\\u015bci, algorytm\\u00f3w, architektury system\\u00f3w, rozwi\\u0105zywaniu problem\\u00f3w technologicznych lub przeprowadzaniu test\\u00f3w nowych koncepcji.\"}},{\"@type\":\"Question\",\"name\":\"Czy mo\\u017cna po\\u0142\\u0105czy\\u0107 ulg\\u0119 B+R z dotacj\\u0105?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Tak, jednak ten sam koszt nie mo\\u017ce zosta\\u0107 rozliczony dwukrotnie. Ulg\\u0105 mo\\u017cna obj\\u0105\\u0107 t\\u0119 cz\\u0119\\u015b\\u0107 koszt\\u00f3w kwalifikowanych, kt\\u00f3ra nie zosta\\u0142a firmie zwr\\u00f3cona w formie dofinansowania.\"}},{\"@type\":\"Question\",\"name\":\"Jak Leyton ogranicza zaanga\\u017cowanie pracownik\\u00f3w klienta?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Organizujemy proces zbierania danych, prowadzimy rozmowy z kluczowymi osobami i przygotowujemy dokumentacj\\u0119. Dzi\\u0119ki temu zespo\\u0142y klienta przekazuj\\u0105 najwa\\u017cniejsze informacje bez konieczno\\u015bci samodzielnego analizowania przepis\\u00f3w.\"}}]}<\/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>Ulga B+R &#8211; obni\u017c podatek i finansuj dalszy rozw\u00f3j Ulga badawczo-rozwojowa pozwala firmom dodatkowo odliczy\u0107 od podstawy opodatkowania okre\u015blone koszty ponoszone na dzia\u0142alno\u015b\u0107 B+R. Mog\u0105 z niej korzysta\u0107 przedsi\u0119biorstwa, kt\u00f3re systematycznie rozwijaj\u0105 produkty, technologie, procesy, oprogramowanie lub metody \u015bwiadczenia us\u0142ug. Dowiedz si\u0119 wi\u0119cej jak to dzia\u0142a Pozyskaj \u015brodki na rozw\u00f3j i inwestycje Innowacja nie musi [&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":"ulga B+R","_yoast_wpseo_title":"Skorzystaj z ulgi podatkowej B+R | Leyton Polska","_yoast_wpseo_metadesc":"Ulga B+R pozwala odliczy\u0107 nawet 200% koszt\u00f3w pracowniczych i 100% pozosta\u0142ych koszt\u00f3w kwalifikowanych. Leyton pomo\u017ce zidentyfikowa\u0107 koszty i rozliczy\u0107 ulg\u0119.","footnotes":"","_yoast_wpseo_focuskeywords":"[{\"keyword\":\"ulga badawczo-rozwojowa\",\"score\":\"-44\"},{\"keyword\":\"koszty kwalifikowane\",\"score\":\"-44\"},{\"keyword\":\"odliczenie 200% koszt\u00f3w pracowniczych\",\"score\":\"-44\"},{\"keyword\":\"dzia\u0142alno\u015b\u0107 badawczo-rozwojowa\",\"score\":\"-44\"},{\"keyword\":\"dokumentacja B+R\",\"score\":\"-44\"}]","_yoast_wpseo_keywordsynonyms":"[\"ulga na badania i rozw\u00f3j\",\"odliczenie B+R\",\"koszty pracownicze B+R\",\"200% wynagrodze\u0144\",\"projekty B+R\",\"rozliczenie ulgi\"]"},"class_list":["post-1390","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>Skorzystaj z ulgi podatkowej B+R | Leyton Polska<\/title>\n<meta name=\"description\" content=\"Ulga B+R pozwala odliczy\u0107 nawet 200% koszt\u00f3w pracowniczych i 100% pozosta\u0142ych koszt\u00f3w kwalifikowanych. Leyton pomo\u017ce zidentyfikowa\u0107 koszty i rozliczy\u0107 ulg\u0119.\" \/>\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\/ulga-br\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ulga B+R\" \/>\n<meta property=\"og:description\" content=\"Ulga B+R pozwala odliczy\u0107 nawet 200% koszt\u00f3w pracowniczych i 100% pozosta\u0142ych koszt\u00f3w kwalifikowanych. Leyton pomo\u017ce zidentyfikowa\u0107 koszty i rozliczy\u0107 ulg\u0119.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/leyton.com\/pl\/ulga-br\/\" \/>\n<meta property=\"og:site_name\" content=\"Leyton Poland\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-28T14:51:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/scientist-working-in-a-lab-with-advanced-equipment-2026-01-09-11-45-30-utc-1024x540.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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/ulga-br\\\/\",\"url\":\"https:\\\/\\\/leyton.com\\\/pl\\\/ulga-br\\\/\",\"name\":\"Skorzystaj z ulgi podatkowej B+R | Leyton Polska\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/ulga-br\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/ulga-br\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/leyton.com\\\/wp-content\\\/blogs.dir\\\/12\\\/files\\\/2026\\\/06\\\/scientist-working-in-a-lab-with-advanced-equipment-2026-01-09-11-45-30-utc-1024x540.jpg\",\"datePublished\":\"2026-07-16T07:29:55+00:00\",\"dateModified\":\"2026-07-28T14:51:19+00:00\",\"description\":\"Ulga B+R pozwala odliczy\u0107 nawet 200% koszt\u00f3w pracowniczych i 100% pozosta\u0142ych koszt\u00f3w kwalifikowanych. Leyton pomo\u017ce zidentyfikowa\u0107 koszty i rozliczy\u0107 ulg\u0119.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/ulga-br\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/leyton.com\\\/pl\\\/ulga-br\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/ulga-br\\\/#primaryimage\",\"url\":\"https:\\\/\\\/leyton.com\\\/wp-content\\\/blogs.dir\\\/12\\\/files\\\/2026\\\/06\\\/scientist-working-in-a-lab-with-advanced-equipment-2026-01-09-11-45-30-utc-1024x540.jpg\",\"contentUrl\":\"https:\\\/\\\/leyton.com\\\/wp-content\\\/blogs.dir\\\/12\\\/files\\\/2026\\\/06\\\/scientist-working-in-a-lab-with-advanced-equipment-2026-01-09-11-45-30-utc-1024x540.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/leyton.com\\\/pl\\\/ulga-br\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/leyton.com\\\/pl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ulga B+R\"}]},{\"@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":"Skorzystaj z ulgi podatkowej B+R | Leyton Polska","description":"Ulga B+R pozwala odliczy\u0107 nawet 200% koszt\u00f3w pracowniczych i 100% pozosta\u0142ych koszt\u00f3w kwalifikowanych. Leyton pomo\u017ce zidentyfikowa\u0107 koszty i rozliczy\u0107 ulg\u0119.","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\/ulga-br\/","og_locale":"en_US","og_type":"article","og_title":"Ulga B+R","og_description":"Ulga B+R pozwala odliczy\u0107 nawet 200% koszt\u00f3w pracowniczych i 100% pozosta\u0142ych koszt\u00f3w kwalifikowanych. Leyton pomo\u017ce zidentyfikowa\u0107 koszty i rozliczy\u0107 ulg\u0119.","og_url":"https:\/\/leyton.com\/pl\/ulga-br\/","og_site_name":"Leyton Poland","article_modified_time":"2026-07-28T14:51:19+00:00","og_image":[{"url":"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/scientist-working-in-a-lab-with-advanced-equipment-2026-01-09-11-45-30-utc-1024x540.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/leyton.com\/pl\/ulga-br\/","url":"https:\/\/leyton.com\/pl\/ulga-br\/","name":"Skorzystaj z ulgi podatkowej B+R | Leyton Polska","isPartOf":{"@id":"https:\/\/leyton.com\/pl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/leyton.com\/pl\/ulga-br\/#primaryimage"},"image":{"@id":"https:\/\/leyton.com\/pl\/ulga-br\/#primaryimage"},"thumbnailUrl":"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/scientist-working-in-a-lab-with-advanced-equipment-2026-01-09-11-45-30-utc-1024x540.jpg","datePublished":"2026-07-16T07:29:55+00:00","dateModified":"2026-07-28T14:51:19+00:00","description":"Ulga B+R pozwala odliczy\u0107 nawet 200% koszt\u00f3w pracowniczych i 100% pozosta\u0142ych koszt\u00f3w kwalifikowanych. Leyton pomo\u017ce zidentyfikowa\u0107 koszty i rozliczy\u0107 ulg\u0119.","breadcrumb":{"@id":"https:\/\/leyton.com\/pl\/ulga-br\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/leyton.com\/pl\/ulga-br\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/leyton.com\/pl\/ulga-br\/#primaryimage","url":"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/scientist-working-in-a-lab-with-advanced-equipment-2026-01-09-11-45-30-utc-1024x540.jpg","contentUrl":"https:\/\/leyton.com\/wp-content\/blogs.dir\/12\/files\/2026\/06\/scientist-working-in-a-lab-with-advanced-equipment-2026-01-09-11-45-30-utc-1024x540.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/leyton.com\/pl\/ulga-br\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/leyton.com\/pl\/"},{"@type":"ListItem","position":2,"name":"Ulga B+R"}]},{"@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\/1390","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=1390"}],"version-history":[{"count":17,"href":"https:\/\/leyton.com\/pl\/wp-json\/wp\/v2\/pages\/1390\/revisions"}],"predecessor-version":[{"id":1826,"href":"https:\/\/leyton.com\/pl\/wp-json\/wp\/v2\/pages\/1390\/revisions\/1826"}],"wp:attachment":[{"href":"https:\/\/leyton.com\/pl\/wp-json\/wp\/v2\/media?parent=1390"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}