CINXE.COM

Dla odwiedzających - Centralne Targi Rolnicze

<!DOCTYPE html> <html class="no-touch" lang="pl-PL" xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://centralnetargirolnicze.com/xmlrpc.php"> <!-- Google Tag Manager --> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> // create dataLayer window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } // set „denied" as default for both ad and analytics storage, as well as ad_user_data and ad_personalization, gtag("consent", "default", { ad_user_data: "denied", ad_personalization: "denied", ad_storage: "denied", analytics_storage: "denied", wait_for_update: 2000 // milliseconds to wait for update }); // Enable ads data redaction by default [optional] gtag("set", "ads_data_redaction", true); </script> <script type="text/javascript"> // Google Tag Manager (function(w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-P7M49HQ'); </script> <!-- End Google Tag Manager --> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <link rel="alternate" hreflang="pl" href="https://centralnetargirolnicze.com/dla-odwiedzajacych/" /> <link rel="alternate" hreflang="en" href="https://centralnetargirolnicze.com/en/for-visitors/" /> <link rel="alternate" hreflang="x-default" href="https://centralnetargirolnicze.com/dla-odwiedzajacych/" /> <!-- This site is optimized with the Yoast SEO plugin v17.9 - https://yoast.com/wordpress/plugins/seo/ --> <title>Dla odwiedzających - Centralne Targi Rolnicze</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Exo%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;subset=latin%2Clatin-ext%2Cvietnamese%2Ccyrillic%2Ccyrillic-ext&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Exo%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;subset=latin%2Clatin-ext%2Cvietnamese%2Ccyrillic%2Ccyrillic-ext&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Exo%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;subset=latin%2Clatin-ext%2Cvietnamese%2Ccyrillic%2Ccyrillic-ext&#038;display=swap" /></noscript> <link rel="canonical" href="https://centralnetargirolnicze.com/dla-odwiedzajacych/" /> <meta property="og:locale" content="pl_PL" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Dla odwiedzających - Centralne Targi Rolnicze" /> <meta property="og:url" content="https://centralnetargirolnicze.com/dla-odwiedzajacych/" /> <meta property="og:site_name" content="Centralne Targi Rolnicze" /> <meta property="article:modified_time" content="2024-10-04T09:09:28+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Szacowany czas czytania" /> <meta name="twitter:data1" content="2 minuty" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://centralnetargirolnicze.com/#website","url":"https://centralnetargirolnicze.com/","name":"Centralne Targi Rolnicze","description":"Najwi\u0119ksze targi nowoczesnych technologii dla rolnictwa","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://centralnetargirolnicze.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"pl-PL"},{"@type":"WebPage","@id":"https://centralnetargirolnicze.com/dla-odwiedzajacych/#webpage","url":"https://centralnetargirolnicze.com/dla-odwiedzajacych/","name":"Dla odwiedzaj\u0105cych - Centralne Targi Rolnicze","isPartOf":{"@id":"https://centralnetargirolnicze.com/#website"},"datePublished":"2019-10-23T09:36:41+00:00","dateModified":"2024-10-04T09:09:28+00:00","breadcrumb":{"@id":"https://centralnetargirolnicze.com/dla-odwiedzajacych/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https://centralnetargirolnicze.com/dla-odwiedzajacych/"]}]},{"@type":"BreadcrumbList","@id":"https://centralnetargirolnicze.com/dla-odwiedzajacych/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Strona g\u0142\u00f3wna","item":"https://centralnetargirolnicze.com/"},{"@type":"ListItem","position":2,"name":"Dla odwiedzaj\u0105cych"}]}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="Centralne Targi Rolnicze &raquo; Kanał z wpisami" href="https://centralnetargirolnicze.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Centralne Targi Rolnicze &raquo; Kanał z komentarzami" href="https://centralnetargirolnicze.com/comments/feed/" /> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://centralnetargirolnicze.com/wp-includes/css/dist/block-library/style.min.css?ver=5.8.10' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='exhibitors_list_css-css' href='https://centralnetargirolnicze.com/wp-content/cache/min/1/wp-content/plugins/Exhibitors-List/exhibitors_list.css?ver=1731593468' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='pwelement-css-css' href='https://centralnetargirolnicze.com/wp-content/cache/min/1/wp-content/plugins/PWElements/elements/css/style.css?ver=1731593468' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='pwe-katalog-css-css' href='https://centralnetargirolnicze.com/wp-content/cache/min/1/wp-content/plugins/PWElements/katalog-wystawcow/katalog.css?ver=1731593468' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='pwe-exhibitor-generator-css-css' href='https://centralnetargirolnicze.com/wp-content/cache/min/1/wp-content/plugins/PWElements/includes/exhibitor-generator/assets/exhibitor-generator-style.css?ver=1731593468' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='pwe-media-gallery-css-css' href='https://centralnetargirolnicze.com/wp-content/cache/min/1/wp-content/plugins/PWElements/includes/media-gallery/assets/media-gallery.css?ver=1731593468' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='my-custom-element-css-css' href='https://centralnetargirolnicze.com/wp-content/cache/min/1/wp-content/plugins/custom-element/my-custom-element/css/style.css?ver=1731593468' type='text/css' media='all' /> <link rel='stylesheet' id='wpml-menu-item-0-css' href='//centralnetargirolnicze.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/menu-item/style.min.css?ver=1' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='uncode-style-css' href='https://centralnetargirolnicze.com/wp-content/cache/min/1/wp-content/themes/uncode/library/css/style.css?ver=1731593468' type='text/css' media='all' /> <style id='uncode-style-inline-css' type='text/css'> @media (max-width: 959px) { .navbar-brand > * { height: 60px !important;}} @media (min-width: 960px) { .limit-width { max-width: 1200px; margin: auto;}} .menu-primary ul.menu-smart > li > a, .menu-primary ul.menu-smart li.dropdown > a, .menu-primary ul.menu-smart li.mega-menu > a, .vmenu-container ul.menu-smart > li > a, .vmenu-container ul.menu-smart li.dropdown > a { text-transform: uppercase; } #changer-back-color { transition: background-color 1000ms cubic-bezier(0.25, 1, 0.5, 1) !important; } #changer-back-color > div { transition: opacity 1000ms cubic-bezier(0.25, 1, 0.5, 1) !important; } body.bg-changer-init.disable-hover .main-wrapper .style-light, body.bg-changer-init.disable-hover .main-wrapper .style-light h1, body.bg-changer-init.disable-hover .main-wrapper .style-light h2, body.bg-changer-init.disable-hover .main-wrapper .style-light h3, body.bg-changer-init.disable-hover .main-wrapper .style-light h4, body.bg-changer-init.disable-hover .main-wrapper .style-light h5, body.bg-changer-init.disable-hover .main-wrapper .style-light h6, body.bg-changer-init.disable-hover .main-wrapper .style-light a, body.bg-changer-init.disable-hover .main-wrapper .style-dark, body.bg-changer-init.disable-hover .main-wrapper .style-dark h1, body.bg-changer-init.disable-hover .main-wrapper .style-dark h2, body.bg-changer-init.disable-hover .main-wrapper .style-dark h3, body.bg-changer-init.disable-hover .main-wrapper .style-dark h4, body.bg-changer-init.disable-hover .main-wrapper .style-dark h5, body.bg-changer-init.disable-hover .main-wrapper .style-dark h6, body.bg-changer-init.disable-hover .main-wrapper .style-dark a { transition: color 1000ms cubic-bezier(0.25, 1, 0.5, 1) !important; } body.bg-changer-init.disable-hover .main-wrapper .heading-text-highlight-inner { transition-property: right, background; transition-duration: 1000ms } </style> <link data-minify="1" rel='stylesheet' id='uncode-custom-style-css' href='https://centralnetargirolnicze.com/wp-content/cache/min/1/wp-content/themes/uncode/library/css/style-custom.css?ver=1731593468' type='text/css' media='all' /> <style id='uncode-custom-style-inline-css' type='text/css'> .icon-accent img{background-color:#55b579 !important;}:is(.secondary-heading-text,.main-heading-text) :is(h2, h3, h4, h5, h6), .desc-shadow .uncol, .desc-shadow-odw .row-parent, .drive, input, select {border-color:#55b579 !important;}.main-heading-text :is(h2, h3, h4, h5, h6, p), .iframe-shadow, .rll-youtube-player, .news .t-entry-visual, .image-shadow .t-entry-visual, .form-heading-border .gfield_label{box-shadow:9px 9px 0px -6px#66246f;}::selection {background:#66246f;}.gform_legacy_markup_wrapper .gfield_required {color:white !important; }.main-heading-text-white :is(h2, h3, h4, h5, h6, p) {box-shadow:9px 9px 0px -6px white;padding:0 12px 10px 0;}.acord :is(a span,p,p a), .acord span:after, .panel-title.active > a span:after, .widget_nav_menu a{color:white !important;}.gform_wrapper :is(label, .gfield_description){color:white;}.gform_legacy_markup_wrapper div.charleft{color:white !important;}input[type='text'], .desc-shadow .uncol{box-shadow:9px 9px 0px -5px black;}select.gfield_select {padding:10px 15px !important;box-shadow:9px 9px 0px -5px black !important;}input[type='submit']{background-color:white !important;}.logo-invert-white img{filter:brightness(0) invert(1);}.show-consent{color:white;}.color-white, .color-white span, .color-white a{color:white !important;}.color-black, .color-black span, .color-black a{color:black !important;}.style-color-461787-bg, .btn-color-461787 {background-color:black !important;}input[type='submit']{color:black;box-shadow:9px 9px 0px -5px black;}.main-heading-text :is(h2, h3, h4, h5, h6, p),.secondary-heading-text :is(h2, h3, h4, h5, h6, p) {padding:0 12px 10px 0;}.secondary-heading-text :is(h2, h3, h4, h5, h6, p) {box-shadow:9px 9px 0px -6px #fff;}#logo-container-mobile{ padding:5px !important; }.desc-shadow > .uncol, .desc-shadow-odw .row-parent, .context > .uncol > .uncoltable {box-shadow:9px 9px 0px -5px black;border:2px solid;}.drive {box-shadow:9px 9px 0px -5px black;border:2px solid;padding:25px 25px !important;}.shadow-black {box-shadow:9px 9px 0px -5px black;}.shadow-white{box-shadow:9px 9px 0px -5px white !important;}.desc-shadow-white .uncol{box-shadow:9px 9px 0px -5px white;border:2px solid white;}.desc-shadow-extra > .uncol, .contact > .uncol{box-shadow:9px 9px 0px -5px black;}.img-shadow-build .single-wrapper {box-shadow:10px 10px 0px -5px;}.btn-container a {box-shadow:4px 4px 0px -1px black;border:1px solid black;}.btn-container:has(.btn-center) {display:flex;justify-content:center;}.border-top-left{margin-left:-18px;box-shadow:-3px -3px white;width:170px !important;height:40px;z-index:10;}.border-bottom-right{box-shadow:3px 3px white;width:170px !important;height:40px;float:right;margin-right:-18px;}.border-top-left-black{margin-left:-18px;box-shadow:-3px -3px black;width:170px !important;height:40px;z-index:10;}.border-bottom-right-black{box-shadow:3px 3px black;width:170px !important;height:40px;float:right;margin-right:-18px;}.fb-groups .btn-container {margin-top:16px !important;}.fb-title {margin-bottom:16px;}.fb-icons-item {display:flex;align-items:center;margin-bottom:10px;}.fb-icons-item img {width:24px;height:24px;margin-right:12px;}.fb-icons-item h6 {margin-top:0;}.gfield_consent_description{overflow:auto !important;max-height:auto !important;border:none !important;display:none;}.show-consent:hover{cursor:pointer;}.header-btn{max-width:320px;height:75px !important;display:flex !important;flex-direction:column !important;justify-content:center !important;align-items:center !important;}@media (max-width:740px) {.header-btn-block .btn-container{display:flex !important;justify-content:center !important;}}#page-header .btn-inline{padding-left:10px !important;padding-right:10px !important;}@media (max-width:569px){#page-header .background-inner{background-image:url('https://centralnetargirolnicze.com/doc/header_mobile.webp') !important;}}.ginput_container_consent{display:flex;align-items:center;}.ginput_container_consent input{margin-top:0 !important;margin-right:5px !important;}.gfield_consent_label{font-size:12px;line-height:15px !important;margin:0 !important;}.slider-section .row {max-width:1200px;align-items:center;margin:0 auto;padding:0;}.slider-section .desc-shadow > .uncol {box-shadow:9px 9px 0px -5px black;border:1px solid black;}.slider-section .owl-prev .owl-nav-container, .slider-section .owl-next .owl-nav-container {background-color:inherit !important;}.slider-section .owl-prev, .slider-section .owl-next {padding-top:0 !important;}.slider-section i, .slider-section i {font-size:35px !important;color:black !important;}.slider-section .slider-box > .uncol {min-height:350px !important;}.slider-section .slider-box .wpb_row {min-height:350px !important;}.desc-shadow-slider > .uncol {box-shadow:9px 9px 0px -5px black;}.fair-in-numbers, .slider-box {padding:0 36px 18px !important;}.centered {text-align:center !important;}.margin-top-standart {margin-top:36px;}#mapa, #wystawcy, #konferencje, #patroni-medialni, #edycja-w-liczbach, #profil-odwiedzajacego, #profil-wystawcy, #zakres-branzowy, #faq, #stand, #voucher, #organizator, #download, #dojazd, #visitorsBenefits, #exhibitorsBenefits {scroll-margin-top:200px;}.with-header {height:auto !important;}#masthead .wpml-ls-current-language img, #masthead .wpml-ls-menu-item img{min-width:18px !important;min-height:12px;}:is(#menu-item-wpml-ls-2-pl, #menu-item-wpml-ls-2-en) .drop-menu {min-width:20px !important;width:unset !important;}@media (max-width:959px) {#masthead .drop-menu {padding-left:36px !important;}#masthead .menu-primary-inner {padding:36px 0 !important;}#masthead .menu-primary-inner > .menu-item {padding:5px 0 !important;}#masthead .menu-item-button {max-width:310px;}#masthead .menu-btn-table, #masthead .menu-item {width:100%;}#masthead .mobile-menu-button {padding:0 18px;}}@media (min-width:959px){#masthead .menu-horizontal-inner{display:flex;align-items:center;justify-content:center;}#logo-container-mobile, #masthead .menu-horizontal-inner .navbar-nav-last{min-width:0;}#masthead .menu-primary-inner{display:flex;justify-content:center;align-items:center;}#masthead .menu-primary-inner .drop-menu a{text-align:left;}#masthead .menu-item-button{padding:0.3vw !important;}#masthead .menu-item-button .menu-item{padding:1vw !important;}#masthead .navbar-nav-last ul{padding:0 0.3vw !important;display:flex;justify-content:center;}#masthead .wpml-ls-current-language .drop-menu, #masthead .wpml-ls-menu-item .drop-menu {width:unset !important;min-width:36px !important;margin-top:-20px !important;margin-left:-15px !important;}}@media (min-width:960px) and (max-width:1200px){#masthead .menu-primary-inner a, #masthead .menu-primary-inner span{white-space:break-spaces;padding:5px 0.5vw !important;text-align:center;line-height:1;}#masthead .navbar-nav-last ul{flex-direction:column;}#masthead .navbar-nav-last ul a {padding:5px !important;text-align:center !important;}}@media (max-width:960px){ .row-container:has(.gform_wrapper, .custom-container-grupy, .custom-container-contact) .wpb_column, .row-container:has(.drive, .area) .wpb_column {max-width:555px;margin:0 auto;} .row-container:has(.gform_wrapper, .custom-container-grupy, .custom-container-contact) .row-parent {padding:36px 18px 36px 18px !important;}}div.menu-wrapper.menu-sticky.no-header {height:1px !important;} </style> <link rel='stylesheet' id='child-style-css' href='https://centralnetargirolnicze.com/wp-content/themes/uncode-child/style.css?ver=737857600' type='text/css' media='all' /> <link data-minify="1" rel='stylesheet' id='uncode-icons-css' href='https://centralnetargirolnicze.com/wp-content/cache/min/1/wp-content/themes/uncode/library/css/uncode-icons.css?ver=1731593468' type='text/css' media='all' /> <style id='rocket-lazyload-inline-css' type='text/css'> .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://centralnetargirolnicze.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;} </style> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://centralnetargirolnicze.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js' defer></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://centralnetargirolnicze.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js' defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://centralnetargirolnicze.com/wp-content/cache/min/1/wp-content/plugins/Exhibitors-List/exhibitors_list.js?ver=1731593469' id='exhibitors_list_js-js' defer></script> <script type='text/javascript' id='uncode-init-js-extra'> /* <![CDATA[ */ var SiteParameters = {"days":"dni","hours":"godzin","minutes":"minut","seconds":"sekund","constant_scroll":"on","scroll_speed":"2","parallax_factor":"0.25","loading":"\u0141aduj\u0119\u2026","slide_name":"slide","slide_footer":"footer","ajax_url":"https:\/\/centralnetargirolnicze.com\/wp-admin\/admin-ajax.php","nonce_adaptive_images":"14b6a6e236","nonce_srcset_async":"1fabf41713","enable_debug":"","block_mobile_videos":"","is_frontend_editor":"","mobile_parallax_allowed":"","wireframes_plugin_active":"","sticky_elements":"off","lazyload_type":"rocket","resize_quality":"90","register_metadata":"","bg_changer_time":"1000","update_wc_fragments":"1","optimize_shortpixel_image":"","custom_cursor_selector":"[href], .trigger-overlay, .owl-next, .owl-prev, .owl-dot, input[type=\"submit\"], button[type=\"submit\"], a[class^=\"ilightbox\"], .ilightbox-thumbnail, .ilightbox-prev, .ilightbox-next, .overlay-close, .unmodal-close, .qty-inset > span, .share-button li, .uncode-post-titles .tmb.tmb-click-area, .btn-link, .tmb-click-row .t-inside","mobile_parallax_animation":""}; /* ]]> */ </script> <script type='text/javascript' src='https://centralnetargirolnicze.com/wp-content/themes/uncode/library/js/init.js' id='uncode-init-js'></script> <link rel="https://api.w.org/" href="https://centralnetargirolnicze.com/wp-json/" /><link rel="alternate" type="application/json" href="https://centralnetargirolnicze.com/wp-json/wp/v2/pages/40" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://centralnetargirolnicze.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://centralnetargirolnicze.com/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.8.10" /> <link rel='shortlink' href='https://centralnetargirolnicze.com/?p=40' /> <link rel="alternate" type="application/json+oembed" href="https://centralnetargirolnicze.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcentralnetargirolnicze.com%2Fdla-odwiedzajacych%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://centralnetargirolnicze.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcentralnetargirolnicze.com%2Fdla-odwiedzajacych%2F&#038;format=xml" /> <meta name="generator" content="WPML ver:4.5.2 stt:1,40;" /> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><link rel="icon" href="https://centralnetargirolnicze.com/wp-content/uploads/2023/06/cropped-CTR-logo-32x32.png" sizes="32x32" /> <link rel="icon" href="https://centralnetargirolnicze.com/wp-content/uploads/2023/06/cropped-CTR-logo-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://centralnetargirolnicze.com/wp-content/uploads/2023/06/cropped-CTR-logo-180x180.png" /> <meta name="msapplication-TileImage" content="https://centralnetargirolnicze.com/wp-content/uploads/2023/06/cropped-CTR-logo-270x270.png" /> <noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head> <body class="page-template-default page page-id-40 style-color-xsdn-bg group-blog hormenu-position-left hmenu hmenu-position-center header-full-width main-center-align textual-accent-color mobile-parallax-not-allowed ilb-no-bounce unreg qw-body-scroll-disabled wpb-js-composer js-comp-ver-6.7.0 vc_responsive" data-border="0"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P7M49HQ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="body-borders" data-border="0"><div class="top-border body-border-shadow"></div><div class="right-border body-border-shadow"></div><div class="bottom-border body-border-shadow"></div><div class="left-border body-border-shadow"></div><div class="top-border style-light-bg"></div><div class="right-border style-light-bg"></div><div class="bottom-border style-light-bg"></div><div class="left-border style-light-bg"></div></div> <div class="box-wrapper"> <div class="box-container"> <script type="text/javascript" id="initBox">UNCODE.initBox();</script> <div class="menu-wrapper menu-sticky"> <header id="masthead" class="navbar menu-primary menu-light submenu-light style-light-original menu-with-logo"> <div class="menu-container style-color-jevc-bg menu-no-borders"> <div class="row-menu limit-width"> <div class="row-menu-inner"> <div id="logo-container-mobile" class="col-lg-0 logo-container middle"> <div id="main-logo" class="navbar-header style-light"> <a href="https://centralnetargirolnicze.com/" class="navbar-brand" data-minheight="20"><div class="logo-image main-logo logo-skinnable" data-maxheight="70" style="height: 70px;"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20420%20200'%3E%3C/svg%3E" alt="logo" width="420" height="200" class="img-responsive" data-lazy-src="https://centralnetargirolnicze.com/wp-content/uploads/2023/07/MenuLogo-ctr.png" /><noscript><img src="https://centralnetargirolnicze.com/wp-content/uploads/2023/07/MenuLogo-ctr.png" alt="logo" width="420" height="200" class="img-responsive" /></noscript></div></a> </div> <div class="mmb-container"><div class="mobile-additional-icons"></div><div class="mobile-menu-button mobile-menu-button-light lines-button"><span class="lines"><span></span></span></div></div> </div> <div class="col-lg-12 main-menu-container middle"> <div class="menu-horizontal"> <div class="menu-horizontal-inner"> <div class="nav navbar-nav navbar-main navbar-nav-first"><ul id="menu-menu-pl" class="menu-primary-inner menu-smart sm"><li id="menu-item-73" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-40 current_page_item current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children menu-item-73 dropdown active menu-item-link"><a title="Dla odwiedzających" href="https://centralnetargirolnicze.com/dla-odwiedzajacych/" data-toggle="dropdown" class="dropdown-toggle" data-type="title">Dla odwiedzających<i class="fa fa-angle-down fa-dropdown"></i></a> <ul role="menu" class="drop-menu"> <li id="menu-item-691" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-691"><a title="Zarejestruj się" href="https://centralnetargirolnicze.com/rejestracja/">Zarejestruj się<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-1295" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-1295"><a title="Dlaczego warto" href="/dla-odwiedzajacych/#visitorsBenefits">Dlaczego warto<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-1298" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-1298"><a title="Praktyczne informacje" href="/dla-odwiedzajacych/#faq">Praktyczne informacje<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-89259" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-89259"><a title="Aktualności" href="https://centralnetargirolnicze.com/aktualnosci/">Aktualności<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-89945" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-89945"><a title="Konferencje" href="https://centralnetargirolnicze.com/wydarzenia/">Konferencje<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-1299" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-1299"><a title="Dojazd" href="/dla-odwiedzajacych/#dojazd">Dojazd<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-3020" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3020"><a title="Media" target="_blank" href="https://warsawexpo.eu/biuro-prasowe">Media<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-328" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-328"><a title="Baza hotelowa" target="_blank" href="https://warsawexpo.eu/baza-hotelowa/">Baza hotelowa<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-89250" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-89250 dropdown"><a title="Poprzednie edycje" data-type="title">Poprzednie edycje<i class="fa fa-angle-down fa-dropdown"></i></a> <ul role="menu" class="drop-menu"> <li id="menu-item-89787" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-89787 dropdown"><a title="2023" href="#" data-type="title">2023<i class="fa fa-angle-down fa-dropdown"></i></a> <ul role="menu" class="drop-menu"> <li id="menu-item-89788" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-89788"><a title="Katalog wystawców 2023" href="https://centralnetargirolnicze.com/katalog-wystawcow-2023/">Katalog wystawców 2023<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-89969" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-89969"><a title="Konferencja 2023" href="https://centralnetargirolnicze.com/konferencja-2023/">Konferencja 2023<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-89751" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-89751"><a title="Plan Targów 2023" href="https://centralnetargirolnicze.com/news/plan-targow-2023/">Plan Targów 2023<i class="fa fa-angle-right fa-dropdown"></i></a></li> </ul> </li> <li id="menu-item-89420" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-89420 dropdown"><a title="2022" data-type="title">2022<i class="fa fa-angle-down fa-dropdown"></i></a> <ul role="menu" class="drop-menu"> <li id="menu-item-89419" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-89419"><a title="Katalog wystawcow 2022" href="https://centralnetargirolnicze.com/katalog-wystawcow-2022/">Katalog wystawcow 2022<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-89256" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-89256"><a title="Konferencja 2022" href="https://centralnetargirolnicze.com/konferencja-2022/">Konferencja 2022<i class="fa fa-angle-right fa-dropdown"></i></a></li> </ul> </li> <li id="menu-item-89421" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-89421 dropdown"><a title="2020" data-type="title">2020<i class="fa fa-angle-down fa-dropdown"></i></a> <ul role="menu" class="drop-menu"> <li id="menu-item-89251" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-89251"><a title="Harmonogram Atrakcji 2020" href="https://centralnetargirolnicze.com/harmonogram-atrakcji-2020/">Harmonogram Atrakcji 2020<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-89252" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-89252"><a title="Przewodnik targowy 2020 (pdf)" href="http://old.centralnetargirolnicze.com/wp-content/uploads/2020/09/CTR-MAPKA-TARGOWA_online.pdf">Przewodnik targowy 2020 (pdf)<i class="fa fa-angle-right fa-dropdown"></i></a></li> </ul> </li> </ul> </li> <li id="menu-item-89260" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-89260"><a title="Kalendarz targowy" target="_blank" href="https://warsawexpo.eu/kalendarz-targowy">Kalendarz targowy<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-76" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-76"><a title="Kontakt" href="https://centralnetargirolnicze.com/kontakt/">Kontakt<i class="fa fa-angle-right fa-dropdown"></i></a></li> </ul> </li> <li id="menu-item-74" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-74 dropdown menu-item-link"><a title="Dla wystawców" href="https://centralnetargirolnicze.com/dla-wystawcow/" data-toggle="dropdown" class="dropdown-toggle" data-type="title">Dla wystawców<i class="fa fa-angle-down fa-dropdown"></i></a> <ul role="menu" class="drop-menu"> <li id="menu-item-78" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-78"><a title="Zostań wystawcą" href="https://centralnetargirolnicze.com/zostan-wystawca/">Zostań wystawcą<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-1300" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1300"><a title="Dlaczego warto" href="/dla-wystawcow/#exhibitorsBenefits">Dlaczego warto<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-89247" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-89247"><a title="Informacje organizacyjne dla Wystawców" href="https://centralnetargirolnicze.com/informacje-organizacyjne-dla-wystawcow/">Informacje organizacyjne dla Wystawców<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-1753" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1753"><a title="Dedykowana zabudowa targowa" href="/dla-wystawcow/#stand">Dedykowana zabudowa targowa<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-1302" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1302"><a title="Dokumenty do pobrania" href="/dla-wystawcow/#download">Dokumenty do pobrania<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-1303" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1303"><a title="Wypromuj się na targach" href="https://centralnetargirolnicze.com/wypromuj-sie/">Wypromuj się na targach<i class="fa fa-angle-right fa-dropdown"></i></a></li> <li id="menu-item-89561" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-89561"><a title="Kontakt" href="https://centralnetargirolnicze.com/kontakt-wystawcy/">Kontakt<i class="fa fa-angle-right fa-dropdown"></i></a></li> </ul> </li> <li id="menu-item-3021" class="menu-item-button"><a title="Katalog wystawców" href="https://centralnetargirolnicze.com/katalog-wystawcow/"><div class="menu-btn-table"><div class="menu-btn-cell"><div class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3021 menu-btn-container btn"><span>Katalog wystawców</span></div></div></div></a></li> <li id="menu-item-131" class="menu-item-button"><a title="Zostań wystawcą" href="https://centralnetargirolnicze.com/zostan-wystawca/"><div class="menu-btn-table"><div class="menu-btn-cell"><div class="menu-item menu-item-type-post_type menu-item-object-page menu-item-131 menu-btn-container btn"><span>Zostań wystawcą</span></div></div></div></a></li> <li id="menu-item-wpml-ls-2-en" class="menu-item wpml-ls-slot-2 wpml-ls-item wpml-ls-item-en wpml-ls-menu-item wpml-ls-first-item wpml-ls-last-item menu-item-type-wpml_ls_menu_item menu-item-object-wpml_ls_menu_item menu-item-wpml-ls-2-en menu-item-link"><a title=" &lt;img class=&quot;wpml-ls-flag&quot; src=&quot;https://centralnetargirolnicze.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png&quot; alt=&quot;angielski&quot; /&gt;" href="https://centralnetargirolnicze.com/en/for-visitors/"><img width="18" height="12" class="wpml-ls-flag" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2012'%3E%3C/svg%3E" alt="angielski" data-lazy-src="https://centralnetargirolnicze.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png" /><noscript><img width="18" height="12" class="wpml-ls-flag" src="https://centralnetargirolnicze.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png" alt="angielski" /></noscript><i class="fa fa-angle-right fa-dropdown"></i></a></li> </ul></div><div class="nav navbar-nav navbar-nav-last"><ul class="menu-smart sm menu-icons menu-smart-social"><li class="menu-item-link social-icon tablet-hidden mobile-hidden social-417639"><a href="https://www.facebook.com/CTRexpo/" class="social-menu-link" target="_blank"><i class="fa fa-facebook-square"></i></a></li><li class="menu-item-link social-icon tablet-hidden mobile-hidden social-803060"><a href="https://instagram.com/ctr_centralne_targi_rolnicze?igshid=17zirt2fin5f4" class="social-menu-link" target="_blank"><i class="fa fa-instagram"></i></a></li><li class="menu-item-link social-icon tablet-hidden mobile-hidden social-127322"><a href="https://www.linkedin.com/company/centralne-targi-rolnicze-agro-premiery-show/" class="social-menu-link" target="_blank"><i class="fa fa-linkedin-square"></i></a></li></ul></div><div class="desktop-hidden"> </div></div> </div> </div> </div> </div> </div> </header> </div> <script type="text/javascript" id="fixMenuHeight">UNCODE.fixMenuHeight();</script> <div class="main-wrapper"> <div class="main-container"> <div class="page-wrapper"> <div class="sections-container"> <div id="page-header"><div class="header-wrapper header-uncode-block"> <div data-parent="true" class="vc_row row-container" id="row-unique-0"><div class="row limit-width row-parent"><div class="wpb_row row-inner"><div class="wpb_column pos-top pos-center align_left column_parent col-lg-12 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding" ><div class="uncont"><div class="pwelement pwelement_47169"> <style> .row-parent:has(.pwelement_47169 .pwe-header) { max-width: 100%; padding: 0 !important; } .wpb_column:has(.pwelement_47169 .pwe-header) { max-width: 100%; } .pwelement_47169 .pwe-header-wrapper { min-height: 60vh; max-width: 1200px; margin: 0 auto; display: flex; z-index: 2; } .pwelement_47169 .pwe-header-logo { max-width: 400px !important; width: 100%; height: auto; z-index: 1; } .pwelement_47169 .pwe-header-background { background-size: cover; background-repeat: no-repeat; background-position: center; } .pwelement_47169 .pwe-header-text { padding: 18px 0; z-index: 1; } .pwelement_47169 .pwe-header-text :is(h1, h2), .pwe-header .pwe-logotypes-title h4 { color: white; text-transform: uppercase; text-align: center; width: auto; } .pwelement_47169 .pwe-header .pwe-logotypes-title { justify-content: center; } .pwelement_47169 .pwe-header .pwe-logotypes-title h4 { box-shadow: 9px 9px 0px -6px white; } .pwelement_47169 .pwe-header-text h1 { font-size: 30px; } .pwelement_47169 .pwe-header-text h2 { font-size: 36px; } .pwelement_47169 .pwe-header .slides div p, .pwelement_47169 .pwe-header .pwe-logotypes-gallery-wrapper div p{ color: white; } .pwelement_47169 .pwe-header .dots-container { display: none !important; } .pwelement_47169 .pwe-header .pwe-header-logotypes { transition: .3s ease; opacity: 0; } @media (min-width: 300px) and (max-width: 1200px) { .pwelement_47169 .pwe-header-text h1 { font-size: calc(20px + (30 - 20) * ( (100vw - 300px) / (1200 - 300) )); } .pwelement_47169 .pwe-header-text h2 { font-size: calc(24px + (36 - 24) * ( (100vw - 300px) / (1200 - 300) )); } } @media (max-width: 960px) { .row-parent:has(.pwelement_47169 .pwe-header) { padding: 0 !important; } .pwelement_47169 .pwe-btn-container a { min-width: 280px !important; } } </style><script type="rocketlazyloadscript">console.log("mobile == 0 (Screaming Frog SEO Spider/20.4) (line 178)");</script> <style> @media (max-width: 569px) { #pweHeader .pwe-header-container { background-image: url(/doc/header_mobile.webp) !important; } } </style> <style> .pwelement_47169 .pwe-header-container:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #000000; opacity: 0.3; z-index: 0; } .pwelement_47169 .pwe-header-wrapper { min-height: auto !important; flex-direction: column; justify-content: center; align-items: center; } .pwelement_47169 .header-wrapper-column { max-width: 650px; width: 100%; justify-content: space-evenly; align-items: center; display: flex; flex-direction: column; padding: 36px; } .pwelement_47169 .pwe-header-simple-logo { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 18px; } .pwelement_47169 .pwe-header-simple-logo .pwe-btn-container { width: 240px; height: 50px; padding: 0; } .pwelement_47169 .pwe-header .pwe-btn { background-color: #66246f !important; border: #66246f !important; color: white !important; width: 100%; height: 100%; transform: scale(1) !important; text-transform: uppercase; transition: .3s ease; font-size: 15px; font-weight: 600; padding: 6px 18px !important; letter-spacing: 0.1em; text-align: center; display: flex; justify-content: center; align-items: center; } .pwelement_47169 .pwe-header-simple-logo .pwe-btn:hover { color: white; background-color: #52105b!important; border: 2px solid #52105b!important; } .pwelement_47169 .pwe-header-text { display: flex; flex-direction: column-reverse; } .pwelement_47169 .pwe-header-text h2 { font-size: 40px; margin: 0; } @media (max-width: 1200px) { .pwelement_47169 .pwe-header-text h2 { font-size: calc(24px + (40 - 24) * ( (100vw - 300px) / (1200 - 300) )); } } @media (min-width: 960px) { .pwelement_47169 .pwe-header-wrapper { min-height: 350px !important; height: 350px; } .pwelement_47169 .header-wrapper-column { max-width: 1200px; flex-direction: row; gap: 60px; } } @media (max-width: 960px) { .pwelement_47169 .header-wrapper-column { padding: 18px; } } </style> <div id="pweHeader" class="pwe-header"> <div style="background-image: url(https://centralnetargirolnicze.com/doc/background.webp);" class="pwe-header-container pwe-header-background"> <div class="pwe-header-wrapper"> <div class="header-wrapper-column"><img width="700" height="400" class="pwe-header-logo" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20700%20400'%3E%3C/svg%3E" alt="logo-Centralne Targi Rolnicze" data-lazy-src="/doc/logo.webp"><noscript><img width="700" height="400" class="pwe-header-logo" src="/doc/logo.webp" alt="logo-Centralne Targi Rolnicze"></noscript> <div class="pwe-header-text"> <h1>Największe targi nowoczesnych technologii dla rolnictwa</h1> <h2>6 - 8 grudnia 2024</h2> </div> </div> </div> </div> </div></div></div></div></div></div></div><script id="script-row-unique-0" data-row="script-row-unique-0" type="text/javascript" class="vc_controls">UNCODE.initRow(document.getElementById("row-unique-0"));</script></div></div></div></div></div><script type="text/javascript">UNCODE.initHeader();</script><article id="post-40" class="page-body style-light-bg post-40 page type-page status-publish hentry"> <div class="post-wrapper"> <div class="post-body"><div class="post-content un-no-sidebar-layout"><div data-parent="true" class="vc_row row-container" id="row-unique-1"><div class="row limit-width row-parent"><div class="wpb_row row-inner"><div class="wpb_column pos-top pos-center align_left column_parent col-lg-12 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding" ><div class="uncont"><div class="pwelement pwelement_86162"> <style> .pwelement_86162 #visitorsBenefits :is(h3, h4) { color:black!important; } .pwelement_86162 .pwe-visitors-benefits-row { padding-top: 18px; width: 100%; text-align: center; } .pwelement_86162 .pwe-visitors-benefits { width: 100%; display: flex; justify-content: center; gap: 36px; } .pwelement_86162 .pwe-visitors-benefits-item { width: 33%; } .pwe-visitors-benefits-item-img img { background-color: #66246f; } @media (max-width:768px) { .pwelement_86162 .pwe-visitors-benefits { gap: 18px; } .pwelement_86162 .pwe-visitors-benefits-item-heading h4 { font-size: 16px; } } @media (max-width:570px) { .pwelement_86162 .pwe-visitors-benefits { flex-direction: column; } .pwelement_86162 .pwe-visitors-benefits-item { width: 100%; } .pwelement_86162 .pwe-visitors-benefits-item-heading h4 { font-size: 20px; } } </style> <div id="visitorsBenefits"class="pwe-container-visitors-benefits"> <div class="pwe-visitors-benefits-heading main-heading-text"> <h3> DLACZEGO WARTO?</h3> </div> <div class="pwe-visitors-benefits-row"> <div class="pwe-visitors-benefits"> <div class="pwe-visitors-benefits-item"> <div class="pwe-visitors-benefits-item-img"> <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" alt="lamp" data-lazy-src="/wp-content/plugins/PWElements/media/lamp-b-150x150.webp"><noscript><img width="150" height="150" src="/wp-content/plugins/PWElements/media/lamp-b-150x150.webp" alt="lamp"></noscript> </div> <div class="pwe-visitors-benefits-item-heading"> <h4 class="pwe-line-height"> POZNASZ NAJNOWSZE TRENDY BRANŻOWE</h4> </div> </div> <div class="pwe-visitors-benefits-item"> <div class="pwe-visitors-benefits-item-img"> <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" alt="handshake" data-lazy-src="/wp-content/plugins/PWElements/media/hands-b-150x150.webp"><noscript><img width="150" height="150" src="/wp-content/plugins/PWElements/media/hands-b-150x150.webp" alt="handshake"></noscript> </div> <div class="pwe-visitors-benefits-item-heading"> <h4 class="pwe-line-height"> NAWIĄŻESZ NOWE KONTAKTY BIZNESOWE</h4> </div> </div> <div class="pwe-visitors-benefits-item"> <div class="pwe-visitors-benefits-item-img"> <img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" alt="head" data-lazy-src="/wp-content/plugins/PWElements/media/head-b-150x150.webp"><noscript><img width="150" height="150" src="/wp-content/plugins/PWElements/media/head-b-150x150.webp" alt="head"></noscript> </div> <div class="pwe-visitors-benefits-item-heading"> <h4 class="pwe-line-height"> ZDOBĘDZIESZ CENNĄ WIEDZĘ I POZNASZ NOWOŚCI RYNKU</h4> </div> </div> </div> </div> </div></div></div></div></div></div></div><script id="script-row-unique-1" data-row="script-row-unique-1" type="text/javascript" class="vc_controls">UNCODE.initRow(document.getElementById("row-unique-1"));</script></div></div></div><div data-parent="true" class="vc_row row-container" id="row-unique-2"><div class="row limit-width row-parent"><div class="wpb_row row-inner"><div class="wpb_column pos-top pos-center align_left column_parent col-lg-12 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding" ><div class="uncont"><div class="pwelement pwelement_90152"> <style> .pwelement_90152 #forVisitors p { color:black!important; } .pwelement_90152 .pwe-btn { color:white!important; border-width: 0 !important;background-color:#55b579!important;box-shadow: 9px 9px 0px -5px black!important;border: 1px solid #55b579!important; box-shadow: unset !important; border-radius: 10px !important; } .pwelement_90152 .pwe-content-visitors-item { width: 100%; display:flex; justify-content: center; gap: 36px; padding-bottom: 36px; } .pwelement_90152 .pwe-visitors-image-block, .pwelement_90152 .pwe-visitors-text-block{ width: 50%; } .pwelement_90152 .pwe-visitors-text-block { align-content: center; } .pwelement_90152 .pwe-visitors-image-block img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 18px; } @media (max-width:768px){ .pwelement_90152 .pwe-content-visitors-item { flex-direction: column; } .pwelement_90152 .pwe-column-reverse{ flex-direction: column-reverse; } .pwelement_90152 .pwe-visitors-image-block, .pwelement_90152 .pwe-visitors-text-block { width: 100%; } .pwelement_90152 .pwe-visitors-text { padding: 18px 0; } } </style> <div id="forVisitors"class="pwe-container-visitors"> <div class="pwe-content-visitors-item pwe-align-left"> <div class="pwe-visitors-image-block uncode-single-media-wrapper"> <img width="800" height="533" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20533'%3E%3C/svg%3E" alt="visitors image 1" data-lazy-src="/doc/galeria/zdjecia_wys_odw/1.webp"><noscript><img width="800" height="533" src="/doc/galeria/zdjecia_wys_odw/1.webp" alt="visitors image 1"></noscript> </div> <div class="pwe-visitors-text-block"> <div class="pwe-visitors-text"> <p>Zapraszamy na targi rolnicze CTR! Odkryj najnowsze trendy i innowacje w rolnictwie. Spotkaj wiodących producentów maszyn rolniczych i wyposażenia. Poznaj nowe technologie uprawy, środki ochrony roślin i produkty zootechniczne. Skonsultuj się z ekspertami i skorzystaj z usług doradczych. Odkryj szeroki wybór maszyn, narzędzi i usług dostosowanych do Twoich potrzeb. Dołącz do nas i rozwiń swoje gospodarstwo. Centralne Targi Rolnicze - miejsce spotkań branży rolniczej!</p> </div> </div> </div> <!-- for-visitors-item --> <div class="pwe-content-visitors-item pwe-column-reverse pwe-align-left column-reverse"> <div class="pwe-visitors-text-block"> <div class="pwe-visitors-text"> <p>To wydarzenie skupiające się na nawiązywaniu relacji pomiędzy uczestnikami oraz wymianie myśli eksperckiej ma na celu odpowiedzieć na najważniejsze pytania dotyczące biznesu. Koncentruje się również na wdrażaniu rozwiązań, które przyczyniają się do dalszego rozwoju działalności.</p> </div> <div class="pwe-btn-container"> <span> <a class="pwe-link btn border-width-0 shadow-black btn-accent btn-flat pwe-btn" href= "/rejestracja/">Zarejestruj się<span style="display: block; font-weight: 300;">Odbierz darmowy bilet</a> </span> </div> </div> <div class="pwe-visitors-image-block uncode-single-media-wrapper"> <img width="800" height="533" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20533'%3E%3C/svg%3E"alt="visitors image 2" data-lazy-src="/doc/galeria/zdjecia_wys_odw/2.webp"><noscript><img width="800" height="533" src="/doc/galeria/zdjecia_wys_odw/2.webp"alt="visitors image 2"></noscript> </div> </div> </div></div></div></div></div></div></div><script id="script-row-unique-2" data-row="script-row-unique-2" type="text/javascript" class="vc_controls">UNCODE.initRow(document.getElementById("row-unique-2"));</script></div></div></div><div data-parent="true" class="vc_row style-accent-bg row-container" id="row-unique-3"><div class="row single-top-padding single-bottom-padding no-h-padding limit-width row-parent"><div class="wpb_row row-inner"><div class="wpb_column pos-top pos-center align_left column_parent col-lg-12 no-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding" ><div class="uncont"><div class="pwelement pwelement_25466"> <style> .row-parent:has(.pwelement_25466 #faq) { max-width: 100%; padding: 0 !important; } .pwelement_25466 .pwe-faq-wrapper { max-width: 1200px; margin: 0 auto; padding: 36px; } .pwelement_25466 .pytanie-odpowiedz{ max-width: 750px; border-bottom: 1px solid white!important; } .pwelement_25466 .pwe-container-faq h4 { padding: 0 10px 5px 0; box-shadow: 9px 9px 0px -6px white!important; } .pwelement_25466 .pytanie::after{ content: ">"; float: right; top: 50%; transform: rotate(0); transition: transform 200ms ease-out; } .pwelement_25466 .active.pytanie::after{ transform: rotate(90deg); } .pwelement_25466 .pytanie { cursor:pointer; } .pwelement_25466 .odpowiedz { padding-top: 0px !important; margin-left: 20px; display: none; } .pwelement_25466 #faq :is(.pytanie, .odpowiedz, a, h4) { color: white!important; } </style> <div id="faq" class="pwe-container-faq style-accent-bg pwe-align-left"> <div class="pwe-faq-wrapper"> <div class="heading-text el-text half-block-padding"> <h4>Poznaj odpowiedzi na najczęściej zadawane pytania</h4></div> <div class="container-pytan half-block-padding link-text-underline"> <div class="pytanie-odpowiedz pytanie-odpowiedz-1"> <div class="pytanie half-block-padding">Gdzie odbywają się targi?</div> <div class="odpowiedz half-block-padding">Targi odbywają się w <a style="text-decoration:underline;" href="//warsawexpo.eu" target="_blank">Ptak Warsaw Expo</a>, Al. Katowicka 62, 05-830 Nadarzyn</div></div> <div class="pytanie-odpowiedz pytanie-odpowiedz-2"> <div class="pytanie half-block-padding">W jakich godzinach odbywają się targi?</div> <div class="odpowiedz half-block-padding">Godziny otwarcia targów - 10:00 - 17:00.</div></div> <div class="pytanie-odpowiedz pytanie-odpowiedz-3"> <div class="pytanie half-block-padding">Ile kosztuje bilet na targi?</div> <div class="odpowiedz half-block-padding">Bilety będą dostępne w przedsprzedaży internetowej oraz na miejscu w recepcjach podczas trwania targów. Wszystkie osoby, które dokonają rejestracji online lub w biurze targowym otrzymają bezpłatną wejściówkę wyłącznie na dni branżowe.</div></div> <div class="pytanie-odpowiedz pytanie-odpowiedz-4"> <div class="pytanie half-block-padding">Czy moje zaproszenie uprawnia mnie do wejścia na targi?</div> <div class="odpowiedz half-block-padding">Zaproszenie ma tylko formę informacyjną i nie upoważnia do wejścia na targi. Konieczna jest rejestracja lub zakup biletu.</div></div> <div class="pytanie-odpowiedz pytanie-odpowiedz-5"> <div class="pytanie half-block-padding">Czy mogę wejść z dzieckiem na targi?</div> <div class="odpowiedz half-block-padding">Wstęp dla dzieci jest niewskazany. Jednak jeśli chcesz aby Twoje dziecko towarzyszyło Ci podczas targów to zakup dla niego bilet na dany dzień. Wstęp na targi dla dzieci do 7 roku życia jest bezpłatny.</div></div> <div class="pytanie-odpowiedz pytanie-odpowiedz-6"> <div class="pytanie half-block-padding">Czy na targi dozwolone jest wprowadzanie zwierząt?</div> <div class="odpowiedz half-block-padding">Nie, zwierzęta nie są wpuszczane na hale targowe.</div></div> <div class="pytanie-odpowiedz pytanie-odpowiedz-7"> <div class="pytanie half-block-padding">Jak dotrzeć na targi?</div> <div class="odpowiedz half-block-padding">Na targi można dotrzeć samochodem lub autobusami linii 703 oraz 711 dojeżdżającymi z przystanku P+R Al. Krakowska 15 do Ptak Warsaw Expo.</div></div> <div class="pytanie-odpowiedz pytanie-odpowiedz-8"> <div class="pytanie half-block-padding">Czy parking jest płatny?</div> <div class="odpowiedz half-block-padding">Dla wygody odwiedzających nas gości parking jest bezpłatny.</div></div> <div class="pytanie-odpowiedz pytanie-odpowiedz-9"> <div class="pytanie half-block-padding">Czy mogę coś zjeść na miejscu?</div> <div class="odpowiedz half-block-padding">Tak, na terenie targów będą punkty gastronomiczne.</div></div> <div class="pytanie-odpowiedz pytanie-odpowiedz-10"> <div class="pytanie half-block-padding">Czy jest dostępna szatnia? Czy mogę zostawić walizkę w szatni?</div> <div class="odpowiedz half-block-padding">Tak. Na terenie hal znajdują się szatnie i będzie można zostawić w nich małą walizkę.</div></div> </div> </div> </div> </div> <script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() { if (document.querySelector(".pwe-container-faq")) { jQuery(function ($) { $(".pytanie").click(function (event) { $(event.target.nextElementSibling).slideToggle(); $(event.target).toggleClass("active"); }); }); } });</script></div></div></div></div></div></div><script id="script-row-unique-3" data-row="script-row-unique-3" type="text/javascript" class="vc_controls">UNCODE.initRow(document.getElementById("row-unique-3"));</script></div></div></div><div data-parent="true" class="vc_row row-container" id="row-unique-4"><div class="row limit-width row-parent"><div class="wpb_row row-inner"><div class="wpb_column pos-top pos-center align_left column_parent col-lg-12 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding" ><div class="uncont"><div class="pwelement pwelement_66749"> <style> .pwelement_66749 #dojazd :is(h4, h5, p){ color:black!important; } .pwelement_66749 .pwe-route-title-wrapper h4 { width: auto !important; } .pwelement_66749 .pwe-route-transport-item-img { display: flex; align-items: center; padding-right: 18px; } .pwelement_66749 .pwe-route-transport-item-img img { width: 60px !important; min-width: 60px; } .pwelement_66749 .pwe-route-image-bg { aspect-ratio: 16/9; background-position: center; background-size: cover; } .pwelement_66749 .pwe-route-image-bg h3 { font-size: 22px !important; max-width: 90%; padding: 8px; margin: 0; color: white; } .pwelement_66749 .pwe-route-area-wrapper { padding-top: 36px; display: flex; gap: 36px; flex-direction: column; } .pwelement_66749 .pwe-route-area-block { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 18px; } .pwelement_66749 .pwe-route-area-block img { width: 80px; padding: 0 18px; } .pwelement_66749 .pwe-route-area-item-text { align-items: center; } .pwelement_66749 .pwe-route-area-item-text h5 { margin: 0; } .pwelement_66749 .pwe-route-transport-block{ box-shadow: 9px 9px 0px -5px black; border:2px solid; padding:25px 25px !important; } @media (max-width:960px) { .pwelement_66749 #route { padding: 36px 0; } .pwelement_66749 .pwe-route-transport-wrapper, .pwelement_66749 .pwe-route-area-wrapper { flex-direction: column; } .pwelement_66749 .pwe-half-width { width: 100% !important; } .pwelement_66749 .pwe-route-image-bg h3 { font-size: 18px !important; } .pwelement_66749 .pwe-route-area-block { padding: 36px 0; } } @media (max-width:600px) { .pwelement_66749 .pwe-align-center { font-size: 16px !important; } .pwelement_66749 .pwe-route-transport-item { flex-direction: column; } .pwelement_66749 .pwe-route-transport-block h5{ margin: 0; } .pwelement_66749 .pwe-route-transport-block img{ margin: 27px 0 0; } .pwelement_66749 .pwe-route-transport-item-text { text-align: center; } .pwelement_66749 .pwe-route-transport-item-img, .pwelement_66749 .pwe-route-transport-item-text h5 { padding: 0; width: inherit !important; justify-content: center; } .pwelement_66749 .pwe-route-image-bg h3 { font-size: 16px !important; } } </style> <div id="dojazd" class="pwe-container-route"> <div class="pwe-route-title-wrapper"> <h4 class="pwe-align-center"> PTAK WARSAW EXPO NAJLEPIEJ SKOMUNIKOWANE CENTRUM TARGOWE W POLSCE!</h4> </div> <div class="pwe-route-transport-wrapper pwe-align-left single-top-padding pwe-full-gap"> <div class="pwe-route-map-block pwe-half-width"> <img width="488" height="446" class="pwe-full-width" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20488%20446'%3E%3C/svg%3E" data-lazy-src="/wp-content/plugins/PWElements/media/mapka-wawa.png"><noscript><img width="488" height="446" class="pwe-full-width" src="/wp-content/plugins/PWElements/media/mapka-wawa.png"></noscript> <div class="pwe-route-area-wrapper pwe-align-left"> <div class="pwe-route-image-bg-block"> <div data-bg="/wp-content/plugins/PWElements/media/ptak.jpg" style="" class="pwe-route-image-bg shadow-black rocket-lazyload"> <h3> Największy obiekt targowy w Polsce oraz Europie Środkowo-Wschodniej</h3> </div> </div> <div class="pwe-route-area-block pwe-route"> <div class="pwe-route-area-item pwe-flex"> <div class="pwe-route-area-item-img"> <img width="126" height="117" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20126%20117'%3E%3C/svg%3E" data-lazy-src="/wp-content/plugins/PWElements/media/entry.png"><noscript><img width="126" height="117" src="/wp-content/plugins/PWElements/media/entry.png"></noscript> </div> <div class="pwe-route-area-item-text pwe-flex"> <h5> 143 000 m2 powierzchni wystawienniczej</h5> </div> </div> <div class="pwe-route-area-item pwe-flex"> <div class="pwe-route-area-item-img"> <img width="126" height="117" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20126%20117'%3E%3C/svg%3E" data-lazy-src="/wp-content/plugins/PWElements/media/leave.png"><noscript><img width="126" height="117" src="/wp-content/plugins/PWElements/media/leave.png"></noscript> </div> <div class="pwe-route-area-item-text pwe-flex"> <h5> 500 000 m2 powierzchni zewnętrznej</h5> </div> </div> </div> </div> </div> <div class="pwe-route-transport-block pwe-half-width pwe-route"> <div class="pwe-route-transport-item pwe-flex"> <div class="pwe-route-transport-item-img"> <img width="100" height="100" class="pwe-full-width" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3C/svg%3E" data-lazy-src="/wp-content/plugins/PWElements/media/samolot.png"><noscript><img width="100" height="100" class="pwe-full-width" src="/wp-content/plugins/PWElements/media/samolot.png"></noscript> </div> <div class="pwe-route-transport-item-text"> <h5>SAMOLOTEM</h5> <p>Do Ptak Warsaw Expo z Międzynarodowego Portu Lotniczego im. Fryderyka Chopina dotrzeć można w niespełna 10 minut! Nasze Centrum jest również dogodnie położone względem <span>lotniska w Modlinie oraz Łodzi.</span></p></div> </div> <div class="pwe-route-transport-item pwe-flex"> <div class="pwe-route-transport-item-img"> <img width="150" height="150" class="pwe-full-width" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" data-lazy-src="/wp-content/plugins/PWElements/media/train.png"><noscript><img width="150" height="150" class="pwe-full-width" src="/wp-content/plugins/PWElements/media/train.png"></noscript> </div> <div class="pwe-route-transport-item-text"> <h5>POCIĄGIEM</h5> <p>Warszawa posiada trzy stacje kolejowe dla pociągów dalekobieżnych: Dworzec Centralny (Warszawa Centralna), Dworzec Wschodni (Warszawa Wschodnia) oraz Dworzec Zachodni (Warszawa Zachodnia). <span>Z dworca</span> zachodniego do Ptak Warsaw Expo można dojechać samochodem już w 13 minut (wg Google).</p></div> </div> <div class="pwe-route-transport-item pwe-flex"> <div class="pwe-route-transport-item-img"> <img width="150" height="150" class="pwe-full-width" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" data-lazy-src="/wp-content/plugins/PWElements/media/bus.png"><noscript><img width="150" height="150" class="pwe-full-width" src="/wp-content/plugins/PWElements/media/bus.png"></noscript> </div> <div class="pwe-route-transport-item-text"> <h5>AUTOBUSEM MIEJSKIM</h5> <p>Autobusy linii 703, 711 z zajezdni Krakowska P+R do przystanku „Paszków” lub autobus 733 do przystanku „Centrum Mody”. Uwaga! „Przystanek Paszków” <span>i „Centrum mody”</span> mieszczą się w II strefie biletowej. W bilety zaopatrzyć się można w większości kiosków, <span>w biletomatach</span> oraz autobusach.</p></div> </div> <div class="pwe-route-transport-item pwe-flex"> <div class="pwe-route-transport-item-img"> <img width="150" height="150" class="pwe-full-width" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" data-lazy-src="/wp-content/plugins/PWElements/media/sedan.png"><noscript><img width="150" height="150" class="pwe-full-width" src="/wp-content/plugins/PWElements/media/sedan.png"></noscript> </div> <div class="pwe-route-transport-item-text"> <h5>SAMOCHODEM</h5> <p>Ptak Warsaw Expo znajduje się bezpośrednio przy trasie S8 w kierunku na Katowice. Zjazd Paszków. Dojazd z okolic lotniska Okęcie zajmie około 10 minut. <span>Z centrum</span> Warszawy – 15 minut. Z parkowaniem nie będzie problemu, nasze centrum dysponuje 15 000 miejsc parkingowych!</p></div> </div> </div> </div> </div></div></div></div></div></div></div><script id="script-row-unique-4" data-row="script-row-unique-4" type="text/javascript" class="vc_controls">UNCODE.initRow(document.getElementById("row-unique-4"));</script></div></div></div></div></div> </div> </article> </div><!-- sections container --> </div><!-- page wrapper --> <footer id="colophon" class="site-footer"> <div data-parent="true" class="vc_row row-container" id="row-unique-5"><div class="row limit-width row-parent"><div class="wpb_row row-inner"><div class="wpb_column pos-top pos-center align_left column_parent col-lg-12 single-internal-gutter"><div class="uncol style-light" ><div class="uncoltable"><div class="uncell no-block-padding" ><div class="uncont"><div class="pwelement pwelement_73786"> <style> .row-parent:has(.pwe-footer) { max-width: 100%; padding: 0 !important; } .wpb_column:has(.pwe-footer) { padding: 0 !important; } .pwelement:has(.pwe-footer) { z-index: 1; } .pwe-footer-bg { position: relative; padding: 36px; background-size: cover; } .pwe-footer-bg:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); opacity: .4; } .pwe-footer-bg-wrapper { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 36px; } .pwe-footer-bg-limit { max-width: 950px; margin: 0 auto; display: flex; flex-direction: column; gap: 36px; } .pwe-footer-images-bg img { width: 100%; object-fit: contain; } .pwe-footer-bg, .pwe-footer-images-bg { background-position: center; background-repeat: no-repeat; } .pwe-footer-logo-pwe { width: 100%; display: flex; float: left; } .pwe-footer-logo-pwe img { width: 140px; } .pwe-footer-title-section h4 span { color: white; width: auto; } .pwe-footer-title-section h2 { margin: 0; width: auto !important; } .pwe-footer-title-pl { color: white; font-size: 96px; } .pwe-footer-title-en { color: white; font-size: 84px; } @media (min-width: 320px) and (max-width: 1200px) { .pwe-footer-title-pl { font-size: calc(24px + (96 - 24) * ( (100vw - 320px) / ( 1200 - 320) )); } .pwe-footer-title-en { font-size: calc(24px + (84 - 24) * ( (100vw - 320px) / ( 1200 - 320) )); } } .pwe-footer-benefits { display: flex; justify-content: space-around; } .pwe-footer-benefits p { text-align: center; font-size: 14px; font-weight: 700; color: white; text-shadow: 0 0 10px black; } .pwe-footer-nav { background-color: black; padding: 36px; } .pwe-footer-nav-wrapper { display: flex; width: 100%; max-width: 1200px; margin: 0 auto; gap: 18px; } .pwe-footer-nav-left-column, .pwe-footer-nav-right-column { display: flex; gap: 18px; } .pwe-footer-nav-left-column { width: 25%; } .pwe-footer-nav-right-column { width: 75%; } .pwe-footer-nav-logo-column { width: 100%; } .pwe-footer-nav-column { width: 33.333%; } .pwe-footer-nav-column h5 span { color: white; } .pwe-footer-nav-logo-top, .pwe-footer-nav-logo-bottom { max-width: 200px !important; } .pwe-footer-nav-logo-bottom img { padding: 8px; max-height: 150px; object-fit: contain; } .pwe-footer-nav-links ul { padding: 0 !important; list-style: none !important; } .pwe-footer-nav-links ul li a { color: white !important; } @media (max-width:1000px){ .pwe-footer-benefits { flex-direction: column; justify-content: center; } .pwe-footer-nav-column h5 span { font-size: 16px; } .pwe-footer-nav-left-column { width: 30%; } .pwe-footer-nav-right-column { width: 70%; flex-wrap: wrap; justify-content: space-between; } .pwe-footer-nav-column { width: 47%; } } @media (max-width:720px) { .pwe-footer-nav-column h5 span { font-size: 14px; } .pwe-footer-nav-links ul li a { font-size: 14px; } } @media (max-width:640px) { .pwe-footer-nav-wrapper { flex-direction: column; } .pwe-footer-nav-left-column { width: 100%; } .pwe-footer-nav-logo-top, .pwe-footer-nav-logo-bottom { margin: 0 auto; } .pwe-footer-nav-right-column { width: 100%; } } @media (max-width:500px) { .pwe-footer-bg { padding: 18px; } .pwe-footer-title-section h4 { text-align: center; width: auto; } .pwe-footer-title-section h4 span { font-size: 16px; } .pwe-footer-nav-right-column { flex-direction: column; } .pwe-footer-nav-column { width: 200px; margin-left: auto; margin-right: auto; } } </style> <div id="pweFooter" class="pwe-footer"> <div data-bg="/wp-content/plugins/PWElements/media/footer.webp" class="pwe-footer-bg rocket-lazyload" style=""> <div class="pwe-footer-bg-wrapper"> <div class="pwe-footer-bg-limit"> <div class="pwe-footer-logo-pwe"> <img width="300" height="279" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20279'%3E%3C/svg%3E" alt="pwe logo" data-lazy-src="/wp-content/plugins/PWElements/media/logo_pwe.webp"><noscript><img width="300" height="279" src="/wp-content/plugins/PWElements/media/logo_pwe.webp" alt="pwe logo"></noscript> </div> <div class="pwe-footer-title-section"><h4 class="pwe-align-left"><span>Targi / Konferencje / Eventy</span></h4> <h2 class="pwe-align-center"><span class="pwe-uppercase pwe-footer-title-pl">Stolica Targów</span></h2></div> </div> <div class="pwe-footer-benefits"><p class="pwe-uppercase">DOŚWIADCZONY ZESPÓŁ</p> <p class="pwe-uppercase">PROFESJONALIZM I KOMPLEKSOWOŚĆ</p> <p class="pwe-uppercase">DOSKONAŁA LOKALIZACJA</p> <p class="pwe-uppercase">INNOWACYJNY SYSTEM WYSTAWIENNICZY</p></div> </div> </div> <div class="pwe-footer-images-bg"> <img width="1442" height="143" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201442%20143'%3E%3C/svg%3E" alt="footer background" data-lazy-src="/wp-content/plugins/PWElements/media/footer-images.webp"><noscript><img width="1442" height="143" src="/wp-content/plugins/PWElements/media/footer-images.webp" alt="footer background"></noscript> </div> <div class="pwe-footer-nav"> <div class="pwe-footer-nav-wrapper"> <div class="pwe-footer-nav-left-column"> <div class="pwe-footer-nav-logo-column"> <div class="pwe-footer-nav-logo-top"><a href="https://centralnetargirolnicze.com"><img width="248" height="127" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20248%20127'%3E%3C/svg%3E" alt="logo pwe & ufi" data-lazy-src="/wp-content/plugins/PWElements/media/logo_pwe_ufi.webp"><noscript><img width="248" height="127" src="/wp-content/plugins/PWElements/media/logo_pwe_ufi.webp" alt="logo pwe & ufi"></noscript></a></div> <div class="pwe-footer-nav-logo-bottom text-centered"> <a href="https://centralnetargirolnicze.com"> <span class="logo-trade-fair"><img width="700" height="400" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20700%20400'%3E%3C/svg%3E" alt="logo-Centralne Targi Rolnicze" data-lazy-src="/doc/logo.webp"><noscript><img width="700" height="400" src="/doc/logo.webp" alt="logo-Centralne Targi Rolnicze"></noscript></span> </a> </div> </div> </div> <div class="pwe-footer-nav-right-column"> <!-- nav-column-item --> <div class="pwe-footer-nav-column"> <h5><span class="pwe-uppercase">Centralne Targi Rolnicze</span></h5> <div class="pwe-footer-nav-links"><div class="menu-footer-menu-1-pl-container"><ul id="menu-footer-menu-1-pl" class="menu"><li id="menu-item-86" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-86"><a href="https://centralnetargirolnicze.com/">Strona główna</a></li> <li id="menu-item-85" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-85"><a href="https://centralnetargirolnicze.com/kontakt/">Kontakt</a></li> <li id="menu-item-89372" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-89372"><a target="_blank" rel="noopener" href="https://warsawexpo.eu/kalendarz-targowy/">Kalendarz targowy</a></li> <li id="menu-item-1965" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1965"><a target="_blank" rel="noopener" href="https://warsawexpo.eu/polityka-prywatnosci/">Polityka prywatności</a></li> </ul></div></div> </div> <!-- nav-column-item --> <div class="pwe-footer-nav-column"> <h5><span class="pwe-uppercase">DLA ODWIEDZAJĄCYCH</span></h5> <div class="pwe-footer-nav-links"><div class="menu-footer-menu-2-pl-container"><ul id="menu-footer-menu-2-pl" class="menu"><li id="menu-item-1304" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1304"><a href="https://centralnetargirolnicze.com/rejestracja/">Rejestracja</a></li> <li id="menu-item-1305" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-1305"><a href="/dla-odwiedzajacych/#visitorsBenefits" aria-current="page">Dlaczego warto</a></li> <li id="menu-item-1308" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-1308"><a href="/dla-odwiedzajacych/#faq" aria-current="page">Praktyczne informacje</a></li> <li id="menu-item-1309" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-1309"><a href="/dla-odwiedzajacych/#dojazd" aria-current="page">Dojazd</a></li> <li id="menu-item-3051" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3051"><a target="_blank" rel="noopener" href="https://warsawexpo.eu/biuro-prasowe">Media</a></li> <li id="menu-item-1311" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1311"><a target="_blank" rel="noopener" href="https://warsawexpo.eu/baza-hotelowa/">Baza hotelowa</a></li> </ul></div></div> </div> <!-- nav-column-item --> <div class="pwe-footer-nav-column"> <h5><span class="pwe-uppercase">DLA WYSTAWCÓW</span></h5> <div class="pwe-footer-nav-links"><div class="menu-footer-menu-3-pl-container"><ul id="menu-footer-menu-3-pl" class="menu"><li id="menu-item-93" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-93"><a href="https://centralnetargirolnicze.com/zostan-wystawca/">Zostań wystawcą</a></li> <li id="menu-item-1312" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1312"><a href="/dla-wystawcow/#exhibitorsBenefits">Dlaczego warto</a></li> <li id="menu-item-1754" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1754"><a href="/dla-wystawcow/#stand">Dedykowana zabudowa targowa</a></li> <li id="menu-item-1314" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1314"><a href="/dla-wystawcow/#download">Dokumenty do pobrania</a></li> <li id="menu-item-1315" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1315"><a href="https://centralnetargirolnicze.com/wypromuj-sie/">Wypromuj się na targach</a></li> </ul></div></div> </div></div></div></div></div></div></div></div></div></div></div><script id="script-row-unique-5" data-row="script-row-unique-5" type="text/javascript" class="vc_controls">UNCODE.initRow(document.getElementById("row-unique-5"));</script></div></div></div><div class="row-container style-dark-bg footer-last"> <div class="row row-parent style-dark no-top-padding no-h-padding no-bottom-padding"> <div class="site-info uncell col-lg-6 pos-middle text-left"><p>© 2024 Ptak Warsaw Expo Sp. z o.o.</p> </div><!-- site info --><div class="uncell col-lg-6 pos-middle text-right"><div class="social-icon icon-box icon-box-top icon-inline"><a href="https://www.facebook.com/CTRexpo/" target="_blank"><i class="fa fa-facebook-square"></i></a></div><div class="social-icon icon-box icon-box-top icon-inline"><a href="https://instagram.com/ctr_centralne_targi_rolnicze?igshid=17zirt2fin5f4" target="_blank"><i class="fa fa-instagram"></i></a></div><div class="social-icon icon-box icon-box-top icon-inline"><a href="https://www.linkedin.com/company/centralne-targi-rolnicze-agro-premiery-show/" target="_blank"><i class="fa fa-linkedin-square"></i></a></div></div> </div> </div> </footer> </div><!-- main container --> </div><!-- main wrapper --> </div><!-- box container --> </div><!-- box wrapper --> <div class="style-light footer-scroll-top footer-scroll-higher"><a href="#" class="scroll-top"><i class="fa fa-angle-up fa-stack btn-default btn-hover-nobg"></i></a></div> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {/* ROZWIJANE ZGODY */ jQuery(function ($) { $('.show-consent').on('click touch', function () { $(this).parents( "li" ).find('.gfield_consent_description').toggle( "slow" ); }); }); /* Show more/less */ let hidden = true; jQuery(function ($) { $(".seeMore").click(function() { if(event.target.innerHTML == "ukryj...") $(event.target).text("więcej...") else $(event.target).text("ukryj...") hidden = !hidden; $(event.target.previousElementSibling).slideToggle(); }); }); });</script><script type="text/html" id="wpb-modifications"></script><script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://centralnetargirolnicze.com/wp-content/cache/min/1/wp-content/plugins/PWElements/elements/js/script.js?ver=1731593469' id='pwelement-js-js' defer></script> <script type='text/javascript' id='exclusions-js-js-extra'> /* <![CDATA[ */ var data_js = {"accent_color":"#55b579","main2_color":"#66246f"}; var send_data = {"send_file":"https:\/\/centralnetargirolnicze.com\/wp-content\/plugins\/PWElements\/includes\/exhibitor-generator\/assets\/mass_vip.php","secret":"9e3ac031fcf0db7ac147ac8c64bdfa9fdf33a50d762aa92234f263f66a9bb07e","lang":"pl_PL"}; /* ]]> */ </script> <script data-minify="1" type='text/javascript' src='https://centralnetargirolnicze.com/wp-content/cache/min/1/wp-content/plugins/PWElements/elements/js/exclusions.js?ver=1731593469' id='exclusions-js-js' defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://centralnetargirolnicze.com/wp-content/cache/min/1/wp-content/plugins/PWElements/katalog-wystawcow/katalog.js?ver=1731593469' id='pwe-katalog-js-js' defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://centralnetargirolnicze.com/wp-content/cache/min/1/wp-content/plugins/PWElements/includes/exhibitor-generator/assets/exhibitor-generator-script.js?ver=1731593469' id='pwe-exhibitor-generator-js-js' defer></script> <script type='text/javascript' id='pwe-display-info-js-js-extra'> /* <![CDATA[ */ var pweScriptData = {"locale":"pl_PL"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://centralnetargirolnicze.com/wp-content/plugins/PWElements/includes/display-info/assets/display-info.js?ver=1731678554' id='pwe-display-info-js-js' defer></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://centralnetargirolnicze.com/wp-content/plugins/PWElements/includes/media-gallery/assets/media-gallery.js?ver=1731678554' id='pwe-media-gallery-js-js' defer></script> <script type='text/javascript' id='my-custom-element-js-js-extra'> /* <![CDATA[ */ var inner_data = {"trade_date":"6 - 8 grudnia 2024","trade_start":"2024\/12\/06 09:00","trade_end":"2024\/12\/08 16:00","trade_name":"Centralne Targi Rolnicze","trade_desc":"Najwi\u0119ksze targi nowoczesnych technologii dla rolnictwa","trade_name_en":"Central Agricultural Trade Fair","trade_desc_en":"The largest trade fair of modern technologies for agriculture"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://centralnetargirolnicze.com/wp-content/cache/min/1/wp-content/plugins/custom-element/my-custom-element/js/script.js?ver=1731593469' id='my-custom-element-js-js' defer></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='mediaelement-core-js-before'> var mejsL10n = {"language":"pl","strings":{"mejs.download-file":"Pobierz plik","mejs.install-flash":"Korzystasz z przegl\u0105darki, kt\u00f3ra nie ma w\u0142\u0105czonej lub zainstalowanej wtyczki Flash player. W\u0142\u0105cz wtyczk\u0119 Flash player lub pobierz najnowsz\u0105 wersj\u0119 z https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen":"Tryb pe\u0142noekranowy","mejs.play":"Odtw\u00f3rz","mejs.pause":"Zatrzymaj","mejs.time-slider":"Slider Czasu","mejs.time-help-text":"U\u017cyj strza\u0142ek lewo\/prawo aby przesun\u0105\u0107 o sekund\u0119 do przodu lub do ty\u0142u, strza\u0142ek g\u00f3ra\/d\u00f3\u0142 aby przesun\u0105\u0107 o dziesi\u0119\u0107 sekund.","mejs.live-broadcast":"Transmisja na \u017cywo","mejs.volume-help-text":"U\u017cywaj strza\u0142ek do g\u00f3ry\/do do\u0142u aby zwi\u0119kszy\u0107 lub zmniejszy\u0107 g\u0142o\u015bno\u015b\u0107.","mejs.unmute":"W\u0142\u0105cz dzwi\u0119k","mejs.mute":"Wycisz","mejs.volume-slider":"Suwak g\u0142o\u015bno\u015bci","mejs.video-player":"Odtwarzacz video","mejs.audio-player":"Odtwarzacz plik\u00f3w d\u017awi\u0119kowych","mejs.captions-subtitles":"Napisy","mejs.captions-chapters":"Rozdzia\u0142y","mejs.none":"Brak","mejs.afrikaans":"afrykanerski","mejs.albanian":"Alba\u0144ski","mejs.arabic":"arabski","mejs.belarusian":"bia\u0142oruski","mejs.bulgarian":"bu\u0142garski","mejs.catalan":"katalo\u0144ski","mejs.chinese":"chi\u0144ski","mejs.chinese-simplified":"chi\u0144ski (uproszczony)","mejs.chinese-traditional":"chi\u0144ski (tradycyjny)","mejs.croatian":"chorwacki","mejs.czech":"czeski","mejs.danish":"du\u0144ski","mejs.dutch":"holenderski","mejs.english":"angielski","mejs.estonian":"esto\u0144ski","mejs.filipino":"filipi\u0144ski","mejs.finnish":"fi\u0144ski","mejs.french":"francuski","mejs.galician":"galicyjski","mejs.german":"niemiecki","mejs.greek":"grecki","mejs.haitian-creole":"Kreolski haita\u0144ski","mejs.hebrew":"hebrajski","mejs.hindi":"hinduski","mejs.hungarian":"w\u0119gierski","mejs.icelandic":"islandzki","mejs.indonesian":"indonezyjski","mejs.irish":"irlandzki","mejs.italian":"w\u0142oski","mejs.japanese":"japo\u0144ski","mejs.korean":"korea\u0144ski","mejs.latvian":"\u0142otewski","mejs.lithuanian":"litewski","mejs.macedonian":"macedo\u0144ski","mejs.malay":"malajski","mejs.maltese":"malta\u0144ski","mejs.norwegian":"norweski","mejs.persian":"perski","mejs.polish":"polski","mejs.portuguese":"portugalski","mejs.romanian":"rumu\u0144ski","mejs.russian":"rosyjski","mejs.serbian":"serbski","mejs.slovak":"s\u0142owacki","mejs.slovenian":"s\u0142owe\u0144ski","mejs.spanish":"hiszpa\u0144ski","mejs.swahili":"suahili","mejs.swedish":"szwedzki","mejs.tagalog":"tagalski","mejs.thai":"tajski","mejs.turkish":"turecki","mejs.ukrainian":"ukrai\u0144ski","mejs.vietnamese":"wietnamski","mejs.welsh":"walijski","mejs.yiddish":"jidysz"}}; </script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://centralnetargirolnicze.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.16' id='mediaelement-core-js' defer></script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://centralnetargirolnicze.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=5.8.10' id='mediaelement-migrate-js' defer></script> <script type='text/javascript' id='mediaelement-js-extra'> /* <![CDATA[ */ var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive"}; /* ]]> */ </script> <script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://centralnetargirolnicze.com/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=5.8.10' id='wp-mediaelement-js' defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://centralnetargirolnicze.com/wp-content/cache/min/1/wp-content/themes/uncode/library/js/plugins.js?ver=1731593469' id='uncode-plugins-js' defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://centralnetargirolnicze.com/wp-content/cache/min/1/wp-content/themes/uncode/library/js/app.js?ver=1731593469' id='uncode-app-js' defer></script> <script type='text/javascript' src='https://centralnetargirolnicze.com/wp-includes/js/wp-embed.min.js?ver=5.8.10' id='wp-embed-js' defer></script> <script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://centralnetargirolnicze.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script></body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1732112131 -->

Pages: 1 2 3 4 5 6 7 8 9 10