<!DOCTYPE html> <!-- HTC Spark Start. --><html lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="STHome - start"> <base href="/"> <style> *{ margin:0; } body{ font-family:"Roboto"; } </style> <link rel="stylesheet" href="/assets/fonts/material-design-iconic-font.min.css"> <link href='/assets/fonts/fonts.css' rel='stylesheet' type='text/css'> <script> var allowCdn=false; var fontsInit={ addCssLink:function (url) { var lnk=document.createElement("link"); lnk.rel="stylesheet"; lnk.type="text/css"; lnk.href=url; document.getElementsByTagName("head")[0].appendChild(lnk); }, checkCdnAvail: function(testUrl,callOk,callFail) { if(!allowCdn) { callFail(); return; } var xhttp=new XMLHttpRequest(); var ok=false; xhttp.onreadystatechange=function() { if((xhttp.readyState == 4)&&(xhttp.status == 200||xhttp.status == 404)) { ok=true; callOk(); } }; xhttp.open("GET",testUrl,1); xhttp.timeout=500; xhttp.send(); setTimeout(function(){ if(!ok) { callFail(); } },500); } }; (function() { function useCdn() { fontsInit.addCssLink("https://fonts.googleapis.com/icon?family=Material+Icons"); fontsInit.addCssLink("https://fonts.googleapis.com/css?family=Roboto:400,100,100i,300i,300,400i,500,500i,700,700i,900,900i&subset=latin,latin-ext"); fontsInit.addCssLink("https://fonts.googleapis.com/css?family=Lato:400,100,100i,300i,300,400i,500,500i,700,700i,900,900i"); fontsInit.addCssLink("https://fonts.googleapis.com/css?family=Muli:400,100,100i,300i,300,400i,500,500i,700,700i,900,900i"); fontsInit.addCssLink("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300;1,600;1,700&display=swap"); fontsInit.addCssLink("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"); } function useFallback() { fontsInit.addCssLink("/assets/fonts/fonts_fallback.css"); } fontsInit.checkCdnAvail("https://fonts.googleapis.com/css?family=Roboto:400,100,100i,300i,300,400i,500,500i,700,700i,900,900i&subset=latin,latin-ext", useCdn,useFallback); })(); </script> <title>STHome - start</title> <link id="doc_icon" rel="icon" type="image/x-icon" href="/webng/_service/loader/app_icon_load.pub.c?app=40713739"/> </head> <body> <script> portal={ nav:function(link) { window.location.href=link; }, scrollToBoxElem:function(box_elem,link_type,link_name) { // Pozycja docelowego elementu. var targetTop=document.querySelector(".box_elem[data-id=\""+box_elem+"\"]").getBoundingClientRect().top; targetTop+=window.scrollY; var page=document.getElementById("page"); // Korekta o nagBówek, je|eli jest nad stron. if(page.getAttribute("data-layout_c") == 3) { targetTop-=64; } // Scrollowanie. portal.priv_scrollTo(targetTop,300); //document.getElementsByTagName("html")[0].scrollTop=Math.ceil(targetTop); // Zdarzenie dla ggl tags manager. if(window.dataLayer!=null) { window.dataLayer.push({ 'event': 'scroll_to_box_clicked', 'link_type': link_type||'?', 'link_name': link_name||'?' }); } // Przerwanie nawigacji. return false; }, scrollTop:function(box_elem) { // Pozycja docelowego elementu - kontener gBównej zawarto[ci. var targetTop=document.querySelector(".portal_box_c_1").getBoundingClientRect().top; targetTop+=window.scrollY; var page=document.getElementById("page"); // Korekta o nagBówek, je|eli jest nad stron. if(page.getAttribute("data-layout_c") == 3) { targetTop-=64; } // Scrollowanie. portal.priv_scrollTo(targetTop,300); //document.getElementsByTagName("html")[0].scrollTop=Math.ceil(targetTop); // Przerwanie nawigacji. return false; }, priv_scrollTo:function(targetTop,duration=200) { if(("requestAnimationFrame" in window) === false) { document.getElementsByTagName("html")[0].scrollTop=Math.ceil(targetTop); return; } targetTop=Math.ceil(targetTop); var start=window.scrollY; var startTime=("now" in window.performance)?performance.now():new Date().getTime(); function ease(t) { return (--t)*t*t+1; } function scrollStep() { var now=("now" in window.performance)?performance.now():new Date().getTime(); var time=Math.min(1,ease(((now-startTime)/duration))); var y=Math.ceil((time*(targetTop-start))+start); document.getElementsByTagName("html")[0].scrollTop=y; document.getElementsByTagName("body")[0].scrollTop=y; if((window.scrollY === targetTop)||(time === 1)) { return; } requestAnimationFrame(scrollStep); } scrollStep(); } } var PORTAL_PAGE; var PORTAL_PAGE_SCROLLED=0; window.addEventListener("scroll",function(event){ var p=(document.scrollingElement || document.documentElement).scrollTop; if(PORTAL_PAGE===undefined) { PORTAL_PAGE=document.getElementById("page"); } if((p>0)&&(PORTAL_PAGE_SCROLLED === 0)) { PORTAL_PAGE.classList.add("page_scrolled"); PORTAL_PAGE_SCROLLED=1; return; } if((p===0)&&(PORTAL_PAGE_SCROLLED === 1)) { PORTAL_PAGE.classList.remove("page_scrolled"); PORTAL_PAGE_SCROLLED=0; } }); </script> <link href="/webng/common/services/cloud_colors/db-load_cloud_colors.pub.csc?cloud=22156810&palette=29181205" rel="stylesheet" type="text/css"/> <div id="app_root" class="cloud22156810 acolp_29181205" data-app-version="40713740" data-app-id="40713739" data-cloud="22156810" data-app-name="portal_STHome"><style> .portal_box_c_2 { position: fixed; /*height: 116px;*/ /* Rozmiar powinny ustala elementy wstarione w kontener */ top: 0; left: 0; z-index:50; width:100%; } .page_scrolled .portal_box_c_2 { /*height:64px;*/ /* Rozmiar powinny ustala elementy wstarione w kontener */ } .portal_box_c_6 { position: fixed; bottom: 0; left: 0; right: 0; } </style> <div id="page" data-url-name="start" data-layout_c="3"><style> .bbcode a.btn { color:#fff; text-decoration:none; display:inline-block; padding:12px 30px 14px 30px; border-radius:3px; border-style:solid; transition: all 0.2s cubic-bezier(0.4,0,0.2,1); line-height:12px; } .bbcode a.btn > div { color:#fff !important; font-size:11px; font-weight:600; letter-spacing:1px; line-height:initial; } .bbcode a { text-decoration:none; } .bbcode.classic a { color:#F57021; } .bbcode.classic a:hover { color:#F57021; } .bbcode.classic a:hover span, .bbcode.classic a:hover div { text-decoration:underline; } .bbcode.classic a.btn:hover span, .bbcode.classic a.btn:hover div { text-decoration:none; } .bbcode.sharp a.btn { border-radius:0; padding:15px 40px 14px 40px; } .bbcode.sharp a.btn > div { letter-spacing:0; } .bbcode ul{ list-style: none; padding: 0; } .bbcode ul > li{ padding-left:1.3em; } .bbcode ul > li:before{ content:"\f26b"; font-family:"Material-Design-Iconic-Font"; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display:inline-block; width:1.3em; margin-left:-1.3em; } .bbcode.classic ul > li:before{ content:""; } .bbcode table td { vertical-align:top; } .bbcode.classic hr { border-color:#CECECE !important; } .portal_box { background-position:center top; /* Warto doda kiedy[ konfiguracj powtarzania. */ background-repeat:no-repeat; } .box_elem { position:relative; } .bg-size-c1 { background-size: initial; } .bg-size-c2 { background-size: contain; } .bg-size-c3 { background-size: cover; } .box_elem_render_fail{ background-color:#fff; height:300px; } @media screen and (min-width: 1280px) { .box_elem.elem_show--wide { display:block; } .box_elem.elem_show--narrow { display:none; } } @media screen and (min-width: 768px) and (max-width: 1279px) { .box_elem.elem_show--wide { display:block; } .box_elem.elem_show--narrow { display:none; } } @media screen and (max-width: 767px) { .box_elem.elem_show--wide { display:none; } .box_elem.elem_show--narrow { display:block; } } </style> <style> #alert { z-index: 998; display: none; position: fixed; top: 0; left: 0; width:100%; height:100%; background-color: rgba(0,0, 0, 0.1); } #alert .alert__dlg { z-index: 999; position: fixed; top: 100px; left: 50%; transform: translateX(-50%); } #alert .close { cursor: pointer; position: absolute; outline: none; background: none; border: 0; } #alert.modern .alert__dlg { text-align: center; font-size: 16px; border-top: 3px solid #ccc; background-color: rgba(0,0, 0, 0.8); color: #fff; padding: 50px 75px 0; } #alert.modern.error .alert__dlg { border-top-color: #D73737; } #alert.modern.success .alert__dlg { border-top-color: #629742; } #alert.modern.warning .alert__dlg { border-top-color: #D9B615; } #alert.modern.info .alert__dlg { border-top-color: #0E2555;} #alert.modern .close { top: 14px; right: 14px; font-size: 18px; color: #ccc; } #alert.modern .close:hover { color: #fff; } #alert.modern .icon { margin: 19px 0 28px; } #alert.modern .icon::before { font-family: 'Material Icons'; font-size: 40px; } #alert.modern.error .icon::before { content:"remove_circle_outline"; color: #D73737; } #alert.modern.success .icon::before { content:"check"; color: #629742; } #alert.modern.warning .icon::before { content:"error_outline"; color: #D9B615; } #alert.modern.info .icon::before { content:"info_outline"; color: #0E2555; } #alert.simple .alert__dlg { text-align: center; font-size: 16px; border-top: 3px solid #ccc; background-color: #fff; color: #2E2E2E; padding: 40px 75px 20px 75px; border-radius:8px; box-shadow: 0px 16px 58px #00000014; font-family: 'SourceSans3'; } #alert.simple.error .alert__dlg { border-top-color: #D73737; } #alert.simple.success .alert__dlg { border-top-color: #629742; } #alert.simple.warning .alert__dlg { border-top-color: #D9B615; } #alert.simple.info .alert__dlg { border-top-color: #0E2555;} #alert.simple .close { top: 14px; right: 14px; font-size: 18px; color: #7B7B7B; } #alert.simple .close:hover { color: #2E2E2E; } #alert.simple .icon { margin: 19px 0 10px; } #alert.simple .icon::before { font-family: 'Material Icons'; font-size: 40px; } #alert.simple.error .icon::before { content:"remove_circle_outline"; color: #D73737; } #alert.simple.success .icon::before { content:"check"; color: #629742; } #alert.simple.warning .icon::before { content:"error_outline"; color: #D9B615; } #alert.simple.info .icon::before { content:"info_outline"; color: #0E2555; } </style> <div id="alert"> <div class="alert__dlg"> <button class="close material-icons">close</button> <header></header> <div class="body"></div> <div class="icon material-icons"></div> </div> </div> <script> /* Jednorazowa inicjalizacja mechanizmu alertów. */ (function(){ var alertEl=document.getElementById("alert"); var bodyEl=alertEl.getElementsByClassName("body")[0]; var closeEl=alertEl.getElementsByClassName("close")[0]; function closeAlert() { alertEl.style.display="none"; bodyEl.innerHTML=""; }; function closeAlertOnBg(evt) { if(evt.target !== alertEl) { return; } closeAlert(); } function initEvents() { alertEl.addEventListener("click", function(evt) { closeAlertOnBg(evt) }); closeEl.addEventListener("click", function() { closeAlert() }); } initEvents(); portal.alert=function(body,type,style) { type=type||"info"; alertEl.classList=type+" "+(style||"modern"); bodyEl.innerHTML=body; alertEl.style.display="block"; } })(); </script> <div class="portal_box portal_box_c_2 (null)" style="(null)" data-id="40713976"><div class="box_elem elem_c_header elem_show--always" data-id="40715567"> <style> .elem_c_header>.style_4 { font-family:'Lato'; font-weight: 600; } .elem_c_header>.style_4 .top_section { height: 44px; } .elem_c_header>.style_4 .bot_section { position: relative; height: 116px; } /* Wiksza wysoko[c w trybie 'Pro'. */ .elem_c_header>.style_4.style_4 .bot_section { height: 128px; } /* CieD w trybie 'Modern'. */ .elem_c_header>.style_4.style_2 .bot_section { box-shadow: 0 3px 10px 0 rgba(0,0,0,.3); font-weight: 900; font-family:"Roboto"; } .elem_c_header>.style_4 .bg { width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; } .elem_c_header>.style_4 .bg.bg--transparent { opacity: 0.85; filter: alpha(opacity=85); /* IE < 9 */ } .elem_c_header>.style_4 .contact_info { display: flex; flex-direction: row; flex-wrap:nowrap; height:100%; float:right; } /* Linia pod menu w trybie 'Pro'. */ .elem_c_header>.style_4.style_4 .bg { border-bottom:1px solid #e3e3e3; box-sizing:border-box; } .elem_c_header>.style_4 .wrapper { width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; } .elem_c_header>.style_4 .tp_header { max-width: 1280px; margin: auto; height: 100%; padding: 0px 40px; box-sizing: border-box; position: relative; } .elem_c_header>.style_4 .tp_header::after { content:''; clear: both; } .elem_c_header>.style_4 .logo { display: inline-block; text-align: left; height: 100%; } .elem_c_header>.style_4 .logo img { height: 100%; width: auto; } .page_scrolled .elem_c_header>.style_4 .bot_section { height: 64px; } /* Przycisk rozwijania menu maBego ekranu. */ .elem_c_header>.style_4 .menu_btn { position: absolute; right: 30px; top: 0; height: 100%; display: none; user-select: none; color: #fff; outline: 0; } .elem_c_header>.style_4 .menu_btn:hover { color: #ccc; } .elem_c_header>.style_4 .icon { cursor: pointer; } /* Menu maBego ekranu. */ .elem_c_header>.style_4 .links { display: none; } .elem_c_header>.style_4 .links .btn { display: initial !important; text-align: center; width: 100%; } .elem_c_header>.style_4 .btn, .elem_c_header>.style_4 .btn_sub { position: relative; } .elem_c_header>.style_4 .btn a, .elem_c_header>.style_4 .btn_sub a { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .elem_c_header>.style_4 .logo .img.default { display: block; } .elem_c_header>.style_4 .logo .img.active { display: none; } .elem_c_header>.style_4 .logo:hover .img.active { display: block; } .elem_c_header>.style_4 .logo:hover .img.active + .img.default { display: none; } .elem_c_header>.style_4 .hamburger { display: none; } @media screen and (min-width: 769px) and (max-width: 1280px) { .elem_c_header>.style_4 .bot_section { height: 92px; } .elem_c_header>.style_4 .btn .text { height: 92px; } } @media screen and (min-width: 481px) and (max-width: 768px) { .elem_c_header>.style_4 .tp_header { padding: 0px 20px; } .elem_c_header>.style_4 .bot_section { height: 84px; } .page_scrolled .elem_c_header>.style_4 .bot_section { height: 48px; } } @media screen and (max-width: 480px) { .elem_c_header>.style_4 .tp_header { padding: 0px 5px; } .elem_c_header>.style_4 .bot_section { height: 64px; } .page_scrolled .elem_c_header>.style_4 .bot_section { height: 36px; } } /* Menu rozwijane. */ @media screen and (max-width: 950px) { .elem_c_header>.style_4 .btn.basic, .elem_c_header>.style_4 .btn.basic.btn_graphic.nolink { display: none; } .elem_c_header>.style_4 .menu_btn { display: flex; flex-direction: row; align-items: center; } .elem_c_header>.style_4 .hamburger:checked + .menu_btn { color: #ccc; } .elem_c_header>.style_4 .hamburger:checked ~ .links { display: block; } .elem_c_header>.style_4 .btn .bottom_margin { position: initial !important; } .elem_c_header>.style_4.style_4 .btn .text { padding-top:18px; padding-bottom:18px !important; } .elem_c_header>.style_4 .links { position: absolute; right: 0; top: 100%; opacity: 0.9; width: 250px; } .elem_c_header>.style_4 .links .link { width: 100%; } .elem_c_header>.style_4 .link .btn:hover .btn_sub { display: none; } .elem_c_header>.style_4 .bot_section { height: 64px; } .elem_c_header>.style_4 .btn .text { height: 64px; } } .elem_c_header>.style_4 .btn { cursor: pointer; display: block; text-align: left; float: right; outline: 0; height:100%; } .elem_c_header>.style_4.bg_bright .btn:hover, .elem_c_header>.style_4.bg_bright .btn.btn--active { background: rgba(0,0,0,0.1); } .elem_c_header>.style_4.bg_dark .btn:hover, .elem_c_header>.style_4.bg_dark .btn.btn--active { background: rgba(255,255,255,0.1); } .elem_c_header>.style_4 .btn .bottom_margin { width: 100%; height: 3px; visibility: hidden; position: absolute; bottom: 0px; } .elem_c_header>.style_4 .btn:hover .bottom_margin, .elem_c_header>.style_4 .btn.btn--active .bottom_margin { visibility: visible; } .elem_c_header>.style_4 .btn.nolink:hover .bottom_margin{ visibility: hidden; } .elem_c_header>.style_4 .btn.nolink:hover{ background: rgba(255,255,255,0); } .elem_c_header>.style_4 .btn.nolink { cursor: default; } .elem_c_header>.style_4 .btn .text { font-size: 13px; padding: 0px 23px; box-sizing: border-box; max-width: 230px; display:flex; align-items:center; flex-wrap:nowrap; line-height: 116px; text-align: center; text-overflow: ellipsis; overflow: hidden; margin: auto; white-space: nowrap; } /* Zmiana pozycji etykiety przycisku dla 'Pro'. */ .elem_c_header>.style_4.style_4 .btn { height:100%; } .elem_c_header>.style_4.style_4 .btn .text { font-weight:800; align-items:flex-end; height: 100%; padding-bottom: 29px; line-height:initial; text-transform:uppercase; } .page_scrolled .elem_c_header>.style_4.style_4 .btn .text { padding-bottom:0; } .elem_c_header>.style_4 .btn .text span, .elem_c_header>.style_4 .btn_sub span{ margin-right:8px; } .page_scrolled .elem_c_header>.style_4 .btn .text { line-height: 64px; font-size: 13px; } .elem_c_header>.style_4.style_2 .btn .text { font-size: 11px; font-weight: 900; font-family: "Roboto"; } .elem_c_header>.style_4 .btn.group:hover .btn_sub, .elem_c_header>.style_4 .btn.group:focus .btn_sub { display: flex; flex-wrap:nowrap; align-items:center; white-space:nowrap; opacity: 0.9; filter: alpha(opacity=90); /* IE < 9 */ } .elem_c_header>.style_4 .btn.group .bottom_margin { width: 100%; height: 3px; visibility: hidden; } .elem_c_header>.style_4 .btn.group:focus .bottom_margin, .elem_c_header>.style_4 .btn.group:hover .bottom_margin { visibility: visible; } .elem_c_header>.style_4 .btn_gr_sub { z-index: 100; display: block; position: absolute; } .elem_c_header>.style_4 .btn_sub { padding: 18px 40px 18px 20px; display: none; } .elem_c_header>.style_4 .btn_sub:hover{ display: block; } .elem_c_header>.style_4.bg_bright .btn_sub:hover{ background-color: rgba(0,0,0,0.1); } .elem_c_header>.style_4.bg_dark .btn_sub:hover{ background-color: rgba(255,255,255,0.1); } .page_scrolled .elem_c_header>.style_4 .btn_gr_sub { font-size: 13px; } .elem_c_header[data-id="40715567"] .btn > .text, .elem_c_header[data-id="40715567"] .btn_sub { color: #2E2E2E; } @media screen and (min-width: 769px) and (max-width: 1280px) { .elem_c_header>.style_4 .btn .text { font-size: 13px; padding: 0px 15px; } .elem_c_header>.style_4 .btn_sub { font-size:13px; } } @media screen and (min-width: 481px) and (max-width: 768px) { .elem_c_header>.style_4 .btn .text { font-size: 13px; padding: 0px 18px; max-width: 200px; line-height: 82px; } .elem_c_header>.style_4 .btn_sub{ font-size: 13px; max-width: 200px; } .elem_c_header>.style_4 .btn_gr_sub{ position: relative; font-style: italic; } .page_scrolled .elem_c_header>.style_4 .btn .text { line-height: 48px; font-size: 12px; } } @media screen and (max-width: 480px) { .elem_c_header>.style_4 .btn .text { font-size: 13px; padding: 0px 15px; max-width: 200px; line-height: 62px; } .page_scrolled .elem_c_header>.style_4 .btn .text { line-height: 36px; font-size: 12px; } .elem_c_header>.style_4 .btn_sub{ font-size: 13px; max-width: 200px; } } .elem_c_header>.style_4 .tp_header > .btn.btn_graphic .graphic { display: flex; align-items: flex-end; height: 100%; max-width: 200px; overflow: hidden; margin: auto; } .elem_c_header>.style_4 .btn_graphic img { vertical-align: middle; } .elem_c_header>.style_4 .btn_graphic img.default { display: initial; } .elem_c_header>.style_4 .btn_graphic img.active { display: none; } .elem_c_header>.style_4 .btn_graphic:hover img.active { display: initial; } .elem_c_header>.style_4 .btn_graphic:hover img.default { display: none; } .elem_c_header>.style_4 .btn.btn_graphic .text, .elem_c_header>.style_4.style_4 .btn.btn_graphic .text { padding-bottom: 0px !important; } .elem_c_header>.style_4 .btn_graphic.nolink { display: initial; } .elem_c_header>.style_4 .logo { display: inline-block; text-align: left; height: 100%; } .elem_c_header>.style_4 .logo img { height: 100%; width: auto; } .elem_c_header>.style_4 .logo .img.default { display: block; } .elem_c_header>.style_4 .logo .img.active { display: none; } .elem_c_header>.style_4 .logo:hover .img.active { display: block; } .elem_c_header>.style_4 .logo:hover .img.active + .img.default { display: none; } .elem_c_header>.style_4 .phone { height:100%; display: flex; flex-direction: row; flex-wrap:nowrap; align-items:center; } .elem_c_header>.style_4 .phone__icon { margin-right: 10px; } .elem_c_header>.style_4 .phone__number { font-family: "SourceSans3",sans-serif; font-size:15px; font-weight:400; } .elem_c_header>.style_4.bg_dark .phone { color:rgba(255,255,255,0.5); } .elem_c_header>.style_4.bg_bright .phone { color:rgba(0,0,0,0.5); } .elem_c_header>.style_4 .dane { margin-left:45px; padding:0 30px; display: flex; flex-direction: row; flex-wrap:nowrap; align-items:center; position:relative; cursor:pointer; } .elem_c_header>.style_4.bg_dark .dane { background-color: rgba(255,255,255,0.05); } .elem_c_header>.style_4.bg_bright .dane { background-color: rgba(0,0,0,0.05); } .elem_c_header>.style_4 .dane__title { margin-right:14px; font-family: "SourceSans3",sans-serif; font-size:15px; font-weight:400; user-select:none; } .elem_c_header>.style_4.bg_dark .dane__title, .elem_c_header>.style_4.bg_dark .dane__icon { color:rgba(255,255,255,0.5); stroke:rgba(255,255,255,0.5); } .elem_c_header>.style_4.bg_dark .dane:hover .dane__title, .elem_c_header>.style_4.bg_dark .dane:hover .dane__icon { color:#fff; stroke:#fff; } .elem_c_header>.style_4.bg_bright .dane__title, .elem_c_header>.style_4.bg_bright .dane__icon { color:rgba(0,0,0,0.5); stroke:rgba(0,0,0,0.5); } .elem_c_header[data-id="40715567"] .bg_dark .contact_info.--active .dane__title, .elem_c_header[data-id="40715567"] .bg_dark .contact_info.--active .dane__icon { color:#FFFFFF; stroke:#FFFFFF; } .elem_c_header>.style_4.bg_dark .contact_info.--active .dane { background-color: #fff; } .elem_c_header>.style_4.bg_bright .contact_info.--active .dane { background-color: rgba(0,0,0,0.8); } @media screen and (max-width: 950px) { .elem_c_header>.style_4 .contact_info { display:none; } } .elem_c_header>.style_4 .contact_box { cursor:initial; position:absolute; z-index: 2; top:100%; right:0; padding:20px 25px; background-color:#fff; display:none; min-width:232px; box-sizing: border-box; -webkit-box-shadow: 0px -10px 58px #00000014; box-shadow: 0px -16px 20px #00000014; border-radius: 0px 0px 6px 6px; } .elem_c_header[data-id="40715567"] .contact_box { color:#2E2E2E; } .elem_c_header>.style_4 .contact_info.--active .contact_box { display:block; } .elem_c_header>.style_4 .contact_name { font-family: "SourceSans3",sans-serif; font-size:15px; font-weight:600; margin-bottom:10px; } .elem_c_header[data-id="40715567"] .contact_name { color:#2E2E2E; } .elem_c_header>.style_4 .contact_num { font-family: "SourceSans3",sans-serif; font-size:15px; font-weight:400; line-height: 23px; } .elem_c_header[data-id="40715567"] .contact_num { color:#2E2E2E; } .elem_c_header>.style_4 .contact_phone, .elem_c_header>.style_4 .contact_email { display: flex; flex-direction: row; flex-wrap:nowrap; align-items:top; margin-top:15px; } .elem_c_header>.style_4 .contact_txt { margin-left:15px; font-size:13px; } .elem_c_header>.style_4 .contact_txt__strong, .elem_c_header>.style_4 .contact_txt__strong a { text-decoration:none; } .elem_c_header[data-id="40715567"] .contact_txt__strong, .elem_c_header[data-id="40715567"] .contact_txt__strong a { color:; } .elem_c_header>.style_4 .contact_txt__weak { color: #727482; } </style><div id="elem_c_header40715567" class="style_4 bg_bright"><div class="bot_section"> <div class="bg " style="color:;background:#FFFFFF"></div><div class="wrapper"> <div class="tp_header"><div class="logo"> <a href="#"><img class="img default" src="/webng/_service/loader/src_load.pub.c?src_file=40713987"/></a> </div><input type="checkbox" class="hamburger" id="hamburger-40715567"/> <label class="menu_btn" tabIndex="0" for="hamburger-40715567" style="color:#2E2E2E"><div name="ic" class="icon" style="width:30px;height:30px;"><i class="material-icons" style="font-size:30px;">menu</i></div></label><div class="links " style="color:;background:#FFFFFF"><div class="btn basic btn--active"><div class="text"><a href="/start"></a>Strona gBówna</div> <div class="bottom_margin acol_front_bg"></div> </div><div class="btn basic "><div class="text"><a href="/o_nas"></a>O nas</div> <div class="bottom_margin acol_front_bg"></div> </div><div class="btn basic "><div class="text"><a href="/inwestycje"></a>Inwestycje</div> <div class="bottom_margin acol_front_bg"></div> </div><div class="btn basic "><div class="text"><a href="/aktualnosci"></a>Aktualno[ci</div> <div class="bottom_margin acol_front_bg"></div> </div><div class="btn basic "><div class="text"><a href="/kontakt"></a>Kontakt</div> <div class="bottom_margin acol_front_bg"></div> </div><div class="btn btn_graphic basic nolink"><div class="graphic"><img class="active" src="/webng/_service/loader/src_load.pub.c?src_file=40713979"/><img class="default " src="/webng/_service/loader/src_load.pub.c?src_file=40713979"/></div> <div class="bottom_margin acol_front_bg"></div> </div></div><div class="btn btn_graphic basic nolink"><div class="graphic"><img class="active" src="/webng/_service/loader/src_load.pub.c?src_file=40713979"/><img class="default " src="/webng/_service/loader/src_load.pub.c?src_file=40713979"/></div> <div class="bottom_margin acol_front_bg"></div> </div><div class="btn basic "><div class="text"><a href="/kontakt"></a>Kontakt</div> <div class="bottom_margin acol_front_bg"></div> </div><div class="btn basic "><div class="text"><a href="/aktualnosci"></a>Aktualno[ci</div> <div class="bottom_margin acol_front_bg"></div> </div><div class="btn basic "><div class="text"><a href="/inwestycje"></a>Inwestycje</div> <div class="bottom_margin acol_front_bg"></div> </div><div class="btn basic "><div class="text"><a href="/o_nas"></a>O nas</div> <div class="bottom_margin acol_front_bg"></div> </div><div class="btn basic btn--active"><div class="text"><a href="/start"></a>Strona gBówna</div> <div class="bottom_margin acol_front_bg"></div> </div></div> </div> </div> <script> (function() { var containerEl=document.getElementById("elem_c_header40715567"), contactInfo=containerEl.getElementsByClassName("contact_info")[0], daneBtn=containerEl.getElementsByClassName("dane")[0], contactBox=containerEl.getElementsByClassName("contact_box")[0]; function onInit() { addEventHandlers(); } function addEventHandlers() { if(daneBtn != null) { daneBtn.addEventListener("click", function(evt) { if(evt.target.closest(".contact_box") != null) { return; } toggleDane(); }); } } function toggleDane() { var clsList=contactInfo.classList; if(clsList.contains("--active")) { clsList.remove("--active"); } else { clsList.add("--active"); } } onInit(); })(); </script> </div></div></div><div class="portal_box portal_box_c_1 (null)" style="(null)" data-id="40713903"><div class="box_elem elem_c_sep elem_show--always" data-id="40716451"> <style> .elem_c_sep .bg.graphical { padding: 5px 0; display: block; } .elem_c_sep .bg.line { display: block; } .elem_c_sep svg { margin: 0 auto; display: block; color: inherit; fill: currentColor; } .elem_c_sep .simple { margin: 0 auto; max-width: 1200px; } .elem_c_sep .simple.small { height: 2px; } .elem_c_sep .graphical { margin: 0 auto; background: transparent; color: rgba(0, 0, 0, .16); } .elem_c_sep .line div { margin: auto; height: 1px; } .elem_c_sep .line.small { max-width: 600px; width: 50%; } .elem_c_sep .line.medium { max-width: 1200px; width: 100%; } .elem_c_sep .line.large { width: 100%; } .elem_c_sep .space { margin: 0 auto !important; /*background: transparent !important;*/ } @media screen and (min-width: 1280px) { .elem_c_sep .simple.medium { height: 10px; } .elem_c_sep .simple.large { height: 20px; } .elem_c_sep .graphical.small svg { width: 100px; } .elem_c_sep .graphical.medium svg { width: 144px; } .elem_c_sep .graphical.large svg { width: 200px; } /* Domy[lny (minimalny) odstp dla separatora w formie linii. */ .elem_c_sep .bg.line { padding: 15px 0; } .elem_c_sep .space.small { height: 10px; } .elem_c_sep .space.medium { height: 30px; } .elem_c_sep .space.large { height: 50px; } } @media screen and (min-width: 768px) and (max-width: 1279px) { .elem_c_sep .simple.medium { height: 5px; } .elem_c_sep .simple.large { height: 10px; } .elem_c_sep .graphical.small svg { width: 100px; } .elem_c_sep .graphical.medium svg { width: 144px; } .elem_c_sep .graphical.large svg { width: 200px } /* Domy[lny (minimalny) odstp dla separatora w formie linii. */ .elem_c_sep .bg.line { padding: 10px 0; } .elem_c_sep .space.small { height: 10px; } .elem_c_sep .space.medium { height: 20px; } .elem_c_sep .space.large { height: 30px; } } @media screen and (max-width: 767px) { .elem_c_sep .simple.medium { height: 3px; } .elem_c_sep .simple.large { height: 5px; } .elem_c_sep .graphical.small svg { width: 75px; } .elem_c_sep .graphical.medium svg { width: 100px; } .elem_c_sep .graphical.large svg { width: 144px } /* Domy[lny (minimalny) odstp dla separatora w formie linii. */ .elem_c_sep .bg.line { padding: 5px 0; } .elem_c_sep .space.small { height: 5px; } .elem_c_sep .space.medium { height: 10px; } .elem_c_sep .space.large { height: 15px; } } </style><div class="bg space"> <div class="space medium" style="margin-top:0px;margin-bottom:0px;height:128px;"></div> </div></div><div class="box_elem elem_c_slider elem_show--always" data-id="40713914"> <style> .elem_c_slider .slider { position: relative; width: 100%; height: 100%; } .elem_c_slider .container { height: 100%; overflow: hidden; margin: auto; position: relative; } .elem_c_slider .slides { position: relative; height: 100%; transition: all 1s; } .elem_c_slider .prev, .elem_c_slider .next { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,.4); color: white; padding: 20px; font-size: 16px; cursor: pointer; } .elem_c_slider .prev { left: 0; } .elem_c_slider .next { right: 0; } .elem_c_slider .slide { height: 100%; width: 100%; float: left; background-size: cover; position: relative; } .elem_c_slider .slide .content { position: relative; } .elem_c_slider .slide .body { position: relative; text-align: center; } .elem_c_slider .slide header { position: relative; } .elem_c_slider .indicators { position: absolute; bottom: 5%; left: 50%; transform: translateX(-50%); margin: 0 5px; white-space: nowrap; } .elem_c_slider .indicators button { border-radius: 50%; border: 2px solid; border-color: #fff; width: 20px; height: 20px; outline: 0; cursor: pointer; box-sizing: border-box; background: transparent; } .elem_c_slider .slide.active { display: initial; } .elem_c_slider .indicators button:not(.active) { background: transparent !important; } .elem_c_slider .more { margin-top: 48px; height: 40px; min-width: 180px; font-size: 12px; font-weight: 900; text-transform: uppercase; cursor: pointer; color: inherit; outline: 0; border: 0; border-radius: 3px; transition: opacity .2s; } .elem_c_slider .more:hover { transition: opacity .2s; opacity: .9; } .elem_c_slider .content, .elem_c_slider .prev, .elem_c_slider .next, .elem_c_slider .indicators { z-index: 3; } @media screen and (min-width: 1024px) and (max-width: 1279px) { .elem_c_slider .content { transform: scale(0.8); } .elem_c_slider .content div { margin-left: initial !important; margin-right: initial !important; } } @media screen and (min-width: 478px) and (max-width: 767px) { .elem_c_slider .content { font-size: .8rem; } } @media screen and (max-width: 477px) { .elem_c_slider .content { font-size: .8rem; } } @media screen and (max-height: 600px) { .elem_c_slider .slide header { padding: 20px 0 !important; } .elem_c_slider .indicators { bottom: 20px; } .elem_c_slider .content { justify-content: center; } } @media screen and (max-height: 360px) { .elem_c_slider .indicators { display:none; } } .elem_c_slider .standard .prev, .elem_c_slider .standard .next { background: transparent; font-size:36px; } .elem_c_slider[data-id="40713914"] .standard .prev:hover, .elem_c_slider[data-id="40713914"] .standard .next:hover { color:#0E2555; } .elem_c_slider .standard .slide { height: 100%; background-position: 50% 0; background-repeat: no-repeat; background-size: cover; float: left; position: relative; display: flex; } .elem_c_slider .standard .slide > a { flex: 1 1; color: inherit; } .elem_c_slider .standard .slide > a { color: inherit; } .elem_c_slider .standard .slide .content { max-width:1280px; margin:auto; width:100%; box-sizing: border-box; padding:0px 40px; overflow:hidden; } .elem_c_slider .standard .slide .content .separator{ height:2px; margin:23px 0px; background-color:#fff; } .elem_c_slider .standard .slide .body { text-align:left; } .elem_c_slider .standard .slide .content header { margin-top:280px; font-size:60px; font-weight:800; line-height:64px; font-family:'Lato'; } .elem_c_slider .standard .slide .content header h2 { font-size:60px; } .elem_c_slider .standard .slide .content header .text { font-family:'Lato'; font-size:24px; line-height:34px; } .elem_c_slider .standard .slide header .icon { margin-right: 15px; border-radius: 50%; padding: 15px; } .elem_c_slider .standard .more { font-family:'Lato'; letter-spacing: 1px; font-weight:600; font-size:12px; position: relative; height: 63px; } .elem_c_slider .standard .more { transition: all 0.1s ease-in; } .elem_c_slider .standard .more:hover { color: #fff !important; } .elem_c_slider .standard .more:not(:hover) { color:#ffffff !important; background: transparent !important; border-color:#ffffff !important; } .elem_c_slider[data-id="40713914"] .standard .more { border-color:#0E2555; } .elem_c_slider .standard .more a { position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .elem_c_slider .standard .more { padding:22px 40px; display:inline-block; border-width:2px; border-style:solid; margin-top:35px; font-size:12px; font-weight:600; border-radius:3px; letter-spacing: 1px; cursor:pointer; } .elem_c_slider .standard .indicators button { margin: 0 7px; border-color: #fff; box-shadow: 0 0 2px #4f4f4f; } @media screen and (min-width: 768px) and (max-width: 1279px) { .elem_c_slider .standard header { font-size: 46px !important; } } @media screen and (min-width: 1921px) { .elem_c_slider .standard .slide { background-size: contain; } } </style><div id="40713914" class="slider standard" style="min-width:0px;min-height:800px;color:;background-color:#0E2555;"><div class="container"><div class="slides" style="width:300%"><div class="slide" style="width:33.3329999999999984%;background-image:url('/webng/_service/loader/src_load.pub.c?src_file=40935857');min-height:800px;"><div class="content"> <div class="limiter" style="max-width:600px"><div class="body"><div class="text"><div style="font-family:'Muli'"><div style="text-align:left;margin:100px 0px 0px 0px;"><div style="line-height:60px"><span style="font-weight:bold;font-size:50px;color:#fff;">Mieszkania<br>w centrum Poznania.</span></div></div><div style="text-align:left;margin:30px 0px 0px 0px;"><div style="line-height:28px"><span style="color:#fff;">Gwarna 8. {yj Kolorowo</span></div></div></div></div><a href="http://www.gwarna8.pl//home"><button class="more" style="background:#0E2555"><span>Zobacz wicej</span></button></a></div> </div> </div></div><div class="slide" style="width:33.3329999999999984%;background-image:url('/webng/_service/loader/src_load.pub.c?src_file=40842756');min-height:800px;"><div class="content"> <div class="limiter" style="max-width:400px"><div class="body"><div class="text"><div style="font-family:'Muli'"><div style="text-align:left;margin:100px 0px 0px 0px;"><div style="line-height:60px"><span style="font-weight:bold;font-size:50px;color:#fff;">DziaByDskich 6!<br>Presti|owy adres</span></div></div><div style="text-align:left;margin:30px 0px 0px 0px;"><div style="line-height:28px"><span style="color:#fff;">Ekskluzywna, Neobarokowa Architektura.<br>Niebanalne 44 apartamenty z balkonami i tarasami.</span></div></div></div></div><a href="https://www.dzialynskich6.pl/"><button class="more" style="background:#0E2555"><span>Zobacz wicej</span></button></a></div> </div> </div></div><div class="slide" style="width:33.3329999999999984%;background-image:url('/webng/_service/loader/src_load.pub.c?src_file=40923473');min-height:800px;"><div class="content"> <div class="limiter" ><div class="body"><div class="text"><div style="font-family:'Muli'"><div style="text-align:left;margin:100px 0px 0px 0px;"><div style="line-height:60px"><span style="font-weight:bold;font-size:50px;color:#fff;">Domy<br>pod Poznaniem</span></div></div><div style="text-align:left;margin:30px 0px 0px 0px;"><div style="line-height:28px"><span style="color:#fff;">12 domów w Skórzewie<br>Wszystkie domy z ogrodami </span></div></div></div></div><a href="err2/"><button class="more" style="background:#0E2555"><span>Zobacz wicej</span></button></a></div> </div> </div></div></div><div class="indicators"> <button class="active "style="background:#0E2555"></button><button class=" "style="background:#0E2555"></button><button class=" "style="background:#0E2555"></button></div></div> </div> <script> (function() { var activeClassName="active", animateSlide, changeSlide, changeSlideClick, slider=document.getElementById("40713914"), currentIndex=0, indicatorsEl=slider.querySelectorAll(".indicators > button"), interval, leftToRight=true, nextSlideEl=slider.querySelector('.next'), nextSlide, onInit, prevSlideEl=slider.querySelector('.prev'), prevSlide, resetInterval, setActiveIndicator, slidesContainerEl=slider.querySelector(".slides"), slidesEl=slider.getElementsByClassName("slide"), slideshow, startSlideshow; startSlideshow=function() { interval=setInterval(slideshow,6000); } resetInterval=function() { clearInterval(interval); startSlideshow(); } slideshow=function() { if(currentIndex+1 === slidesEl.length) leftToRight=false; else if(currentIndex === 0) leftToRight=true; if(leftToRight) { changeSlide(currentIndex+1); return; } changeSlide(currentIndex-1); } changeSlide=function(newIndex) { setActiveIndicator(currentIndex,newIndex); animateSlide(currentIndex,newIndex); currentIndex=newIndex; } changeSlideClick=function(newIndex) { resetInterval(); if(currentIndex === newIndex) return; changeSlide(newIndex); } setActiveIndicator=function(prevIndex,newIndex) { if(indicatorsEl[prevIndex] != null) indicatorsEl[prevIndex].classList.remove(activeClassName); if(indicatorsEl[newIndex] != null) indicatorsEl[newIndex].classList.add(activeClassName); } animateSlide=function(prevIndex,currentIndex) { var slidesCount=slidesEl.length; var translateRange=(100/slidesCount)*currentIndex*(-1); slidesContainerEl.style.transform="translateX("+translateRange+"%)"; } nextSlide=function() { if(currentIndex+1 === slidesEl.length) return; changeSlide(currentIndex+1); resetInterval(); } prevSlide=function() { if(currentIndex === 0) return; changeSlide(currentIndex-1); resetInterval(); } onInit=function() { for(var i=0;i<indicatorsEl.length;i++) { indicatorsEl[i].addEventListener('click',changeSlideClick.bind(this,i)); } startSlideshow(); if(prevSlideEl != null) { prevSlideEl.addEventListener('click',prevSlide); } if(nextSlideEl != null) { nextSlideEl.addEventListener('click',nextSlide); } } onInit(); })(); </script></div><div class="box_elem elem_c_txt elem_show--always" data-id="40713918"> <style> .elem_c_txt .bg { width:100%; background-position:top center; } .elem_c_txt .wrap { color:#222; display:block; max-width:1080px; margin:auto; box-sizing:border-box; padding:10px 40px; } .elem_c_txt .bbcode.sharp a > div { color:#F57021 !important; font-size:16px; font-family:'SourceSans3'; font-weight:400; } .elem_c_txt .bbcode { overflow:hidden; } @media screen and (min-width: 481px) and (max-width: 768px) { .elem_c_txt .wrap{ padding:1px 20px; } } @media screen and (max-width: 480px) { .elem_c_txt .wrap{ padding:1px 5px; } } </style><div class="bg standard" style="background-color:;min-height:0px"> <div class="wrap" style="color:"> <div class="label bbcode standard" style=""><div style="font-family:'Muli'"><div style="text-align:center;margin:80px 0px 0px 0px;"><span style="font-size:50px;color:#0E2555;">Nasze inwestycje</span></div><div style="text-align:center;margin:20px 0px 40px 0px;"><span style="font-size:18px;color:#545454;">Dbamy o ka|dy szczegóB z naciskiem na najlepsze rozwizania technologiczne. Budujemy tak, by Twój<br>wymarzony dom byB nie tylko komfortowy i funkcjonalny ale te| solidny i oszczdny.</span></div></div></div> </div> </div></div><div class="box_elem elem_c_tile elem_show--always" data-id="40713933"> <style> .elem_c_tile .bg { background-position:top center; background-repeat: no-repeat; } .elem_c_tile .bg > div { padding: 30px 40px; box-sizing: border-box; } .elem_c_tile .tile { position: relative; } .elem_c_tile .tile--link { cursor:pointer; } .elem_c_tile .images { position: relative; } .elem_c_tile .images::before { content: ''; display: block; clear: both; } .elem_c_tile .images .default { opacity: 1; } .elem_c_tile .images .onhover { position: absolute; opacity: 0; } .elem_c_tile .tile:hover .images .onhover { opacity: 1; } .elem_c_tile .tile:hover .images .onhover + .default { opacity: 0; } .elem_c_tile .button { display:flex; justify-content:center; } .elem_c_tile .button__frame { border-radius:2px; border-width:2px; border-style:solid; padding: 14px 20px; min-width:172px; text-align:center; font-size:11px; font-weight:600; text-transform:uppercase; transition: 0.1s ease-in-out; } .elem_c_tile[data-id="40713933"] .tile:hover .button__frame { color:#fff !important; background-color:; } /* Odstp od krawdzi. */ @media screen and (min-width: 801px) and (max-width: 1280px) { .elem_c_tile .bg > div { padding: 10px 0px 30px 0px; } } @media screen and (min-width: 601px) and (max-width: 800px) { .elem_c_tile .bg > div { padding: 10px 0px 20px 0px; } } @media screen and (min-width: 481px) and (max-width: 600px) { .elem_c_tile .bg > div { padding: 10px 0px 10px 0px; } } @media screen and (max-width: 480px) { .elem_c_tile .bg > div { padding: 10px 0px 5px 0px; } } /* Centrowanie przy maksymalnj szeroko[ci - max-width nie wspóBpracuje dobrzez z display flex. */ @media screen and (min-width: 1281px) { .elem_c_tile .bg > div { width: 1280px; margin: auto; } } .elem_c_tile .tiles_5 { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; } .elem_c_tile .tiles_5 .tile { text-align: center; overflow: hidden; margin-bottom: 20px; } .elem_c_tile .tiles_5 .img { width: 100%; height: 350px; background-repeat: no-repeat; background-position: center; } .elem_c_tile .tiles_5 .button__icon { display:none; } .elem_c_tile .tiles_5 .title{ font-family:"Lato"; font-size: 22px; font-weight: 500; margin-top: 20px; padding: 20px 0px; overflow: hidden; width: 100%; text-align: center; box-sizing: border-box; } .elem_c_tile .tiles_5 .text{ font-family: "Lato"; font-size: 16px; overflow: hidden; padding: 10px 10px; padding: 20px 0px; width: 100%; text-align: center; line-height: 24px; box-sizing: border-box; } @media screen and (min-width: 901px) { .elem_c_tile .tiles_5 .tile { width: 32%; margin-right: 2%; } .elem_c_tile .tiles_5 .tile:nth-child(3n) { margin-right: 0%; } } @media screen and (min-width: 551px) and (max-width: 900px) { .elem_c_tile .tiles_5 .tile { width: 49%; margin-right: 2%; } .elem_c_tile .tiles_5 .tile:nth-child(2n) { margin-right: 0%; } } @media screen and (max-width: 550px) { .elem_c_tile .tiles_5 .tile { width: 100%; } } </style><div class="bg" style="background-color:;min-height:0px"> <div class="tiles_5"><div class="tile tile--link" onclick="window.location.href='https://www.dzialynskich6.pl'"><div class="images"><div class="img default" style="background-image:url('/webng/_service/loader/src_load.pub.c?src_file=40853064')"></div></div> <div class="text_box"><div class="text label bbcode"><div style="font-family:'Muli'"><div style="text-align:left;"><span style="font-weight:bold;font-size:24px;color:#3C3C3C;">Mieszkania i biura w Poznaniu</span><br>-<span style="font-weight:bold;font-size:24px;color:#F57021;"> 44 mieszkania i biura</span><br><span style="font-size:16px;color:#A8A8A8;"><br>PoznaD - ul. DziaByDskich/Nowowiejskiego</span></div></div><div style="text-align:left;margin:15px 0px 0px 0px;"></div><hr style="border-width:1px 0 0 0; border-style:solid; border-color:#ECECEC;"></div></div> </div><div class="tile tile--link" onclick="window.location.href='http://www.rezydencjagarbary.pl//home'"><div class="images"><div class="img default" style="background-image:url('/webng/_service/loader/src_load.pub.c?src_file=40937224')"></div></div> <div class="text_box"><div class="text label bbcode"><div style="font-family:'Muli'"><div style="text-align:left;"><span style="font-weight:bold;font-size:24px;color:#3C3C3C;">Mieszkania od 25 do 31m2</span><span style="font-weight:bold;font-size:24px;color:#F57021;"><br>41 mieszkaD</span><br><span style="font-size:16px;color:#A8A8A8;"><br>PoznaD - ul. Garbary 43</span></div></div><div style="text-align:left;margin:15px 0px 0px 0px;"></div><hr style="border-width:1px 0 0 0; border-style:solid; border-color:#ECECEC;"></div></div> </div><div class="tile tile--link" onclick="window.location.href='http://www.skorzewo-domy.pl'"><div class="images"><div class="img onhover" style="background-image:url('/webng/_service/loader/src_load.pub.c?src_file=40890958')"></div><div class="img default" style="background-image:url('/webng/_service/loader/src_load.pub.c?src_file=40890958')"></div></div> <div class="text_box"><div class="text label bbcode"><div style="font-family:'Muli'"><div style="text-align:left;"><span style="font-weight:bold;font-size:24px;color:#3C3C3C;">Domy szeregowe w Skórzewie.</span><br>-<span style="font-weight:bold;font-size:24px;color:#F57021;"> 12 domów</span><br><span style="font-size:16px;color:#A8A8A8;"><br>Skórzewo - 2km. od Poznania</span></div></div><div style="text-align:left;margin:15px 0px 0px 0px;"></div><hr style="border-width:1px 0 0 0; border-style:solid; border-color:#ECECEC;"></div></div> </div><div class="tile tile--link" onclick="window.location.href='http://www.dachowa-domy.pl//domy'"><div class="images"><div class="img onhover" style="background-image:url('/webng/_service/loader/src_load.pub.c?src_file=40770752')"></div><div class="img default" style="background-image:url('/webng/_service/loader/src_load.pub.c?src_file=40770752')"></div></div> <div class="text_box"><div class="text label bbcode"><div style="font-family:'Muli'"><div style="text-align:left;"><span style="font-weight:bold;font-size:24px;color:#3C3C3C;">Domy szeregowe w Dachowie</span><br>-<span style="font-weight:bold;font-size:24px;color:#F57021;"> 28 domów</span><br><span style="font-size:16px;color:#A8A8A8;"><br>Dachowa - ul. Cytrynowa, 11km. od Poznania</span></div></div><div style="text-align:left;margin:15px 0px 0px 0px;"></div><hr style="border-width:1px 0 0 0; border-style:solid; border-color:#ECECEC;"></div></div> </div><div class="tile tile--link" onclick="window.location.href='http://www.gwarna8.pl//home'"><div class="images"><div class="img onhover" style="background-image:url('/webng/_service/loader/src_load.pub.c?src_file=40935851')"></div><div class="img default" style="background-image:url('/webng/_service/loader/src_load.pub.c?src_file=40935851')"></div></div> <div class="text_box"><div class="text label bbcode"><div style="font-family:'Muli'"><div style="text-align:left;"><span style="font-weight:bold;font-size:24px;color:#3C3C3C;">Mieszkania od 25 do 106 m2</span><br>-<span style="font-weight:bold;font-size:24px;color:#F57021;"> 25 mieszkaD i 2 lokale</span><br><span style="font-size:16px;color:#A8A8A8;"><br>PoznaD - ul. Gwarna 8</span></div></div><div style="text-align:left;margin:15px 0px 0px 0px;"></div><hr style="border-width:1px 0 0 0; border-style:solid; border-color:#ECECEC;"><br><br><br></div></div> </div><div class="tile tile--link" onclick="window.location.href='http://www.szczepankowo-domy.pl//home'"><div class="images"><div class="img onhover" style="background-image:url('/webng/_service/loader/src_load.pub.c?src_file=40770754')"></div><div class="img default" style="background-image:url('/webng/_service/loader/src_load.pub.c?src_file=40770754')"></div></div> <div class="text_box"><div class="text label bbcode"><div style="font-family:'Muli'"><div style="text-align:left;"><span style="font-weight:bold;font-size:24px;color:#3C3C3C;">Domy w Poznaniu</span><br>-<span style="font-weight:bold;font-size:24px;color:#F57021;"> 14 domów</span><br><span style="font-size:16px;color:#A8A8A8;"><br>PoznaD - ul. Chrzanowska/BocheDska</span></div></div><div style="text-align:left;margin:15px 0px 0px 0px;"></div><hr style="border-width:1px 0 0 0; border-style:solid; border-color:#ECECEC;"></div></div> </div></div> </div></div><div class="box_elem elem_c_txt elem_show--always" data-id="40713952"> <style> .elem_c_txt .bg { width:100%; background-position:top center; } .elem_c_txt .wrap { color:#222; display:block; max-width:1080px; margin:auto; box-sizing:border-box; padding:10px 40px; } .elem_c_txt .bbcode.sharp a > div { color:#F57021 !important; font-size:16px; font-family:'SourceSans3'; font-weight:400; } .elem_c_txt .bbcode { overflow:hidden; } @media screen and (min-width: 481px) and (max-width: 768px) { .elem_c_txt .wrap{ padding:1px 20px; } } @media screen and (max-width: 480px) { .elem_c_txt .wrap{ padding:1px 5px; } } </style><div class="bg standard" style="background-color:;min-height:0px"> <div class="wrap" style="color:"> <div class="label bbcode standard" style=""><div style="font-family:'Muli'"><div style="text-align:center;margin:0px 0px 40px 0px;"><span style="font-size:50px;color:#0E2555;">Aktualno[ci</span></div></div></div> </div> </div></div><div class="box_elem elem_c_news elem_show--always" data-id="40713971"> <style> .elem_c_news .news { margin: auto; max-width: 1200px; position: relative; padding-bottom: 2em; } .elem_c_news .nav-btns { display: none; justify-content: space-between; margin: 1em; padding-top: 1em; border-top-style: solid; border-top-width: 2px; } .elem_c_news .pagination-container { display: flex; justify-content: center; margin: 1em; padding-top: 1em; } .elem_c_news .pagination-container .pagination li { padding: .5em; width: .5em; height: .5em; display: inline-flex; margin: 0 .2em; } .elem_c_news .pagination { margin: 0; padding: 0 1em; display: flex; color: inherit; } .elem_c_news .pagination-container li:not(.active):not(.ellipsis) { cursor: pointer; } .elem_c_news .pagination-container li, .elem_c_news .btn { display: inline-flex; justify-content: center; align-items: center; background: transparent; color: inherit; border: 0; outline: 0; font-weight: bold; text-transform: uppercase; } .elem_c_news .pagination-container li:not(.active):not(.ellipsis):hover, .elem_c_news .btn:not(:disabled):hover { color: #000; cursor: pointer; } .elem_c_news .btn:disabled { opacity: .5; } .elem_c_news .btn.next > i, .elem_c_news .btn.prev > i { font-size: 1em; } .elem_c_news .news-list { display: none; flex-direction: column; } .elem_c_news .news-list > .page { display: flex; flex-wrap: wrap; } .elem_c_news .news-card { font-size: 14px; flex: 1 0 25%; margin: 1em; max-width: calc(33% - 2em); cursor: pointer; } .elem_c_news .news-card > .news-content { box-sizing: border-box; padding: 2em; } .elem_c_news .news-content > .date { display: inline-block; font-style: italic; font-size: .8em; margin-bottom: 1.5em; } .elem_c_news .news-card > .news-content > .intro { overflow: hidden; height: 7.7em; } .elem_c_news .news-card > .news-content > .text { display: none; } .elem_c_news .news-card > .news-image { width: 100%; } .elem_c_news .news-card > .news-image > div.img { height: 15em; background-position: center; background-size: cover; } .elem_c_news .news-card > .news-image > img.img { display: none; } .elem_c_news .article-container:not(:empty) { margin: 1em; } .elem_c_news .article-container:not(:empty) ~ .nav-btns { display: flex; } .elem_c_news .article-container:empty ~ .news-list { display: flex; } .elem_c_news .article-container > .news-content { padding-top: .5em; background: transparent!important; } .elem_c_news .article-container > .news-content::after { content: ''; display: block; clear: both; } .elem_c_news .article-container > .news-content > .date { font-style: normal; } .elem_c_news .article-container > .news-content > .intro { display: none; } .elem_c_news .article-container > .news-image { float: left; } .elem_c_news .article-container > .news-image:not(.empty) { margin: 0 2em 1em 0; } .elem_c_news .article-container > .news-image > img.img { width: 100%; } .elem_c_news .article-container > .news-image > div.img { display: none; } @media only screen and (min-width: 992px) { .elem_c_news .article-container > .news-image { max-width: calc(50% - 2em); } } @media only screen and (max-width: 992px) { .elem_c_news .news-card { font-size: 16px; min-width: 45%; } .elem_c_news .article-container > .news-image { width: 100%; margin: 0 0 1em 0; } .elem_c_news .article-container > .news-image img.img { display: none; } .elem_c_news .article-container > .news-image img.img + div.img { display: block; height: 10em; background-size: cover; background-position: center; background-repeat: no-repeat; } } @media only screen and (max-width: 768px) { .elem_c_news .news-card { min-width: 90%; } .elem_c_news .news-card > .news-content > .intro { height: auto; } } </style><div id="elem40713971" style="min-width:0; min-height:0; margin:0px 0px;"> <div class="news"><article class="article-container"></article><div class="nav-btns acol_neutralLight2 acol_neutralLight4_bor"> <button class="btn prev"> <i class="material-icons">chevron_left</i> <span>Poprzednia</span> </button> <button class="btn list"> <i class="material-icons">apps</i> </button> <button class="btn next"> <span>Nastpna</span> <i class="material-icons">chevron_right</i> </button> </div><section class="news-list"><div class="page"><div class="news-card" id="news40713959"> <figure class="news-image "> <img class="img" src="/webng/_service/loader/src_load.pub.c?src_file=40935859"/> <div class="img" style="background-image:url(/webng/_service/loader/src_load.pub.c?src_file=40935859)"></div> </figure> <section class="news-content acol_neutralLight5_bg" style="background:"> <h2 class="title acol_front" style="color:#0E2555">Gwarna 8</h2> <span class="date acol_neutralLight">10 Listopad, 2023</span> <div class="intro acol_neutralDark" style="color:">Nowo[ w centrum Poznania!</div> <div class="text acol_neutralDark">Gwarna 8 to nowa inwestycja w samym centrum Poznania.<br><br>Rewitalizacji poddajemy butikow kamienic.<br><br><br>Wicej na:<br>www.gwarna8.pl<br>61 10 10 443</div> </section> </div><div class="news-card" id="news40713955"> <figure class="news-image "> <img class="img" src="/webng/_service/loader/src_load.pub.c?src_file=40927277"/> <div class="img" style="background-image:url(/webng/_service/loader/src_load.pub.c?src_file=40927277)"></div> </figure> <section class="news-content acol_neutralLight5_bg" style="background:"> <h2 class="title acol_front" style="color:#0E2555">Targi MieszkaD i Domów23</h2> <span class="date acol_neutralLight">12 WrzesieD, 2023</span> <div class="intro acol_neutralDark" style="color:">23-24.09.2023. Zapraszamy na Targi!</div> <div class="text acol_neutralDark">Ju| za chwileczk, ju| za momencik...<br>Zapraszamy na poznaDskie Targi MieszkaD i Domów, podczas których zaprezentujemy nasze 3 inwestycje w centrum Poznania:<br><br>DziaByDskich 6<br>Garbary 43<br>NOWOZ! Gwarna 8<br><br>oraz inwestycj podpoznaDsk:<br><br>Skórzewo Domy<br></div> </section> </div><div class="news-card" id="news40713963"> <figure class="news-image "> <img class="img" src="/webng/_service/loader/src_load.pub.c?src_file=40927267"/> <div class="img" style="background-image:url(/webng/_service/loader/src_load.pub.c?src_file=40927267)"></div> </figure> <section class="news-content acol_neutralLight5_bg" style="background:"> <h2 class="title acol_front" style="color:#0E2555">Golf? Jeste[my na tak!</h2> <span class="date acol_neutralLight">4 WrzesieD, 2023</span> <div class="intro acol_neutralDark" style="color:">DziaByDskich 6 sponsorem nagród Mistrzostw Black Water Links</div> <div class="text acol_neutralDark">GOLF? Jeste[my na TAK!<br>3 wrze[nia odbyBy si IV Mistrzostwa Black Water Links Nasza firma, pod bander www.dzialynskich6.pl miaBa przyjemno[ ufundowa nagrody dla zwycizców.<br>Frekwencja podczas zawodów byBa [wietna, pogoda dopisaBa, a Prezes Mariusz SoBtysiak, który reprezentowaB firm podczas tego eventu, wykorzystaB okazj i równie| próbowaB swoich siB na polu ??<br><br><br><br>www.dzialynskich6.pl<br>61 10 10 443<br>sprzedaz@dzialynskich6.pl</div> </section> </div></div></section></div></div><script> (function() { var rootEl=document.getElementById("elem40713971"), articleEl=rootEl.querySelector(".article-container"), pagesEl=rootEl.querySelectorAll(".page"), paginationEl=rootEl.querySelector(".pagination"), newsEl=rootEl.querySelectorAll(".news-card"), prevPageBtnEl=rootEl.querySelector(".pagination-container > .btn.prev"), nextPageBtnEl=rootEl.querySelector(".pagination-container > .btn.next"), prevNewsBtnEl=rootEl.querySelector(".btn.prev"), listNewsBtnEl=rootEl.querySelector(".btn.list"), nextNewsBtnEl=rootEl.querySelector(".btn.next"), isPagination=!!paginationEl, currentNews=0, currentPage=0, newsIds=[], rootHashKey=rootEl.id, pageHashKey=";page=", newsHashKey=";article=", prevPageHash=rootEl.id, activePageClassNameColor="acol_front", activePageClassNameBackground="acol_neutralLight5_bg"; function onInit() { newsIds=getNewsIds(); bindEvents(); locationChangeHandler(); } function getNewsIds() { return Array.prototype.map.call(newsEl, function(el) { return el.id.slice("news".length); }); } function bindEvents() { window.addEventListener("hashchange",locationChangeHandler); prevNewsBtnEl.onclick=goPrevNews; listNewsBtnEl.onclick=goToList; nextNewsBtnEl.onclick=goNextNews; newsEl.forEach((function(el) { el.onclick=newsClickHandler; })); if(isPagination) { nextPageBtnEl.onclick=goNextPage; prevPageBtnEl.onclick=goPrevPage; } } function createArticleHash(articleId) { return rootEl.id+newsHashKey+articleId; } function createPageHash(pageNumber) { if(pageNumber===1) { return rootEl.id; } return rootEl.id+pageHashKey+pageNumber; } function newsClickHandler(e) { var target=e.currentTarget; var newsId=target.id.slice("news".length); changeHash(createArticleHash(newsId)); } function goToList() { changeHash(prevPageHash); } function goNextNews() { var currentIdx=newsIds.indexOf(currentNews); if(currentIdx === (newsIds.length-1)) { return; } var nextNews=newsIds[(currentIdx + 1)]; changeHash(createArticleHash(nextNews)); } function goPrevNews() { var currentIdx=newsIds.indexOf(currentNews); if(currentIdx === 0) { return; } var prevNews=newsIds[(currentIdx - 1)]; changeHash(createArticleHash(prevNews)); } function goNextPage() { if(currentPage===pagesEl.length) return; changeHash(createPageHash(currentPage + 1)); } function goPrevPage() { if(currentPage===1) return; if(currentPage===2) { changeHash(rootHashKey); return; } changeHash(createPageHash(currentPage - 1)); } function openPage(pageNumber) { if((pageNumber<1)||(pageNumber>pagesEl.length)) { pageNumber=1; } Array.prototype.forEach.call(pagesEl, function(pageEl, index) { if(index===(pageNumber-1)) { pageEl.style.display="flex"; setCurrentPage(pageNumber); } else { pageEl.style.display="none"; } }); } function getPageFromHash(hash) { var properlyHashStart=('#' + rootEl.id); var pagePrefix=properlyHashStart+";page="; return +hash.slice(pagePrefix.length); } function changeHash(newHash) { //baseUrl='#'+rootEl.id; location.hash=newHash; } function locationChangeHandler() { var properlyHashStart=('#' + rootEl.id); var newHash=location.hash; var articlePrefix; if(newHash.slice(0, properlyHashStart.length) !== properlyHashStart) { if(newHash!="") return; } articlePrefix=properlyHashStart+";article="; if(newHash.slice(0,articlePrefix.length) === articlePrefix) { renderArticle(newHash.slice(articlePrefix.length)); } else { clearArticle(); prevPageHash=location.hash; openPage(getPageFromHash(newHash)); } } function clearArticle() { setCurrentNews(0); articleEl.innerHTML=""; } function renderArticle(id) { var newsEl=rootEl.querySelector("#news"+id); if(newsEl) { setCurrentNews(id); articleEl.innerHTML=newsEl.innerHTML; } } function setCurrentNews(id) { var newsIdx=newsIds.indexOf(id); var anyNewsToGo=(newsIds.length>1); var canPrev=((anyNewsToGo)&&(newsIdx !== 0)); var canNext=((anyNewsToGo)&&(newsIdx !== newsIds.length-1)); prevNewsBtnEl.disabled=!canPrev; nextNewsBtnEl.disabled=!canNext; currentNews=id; } function setCurrentPage(page) { currentPage=page; if(isPagination) { generatePagination(1, pagesEl.length, page); } } function generatePagination(min,max,current,range) { range=range||7; var paginationLength=Math.min(max,range); var links = []; if(max <= range) { for(var i=min;i<=max;i++) { links.push(i); } renderLinks(current,links); return; } var partialRange=Math.floor(range/2); var addToStart=0; if((current + partialRange) > max) { addToStart=(current + partialRange) - max; } var startIdx=Math.max(min,(current - partialRange - addToStart)); var endIdx=Math.min(max, (current + partialRange)); var shouldStartEllipsis=startIdx !== min; var shouldEndEllipsis=endIdx !== max; var loopLimit=Math.min((startIdx + range),max); for(var i = startIdx; i <= loopLimit; i++) { if((i===startIdx)&&(shouldStartEllipsis)) { links.push(min); links.push("..."); i++; continue; } if((i===(loopLimit-2))&&(shouldEndEllipsis)) { links.push("..."); links.push(max); break; } links.push(i); } renderLinks(current,links); } function renderLinks(currentPage,links) { var anyPageToGo=(pagesEl.length>1); var canPrev=((anyPageToGo)&&(currentPage !== 1)); var canNext=((anyPageToGo)&&(currentPage !== pagesEl.length)); prevPageBtnEl.disabled=!canPrev; nextPageBtnEl.disabled=!canNext; paginationEl.innerHTML=""; links .map(createPaginationLink.bind(this,currentPage)) .forEach(appendChild.bind(this,paginationEl)); } function createPaginationLink(currentPage,number) { var link=document.createElement("li"); var isCurrentPage; link.textContent=number; if(number === "...") { link.classList.add("ellipsis"); return link; } link.onclick=changeHash.bind(this,createPageHash(number)); isCurrentPage=(number===currentPage); if(isCurrentPage) { link.classList.add(activePageClassNameColor); link.classList.add(activePageClassNameBackground); link.classList.add("active"); } return link; } function appendChild(parentEl,el) { parentEl.appendChild(el); } onInit(); })(); </script></div><div class="box_elem elem_c_btn elem_show--always" data-id="40713975"> <style> .elem_c_btn .wrap { max-width: 1200px; margin: auto; padding: 20px 10px; box-sizing: border-box; text-align: center; } .elem_c_btn .wrap.wrap--sharp { text-align: left; padding:20px 0; } .elem_c_btn .wrap a { box-sizing: border-box; text-align: center; display: inline-block; border-radius: 3px; color: #fff; font-family: "Lato Black", "Lato"; font-size: 12px; letter-spacing: 2px; text-decoration: none; text-transform: uppercase; box-sizing:border-box; } .elem_c_btn .wrap a.sharp { text-transform: initial; font-size:16px; font-family:'SourceSans3'; font-weight:400; border-radius: 0; letter-spacing: 0; } .elem_c_btn .wrap a.modern, .elem_c_btn .wrap a.pro { border-width: 2px; border-style: solid; } .elem_c_btn .wrap a.pro { font-size:11px; font-weight:600; letter-spacing:0px; transition: 0.1s ease-in-out; } .elem_c_btn[data-id="40713975"] .wrap a.modern:hover, .elem_c_btn[data-id="40713975"] .wrap a.pro:hover { color:#fff !important; background-color:; } .elem_c_btn .wrap a.sharp { position:relative; } .elem_c_btn .wrap a.sharp svg { position: absolute; top:20px; right:20px; } @media screen and (max-width: 768px) { .elem_c_btn .wrap a { width: 100%; } .elem_c_btn .wrap a.standard { padding: 24px 39px; } .elem_c_btn .wrap a.modern { padding: 14px 24px; } .elem_c_btn .wrap a.pro { padding: 14px 31px; min-width:200px; } .elem_c_btn .wrap a.sharp { padding: 15px 43px 14px 39px; } } @media screen and (min-width: 769px) and (max-width: 1279px) { .elem_c_btn .wrap a.standard { padding: 24px 39px; } .elem_c_btn .wrap a.modern { padding: 17px 22px; } .elem_c_btn .wrap a.pro { padding: 14px 31px; min-width:372px; } .elem_c_btn .wrap a.sharp { padding: 15px 43px 14px 39px; } } @media screen and (min-width: 1280px) { .elem_c_btn .wrap a.standard { padding: 24px 39px; } .elem_c_btn .wrap a.modern { padding: 25px 31px; } .elem_c_btn .wrap a.pro { padding: 14px 31px; min-width:372px; } .elem_c_btn .wrap a.sharp { padding: 15px 43px 14px 39px; } } </style><div class="wrap wrap--standard"> <a href="/aktualnosci" style="" class="standard acol_front_bg acol_frontLight_bg_h">Zobacz wszystkie</a> </div></div><div class="box_elem elem_c_sep elem_show--always" data-id="40717539"> <style> .elem_c_sep .bg.graphical { padding: 5px 0; display: block; } .elem_c_sep .bg.line { display: block; } .elem_c_sep svg { margin: 0 auto; display: block; color: inherit; fill: currentColor; } .elem_c_sep .simple { margin: 0 auto; max-width: 1200px; } .elem_c_sep .simple.small { height: 2px; } .elem_c_sep .graphical { margin: 0 auto; background: transparent; color: rgba(0, 0, 0, .16); } .elem_c_sep .line div { margin: auto; height: 1px; } .elem_c_sep .line.small { max-width: 600px; width: 50%; } .elem_c_sep .line.medium { max-width: 1200px; width: 100%; } .elem_c_sep .line.large { width: 100%; } .elem_c_sep .space { margin: 0 auto !important; /*background: transparent !important;*/ } @media screen and (min-width: 1280px) { .elem_c_sep .simple.medium { height: 10px; } .elem_c_sep .simple.large { height: 20px; } .elem_c_sep .graphical.small svg { width: 100px; } .elem_c_sep .graphical.medium svg { width: 144px; } .elem_c_sep .graphical.large svg { width: 200px; } /* Domy[lny (minimalny) odstp dla separatora w formie linii. */ .elem_c_sep .bg.line { padding: 15px 0; } .elem_c_sep .space.small { height: 10px; } .elem_c_sep .space.medium { height: 30px; } .elem_c_sep .space.large { height: 50px; } } @media screen and (min-width: 768px) and (max-width: 1279px) { .elem_c_sep .simple.medium { height: 5px; } .elem_c_sep .simple.large { height: 10px; } .elem_c_sep .graphical.small svg { width: 100px; } .elem_c_sep .graphical.medium svg { width: 144px; } .elem_c_sep .graphical.large svg { width: 200px } /* Domy[lny (minimalny) odstp dla separatora w formie linii. */ .elem_c_sep .bg.line { padding: 10px 0; } .elem_c_sep .space.small { height: 10px; } .elem_c_sep .space.medium { height: 20px; } .elem_c_sep .space.large { height: 30px; } } @media screen and (max-width: 767px) { .elem_c_sep .simple.medium { height: 3px; } .elem_c_sep .simple.large { height: 5px; } .elem_c_sep .graphical.small svg { width: 75px; } .elem_c_sep .graphical.medium svg { width: 100px; } .elem_c_sep .graphical.large svg { width: 144px } /* Domy[lny (minimalny) odstp dla separatora w formie linii. */ .elem_c_sep .bg.line { padding: 5px 0; } .elem_c_sep .space.small { height: 5px; } .elem_c_sep .space.medium { height: 10px; } .elem_c_sep .space.large { height: 15px; } } </style><div class="bg space"> <div class="space large" style="margin-top:0px;margin-bottom:0px;"></div> </div></div><div class="box_elem elem_c_contact_frm elem_show--always" data-id="40717562"> <style> .spark-form__wrapper { margin: 0 auto; max-width: 1200px; } .spark-form__in-gr { display: flex; width: 100%; } .spark-form__in-gr .spark-form__in-lg { width: 100%; } .spark-form__btn-line { width: 100%; text-align: center; } .spark-form__btn { display:inline-block; padding:12px !important; font-size:12px; } @media screen and (min-width: 1280px) { .spark-form { padding: 40px 0 30px; } .spark-form__in-gr { margin-top: 55px; } .spark-form--box .spark-form__in-gr { margin-top: 14px; } .spark-form__in-gr:first-of-type { margin-top: 0; } .spark-form__in-gr .spark-form__in { width: 50%; } .spark-form__in-gr .spark-form__in:first-of-type { margin-right: 41px; } .spark-form__in-gr .spark-form__in-sm { width: 25%; margin-right: 36px; } .spark-form__in-gr .spark-form__in-sm:last-of-type { margin-right: 0; } .spark-form__approval { margin: 42px 0 45px; } } @media screen and (min-width: 768px) and (max-width: 1279px) { .spark-form { padding: 35px 40px 25px; } .spark-form__in-gr { flex-direction: column; } .spark-form__in-gr:first-of-type .spark-form__in:first-of-type { margin-top: 0 !important; } .spark-form__in-gr .spark-form__in, .spark-form__in-gr .spark-form__in-sm, .spark-form__in-gr .spark-form__in-lg { margin-top: 60px; } .spark-form--box .spark-form__in-gr .spark-form__in, .spark-form--box .spark-form__in-gr .spark-form__in-sm, .spark-form--box .spark-form__in-gr .spark-form__in-lg { margin-top: 30px; } .spark-form__approval { margin: 65px 0 51px; } } @media screen and (max-width: 767px) { .spark-form { padding: 30px 26px 20px; } .spark-form__in-gr { flex-direction: column; } .spark-form__in-gr:first-of-type .spark-form__in:first-of-type { margin-top: 0 !important; } .spark-form__in-gr .spark-form__in, .spark-form__in-gr .spark-form__in-sm, .spark-form__in-gr .spark-form__in-lg { margin-top: 40px; } .spark-form--box .spark-form__in-gr .spark-form__in, .spark-form--box .spark-form__in-gr .spark-form__in-sm, .spark-form--box .spark-form__in-gr .spark-form__in-lg { margin-top: 20px; } .spark-form__approval { margin: 46px 0 40px; } } .spark-form-ctrl--md { padding: 24px 0 10px; position: relative; } .spark-form-ctrl--md input.text { padding: 0 0 6px; height: 25px; width: 100%; background: transparent; border: none; border-bottom: 2px rgba(0, 0, 0, .12) solid; font-family: 'Lato'; font-size: 16px; outline: none; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); } .spark-form-ctrl--md input.text:invalid { box-shadow: none; } .spark-form-ctrl--md input.text ~ .stripe::before, .spark-form-ctrl--md input.text ~ .stripe::after { bottom: 0; } .spark-form-ctrl--md input.text:required:valid ~ .label, .spark-form-ctrl--md input.text:focus ~ .label, .spark-form-ctrl--md input.text:active ~ .label { transform: translateY(-55px) scale(.85) !important; } .spark-form-ctrl--md .text:focus ~ .stripe::before, .spark-form-ctrl--md .text:focus ~ .stripe::after { width: 50%; } .spark-form-ctrl--md textarea { height: 66px; width: 100%; background-color: transparent; border: none; border-bottom: 2px solid rgba(0, 0, 0, .12); font-family: 'Lato'; font-size: 16px; outline: none; resize: none; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); } .spark-form-ctrl--md textarea ~ .stripe::before, .spark-form-ctrl--md textarea ~ .stripe::after { bottom: 4px; } .spark-form-ctrl--md textarea:required:valid ~ .label, .spark-form-ctrl--md textarea:focus ~ .label, .spark-form-ctrl--md textarea:active ~ .label { transform: translateY(-105px) scale(.85) !important; } .spark-form-ctrl--md textarea ~ .label { transform: translateY(-83px); } .spark-form-ctrl--md .label { display: block; position: relative; color: #999; font-family:"Lato"; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(-33px); -webkit-transform-origin: bottom left; pointer-events: none; } .spark-form-ctrl--md .stripe { display: block; position: relative; width: 100%; height: 0; } .spark-form-ctrl--md .stripe::before, .spark-form-ctrl--md .stripe::after { content: ''; height: 2px; width: 0; position: absolute; background: inherit; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); } .spark-form-ctrl--md .stripe::before { left: 50%; } .spark-form-ctrl--md .stripe::after { right: 50%; } .spark-form-ctrl--md.invalid .label { color: #d73737; } .spark-form-ctrl--md.invalid input, .spark-form-ctrl--md.invalid textarea { border-bottom-color: #d73737 !important; } .spark-form-ctrl--md.invalid .stripe { background-color: #d73737 !important; } .spark-form-ctrl--md .errors { opacity: 0; } .spark-form-ctrl--md.invalid .errors { transform: translateY(0); opacity: 1; position: absolute; } .spark-form-ctrl--md .error { animation-duration: .2s; display: none; opacity: 0; } .spark-form-ctrl--md.invalid .error { animation-name: roll-in; opacity: 1; display: block; position: relative; bottom: 9px; color: #d73737; font-size: 14px; font-style: italic; } .spark-form-ctrl--md .tooltip { bottom: 35px; left: 30%; transform: translateY(-100%); } .spark-form-ctrl--md .tooltip ul { padding-left: 20px; } .spark-form-ctrl--md .tooltip ul li { text-align: left; } @keyframes roll-in { from { opacity:0; transform:translateY(-10px) } to { opacity:1; transform:translateY(0) } } @keyframes roll-out { from { opacity:1; transform:translateY(0) } to { opacity:0; transform:translateY(-10px) } } .spark-form-ctrl--box { padding: 0px; position: relative; } .spark-form-ctrl--box input.text { padding: 4px 10px; box-sizing:border-box; height: 42px; width: 100%; background: transparent; border: none; font-family: 'Lato'; font-size: 16px; outline: none; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); border:2px solid #ccc; } .spark-form-ctrl--box ::-webkit-input-placeholder { color: #ACADAD; font-style:italic; } .spark-form-ctrl--box ::-moz-placeholder { color: #ACADAD; font-style:italic; } .spark-form-ctrl--box :-ms-input-placeholder { color: #ACADAD; font-style:italic; } .spark-form-ctrl--box :-moz-placeholder { color: #ACADAD; font-style:italic; } .spark-form-ctrl--box input.text:invalid { box-shadow: none; } .spark-form-ctrl--box textarea { padding: 10px; box-sizing:border-box; height: 254px; width: 100%; background-color: transparent; border: none; font-family: 'Lato'; font-size: 16px; outline: none; resize: none; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); border:2px solid #ccc; } .spark-form-ctrl--box .label { display: none; } .spark-form-ctrl--box .stripe { display: none; } .spark-form-ctrl--box.invalid input, .spark-form-ctrl--box.invalid textarea { } .spark-form-ctrl--box .errors { opacity: 0; } .spark-form-ctrl--box.invalid .errors { opacity: 1; } .spark-form-ctrl--box .error { animation-duration: .2s; display: none; opacity: 0; } .spark-form-ctrl--box.invalid .error { opacity: 1; display: block; bottom: 0px; color: #d73737; font-size: 14px; font-style: italic; } .spark-form-ctrl--box .tooltip { bottom: 35px; left: 30%; transform: translateY(-100%); } .spark-form-ctrl--box .tooltip ul { padding-left: 20px; } .spark-form-ctrl--box .tooltip ul li { text-align: left; } .spark-form-ctrl--basic { padding: 0px; position: relative; } .spark-form-ctrl--basic input.text { padding: 4px 10px; box-sizing:border-box; height: 48px; width: 100%; background-color: white; border: none; font-family: 'SourceSans3'; font-size: 14px; outline: none; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); border:1px solid #dedede; border-radius:6px; } .spark-form-ctrl--basic ::-webkit-input-placeholder, .spark-form-ctrl--basic ::-moz-placeholder, .spark-form-ctrl--basic :-ms-input-placeholder, .spark-form-ctrl--basic :-moz-placeholder { color: #4C6370; } .spark-form-ctrl--basic input.text:invalid { box-shadow: none; } .spark-form-ctrl--basic textarea { padding: 10px; box-sizing:border-box; height: 254px; width: 100%; background-color: white; border: none; font-family: 'SourceSans3'; font-size: 14px; outline: none; resize: none; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); border:1px solid #dedede; border-radius:6px; } .spark-form-ctrl--basic .label { display: none; } .spark-form-ctrl--basic .stripe { display: none; } .spark-form-ctrl--basic.invalid input, .spark-form-ctrl--basic.invalid textarea { } .spark-form-ctrl--basic .errors { opacity: 0; } .spark-form-ctrl--basic.invalid .errors { opacity: 1; } .spark-form-ctrl--basic .error { animation-duration: .2s; display: none; opacity: 0; } .spark-form-ctrl--basic.invalid .error { opacity: 1; display: block; bottom: 0px; color: #d73737; font-size: 14px; font-style: italic; } .spark-form-ctrl--basic .tooltip { bottom: 35px; left: 30%; transform: translateY(-100%); } .spark-form-ctrl--basic .tooltip ul { padding-left: 20px; } .spark-form-ctrl--basic .tooltip ul li { text-align: left; } .spark-form-ctrl--label_in { padding: 0px; position: relative; } .spark-form-ctrl--label_in input.text { padding: 23px 10px 4px 10px; box-sizing:border-box; height: 50px; width: 100%; background-color: white; border: none; font-family: 'Inter'; font-size: 14px; font-weight:300; outline: none; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); border:1px solid #dedede; border-radius:2px; } .spark-form-ctrl--label_in ::-webkit-input-placeholder, .spark-form-ctrl--label_in ::-moz-placeholder, .spark-form-ctrl--label_in :-ms-input-placeholder, .spark-form-ctrl--label_in :-moz-placeholder { color: #4C6370; } .spark-form-ctrl--label_in input.text:invalid { box-shadow: none; } .spark-form-ctrl--label_in textarea { padding: 24px 10px 10px 10px; box-sizing:border-box; height: 254px; width: 100%; background-color: white; border: none; font-family: 'Inter'; font-size: 14px; font-weight:300; outline: none; resize: none; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); border:1px solid #dedede; border-radius:2px; } .spark-form-ctrl--label_in .label { position: absolute; top: 8px; left: 11px; font-family:'Inter'; font-weight:600; font-size:12px; } .spark-form-ctrl--label_in .stripe { display: none; } .spark-form-ctrl--label_in.invalid input, .spark-form-ctrl--label_in.invalid textarea { } .spark-form-ctrl--label_in .errors { opacity: 0; } .spark-form-ctrl--label_in.invalid .errors { opacity: 1; } .spark-form-ctrl--label_in .error { animation-duration: .2s; display: none; opacity: 0; } .spark-form-ctrl--label_in.invalid .error { opacity: 1; display: block; bottom: 0px; color: #d73737; font-size: 14px; font-style: italic; } .spark-form-ctrl--label_in .tooltip { bottom: 35px; left: 30%; transform: translateY(-100%); } .spark-form-ctrl--label_in .tooltip ul { padding-left: 20px; } .spark-form-ctrl--label_in .tooltip ul li { text-align: left; } .spark-form-ctrl label + .errors { bottom: -16px; } .spark-form-ctrl .cb { display: none; } .spark-form-ctrl .cb + label { cursor: pointer; padding: 0; position: relative; font-family: "Lato"; font-size: 14px; line-height: 24px; } .spark-form-ctrl .cb + label:before { content: ""; display: inline-block; position: relative; top: 2px; width: 14px; overflow: hidden; height: 14px; box-sizing: border-box; background: transparent; margin-right: 5px; border: 2px solid #d6d6d6; border-radius: 2px; transition: all .2s ease-out; } .spark-form-ctrl .cb:checked + label:before { border: 2px solid #444; background: #444; } .spark-form-ctrl .cb + label:after { content: "\2714"; position: absolute; top: -3px; left: 3px; font-size: 10px; color: #fff; transition: all .2s ease-out } .spark-form-ctrl .cb:not(:checked) + label:after { opacity: 0; transform: scale(0); } .spark-form-ctrl .cb:checked + label:after { opacity: 1; transform: scale(1); } .spark-form-ctrl.invalid .cb:not(:checked) + label:before { border-color: #d73737 !important; } .spark-btn { min-width: 165px; height: 45px; cursor: pointer; } .spark-btn--wide { min-width:372px; } .spark-btn.full-width { width: 100%; } .spark-btn.wired { border: 2px solid; border-radius: 3px; border-color: currentColor; background: transparent; height: 100%; font-family: Lato; font-weight: 900; font-size: 12px; text-transform: uppercase; outline: none; transition: all .2s; box-sizing: border-box; white-space: nowrap; padding: 0px 20px; } .spark-btn.wired:hover { background: currentColor; border-color: transparent; } .spark-btn.wired:hover span { color: white; } .spark-btn.solid, .spark-btn.sharp { border:0; background: currentColor; border-color: currentColor; height: 100%; font-family: Lato; font-weight: 900; font-size: 12px; text-transform: uppercase; outline: none; transition: all .2s; box-sizing: border-box; white-space: nowrap; padding: 0px 20px; } .spark-btn.solid { border-radius: 3px; } .spark-btn.solid span, .spark-btn.sharp span { color: white; } .spark-btn--wide { min-width:372px; } @media screen and (max-width: 480px) { .spark-btn--wide { min-width:initial; width:100%; } } /* Tryb Pro(4). */ .elem_c_contact_frm>.pro { background-color:#F8F8FA; } .elem_c_contact_frm>.pro .submit { margin-bottom:15px; } .elem_c_contact_frm>.pro .pro_cols { display:flex; flex-direction:row; flex-wrap:nowrap; font-family:'Muli','Lato'; } .elem_c_contact_frm>.pro .pro_col { width:50%; } .elem_c_contact_frm>.pro .pro_col__content { max-width:600px; padding:110px 0px 80px 0px; box-sizing:border-box; } .elem_c_contact_frm>.pro .pro_col-1 .pro_col__content{ margin-left:auto; padding-right:107px; padding-left:80px; } .elem_c_contact_frm>.pro .pro_col-2 .pro_col__content{ margin-right:auto; padding-left:107px; padding-right:80px; } .elem_c_contact_frm>.pro .pro_cols .info_box { display:flex; flex-direction:row; flex-wrap:nowrap; } .elem_c_contact_frm>.pro .pro_cols .info_box .img { width:40px; height:40px; margin-right:40px; background-repeat:no-repeat; background-position:center; } .elem_c_contact_frm>.pro .pro_cols .info_box-address .img { background-image: url('/assets/img/contact_form_address.png'); } .elem_c_contact_frm>.pro .pro_cols .info_box-tel .img { background-image: url('/assets/img/contact_form_tel.png'); } .elem_c_contact_frm>.pro .pro_col-1 { background-repeat:no-repeat; background-position:top right; background-size: cover; } .elem_c_contact_frm>.pro .pro_col-1 .title { color:#4F596D; font-size:14px; } .elem_c_contact_frm>.pro .pro_col-1 .text { color:#fff; font-size:26px; margin-top:20px; } .elem_c_contact_frm>.pro .pro_col-1 .info_box { margin-top:45px; } .elem_c_contact_frm>.pro .pro_col-1 .info_box .img { margin-top:30px; } .elem_c_contact_frm>.pro .pro_col-1 .info_box .txt { color:#fff; font-size:18px; margin-top:12px; } .elem_c_contact_frm>.pro .pro_col-2 .title { color:#fff; font-size:26px; margin-bottom:20px; } @media screen and (max-width: 1279px) { .elem_c_contact_frm>.pro .pro_cols { display:block; } .elem_c_contact_frm>.pro .pro_col { width:100%; } .elem_c_contact_frm>.pro .pro_col-1 .pro_col__content { margin-left:30px; } } .elem_c_contact_frm>.pro .spark-form-ctrl--md .label { text-transform:initial; color:#fff; font-size:14px; font-family:Muli; } .elem_c_contact_frm>.pro .spark-form-ctrl--md input, .elem_c_contact_frm>.pro .spark-form-ctrl--md label, .elem_c_contact_frm>.pro .spark-form-ctrl--md textarea { color:#fff; } .elem_c_contact_frm>.pro .spark-form__in-gr { margin-top:5px; } .elem_c_contact_frm>.pro .spark-form__approval { margin-top:5px; margin-bottom: 10px; } .elem_c_contact_frm>.pro .spark-form { padding-top:0px; } .elem_c_contact_frm>.pro .spark-form .spark-form-ctrl--md input.text, .elem_c_contact_frm>.pro .spark-form .spark-form-ctrl--md textarea { border-bottom:1px rgba(255, 255, 255, .3) solid; } .elem_c_contact_frm>.pro button.spark-btn { height:58px; width:201px; margin-top:25px; } .elem_c_contact_frm>.pro button.spark-btn span { text-transform: initial; font-size:14px; font-family:Muli; font-weight:400; } </style><div class="root pro"> <div class="pro_cols"> <div class="pro_col pro_col-1 acol_front2Dark_bg" style="" > <div class="pro_col__content"><div class="title">Kontakt z nami</div><div class="text">Serdecznie zapraszamy<br>do kontaktu z naszym<br>Biurem Sprzeda|y</div><div class="info_box info_box-address"><div class="img"></div><div><div class="title">Odwiedz nas</div><div class="txt">ul. Zw. Marcin 11A/17<br>61-803 PoznaD</div></div></div><div class="info_box info_box-tel"><div class="img"></div><div><div class="title">ZadzwoD</div><div class="txt">+48 61 10 10 443<br>sprzedaz@sthome.pl</div></div></div></div> </div> <div class="pro_col pro_col-2 acol_front2Light_bg"> <div class="pro_col__content"><div class="spark-form__wrapper" id="elem40717562"> <div class="spark-form spark-form--md" style="margin:0px auto;"> <div class="title">Napisz do nas</div> <div class="spark-form__in-gr"> <div class="spark-form__in-lg"><div class="spark-form-ctrl spark-form-ctrl--md"><input class="text" name="name_surname" value="" attr-rules='{"required":true,"min":1,"max":20}' required/><div class="stripe acol_front3_bg" style="background-color:#F57021">&nbsp;</div> <span class="label">Imi i nazwisko</span><div class="errors"></div> </div></div> </div> <div class="spark-form__in-gr"> <div class="spark-form__in-lg"><div class="spark-form-ctrl spark-form-ctrl--md"><input class="text" name="email" value="" attr-rules='{"required":true,"type":"email"}' required/><div class="stripe acol_front3_bg" style="background-color:#F57021">&nbsp;</div> <span class="label">Adres e-mail:</span><div class="errors"></div> </div></div> </div> <div class="spark-form__in-gr"> <div class="spark-form__in-lg"><div class="spark-form-ctrl spark-form-ctrl--md"><input class="text" name="phone" value="" attr-rules='{"required":true,"min":1,"max":25}' required/><div class="stripe acol_front3_bg" style="background-color:#F57021">&nbsp;</div> <span class="label">Numer telefonu</span><div class="errors"></div> </div></div> </div> <div class="spark-form__in-gr"> <div class="spark-form__in-lg" style="display:none"><div class="spark-form-ctrl spark-form-ctrl--md"><input class="text" name="title" value="Wiadomo[" attr-rules='{"required":true,"type":"title"}' required/><div class="stripe acol_front3_bg" style="background-color:#F57021">&nbsp;</div> <span class="label">TytuB wiadomo[ci</span><div class="errors"></div> </div></div> <div class="spark-form__in-lg"><div class="spark-form-ctrl spark-form-ctrl--md"><textarea class="text" name="msg" attr-rules='{"required":true,"min":10,"max":900}' required></textarea><div class="stripe acol_front3_bg" style="background-color:#F57021">&nbsp;</div> <span class="label">Tre[ wiadomo[ci: *</span><div class="errors"></div> </div></div> </div><div class="spark-form__approval"><div class="spark-form-ctrl spark-form-ctrl--md"><input id="approval407175590" class="cb" name="approval" type="checkbox" attr-rules='{"required":true}' required/> <label for="approval407175590">Wyra|am zgod na przetwarzania moich danych osobowych dla potrzeb niezbdnych do realizacji obsBugi zgBoszenia kontaktowego (zgodnie z Ustaw z dnia 29.08.1997 roku o Ochronie Danych Osobowych; tekst jednolity: Dz.U. z 2014 r., poz. 1182 ze zm.).</label><div class="errors"></div> </div></div><div class="spark-form__btn-line"> <button class="spark-btn spark-form__btn sharp acol_frontLight_bg_h submit" style="color:#F57021"> <span>Wy[lij wiadomo[</span> </button> </div> </div> </div></div></div></div></div><script> (function(){ function makePostRequest(url,body,successCallback,errCallBack) { var xhttp=new XMLHttpRequest(); xhttp.onreadystatechange=function() { isDone=(this.readyState === 4); if(isDone) { if((this.status === 200)&&(!startsWith(this.responseText,"<html><body>"))) { successCallback(this); } else { errCallBack(this); } } } xhttp.open("POST",url,true); xhttp.setRequestHeader("Content-Type","application/json; charset=UTF-8"); xhttp.send(JSON.stringify(body)); } function makePostRequest2(url,params,successCallback,errCallBack) { var xhttp=new XMLHttpRequest(); xhttp.onreadystatechange=function() { isDone=(this.readyState === 4); if(isDone) { if((this.status === 200)&&(!startsWith(this.responseText,"<html><body>"))) { successCallback(this); } else { errCallBack(this); } } } xhttp.open("POST",url,true); xhttp.setRequestHeader("Content-Type","application/x-www-form-urlencoded"); xhttp.send(JSON.stringify(paramsToQuery(params))); } function paramsToQuery(paramsSet) { var pairs=[]; for(name in paramsSet) { pairs.push(encodeURIComponent(name)+"="+encodeURIComponent(paramsSet[name])); } return pairs.join("&").replace(/%20/g,"+"); } function startsWith(str,prefix) { return (str.substring(0,prefix.length) === prefix); } function dspLink(url) { // Aktualnie nie przetwarzamy linków dsp - trafiaj do tego samego serwera, którego dotyczyBo |danie. return url; } var containerEL=document.getElementById("elem40717562"), formEl=containerEL.getElementsByClassName("spark-form")[0], submitEl=formEl.getElementsByClassName("submit")[0]; var contact_frm_form=(function ptl_form(formEl){ var _formEl=formEl; var emailRegexp=/^[a-zA-Z0-9!#$%''\*\+-/=\?^_`\{|\}~]+@[a-zA-Z0-9._%-]+\.[a-zA-Z]{2,4}$/g, phoneRegexp=/^(\(?(\+|00)(\d{2,3})\)?)?\d{9}$|^\d{3}-\d{3}-\d{3}$/g, postalCodeRegexp=/^\d{2}-?\d{3}$/g, alfaRegexp=/\d/; var invalidClassName="invalid"; var errorMsg={ "required": "To pole jest wymagane", "email": "Format: nazwa@domena", "phone": "Format: 00|+kierunkowy+000000000/000-000-000", "min": "Wymagany tekst jest za krótki", "max": "Wprowadzony tekst jest za dBugi", "alfa": "Cyfry nie s dozwolone", "postal-code": "Format: 00-000 albo 00000" }; var type={ "number": "long", "string": "wstrvar" }; function validateControl(inputEl) { var parent=inputEl.parentNode; var isFormControl=parent.classList.contains("spark-form-ctrl"); var rules=inputEl.getAttribute("attr-rules"); if(!isFormControl || !rules) return true; var isArleadyInvalid=parent.classList.contains(invalidClassName); var value=(inputEl.type == "checkbox")?inputEl.checked:inputEl.value; rules=JSON.parse(rules); var reason=getInvalidReason(value,rules); var isValid=!reason; var bug=getInvalidReason(value,rules); if(!isValid && isArleadyInvalid) { changeReason(parent,errorMsg[reason]); } else if(!isValid) { displayError(parent,errorMsg[reason]); } else if(isArleadyInvalid) { clearError(parent); } return isValid; } function getInvalidReason(value,rules) { if(rules.required && !value) return "required"; if(rules.min && value.length<=rules.min) return "min"; if(rules.max && value.length>rules.max) return "max"; if(value) { if((rules.type==="email")&&(!emailRegexp.test(value))) return "email"; if((rules.type==="phone")&&(!phoneRegexp.test(value))) return "phone"; if(rules.type==="alfa" && alfaRegexp.test(value)) return "alfa"; if(rules.type==="postal-code" && !postalCodeRegexp.test(value)) return "postal-code"; } return false; } function changeReason(ref,msg) { var errorEl=ref.querySelector(".errors>.error"); if(errorEl) { errorEl.textContent=msg; } } function displayError(ref,msg) { var errorsEl=ref.querySelector(".errors"); var span=document.createElement("span"); span.classList.add("error"); span.textContent=msg; errorsEl.appendChild(span); ref.classList.add(invalidClassName); } function clearError(ref) { var errorsContainerEl=ref.querySelector(".errors"); var errorEl=errorsContainerEl.firstChild; errorEl.style.animationName="roll-out"; errorEl.style.opacity="0"; setTimeout(function() { ref.classList.remove(invalidClassName); errorsContainerEl.innerHTML=""; },200); } function getControlValue(controlEl) { var value=(controlEl.type == "checkbox")?controlEl.checked:controlEl.value; if(typeof value === "boolean") value=value?1:0; return value; } function initCtrls() { var controlsEl=formEl.querySelectorAll(".spark-form-ctrl > input, .spark-form-ctrl > textarea"); [].forEach.call(controlsEl, function(controlEl) { var shouldValidate=controlEl.getAttribute("attr-rules")!==""; if(shouldValidate) { var event=controlEl.type=="checkbox"?"click":"keyup"; controlEl.addEventListener(event,function() { validateControl(controlEl); }); } }); } initCtrls(); return { getFormEl:function() { return _formEl; }, isFormValid:function() { var controlsEl=_formEl.querySelectorAll("input,textarea"); var isValid=true; [].forEach.call(controlsEl,function(controlEl) { if(!validateControl(controlEl)) isValid=false; }); return isValid; }, getFormValue:function() { var controlsEl=_formEl.querySelectorAll("input,textarea"); return [].reduce.call(controlsEl,function(formValue,controlEl) { var name=controlEl.getAttribute("name"); formValue[name]=getControlValue(controlEl); return formValue; },{}) }, clearFormValue:function() { var controlsEl=_formEl.querySelectorAll("input,textarea"); for(i=0; i < controlsEl.length; ++i) { controlsEl[i].value = ""; } var cbxs=_formEl.querySelectorAll("input[type='checkbox']"); for(i=0; i < cbxs.length; ++i) { cbxs[i].checked = false; } } } }) (formEl); function onInit() { addEventListeners(); } function addEventListeners() { submitEl.addEventListener("click",function() { submitForm(); }); } function submitForm() { if(!contact_frm_form.isFormValid()) return; var body={ "app_version": 40713740, "portal_elem": 40717559, "form_data": contact_frm_form.getFormValue(formEl) }; // WysBanie danych. makePostRequest(saveLink(),body,postSuccess,postError); } function postSuccess() { portal.alert("WysBano wiadomo[.","success","simple"); contact_frm_form.clearFormValue(); } function postError() { portal.alert("Nie udaBo si wysBa wiadomo[ci.","error","simple"); } function saveLink() { return "/elem/standard/contact_frm/db-save.pub.c"; } onInit(); })(); </script></div><div class="box_elem elem_c_sep elem_show--always" data-id="40716099"> <style> .elem_c_sep .bg.graphical { padding: 5px 0; display: block; } .elem_c_sep .bg.line { display: block; } .elem_c_sep svg { margin: 0 auto; display: block; color: inherit; fill: currentColor; } .elem_c_sep .simple { margin: 0 auto; max-width: 1200px; } .elem_c_sep .simple.small { height: 2px; } .elem_c_sep .graphical { margin: 0 auto; background: transparent; color: rgba(0, 0, 0, .16); } .elem_c_sep .line div { margin: auto; height: 1px; } .elem_c_sep .line.small { max-width: 600px; width: 50%; } .elem_c_sep .line.medium { max-width: 1200px; width: 100%; } .elem_c_sep .line.large { width: 100%; } .elem_c_sep .space { margin: 0 auto !important; /*background: transparent !important;*/ } @media screen and (min-width: 1280px) { .elem_c_sep .simple.medium { height: 10px; } .elem_c_sep .simple.large { height: 20px; } .elem_c_sep .graphical.small svg { width: 100px; } .elem_c_sep .graphical.medium svg { width: 144px; } .elem_c_sep .graphical.large svg { width: 200px; } /* Domy[lny (minimalny) odstp dla separatora w formie linii. */ .elem_c_sep .bg.line { padding: 15px 0; } .elem_c_sep .space.small { height: 10px; } .elem_c_sep .space.medium { height: 30px; } .elem_c_sep .space.large { height: 50px; } } @media screen and (min-width: 768px) and (max-width: 1279px) { .elem_c_sep .simple.medium { height: 5px; } .elem_c_sep .simple.large { height: 10px; } .elem_c_sep .graphical.small svg { width: 100px; } .elem_c_sep .graphical.medium svg { width: 144px; } .elem_c_sep .graphical.large svg { width: 200px } /* Domy[lny (minimalny) odstp dla separatora w formie linii. */ .elem_c_sep .bg.line { padding: 10px 0; } .elem_c_sep .space.small { height: 10px; } .elem_c_sep .space.medium { height: 20px; } .elem_c_sep .space.large { height: 30px; } } @media screen and (max-width: 767px) { .elem_c_sep .simple.medium { height: 3px; } .elem_c_sep .simple.large { height: 5px; } .elem_c_sep .graphical.small svg { width: 75px; } .elem_c_sep .graphical.medium svg { width: 100px; } .elem_c_sep .graphical.large svg { width: 144px } /* Domy[lny (minimalny) odstp dla separatora w formie linii. */ .elem_c_sep .bg.line { padding: 5px 0; } .elem_c_sep .space.small { height: 5px; } .elem_c_sep .space.medium { height: 10px; } .elem_c_sep .space.large { height: 15px; } } </style><div class="bg space"> <div class="space medium" style="margin-top:0px;margin-bottom:0px;height:72px;"></div> </div></div><div class="box_elem elem_c_sep elem_show--always" data-id="40716140"> <style> .elem_c_sep .bg.graphical { padding: 5px 0; display: block; } .elem_c_sep .bg.line { display: block; } .elem_c_sep svg { margin: 0 auto; display: block; color: inherit; fill: currentColor; } .elem_c_sep .simple { margin: 0 auto; max-width: 1200px; } .elem_c_sep .simple.small { height: 2px; } .elem_c_sep .graphical { margin: 0 auto; background: transparent; color: rgba(0, 0, 0, .16); } .elem_c_sep .line div { margin: auto; height: 1px; } .elem_c_sep .line.small { max-width: 600px; width: 50%; } .elem_c_sep .line.medium { max-width: 1200px; width: 100%; } .elem_c_sep .line.large { width: 100%; } .elem_c_sep .space { margin: 0 auto !important; /*background: transparent !important;*/ } @media screen and (min-width: 1280px) { .elem_c_sep .simple.medium { height: 10px; } .elem_c_sep .simple.large { height: 20px; } .elem_c_sep .graphical.small svg { width: 100px; } .elem_c_sep .graphical.medium svg { width: 144px; } .elem_c_sep .graphical.large svg { width: 200px; } /* Domy[lny (minimalny) odstp dla separatora w formie linii. */ .elem_c_sep .bg.line { padding: 15px 0; } .elem_c_sep .space.small { height: 10px; } .elem_c_sep .space.medium { height: 30px; } .elem_c_sep .space.large { height: 50px; } } @media screen and (min-width: 768px) and (max-width: 1279px) { .elem_c_sep .simple.medium { height: 5px; } .elem_c_sep .simple.large { height: 10px; } .elem_c_sep .graphical.small svg { width: 100px; } .elem_c_sep .graphical.medium svg { width: 144px; } .elem_c_sep .graphical.large svg { width: 200px } /* Domy[lny (minimalny) odstp dla separatora w formie linii. */ .elem_c_sep .bg.line { padding: 10px 0; } .elem_c_sep .space.small { height: 10px; } .elem_c_sep .space.medium { height: 20px; } .elem_c_sep .space.large { height: 30px; } } @media screen and (max-width: 767px) { .elem_c_sep .simple.medium { height: 3px; } .elem_c_sep .simple.large { height: 5px; } .elem_c_sep .graphical.small svg { width: 75px; } .elem_c_sep .graphical.medium svg { width: 100px; } .elem_c_sep .graphical.large svg { width: 144px } /* Domy[lny (minimalny) odstp dla separatora w formie linii. */ .elem_c_sep .bg.line { padding: 5px 0; } .elem_c_sep .space.small { height: 5px; } .elem_c_sep .space.medium { height: 10px; } .elem_c_sep .space.large { height: 15px; } } </style><div class="bg space"> <div class="space medium" style="margin-top:0px;margin-bottom:0px;"></div> </div></div><div class="box_elem elem_c_img elem_show--always" data-id="40716115"> <style> .elem_c_img { max-width: 1200px; margin: auto; } .elem_c_img .container-img { display: block; width: 100%; height: 100%; margin: auto; position: relative; } .elem_c_img .container-img .img { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-repeat: no-repeat !important; } .elem_c_img .container-img .img.default { opacity: 1; display: block; } .elem_c_img .container-img .img.active { display: none; opacity: 0; } .elem_c_img .container-img:hover .img.active { opacity: 1; display: block; } .elem_c_img .container-img:hover .img.active + .img.default { opacity: 0; display: none; } .elem_c_img .container-img.resize-type-1 .img {} .elem_c_img .container-img.resize-type-2 .img { width:100%; background-size: contain !important; background-position: center !important; } .elem_c_img .container-img.resize-type-3 .img { width:100%; background-size: 100% 100% !important; } .elem_c_img .container-img.resize-type-4 .img { width:100%; background-position: center !important; background-size: cover !important; } .elem_c_img img { max-width:1200px; margin:auto; } </style><div class="container-img resize-type-4" style="min-height:72px;"><div class="default img" style="background:url('/webng/_service/loader/src_load.pub.c?src_file=40716116')"></div></div></div><div class="box_elem elem_c_txt elem_show--always" data-id="40716083"> <style> .elem_c_txt .bg { width:100%; background-position:top center; } .elem_c_txt .wrap { color:#222; display:block; max-width:1080px; margin:auto; box-sizing:border-box; padding:10px 40px; } .elem_c_txt .bbcode.sharp a > div { color:#F57021 !important; font-size:16px; font-family:'SourceSans3'; font-weight:400; } .elem_c_txt .bbcode { overflow:hidden; } @media screen and (min-width: 481px) and (max-width: 768px) { .elem_c_txt .wrap{ padding:1px 20px; } } @media screen and (max-width: 480px) { .elem_c_txt .wrap{ padding:1px 5px; } } </style><div class="bg standard" style="background-color:;min-height:0px"> <div class="wrap" style="color:"> <div class="label bbcode standard" style=""><div style="font-family:'Muli'"> <table style=";width:100%;"><tr><td style=""><a class="txt" target="_self" href="/start"><div style='display:inline-block'><span style="font-size:16px;color:#A9A9A9;"> Strona gBówna</span></div></a><span style="margin-right:70px"></span> <a class="txt" target="_self" href="/o_nas"><div style='display:inline-block'><span style="font-size:16px;color:#A9A9A9;"> O nas</span></div></a><span style="margin-right:70px"></span> <a class="txt" target="_self" href="/inwestycje"><div style='display:inline-block'><span style="font-size:16px;color:#A9A9A9;"> Inwestycje</span></div></a></td><td style=""><div style="text-align:right;"><a class="txt" target="_self" href="/noty_prawne"><div style='display:inline-block'><span style="font-size:16px;color:#A9A9A9;"> Noty prawne</span></div></a><span style="margin-right:40px"></span> <a class="txt" target="_self" href="/aktualnosci"><div style='display:inline-block'><span style="font-size:16px;color:#A9A9A9;"> Aktualno[ci</span></div></a><span style="margin-right:40px"></span> <a class="txt" target="_self" href="/kontakt"><div style='display:inline-block'><span style="font-size:16px;color:#A9A9A9;"> Kontakt</span></div></a><span style="margin-right:40px"></span><span style="font-size:16px;color:#A9A9A9;"> </span><a class="txt" target="_blank" href="http://www.facebook.com/STHomedeweloper"><div style='display:inline-block'><img width='22' height='22' src="/webng/_service/loader/src_load.pub.c?src_file=40716145"/></div></a> <span style="margin-right:15px"></span> </div></td></tr></table><div style="text-align:center;margin:60px 0px 60px 0px;"><span style="font-size:12px;color:#A9A9A9;">Copyright by: STHome.pl 2020 / Wszelkie prawa zastrze|one</span></div></div></div> </div> </div></div></div></div></div> </body> </html> <!-- HTC End. -->