<!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="Szczepankowo - home"> <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>Szczepankowo - home</title> <link id="doc_icon" rel="icon" type="image/x-icon" href="/webng/_service/loader/app_icon_load.pub.c?app=40764938"/> </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=40764780" rel="stylesheet" type="text/css"/> <div id="app_root" class="cloud22156810 acolp_40764780" data-app-version="40764941" data-app-id="40764938" data-cloud="22156810" data-app-name="portal_Szczepankowo"><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="home" 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:#F7881F; } .bbcode.classic a:hover { color:#F7881F; } .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: #49A3C9;} #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: #49A3C9; } #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: #49A3C9;} #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: #49A3C9; } </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="40765139"><div class="box_elem elem_c_header elem_show--always" data-id="40765157"> <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="40765157"] .btn > .text, .elem_c_header[data-id="40765157"] .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="40765157"] .bg_dark .contact_info.--active .dane__title, .elem_c_header[data-id="40765157"] .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="40765157"] .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="40765157"] .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="40765157"] .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="40765157"] .contact_txt__strong, .elem_c_header[data-id="40765157"] .contact_txt__strong a { color:#F7881F; } .elem_c_header>.style_4 .contact_txt__weak { color: #727482; } </style><div id="elem_c_header40765157" class="style_4 bg_bright"><div class="bot_section"> <div class="bg bg--transparent " style="color:#F7881F;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=40770105"/></a> </div><input type="checkbox" class="hamburger" id="hamburger-40765157"/> <label class="menu_btn" tabIndex="0" for="hamburger-40765157" 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:#F7881F;background:#FFFFFF"><div class="btn basic btn--active"><div class="text"><a href="/home"></a>HOME</div> <div class="bottom_margin" style="background:#F7881F"></div> </div><div class="btn basic "><div class="text"><a href="/onas"></a>O NAS</div> <div class="bottom_margin" style="background:#F7881F"></div> </div><div class="btn basic "><div class="text"><a href="/oinwestycji"></a>O INWESTYCJI</div> <div class="bottom_margin" style="background:#F7881F"></div> </div><div class="btn basic "><div class="text"><a href="/mieszkania"></a>DOMY</div> <div class="bottom_margin" style="background:#F7881F"></div> </div><div class="btn basic "><div class="text"><a href="/lokalizacja"></a>LOKALIZACJA</div> <div class="bottom_margin" style="background:#F7881F"></div> </div><div class="btn basic "><div class="text"><a href="/galeria"></a>GALERIA</div> <div class="bottom_margin" style="background:#F7881F"></div> </div><div class="btn basic "><div class="text"><a href="/kontakt"></a>KONTAKT</div> <div class="bottom_margin" style="background:#F7881F"></div> </div></div><div class="btn basic "><div class="text"><a href="/kontakt"></a>KONTAKT</div> <div class="bottom_margin" style="background:#F7881F"></div> </div><div class="btn basic "><div class="text"><a href="/galeria"></a>GALERIA</div> <div class="bottom_margin" style="background:#F7881F"></div> </div><div class="btn basic "><div class="text"><a href="/lokalizacja"></a>LOKALIZACJA</div> <div class="bottom_margin" style="background:#F7881F"></div> </div><div class="btn basic "><div class="text"><a href="/mieszkania"></a>DOMY</div> <div class="bottom_margin" style="background:#F7881F"></div> </div><div class="btn basic "><div class="text"><a href="/oinwestycji"></a>O INWESTYCJI</div> <div class="bottom_margin" style="background:#F7881F"></div> </div><div class="btn basic "><div class="text"><a href="/onas"></a>O NAS</div> <div class="bottom_margin" style="background:#F7881F"></div> </div><div class="btn basic btn--active"><div class="text"><a href="/home"></a>HOME</div> <div class="bottom_margin" style="background:#F7881F"></div> </div></div> </div> </div> <script> (function() { var containerEl=document.getElementById("elem_c_header40765157"), 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="40765034"><div class="box_elem elem_c_sep elem_show--always" data-id="40765038"> <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;background:#FFFFFF;height:138px;"></div> </div></div><div class="box_elem elem_c_slider elem_show--always" data-id="40765065"> <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 .simple .container { max-width: 1200px; margin: 0 auto; } .elem_c_slider .simple .prev, .elem_c_slider .simple .next { background: transparent; font-size:36px; } .elem_c_slider[data-id="40765065"] .simple .prev:hover, .elem_c_slider[data-id="40765065"] .simple .next:hover { color:; } .elem_c_slider .simple .slide { height: 100%; background-position: 50% 0; background-repeat: no-repeat; background-size: cover; display: flex; } .elem_c_slider .simple .slide > a { flex: 1 1; color: inherit; } .elem_c_slider .simple .slide > a { color: inherit; } .elem_c_slider .simple .slide .content { max-width:1280px; margin:auto; width:100%; box-sizing: border-box; padding:0px 40px; overflow:hidden; } .elem_c_slider .simple .slide .content .separator{ height:2px; margin:23px 0px; background-color:#fff; } .elem_c_slider .simple .slide .body { text-align:left; } .elem_c_slider .simple .slide .content header { margin-top:280px; font-size:60px; font-weight:800; line-height:64px; font-family:'Lato'; } .elem_c_slider .simple .slide .content header h2 { font-size:60px; } .elem_c_slider .simple .slide .content header .text { font-family:'Lato'; font-size:24px; line-height:34px; } .elem_c_slider .simple .slide header .icon { margin-right: 15px; border-radius: 50%; padding: 15px; } .elem_c_slider .simple .more { font-family:'Lato'; letter-spacing: 1px; font-weight:600; font-size:12px; position: relative; height: 63px; } .elem_c_slider .simple .more { transition: all 0.1s ease-in; } .elem_c_slider .simple .more:hover { color: #fff !important; } .elem_c_slider .simple .more:not(:hover) { color:#ffffff !important; background: transparent !important; border-color:#ffffff !important; } .elem_c_slider[data-id="40765065"] .standard .more { border-color:; } .elem_c_slider .simple .more a { position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .elem_c_slider .simple .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 .simple .indicators button { margin: 0 7px; border-color: #fff; box-shadow: 0 0 2px #4f4f4f; width:15px; height:15px; padding:0px; } @media screen and (min-width: 768px) and (max-width: 1279px) { .elem_c_slider .simple header { font-size: 46px !important; } } </style><div id="40765065" class="slider simple" style="min-width:0px;min-height:500px;color:;background-color:#FFFFFF;"><div class="container"><div class="slides" style="width:200%"><div class="slide" style="width:50.0000000000000000%;background-image:url('/webng/_service/loader/src_load.pub.c?src_file=40770825');min-height:500px;"><div class="content"> <div class="limiter" style="max-width:200px"><div class="body"></div> </div> </div></div><div class="slide" style="width:50.0000000000000000%;background-image:url('/webng/_service/loader/src_load.pub.c?src_file=40770827');min-height:500px;"><div class="content"> <div class="limiter" style="max-width:300px"><div class="body"></div> </div> </div></div></div><div class="indicators"> <button class="active acol_front_bg"style="background:"></button><button class=" acol_front_bg"style="background:"></button></div></div> </div> <script> (function() { var activeClassName="active", animateSlide, changeSlide, changeSlideClick, slider=document.getElementById("40765065"), 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_sep elem_show--always" data-id="40765069"> <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 simple"> <div class="simple small" style="margin-top:0px;margin-bottom:0px;background:#FFFFFF;"></div> </div></div><div class="box_elem elem_c_txt_list elem_show--always" data-id="40765088"> <style> .elem_c_txt_list .bg { width:100%; } .elem_c_txt_list .wrapper { padding: 25px 0 25px; margin: 0 auto; max-width: 1280px; } .elem_c_txt_list .wrapper .container { display: flex; flex-flow: row wrap; justify-content:space-between; } .elem_c_txt_list .wrapper .container div.label { padding: 7px 0px; box-sizing: border-box; display:block; } .elem_c_txt_list .wrapper .container.continous { flex-direction: column; align-items: center; } .elem_c_txt_list .wrapper .container.continous > div { width:100%; } .elem_c_txt_list .wrapper .container.dynamic > div { width: 50%; } .elem_c_txt_list .wrapper .container.narrow > div { width: 25%; } .elem_c_txt_list .wrapper .container.triple > div { width: 33%; } /* Gdy ostani jest nieparzysty, to jest sam w linie i bdzie na peBn szeroko[. */ .elem_c_txt_list .wrapper .container.dynamic:not(.title_none) > div:nth-child(odd):last-child { width: 100% !important; } .elem_c_txt_list .title_none .title { display:none; } .elem_c_txt_list .title_header .title { background-color:transparent !important; } .elem_c_txt_list .title_header .title h2 { font-size:20px; } .elem_c_txt_list .title_stripe .title { padding:13px 16px 10px 16px; } .elem_c_txt_list .title_stripe .title h2 { font-size:16px; } .elem_c_txt_list .container > div { padding: 10px 40px; box-sizing:border-box; overflow:hidden; } .elem_c_txt_list .bbcode.sharp a > div { color:#F7881F !important; font-size:16px; font-family:'SourceSans3'; font-weight:400; } @media screen and (max-width: 900px) { .elem_c_txt_list .container > div { padding: 10px 20px; } .elem_c_txt_list .dynamic > div { width: 100% !important; } .elem_c_txt_list .narrow > div { width: 50% !important; } } </style><div class="bg" style="background-color:; min-height:0px"> <div class="wrapper"> <div class="container dynamic title_none"><div> <div class="title acol_frontLight3_bg"> <h2>1 col-40765072</h2> </div> <div class="label bbcode standard"><img width='580' height='276' src="/webng/_service/loader/src_load.pub.c?src_file=40769900"/></div> </div><div> <div class="title acol_frontLight3_bg"> <h2>2 col-40765082</h2> </div> <div class="label bbcode standard"><img width='560' height='276' src="/webng/_service/loader/src_load.pub.c?src_file=40770829"/></div> </div></div> </div> </div></div><div class="box_elem elem_c_tile elem_show--always" data-id="40765107"> <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="40765107"] .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_4 { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; } .elem_c_tile .tiles_4 .tile { text-align: center; overflow: hidden; margin-bottom: 20px; } .elem_c_tile .tiles_4 .img { width: 100%; height: 200px; background-repeat: no-repeat; background-position: center; } .elem_c_tile .tiles_4 .button__icon { display:none; } .elem_c_tile .tiles_4 .img { height: 100px; } .elem_c_tile .tiles_4 .title{ font-family:"Lato"; font-size: 22px; font-weight: 500; margin-top: 20px; padding: 15px 10px; overflow: hidden; width: 100%; text-align: center; box-sizing: border-box; } .elem_c_tile .tiles_4 .text{ font-family: "Lato"; font-size: 16px; overflow: hidden; padding: 10px 10px; padding: 10px 10px; width: 100%; text-align: center; line-height: 24px; box-sizing: border-box; } @media screen and (min-width: 801px) { .elem_c_tile .tiles_4 .tile { width: 22%; margin-right: 4%; } .elem_c_tile .tiles_4 .tile:nth-child(4n) { margin-right: 0%; } } @media screen and (min-width: 601px) and (max-width: 800px) { .elem_c_tile .tiles_4 .tile { width: 32%; margin-right: 2%; } .elem_c_tile .tiles_4 .tile:nth-child(3n) { margin-right: 0%; } } @media screen and (min-width: 481px) and (max-width: 600px) { .elem_c_tile .tiles_4 .tile { width: 49%; margin-right: 2%; } .elem_c_tile .tiles_4 .tile:nth-child(2n) { margin-right: 0%; } } @media screen and (max-width: 480px) { .elem_c_tile .tiles_4 .tile { width: 100%; } } </style><div class="bg" style="background-color:;min-height:0px"> <div class="tiles_4"><div class="tile "><div class="images"><div class="img default" style="background-image:url('/webng/_service/loader/src_load.pub.c?src_file=40765092')"></div></div> <div class="text_box"><div class="text label bbcode"><div style="text-align:center;margin:10px 0px 0px 0px;"><span style="font-weight:bold;font-size:20px;color:#808080;">LOKALIZACJA</span><span style="font-size:16px;color:#808080;"><br>PoznaD - Szczepankowo</span></div></div></div> </div><div class="tile "><div class="images"><div class="img default" style="background-image:url('/webng/_service/loader/src_load.pub.c?src_file=40765096')"></div></div> <div class="text_box"><div class="text label bbcode"><div style="text-align:center;margin:10px 0px 0px 0px;"><span style="font-weight:bold;font-size:20px;color:#808080;">DOMY</span><span style="font-size:16px;color:#808080;"><br>138,36 m2</span></div></div></div> </div><div class="tile "><div class="images"><div class="img default" style="background-image:url('/webng/_service/loader/src_load.pub.c?src_file=40765100')"></div></div> <div class="text_box"><div class="text label bbcode"><div style="text-align:center;margin:10px 0px 0px 0px;"><span style="font-weight:bold;font-size:20px;color:#808080;">GARA{</span><span style="font-size:16px;color:#808080;"><br>W bryle budynku</span></div></div></div> </div><div class="tile "><div class="images"><div class="img default" style="background-image:url('/webng/_service/loader/src_load.pub.c?src_file=40765104')"></div></div> <div class="text_box"><div class="text label bbcode"><div style="text-align:center;margin:10px 0px 0px 0px;"><span style="font-weight:bold;font-size:20px;color:#808080;">TERMIN REALIZACJI</span><span style="font-size:16px;color:#808080;"><br>GrudzieD 2022</span></div></div></div> </div></div> </div></div><div class="box_elem elem_c_sep elem_show--always" data-id="40765111"> <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 simple"> <div class="simple small" style="margin-top:0px;margin-bottom:0px;background:#A7A7A7;"></div> </div></div><div class="box_elem elem_c_sep elem_show--always" data-id="40765115"> <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 simple"> <div class="simple small" style="margin-top:0px;margin-bottom:0px;background:#FFFFFF;"></div> </div></div><div class="box_elem elem_c_img_link_list elem_show--always" data-id="40765130"> <style> .elem_c_img_link_list .wrapper { margin: 0 auto; max-width: 1200px; } .elem_c_img_link_list .list { align-items: center; box-sizing: border-box; display: flex; flex-wrap: wrap; list-style-type: none; padding: 0; } .elem_c_img_link_list[data-id="40765130"] .list { background-color: transparent; margin: 0px; min-width: 0px; min-height: 1px; } .elem_c_img_link_list .list--mode-standard { justify-content: space-around; } .elem_c_img_link_list .list--mode-modern { justify-content: space-between; } .elem_c_img_link_list .list__item { align-items: center; box-sizing: border-box; cursor: context-menu; display: flex; position: relative; } .elem_c_img_link_list[data-id="40765130"] .list__item { color: #A7A7A7; } .elem_c_img_link_list .graphic { position: relative; } .elem_c_img_link_list .graphic__more { left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); } .elem_c_img_link_list .graphic__hover, .elem_c_img_link_list .graphic__default { max-width: 100%; } .elem_c_img_link_list .graphic__default { display: block; opacity: 1; } .elem_c_img_link_list .graphic__hover { display: none; opacity: 0; } .elem_c_img_link_list .link { bottom: 0; left: 0; position: absolute; top: 0; right: 0; } .elem_c_img_link_list .detail { margin-left: .5em; } .elem_c_img_link_list .list__item:hover .graphic__hover { display: block; opacity: 1; } .elem_c_img_link_list .list__item:hover .graphic__hover + .graphic__default { display: none; opacity: 0; } .elem_c_img_link_list[data-id="40765130"] .list { border-bottom: 1px solid #A7A7A7; border-top: 1px solid #A7A7A7; padding: 20px 0; } .elem_c_img_link_list .list--mode-compact .list__item { flex: 1; justify-content: center; padding: 20px 0; } .elem_c_img_link_list .list--mode-compact .list__item:last-of-type { border: 0; } @media (min-width: 769px) { .elem_c_img_link_list[data-id="40765130"] .list__item { border-right: 1px solid #A7A7A7; } } @media (max-width: 768px) { .elem_c_img_link_list .list--mode-compact { flex-direction: column; border-right-width:0px; padding: 0; } .elem_c_img_link_list .list--mode-compact .detail { margin-left: .5em; } .elem_c_img_link_list .list--mode-compact .list__item { border-right: 0; border-bottom: 1px solid; flex-direction: row; margin: 0 20px; width: 80%; } .elem_c_img_link_list[data-id="40765130"] .list__item { border-bottom: 1px solid #A7A7A7; } } </style><div class="wrapper"> <div class="list list--mode-compact"><li class="list__item"> <figure class="graphic"><img class="graphic__default" src="/webng/_service/loader/src_load.pub.c?src_file=40765119"/></figure><div class="detail bbcode label"><span style="font-weight:bold;font-size:20px;">+48 61 10 10 443</span></div></li><li class="list__item"> <figure class="graphic"><img class="graphic__default" src="/webng/_service/loader/src_load.pub.c?src_file=40765123"/></figure><div class="detail bbcode label"><span style="font-weight:bold;font-size:20px;">sprzedaz@szczepankowo-domy.pl</span></div><a class="link" href="mailto:sprzedaz@szczepankowo-domy.pl"></a></li><li class="list__item"> <figure class="graphic"><img class="graphic__default" src="/webng/_service/loader/src_load.pub.c?src_file=40765127"/></figure><div class="detail bbcode label"><a class="txt" target="_blank" href="https://www.facebook.com/STHomedeweloper/?eid=ARAJ8LOZ7Lgw8xCz-o1WCHL_ABxcXDRb67SZgRksuI3GYYU8ZVZwtAf0Yb8kc-c6FBXeVSyFoSeQM0BQ"><div style='display:inline-block'><span style="font-weight:bold;font-size:20px;" class="acol_neutralLight2">Facebook</span></div></a></div></li></div> </div></div><div class="box_elem elem_c_txt elem_show--always" data-id="40765134"> <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:#F7881F !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="text-align:center;margin:10px 0px 0px 0px;"><a class="txt" target="_self" href="/home"><div style='display:inline-block'><span style="font-size:14px;" class="acol_neutralLight2">HOME</span></div></a><span style="margin-right:30px"></span><span style="font-size:14px;" class="acol_neutralLight2"> </span><a class="txt" target="_self" href="/onas"><div style='display:inline-block'><span style="font-size:14px;" class="acol_neutralLight2">O NAS</span></div></a><span style="margin-right:30px"></span><span style="font-size:14px;" class="acol_neutralLight2"> </span><a class="txt" target="_self" href="/oinwestycji"><div style='display:inline-block'><span style="font-size:14px;" class="acol_neutralLight2">O INWESTYCJI</span></div></a><span style="margin-right:30px"></span><span style="font-size:14px;" class="acol_neutralLight2"> </span><a class="txt" target="_self" href="/mieszkania"><div style='display:inline-block'><span style="font-size:14px;" class="acol_neutralLight2">MIESZKANIA</span></div></a><span style="margin-right:30px"></span><span style="font-size:14px;" class="acol_neutralLight2"> </span><a class="txt" target="_self" href="/lokalizacja"><div style='display:inline-block'><span style="font-size:14px;" class="acol_neutralLight2">LOKALIZACJA</span></div></a><span style="margin-right:30px"></span><span style="font-size:14px;" class="acol_neutralLight2"> </span><a class="txt" target="_self" href="/galeria"><div style='display:inline-block'><span style="font-size:14px;" class="acol_neutralLight2">GALERIA</span></div></a><span style="margin-right:30px"></span><span style="font-size:14px;" class="acol_neutralLight2"> </span><a class="txt" target="_self" href="/kontakt"><div style='display:inline-block'><span style="font-size:14px;" class="acol_neutralLight2">KONTAKT</span></div></a><span style="margin-right:30px"></span><span style="font-size:14px;" class="acol_neutralLight2"> </span><a class="txt" target="_self" href="/noty"><div style='display:inline-block'><span style="font-size:14px;" class="acol_neutralLight2">NOTY PRAWNE</span></div></a></div><br><div style="text-align:center;margin:5px 0px 0px 0px;"><span style="font-size:11px;" class="acol_neutralLight3">Copyright ©2019 ST Home - wszelkie prawa zastrze|one. Powered by .PORTAL</span></div><br></div> </div> </div></div><div class="box_elem elem_c_cookies elem_show--always" data-id="40765138"> <style> .elem_c_cookies { position: fixed; bottom:0px; width:100%; } .elem_c_cookies .container { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; background-color: rgba(0,0,0,0.7); color: #fff; padding: 32px 50px; } .elem_c_cookies .container .text { flex: 1; font-size: 12px; } .elem_c_cookies .container .text a { color: inherit; text-decoration-line: underline; } .elem_c_cookies .btn { font-family: inherit; font-size: 12px; white-space: nowrap; text-transform: uppercase; font-weight: 600; cursor: pointer; margin-left: 10px; border-radius: 2px; height: 34px; box-sizing: border-box; } .elem_c_cookies .btn:focus { outline: none; } .elem_c_cookies #cookies-ok { padding: 0 25px; border: 0; color: #fff; } .elem_c_cookies #cookies-ok:hover { opacity: 0.8; transition: all 0.2s; } </style><div id="cookies" class="container"> <p class="text">W ramach naszej witryny stosujemy pliki cookies. Korzystanie z witryny bez zmiany ustawieD dotyczcych cookies oznacza, |e bd one zamieszczane w PaDstwa urzdzeniu koDcowym. Mo|ecie PaDstwo dokona w ka|dym czasie zmiany ustawieD dotyczcych cookies. Wicej szczegóBów w naszej &quot;Polityce Cookies&quot;.</p> <button id="cookies-ok" class="btn acol_front_bg" style="background:">Ok</button> </div> <script> var btnOkClick, btnOkEl=document.getElementById("cookies-ok"), cookiesEl=document.getElementById("cookies"), cookiesKey="wngCookieInfo", onInit, setCookiesVisibility; btnOkClick=function() { document.cookie=cookiesKey+"="+true; setCookiesVisibility(); } onInit=function() { setCookiesVisibility(); btnOkEl.addEventListener("click",btnOkClick); }; setCookiesVisibility=function() { var isCookiesAccepted=(document.cookie.indexOf(cookiesKey) !== -1); if(isCookiesAccepted) { cookiesEl.style.display="none"; btnOkEl.removeEventListener("click",btnOkClick); } } onInit(); </script></div></div></div></div> </body> </html> <!-- HTC End. -->