{"id":14461,"date":"2020-10-05T16:47:27","date_gmt":"2020-10-05T14:47:27","guid":{"rendered":"https:\/\/www.paih.gov.pl\/?p=14461"},"modified":"2025-10-16T14:53:50","modified_gmt":"2025-10-16T12:53:50","slug":"contact-form","status":"publish","type":"page","link":"https:\/\/www.paih.gov.pl\/en\/contact\/contact-form\/","title":{"rendered":"Contact Form"},"content":{"rendered":"\n<div align=\"justify\"><B>The Polish Investment and Trade Agency provides high value-added services for national and international companies. Please feel free to contact us with any business-related matters.<\/b><\/div>\n\n<!--<h2 align='center' style='color:#08283a;'>Contact form<\/h2>-->\n\n<div align=justify><br>From the drop-down list below, please select the relevant subject and complete all other fields. Our team will get in touch with you as soon as possible.<\/div><br><br>\n\n<div>\n\n<script src=\"\/wp-content\/uploads\/0\/138701\/138727.js\"><\/script>\n<iframe name=\"result\" id=\"result\" style=\"width: 0px; height: 0px; display: none;\"><\/iframe>\n\n<script language=\"javascript\">\n<!--\nvar fail=false;\nvar info='';\nvar oldField='';\nvar oldField1='';\nfunction ints(div,event,chars)\n{\nstr=div.value;\nchars=\",\"+chars+\",\";\nfor(i=0;i<str.length;i++)\n{\nif (isNaN( parseInt( str.charAt(i) ) ) && (chars=='' || chars.search(\",\"+str.charCodeAt(i)+\",\")==-1) )\n{\nstr=str.substr(0,i)+str.substr(i+1);\ni--;\n}\n}\nif (div.value!=str) div.value=str;\nif (chars.search(\",\"+event.keyCode+\",\")!=-1) return true;\nif (event.keyCode>57 && event.keyCode<96 || event.keyCode>105) return false;\nif (event.keyCode<48) return true;\nif (!event.shiftKey) return true;\nelse return false;\n}\nfunction tels(div,event)\n{\nif (event.keyCode==32 || event.keyCode==48 || event.keyCode==57 ||\nevent.keyCode==107 ||\n(event.keyCode>111 && event.keyCode<124)) return true;\nelse return ints(div,event,\"32,40,41,43,187\");\/\/bez znak\u00f3w: ()+\n}\n\nfunction isPesel(pesel)\n{\npeselFail=false;\npesel=pesel.replace(\/[^0-9]+\/g,'');\nif (pesel.length!=11)\n{\npeselFail=true;\nreturn false;\n}\nreturn !peselFail;\n}\n\nfunction toggleBy(str,show)\n{\nd=jQuery(str);\nif (d.length>0)\n{\nif (show)\nd.show(150);\nelse d.hide(150);\n}\n}\n\nfunction hideshow(id,selected)\n{\ndiv=document.getElementById(id);\nif (div)\nif (selected==undefined)\n{\nif (div.style.display=='none') div.style.display='';\nelse div.style.display='none';\n}\nelse\n{\nif (selected) div.style.display='';\nelse div.style.display='none';\n}\n}\nfunction hideshow_vis(id,selected)\n{\ndiv=document.getElementById(id);\nif (div)\nif (selected==undefined)\n{\nif (div.style.visibility=='hidden') div.style.visibility='visible';\nelse div.style.visibility='hidden';\n}\nelse\n{\nif (selected) div.style.visibility='visible';\nelse div.style.visibility='hidden';\n}\n}\nfunction hideshowFromListbox(id,listbox,idx)\n{\ndiv=document.getElementById(id);\nif (div)\n{\nidx=idx.split(\",\");\nfor(i=0;i<idx.length;i++)\n{\nif (listbox.selectedIndex==idx[i])\n{\ndiv.style.display='';\nbreak;\n}\nelse div.style.display='none';\n}\n}\n}\nfunction hideshowFromListbox_vis(id,listbox,idx)\n{\ndiv=document.getElementById(id);\nif (div)\n{\nidx=idx.split(\",\");\nfor(i=0;i<idx.length;i++)\n{\nif (listbox.selectedIndex==idx[i])\n{\ndiv.style.visibility='visible';\nbreak;\n}\nelse div.style.visibility='hidden';\n}\n}\n}\nfunction getRadioSel(radio)\n{\ndiv=document.getElementsByName(radio);\nnumOfFields=div.length;\nif (div)\n{\nvar i;\nfor(i=0;i<numOfFields;i++)\nif (div[i] && div[i].checked==true) return i+1;\n}\n}\nfunction hideshowFromRadio_vis(id,radio,idx)\n{\nelem=document.getElementsById(id);\ndiv=document.getElementsByName(radio);\nnumOfFields=div.length;\nif (div && elem)\n{\nvar i;\nfor(i=0;i<numOfFields;i++)\nif (div[i] && div[i].checked==true) break;\nif (idx)\n{\nidx=idx.split(\",\");\nfor(var j=0;j<idx.length;j++)\n{\nif (i==idx[j])\n{\nelem.style.visibility='visible';\nbreak;\n}\nelse elem.style.visibility='hidden';\n}\n}\nelse if (elem.style.visibility=='hidden')\n{\nelem.style.visibility='visible';\n}\nelse elem.style.visibility='hidden';\n\n}\n}\n\nfunction highlight(div)\n{\nif (div && div.style)\n{\n\/\/div.parentElement.style.border='2px solid red';\n\/\/if (!div.oldBgColor) div.oldBgColor=div.style.backgroundColor;\ndiv.style.backgroundColor='#ffedc8';\/\/'#ddddff';\n\/\/div.style.backgroundImage='url(\"http:\/\/www.paiz.gov.pl\/_admin\/_img\/szczalka_czer.gif\")';\n}\n}\nfunction unhighlight(div)\n{\nif (div && div.style)\n{\n\/\/div.parentElement.style.border='';\n\/*if (div.oldBgColor)\ndiv.style.backgroundColor=div.oldBgColor;\nelse*\/\ndiv.style.backgroundColor='';\n\/\/div.style.backgroundImage='';\n}\n}\nfunction checkTxtFields(txtFields)\n{\nfor (var i=0;i<txtFields.length;i++)\n{\ndivs=document.getElementsByName(txtFields[i])\ndiv=document.getElementById(txtFields[i]);\nif (div && div.style)\nif (divs[0] && divs[0].value==\"\")\n{\nhighlight(div);\nfail=true;\n}\nelse unhighlight(div);\n}\n}\nfunction checkRadioFields(radioFields)\n{\nfor (var j=0;j<radioFields.length;j++)\n{\ndivs=document.getElementsByName(radioFields[j]);\nnumOfFields=divs.length;\nfor(var i=0;i<numOfFields;i++)\nif (divs[i] && divs[i].checked==true) break;\ndiv=document.getElementById(radioFields[j]);\nif (div && i==numOfFields)\n{\nhighlight(div);\nfail=true;\n}\nelse unhighlight(div);\n}\n}\nfunction checkListFields(listFields)\n{\nfor (var j=0;j<listFields.length;j++)\n{\ndivs=document.getElementsByName(listFields[j]);\ndiv=document.getElementById(listFields[j]);\nif (div && div.style)\nif (divs[0] && !divs[0].selectedIndex)\n{\nhighlight(div);\nfail=true;\n}\nelse unhighlight(div);\n}\n}\nfunction isEmail(string)\n{\n\nif (string.search(\/^[a-zA-Z]+([_\\.-]?[a-zA-Z0-9]+)*@[a-zA-Z0-9]+([\\.-]?[a-zA-Z0-9]+)*(\\.[a-zA-Z]{2,4})+$\/) != -1)\nreturn true;\nelse return false;\n}\n\nfunction checkForm(f)\n{\nreturn false;\nfail=false;\ntxtFields=new Array('name','surname','problem','email');\ncheckTxtFields(txtFields);\ntxtFields=new Array('agree');\ncheckRadioFields(txtFields);\ntxtFields=new Array('subject');\ncheckListFields(txtFields);\n\nvar res;\n\nemail=f.email;\n\nif (email && email.value)\n{\nres=isEmail(email.value);\n}\n\nif (!res)\n{\nfail=true;\nhighlight(email);\n}\n\nif (fail)\n{\nalert(\"Please fill in all marked fields marked correctly.\");\nreturn false;\n}\n\/\/setTimeout(\"window.location.replace('https:\/\/www.paih.gov.pl');\",100);\nreturn true;\n}\n-->\n<\/script>\n\n\n<style>\n<!--\n._my_header {\n\/*text-transform:uppercase !important;*\/\nfont-family:font-family: 'NovelPro, Times New Roman';\nfont-size:22px;\nfont-weight:bold !important;\ncolor:#84898c;\ntext-align:center;\n}\n\ninput[type=\"number\"]::-webkit-outer-spin-button,\ninput[type=\"number\"]::-webkit-inner-spin-button {\n-webkit-appearance: none;\nmargin: 0;\n}\ninput[type=\"number\"] {\n-moz-appearance: textfield;\n}\n\ninput[type='checkbox'],input[type='radio'] {\nborder:none !important;\noutline:none !important;\n}\n@media screen and (max-width: 1469px)\n{\n}\n\n@media screen and (max-width: 540px)\n{\n#_formBkgnd,#_formBkgnd:after {\npadding:0 !important;\nborder-radius:13px 0 13px 0 !important;\n}\n\n#_contactForm {\npadding:10px !important;\n}\n\n}\n\n@media screen \/*and (max-width: 2480px)*\/\n{\n\/*#form input,#form select {\nmax-width:150px;\n}\n#form input[type=\"file\"] {\nmax-width:252px;\n}*\/\n\n#form table.formLayout td {\ndisplay:table-cell !important;\nposition:static;\nfloat:none;\nwidth:auto;\nvertical-align:top;\n}\n\n#form table.formLayout tr {\ndisplay:table-row !important;\nposition:static;\nfloat:none;\n}\n\n#form table.formLayout {\ndisplay:table !important;\n}\n\n\n#form table.formLayout td {\ndisplay:table-cell !important;\nposition:static;\nfloat:none;\nwidth:auto;\nvertical-align:top;\n}\n\n#form table.formLayout tr {\ndisplay:table-row !important;\nposition:static;\nfloat:none;\n}\n\n#form table.formLayout {\ndisplay:table !important;\n}\n\n\n\n#form table td {\ndisplay:block;\nfloat:left;\nwidth:100%;\n}\n#form input[type='text'],#form input[type='number'],#form input[type='tel'],#form input:not([type]),#form select,#form textarea,#voivodshipDiv {\nwidth:100% !important;\nmax-width:none !important;\n}\n\n#form table td:nth-child(odd) {\ndisplay:block;\nclear:both;\n}\n\n#form table table td:nth-child(odd):not([colSpan=\"2\"]) {\ndisplay:none;\nclear:both;\n}\n\n#form table td[colSpan=\"2\"] {\nwidth:100% !important;\ndisplay:block;\n}\n}\n\n#form tr,#form td {\nposition:relative;\n}\n\n#form *::placeholder {\ncolor:rgba(255,255,255,0);\n}\n\n#form *:-o-input-placeholder {\ncolor:rgba(255,255,255,0);\n}\n\n#form *::-webkit-input-placeholder {\ncolor:rgba(255,255,255,0);\n}\n\n#form *:-ms-input-placeholder {\ncolor:rgba(255,255,255,0);\n}\n\n\/*#form *::-ms-input-placeholder {\ncolor:rgba(255,255,255,0);\n}*\/\n\n#form div.iti input::placeholder {\ncolor:#999;\n}\n\n#form div.iti input:-o-input-placeholder {\ncolor:#999;\n}\n\n#form div.iti input::-webkit-input-placeholder {\ncolor:#999;\n}\n\n#form div.iti input:-ms-input-placeholder {\ncolor:#999;\n}\n\n#form table table td {\npadding:5px 2px;\n}\n\n#form table table input[type=\"text\"],#form table table input[type=\"number\"],#form table table input[type=\"tel\"],#form table table input:not([type]),#form table table textarea {\npadding:5px 5px 3px 5px;\n}\n\n#form table table select {\npadding:6px 5px 4px 1px;\n}\n\n#form .iti input ~ label:not(.error) {\ntop:-2px !important;\nz-index:3 !important;\n}\n\n#form .iti input ~ label.error {\ntop:5px !important;\n}\n\n\/*#form input:not[placeholder] ~ label:not(.error),#form textarea:not[placeholder] ~ label:not(.error)*\/\n#form input ~ label:not(.error),#form select ~ label:not(.error),#form textarea ~ label:not(.error) {\ndisplay:block;\nposition:absolute;\nfont-weight:normal;\ncolor:#999999;\npadding:8px 3px 0 3px;\ntop:3px;\nleft:5px;\nz-index:1;\ntransition:transform .15s, opacity .15s ease-in-out;\n}\n\n#form select ~ label:not(.error) {\ncolor:rgba(255,255,255,0);\npointer-events:none;\n\/*display:none;*\/\n}\n\n#form *:not(select):focus ~ label:not(.error),\n#form *:valid ~ label:not(.error) {\ndisplay:block;\/* !important;*\/\nposition:absolute;\nfont-weight:bold;\ntransform-origin: left bottom;\ntransform:translate(0px,-0.5em) scale(0.8);\nwidth:auto;\npadding:0 4px;\ncolor:#999;\/*#d66011;*\/\/*#b61928;*\/\nbackground:#fff;\nbackground: radial-gradient(#fff 60%,rgba(255,255,255,0));\nborder-radius:16px;\nline-height:1em;\nmax-height:1em !important;\npointer-events:auto;\nwhite-space:normal;\nz-index:2;\n\/*transition:transform .15s, opacity .15s ease-in-out;*\/\n}\n\n#form input:not(:placeholder-shown) ~ label:not(.error),\n#form input:not(:-moz-placeholder) ~ label:not(.error),\n#form input:not(:-ms-input-placeholder) ~ label:not(.error) {\ndisplay:block;\/* !important;*\/\nposition:absolute;\nfont-weight:bold;\ntransform-origin: left bottom;\ntransform:translate(0px,-0.5em) scale(0.8);\nwidth:auto;\npadding:0 4px;\ncolor:#999;\/*#d66011;*\/\/*#b61928;*\/\nbackground:#fff;\nbackground: radial-gradient(#fff 60%,rgba(255,255,255,0));\nborder-radius:16px;\nline-height:1em;\nmax-height:1em !important;\npointer-events:auto;\n\/*transition:transform .15s, opacity .15s ease-in-out;*\/\n}\n\n#form label {\nwhite-space:nowrap;\noverflow:hidden;\nmax-width:100%;\nmax-width:calc(100% - 10px);\n}\n\n.error + label.error:not([style~='block']) + label {\ndisplay:none !important;\n}\n\n#form label.error {\ncolor:red;\/*#b61928;*\/\ndisplay:block;\nposition:absolute;\ntop:0.6em;\nright:7px;\noverflow:hidden;\nfont-weight:normal;\n\/*background-color:#a6c4d6 !important;*\/\/*#fff3e0 !important;*\/\n\/*background-image:linear-gradient(to left,#fff3e0 95%,rgba(255,255,255,0));*\/\npadding:2px 10px;\nz-index:2;\n}\n\n#form input.error,select.error,textarea.error {\n\/*background-color:#fff3e0;*\/\nborder:2px solid red;\nborder-radius:6px;\noutline:none;\n}\n\n\n\n\n\nselect.error {\ncolor:white !important;\n}\n\n#form input[type=\"radio\"] ~ label.error {\nleft:0;\ntop:0;\nbackground-image:none;\n}\n\n#form select ~ label.error {\nright:20px;\n}\n\n\/*@media screen and (max-width: 440px) {}*\/\n#agree-error {\nmargin-top:-25px;\nleft:0;\n}\n\n\ninput:-internal-autofill-selected {\n\/*background:white !important;*\/\ntransition: background-color 5000s ease-in-out 0s;\n}\n\n.edge-autoSuggestFieldFilled {\nbackground:white !important;\n}\n\n-->\n<\/style>\n\n\n<style>\n<!--\nselect,\nselect option {\ncolor: #000000;\n}\n\nselect:invalid,select[disabled],input[disabled],\nselect option[value=\"\"] {\ncolor: #999999;\n}\n\nselect[disabled],input[disabled] {\nbackground-color:#f4f4f4 !important;\ncolor: #999 !important;\n}\n\n\/*Added for browser compatibility*\/\n[hidden] {\ndisplay: none;\n}\n\n#_formBkgnd {\nwidth:inherit;\ntext-align:center;\npadding:20px 0;\noverflow:visible;\nposition:relative;\n}\n\/*#_formBkgnd:after {\ncontent:\"\";\nbackground:url('https:\/\/www.paih.gov.pl\/_img\/_pictures\/37307.jpg') top center no-repeat;\nbackground-size:920px;\nopacity:0.7;\ntop:0;\nleft:0;\nbottom:0;\nright:0;\nposition:absolute;\nz-index:-1;\n}*\/\n#_contactForm {\nmax-width:850px;\nwidth:100%;\npadding:10px 30px;\nmargin:auto;\nbackground-color:rgba(255,255,255,0.87);\/*#ffffffdd;*\/\nborder:1px solid #ddd;\nborder-radius:12px 0 12px 0;\ntext-align:left;\n\/*color:black;*\/\nfont-weight:400;\n}\n\n#_contactForm fieldset legend {\nfont-weight:normal !important;\nfont-size:17px;\n}\n\n#_contactForm * {\nbox-sizing:border-box;\n}\n#_contactForm input[type=\"text\"],#_contactForm input:not([type]),#_contactForm input[type=\"number\"],#_contactForm textarea {\nmax-width:203px;\nwidth:100%;\n}\n#_contactForm select {\nmax-width:202.5px;\nwidth:100%;\n}\n#_contactForm td[colspan] select,#_contactForm td[colspan] input,#_contactForm td[colspan] textarea {\nmax-width:none;\n}\n\n\/*#_contactForm input[type='submit'] {\nbackground-color:#b61928;\nborder-radius:10px 0 10px 0;\ncolor:white;\npadding:5px 15px;\n}*\/\n#_contactForm select option {\nfont-family: \"Calibri\",\"Sans Serif\" !important;\nfont-size: 17px !important;\n}\n#_contactForm legend {\ncolor:#b61928;\nfont-weight:bold;\nborder-color:#b61928;\n}\n#_contactForm input[type='submit'] {\noutline:none !important;\n}\n._infoWindow {\nposition:relative;\nmax-width:320px;\nwidth:100%;\nwidth:100vw;\nheight:auto;\nmin-height:240px;\nmargin:auto;\npadding:40px 35px 35px 35px;\nbackground-color:#efefef;\nborder:1px solid #ddd;\nborder-radius:10px 0 10px 0;\ndisplay:block;\nbox-shadow: 0px 0px 50px black;\/*, 0px 0px 90px black, 0px 0px 140px black*\/;\n}\n._infoWindow:before {\ncontent:\"\\274c\";\nposition:absolute;\nright:10px;\ntop:5px;\nfont-weight:bold;\ncolor:#b61928;\n}\n#_loader._infoWindow:before {\ncontent:\"\";\ndisplay:none;\n}\n#_loader._infoWindow {\nmin-height:220px;\nmax-width:300px;\n}\n\n#_rodo,#_rodoPBB {\nmax-width:550px;\n}\n\n._positioner {\nvertical-align:middle;\ndisplay:table-cell;\n}\n._infoOverlay {\nposition:fixed;\ntop:0;\nleft:0;\nbackground-color:rgba(255,255,255,0.4);\/*rgba(17,34,102,0.5);*\/\/*#1122667f;*\/\nwidth:100%;\nheight:100%;\nwidth:100vw;\nheight:100vh;\ndisplay:table;\nz-index:100000000000;\ncursor:pointer;\n}\n.grayBkgnd {\npadding:15px;\nmargin:10px 0;\nbackground-color:#fbf7f4;\n\/*border:1px solid #ddd;*\/\n}\n\n.infoBox {\nbackground:white;\nmargin:3px 0 0 -1px;\nwidth:100%;\npadding:10px;\nborder:1px solid black;\nborder-radius:8px 0 8px 0;\nposition:absolute;\ndisplay:none;\nz-index:999999;\n}\n\n.infoBox label,#institutionTypeRow label {\nwhite-space:normal !important;\noverflow:visible !important;\ndisplay:inline;\nfont-weight:normal;\n}\n-->\n<\/style>\n\n<script>\n<!--\nvar sended=false;\n\/*jQuery.validator.setDefaults({\nsubmitHandler: function() {\nalert(\"submitted! '\"+jQuery(\"#form\").valid()+\"'\");\nif(jQuery(\"#form\").valid()){\nvar form = $(\"#form\");\nform.submit();\n} else return false;\n}\n});*\/\n\njQuery().ready(function() {\n\njQuery.validator.addMethod(\"telValid\",function(value,element) {\nif (value.trim()=='') return true;\nif (iti) return iti.isValidNumber();\nelse return element.placeholder ? value.length==element.placeholder.length : value.length;\n});\n\njQuery(\"#form\").validate({\nrules: {\nname:\"required\",\nsurname:\"required\",\ntitle:\"required\",\nemail:{required:true,email:true},\n\/*phone:{required:true,minlegth:4,maxlength:20},*\/\nphone:{\n\/\/required:true,\ntelValid:true\n},\ninstitutionType:\"required\",\nsubject:\"required\",\ncompany:\"required\",\n\n},\nmessages: {\nname:\"Enter your name\",\nsurname:\"Enter your surname\",\ntitle:\"Select your title\",\nemail:{\nrequired:\"Enter your e-mail address\",\nemail:\"Incorrect e-mail address format\"\n},\nphone:{\n\/\/required:\"Enter your phone number\",\ntelValid:\"Enter valid phone number\"\n},\ninstitutionType:\"* Select the type of enquiry:\",\nsubject:\"Select the subject of the enquiry\",\ncompany:\"Enter your company name\",\nnipRegon:\"Enter your NIP or REGON\",\nnip:\"Enter your NIP\",\nregon:\"Enter your REGON\",\nactivityText:\"Select the business industry\",\ncountryOrig:\"Select the country where the company is registered\",\nbizReg:\"Enter the name of the local company registry\",\nbizNum:\"Enter the number from the local registry\",\ncompanyInv:\"Enter the company name (investor)\",\nsector:\"Select the business sector\",\notherSector:\"Select a different industry\",\nsize:\"Select the size of the company\",\ncountry:\"Select the country of registation of the investor\",\ncapital:\"Enter the planned investment value\",\nemploy:\"Enter the planned employment size\",\ninvestDesc:\"Enter the description of the investment project\",\ninvestType:\"Enter the nature of investment\",\ninvestKind:\"Enter the type of investment\",\nproduct:\"Describe the product\",\ndateText:\"Enter the planned date for commencement of activity\",\nvoivodshipText:\"Specify the voivodship location of the planned investment\",\nservicesText:\"Specify the expected range of services from PAIH\",\nproblem:\"Enter the content of the enquiry\",\nagree:\"* Consent is required\"\n},\nsubmitHandler: function() {\nif (sended) return false;\n\/\/else sended=true;\nif(jQuery(\"#form\").valid())\n{\njQuery(\"._infoWindow\").hide();\njQuery(\"#_loader\").show();\njQuery(\"._infoOverlay\").css(\"cursor\",\"auto\").toggle(150);\nvar form = jQuery(\"#form\");\nsended=true;\nif (jQuery(\"#agreeNews input\")[0].checked)\n{\njQuery.ajax({\ntype: \"POST\",\nurl: \"https:\/\/www2.paih.gov.pl\/newsletter\/index.php\",\ndata: {'p':'2','lang_id':'17','id_group_':'1','field_1229':'field_1230','field_1075':'field_1075','field_1043':jQuery(\"#email\")[0].value},\nsuccess: function(msg){}\n});\n}\n\/\/ jQuery.get(\"https:\/\/www2.paih.gov.pl\/newsletter\/index.php?p=2&lang_id=17&id_group_=1&field_1229=field_1230&field_1075=field_1075&field_1043=\"+jQuery(\"#email\")[0].value);\nform.submit();\nreturn true;\n} else return false;\n}\n});\n\njQuery('label[for=\"phone\"]').appendTo(jQuery(\"div.iti\"));\n});\n-->\n<\/script>\n\n<!--<h1 class=\"p1 my_title\" align=\"center\" style='font-size:20px !important;'>FORMULARZ KONTAKTOWY<\/h1>-->\n<!--<p align=center style='font-size:20px;'>FORMULARZ KONTAKTOWY<\/p>-->\n\n<div id=\"_formBkgnd\">\n\n<form name=\"form\" id=\"form\" onsubmit='if (jQuery(\"#nipRegonRow\").is(\":visible\") &#038;&#038; jQuery(\"#nipRegon\").val()!=\"\") {jQuery(\"#checkNipRegon\").click();window.scrollTo(0,jQuery(\"#companyDataRow\").offset().top);alert(\"Please check company details.\");sended=false;return false;}' action=\"https:\/\/rejestracja.paih.gov.pl\/send.php\" method=\"post\" target=\"result\" accept-charset=\"iso-8859-2\" novalidate=\"\">\n\n<table id=\"_contactForm\">\n<tbody>\n\n<tr><td><input name=\"lang\" id=\"lang\" type=\"hidden\" value=\"en\">\n\n<fieldset><legend>Subject of your enquiry<\/legend>\n\n<table style=\"margin: 0px 10px 10px; width: 100%; padding-right: 18px;\" border=\"0\">\n<tbody>\n\n<tr><td>Select the subject<\/td><\/tr>\n<tr>\n<td colspan=\"2\">\n<select name=\"subject\" id=\"subject\" style=\"width: 100%;\" required=\"\" onchange=\"refreshSubject();jQuery('#subjectDesc').html(this.options[this.selectedIndex].title!=''?'<div style=\\'height:12px;display:block;\\'>&nbsp;<\/div><b>&#8216;+this.options[this.selectedIndex].innerText+&#8217;<\/b>&#8216;+this.options[this.selectedIndex].title.substring(this.options[this.selectedIndex].innerText.length):&#8221;);&#8221;>\n<option disabled=\"\" value=\"\" selected=\"\" hidden=\"\">Select the subject<\/option>\n\n<option title=\"Investment in Poland - we support all companies interested in investing in Poland (both Polish and foreign) in organization of initial and dedicated location visits, selection of locations and instruments of public aid, assistance in establishing business relations, including in the area of potential sub-suppliers and Polish partners necessary for the optimal implementation of the project.\" value=\"3. Investment in Poland\">Investment in Poland<\/option>\n<option title=\"Export from Poland - as part of our support on foreign markets, we offer market analysis and verification of the potential business partners, initiating contact with potential clients, assistance in organization of exhibition stands, participation in business missions as well as other services.\" value=\"1. Export\">Export from Poland<\/option>\n<option title=\"Polish investment abroad - as part of supporting Polish companies interested in investing in foreign markets, we offer assistance in building a comprehensive foreign expansion strategy, support in choosing the location of an investment project, assistance in obtaining investment incentives available in the selected country, assistance in establishing branches or representative offices, mergers, acquisitions and other services.\" value=\"2. Polish investment abroad\">Polish investment abroad<\/option>\n\n<option value=\"4. World EXPO 2025 in Osaka\" ttitle=\"World EXPO 2025 in Osaka - a special commercial partnership program has been created for Polish companies, especially those with real export potential to the UAE and Middle East markets. We invite you to partner with us in equiping the Polish Pavilion, including offices and the catering section as well as to participate in accompanying events.\">World EXPO 2025 in Osaka<\/option>\n<option title=\"Polish Tech Bridges - through this dedicated project, we support Polish companies interested in expanding into selected non-EU markets. We particularly focus on consulting and training services as well as assistance in developing strategies for expansion.\" value=\"5. Polish Tech Bridges\">Polish Tech Bridges<\/option>\n<!--<option title=\"Polish industry promotion programs - through this promotional program, we help Polish companies present their innovative and modern products and services at the most important trade shows in the world.\" value=\"6. Polish industry promotion programs\">Polish industry promotion programs<\/option>-->\n<!--<option value=\"7. Public Relations office\">Public Relations office<\/option>-->\n\n<!--<option title=\"Poland.Business Harbour - We support small, medium and large companies from the IT and new technologies sector as well as production companies interested in relocating their business to Poland. We provide fast track visa procedures to a group of employees to be relocated, we offer location consulting, information support and contacts with business partners.\" value=\"3. Poland. Business Harbour\">Poland. Business Harbour<\/option>-->\n\n<\/select>\n<label for=\"subject\">Select the subject<\/label>\n\n<div id=\"subjectDesc\" style=\"padding: 0px 5px; font-size: 14px;\"> <\/div>\n<\/td><\/tr><\/tbody><\/table>\n\n<\/fieldset><\/td><\/tr>\n\n\n\n\n<tr>\n<td>\n<!--<p cclass=\"p1\" align=\"center\" style='font-size:22px;color: #b61928;'>FORMULARZ KONTAKTOWY<\/p>-->\n\n<fieldset><legend>Your contact details<\/legend>\n<table style=\"margin: 0px 10px 10px; width: 100%; padding-right: 18px;\" border=\"0\">\n<tbody>\n<tr><td>Title<\/td>\n<td><select name=\"title\" id=\"title\" required=\"\">\n<option disabled=\"disabled\" selected=\"selected\" value=\"\" hidden=\"hidden\">Title<\/option>\n<option id=\"title0\" value=\"pan\">Mr<\/option>\n<option id=\"tile1\" value=\"pani\">Mrs<\/option>\n<\/select><label for=\"title\">Title<\/label>\n<\/td><\/tr>\n\n<tr>\n<td width=\"50%\">Name<\/td>\n<td width=\"50%\"><input name=\"name\" id=\"name\" required=\"\" placeholder=\"Imi\u0119\" value=\"\"><label for=\"name\">Name<\/label><\/td><\/tr>\n<tr>\n<td>Surname<\/td>\n<td><input name=\"surname\" id=\"surname\" required=\"\" placeholder=\"Nazwisko\" value=\"\"><label for=\"surname\">Surname<\/label><\/td><\/tr>\n\n<tr>\n<td class=\"poleOpisSmall\">E-mail<\/td>\n<td><input name=\"email\" id=\"email\" required=\"\" placeholder=\"E-mail\" value=\"\"><label for=\"email\">E-mail<\/label><\/td><\/tr>\n\n<tr><td>Telephone<\/td>\n<td><input name=\"phone\" id=\"phone\" oninput=\"this.value=this.value.replace(\/[^0-9-+\\s()]\/g,'');\" type=\"tel\" placeholder=\"Telephone\" pattern=\"^[0-9-+\\s()]*$\" value=\"\"><label for=\"phone\">Telephone<\/label><\/td><\/tr>\n\n<tr>\n<td id=\"institutionTypeRow\" colspan=\"2\"><br><label style=\"display: none;\" for=\"institutionType1\"><input name=\"institutionType\" id=\"institutionType1\" required=\"\" onchange=\"refreshInstitutionType();\" type=\"radio\" value=\"Osoba\"> Individual enquiry<br><\/label>\n<label for=\"institutionType2\"><input name=\"institutionType\" id=\"institutionType2\" onchange=\"refreshInstitutionType();\" type=\"radio\" value=\"Klient zarejestrowany w Polsce\"> Company registered in Poland<br><\/label>\n<label for=\"institutionType3\"><input name=\"institutionType\" id=\"institutionType3\" onchange=\"refreshInstitutionType();\" type=\"radio\" value=\"Klient niezarejestrowany w Polsce\"> Company registered abroad<\/label><\/td><\/tr>\n\n<\/tbody><\/table><\/fieldset><\/td><\/tr>\n\n\n<script>\n<!--\nfunction checkCompany(){\nnipReg=jQuery(\"#nipRegon\").val();\nif (!nipReg) return;\n\njQuery.ajax({\ntype:\"GET\",\ncrossDomain:true,\norigin:'https:\/\/www.paih.gov.pl',\n\nurl:\"https:\/\/rejestracja.paih.gov.pl\/gus\/pkd.php?nip=\"+nipReg,\n\/\/contentType:'application\/json',\nsuccess:function(data,status,jqXHR){\ncompany=data.split(\"||\");\nif (!company[0])\n{\nalert('Server connection error, please fill in the details manually.');\n\/\/nipReg=jQuery(\"#nipRegon\").val();\nif (nipReg.length==10)\njQuery(\"#nip\").val(nipReg);\nelse jQuery(\"#regon\").val(nipReg);\njQuery(\"#nipRegonRow\").hide(150);\njQuery(\"#companyDataRow,#companyExtDataRow\").show(150);\n}\nelse\n{\njQuery(\"#company\").val(company[0]);\njQuery(\"#nip\").val(company[1]);\njQuery(\"#regon\").val(company[2]);\njQuery(\"#pkd\").val(company[3]);\njQuery(\"#pkdText\").val(company[4]).show();\njQuery(\"#nipRegonRow\").hide(150);\njQuery(\"#companyDataRow,#companyExtDataRow\").show(150);\ndataChecked=company[3];\n}\n},\nerror:function() {\nalert('B\u0142\u0105d po\u0142\u0105czenia z serwerem, prosimy wype\u0142ni\u0107 dane r\u0119cznie.');\nnipReg=jQuery(\"#nipRegon\").val();\nif (nipReg.length==10)\njQuery(\"#nip\").val(nipReg);\nelse jQuery(\"#regon\").val(nipReg);\njQuery(\"#nipRegonRow\").hide(150);\njQuery(\"#companyDataRow,#companyExtDataRow\").show(150);\n}\n});\n}\n\nfunction refreshInstitutionType()\n{\nif (jQuery(\"#institutionType1\")[0] && jQuery(\"#institutionType1\")[0].checked)\njQuery(\"#companyDataBody,#bizCompanyDataRow,#investorDataRow\").hide(150);\nelse if (jQuery(\"#institutionType2\")[0].checked)\n{\njQuery(\"#companyDataBody,#nipRegonRow\").show(150);\njQuery(\"#companyExtDataRow,#bizCompanyDataRow,#investorName\").hide(150);\n\nif (jQuery(\"#subject\")[0].selectedIndex==1)\/\/3\njQuery(\"#investorDataRow\").show(150);\n}\nelse if (jQuery(\"#institutionType3\")[0].checked)\n{\njQuery(\"#companyDataRow,#nipRegonRow\").hide(150);\njQuery(\"#companyExtDataRow,#companyDataBody,#bizCompanyDataRow,#investorName\").show(150);\n\nif (jQuery(\"#subject\")[0].selectedIndex==1)\/\/3\njQuery(\"#investorDataRow\").show(150);\n}\n}\n\nfunction refreshSubject()\n{\nselidx=jQuery(\"#subject\")[0].selectedIndex;\n\nif (selidx==6) \/\/PBH\n{\njQuery(\"#agree a\")[0].href=\"https:\/\/www.paih.gov.pl\/files\/?id_plik=49893\";\ns4=jQuery(\"#size4\");\nif (s4.parent().is('span')) s4.unwrap();\ns4.show();\n}\nelse\n{\njQuery(\"#agree a\")[0].href=\"\/en\/gdpr\/persons_contacting_paih\/\";\ns4=jQuery(\"#size4\");\nif (s4[0].selected) jQuery(\"#size3\")[0].selected=true;\nif (!s4.parent().is('span')) s4.wrap(\"<span>\").hide();\n}\n\nif (selidx==1\/*3*\/ && (!jQuery(\"#institutionType1\")[0] || !jQuery(\"#institutionType1\")[0].checked))\njQuery(\"#investorDataRow\").show(150);\nelse jQuery(\"#investorDataRow\").hide(150);\n\nif (selidx && selidx!=1)\/\/<3\n{\ncode=jQuery(\"#sector\")[0].outerHTML;\ncode=code.replace(\/<!--\/g,\"\");\ncode=code.replace(\/-->\/g,\"\");\njQuery(\"#sector\")[0].outerHTML=code;\njQuery(\".importOpt:not(.exportOpt)\").hide().addClass(\"_zero\").each(function(){\nthis.outerHTML=\"<!--\"+this.outerHTML+\"-->\";\n});\n\nif (jQuery('#sector option:selected').hasClass('exportOpt')==false) jQuery('#sector')[0].selectedIndex=0;\n\/\/if (chck && !jQuery(\"#institutionType1\")[0].checked)\njQuery(\".exportOpt\").show().removeClass(\"_zero\");\n}\nelse\n{\ncode=jQuery(\"#sector\")[0].outerHTML;\ncode=code.replace(\/<!--\/g,\"\");\ncode=code.replace(\/-->\/g,\"\");\njQuery(\"#sector\")[0].outerHTML=code;\njQuery(\".exportOpt:not(.importOpt)\").hide().addClass(\"_zero\").each(function(){\nthis.outerHTML=\"<!--\"+this.outerHTML+\"-->\";\n});\nif (jQuery('#sector option:selected').hasClass('inportOpt')==false) jQuery('#sector')[0].selectedIndex=0;\n\/\/if (chck && !jQuery(\"#institutionType1\")[0].checked)\njQuery(\".importOpt\").show().removeClass(\"_zero\");\n}\n}\n\nvar voivodChecked=true;\n\nfunction selectVoivods(){\njQuery('.infoBox input[name^=\"voivodship\"]').prop(\"checked\",voivodChecked);\nvoivodChecked=!voivodChecked;\noptionsUpdate(\"voivodship\");\n}\n\nfunction optionsUpdate(str)\n{\nif (!str) str=\"activity\";\ntxtobj=jQuery(\"#\"+str+\"Text\")[0];\nif (txtobj) txtobj.value=''; else return;\nfor (i=1;i<100;i++)\n{\nobj=document.getElementById(str+i);\n\/\/if (obj.length()>0) obj=obj[0];\nif (!obj) break;\n\/\/txt=(obj.data?obj.data:obj.value);\nval=obj.checked?(obj.title||obj.value):\"\";\nif (val)\n{\nif (txtobj.value) txtobj.value+=\", \";\ntxtobj.value+=val;\n}\n}\n\nif (txtobj.value.length)\n{\nerrobj=jQuery(\"#\"+str+\"Text-error\");\nif (errobj.length>0) errobj.hide(150);\ntxtobj.classList.remove(\"error\");\n}\n\nif (txtobj.scrollHeight>32)\n{\ntxtobj.style.height=\"0\";\ntxtobj.style.height=(txtobj.scrollHeight+2)+\"px\";\n\/\/txtobj.focus();\n\/\/txtobj.blur();\n}\n}\n\nfunction checkHashInfo() {\nif (window.location.hash=='#expo')\n{\njQuery('#subject').val('4. World EXPO 2025 in Osaka').change();\n\/\/jQuery(\"label[for=\\\"institutionType1\\\"]\").hide().find(\"input\")[0].checked=false;\njQuery(\"label[for=\\\"institutionType1\\\"]\").remove();\njQuery(\"#subject\").prop(\"disabled\",true);\njQuery(\"#subject\").before(\"<input type='hidden' name='subject' value='4. World EXPO 2025 in Osaka'>\");\n}\n}\n\njQuery(document).ready(function(){\ncheckHashInfo();\nrefreshInstitutionType();\noptionsUpdate();\noptionsUpdate(\"voivodship\");\noptionsUpdate(\"services\");\nrefreshSubject();\n});\n-->\n<\/script>\n\n<\/tbody><tbody id=\"companyDataBody\" style=\"display: none;\">\n<tr><td><fieldset><legend>Company information<\/legend>\n\n<table style=\"margin: 0px 10px 10px; width: 100%; padding-right: 18px;\" border=\"0\">\n\n\n\n<tbody id=\"nipRegonRow\">\n<!--<tr><td style=\"width: 50%;\"><br><\/td><td style=\"width: 50%;\"><br><\/td><\/tr>-->\n<tr><td name=\"nipRegon\">Enter NIP or REGON<\/td>\n<td><input name=\"nipRegon\" id=\"nipRegon\" required=\"\" oninput=\"this.value=this.value.replace(\/[^0-9]\/g,'');\" min=\"10000\" step=\"1\" pattern=\"\\d*\">\n<label for=\"nipRegon\">Enter NIP or REGON<\/label>\n<\/td><\/tr>\n<tr><td colspan=\"2\"><br><button id=\"checkNipRegon\" style=\"width: 100%;\" onclick=\"checkCompany();return false;\">Check the number<\/button><\/td><\/tr>\n<\/tbody>\n\n<tbody id=\"companyDataRow\" style=\"display: none;\">\n<!--<tr><td style=\"width: 50%;\"><br><\/td><td style=\"width: 50%;\"><br><\/td><\/tr>-->\n<tr><td>Company name<\/td><td><input name=\"company\" id=\"company\" required=\"\"><label for=\"company\">Company name<\/label><\/td><\/tr>\n<tr><td>NIP<\/td><td><input name=\"nip\" id=\"nip\" required=\"\"><label for=\"nip\">NIP<\/label><\/td><\/tr>\n<tr><td>REGON<\/td><td><input name=\"regon\" id=\"regon\" required=\"\"><label for=\"regon\">REGON<\/label><\/td><\/tr>\n\n<tr><td colspan=\"2\"><button style=\"width: 100%;\" onclick=\"jQuery(&quot;#nipRegonRow&quot;).show(150);jQuery(&quot;#companyDataRow,#companyExtDataRow&quot;).hide(150);jQuery(&quot;#company,#nip,#regon&quot;).val(&quot;&quot;);return false;\">Repeat NIP or REGON<\/button>\n<br><br><\/td><\/tr>\n\n<\/tbody>\n\n<tbody id=\"companyExtDataRow\">\n\n<tr id=\"investorName\"><td>Company name<\/td><td><input name=\"companyInv\" id=\"companyInv\" required=\"\"><label for=\"companyInv\">Company name<\/label><\/td><\/tr>\n\n<tr><td>Type of business<\/td>\n\n<td style=\"position: relative;\">\n<textarea name=\"activityText\" id=\"activityText\" style=\"height: 2em; resize: none;\" required=\"\" onkeydown=\"return false;\" onfocus=\"jQuery(&quot;.infoBox&quot;).hide(150);jQuery(&quot;#activityDiv&quot;).show(150);optionsUpdate();this.blur();return false;\" oninput=\"optionsUpdate();return false\"><\/textarea>\n<label for=\"activityText\">Type of business (multiple&nbsp;choice)<\/label>\n<div class=\"infoBox\" id=\"activityDiv\">\n<label for=\"activity1\"><input name=\"activity[]\" title=\"Production\" id=\"activity1\" onclick=\"optionsUpdate();\" type=\"checkbox\" value=\"Production\"> Production<br><\/label>\n<label for=\"activity2\"><input name=\"activity[]\" title=\"Service\" id=\"activity2\" onclick=\"optionsUpdate();\" type=\"checkbox\" value=\"Services\"> Services<br><\/label>\n<label for=\"activity3\"><input name=\"activity[]\" title=\"Trade\" id=\"activity3\" onclick=\"optionsUpdate();\" type=\"checkbox\" value=\"Trade\"> Trade<br><\/label>\n<label for=\"activity4\"><input name=\"activity[]\" title=\"Consulting\" id=\"activity4\" onclick=\"optionsUpdate();\" type=\"checkbox\" value=\"Consulting\"> Consulting<\/label>\n<button style=\"margin-top: -2.5em; float: right;\" onclick=\"jQuery(&quot;#activityDiv&quot;).hide(150);return false;\">OK<\/button><\/div>\n<\/td><\/tr>\n\n<tr><td>Industry<\/td>\n<td>\n<select name=\"sector\" id=\"sector\" required=\"\" onchange=\"if (this.value=='14. Inne';) jQuery(&quot;#otherSectorRow&quot;).show(); else jQuery(&quot;#otherSectorRow&quot;).hide();\">\n<option disabled=\"\" id=\"sector0\" value=\"\" selected=\"\" hidden=\"\">Industry<\/option>\n\n<option class=\"exportOpt\" id=\"sector1\" value=\"1. Biotechnologia i farmaceutyka\">Biotechnology and pharmaceuticals<\/option>\n<option class=\"exportOpt\" id=\"sector2\" value=\"2. Budowa i wyka\u0144czanie budowli\">Construction and finishing works<\/option>\n<option class=\"exportOpt\" id=\"sector3\" value=\"3. Cz\u0119\u015bci lotnicze i drony\">Aerospace parts and drones<\/option>\n<option class=\"exportOpt\" id=\"sector4\" value=\"4. Motoryzacja\">Automotive<\/option>\n<option class=\"exportOpt\" id=\"sector5\" value=\"5. IT\">IT<\/option>\n<option class=\"exportOpt\" id=\"sector6\" value=\"6. Jachty i \u0142odzie\">Yachts and boats<\/option>\n<option class=\"exportOpt\" id=\"sector7\" value=\"7. Kosmetyki\">Cosmetics<\/option>\n<option class=\"exportOpt\" id=\"sector8\" value=\"8. Maszyny i urzadzenia\">Machines and devices<\/option>\n<option class=\"exportOpt\" id=\"sector9\" value=\"9. Meble i wyposa\u017cenie wn\u0119trz\">Furniture and interior design<\/option>\n<option class=\"exportOpt\" id=\"sector10\" value=\"10. Odzie\u017c i bi\u017cuteria\">Clothing and jewelry<\/option>\n<option class=\"exportOpt\" id=\"sector11\" value=\"11. Sprz\u0119t medyczny\">Medical equipment<\/option>\n\n<option class=\"exportOpt\" id=\"sector52\" value=\"15. Technologie bezpiecze\u0144stwa i towary podw\u00f3jnego zastosowania\">Security technologies and dual-use goods<\/option>\n\n<option class=\"exportOpt\" id=\"sector51\" value=\"12. Zielone technologie\">Green technologies<\/option>\n\n<option class=\"exportOpt\" id=\"sector12\" value=\"13. \u017bywno\u015b\u0107\">Food<\/option>\n\n<option class=\"importOpt\" id=\"sector13\" value=\"Biotechnologia\">Biotechnology<\/option>\n<option class=\"importOpt\" id=\"sector14\" value=\"Bran\u017ca chemiczna\">Chemical industry<\/option>\n<option class=\"importOpt\" id=\"sector15\" value=\"Budownictwo\">Construction<\/option>\n<option class=\"importOpt\" id=\"sector16\" value=\"Centrum Us\u0142ug Wsp\u00f3lnych (SSC)\">SSC (Shared Services Center)<\/option>\n<option class=\"importOpt\" id=\"sector17\" value=\"Consulting\">Consulting<\/option>\n<option class=\"importOpt\" id=\"sector18\" value=\"Dobra luksusowe\">Luxury goods<\/option>\n<option class=\"importOpt\" id=\"sector19\" value=\"Dobra szybkozbywalne (FMCG)\">FMCG (fast moving consumer goods)<\/option>\n<option class=\"importOpt\" id=\"sector20\" value=\"Edukacja\">Education<\/option>\n<option class=\"importOpt\" id=\"sector21\" value=\"Elektromobilno\u015b\u0107 (pojazdy elektryczne)\">Electromobility (electric vehicles)<\/option>\n<option class=\"importOpt\" id=\"sector22\" value=\"Energetyka\">Power engineering<\/option>\n<option class=\"importOpt\" id=\"sector23\" value=\"Farmaceutyki i wyroby medyczne\">Pharmaceuticals and medical devices<\/option>\n<option class=\"importOpt\" id=\"sector24\" value=\"Finanse \/ us\u0142ugi finansowe\">Finance \/ financial services<\/option>\n<option class=\"importOpt\" id=\"sector25\" value=\"G\u00f3rnictwo\">Mining<\/option>\n<option class=\"importOpt\" id=\"sector26\" value=\"Hotele \/ Restauracja \/ Catering (HoReCa)\">HoReCa (Hotels, Restaurants, Catering)<\/option>\n<option class=\"importOpt\" id=\"sector27\" value=\"Infrastruktura\">Infrastructure<\/option>\n<option class=\"importOpt\" id=\"sector28\" value=\"Jachty \/ \u0142odzie\">Yachts \/ boats<\/option>\n<option class=\"importOpt\" id=\"sector29\" value=\"Le\u015bnictwo\">Forestry<\/option>\n<option class=\"importOpt\" id=\"sector30\" value=\"Lotnictwo\">Aircraft<\/option>\n<option class=\"importOpt\" id=\"sector31\" value=\"Media \/ Prasa\">Media \/ Press<\/option>\n<option class=\"importOpt\" id=\"sector32\" value=\"Moda \/ Tekstylia\">Fashion \/ Textiles<\/option>\n<option class=\"importOpt\" id=\"sector33\" value=\"Motoryzacja\">Motor industry<\/option>\n<option class=\"importOpt\" id=\"sector34\" value=\"Nieruchomo\u015bci\">Real estate<\/option>\n<option class=\"importOpt\" id=\"sector35\" value=\"Nowoczesne technologie (Hi-Tech)\">Hi-Tech (high technology sector)<\/option>\n<option class=\"importOpt\" id=\"sector36\" value=\"Nowoczesne technologie w us\u0142ugach finansowych (FinTech)\">FinTech (technologically advanced financial services)<\/option>\n<option class=\"importOpt\" id=\"sector37\" value=\"Ochrona \u015brodowiska \/ zielone technologie\">Environmental protection \/ green technologies<\/option>\n<option class=\"importOpt\" id=\"sector38\" value=\"Outsourcing proces\u00f3w biznesowych (BPO)\">BPO (Business process outsourcing)<\/option>\n<option class=\"importOpt\" id=\"sector39\" value=\"Podwykonawstwo przemys\u0142owe\">Industrial subcontracting<\/option>\n<option class=\"importOpt\" id=\"sector40\" value=\"Private Label (marki w\u0142asne)\">Private Label<\/option>\n<option class=\"importOpt\" id=\"sector41\" value=\"Rolnictwo\">Agriculture<\/option>\n<option class=\"importOpt\" id=\"sector42\" value=\"Rozwi\u0105zania w zakresie interaktywno\u015bci i wydajno\u015bci infrastruktury miejskiej (Smart City)\">Smart City<\/option>\n<option class=\"importOpt\" id=\"sector43\" value=\"Rozwi\u0105zania w zakresie internetu rzeczy (Internet of Things)\">Internet of Things<\/option>\n<option class=\"importOpt\" id=\"sector44\" value=\"Samorz\u0105dy (produkty i us\u0142ugi dla samorz\u0105d\u00f3w \/ komunalne)\">Local governments (products and services for local governments \/ municipal services)<\/option>\n<option class=\"importOpt\" id=\"sector45\" value=\"Sektor Us\u0142ug dla Biznesu (BSS)\">BSS (Business services sector)<\/option>\n<option class=\"importOpt\" id=\"sector46\" value=\"Technologia zdrowotna i medyczna (HealthTech \/ MedTech)\">HealthTech \/ MedTech (health and medical technology)<\/option>\n<option class=\"importOpt\" id=\"sector47\" value=\"Technologie informatyczne i telekomunikacyjne (IT \/ ICT)\">IT \/ ICT<\/option>\n<option class=\"importOpt\" id=\"sector48\" value=\"Transport publiczny\">Public transport<\/option>\n<option class=\"importOpt\" id=\"sector49\" value=\"Zaawansowane przetwarzanie danych (AI\/Machinery learning \/ Data Mining \/ Big Data)\">AI\/Machinery learning \/ Data Mining \/ Big Data (advanced data processing)<\/option>\n<option class=\"importOpt exportOpt\" id=\"sector50\" value=\"14. Inne\">Other<\/option><\/select><label for=\"sector\">Industry<\/label><\/td><\/tr>\n\n<tr id=\"otherSectorRow\" style=\"display: none;\"><td>Specify industry<\/td><td><input name=\"otherSector\" id=\"otherSector\" required=\"\"><label for=\"otherSector\">Specify industry<\/label><\/td><\/tr>\n\n\n\n<tr><td>Company size<\/td>\n<td><select name=\"size\" id=\"size\" required=\"\">\n<option disabled=\"\" value=\"\" selected=\"\" hidden=\"\">Company size<\/option>\n<option id=\"size0\" value=\"Du\u017ce (powy\u017cej 250 os\u00f3b i roczny obr\u00f3t powy\u017cej 50 mln EUR)\"> Large (&gt; 250 employees and annual turnover &gt; 50 mln EUR)<\/option>\n<option id=\"size1\" value=\"\u015arednie (50-249 os\u00f3b i roczny obr\u00f3t nie przekracza 49 mln EUR)\"> Medium (50-249 employees and annual turnover &lt; 50 mln EUR)<\/option>\n<option id=\"size2\" value=\"Ma\u0142e (do 10 - 49 os\u00f3b i roczny obr\u00f3t poni\u017cej 10 mln EUR)\"> Small (10-49 employees and annual turnover &lt; 10 mln EUR)<\/option>\n<option id=\"size3\" value=\"Mikro (do 9 os\u00f3b i roczny obr\u00f3t poni\u017cej 2 mln euro)\"> Micro (&lt; 10 employees and annual turnover &lt; 2 mln EUR)<\/option>\n<option id=\"size4\" style=\"display: none;\" value=\"Dzia\u0142alno\u015b\u0107 jednoosobowa\"> Sole proprietorship<\/option>\n<\/select><label for=\"size\">Company size<\/label>\n<\/td><\/tr>\n\n<tr><td>Country of registration<\/td><td>\n<select name=\"countryOrig\" id=\"countryOrig\" required=\"\">\n<option disabled=\"\" value=\"\" selected=\"\" hidden=\"\">Country of registration<\/option>\n<option id=\"countryOrig167\" value=\"Polska\">Poland<\/option>\n<option id=\"countryOrig0\" value=\"Afganistan\">Afghanistan<\/option>\n<option id=\"countryOrig1\" value=\"Albania\">Albania<\/option>\n<option id=\"countryOrig2\" value=\"Algieria\">Algeria<\/option>\n<option id=\"countryOrig3\" value=\"Samoa Ameryka\u0144skie\">American Samoa<\/option>\n<option id=\"countryOrig4\" value=\"Andora\">Andorra<\/option>\n<option id=\"countryOrig5\" value=\"Angola\">Angola<\/option>\n<option id=\"countryOrig6\" value=\"Anguilla\">Anguilla<\/option>\n<option id=\"countryOrig7\" value=\"Antarktyka\">Antarctica<\/option>\n<option id=\"countryOrig8\" value=\"Antigua i Barbuda\">Antigua And Barbuda<\/option>\n<option id=\"countryOrig9\" value=\"Argentyna\">Argentina<\/option>\n<option id=\"countryOrig10\" value=\"Armenia\">Armenia<\/option>\n<option id=\"countryOrig11\" value=\"Aruba\">Aruba<\/option>\n<option id=\"countryOrig12\" value=\"Australia\">Australia<\/option>\n<option id=\"countryOrig13\" value=\"Austria\">Austria<\/option>\n<option id=\"countryOrig14\" value=\"Azerbejd\u017can\">Azerbaijan<\/option>\n<option id=\"countryOrig15\" value=\"Bahamy\">Bahamas<\/option>\n<option id=\"countryOrig16\" value=\"Bahrajn\">Bahrain<\/option>\n<option id=\"countryOrig17\" value=\"Bangladesz\">Bangladesh<\/option>\n<option id=\"countryOrig18\" value=\"Barbados\">Barbados<\/option>\n<option id=\"countryOrig19\" value=\"Bia\u0142oru\u015b\">Belarus<\/option>\n<option id=\"countryOrig20\" value=\"Belgia\">Belgium<\/option>\n<option id=\"countryOrig21\" value=\"Belize\">Belize<\/option>\n<option id=\"countryOrig22\" value=\"Benin\">Benin<\/option>\n<option id=\"countryOrig23\" value=\"Bermudy\">Bermuda<\/option>\n<option id=\"countryOrig24\" value=\"Bhutan\">Bhutan<\/option>\n<option id=\"countryOrig25\" value=\"Boliwia\">Bolivia<\/option>\n<option id=\"countryOrig26\" value=\"Bo\u015bnia i Hercegowina\">Bosnia and Herzegovina<\/option>\n<option id=\"countryOrig27\" value=\"Botswana\">Botswana<\/option>\n<option id=\"countryOrig28\" value=\"Brazylia\">Brazil<\/option>\n<option id=\"countryOrig29\" value=\"Brytyjskie Terytorium Oceanu Indyjskiego\">British Indian Ocean Territory<\/option>\n<option id=\"countryOrig30\" value=\"Brytyjskie Wyspy Dziewicze\">Virgin Islands British<\/option>\n<option id=\"countryOrig31\" value=\"Brunei Darussalam\">Brunei Darussalam<\/option>\n<option id=\"countryOrig32\" value=\"Bu\u0142garia\">Bulgaria<\/option>\n<option id=\"countryOrig33\" value=\"Burkina Faso\">Burkina Faso<\/option>\n<option id=\"countryOrig34\" value=\"Burundi\">Burundi<\/option>\n<option id=\"countryOrig35\" value=\"Kambod\u017ca\">Cambodia<\/option>\n<option id=\"countryOrig36\" value=\"Kamerun\">Cameroon<\/option>\n<option id=\"countryOrig37\" value=\"Kanada\">Canada<\/option>\n<option id=\"countryOrig38\" value=\"Republika Zielonego Przyl\u0105dka\">Cape Verde<\/option>\n<option id=\"countryOrig39\" value=\"Kajmany\">Cayman Islands<\/option>\n<option id=\"countryOrig40\" value=\"Republika \u015arodkowoafryka\u0144ska\">Central African Republic<\/option>\n<option id=\"countryOrig41\" value=\"Czad\">Chad<\/option>\n<option id=\"countryOrig42\" value=\"Chile\">Chile<\/option>\n<option id=\"countryOrig43\" value=\"Chiny\">China<\/option>\n<option id=\"countryOrig44\" value=\"Wyspa Bo\u017cego Narodzenia\">Christmas Island<\/option>\n<option id=\"countryOrig45\" value=\"Wyspy Kokosowe\">Cocos (keeling) Islands<\/option>\n<option id=\"countryOrig46\" value=\"Kolumbia\">Colombia<\/option>\n<option id=\"countryOrig47\" value=\"Komory\">Comoros<\/option>\n<option id=\"countryOrig48\" value=\"Kongo\">Congo<\/option>\n<option id=\"countryOrig49\" value=\"Demokratyczna Republika Konga\">Congo the Democratic Republic<\/option>\n<option id=\"countryOrig50\" value=\"Wyspy Cooka\">Cook Islands<\/option>\n<option id=\"countryOrig51\" value=\"Kostaryka\">Costa Rica<\/option>\n<option id=\"countryOrig52\" value=\"Wybrze\u017ce Ko\u015bci S\u0142oniowej\">Cote D&#8217;ivoire<\/option>\n<option id=\"countryOrig53\" value=\"Chorwacja\">Croatia<\/option>\n<option id=\"countryOrig54\" value=\"Kuba\">Cuba<\/option>\n<option id=\"countryOrig55\" value=\"Cypr\">Cyprus<\/option>\n<option id=\"countryOrig56\" value=\"Czechy\">Czech Republic<\/option>\n<option id=\"countryOrig57\" value=\"Dania\">Denmark<\/option>\n<option id=\"countryOrig58\" value=\"D\u017cibuti\">Djibouti<\/option>\n<option id=\"countryOrig59\" value=\"Dominika\">Dominica<\/option>\n<option id=\"countryOrig60\" value=\"Dominikana\">Dominican Republic<\/option>\n<option id=\"countryOrig61\" value=\"Ekwador\">Ecuador<\/option>\n<option id=\"countryOrig62\" value=\"Egipt\">Egypt<\/option>\n<option id=\"countryOrig63\" value=\"Salwador\">El Salvador<\/option>\n<option id=\"countryOrig64\" value=\"Gwinea R\u00f3wnikowa\">Equatorial Guinea<\/option>\n<option id=\"countryOrig65\" value=\"Erytrea\">Eritrea<\/option>\n<option id=\"countryOrig66\" value=\"Estonia\">Estonia<\/option>\n<option id=\"countryOrig67\" value=\"Etiopia\">Ethiopia<\/option>\n<option id=\"countryOrig68\" value=\"Falklandy\">Falkland Islands (Malvinas)<\/option>\n<option id=\"countryOrig69\" value=\"Wyspy Owcze\">Faroe Islands<\/option>\n<option id=\"countryOrig70\" value=\"Fid\u017ci\">Fiji<\/option>\n<option id=\"countryOrig71\" value=\"Finlandia\">Finland<\/option>\n<option id=\"countryOrig72\" value=\"Francja\">France<\/option>\n<option id=\"countryOrig73\" value=\"Gujana Francuska\">French Guiana<\/option>\n<option id=\"countryOrig74\" value=\"Polinezja Francuska\">French Polynesia<\/option>\n<option id=\"countryOrig75\" value=\"Francuskie Terytoria Po\u0142udniowe\">French Southern Territories<\/option>\n<option id=\"countryOrig76\" value=\"Gabon\">Gabon<\/option>\n<option id=\"countryOrig77\" value=\"Gambia\">Gambia<\/option>\n<option id=\"countryOrig78\" value=\"Gruzja\">Georgia<\/option>\n<option id=\"countryOrig79\" value=\"Niemcy\">Germany<\/option>\n<option id=\"countryOrig80\" value=\"Ghana\">Ghana<\/option>\n<option id=\"countryOrig81\" value=\"Gibraltar\">Gibraltar<\/option>\n<option id=\"countryOrig82\" value=\"Grecja\">Greece<\/option>\n<option id=\"countryOrig83\" value=\"Grenlandia\">Greenland<\/option>\n<option id=\"countryOrig84\" value=\"Grenada\">Grenada<\/option>\n<option id=\"countryOrig85\" value=\"Gwadelupa\">Guadeloupe<\/option>\n<option id=\"countryOrig86\" value=\"Guam\">Guam<\/option>\n<option id=\"countryOrig87\" value=\"Gwatemala\">Guatemala<\/option>\n<option id=\"countryOrig88\" value=\"Gwinea\">Guinea<\/option>\n<option id=\"countryOrig89\" value=\"Gwinea Bissau\">Guinea-Bissau<\/option>\n<option id=\"countryOrig90\" value=\"Gujana\">Guyana<\/option>\n<option id=\"countryOrig91\" value=\"Haiti\">Haiti<\/option>\n<option id=\"countryOrig92\" value=\"Honduras\">Honduras<\/option>\n<option id=\"countryOrig93\" value=\"SRA Hongkong (Chiny)\">Hong Kong<\/option>\n<option id=\"countryOrig94\" value=\"W\u0119gry\">Hungary<\/option>\n<option id=\"countryOrig95\" value=\"Islandia\">Iceland<\/option>\n<option id=\"countryOrig96\" value=\"Indie\">India<\/option>\n<option id=\"countryOrig97\" value=\"Indonezja\">Indonesia<\/option>\n<option id=\"countryOrig98\" value=\"Iran\">Iran Islamic Republic<\/option>\n<option id=\"countryOrig99\" value=\"Irak\">Iraq<\/option>\n<option id=\"countryOrig100\" value=\"Irlandia\">Ireland<\/option>\n<option id=\"countryOrig101\" value=\"Izrael\">Israel<\/option>\n<option id=\"countryOrig102\" value=\"W\u0142ochy\">Italy<\/option>\n<option id=\"countryOrig103\" value=\"Jamajka\">Jamaica<\/option>\n<option id=\"countryOrig104\" value=\"Japonia\">Japan<\/option>\n<option id=\"countryOrig105\" value=\"Jordania\">Jordan<\/option>\n<option id=\"countryOrig106\" value=\"Kazachstan\">Kazakstan<\/option>\n<option id=\"countryOrig107\" value=\"Kenia\">Kenya<\/option>\n<option id=\"countryOrig108\" value=\"Kiribati\">Kiribati<\/option>\n<option id=\"countryOrig109\" value=\"Kuwejt\">Kuwait<\/option>\n<option id=\"countryOrig110\" value=\"Kirgistan\">Kyrgyzstan<\/option>\n<option id=\"countryOrig111\" value=\"Laos\">Lao People&#8217;s Democratic Republic<\/option>\n<option id=\"countryOrig112\" value=\"\u0141otwa\">Latvia<\/option>\n<option id=\"countryOrig113\" value=\"Liban\">Lebanon<\/option>\n<option id=\"countryOrig114\" value=\"Lesotho\">Lesotho<\/option>\n<option id=\"countryOrig115\" value=\"Liberia\">Liberia<\/option>\n<option id=\"countryOrig116\" value=\"Libia\">Libyan Arab Jamahiriya<\/option>\n<option id=\"countryOrig117\" value=\"Liechtenstein\">Liechtenstein<\/option>\n<option id=\"countryOrig118\" value=\"Litwa\">Lithuania<\/option>\n<option id=\"countryOrig119\" value=\"Luksemburg\">Luxembourg<\/option>\n<option id=\"countryOrig120\" value=\"SRA Makau (Chiny)\">Macau<\/option>\n<option id=\"countryOrig121\" value=\"Macedonia\">Macedonia the Former Yugoslav Republic<\/option>\n<option id=\"countryOrig122\" value=\"Madagaskar\">Madagascar<\/option>\n<option id=\"countryOrig123\" value=\"Malawi\">Malawi<\/option>\n<option id=\"countryOrig124\" value=\"Malezja\">Malaysia<\/option>\n<option id=\"countryOrig125\" value=\"Malediwy\">Maldives<\/option>\n<option id=\"countryOrig126\" value=\"Mali\">Mali<\/option>\n<option id=\"countryOrig127\" value=\"Malta\">Malta<\/option>\n<option id=\"countryOrig128\" value=\"Wyspy Marshalla\">Marshall Islands<\/option>\n<option id=\"countryOrig129\" value=\"Martynika\">Martinique<\/option>\n<option id=\"countryOrig130\" value=\"Mauretania\">Mauritania<\/option>\n<option id=\"countryOrig131\" value=\"Mauritius\">Mauritius<\/option>\n<option id=\"countryOrig132\" value=\"Majotta\">Mayotte<\/option>\n<option id=\"countryOrig133\" value=\"Meksyk\">Mexico<\/option>\n<option id=\"countryOrig134\" value=\"Mikronezja\">Micronesia Federated States<\/option>\n<option id=\"countryOrig135\" value=\"Mo\u0142dawia\">Moldova Republic<\/option>\n<option id=\"countryOrig136\" value=\"Monako\">Monaco<\/option>\n<option id=\"countryOrig137\" value=\"Mongolia\">Mongolia<\/option>\n<option id=\"countryOrig138\" value=\"Czarnog\u00f3ra\">Montenegro<\/option>\n<option id=\"countryOrig139\" value=\"Montserrat\">Montserrat<\/option>\n<option id=\"countryOrig140\" value=\"Maroko\">Morocco<\/option>\n<option id=\"countryOrig141\" value=\"Mozambik\">Mozambique<\/option>\n<option id=\"countryOrig142\" value=\"Mjanma (Birma)\">Myanmar<\/option>\n<option id=\"countryOrig143\" value=\"Namibia\">Namibia<\/option>\n<option id=\"countryOrig144\" value=\"Nauru\">Nauru<\/option>\n<option id=\"countryOrig145\" value=\"Nepal\">Nepal<\/option>\n<option id=\"countryOrig146\" value=\"Holandia\">Netherlands<\/option>\n<option id=\"countryOrig147\" value=\"Nowa Kaledonia\">New Caledonia<\/option>\n<option id=\"countryOrig148\" value=\"Nowa Zelandia\">New Zealand<\/option>\n<option id=\"countryOrig149\" value=\"Nikaragua\">Nicaragua<\/option>\n<option id=\"countryOrig150\" value=\"Niger\">Niger<\/option>\n<option id=\"countryOrig151\" value=\"Nigeria\">Nigeria<\/option>\n<option id=\"countryOrig152\" value=\"Niue\">Niue<\/option>\n<option id=\"countryOrig153\" value=\"Norfolk\">Norfolk Island<\/option>\n<option id=\"countryOrig154\" value=\"Korea P\u00f3\u0142nocna\">Korea Democratic People&#8217;s Republic<\/option>\n<option id=\"countryOrig155\" value=\"Mariany P\u00f3\u0142nocne\">Northern Mariana Islands<\/option>\n<option id=\"countryOrig156\" value=\"Norwegia\">Norway<\/option>\n<option id=\"countryOrig157\" value=\"Oman\">Oman<\/option>\n<option id=\"countryOrig158\" value=\"Pakistan\">Pakistan<\/option>\n<option id=\"countryOrig159\" value=\"Palau\">Palau<\/option>\n<option id=\"countryOrig160\" value=\"Terytoria Palesty\u0144skie\">Palestinian Territory Occupied<\/option>\n<option id=\"countryOrig161\" value=\"Panama\">Panama<\/option>\n<option id=\"countryOrig162\" value=\"Papua-Nowa Gwinea\">Papua New Guinea<\/option>\n<option id=\"countryOrig163\" value=\"Paragwaj\">Paraguay<\/option>\n<option id=\"countryOrig164\" value=\"Peru\">Peru<\/option>\n<option id=\"countryOrig165\" value=\"Filipiny\">Philippines<\/option>\n<option id=\"countryOrig166\" value=\"Pitcairn\">Pitcairn<\/option>\n<option id=\"countryOrig168\" value=\"Portugalia\">Portugal<\/option>\n<option id=\"countryOrig169\" value=\"Portoryko\">Puerto Rico<\/option>\n<option id=\"countryOrig170\" value=\"Katar\">Qatar<\/option>\n<option id=\"countryOrig171\" value=\"Reunion\">Reunion<\/option>\n<option id=\"countryOrig172\" value=\"Rumunia\">Romania<\/option>\n<option id=\"countryOrig173\" value=\"Rosja\">Russian Federation<\/option>\n<option id=\"countryOrig174\" value=\"Rwanda\">Rwanda<\/option>\n<option id=\"countryOrig175\" value=\"Samoa\">Samoa<\/option>\n<option id=\"countryOrig176\" value=\"San Marino\">San Marino<\/option>\n<option id=\"countryOrig177\" value=\"Wyspy \u015awi\u0119tego Tomasza i Ksi\u0105\u017c\u0119ca\">Sao Tome and Principe<\/option>\n<option id=\"countryOrig178\" value=\"Arabia Saudyjska\">Saudi Arabia<\/option>\n<option id=\"countryOrig179\" value=\"Senegal\">Senegal<\/option>\n<option id=\"countryOrig180\" value=\"Serbia\">Serbia<\/option>\n<option id=\"countryOrig181\" value=\"Seszele\">Seychelles<\/option>\n<option id=\"countryOrig182\" value=\"Sierra Leone\">Sierra Leone<\/option>\n<option id=\"countryOrig183\" value=\"Singapur\">Singapore<\/option>\n<option id=\"countryOrig184\" value=\"S\u0142owacja\">Slovakia<\/option>\n<option id=\"countryOrig185\" value=\"S\u0142owenia\">Slovenia<\/option>\n<option id=\"countryOrig186\" value=\"Wyspy Salomona\">Solomon Islands<\/option>\n<option id=\"countryOrig187\" value=\"Somalia\">Somalia<\/option>\n<option id=\"countryOrig188\" value=\"Republika Po\u0142udniowej Afryki\">South Africa<\/option>\n<option id=\"countryOrig189\" value=\"Georgia Po\u0142udniowa i Sandwich Po\u0142udniowy\">South Georgia and the South Sandwich Islands<\/option>\n<option id=\"countryOrig190\" value=\"Korea Po\u0142udniowa\">Korea Republic<\/option>\n<option id=\"countryOrig191\" value=\"Hiszpania\">Spain<\/option>\n<option id=\"countryOrig192\" value=\"Sri Lanka\">Sri Lanka<\/option>\n<option id=\"countryOrig193\" value=\"Wyspa \u015awi\u0119tej Heleny\">Saint Helena<\/option>\n<option id=\"countryOrig194\" value=\"Saint Kitts i Nevis\">Saint Kitts and Nevis<\/option>\n<option id=\"countryOrig195\" value=\"Saint Lucia\">Saint Lucia<\/option>\n<option id=\"countryOrig196\" value=\"Saint-Pierre i Miquelon\">Saint Pierre and Miquelon<\/option>\n<option id=\"countryOrig197\" value=\"Saint Vincent i Grenadyny\">Saint Vincent and the Grenadines<\/option>\n<option id=\"countryOrig198\" value=\"Sudan\">Sudan<\/option>\n<option id=\"countryOrig199\" value=\"Surinam\">Suriname<\/option>\n<option id=\"countryOrig200\" value=\"Svalbard i Jan Mayen\">Svalbard and Jan Mayen<\/option>\n<option id=\"countryOrig201\" value=\"Suazi\">Swaziland<\/option>\n<option id=\"countryOrig202\" value=\"Szwecja\">Sweden<\/option>\n<option id=\"countryOrig203\" value=\"Szwajcaria\">Switzerland<\/option>\n<option id=\"countryOrig204\" value=\"Syria\">Syrian Arab Republic<\/option>\n<option id=\"countryOrig205\" value=\"Tajwan\">Taiwan Province of China<\/option>\n<option id=\"countryOrig206\" value=\"Tad\u017cykistan\">Tajikistan<\/option>\n<option id=\"countryOrig207\" value=\"Tanzania\">Tanzania United Republic<\/option>\n<option id=\"countryOrig208\" value=\"Tajlandia\">Thailand<\/option>\n<option id=\"countryOrig209\" value=\"Togo\">Togo<\/option>\n<option id=\"countryOrig210\" value=\"Tokelau\">Tokelau<\/option>\n<option id=\"countryOrig211\" value=\"Tonga\">Tonga<\/option>\n<option id=\"countryOrig212\" value=\"Trynidad i Tobago\">Trinidad and Tobago<\/option>\n<option id=\"countryOrig213\" value=\"Tunezja\">Tunisia<\/option>\n<option id=\"countryOrig214\" value=\"Turcja\">Turkey<\/option>\n<option id=\"countryOrig215\" value=\"Turkmenistan\">Turkmenistan<\/option>\n<option id=\"countryOrig216\" value=\"Turks i Caicos\">Turks and Caicos Islands<\/option>\n<option id=\"countryOrig217\" value=\"Tuvalu\">Tuvalu<\/option>\n<option id=\"countryOrig218\" value=\"Dalekie Wyspy Mniejsze Stan\u00f3w Zjednoczonych\">United States Minor Outlying Islands<\/option>\n<option id=\"countryOrig219\" value=\"Wyspy Dziewicze Stan\u00f3w Zjednoczonych\">Virgin Islands U.s.<\/option>\n<option id=\"countryOrig220\" value=\"Uganda\">Uganda<\/option>\n<option id=\"countryOrig221\" value=\"Ukraina\">Ukraine<\/option>\n<option id=\"countryOrig222\" value=\"Zjednoczone Emiraty Arabskie\">United Arab Emirates<\/option>\n<option id=\"countryOrig223\" value=\"Wielka Brytania\">United Kingdom<\/option>\n<option id=\"countryOrig224\" value=\"Stany Zjednoczone\">United States<\/option>\n<option id=\"countryOrig225\" value=\"Urugwaj\">Uruguay<\/option>\n<option id=\"countryOrig226\" value=\"Uzbekistan\">Uzbekistan<\/option>\n<option id=\"countryOrig227\" value=\"Vanuatu\">Vanuatu<\/option>\n<option id=\"countryOrig228\" value=\"Watykan\">Holy See (vatican City State)<\/option>\n<option id=\"countryOrig229\" value=\"Wenezuela\">Venezuela<\/option>\n<option id=\"countryOrig230\" value=\"Wietnam\">Viet Nam<\/option>\n<option id=\"countryOrig231\" value=\"Wallis i Futuna\">Wallis and Futuna<\/option>\n<option id=\"countryOrig232\" value=\"Sahara Zachodnia\">Western Sahara<\/option>\n<option id=\"countryOrig233\" value=\"Jemen\">Yemen<\/option>\n<option id=\"countryOrig234\" value=\"Zambia\">Zambia<\/option>\n<option id=\"countryOrig235\" value=\"Zimbabwe\">Zimbabwe<\/option>\n<\/select><label for=\"countryOrig\">Country of registration<\/label><\/td><\/tr>\n<\/tbody>\n\n<tbody id=\"bizCompanyDataRow\" style=\"display: none;\">\n<tr><td>Name of the local registry<\/td><td><input name=\"bizReg\" id=\"bizReg\" required=\"\"><label for=\"bizReg\">Name of the local registry<\/label><\/td><\/tr>\n<tr><td>Registration number:<\/td><td><input name=\"bizNum\" id=\"bizNum\" required=\"\"><label for=\"bizNum\">Registration number<\/label><\/td><\/tr>\n<\/tbody>\n\n<\/table><\/fieldset><\/td><\/tr>\n\n<\/tbody>\n\n<tbody id=\"investorDataRow\" style=\"display: none;\">\n<tr><td><fieldset><legend>Investment Enquiry<\/legend>\n\n<table style=\"margin: 0px 10px 10px; width: 100%; padding-right: 18px;\" border=\"0\">\n\n<tbody><tr style=\"display: none;\"><td style=\"width: 50%;\"><br><\/td><td style=\"width: 50%;\"><br><\/td><\/tr>\n\n<tr><td>Type of investment<\/td><td>\n<select name=\"investKind\" id=\"investKind\" required=\"\">\n<option disabled=\"\" value=\"\" selected=\"\" hidden=\"\">Type of investment<\/option>\n<option id=\"investKind0\" value=\"greenfield\">Greenfield<\/option>\n<option id=\"investKind1\" value=\"brownfield\">Brownfield<\/option>\n<option id=\"investKind2\" value=\"greenfield i brownfield\">Greenfield\/brownfield<\/option>\n<option id=\"investKind3\" value=\"greenfield w wynaj\u0119tych pomieszczeniach biurowych\">Greenfield in rented office space<\/option>\n<option id=\"investKind4\" value=\"joint venture\">Joint venture<\/option>\n<!--<option id=\"investKind5\" value=\"Prywatyzacja\">Privatization<\/option>-->\n<option id=\"investKind6\" value=\"M&amp;A\">Company takeover<\/option>\n<\/select><label for=\"investKind\">Type of investment<\/label><\/td><\/tr>\n\n<tr><td>Nature of investment<\/td><td>\n<select name=\"investType\" id=\"investType\" required=\"\">\n<option disabled=\"\" value=\"\" selected=\"\" hidden=\"\">Nature of investment<\/option>\n<option id=\"investType0\" value=\"produkcja\">Production<\/option>\n<option id=\"investType1\" value=\"BSS - IT\">BSS &#8211; IT<\/option>\n<option id=\"investType2\" value=\"BSS - SSC\">BSS &#8211; SSC<\/option>\n<option id=\"investType3\" value=\"BSS - BPO\">BSS &#8211; BPO<\/option>\n<option id=\"investType4\" value=\"badawczo-rozwojowa\">Research &amp; Development<\/option>\n<option id=\"investType5\" value=\"centrala firmy\">Corporate Headquarters<\/option>\n<option id=\"investType6\" value=\"logistyka\">Logistic center<\/option>\n<option id=\"investType7\" value=\"dystrybucja\">Distribution<\/option>\n<option id=\"investType8\" value=\"inne\">Other<\/option>\n<\/select><label for=\"investType\">Nature of investment<\/label><\/td><\/tr>\n\n<tr><td><div style=\"margin: 10px 0px 5px;\">Description of the investment project<\/div><\/td><\/tr>\n<tr><td colspan=\"2\"><textarea name=\"investDesc\" id=\"investDesc\" required=\"\" rows=\"3\"><\/textarea><label for=\"investDesc\">Description of the investment project<\/label><\/td><\/tr>\n\n<tr><td>Range of services needed<\/td>\n\n<td style=\"position: relative;\">\n<textarea name=\"servicesText\" id=\"servicesText\" style=\"height: 2em; resize: none;\" required=\"\" onkeydown=\"return false;\" onfocus=\"jQuery(&quot;.infoBox&quot;).hide(150);jQuery(&quot;#servicesDiv&quot;).show(150);optionsUpdate(&quot;services&quot;);this.blur();\"><\/textarea>\n<label for=\"servicesText\">Range of services needed (multiple&nbsp;choice)<\/label>\n<div class=\"infoBox\" id=\"servicesDiv\">\n<label for=\"services1\"><input name=\"services[]\" id=\"services1\" onclick=\"optionsUpdate(&quot;services&quot;);\" type=\"checkbox\" value=\"Preparation of information packages\"> Preparation of information packages<br><\/label>\n<label for=\"services2\"><input name=\"services[]\" id=\"services2\" onclick=\"optionsUpdate(&quot;services&quot;);\" type=\"checkbox\" value=\"Developing information on investment incentives\"> Developing information on investment incentives<br><\/label>\n<label for=\"services3\"><input name=\"services[]\" id=\"services3\" onclick=\"optionsUpdate(&quot;services&quot;);\" type=\"checkbox\" value=\"Preparation a list of investment properties on offer\"> Preparation a list of investment properties on offer<br><\/label>\n<label for=\"services4\"><input name=\"services[]\" id=\"services4\" onclick=\"optionsUpdate(&quot;services&quot;);\" type=\"checkbox\" value=\"Real estate audits\"> Real estate audits<br><\/label>\n<label for=\"services5\"><input name=\"services[]\" id=\"services5\" onclick=\"optionsUpdate(&quot;services&quot;);\" type=\"checkbox\" value=\"Location consulting\"> Location consulting<br><\/label>\n<label for=\"services6\"><input name=\"services[]\" id=\"services6\" onclick=\"optionsUpdate(&quot;services&quot;);\" type=\"checkbox\" value=\"The organisation of B2B meetings\"> The organisation of B2B meetings<br><\/label>\n<label for=\"services7\"><input name=\"services[]\" id=\"services7\" onclick=\"optionsUpdate(&quot;services&quot;);\" type=\"checkbox\" value=\"Support in contacts with government agencies\"> Support in contacts with government agencies<br><\/label>\n<label for=\"services8\"><input name=\"services[]\" onclick=\"optionsUpdate(&quot;services&quot;);\" type=\"checkbox\" value=\"The organisation of training\"> The organisation of training<br><\/label>\n<label for=\"services9\"><input name=\"services[]\" id=\"services9\" onclick=\"optionsUpdate(&quot;services&quot;);if (this.checked) jQuery(&quot;#servicesOther,#servicesOtherRow&quot;).show(150); else jQuery(&quot;#servicesOther,#servicesOtherRow&quot;).hide(150);\" type=\"checkbox\" value=\"Others\"> Others<br><\/label>\n<button style=\"margin-top: -2.5em; float: right;\" onclick=\"jQuery(&quot;#servicesDiv&quot;).hide(150);jQuery(&quot;#servicesOtherText&quot;).val(jQuery(&quot;#servicesOther&quot;).val());return false;\">Ok<\/button>\n<textarea name=\"servicesOther\" id=\"servicesOther\" style=\"height: 3em; display: none;\"><\/textarea>\n<\/div>\n<\/td><\/tr>\n\n<tr id=\"servicesOtherRow\" style=\"display: none;\"><td>Additional services<\/td>\n<td><textarea name=\"servicesOtherText\" id=\"servicesOtherText\" required=\"\" oninput=\"jQuery(&quot;#servicesOther&quot;).val(jQuery(&quot;#servicesOtherText&quot;).val());\"><\/textarea>\n<label for=\"servicesOtherText\">Additional services<\/label>\n<\/td><\/tr>\n\n<tr><td>Value of investment [mln EUR]<\/td><td>\n<input name=\"capital\" id=\"capital\" required=\"\" oninput=\"this.value=this.value.replace(\/[^0-9\\.\\,]\/g,'');this.value=this.value.replace(',','.');this.value=this.value.replace('..','.');\" min=\"0\" step=\"any\" placeholder=\"Nak\u0142ady inwestycyjne [mln EUR]\" pattern=\"[0-9]*[.,]?[0-9]*\" value=\"\" ttype=\"number\" inputmode=\"numeric\">\n<label for=\"capital\">Value of investment [mln EUR]<\/label><\/td><\/tr>\n<tr><td>Planned employment<\/td><td><input name=\"employ\" id=\"employ\" required=\"\" oninput=\"this.value=this.value.replace(\/[^0-9]\/g,'');\" type=\"number\" min=\"0\" step=\"1\" placeholder=\"Planowane zatrudnienie\" pattern=\"\\d*\" value=\"\" inputmode=\"numeric\"><label for=\"employ\">Planned employment<\/label><\/td><\/tr>\n\n<!--<tr><td>Voivodeships under consideration<\/td>\n\n<td style=\"position: relative;\">\n<textarea name=\"voivodshipText\" id=\"voivodshipText\" style=\"height: 2em; resize: none;\" required=\"\" onkeydown=\"return false;\" onfocus='jQuery(\".infoBox\").hide(150);jQuery(\"#voivodshipDiv\").show(150);optionsUpdate(\"voivodship\");this.blur();'><\/textarea>\n<label for=\"voivodshipText\">Voivodeships under consideration (multiple&nbsp;choice)<\/label>\n<div class=\"infoBox\" id=\"voivodshipDiv\" style=\"width: 400px; right: 0px;\">\n\n<button style=\"margin-top: 2.5em; float: right;\" onclick='jQuery(\"#voivodshipDiv\").hide(150);return false;'>OK<\/button>\n<div style=\"padding-bottom: 5px; margin-bottom: 5px; border-bottom-color: rgb(102, 102, 102); border-bottom-width: 1px; border-bottom-style: solid;\"><input name=\"voivodshipAll\" id=\"voivodshipAll\" onclick=\"selectVoivods();\" type=\"checkbox\" value=\"all\"> select all<\/div>\n<input name=\"voivodship[]\" id=\"voivodship1\" onclick='optionsUpdate(\"voivodship\");' type=\"checkbox\" value=\"dolno\u015bl\u0105skie\"> Lower Silesia (dolno\u015bl\u0105skie)<br>\n<input name=\"voivodship[]\" id=\"voivodship2\" onclick='optionsUpdate(\"voivodship\");' type=\"checkbox\" value=\"kujawsko-pomorskie\"> Kuyavian-Pomeranian (kujawsko-pomorskie)<br>\n<input name=\"voivodship[]\" id=\"voivodship3\" onclick='optionsUpdate(\"voivodship\");' type=\"checkbox\" value=\"lubelskie\"> Lublin (lubelskie)<br>\n<input name=\"voivodship[]\" id=\"voivodship4\" onclick='optionsUpdate(\"voivodship\");' type=\"checkbox\" value=\"lubuskie\"> Lubusz (lubuskie)<br>\n<input name=\"voivodship[]\" id=\"voivodship5\" onclick='optionsUpdate(\"voivodship\");' type=\"checkbox\" value=\"\u0142\u00f3dzkie\"> Lodzkie (\u0142\u00f3dzkie)<br>\n<input name=\"voivodship[]\" id=\"voivodship6\" onclick='optionsUpdate(\"voivodship\");' type=\"checkbox\" value=\"ma\u0142opolskie\"> Lesser Poland (ma\u0142opolskie)<br>\n<input name=\"voivodship[]\" id=\"voivodship7\" onclick='optionsUpdate(\"voivodship\");' type=\"checkbox\" value=\"mazowieckie\"> Masovia (mazowieckie)<br>\n<input name=\"voivodship[]\" id=\"voivodship8\" onclick='optionsUpdate(\"voivodship\");' type=\"checkbox\" value=\"opolskie\"> Opole (opolskie)<br>\n<input name=\"voivodship[]\" id=\"voivodship9\" onclick='optionsUpdate(\"voivodship\");' type=\"checkbox\" value=\"podkarpackie\"> Subcarpathia (podkarpackie)<br>\n<input name=\"voivodship[]\" id=\"voivodship10\" onclick='optionsUpdate(\"voivodship\");' type=\"checkbox\" value=\"podlaskie\"> Podlasie (podlaskie)<br>\n<input name=\"voivodship[]\" id=\"voivodship11\" onclick='optionsUpdate(\"voivodship\");' type=\"checkbox\" value=\"pomorskie\"> Pomerania (pomorskie)<br>\n<input name=\"voivodship[]\" id=\"voivodship12\" onclick='optionsUpdate(\"voivodship\");' type=\"checkbox\" value=\"\u015bl\u0105skie\" selected=\"\"> Silesia (\u015bl\u0105skie)<br>\n<input name=\"voivodship[]\" id=\"voivodship13\" onclick='optionsUpdate(\"voivodship\");' type=\"checkbox\" value=\"\u015bwi\u0119tokrzyskie\"> \u015awi\u0119tokrzyskie<br>\n<input name=\"voivodship[]\" id=\"voivodship14\" onclick='optionsUpdate(\"voivodship\");' type=\"checkbox\" value=\"warmi\u0144sko-mazurskie\"> Warmia-Masuria (warmi\u0144sko-mazurskie)<br>\n<input name=\"voivodship[]\" id=\"voivodship15\" onclick='optionsUpdate(\"voivodship\");' type=\"checkbox\" value=\"wielkopolskie\"> Greater Poland (wielkopolskie)<br>\n<input name=\"voivodship[]\" id=\"voivodship16\" onclick='optionsUpdate(\"voivodship\");' type=\"checkbox\" value=\"zachodniopomorskie\"> West Pomerania (zachodniopomorskie)\n<\/div>\n<\/td><\/tr>-->\n\n<tr><td><div style=\"margin: 10px 0px 5px;\">Product description<\/div><\/td><\/tr>\n<tr>\n<td colspan=\"2\">\n<textarea name=\"product\" id=\"product\" required=\"\" rows=\"3\"><\/textarea><label for=\"product\">Product description<\/label><\/td><\/tr>\n\n<tr><td>Planned date for commencement of activity<\/td>\n\n<td style=\"position: relative;\">\n<input name=\"dateText\" id=\"dateText\" required=\"\" onkeydown=\"return false;\" onfocus=\"jQuery(&quot;.infoBox&quot;).hide(150);jQuery(&quot;#dateDiv&quot;).show(150);dateUpdate();this.blur();return false;\" oninput=\"dateUpdate();return false\">\n<label for=\"dateText\">Planned date for commencement of activity<\/label>\n<div class=\"infoBox\" id=\"dateDiv\" style=\"width: 50%;\">\n<div style=\"margin-bottom: 5px;\">Enter the quarter and year<\/div>\n\n<style>\n<!--\n.block {\ndisplay:inline-block;\nwidth:23px;\nfloat:left;\n}\n.block input {\nwidth:20px;\n}\n#dateDiv #year {\nmargin:0.5em 0 0 0.5em;\n}\n-->\n<\/style>\n\n<script>\n<!--\nfunction dateUpdate() {\nobj=jQuery('#dateText')[0];\nobj.value='';\nfor (i=1;i<5;i++)\n{\nquart=jQuery(\"#quart\"+i)[0];\nif (quart.checked) obj.value=quart.value+\" \";\n}\nobj.value+=jQuery('#year')[0].value;\n}\n-->\n<\/script>\n\n\n<label for=\"quart1\"><div class=\"block\">Q1<input name=\"quart\" id=\"quart1\" onclick=\"dateUpdate();\" type=\"radio\" value=\"Q1\"><\/div><\/label>\n<label for=\"quart2\"><div class=\"block\">Q2<input name=\"quart\" id=\"quart2\" onclick=\"dateUpdate();\" type=\"radio\" value=\"Q2\"><\/div><\/label>\n<label for=\"quart3\"><div class=\"block\">Q3<input name=\"quart\" id=\"quart3\" onclick=\"dateUpdate();\" type=\"radio\" value=\"Q3\"><\/div><\/label>\n<label for=\"quart4\"><div class=\"block\">Q4<input name=\"quart\" id=\"quart4\" onclick=\"dateUpdate();\" type=\"radio\" value=\"Q4\"><\/div><\/label>\n<input name=\"year\" id=\"year\" style=\"width: 4em !important;\" oninput=\"this.value=this.value.replace(\/[^0-9]\/g,'');if (this.value.length>4) this.value=this.value.slice(0,4);dateUpdate();&#8221; type=&#8221;number&#8221; maxlength=&#8221;4&#8243; min=&#8221;2024&#8243; step=&#8221;1&#8243; pattern=&#8221;20\\d\\d&#8221; value=&#8221;2024&#8243;>\n<br><button style=\"margin: 20px auto 0px; clear: both; float: none; display: block;\" onclick=\"dateUpdate();jQuery(&quot;#dateDiv&quot;).hide(150);return false;\">Ok<\/button><\/div>\n<\/td><\/tr>\n\n<script>\n<!--\njQuery(document).ready(function(){\nyear=new Date().getFullYear();\nobj=jQuery('#year')[0];\nif (obj)\n{\nobj.min=year;\nobj.max=year+10;\n\/\/obj.value=year;\n}\n});\n-->\n<\/script>\n\n<\/tbody><\/table><\/fieldset><\/td><\/tr>\n\n<\/tbody><tbody>\n<tr><td><fieldset><legend>Enquiry<\/legend>\n\n<table style=\"margin: 0px 10px 10px; width: 100%; padding-right: 18px;\" border=\"0\">\n\n<tbody><tr><td colspan=\"2\">\n<textarea name=\"problem\" id=\"problem\" required=\"\" rows=\"3\"><\/textarea><label for=\"problem\">Please enter the subject of your enquiry<\/label><\/td><\/tr>\n\n<\/tbody><\/table><\/fieldset><\/td><\/tr><\/tbody>\n\n<tbody><tr><td><fieldset><legend><br><\/legend>\n\n<table style=\"margin: 0px 0px 10px; width: 100%; padding-right: 0px;\" border=\"0\">\n<tbody>\n\n<tr>\n<td colspan=\"2\">\n<table width=\"100%\" class=\"formLayout\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody><tr><td><input name=\"agree\" style=\"margin: 5px 8px 15px 0px; vertical-align: text-top; float: left;\" required=\"\" type=\"checkbox\" value=\"1\"><\/td>\n<td id=\"agree\"><div align=\"left\" style=\"font-size: calc(1em - 2px);\">I declare that I have read the <strong><a href=\"\/gdpr\/information_obligation_for_person_contacting_paih\" target=\"_blank\" rel=\"noopener\">the GDPR information clause<\/a><\/strong>. The administrator of your personal data is PAIH (address: 50 Krucza Street, 00\u02d7025 Warsaw). <strong>The data will be processed in order to respond to your inquiry.<\/strong>&nbsp;*<strong><!-- <a onclick='jQuery(\"._infoWindow\").hide();jQuery(\"#_rodo\").show();jQuery(\"._infoOverlay\").css(\"cursor\",\"pointer\").toggle(150);return false;' href=\"\">Wi\u0119cej&nbsp;&raquo;<\/a>--><\/strong><\/div><\/td><\/tr>\n\n<tr><td id=\"agreeMark\"><input name=\"agreeMark\" style=\"margin: 5px 8px 15px 0px; vertical-align: text-top; float: left;\" type=\"checkbox\" value=\"1\"><\/td>\n<td><div align=\"left\" style=\"font-size: calc(1em - 2px);\"> I consent to the processing of my e-mail address in order to <strong>receive marketing information<\/strong>, i.e. information on planned events of an informative and promotional nature, organized by PAIH S.A., information on PAIH S.A. support for Polish exporters and investors.&nbsp;**<!-- <a onclick='jQuery(\"._infoWindow\").hide();jQuery(\"#_rodoPBB\").show();jQuery(\"._infoOverlay\").css(\"cursor\",\"pointer\").toggle(150);return false;' href=\"\">Wi\u0119cej&nbsp;&raquo;<\/a>--><\/div><\/td>\n<\/tr>\n\n<tr><td id=\"agreeNews\"><input name=\"agreeNews\" style=\"margin: 5px 8px 15px 0px; vertical-align: text-top; float: left;\" type=\"checkbox\" value=\"1\"><\/td>\n<td><div align=\"left\" style=\"font-size: calc(1em - 2px);\"> I agree to send a newsletter in the form of an e-magazine to the e-mail address indicated by me.&nbsp;**<!-- <a onclick='jQuery(\"._infoWindow\").hide();jQuery(\"#_rodoPBB\").show();jQuery(\"._infoOverlay\").css(\"cursor\",\"pointer\").toggle(150);return false;' href=\"\">Wi\u0119cej&nbsp;&raquo;<\/a>--><\/div><\/td>\n<\/tr>\n\n<tr><td><br><\/td><td><div align=\"left\" style=\"font-size: calc(1em - 2px);\"><br>* Mandatory<br>** Voluntary<\/div><\/td>\n<\/tr>\n\n<\/tbody><\/table>\n<\/td><\/tr>\n\n<\/tbody><\/table><\/fieldset><\/td><\/tr><\/tbody><\/table>\n\n<div class=\"_infoOverlay\" style=\"display: none;\" onclick=\"if (jQuery('#_successWin:visible').length) {jQuery('#form')[0].reset();sended=false;jQuery(this).hide(150);} if (jQuery('#_loader:hidden').length) jQuery(this).hide(150);\"><div class=\"_positioner\"><div class=\"_infoWindow\" id=\"_rodo\" style=\"display: block;\">I declare that I have read <strong><a href=\"\/gdpr\/information_obligation_for_person_contacting_paih\" target=\"_blank\" rel=\"noopener\"> the GDPR information clause<\/a><\/strong> and I agree to the processing of the entered data by the Polish Investment and Trade Agency (pursuant to art.6 par.1 point.a &#8211; GDPR) solely for the purpose of contact by the Agency on matters related to this enquiry.<br><br><em>The Controller of the personal data which you provided shall be: Polska Agencja Inwestycji i Handlu S.A. ul. Krucza 50 00-025 Warszawa entered into the Register of Entrepreneurs of the National Court Register by the District Court for the capital city of Warsaw, 12th Commercial Register of the National Court Register, under KRS no. KRS 0000109815, with the share capital of PLN 191,937,969.63 fully paid up and NIP no. 526-030-01-67.<\/em><\/div>\n\n<div class=\"_infoWindow\" id=\"_rodoPBB\" style=\"display: block;\">I declare that I have read<strong><a href=\"\/gdpr\/sending_commercial_information_under_the_information_obligation\" target=\"_blank\" rel=\"noopener\">&nbsp;the GDPR information clause<\/a><\/strong> and I agree to the processing of the entered data by the Polish Investment and Trade Agency (pursuant to art.6 par.1 point.a &#8211; GDPR) solely for the purpose of sending the PAIH monthly magazine and keeping statistics for the internal purposes of PAIH<br><br><em>The Controller of the personal data which you provided shall be: Polska Agencja Inwestycji i Handlu S.A. ul. Krucza 50 00-025 Warszawa entered into the Register of Entrepreneurs of the National Court Register by the District Court for the capital city of Warsaw, 12th Commercial Register of the National Court Register, under KRS no. KRS 0000109815, with the share capital of PLN 191,937,969.63 fully paid up and NIP no. 526-030-01-67.<\/em><\/div>\n\n<div class=\"_infoWindow\" id=\"_successWin\" style=\"text-align: center; display: none;\"><img decoding=\"async\" style=\"width: 70px; height: 70px;\" alt=\"Success\" src=\"\/files\/?id_plik=36492\"><br><br><strong>Thank you! <br>Your form has been submitted.<\/strong><br><br><button onclick=\"jQuery('#form')[0].reset();sended=false;jQuery('._infooverlay').hide(150);return false;\">OK<\/button><\/div>\n\n<div class=\"_infoWindow\" id=\"_failWin\" style=\"text-align: center; display: none;\"><img decoding=\"async\" style=\"width: 70px; height: 70px;\" alt=\"Fail\" src=\"\/files\/?id_plik=36493\"><br><br>Your enquiry has not been sent correctly.<br><br>Please check your data and try again later.<br><br><button onclick=\"sended=false;jQuery('._infooverlay').hide(150);return false;\">OK<\/button><\/div>\n\n<div class=\"_infoWindow\" id=\"_loader\" style=\"text-align: center; display: none;\"><img decoding=\"async\" style=\"width: 85px; height: 85px;\" alt=\"Loading...\" src=\"\/files\/?id_plik=36527\"><br><br><strong>Please wait&#8230;<\/strong><\/div>\n\n<\/div><\/div><br><input style=\"margin: 10px;\" type=\"submit\" value=\"Send\" class=\"button_primary my_size_md\"><\/form><\/div>\n\n\n<style>\n<!--\n._column {\ndisplay:inline-block;\ntext-align:center;\nwidth:49.5%;\nmin-width:290px;\npadding:15px 0px;\nvertical-align:middle;\n}\n#_contactTab {\nmargin:auto;\ntext-align:left;\nline-height:1.8em;\ndisplay: inline-block;\nmax-width:300px !important;\n}\n#_contactTab td {\ntext-align:left;\nmin-height:34px;\n}\n#_contactTab td img {\nwidth:25px !important;\nmargin:-2px 5px 0 0;\nmax-width:none;\nvertical-align: middle;\n}\n@media screen and (max-width: 624px)\n{\n._column {\ndisplay:block;\n\/*text-align:center !important;*\/\nwidth:100%;\npadding:15px 0px;\n}\n}\n-->\n<\/style>\n\n\n<br><br>\n\n\n<!--h2 align='center' style='color:#08283a;'>General information<\/h2-->\n\n<div>\n<div class=\"_column\" style=\"text-align: left;\"><strong>Polish Investment and Trade Agency<\/strong><br>Krucza St. 50<br>00-025 Warszawa<br>(Working hours: Mon.-Fri., 8:00am-4:00pm)<br><br>NIP: 526-030-01-67<br>KRS: 0000109815<br>Share capital of PLN 191,937,969.63, fully&nbsp;paid&nbsp;up<\/div>\n\n<style>\n<!--\n#_contactTab {\nwidth:100%;\n}\n#_contactTab td:first-child {\ndisplay:none;\n}\n._colRight {\ntext-align:right;\n}\n\n@media screen and (max-width: 624px) {\n._colRight {\ntext-align:left;\nmargin-left:0;\n}\n}\n-->\n<\/style>\n\n<div class=\"_column _colRight\"><table id=\"_contactTab\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tbody>\n\n<tr><td><img decoding=\"async\" alt=\"Telephone\" src=\"\/_img\/_pictures\/36425.gif\"><\/td><td><b>PAIH helpline:<\/b> +48 22 334 99 55<\/td><\/tr>\n\n<tr><td><img decoding=\"async\" alt=\"E-mail\" src=\"\/_img\/_pictures\/36513.gif\"><\/td><td><b>Contact PAIH24:<\/b> <a href=\"mailto:paih24@paih.gov.pl?subject=Contact PAIH24\">paih24@paih.gov.pl<\/a><br><\/td><\/tr>\n\n\n\n<!--<tr><td><img decoding=\"async\" alt=\"Telephone\" src=\"\/_img\/_pictures\/36425.gif\"><\/td><td> PFR Group helpline: 800 800 120<\/td><\/tr>-->\n\n<tr><td><img decoding=\"async\" alt=\"Telephone\" src=\"\/_img\/_pictures\/36425.gif\"><\/td><td><b>Reception desk:<\/b> +48 22 334 99 10<\/td><\/tr><tr><td><img decoding=\"async\" alt=\"Contact for media\" src=\"\/_img\/_pictures\/36463.gif\"><\/td><td><b>Media:<\/b> <a href=\"mailto:redakcja@paih.gov.pl\">redakcja@paih.gov.pl<\/a><\/td><\/tr><tr><td style=\"vertical-align: top;\"><img decoding=\"async\" style=\"margin-top: 0px;\" alt=\"Kontakt z IODO\" src=\"\/_img\/_pictures\/36513.gif\"><\/td><td style=\"height: 58px; line-height: 24px !important;\"><b>Data Protection Officer<\/b><br>Jaros\u0142aw Wyrwa<br><a href=\"mailto:iod@paih.gov.pl\">iod@paih.gov.pl<\/a><\/td><\/tr><\/tbody><\/table><\/div>\n\n\n\n\n\n\n\n\n\n<br><br>\n\n<\/div>\n\n<!--h2 align='center' style='color:#000;'>PAIH headquarters<\/h2-->\n<h5 class=\"wp-block-heading\">PAIH headquarters<\/h5>\n\n\n<div><br>\n\n<iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d2443.6527786678!2d21.01440631611755!3d52.23152587976066!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x471eccf40f6d0cd1%3A0x6c455009318c5e95!2sKrucza+50%2C+00-022+Warszawa!5e0!3m2!1spl!2spl!4v1551969587414\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" style=\"border: 1px solid rgb(221, 221, 221); border-image: none; width: 100%; height: 400px;\"><\/iframe><\/div>\n\n<br><br><br>\n\n\n<script>\n<!--\nfunction failMsg(){\njQuery(\"._infoWindow\").hide();\njQuery(\"#_failWin\").show();\njQuery(\"._infoOverlay\").show(150).css('cursor','pointer');\nsended=false;\n}\n\nfunction successMsg(){\nif (timer) clearTimeout();\njQuery(\"._infoWindow\").hide();\njQuery(\"#_successWin\").show();\njQuery(\"._infoOverlay\").show(150).css('cursor','pointer');\n}\n\nvar timer;\n\njQuery(\"#result\").load(function(){\nurl=jQuery(\"#result\")[0];if (url && url.contentDocument) url=url.contentDocument.URL || url.contentDocument.location.href;\n\nif (url==\"about:blank\") return;\n\nif (url && typeof(url)==\"string\" && url.indexOf('f96f40bdb8cb393c6e35be1f7464e339')>=0)\nsuccessMsg();\nelse if (url && typeof(url)==\"string\" && url.indexOf('send.php')>=0)\ntimer=setTimeout(\"failMsg();\",20000);\nelse\nfailMsg();\n});\n-->\n<\/script><\/div>\n\n<!--<link href=\"https:\/\/forms.paih.gov.pl\/iti\/140919.css\" rel=\"stylesheet\">\n<script src=\"https:\/\/forms.paih.gov.pl\/iti\/140911.js\"><\/script>-->\n\n<link href=\"\/wp-content\/uploads\/0\/140901\/140919.css\" rel=\"stylesheet\">\n<script src=\"\/wp-content\/uploads\/0\/140901\/140911.js\"><\/script>\n","protected":false},"excerpt":{"rendered":"<p>The Polish Investment and Trade Agency provides high value-added services for national and international companies. Please feel free to contact us with any business-related matters. From the drop-down list below, please select the relevant subject and complete all other fields. Our team will get in touch with you as soon as possible. Subject of your [&hellip;]<\/p>\n","protected":false},"author":79,"featured_media":0,"parent":9605,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"_themeisle_gutenberg_block_has_review":false,"footnotes":"","_links_to":"","_links_to_target":""},"acf":{"template_hide_top_photo":true,"template_btn_contact_disable":true,"template_btn_contact_link":"","template_btn_contact_text":"","_hide_from_search_wp":false,"_hide_from_search_engines":false},"_links":{"self":[{"href":"https:\/\/www.paih.gov.pl\/en\/wp-json\/wp\/v2\/pages\/14461"}],"collection":[{"href":"https:\/\/www.paih.gov.pl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.paih.gov.pl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.paih.gov.pl\/en\/wp-json\/wp\/v2\/users\/79"}],"replies":[{"embeddable":true,"href":"https:\/\/www.paih.gov.pl\/en\/wp-json\/wp\/v2\/comments?post=14461"}],"version-history":[{"count":44,"href":"https:\/\/www.paih.gov.pl\/en\/wp-json\/wp\/v2\/pages\/14461\/revisions"}],"predecessor-version":[{"id":205558,"href":"https:\/\/www.paih.gov.pl\/en\/wp-json\/wp\/v2\/pages\/14461\/revisions\/205558"}],"up":[{"embeddable":true,"href":"https:\/\/www.paih.gov.pl\/en\/wp-json\/wp\/v2\/pages\/9605"}],"wp:attachment":[{"href":"https:\/\/www.paih.gov.pl\/en\/wp-json\/wp\/v2\/media?parent=14461"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}