{"id":5396,"date":"2024-04-23T09:27:34","date_gmt":"2024-04-23T07:27:34","guid":{"rendered":"https:\/\/ambiscale.com\/?page_id=5396"},"modified":"2026-09-03T12:08:42","modified_gmt":"2026-09-03T10:08:42","slug":"uslugi","status":"publish","type":"page","link":"https:\/\/ambiscale.com\/pl\/uslugi\/","title":{"rendered":"Us\u0142ugi"},"content":{"rendered":"<section id=\"hero-three\" class=\"has-text-align-left d-flex is-content-justification-center-center hero\">\n\t<style>.hero{padding-top:clamp(9.9375rem,20vw,13.75rem);padding-bottom:50px;overflow:hidden;position:relative;color:var(--wp--preset--color--white);background-color:#000}@media(min-width: 1200px){.hero{padding-bottom:100px}.hero.full-height{min-height:100vh;min-height:100dvh}}.hero h1:last-child{margin-bottom:0}.hero:has(.hero__image){padding-top:clamp(6.25rem,20vw,9.0625rem);margin-top:1.875rem}@media(min-width: 1201px){.hero:has(.hero__image) .hero__content{max-width:41.875rem;margin-left:6.875rem}}.hero:has(.hero__image) .hero__row{align-items:center}@media(max-width: 1200px){.hero:has(.hero__image) .hero__row{display:flex;flex-direction:column !important;align-items:flex-start}}.hero:has(.hero__image) h1{font-size:clamp(1.9375rem,5vw,3rem)}@media(min-width: 1201px){.hero:has(.hero__image--right) .hero__content{max-width:41.875rem;margin-right:6.875rem;margin-left:0}}@media(max-width: 1200px){.hero:has(.hero__image--right) .hero__row{flex-direction:column-reverse !important}}.hero__image{flex-shrink:0;width:100%}@media(min-width: 1201px){.hero__image{margin-right:auto;margin-left:auto}}@media(min-width: 769px){.hero__image{max-width:515px}}@media(max-width: 1199px){.hero__image{margin-bottom:1.875rem}}.hero__image img{border-radius:10px}@media(min-width: 769px){.hero__image img{width:100%}}@media(min-width: 769px){.hero__image-mobile{display:none}}.hero__image-mobile+.hero__image-desktop{display:none}@media(min-width: 769px){.hero__image-mobile+.hero__image-desktop{display:block}}@media(min-width: 769px){.hero__image--small_padding,.hero__image--big_padding{padding:clamp(24px,10vw,100px);border-radius:10px;background-color:rgba(40,40,40,.5411764706);box-shadow:0px 0px 45px 0px rgba(78,78,78,.2509803922)}}@media(min-width: 769px){.hero__image--small_padding{padding:clamp(24px,10vw,50px)}}.hero__background{pointer-events:none;position:absolute;z-index:0;right:0;bottom:0}.hero .color-primary{color:var(--wp--preset--color--primary-light)}.hero .has-extra-large-font-size{font-size:clamp(1.125rem,2.5vw,1.875rem) !important;line-height:1.3}@media(max-width: 768px){.hero .has-extra-large-font-size{font-weight:300}}.hero__container{width:100%;max-width:1170px;padding:0 15px;position:relative;z-index:1;margin:auto}.hero__container p{max-width:571px}.hero__row{display:flex}.hero__content{width:100%}.hero>img{max-width:520px;max-height:380px;object-fit:cover}.hero:has(.hero>img) .hero__container{margin:0 4rem}.hero .wp-block-button__link{min-width:170px}.hero .wp-block-button.is-style-outline .wp-block-button__link{color:currentColor;background:rgba(0,0,0,0)}<\/style>\n\t\t\t\t\t\t<div class=\"hero__container\">\n\t\t<div class=\"hero__row\">\n\t\t\t\t\t\t<div class=\"hero__content\">\n\t\t\t\t<div class=\"acf-innerblocks-container\">\n<style>.is-style-h-80-style{font-size:clamp(1.9375rem,5vw,5rem)}@media(min-width: 768px){.is-style-narrow{width:70%}}<\/style>\n\t\t\t\t\n<h1 class=\"wp-block-heading is-style-h2-style\">Z pasj\u0105 przekuwamy <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-light-color\">Twoje pomys\u0142y w realne rozwi\u0105zania<\/mark><\/h1>\n\n<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n\t<style>#hero-three:has(canvas){position:relative;background-color:#000;overflow:hidden;min-height:40vh}canvas{display:none}@media(min-width: 993px){canvas{display:block;width:100%;height:100%;max-width:1920px;position:absolute;z-index:0;top:-60px;right:0;bottom:0;left:0;margin:0 auto;opacity:.6}}<\/style>\n\t\t\t\t\n<canvas id='hero-canvas'><\/canvas>\n<script nowprocket>\n(function () {\n\tvar loadThree = function () {\n\t\tif (window.matchMedia('(prefers-reduced-motion: reduce)').matches) return;\n\t\tif (window.innerWidth <= 768) return;\n\t\tif (!document.querySelector('#hero-canvas') || !document.querySelector('#hero-three')) return;\n\t\tif (document.querySelector('script[data-ambiscale-three]')) return;\n\t\tvar script = document.createElement('script');\n\t\tscript.type = 'module';\n\t\tscript.src = \"https:\\\/\\\/ambiscale.com\\\/app\\\/themes\\\/ambiscale\\\/assets\\\/js\\\/plugins\\\/three\\\/three.js?ver=1790153474\";\n\t\tscript.dataset.ambiscaleThree = '1';\n\t\tdocument.body.appendChild(script);\n\t};\n\t(function(){var done=false;var run=function(){if(done)return;done=true;[\"pointerdown\",\"keydown\",\"touchstart\",\"mousemove\",\"scroll\"].forEach(function(t){window.removeEventListener(t,schedule,true);});clearTimeout(timer);loadThree();};var schedule=function(){setTimeout(run,0);};[\"pointerdown\",\"keydown\",\"touchstart\",\"mousemove\",\"scroll\"].forEach(function(t){window.addEventListener(t,schedule,{once:true,passive:true,capture:true});});var timer=setTimeout(schedule,12000);})();})();\n<\/script>\n<\/section>\n\n\n<section class=\"icons-w-desc\">\n\t<style>.icons-w-desc{width:100%;padding:35px 15px;padding-bottom:10px;color:var(--wp--preset--color--white);position:relative;background-color:var(--wp--preset--color--neutral-80)}@media(min-width: 768px){.icons-w-desc{padding:var(--wp--preset--spacing--large) 15px;padding-bottom:calc(var(--wp--preset--spacing--large) - 25px)}}@media(min-width: 992px){.icons-w-desc .wp-block-heading{width:70%}}.icons-w-desc__background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.icons-w-desc__background img{width:100%;height:100%;object-fit:cover}.icons-w-desc__container{position:relative;z-index:2}.icons-w-desc .wp-block-columns{flex-direction:column;align-items:flex-start;position:relative;z-index:2;margin-top:var(--wp--preset--spacing--small);margin-bottom:clamp(15px,3.5vw,50px)}@media(min-width: 768px){.icons-w-desc .wp-block-columns{flex-direction:row;justify-content:space-between;gap:var(--wp--preset--spacing--large)}.icons-w-desc .wp-block-columns p{font-size:var(--wp--preset--font-size--large)}}.icons-w-desc .wp-block-columns>div{width:100%}.icons-w-desc__list{display:grid;position:relative;z-index:2;grid-template-columns:1fr;gap:0}@media(min-width: 768px){.icons-w-desc__list{grid-template-columns:1fr 1fr;column-gap:var(--wp--preset--spacing--medium);row-gap:0}}.icons-w-desc__container{max-width:1140px;margin:auto}.icons-w-desc__item{display:flex;position:relative;padding:25px 16px;border-top:1px solid rgba(255,255,255,.0862745098);gap:20px;transition:all .3s ease-in-out}@media(min-width: 768px){.icons-w-desc__item:nth-of-type(2){border-top:none}}@media(max-width: 768px){.icons-w-desc__item{align-items:center}}.icons-w-desc__item:has(.icons-w-desc__item-title-link:hover),.icons-w-desc__item:has(:not(.icons-w-desc__item-title-link)):hover{border-radius:10px;color:var(--wp--preset--color--white);background-color:#3b3b3b}.icons-w-desc__item:has(.icons-w-desc__item-title-link:hover) svg,.icons-w-desc__item:has(:not(.icons-w-desc__item-title-link)):hover svg{opacity:1;fill:var(--wp--preset--color--secondary)}.icons-w-desc__item:has(.icons-w-desc__item-title-link:hover) svg path,.icons-w-desc__item:has(:not(.icons-w-desc__item-title-link)):hover svg path{fill:var(--wp--preset--color--secondary)}@media(max-width: 767px){.icons-w-desc__item:has(.icons-w-desc__item-title-link:hover)+.icons-w-desc__item,.icons-w-desc__item:has(:not(.icons-w-desc__item-title-link)):hover+.icons-w-desc__item{border-color:rgba(0,0,0,0)}}@media(min-width: 768px){.icons-w-desc__item:has(.icons-w-desc__item-title-link:hover)+.icons-w-desc__item+.icons-w-desc__item,.icons-w-desc__item:has(:not(.icons-w-desc__item-title-link)):hover+.icons-w-desc__item+.icons-w-desc__item{border-color:rgba(0,0,0,0)}}.icons-w-desc__item:has(.icons-w-desc__item-title-link:focus){border-radius:10px;outline:2px solid var(--wp--preset--color--primary) !important}.icons-w-desc__item:first-child{border-top:none}.icons-w-desc__item-desc{margin-top:15px}@media(max-width: 768px){.icons-w-desc__item-desc{display:none}}.icons-w-desc__item-desc a{position:relative;z-index:1;color:var(--wp--preset--color--secondary);text-decoration:none}.icons-w-desc__item-desc a:hover{text-decoration:underline}.icons-w-desc__item-content{width:100%}.icons-w-desc__item-icon img,.icons-w-desc__item-icon svg{min-width:25px}@media(min-width: 768px){.icons-w-desc__item-icon img,.icons-w-desc__item-icon svg{min-width:35px}}.icons-w-desc__item-icon svg path{transition:fill .3s ease-in-out}.icons-w-desc__item-title{display:flex;align-items:center;justify-content:space-between;font-size:var(--wp--preset--font-size--medium);font-weight:400}@media(min-width: 768px){.icons-w-desc__item-title{font-size:var(--wp--preset--font-size--extra-large)}}.icons-w-desc__item-title-link{display:flex;align-items:center;justify-content:space-between;flex:0 0 100%}.icons-w-desc__item-title-link:hover{color:var(--wp--preset--color--secondary)}.icons-w-desc__item-title-link:focus{color:var(--wp--preset--color--white);outline:0 !important}.icons-w-desc__item-title-link::before{content:\"\";position:absolute;top:0;left:0;width:100%;height:100%}.icons-w-desc__item-title svg{opacity:0;transition:opacity .3s ease-in-out;fill:var(--wp--preset--color--secondary)}@media(max-width: 768px){.icons-w-desc__item-title svg{opacity:1}}.icons-w-desc__item-title svg path{fill:var(--wp--preset--color--secondary)}.icons-w-desc__item p{margin-bottom:0}<\/style>\n\t\t\t\t\t\t<div class=\"icons-w-desc__container\">\n\t\t<div class=\"acf-innerblocks-container\">\n\n<h2 class=\"wp-block-heading\"><\/h2>\n\n\n<style>.wp-block-columns.wp-container-core-columns-is-layout-1{flex-wrap:wrap}@media(min-width: 782px){.wp-block-columns.wp-container-core-columns-is-layout-1{flex-wrap:nowrap}}@media(min-width: 782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex:1}}<\/style>\n\t\t\t\t\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-f56f613f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><style>p.is-style-uppercase{text-transform:uppercase}p.is-style-preheading{margin-bottom:var(--wp--preset--spacing--ex-small);font-size:0.75rem;font-weight:400;letter-spacing:1px;text-transform:uppercase}@media(min-width: 768px){p.is-style-preheading{font-size:var(--wp--preset--font-size--small)}}p.is-style-subheading{margin-bottom:1.5rem;font-weight:600;color:var(--wp--preset--color--primary);letter-spacing:0.075rem;text-transform:uppercase;font-size:1rem;line-height:1.5}p.is-style-leadparagraph{font-size:clamp(1rem,3.5vw,1.5625rem);font-weight:500;line-height:1.5}p strong{font-weight:600}.is-style-preheading{margin-bottom:var(--wp--preset--spacing--ex-small);font-size:0.75rem;font-weight:400;letter-spacing:2px;text-transform:uppercase}@media(min-width: 768px){.is-style-preheading{font-size:var(--wp--preset--font-size--small)}}.rich-text a{color:var(--wp--preset--color--primary);text-decoration:underline}.is-style-label-primary,.is-style-label-secondary{font-size:1.25rem;min-height:4.5rem;display:flex;align-items:center;padding:0.375rem 1rem;margin-block-end:1rem;border-radius:0.75rem;backdrop-filter:blur(0.625rem)}.is-style-items-slider-light .is-style-label-primary strong,.is-style-items-slider-dark .is-style-label-primary strong,.is-style-items-grid-light .is-style-label-primary strong,.is-style-items-grid-dark .is-style-label-primary strong,.is-style-island-bordered-light .is-style-label-primary strong,.is-style-island-bordered-dark .is-style-label-primary strong,.is-style-items-slider-light .is-style-label-secondary strong,.is-style-items-slider-dark .is-style-label-secondary strong,.is-style-items-grid-light .is-style-label-secondary strong,.is-style-items-grid-dark .is-style-label-secondary strong,.is-style-island-bordered-light .is-style-label-secondary strong,.is-style-island-bordered-dark .is-style-label-secondary strong{color:inherit}.is-style-label-primary{color:var(--wp--preset--color--primary);background:rgba(173,138,255,.1)}.is-style-items-slider-light .is-style-label-primary,.is-style-items-grid-light .is-style-label-primary,.is-style-island-bordered-light .is-style-label-primary{background:rgba(173,138,255,.1)}.is-style-items-slider-light .is-style-label-primary{color:var(--wp--preset--color--primary)}.is-style-items-slider-dark .is-style-label-primary{color:var(--wp--preset--color--primary-light)}.is-style-items-grid-light .is-style-label-primary{color:var(--wp--preset--color--primary)}.is-style-items-grid-dark .is-style-label-primary{color:var(--wp--preset--color--primary-light)}.is-style-island-bordered-light .is-style-label-primary{color:var(--wp--preset--color--primary)}.is-style-island-bordered-dark .is-style-label-primary{color:var(--wp--preset--color--primary-light)}.is-style-label-secondary{color:var(--wp--preset--color--secondary-dark);background:rgba(0,232,137,.1)}.is-style-items-slider-light .is-style-label-secondary,.is-style-items-grid-light .is-style-label-secondary,.is-style-island-bordered-light .is-style-label-secondary{background:rgba(0,232,137,.1)}.is-style-items-slider-light .is-style-label-secondary{color:var(--wp--preset--color--secondary-dark)}.is-style-items-slider-dark .is-style-label-secondary{color:var(--wp--preset--color--secondary)}.is-style-items-grid-light .is-style-label-secondary{color:var(--wp--preset--color--secondary-dark)}.is-style-items-grid-dark .is-style-label-secondary{color:var(--wp--preset--color--secondary)}.is-style-island-bordered-light .is-style-label-secondary{color:var(--wp--preset--color--secondary-dark)}.is-style-island-bordered-dark .is-style-label-secondary{color:var(--wp--preset--color--secondary)}<\/style>\n\t\t\t\t\n<p class=\"wp-block-paragraph\"><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><\/p>\n<\/div>\n<\/div>\n\n<\/div>\n\t\t\t<div class=\"icons-w-desc__list\">\n\t\t\t\t\t\t\t\t<div class=\"icons-w-desc__item\">\n\t\t\t\t<div class=\"icons-w-desc__item-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 35 35\" width=\"35\" height=\"35\"><path fill=\"#AD8AFF\" d=\"M33.975 0H1.025C.46 0 0 .46 0 1.025v29.641A4.338 4.338 0 0 0 4.334 35h26.332A4.338 4.338 0 0 0 35 30.666V1.026C35 .458 34.54 0 33.975 0ZM2.05 2.05h30.898v6.153H2.051V2.051Zm28.615 30.9H4.334a2.285 2.285 0 0 1-2.283-2.284V10.254h30.898v20.412a2.285 2.285 0 0 1-2.283 2.283Z\"><\/path><path fill=\"#AD8AFF\" d=\"M21.67 4.102H5.127a1.025 1.025 0 0 0 0 2.05H21.67a1.025 1.025 0 0 0 0-2.05ZM9.658 20.878l3.18-3.125A1.025 1.025 0 0 0 11.4 16.29l-3.917 3.85a1.026 1.026 0 0 0-.007 1.456l3.918 3.918a1.022 1.022 0 0 0 1.45 0c.4-.4.4-1.05 0-1.45l-3.186-3.186ZM23.607 16.297a1.025 1.025 0 1 0-1.45 1.45l3.186 3.186-3.18 3.124A1.025 1.025 0 0 0 23.6 25.52l3.918-3.85a1.025 1.025 0 0 0 .006-1.456l-3.917-3.917ZM18.93 16.055c-.534-.189-1.12.09-1.309.624l-2.754 7.767a1.025 1.025 0 1 0 1.933.685l2.754-7.767c.19-.533-.09-1.12-.624-1.309ZM25.771 6.152a1.025 1.025 0 1 0 0-2.05 1.025 1.025 0 0 0 0 2.05ZM29.873 6.152a1.025 1.025 0 1 0 0-2.05 1.025 1.025 0 0 0 0 2.05Z\"><\/path><\/svg><\/div>\n\t\t\t\t<div class=\"icons-w-desc__item-content\">\n\t\t\t\t\t<p class=\"icons-w-desc__item-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/uslugi\/web-development\/\" class=\"icons-w-desc__item-title-link\">\n\t\t\t\t\t\t\t\t\t\t\t\tWeb Development\t\t\t\t\t\t\t\t\t\t\t\t\t<svg class=\"ico-svg ico-arrow\" width=\"19\" height=\"16\">\n\t\t\t\t\t\t\t\t<use href=\"#ico-arrow\"><\/use>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<div class=\"icons-w-desc__item-desc\"> <p>Specjalizujemy si\u0119 w nowoczesnym tworzeniu stron internetowych - g\u0142\u00f3wnie w oparciu o WordPress i Jamstack. Tworzymy szybkie, bezpieczne i skalowalne strony dopasowane do potrzeb Twojego biznesu.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"icons-w-desc__item\">\n\t\t\t\t<div class=\"icons-w-desc__item-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 35 35\" width=\"35\" height=\"35\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.666 0h27.479c.472 0 .855.383.855.855v24.72a3.618 3.618 0 0 1-3.614 3.614H9.425a3.618 3.618 0 0 1-3.614-3.614V.855c0-.472.382-.855.855-.855Zm25.851 2.483H8.293v22.32c0 1.05.854 1.904 1.904 1.904h20.417c1.05 0 1.903-.854 1.903-1.904V8.463h.007V6.289h-.007V2.483Z\" fill=\"#AD8AFF\"><\/path><path d=\"M29.748 11.45H15.357l-.768-2.958a1.025 1.025 0 0 0-.992-.767h-2.728a1.025 1.025 0 0 0 0 2.05h1.935l.767 2.958 1.613 6.227c.109.42.296.803.544 1.135a3.07 3.07 0 0 0-1.092 2.348 3.08 3.08 0 0 0 3.076 3.076 3.08 3.08 0 0 0 2.9-4.101h3.087a3.08 3.08 0 0 0 2.9 4.102 3.08 3.08 0 0 0 3.076-3.077 3.07 3.07 0 0 0-1.092-2.348c.248-.332.435-.715.544-1.135l1.613-6.228c.18-.625-.342-1.299-.992-1.282Zm-1.325 2.05-1.281 4.946a1.23 1.23 0 0 1-1.19.921H18.36a1.23 1.23 0 0 1-1.19-.921L15.887 13.5h12.535Zm-10.71 9.969a1.027 1.027 0 0 1 0-2.051 1.027 1.027 0 0 1 0 2.05Zm8.886 0a1.027 1.027 0 0 1 0-2.051 1.027 1.027 0 0 1 0 2.05ZM21.602 4.033H7.862a1.025 1.025 0 0 0 0 2.051h13.74a1.025 1.025 0 0 0 0-2.05ZM26.729 6.084a1.025 1.025 0 1 0 0-2.05 1.025 1.025 0 0 0 0 2.05ZM29.805 6.084a1.025 1.025 0 1 0 0-2.05 1.025 1.025 0 0 0 0 2.05Z\" fill=\"#AD8AFF\"><\/path><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.306 11.553H.685a.685.685 0 0 0-.685.685v19.799a2.898 2.898 0 0 0 2.895 2.895h17.59a2.898 2.898 0 0 0 2.894-2.895v-5.103h-2.053V31.353c0 .841-.685 1.525-1.525 1.525H3.578c-.84 0-1.525-.684-1.525-1.525V19.154h6.253v-2.122H2.053V13.88h6.253v-2.327Z\" fill=\"#AD8AFF\"><\/path><\/svg><\/div>\n\t\t\t\t<div class=\"icons-w-desc__item-content\">\n\t\t\t\t\t<p class=\"icons-w-desc__item-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/uslugi\/e-commerce-development\/\" class=\"icons-w-desc__item-title-link\">\n\t\t\t\t\t\t\t\t\t\t\t\tE-commerce development\t\t\t\t\t\t\t\t\t\t\t\t\t<svg class=\"ico-svg ico-arrow\" width=\"19\" height=\"16\">\n\t\t\t\t\t\t\t\t<use href=\"#ico-arrow\"><\/use>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<div class=\"icons-w-desc__item-desc\"> <p>Potrzebujesz sklepu opartego na Shopify, WooCommerce lub Magento? Przygotujemy dla Ciebie rozwi\u0105zanie idealnie dopasowane do Twojego biznesu online.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"icons-w-desc__item\">\n\t\t\t\t<div class=\"icons-w-desc__item-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"36\" height=\"35\" viewBox=\"0 0 36 35\" fill=\"none\"><g clip-path=\"url(#clip0_1154_1217)\"><path d=\"M33.5516 7.8016L18.0989 0.108422C17.8087 -0.0359781 17.4673 -0.0359781 17.1772 0.108422L1.72444 7.8016C1.37531 7.97535 1.15479 8.33063 1.15479 8.71931V14.9651C1.15479 24.1832 7.50714 32.8845 17.421 35.0001C27.8148 33.316 34.1501 23.8607 34.1213 14.9652C34.1213 14.9651 34.1213 8.71931 34.1213 8.71931C34.1213 8.3307 33.9008 7.97535 33.5516 7.8016ZM17.638 12.0894C16.989 12.0894 16.461 11.5635 16.461 10.9173C16.5202 9.36469 18.7562 9.36511 18.8151 10.9173C18.8151 11.5636 18.287 12.0894 17.638 12.0894ZM32.0603 14.9651C32.0603 24.8064 24.9673 29.6341 23.0836 30.7622V20.1346L25.027 18.1995C27.1226 19.2783 29.7378 17.6732 29.7061 15.3134C29.7061 13.5357 28.2535 12.0894 26.4681 12.0894C24.0983 12.0581 22.4859 14.6618 23.5697 16.7485L21.3244 18.9841C21.1311 19.1765 21.0225 19.4375 21.0225 19.7096V31.8283C20.2597 32.1645 19.4733 32.4498 18.6684 32.6812V13.9731C22.0953 12.7689 21.3163 7.76521 17.6378 7.69332C13.9588 7.76548 13.181 12.7696 16.6074 13.9731V32.6812C15.8025 32.4498 15.0161 32.1645 14.2533 31.8283V19.7096C14.2533 19.4374 14.1447 19.1765 13.9514 18.9841L11.7061 16.7485C12.7896 14.6619 11.1776 12.0579 8.80762 12.0895C7.02219 12.0895 5.56961 13.5358 5.56961 15.3135C5.53815 17.673 8.15312 19.2786 10.2488 18.1995L12.1922 20.1347V30.7623C10.3088 29.6342 3.21577 24.8065 3.21577 14.9651V9.35341L17.638 2.17333L32.0603 9.35348V14.9651ZM25.2911 15.3134C25.2911 14.6672 25.8192 14.1415 26.4682 14.1415C28.0276 14.2004 28.0271 16.4267 26.4682 16.4855C25.8192 16.4855 25.2911 15.9596 25.2911 15.3134ZM9.98492 15.3134C9.98492 15.9596 9.4569 16.4855 8.80789 16.4855C7.24856 16.4265 7.2489 14.2002 8.80789 14.1415C9.4569 14.1415 9.98492 14.6672 9.98492 15.3134Z\" fill=\"#AD8AFF\"><\/path><\/g><defs><clipPath id=\"clip0_1154_1217\"><rect width=\"35.1512\" height=\"35\" fill=\"white\" transform=\"translate(0.0625 0.00012207)\"><\/rect><\/clipPath><\/defs><\/svg><\/div>\n\t\t\t\t<div class=\"icons-w-desc__item-content\">\n\t\t\t\t\t<p class=\"icons-w-desc__item-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/uslugi\/cyberbezpieczenstwo\/\" class=\"icons-w-desc__item-title-link\">\n\t\t\t\t\t\t\t\t\t\t\t\tCyberbezpiecze\u0144stwo\t\t\t\t\t\t\t\t\t\t\t\t\t<svg class=\"ico-svg ico-arrow\" width=\"19\" height=\"16\">\n\t\t\t\t\t\t\t\t<use href=\"#ico-arrow\"><\/use>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<div class=\"icons-w-desc__item-desc\"> <p>W naszych us\u0142ugach cyberbezpiecze\u0144stwa \u0142\u0105czymy sprawdzone praktyki bran\u017cowe, nowoczesne technologie oraz dog\u0142\u0119bn\u0105 znajomo\u015b\u0107 aktualnych zagro\u017ce\u0144, zapewniaj\u0105c Ci realn\u0105 ochron\u0119.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"icons-w-desc__item\">\n\t\t\t\t<div class=\"icons-w-desc__item-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"35\" height=\"36\" viewBox=\"0 0 35 36\" fill=\"none\"><g clip-path=\"url(#clip0_1154_1221)\"><path d=\"M5.19531 17.0359C6.0231 17.0359 6.77505 16.7067 7.32861 16.1729L10.3466 17.6819C10.3311 17.8063 10.3223 17.9326 10.3223 18.0613C10.3223 19.7575 11.7023 21.1375 13.3984 21.1375C15.0946 21.1375 16.4746 19.7575 16.4746 18.0613C16.4746 17.5871 16.3665 17.1374 16.1739 16.7358L20.276 12.6337C20.6776 12.8262 21.1273 12.9344 21.6016 12.9344C23.2977 12.9344 24.6777 11.5544 24.6777 9.85822C24.6777 9.53778 24.6283 9.22883 24.537 8.9383L28.1008 6.26561C28.5889 6.59165 29.1748 6.78204 29.8047 6.78204C31.5009 6.78204 32.8809 5.40204 32.8809 3.70587C32.8809 2.0097 31.5009 0.6297 29.8047 0.6297C28.1085 0.6297 26.7285 2.0097 26.7285 3.70587C26.7285 4.02631 26.7779 4.33526 26.8692 4.62579L23.3055 7.29848C22.8173 6.97243 22.2315 6.78204 21.6016 6.78204C19.9054 6.78204 18.5254 8.16205 18.5254 9.85822C18.5254 10.3325 18.6335 10.7821 18.8261 11.1837L14.724 15.2858C14.3224 15.0933 13.8727 14.9852 13.3984 14.9852C12.5706 14.9852 11.8187 15.3144 11.2651 15.8482L8.24718 14.3392C8.26267 14.2148 8.27148 14.0885 8.27148 13.9598C8.27148 12.2636 6.89148 10.8836 5.19531 10.8836C3.49915 10.8836 2.11914 12.2636 2.11914 13.9598C2.11914 15.6559 3.49915 17.0359 5.19531 17.0359ZM29.8047 2.68048C30.37 2.68048 30.8301 3.14057 30.8301 3.70587C30.8301 4.27117 30.37 4.73126 29.8047 4.73126C29.2394 4.73126 28.7793 4.27117 28.7793 3.70587C28.7793 3.14057 29.2394 2.68048 29.8047 2.68048ZM21.6016 8.83282C22.1669 8.83282 22.627 9.29292 22.627 9.85822C22.627 10.4235 22.1669 10.8836 21.6016 10.8836C21.0363 10.8836 20.5762 10.4235 20.5762 9.85822C20.5762 9.29292 21.0363 8.83282 21.6016 8.83282ZM13.3984 17.0359C13.9637 17.0359 14.4238 17.496 14.4238 18.0613C14.4238 18.6266 13.9637 19.0867 13.3984 19.0867C12.8331 19.0867 12.373 18.6266 12.373 18.0613C12.373 17.496 12.8331 17.0359 13.3984 17.0359ZM5.19531 12.9344C5.76061 12.9344 6.2207 13.3945 6.2207 13.9598C6.2207 14.5251 5.76061 14.9852 5.19531 14.9852C4.63001 14.9852 4.16992 14.5251 4.16992 13.9598C4.16992 13.3945 4.63001 12.9344 5.19531 12.9344Z\" fill=\"#AD8AFF\"><\/path><path d=\"M33.9746 33.5789H32.8809V11.909C32.8809 11.3426 32.4218 10.8836 31.8555 10.8836H27.7539C27.1875 10.8836 26.7285 11.3426 26.7285 11.909V33.5789H24.6777V18.0613C24.6777 17.495 24.2187 17.0359 23.6523 17.0359H19.5508C18.9844 17.0359 18.5254 17.495 18.5254 18.0613V33.5789H16.4746V26.2645C16.4746 25.6981 16.0156 25.2391 15.4492 25.2391H11.3477C10.7813 25.2391 10.3223 25.6981 10.3223 26.2645V33.5789H8.27148V22.1629C8.27148 21.5965 7.81246 21.1375 7.24609 21.1375H3.14453C2.57816 21.1375 2.11914 21.5965 2.11914 22.1629V33.5789H1.02539C0.459023 33.5789 0 34.0379 0 34.6043C0 35.1707 0.459023 35.6297 1.02539 35.6297H33.9746C34.541 35.6297 35 35.1707 35 34.6043C35 34.0379 34.541 33.5789 33.9746 33.5789ZM28.7793 12.9344H30.8301V33.5789H28.7793V12.9344ZM20.5762 19.0867H22.627V33.5789H20.5762V19.0867ZM12.373 27.2899H14.4238V33.5789H12.373V27.2899ZM4.16992 23.1883H6.2207V33.5789H4.16992V23.1883Z\" fill=\"#AD8AFF\"><\/path><\/g><defs><clipPath id=\"clip0_1154_1221\"><rect width=\"35\" height=\"35\" fill=\"white\" transform=\"translate(0 0.6297)\"><\/rect><\/clipPath><\/defs><\/svg><\/div>\n\t\t\t\t<div class=\"icons-w-desc__item-content\">\n\t\t\t\t\t<p class=\"icons-w-desc__item-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/uslugi\/konsulting-i-optymalizacja\/\" class=\"icons-w-desc__item-title-link\">\n\t\t\t\t\t\t\t\t\t\t\t\tKonsulting i optymalizacja\t\t\t\t\t\t\t\t\t\t\t\t\t<svg class=\"ico-svg ico-arrow\" width=\"19\" height=\"16\">\n\t\t\t\t\t\t\t\t<use href=\"#ico-arrow\"><\/use>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<div class=\"icons-w-desc__item-desc\"> <p>Zwi\u0119ksz potencja\u0142 swojej strony dzi\u0119ki naszemu doradztwu w zakresie dost\u0119pno\u015bci, wydajno\u015bci i strategii chmurowych. Zoptymalizujemy Twoj\u0105 obecno\u015b\u0107 online, by dzia\u0142a\u0142a maksymalnie efektywnie i dociera\u0142a do szerszego grona odbiorc\u00f3w.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"icons-w-desc__item\">\n\t\t\t\t<div class=\"icons-w-desc__item-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"35\" height=\"35\" viewBox=\"0 0 35 35\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.66571 0H34.1448C34.6171 0 35 0.382884 35 0.85516V25.5753C35 27.5682 33.3787 29.1895 31.3859 29.1895H9.42468C7.43182 29.1895 5.81055 27.5682 5.81055 25.5753V0.85516C5.81055 0.382884 6.19343 0 6.66571 0ZM32.5175 2.48253H8.29307V5.60575V7.77939V24.8031C8.29307 25.8529 9.14709 26.7069 10.1969 26.7069H30.6137C31.6635 26.7069 32.5175 25.8529 32.5175 24.8031V8.46298H32.5239C32.5239 8.46298 32.5239 7.80059 32.5239 7.37616C32.5239 6.95173 32.5239 6.28934 32.5239 6.28934H32.5175V2.48253Z\" fill=\"#AD8AFF\"><\/path><path d=\"M29.7477 11.45H15.3567L14.5894 8.49249C14.4721 8.04036 14.064 7.72461 13.5968 7.72461H10.8691C10.3029 7.72461 9.84375 8.18371 9.84375 8.75C9.84375 9.31629 10.3029 9.77539 10.8691 9.77539H12.8036L13.5708 12.7329C13.5709 12.733 13.5709 12.7332 13.571 12.7333L15.1839 18.96C15.2927 19.38 15.4803 19.7628 15.7279 20.0953C15.0607 20.66 14.636 21.5027 14.636 22.4432C14.636 24.1394 16.016 25.5194 17.7122 25.5194C19.4084 25.5194 20.7884 24.1394 20.7884 22.4432C20.7884 22.0837 20.7258 21.7388 20.612 21.4178H23.6991C23.5853 21.7388 23.5227 22.0837 23.5227 22.4432C23.5227 24.1394 24.9027 25.5194 26.5989 25.5194C28.2951 25.5194 29.6751 24.1394 29.6751 22.4432C29.6751 21.5027 29.2504 20.66 28.5833 20.0953C28.8308 19.7628 29.0184 19.38 29.1272 18.96L30.7404 12.7325C30.9198 12.1069 30.3982 11.4331 29.7477 11.45ZM28.4229 13.5008L27.142 18.4457C27.0015 18.9883 26.512 19.3671 25.9515 19.3671H18.3596C17.7992 19.3671 17.3097 18.9883 17.1691 18.4457L15.8883 13.5008H28.4229ZM17.7122 23.4686C17.1468 23.4686 16.6868 23.0086 16.6868 22.4432C16.6868 21.8778 17.1468 21.4178 17.7122 21.4178C18.2776 21.4178 18.7376 21.8778 18.7376 22.4432C18.7376 23.0086 18.2776 23.4686 17.7122 23.4686ZM26.5989 23.4686C26.0335 23.4686 25.5735 23.0086 25.5735 22.4432C25.5735 21.8778 26.0335 21.4178 26.5989 21.4178C27.1643 21.4178 27.6243 21.8778 27.6243 22.4432C27.6243 23.0086 27.1643 23.4686 26.5989 23.4686Z\" fill=\"#AD8AFF\"><\/path><path d=\"M21.6016 4.03326H7.86133C7.29504 4.03326 6.83594 4.49237 6.83594 5.05865C6.83594 5.62494 7.29504 6.08405 7.86133 6.08405H21.6016C22.1679 6.08405 22.627 5.62494 22.627 5.05865C22.627 4.49237 22.1679 4.03326 21.6016 4.03326Z\" fill=\"#AD8AFF\"><\/path><path d=\"M26.7285 6.08398C27.2948 6.08398 27.7539 5.6249 27.7539 5.05859C27.7539 4.49229 27.2948 4.0332 26.7285 4.0332C26.1622 4.0332 25.7031 4.49229 25.7031 5.05859C25.7031 5.6249 26.1622 6.08398 26.7285 6.08398Z\" fill=\"#AD8AFF\"><\/path><path d=\"M29.8047 6.08398C30.371 6.08398 30.8301 5.6249 30.8301 5.05859C30.8301 4.49229 30.371 4.0332 29.8047 4.0332C29.2384 4.0332 28.7793 4.49229 28.7793 5.05859C28.7793 5.6249 29.2384 6.08398 29.8047 6.08398Z\" fill=\"#AD8AFF\"><\/path><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.30566 11.5527H0.684929C0.306665 11.5527 0 11.8594 0 12.2377V32.0369C0 33.6331 1.29853 34.9316 2.89469 34.9316H20.4843C22.0804 34.9316 23.3789 33.6331 23.3789 32.0369V26.9336H23.0713H21.3255V28.3573V31.3534C21.3255 32.1942 20.6414 32.8782 19.8006 32.8782H3.57829C2.73747 32.8782 2.05345 32.1942 2.05345 31.3534V19.154H8.30566V17.0322H2.05345V13.8796H8.30566V11.5527Z\" fill=\"#AD8AFF\"><\/path><\/svg><\/div>\n\t\t\t\t<div class=\"icons-w-desc__item-content\">\n\t\t\t\t\t<p class=\"icons-w-desc__item-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/uslugi\/migracja-e-commerce\/\" class=\"icons-w-desc__item-title-link\">\n\t\t\t\t\t\t\t\t\t\t\t\tMigracja e-commerce\t\t\t\t\t\t\t\t\t\t\t\t\t<svg class=\"ico-svg ico-arrow\" width=\"19\" height=\"16\">\n\t\t\t\t\t\t\t\t<use href=\"#ico-arrow\"><\/use>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<div class=\"icons-w-desc__item-desc\"> <p>Zapewniamy p\u0142ynne przej\u015bcie na Shopify, Magento lub WooCommerce - bez przestoj\u00f3w i utraty danych, za to z lepsz\u0105 wydajno\u015bci\u0105 i wygod\u0105 dla klient\u00f3w.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"icons-w-desc__item\">\n\t\t\t\t<div class=\"icons-w-desc__item-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 35 35\" width=\"35\" height=\"35\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.666 0h27.479c.472 0 .855.383.855.855v24.72a3.618 3.618 0 0 1-3.614 3.614H9.425a3.618 3.618 0 0 1-3.614-3.614V.855c0-.472.382-.855.855-.855Zm25.851 2.483H8.293v22.32c0 1.05.854 1.904 1.904 1.904h20.417c1.05 0 1.903-.854 1.903-1.904V8.463h.007V6.289h-.007V2.483Z\" fill=\"#AD8AFF\"><\/path><path d=\"M21.602 4.033H7.862a1.025 1.025 0 0 0 0 2.051h13.74a1.025 1.025 0 0 0 0-2.05ZM26.729 6.084a1.025 1.025 0 1 0 0-2.05 1.025 1.025 0 0 0 0 2.05ZM29.805 6.084a1.025 1.025 0 1 0 0-2.05 1.025 1.025 0 0 0 0 2.05Z\" fill=\"#AD8AFF\"><\/path><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.237 11.621H.685a.685.685 0 0 0-.685.685v19.8A2.898 2.898 0 0 0 2.895 35h17.59a2.898 2.898 0 0 0 2.894-2.895V26.73h-2.053v4.693c0 .84-.685 1.525-1.525 1.525H3.578c-.84 0-1.525-.684-1.525-1.525v-12.2h6.184v-2.121H2.053v-3.153h6.184v-2.327Z\" fill=\"#AD8AFF\"><\/path><path d=\"M20.44 8.203c-4.179 0-8.135 3.956-8.135 8.135 0 4.178 3.956 8.135 8.135 8.135 4.178 0 8.134-3.957 8.134-8.135s-3.956-8.135-8.134-8.135Zm-6.813 8.135c0-.988.211-1.926.59-2.773l3.25 8.904a6.814 6.814 0 0 1-3.84-6.131Zm6.813 6.813a6.81 6.81 0 0 1-1.925-.278l2.044-5.94 2.095 5.738a.58.58 0 0 0 .048.094c-.708.249-1.469.386-2.262.386Zm.939-10.008c.41-.021.78-.064.78-.064.367-.044.324-.583-.044-.562 0 0-1.103.087-1.816.087-.67 0-1.795-.087-1.795-.087-.367-.021-.41.54-.043.562 0 0 .348.043.715.064l1.061 2.909-1.49 4.471-2.481-7.38c.41-.02.78-.064.78-.064.366-.044.323-.583-.044-.561 0 0-1.103.086-1.816.086-.128 0-.279-.003-.438-.008a6.804 6.804 0 0 1 5.692-3.071c1.774 0 3.389.678 4.6 1.788-.029-.001-.057-.005-.088-.005-.669 0-1.144.583-1.144 1.21 0 .56.324 1.036.67 1.597.258.454.56 1.037.56 1.879 0 .583-.223 1.26-.518 2.202l-.68 2.271-2.461-7.323Zm2.486 9.084 2.08-6.017c.39-.972.519-1.749.519-2.44 0-.25-.016-.484-.046-.7a6.81 6.81 0 0 1-2.553 9.158Z\" fill=\"#AD8AFF\"><\/path><\/svg><\/div>\n\t\t\t\t<div class=\"icons-w-desc__item-content\">\n\t\t\t\t\t<p class=\"icons-w-desc__item-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/uslugi\/migracja-do-wordpress\/\" class=\"icons-w-desc__item-title-link\">\n\t\t\t\t\t\t\t\t\t\t\t\tMigracja do WordPressa\t\t\t\t\t\t\t\t\t\t\t\t\t<svg class=\"ico-svg ico-arrow\" width=\"19\" height=\"16\">\n\t\t\t\t\t\t\t\t<use href=\"#ico-arrow\"><\/use>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<div class=\"icons-w-desc__item-desc\"> <p>Przenie\u015b swoj\u0105 stron\u0119 z Drupala, Wixa czy Webflow na WordPress bez zb\u0119dnych komplikacji. Zyskasz elastyczn\u0105, solidn\u0105 platform\u0119, kt\u00f3ra ro\u015bnie razem z Twoim biznesem.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"icons-w-desc__item\">\n\t\t\t\t<div class=\"icons-w-desc__item-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"35\" height=\"35\" viewBox=\"0 0 35 35\" fill=\"none\"><g clip-path=\"url(#clip0_1154_1240)\"><path d=\"M33.9746 0.00012207H29.873C29.3068 0.00012207 28.8477 0.459224 28.8477 1.02551V2.0509H20.3998C19.9765 0.857485 18.8368 0.00012207 17.5 0.00012207C16.1632 0.00012207 15.0235 0.857485 14.6002 2.0509H6.15234V1.02551C6.15234 0.459224 5.69324 0.00012207 5.12695 0.00012207H1.02539C0.459102 0.00012207 0 0.459224 0 1.02551V5.12708C0 5.69336 0.459102 6.15247 1.02539 6.15247H5.12695C5.69324 6.15247 6.15234 5.69336 6.15234 5.12708V4.08801H10.4164C6.71706 6.43096 4.46831 10.389 4.19781 14.5909C2.9899 15.0062 2.11914 16.153 2.11914 17.5001C2.11914 19.1963 3.49911 20.5763 5.19531 20.5763C6.89151 20.5763 8.27148 19.1963 8.27148 17.5001C8.27148 16.1753 7.42964 15.0434 6.25283 14.6113C6.61691 9.78187 10.0945 5.62241 14.7448 4.44225C15.2489 5.45479 16.2942 6.15247 17.5 6.15247C18.7058 6.15247 19.7511 5.45479 20.2552 4.44232C24.9056 5.62248 28.3831 9.78194 28.7472 14.6113C27.5704 15.0434 26.7285 16.1753 26.7285 17.5001C26.7285 19.1963 28.1085 20.5763 29.8047 20.5763C31.5009 20.5763 32.8809 19.1963 32.8809 17.5001C32.8809 16.153 32.0101 15.0062 30.8022 14.5909C30.5311 10.3806 28.2757 6.44005 24.5836 4.10168H28.8477V5.12708C28.8477 5.69336 29.3068 6.15247 29.873 6.15247H33.9746C34.5409 6.15247 35 5.69336 35 5.12708V1.02551C35 0.459224 34.5409 0.00012207 33.9746 0.00012207ZM4.10156 4.10168H2.05078V2.0509H4.10156V4.10168ZM5.19531 18.5255C4.62991 18.5255 4.16992 18.0655 4.16992 17.5001C4.16992 16.9347 4.62991 16.4747 5.19531 16.4747C5.76071 16.4747 6.2207 16.9347 6.2207 17.5001C6.2207 18.0655 5.76071 18.5255 5.19531 18.5255ZM17.5 4.10168C16.9346 4.10168 16.4746 3.64169 16.4746 3.07629C16.4746 2.51089 16.9346 2.0509 17.5 2.0509C18.0654 2.0509 18.5254 2.51089 18.5254 3.07629C18.5254 3.64169 18.0654 4.10168 17.5 4.10168ZM29.8047 16.4747C30.3701 16.4747 30.8301 16.9347 30.8301 17.5001C30.8301 18.0655 30.3701 18.5255 29.8047 18.5255C29.2393 18.5255 28.7793 18.0655 28.7793 17.5001C28.7793 16.9347 29.2393 16.4747 29.8047 16.4747ZM32.9492 4.10168H30.8984V2.0509H32.9492V4.10168Z\" fill=\"#AD8AFF\"><\/path><path d=\"M26.5562 21.0329L18.3531 8.72827C18.3528 8.72786 18.3525 8.72745 18.3522 8.72697C18.3493 8.7226 18.3461 8.71843 18.3431 8.71412C18.329 8.69368 18.3142 8.674 18.2987 8.65479C17.8666 8.11789 17.0438 8.15412 16.6569 8.71412C16.6539 8.71843 16.6507 8.7226 16.6478 8.72697C16.6475 8.72745 16.6471 8.72779 16.6469 8.72827L8.44374 21.033C8.17256 21.4396 8.22622 21.9812 8.57185 22.3268C10.6176 24.3726 11.9197 27.0468 12.2745 29.9079C12.1153 30.0366 11.9615 30.1745 11.8158 30.3236C10.8527 31.3088 10.3223 32.6055 10.3223 33.9748C10.3223 34.541 10.7814 35.0002 11.3476 35.0002H23.6523C24.2186 35.0002 24.6777 34.541 24.6777 33.9748C24.6777 32.6055 24.1473 31.3088 23.1843 30.3235C23.0385 30.1744 22.8848 30.0366 22.7255 29.9079C23.0802 27.0466 24.3823 24.3724 26.4281 22.3268C26.7738 21.9812 26.8274 21.4396 26.5562 21.0329ZM17.5 20.5763C18.0654 20.5763 18.5254 21.0363 18.5254 21.6017C18.5254 22.1671 18.0654 22.6271 17.5 22.6271C16.9346 22.6271 16.4746 22.1671 16.4746 21.6017C16.4746 21.0363 16.9346 20.5763 17.5 20.5763ZM12.5479 32.9494C12.9745 31.7303 14.131 30.8302 15.4492 30.8302H19.5508C20.8689 30.8302 22.0255 31.7303 22.4521 32.9494H12.5479ZM20.798 28.9355C20.3947 28.8326 19.9766 28.7794 19.5508 28.7794H15.4492C15.0234 28.7794 14.6053 28.8326 14.202 28.9356C13.7221 26.1719 12.4759 23.5884 10.6029 21.4913L16.4746 12.6837V18.702C15.2811 19.1253 14.4238 20.265 14.4238 21.6018C14.4238 23.298 15.8038 24.678 17.5 24.678C19.1962 24.678 20.5762 23.298 20.5762 21.6018C20.5762 20.265 19.7189 19.1253 18.5254 18.702V12.6837L24.3972 21.4913C22.5241 23.5882 21.2778 26.1717 20.798 28.9355Z\" fill=\"#AD8AFF\"><\/path><\/g><defs><clipPath id=\"clip0_1154_1240\"><rect width=\"35\" height=\"35\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg><\/div>\n\t\t\t\t<div class=\"icons-w-desc__item-content\">\n\t\t\t\t\t<p class=\"icons-w-desc__item-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/uslugi\/ux-ui-web-design\/\" class=\"icons-w-desc__item-title-link\">\n\t\t\t\t\t\t\t\t\t\t\t\tUX\/UI, Web Design\t\t\t\t\t\t\t\t\t\t\t\t\t<svg class=\"ico-svg ico-arrow\" width=\"19\" height=\"16\">\n\t\t\t\t\t\t\t\t<use href=\"#ico-arrow\"><\/use>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<div class=\"icons-w-desc__item-desc\"> <p>Dobrze zaprojektowany UX, UI i Web Design to klucz do wyr\u00f3\u017cnienia si\u0119 w sieci. Tworzymy przejrzyste makiety i estetyczne projekty, kt\u00f3re przyci\u0105gaj\u0105 uwag\u0119.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"icons-w-desc__item\">\n\t\t\t\t<div class=\"icons-w-desc__item-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"35\" height=\"35\" viewBox=\"0 0 35 35\" fill=\"none\"><g clip-path=\"url(#clip0_1154_1256)\"><path d=\"M33.0611 14.5717C32.3624 14.1398 31.5845 14.0519 30.8984 14.1195V13.3986C30.8984 6.02955 24.8682 0.000183105 17.5 0.000183105C10.1309 0.000183105 4.10156 6.03044 4.10156 13.3986V14.1195C3.41551 14.0519 2.63758 14.1398 1.93888 14.5717C0.652285 15.3668 0 17.0421 0 19.551C0 22.064 0.653516 23.7482 1.94243 24.5568C2.58269 24.9585 3.3304 25.098 4.10156 25.0317V25.7717C4.10156 26.338 4.56066 26.7971 5.12695 26.7971H9.22852C9.7948 26.7971 10.2539 26.338 10.2539 25.7717V13.3986C10.2539 12.8323 9.7948 12.3732 9.22852 12.3732H6.19917C6.71925 6.59488 11.5886 2.05096 17.5 2.05096C23.4114 2.05096 28.2808 6.59488 28.8008 12.3732H25.7715C25.2052 12.3732 24.7461 12.8323 24.7461 13.3986V25.7717C24.7461 26.338 25.2052 26.7971 25.7715 26.7971H28.8477V27.8224C28.8477 29.5187 27.4677 30.8986 25.7715 30.8986H22.4506C22.0273 29.7052 20.8875 28.8478 19.5508 28.8478H17.5C15.8038 28.8478 14.4238 30.2278 14.4238 31.924C14.4238 33.6202 15.8038 35.0002 17.5 35.0002H19.5508C20.8875 35.0002 22.0273 34.1428 22.4506 32.9494H25.7715C28.5985 32.9494 30.8984 30.6495 30.8984 27.8224C30.8984 26.5735 30.8984 25.8421 30.8984 25.0316C31.6697 25.0979 32.4174 24.9583 33.0576 24.5567C34.3465 23.7482 35 22.064 35 19.551C35 17.0421 34.3477 15.3668 33.0611 14.5717ZM4.10156 22.9676C3.77439 23.0246 3.36547 23.0285 3.03229 22.8195C2.39935 22.4225 2.05078 21.2617 2.05078 19.551C2.05078 17.8567 2.39155 16.7093 3.01027 16.3204C3.34482 16.11 3.76633 16.125 4.10156 16.1912V22.9676ZM8.20312 14.424V24.7463H6.15234V14.424H8.20312ZM19.5508 32.9494H17.5C16.9346 32.9494 16.4746 32.4894 16.4746 31.924C16.4746 31.3586 16.9346 30.8986 17.5 30.8986H19.5508C20.1162 30.8986 20.5762 31.3586 20.5762 31.924C20.5762 32.4894 20.1162 32.9494 19.5508 32.9494ZM28.8477 24.7463H26.7969V14.424H28.8477V24.7463ZM31.975 22.8149C31.6436 23.0265 31.2302 23.0224 30.8984 22.9649V16.1912C31.2337 16.1251 31.6551 16.1101 31.9897 16.3204C32.6084 16.7093 32.9492 17.8567 32.9492 19.551C32.9492 21.2547 32.6032 22.4139 31.975 22.8149Z\" fill=\"#AD8AFF\"><\/path><\/g><defs><clipPath id=\"clip0_1154_1256\"><rect width=\"35\" height=\"35\" fill=\"white\"><\/rect><\/clipPath><\/defs><\/svg><\/div>\n\t\t\t\t<div class=\"icons-w-desc__item-content\">\n\t\t\t\t\t<p class=\"icons-w-desc__item-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"http:\/\/uslugi\/utrzymanie-serwisow-internetowych\/\" class=\"icons-w-desc__item-title-link\">\n\t\t\t\t\t\t\t\t\t\t\t\tWsparcie\t\t\t\t\t\t\t\t\t\t\t\t\t<svg class=\"ico-svg ico-arrow\" width=\"19\" height=\"16\">\n\t\t\t\t\t\t\t\t<use href=\"#ico-arrow\"><\/use>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<div class=\"icons-w-desc__item-desc\"> <p>Oferujemy kompleksowe wsparcie \u2014 od pomocy technicznej opartej na SLA, przez przej\u0119cia projekt\u00f3w i DevOps, po utrzymanie stron i rozszerzanie zespo\u0142u.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":32,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-5396","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Us\u0142ugi - ambiscale<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ambiscale.com\/pl\/uslugi\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Us\u0142ugi - ambiscale\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ambiscale.com\/pl\/uslugi\/\" \/>\n<meta property=\"og:site_name\" content=\"ambiscale\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-03T10:08:42+00:00\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ambiscale.com\\\/pl\\\/uslugi\\\/\",\"url\":\"https:\\\/\\\/ambiscale.com\\\/pl\\\/uslugi\\\/\",\"name\":\"Us\u0142ugi - ambiscale\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ambiscale.com\\\/pl\\\/#website\"},\"datePublished\":\"2024-04-23T07:27:34+00:00\",\"dateModified\":\"2026-09-03T10:08:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ambiscale.com\\\/pl\\\/uslugi\\\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ambiscale.com\\\/pl\\\/uslugi\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ambiscale.com\\\/pl\\\/uslugi\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ambiscale.com\\\/pl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Us\u0142ugi\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ambiscale.com\\\/pl\\\/#website\",\"url\":\"https:\\\/\\\/ambiscale.com\\\/pl\\\/\",\"name\":\"ambiscale\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/ambiscale.com\\\/pl\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ambiscale.com\\\/pl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pl-PL\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ambiscale.com\\\/pl\\\/#organization\",\"name\":\"ambiscale\",\"url\":\"https:\\\/\\\/ambiscale.com\\\/pl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\\\/\\\/ambiscale.com\\\/pl\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ambiscale.com\\\/app\\\/uploads\\\/2026\\\/09\\\/ambiscale-light.svg\",\"contentUrl\":\"https:\\\/\\\/ambiscale.com\\\/app\\\/uploads\\\/2026\\\/09\\\/ambiscale-light.svg\",\"width\":121,\"height\":20,\"caption\":\"ambiscale\"},\"image\":{\"@id\":\"https:\\\/\\\/ambiscale.com\\\/pl\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Us\u0142ugi - ambiscale","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:\/\/ambiscale.com\/pl\/uslugi\/","og_locale":"pl_PL","og_type":"article","og_title":"Us\u0142ugi - ambiscale","og_url":"https:\/\/ambiscale.com\/pl\/uslugi\/","og_site_name":"ambiscale","article_modified_time":"2026-09-03T10:08:42+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ambiscale.com\/pl\/uslugi\/","url":"https:\/\/ambiscale.com\/pl\/uslugi\/","name":"Us\u0142ugi - ambiscale","isPartOf":{"@id":"https:\/\/ambiscale.com\/pl\/#website"},"datePublished":"2024-04-23T07:27:34+00:00","dateModified":"2026-09-03T10:08:42+00:00","breadcrumb":{"@id":"https:\/\/ambiscale.com\/pl\/uslugi\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ambiscale.com\/pl\/uslugi\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ambiscale.com\/pl\/uslugi\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ambiscale.com\/pl\/"},{"@type":"ListItem","position":2,"name":"Us\u0142ugi"}]},{"@type":"WebSite","@id":"https:\/\/ambiscale.com\/pl\/#website","url":"https:\/\/ambiscale.com\/pl\/","name":"ambiscale","description":"","publisher":{"@id":"https:\/\/ambiscale.com\/pl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ambiscale.com\/pl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pl-PL"},{"@type":"Organization","@id":"https:\/\/ambiscale.com\/pl\/#organization","name":"ambiscale","url":"https:\/\/ambiscale.com\/pl\/","logo":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/ambiscale.com\/pl\/#\/schema\/logo\/image\/","url":"https:\/\/ambiscale.com\/app\/uploads\/2026\/09\/ambiscale-light.svg","contentUrl":"https:\/\/ambiscale.com\/app\/uploads\/2026\/09\/ambiscale-light.svg","width":121,"height":20,"caption":"ambiscale"},"image":{"@id":"https:\/\/ambiscale.com\/pl\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/ambiscale.com\/pl\/wp-json\/wp\/v2\/pages\/5396","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ambiscale.com\/pl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ambiscale.com\/pl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ambiscale.com\/pl\/wp-json\/wp\/v2\/users\/32"}],"replies":[{"embeddable":true,"href":"https:\/\/ambiscale.com\/pl\/wp-json\/wp\/v2\/comments?post=5396"}],"version-history":[{"count":7,"href":"https:\/\/ambiscale.com\/pl\/wp-json\/wp\/v2\/pages\/5396\/revisions"}],"predecessor-version":[{"id":5440,"href":"https:\/\/ambiscale.com\/pl\/wp-json\/wp\/v2\/pages\/5396\/revisions\/5440"}],"wp:attachment":[{"href":"https:\/\/ambiscale.com\/pl\/wp-json\/wp\/v2\/media?parent=5396"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}