:root{
--font-base:"Open Sans",Arial,sans-serif;
--color-text:#0f172a;
--color-text-soft:#475467;
--color-muted:#667085;
--color-blue-1:#0f72b2;
--color-blue-2:#0b5c8f;
--color-border-strong:rgba(15,23,42,.08);
--color-border-soft:rgba(255,255,255,.72);
--color-surface:rgba(255,255,255,.82);
--color-surface-solid:#fff;
--color-background:#fff;
--radius-sm:14px;
--radius-md:22px;
--radius-image:24px;
--radius-card:26px;
--radius-input:16px;
--shadow-sm:0 10px 24px rgba(15,23,42,.06);
--shadow-md:0 18px 42px rgba(15,23,42,.10);
--shadow-blue:0 14px 30px rgba(15,114,178,.22),inset 0 1px 0 rgba(255,255,255,.20);
--blur-glass:14px;
--container:1200px;
--container-wide:1320px;
--container-cennik:1100px;
--container-narrow:980px;
--transition-base:.25s ease;
--transition-card:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
*,
*::before,
*::after{box-sizing:border-box;}
html{font-size:100%;}
body{
margin:0;
background:var(--color-background);
color:var(--color-text-soft);
font:400 15px/1.7 var(--font-base);
overflow-x:hidden !important;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section{display:block;}
body,
button,
input,
select,
textarea{
color:inherit;
font-family:var(--font-base);
font-size:15px;
}
img,
embed,
iframe,
object,
pre{max-width:100%;}
img{display:block;height:auto;}
pre,
textarea{overflow:auto;}
textarea{
width:100%;
vertical-align:top;
}
button,
input,
select,
textarea{
margin:0;
vertical-align:baseline;
}
input[type="checkbox"],
input[type="radio"]{
margin:0;
padding:0;
}
a{
color:var(--color-blue-1);
text-decoration:none;
transition:color var(--transition-base),background-color var(--transition-base),border-color var(--transition-base),box-shadow var(--transition-base),filter var(--transition-base),transform var(--transition-base);
}
a:hover{color:#2a96e7;}
a:active,
a:focus,
a:hover{outline:0;}
a img{border:0;}
p{margin:0 0 15px;}
ul,
ol{
margin:0 0 15px;
padding-left:20px;
}
ul{list-style:disc;}
ol{list-style:decimal;}
li>ol,
li>ul{
margin-bottom:0;
margin-left:10px;
}
ol li,
ul>li{margin-bottom:10px;}
b,
strong,
th{font-weight:700;}
cite,
dfn,
em,
i{font-style:italic;}
blockquote,
q{quotes:none;}
blockquote::before,
blockquote::after,
q::before,
q::after{content:"";}
blockquote{margin:0 1.5em;}
address{margin:0 0 1.5em;}
pre{
margin-bottom:1.6em;
padding:1.6em;
font:15px/1.6 "Courier 10 Pitch",Courier,monospace;
}
code,
kbd,
tt,
var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;}
small,
sub,
sup{font-size:75%;}
sub,
sup{
position:relative;
height:0;
line-height:0;
vertical-align:baseline;
}
sup{bottom:1ex;}
sub{top:.5ex;}
big{font-size:125%;}
table{
width:100%;
margin:0 0 30px;
border-collapse:separate;
border-spacing:0;
}
caption,
td,
th{
text-align:left;
font-weight:400;
}
abbr,
acronym{
border-bottom:1px dotted #666;
cursor:help;
}
ins,
mark{
background:#fff9c0;
text-decoration:none;
}
h1,
h2,
h3,
h4,
h5,
h6{
margin:20px 0 10px;
color:var(--color-text);
font-weight:800;
line-height:1.15;
}
h1{font-size:clamp(2rem,4vw,3.1rem);}
h2{font-size:clamp(1.6rem,3vw,2.25rem);}
h3{font-size:1.22rem;}
.container,
.separator{
position:relative;
left:0;
right:0;
width:min(100% - 32px,var(--container));
max-width:var(--container);
margin-inline:auto;
}
.container{
padding:0;
}
.separator{
display:block;
max-width:140px;
margin:24px auto 0;
opacity:.45;
}
.clearfix{clear:both;}
.banner{display:none;}
.banner.active{display:block;}
.langmenu{display:none;}
.langswitch{
float:right;
clear:both;
margin:0;
padding:10px 0 0;
list-style:none;
}
.langswitch li{
display:inline-block;
margin:0;
padding:0 5px;
vertical-align:top;
}
.langswitch li a{color:#333;}
.langswitch li a:hover{color:#2a96e7;}
.gt_selector{width:90px;}
.lab span,
.ti-rating-large{display:none !important;}
.ti-widget-container,
.ti-reviews-container,
.ti-review-item .ti-inner{box-sizing:border-box;} .home-banner,
#home-img,
.butong,
.mainmenu li{text-align:center;}
.home-banner{
position:relative;
width:100%;
min-height:clamp(260px,38vw,560px);
margin-bottom:50px;
overflow:hidden;
border-radius:var(--radius-card);
background:linear-gradient(180deg,#f6f9fc 0%,#edf4fb 100%);
}
.home-banner .banner{
width:100%;
height:100%;
}
.home-banner .banner.active{
min-height:inherit;
}
#home-img{
width:100%;
min-height:inherit;
margin:0;
}
#home-img img{
display:block;
width:100%;
height:100%;
min-height:inherit;
padding:0;
object-fit:cover;
object-position:center;
aspect-ratio:16/7;
}
.elementor-widget-image-carousel .elementor-widget-container{
width:100%;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper{
width:100%;
}
.elementor-widget-image-carousel .swiper-slide{
height:auto;
}
.elementor-widget-image-carousel .swiper-slide-inner{
display:block;
width:100%;
}
.elementor-widget-image-carousel .swiper-slide-image{
display:block;
width:100% !important;
height:auto;
aspect-ratio:10/3;
object-fit:cover;
object-position:center;
}
#home-content{
padding-top:20px;
padding-bottom:20px;
}
.home-section{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:32px;
align-items:center;
margin:70px 0;
}
.home-section .section-half{min-width:0;}
.home-section .section-half.text{padding:30px 30px 30px 0;}
.home-section.left .section-half.text{
order:2;
padding:30px 0 30px 30px;
}
.home-section.left .section-half.image{order:1;}
.section-half img,
.home-section .section-half.image img{
width:100%;
height:clamp(320px,42vw,600px);
object-fit:cover;
}
.home-section h1{
color:var(--color-blue-1);
font-size:clamp(2rem,4vw,2.2rem);
font-weight:700;
}
.mainpage_box{
position:relative;
float:left;
width:270px;
min-height:170px;
margin-right:10px;
padding:5px;
border:1px solid #e8eaea;
border-radius:18px;
background:var(--color-surface-solid);
box-shadow:0 0 15px #eee;
cursor:pointer;
}
.mainpage_box:nth-child(2){float:right;}
.mainpage_box_content{
width:100%;
height:100%;
padding:20px 0;
text-align:center;
background:#f5f5f5;
border-radius:inherit;
}
.mainpage_box_content a{
color:#333;
font-size:24px;
line-height:1.2;
}
.mainpage_box_content a:hover{color:var(--color-blue-1);}
.mainpage_box p{line-height:18px;}
.mainpage_box .shadow{
position:absolute;
bottom:-10px;
left:0;
}
.pageleft,
.pageright{
margin:20px 0;
padding:0 10px;
}
.bigimg{margin-top:30px;}
.certificate{
min-height:90px;
padding:10px 0 15px 100px;
background:url(//espo.com.pl/wp-content/themes/ogate/img/cert.png) left bottom no-repeat;
}
.stopkaserwis{
padding:0 30px 30px;
text-align:center;
}
.stopkaserwis ul{list-style:none;padding:0;}
.stopkaserwis ul li{
display:inline-block;
margin:0 20px 10px 0;
text-align:center;
}
.stopkaserwis ul li:nth-child(1){margin-left:30px;}
:is(.espo-content,.espo-hero-info__card,.elementor-icon-box-wrapper,.faq-espo details,.eael-grid-post-holder,.prefooter .column,body.single-cennik #cennik table){
background:var(--color-surface);
border:1px solid var(--color-border-soft);
box-shadow:var(--shadow-md);
backdrop-filter:blur(var(--blur-glass));
-webkit-backdrop-filter:blur(var(--blur-glass));
}
:is(.espo-content,.espo-hero-info__card,body.single-cennik #cennik table){border-radius:28px;}
:is(.faq-espo details,.elementor-icon-box-wrapper,.prefooter .column){border-radius:var(--radius-md);}
:is(.section-half img,.eael-entry-thumbnail img,.eael-entry-media img,.elementor img){
border-radius:var(--radius-image);
box-shadow:0 12px 30px rgba(15,23,42,.08);
}
#masthead,
header#masthead .sub-menu,
.prefooter .column,
body.page-template-page-kontakt #kontakt .opisplacowki,
.espo-cennik-section .espo-cennik-card{
backdrop-filter:blur(14px);
-webkit-backdrop-filter:blur(14px);
} #masthead{
position:sticky;
top:0;
z-index:10010;
margin-top:0;
margin-bottom:24px;
padding:14px 0 10px;
background:rgba(255,255,255,.88);
border-bottom:1px solid rgba(15,23,42,.08);
box-shadow:0 10px 30px rgba(15,23,42,.05);
}
#hamburger{display:none;}
header#masthead .container{
display:flex !important;
align-items:center !important;
justify-content:space-between !important;
gap:24px;
width:100% !important;
max-width:var(--container) !important;
padding:0 4px;
}
header#masthead .logo{
flex-shrink:0 !important;
margin:0 !important;
padding:0 !important;
}
header#masthead .logo img{
display:block !important;
width:auto !important;
max-height:60px !important;
}
header#masthead nav.mainmenu{
display:flex !important;
flex-grow:1 !important;
justify-content:flex-end !important;
max-width:70% !important;
margin-top:0;
}
header#masthead nav.mainmenu>ul.menu{
display:flex !important;
flex-wrap:wrap !important;
justify-content:flex-end !important;
align-items:center !important;
gap:10px !important;
width:100% !important;
margin:0 !important;
padding:0 !important;
list-style:none !important;
}
header#masthead ul.menu>li{
position:relative !important;
margin:0 !important;
}
header#masthead ul.menu>li>a{
display:block !important;
padding:11px 16px !important;
border-radius:999px !important;
color:var(--color-text) !important;
font-weight:700 !important;
text-decoration:none !important;
transition:background-color var(--transition-base),color var(--transition-base),box-shadow var(--transition-base),transform var(--transition-base) !important;
}
header#masthead ul.menu>li>a:hover,
header#masthead ul.menu>li:focus-within>a{
background:rgba(15,114,178,.08) !important;
color:var(--color-blue-1) !important;
box-shadow:inset 0 0 0 1px rgba(15,114,178,.08);
}
header#masthead ul.menu>li.menu-item-has-children>a::after{content:"";}
header#masthead .sub-menu{
position:absolute !important;
top:100% !important;
left:50% !important;
z-index:9999 !important;
display:none !important;
min-width:220px !important;
margin:0 !important;
padding:10px !important;
transform:translate(-50%,10px) !important;
background:rgba(255,255,255,.96) !important;
border:1px solid rgba(15,23,42,.08) !important;
border-radius:20px !important;
box-shadow:0 22px 44px rgba(15,23,42,.12) !important;
list-style:none !important;
}
header#masthead ul.menu>li::after{
content:"";
position:absolute;
left:0;
right:0;
top:100%;
height:12px;
}
header#masthead ul.menu>li:hover>.sub-menu,
header#masthead ul.menu>li:focus-within>.sub-menu{display:block !important;}
header#masthead .sub-menu li{
display:block !important;
width:100% !important;
margin:0 !important;
}
header#masthead .sub-menu li a{
display:block !important;
padding:11px 14px !important;
border-radius:12px !important;
color:#344054 !important;
text-decoration:none !important;
white-space:nowrap !important;
}
header#masthead .sub-menu li a:hover{
background:rgba(15,114,178,.08) !important;
color:var(--color-blue-1) !important;
} :is(.elementor-button,a.btn,.butong,.wpcf7-submit,input[type="submit"],.eael-post-elements-readmore-btn,.zloszenie .wyslij input){
position:relative;
display:inline-flex !important;
align-items:center;
justify-content:center;
min-height:52px;
padding:0 24px !important;
overflow:hidden;
border:1px solid rgba(255,255,255,.34) !important;
border-radius:999px !important;
background:linear-gradient(135deg,var(--color-blue-1) 0%,#2f8de9 55%,#57b5ff 100%) !important;
color:#fff !important;
font-size:15px !important;
font-weight:700 !important;
letter-spacing:.01em;
text-decoration:none !important;
box-shadow:var(--shadow-blue);
}
:is(.elementor-button,a.btn,.butong,.wpcf7-submit,input[type="submit"],.eael-post-elements-readmore-btn,.zloszenie .wyslij input)::before{
content:"";
position:absolute;
top:0;
left:-140%;
width:85%;
height:100%;
background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);
transform:skewX(-22deg);
transition:left .55s ease;
}
:is(.elementor-button,a.btn,.butong,.wpcf7-submit,input[type="submit"],.eael-post-elements-readmore-btn,.zloszenie .wyslij input):hover{
transform:translateY(-2px);
filter:brightness(1.03);
color:#fff !important;
box-shadow:0 20px 42px rgba(15,114,178,.30),inset 0 1px 0 rgba(255,255,255,.24);
}
:is(.elementor-button,a.btn,.butong,.wpcf7-submit,input[type="submit"],.eael-post-elements-readmore-btn,.zloszenie .wyslij input):hover::before{left:150%;}
:is(.elementor-button,a.btn,.butong,.wpcf7-submit,input[type="submit"],.eael-post-elements-readmore-btn,.zloszenie .wyslij input):focus{
outline:none;
box-shadow:0 0 0 4px rgba(15,114,178,.10),0 20px 42px rgba(15,114,178,.28) !important;
}
.eael-post-elements-readmore-btn{
min-height:44px;
padding:0 18px !important;
font-size:14px !important;
}
.elementor-button.secondary,
a.btn.secondary{
background:rgba(255,255,255,.90) !important;
color:var(--color-text) !important;
border:1px solid var(--color-border-strong) !important;
box-shadow:var(--shadow-sm) !important;
}
.elementor-button.secondary:hover,
a.btn.secondary:hover{
background:var(--color-surface-solid) !important;
color:var(--color-blue-1) !important;
} .espo-hero-info{padding:40px 0 20px;}
:is(.espo-hero-info__inner,.wpcf7,.zloszenie,.faq-espo,.bs-faq--auto){
max-width:var(--container-narrow);
margin:0 auto;
}
.espo-hero-info__inner{text-align:center;}
.espo-hero-info__eyebrow{
display:inline-block;
margin-bottom:18px;
padding:8px 16px;
border-radius:999px;
background:rgba(15,114,178,.08);
color:var(--color-blue-1);
font-size:13px;
font-weight:700;
letter-spacing:.04em;
text-transform:uppercase;
}
.espo-hero-info__title{
margin:0 0 16px;
color:var(--color-text);
font-size:clamp(2rem,4vw,3.4rem);
line-height:1.05;
letter-spacing:-.03em;
}
.espo-hero-info__lead{
margin:0 auto 28px;
color:var(--color-text-soft);
font-size:18px;
line-height:1.75;
}
.espo-hero-info__card{
max-width:820px;
margin:0 auto;
padding:32px 28px;
}
.espo-hero-info__label{
margin:0 0 10px;
color:var(--color-blue-1);
font-size:13px;
font-weight:700;
letter-spacing:.06em;
text-transform:uppercase;
}
.espo-hero-info__address{
margin:0 0 24px;
color:var(--color-text);
font-size:24px;
line-height:1.45;
font-weight:700;
}
.espo-hero-info__meta{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:16px;
margin-top:10px;
}
.espo-hero-info__meta-item{
padding:18px;
background:rgba(255,255,255,.75);
border:1px solid rgba(15,23,42,.06);
border-radius:20px;
box-shadow:0 10px 24px rgba(15,23,42,.05);
text-align:center;
}
.espo-hero-info__meta-item strong{
display:block;
margin-bottom:6px;
color:var(--color-text);
font-size:18px;
}
.espo-hero-info__meta-item span,
.espo-hero-info__meta-item a{
font-size:16px;
line-height:1.6;
text-decoration:none;
}
.espo-hero-info__meta-item a:hover{color:var(--color-blue-1);}
.espo-content,
.elementor-widget-html .espo-content{
max-width:var(--container-narrow);
margin:0 auto 22px;
padding:28px 30px;
}
.espo-content h2{
margin:0 0 18px !important;
color:var(--color-blue-1) !important;
font-size:clamp(1.7rem,3vw,2.4rem) !important;
line-height:1.12 !important;
letter-spacing:-.03em !important;
}
.espo-content h3{
margin:24px 0 10px !important;
color:var(--color-blue-1) !important;
font-size:1.2rem !important;
line-height:1.3 !important;
font-weight:700 !important;
}
.espo-content :is(p,li){
color:var(--color-text-soft) !important;
font-size:16px !important;
line-height:1.8 !important;
}
.espo-content p:last-child{margin-bottom:0 !important;}
.espo-content strong{
color:var(--color-text) !important;
font-weight:700 !important;
}
.espo-content a{
color:var(--color-blue-1) !important;
font-weight:600 !important;
}
.espo-content a:hover{
color:var(--color-blue-2) !important;
text-decoration:underline !important;
}
.elementor-row{align-items:stretch;}
.elementor-column .elementor-column-wrap,
.elementor-column .elementor-widget-wrap{height:100%;}
.elementor-icon-box-wrapper{
height:100%;
padding:28px 24px !important;
text-align:center;
transition:var(--transition-card);
}
.elementor-icon-box-wrapper:hover{
transform:translateY(-6px);
box-shadow:0 22px 46px rgba(15,23,42,.12) !important;
border-color:rgba(15,114,178,.14) !important;
}
.elementor-icon-box-icon{margin-bottom:16px;}
.elementor-icon-box-icon .elementor-icon{
display:inline-flex !important;
align-items:center;
justify-content:center;
width:74px;
height:74px;
border-radius:22px;
background:linear-gradient(180deg,var(--color-surface-solid) 0%,#f3f8fe 100%);
border:1px solid rgba(15,114,178,.10);
box-shadow:0 10px 22px rgba(15,114,178,.08);
color:var(--color-blue-1) !important;
font-size:28px !important;
}
.elementor-icon-box-title,
.elementor-icon-box-title span{
display:block;
margin-bottom:12px !important;
line-height:1.28 !important;
letter-spacing:-.02em;
}
.elementor-icon-box-description{
margin:0 auto;
color:var(--color-text-soft) !important;
line-height:1.75 !important;
} .zloszenie{
position:relative;
overflow:hidden;
padding:32px;
background:var(--color-surface);
border:1px solid var(--color-border-soft);
border-radius:28px;
box-shadow:var(--shadow-md);
backdrop-filter:blur(18px);
-webkit-backdrop-filter:blur(18px);
}
.zloszenie::before{
content:"";
position:absolute;
inset:0;
pointer-events:none;
border-radius:inherit;
background:linear-gradient(135deg,rgba(255,255,255,.30) 0%,rgba(255,255,255,.06) 50%,rgba(73,166,255,.06) 100%);
}
.zloszenie>*{
position:relative;
z-index:1;
}
.wpcf7,
.zloszenie{
display:block;
width:min(100%,760px);
max-width:760px;
margin-left:auto !important;
margin-right:auto !important;
text-align:left;
}
.wpcf7 form,
.zloszenie form{
width:100%;
max-width:none;
margin:0;
}
.zloszenie .lab,
.wpcf7 label{
display:block;
margin:0 0 8px;
color:var(--color-text);
font-size:14px;
font-weight:700;
}
.zloszenie .inp,
.wpcf7 p{margin:0 0 16px !important;}
.zloszenie .lab,
.zloszenie .inp,
.wpcf7 p,
.zgoda,
.wpcf7-acceptance,
.wpcf7-response-output,
div.wpcf7-response-output{
width:100%;
max-width:none;
margin-left:0 !important;
margin-right:0 !important;
}
.zloszenie .info{padding:20px 0;}
.zloszenie .zgoda{
clear:both;
padding-top:20px;
}
.zloszenie .wyslij{
display:flex;
justify-content:flex-start;
margin-bottom:0;
}
.wpcf7 :is(input[type="text"],input[type="email"],input[type="tel"],input[type="number"],input[type="date"],input[type="url"],textarea,select){
width:100%;
padding:15px 16px;
background:rgba(255,255,255,.92);
color:var(--color-text);
border:1px solid rgba(15,23,42,.10);
border-radius:var(--radius-input);
box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
transition:background-color .24s ease,border-color .24s ease,box-shadow .24s ease,transform .24s ease;
appearance:none;
-webkit-appearance:none;
}
.wpcf7 textarea{
min-height:160px;
resize:vertical;
}
.wpcf7 select{
padding-right:42px;
background-image:linear-gradient(45deg,transparent 50%,var(--color-muted) 50%),linear-gradient(135deg,var(--color-muted) 50%,transparent 50%);
background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 12px) calc(50% - 2px);
background-size:6px 6px,6px 6px;
background-repeat:no-repeat;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder{
color:#98a2b3;
opacity:1;
}
.wpcf7 :is(input[type="text"],input[type="email"],input[type="tel"],input[type="number"],input[type="date"],input[type="url"],textarea,select):focus{
outline:none;
background:var(--color-surface-solid);
border-color:rgba(15,114,178,.24);
box-shadow:0 0 0 5px rgba(15,114,178,.08),inset 0 1px 0 rgba(255,255,255,.90);
transform:translateY(-1px);
}
.zgoda,
.wpcf7-acceptance{
margin:18px 0 !important;
color:var(--color-muted);
font-size:14px;
line-height:1.7;
}
.zgoda{
text-align:left;
word-spacing:normal;
letter-spacing:normal;
}
.zgoda > .wpcf7-form-control-wrap{
display:inline-block;
width:auto !important;
margin:0 8px 0 0 !important;
vertical-align:top;
}
.zgoda > .wpcf7-form-control-wrap .wpcf7-acceptance{
display:inline-block;
width:auto;
margin:0 !important;
line-height:1;
vertical-align:top;
}
.zgoda > .wpcf7-form-control-wrap input[type="checkbox"]{
display:inline-block;
margin:0;
vertical-align:top;
}
.zgoda label,
.wpcf7-acceptance label{
display:flex;
align-items:flex-start;
flex-wrap:nowrap;
gap:10px;
color:var(--color-muted);
font-weight:400;
justify-content:flex-start;
text-align:left;
width:100%;
}
.zgoda label input[type="checkbox"],
.wpcf7-acceptance label input[type="checkbox"]{
flex:0 0 auto;
margin:0;
margin-top:3px;
}
.zgoda label span,
.wpcf7-acceptance label span{
display:block !important;
flex:1 1 auto;
min-width:0;
}
.zgoda .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item{
display:block;
margin:0;
}
.zgoda .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label{
display:inline !important;
white-space:normal;
}
.zgoda label br,
.wpcf7-acceptance label br{
display:none;
}
.zgoda input[type="checkbox"],
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"]{accent-color:var(--color-blue-1);}
.wpcf7 input[type="file"]{
width:100%;
padding:12px 14px;
background:rgba(255,255,255,.92);
border:1px dashed rgba(15,114,178,.24);
border-radius:var(--radius-input);
color:var(--color-muted);
}
.wpcf7-response-output,
div.wpcf7-response-output{
margin:20px 0 0 !important;
padding:14px 16px !important;
border-radius:var(--radius-input);
box-shadow:var(--shadow-sm);
}
.wpcf7-not-valid-tip{
margin-top:6px;
font-size:13px;
color:#d92d20;
}
.eael-grid-post-holder{
overflow:hidden;
border-radius:var(--radius-card);
text-align:center !important;
transition:var(--transition-card);
}
.eael-grid-post-holder:hover{
transform:translateY(-6px);
box-shadow:0 24px 56px rgba(15,23,42,.14);
border-color:rgba(73,166,255,.24);
}
.eael-entry-media img,
.eael-entry-thumbnail img{
width:100%;
height:250px !important;
object-fit:cover;
border-radius:var(--radius-card) var(--radius-card) 0 0;
transition:transform .35s ease,box-shadow .35s ease;
}
.eael-entry-media img:hover,
.eael-entry-thumbnail img:hover{transform:scale(1.02);}
.eael-entry-title,
.eael-entry-title a{
color:var(--color-text) !important;
font-size:21px !important;
line-height:1.35 !important;
}
.eael-entry-content,
.eael-entry-content p,
.eael-grid-post-excerpt,
.eael-post-elements-excerpt-content{
color:var(--color-muted) !important;
font-size:15px !important;
line-height:1.75 !important;
} .espo-article{
width:100%;
background:transparent !important;
color:var(--color-text-soft);
font-size:17px;
line-height:1.75;
}
.espo-article *,
.espo-article *::before,
.espo-article *::after{box-sizing:border-box;}
.espo-article .container{
width:100%;
max-width:1120px;
margin:0 auto;
padding-left:20px;
padding-right:20px;
}
.espo-article a{
color:var(--color-blue-1);
font-weight:600;
text-decoration:none;
}
.espo-article a:hover{text-decoration:underline;}
.espo-article p{margin:0 0 18px;}
.espo-article strong{font-weight:700;}
.espo-article h2{
margin:0 0 18px;
color:var(--color-text);
font-size:clamp(26px,3vw,36px);
line-height:1.2;
}
.espo-article h3{
margin:0 0 12px;
color:var(--color-text);
font-size:clamp(21px,2.2vw,26px);
line-height:1.25;
}
.espo-article ul,
.espo-article ol{
margin:0 0 24px 22px;
padding:0;
}
.espo-article li{margin-bottom:8px;}
.espo-article .espo-article-hero{
padding:48px 0 26px;
background:transparent !important;
}
.espo-article .espo-article-hero__inner{
width:calc(100% - 40px);
max-width:1040px;
margin:0 auto;
padding:34px 28px;
background:var(--color-surface-solid) !important;
border:1px solid #e5e7eb;
border-radius:var(--radius-md);
box-shadow:var(--shadow-sm);
text-align:center;
}
.espo-article .espo-article-hero__eyebrow{
display:inline-flex;
align-items:center;
justify-content:center;
margin-bottom:16px;
color:var(--color-blue-1);
font-size:14px;
font-weight:700;
letter-spacing:.02em;
text-transform:uppercase;
}
.espo-article .espo-article-hero__title{
max-width:960px;
margin:0 auto 20px;
color:var(--color-text);
font-size:clamp(34px,5vw,56px);
line-height:1.08;
font-weight:800;
}
.espo-article .espo-article-hero__lead{
max-width:900px;
margin:0 auto 16px;
color:var(--color-text-soft);
font-size:clamp(17px,2vw,20px);
line-height:1.7;
}
.espo-article .espo-article-hero__lead:last-child{margin-bottom:0;}
.espo-article .espo-article-media{
clear:both !important;
width:100% !important;
padding:28px 0 18px !important;
background:transparent !important;
text-align:center !important;
}
.espo-article .espo-article-media__figure{
display:block !important;
clear:both !important;
float:none !important;
width:100% !important;
max-width:980px !important;
margin:0 auto !important;
padding:0 20px !important;
text-align:center !important;
}
.espo-article .espo-article-media__image{
display:block !important;
clear:both !important;
float:none !important;
width:100% !important;
max-width:940px !important;
height:auto !important;
margin:0 auto !important;
border-radius:18px !important;
box-shadow:none !important;
}
.espo-article .espo-article-media__caption{
display:block !important;
max-width:820px !important;
margin:10px auto 0 !important;
color:var(--color-muted);
font-size:14px;
line-height:1.5;
text-align:center !important;
}
.espo-article .espo-article-section{
padding:26px 0;
background:transparent !important;
}
.espo-article .espo-article-section .container{
padding-top:28px;
padding-bottom:28px;
background:var(--color-surface-solid) !important;
border:1px solid #e5e7eb;
border-radius:18px;
box-shadow:var(--shadow-sm);
}
.espo-article .espo-article-section--intro{padding-top:28px;}
.espo-article .espo-article-section .container>:last-child{margin-bottom:0;}
.espo-article .espo-article-toc{
max-width:960px;
margin:34px auto 26px;
padding:26px 28px;
background:var(--color-surface-solid) !important;
border:1px solid #d7e6f2 !important;
border-radius:18px;
box-shadow:var(--shadow-sm) !important;
}
.espo-article .espo-article-toc__title{
margin:0 0 14px;
color:var(--color-text);
font-size:22px;
line-height:1.3;
}
.espo-article .espo-article-toc ol{
margin:0;
padding-left:22px;
}
.espo-article .espo-article-toc li{
margin-bottom:9px;
color:var(--color-blue-1);
}
.espo-article .espo-article-toc li:last-child{margin-bottom:0;}
.espo-article .espo-article-toc a{
color:var(--color-blue-1);
font-weight:700;
text-decoration:none;
}
.espo-article .espo-article-toc a:hover{text-decoration:underline;}
.espo-article .espo-article-cards-section{
padding:38px 0;
background:transparent !important;
}
.espo-article .espo-article-cards-section .container{max-width:1280px;}
.espo-article .espo-article-cards-section__title{
margin-top:0;
text-align:center;
}
.espo-article .espo-article-cards-section__lead{
max-width:900px;
margin:0 auto 28px;
color:var(--color-text-soft);
text-align:center;
}
.espo-article .espo-article-grid{
display:grid !important;
gap:20px !important;
width:100% !important;
max-width:100% !important;
margin:0 !important;
padding:0 !important;
list-style:none !important;
}
.espo-article .espo-article-grid--2{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
.espo-article .espo-article-grid--3{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
.espo-article .espo-article-grid--4{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}
.espo-article .espo-article-grid>li{
display:block !important;
float:none !important;
width:auto !important;
max-width:none !important;
min-width:0 !important;
margin:0 !important;
padding:0 !important;
}
.espo-article .espo-article-card{
display:flex !important;
flex-direction:column !important;
align-items:center !important;
justify-content:flex-start !important;
width:100% !important;
max-width:100% !important;
min-width:0 !important;
height:100% !important;
min-height:220px;
padding:24px 20px;
background:var(--color-surface-solid) !important;
border:1px solid #e5e7eb !important;
border-radius:18px;
box-shadow:var(--shadow-sm) !important;
text-align:center !important;
}
.espo-article .espo-article-card__icon{
width:48px;
height:48px;
margin-bottom:14px;
color:var(--color-blue-1);
}
.espo-article .espo-article-card__icon svg{
width:48px;
height:48px;
stroke:currentColor;
stroke-width:1.8;
stroke-linecap:round;
stroke-linejoin:round;
}
.espo-article .espo-article-card__title{
margin:0 0 12px;
color:var(--color-text);
font-size:20px;
line-height:1.25;
}
.espo-article .espo-article-card__text{
margin:0;
color:var(--color-text-soft);
font-size:16px;
line-height:1.65;
}
.espo-article .faq-espo{
max-width:1120px;
margin:44px auto;
padding:0 20px;
background:transparent !important;
}
.espo-article .faq-espo>h2{
margin-bottom:26px;
text-align:center;
}
:is(.single-post,.post-template-default) #strona :is(article,.entry-content){
padding:34px;
border-radius:30px;
}
:is(.single-post,.post-template-default) #strona :is(h1,.entry-title){
margin-bottom:16px;
color:var(--color-text);
font-size:clamp(2rem,4vw,3.1rem);
line-height:1.05;
letter-spacing:-.03em;
}
:is(.single-post,.post-template-default) #strona h2{
margin:34px 0 14px;
color:var(--color-blue-1);
font-size:clamp(1.5rem,3vw,2.25rem);
line-height:1.12;
}
:is(.single-post,.post-template-default) #strona h3{
margin:26px 0 10px;
color:var(--color-blue-1);
font-size:1.22rem;
line-height:1.3;
font-weight:700;
}
:is(.single-post,.post-template-default) #strona :is(p,li){
color:var(--color-text-soft);
font-size:16px;
line-height:1.9;
}
:is(.single-post,.post-template-default) #strona img{
border-radius:var(--radius-image);
box-shadow:var(--shadow-sm);
}
:is(.single-post,.post-template-default) :is(.entry-meta,.post-meta){
margin-bottom:18px;
color:var(--color-muted);
font-size:14px;
} .faq-espo h2,
.bs-faq__title{
margin-bottom:28px !important;
text-align:center;
color:var(--color-blue-1) !important;
}
.faq-espo details{
margin-bottom:14px;
overflow:hidden;
transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
}
.faq-espo details:is(:hover,[open]){border-color:rgba(73,166,255,.20);}
.faq-espo details:hover{
transform:translateY(-3px);
box-shadow:var(--shadow-md);
}
.faq-espo summary{
position:relative;
display:block;
width:100%;
margin:0;
padding:18px 20px;
list-style:none;
cursor:pointer;
}
.faq-espo summary::-webkit-details-marker{display:none;}
.faq-espo summary h3{
margin:0 !important;
padding-right:34px !important;
color:var(--color-text) !important;
font-size:16px !important;
line-height:1.45 !important;
font-weight:700 !important;
}
.faq-espo details>p{
margin:0;
padding:0 20px 18px;
color:var(--color-muted) !important;
font-size:15px !important;
line-height:1.75 !important;
}
.faq-espo details>p a{
color:var(--color-blue-1);
font-weight:600;
}
.faq-espo details>p a:hover{text-decoration:underline;}
.faq-espo summary::after{
content:"+";
position:absolute;
top:50%;
right:20px;
transform:translateY(-50%);
color:var(--color-blue-1);
font-size:22px;
line-height:1;
font-weight:400;
}
.faq-espo details[open] summary::after{content:"−";}
:is(.spis-tresci,#spis-tresci,.toc,.table-of-contents,.ez-toc-container,.lwptoc,#toc_container){
position:relative;
margin:24px 0 30px;
padding:22px 24px;
overflow:hidden;
background:var(--color-surface);
border:1px solid rgba(255,255,255,.75);
border-radius:var(--radius-image);
box-shadow:var(--shadow-sm);
backdrop-filter:blur(16px);
-webkit-backdrop-filter:blur(16px);
}
:is(.spis-tresci,#spis-tresci,.toc,.table-of-contents,.ez-toc-container,.lwptoc,#toc_container)::before{
content:"";
position:absolute;
inset:0;
pointer-events:none;
border-radius:inherit;
background:linear-gradient(135deg,rgba(255,255,255,.30) 0%,rgba(255,255,255,.05) 50%,rgba(73,166,255,.05) 100%);
}
:is(.spis-tresci,#spis-tresci,.toc,.table-of-contents,.ez-toc-container,.lwptoc,#toc_container)>*{
position:relative;
z-index:1;
}
:is(.spis-tresci h2,.spis-tresci h3,#spis-tresci h2,#spis-tresci h3,.toc-title,.ez-toc-title,.lwptoc_i,#toc_container .toc_title){
margin:0 0 14px !important;
color:var(--color-blue-1) !important;
font-size:18px !important;
line-height:1.3 !important;
}
:is(.spis-tresci ul,#spis-tresci ul,.toc ul,.table-of-contents ul,.ez-toc-container ul,.lwptoc ul,#toc_container ul){
margin:0 !important;
padding:0 !important;
list-style:none;
}
:is(.spis-tresci li,#spis-tresci li,.toc li,.table-of-contents li,.ez-toc-container li,.lwptoc li,#toc_container li){
margin:0 !important;
padding:0 !important;
border-bottom:1px solid rgba(15,23,42,.06);
}
:is(.spis-tresci li:last-child,#spis-tresci li:last-child,.toc li:last-child,.table-of-contents li:last-child,.ez-toc-container li:last-child,.lwptoc li:last-child,#toc_container li:last-child){
border-bottom:0;
}
:is(.spis-tresci a,#spis-tresci a,.toc a,.table-of-contents a,.ez-toc-container a,.lwptoc a,#toc_container a){
display:block;
padding:12px 0;
color:var(--color-text-soft) !important;
font-size:15px !important;
line-height:1.6 !important;
transition:padding-left .2s ease,color .2s ease;
}
:is(.spis-tresci a:hover,#spis-tresci a:hover,.toc a:hover,.table-of-contents a:hover,.ez-toc-container a:hover,.lwptoc a:hover,#toc_container a:hover){
padding-left:6px;
color:var(--color-blue-1) !important;
} #cennik:not(.espo-cennik-section){
padding:36px 0 18px;
}
#cennik:not(.espo-cennik-section) .container{
width:min(100% - 32px,var(--container-wide)) !important;
max-width:var(--container-wide) !important;
margin:0 auto !important;
}
#cennik:not(.espo-cennik-section) h2{
margin:0 0 40px;
text-align:center;
font-size:18px;
}
#cennik:not(.espo-cennik-section) .typ-cennika{
display:grid !important;
grid-template-columns:repeat(3,1fr);
gap:24px !important;
margin:0 !important;
padding:0 !important;
list-style:none !important;
font-size:14px;
}
#cennik:not(.espo-cennik-section) .typ-cennika li{
display:flex !important;
min-width:0;
margin:0 !important;
padding:0 !important;
}
#cennik:not(.espo-cennik-section) .typ-cennika li>a{
display:flex !important;
flex-direction:column;
align-items:stretch;
justify-content:flex-start;
gap:0;
width:100% !important;
height:100% !important;
min-width:0;
overflow:hidden;
padding:24px 20px 22px !important;
background:rgba(255,255,255,.84) !important;
border:1px solid var(--color-border-soft) !important;
border-radius:var(--radius-card) !important;
box-shadow:var(--shadow-md) !important;
backdrop-filter:blur(var(--blur-glass));
-webkit-backdrop-filter:blur(var(--blur-glass));
color:inherit !important;
text-decoration:none !important;
transition:var(--transition-card) !important;
}
#cennik:not(.espo-cennik-section) .typ-cennika li>a>*{
max-width:100%;
min-width:0;
}
#cennik:not(.espo-cennik-section) .typ-cennika li>a:hover{
transform:translateY(-6px);
border-color:rgba(15,114,178,.16) !important;
box-shadow:0 24px 56px rgba(15,23,42,.14) !important;
}
#cennik:not(.espo-cennik-section) .typ-cennika li img,
body.single-cennik #cennik .box.title img{
display:block !important;
width:auto !important;
height:auto !important;
max-width:100% !important;
max-height:180px !important;
margin:0 auto !important;
object-fit:contain !important;
box-shadow:none !important;
}
#cennik:not(.espo-cennik-section) .typ-cennika li img{
flex:0 0 auto;
align-self:center;
height:210px !important;
min-height:210px !important;
margin-bottom:14px !important;
border-radius:18px !important;
transition:transform .3s ease !important;
}
#cennik:not(.espo-cennik-section) .typ-cennika li>a:hover img{transform:scale(1.03);}
#cennik:not(.espo-cennik-section) .typ-cennika li p{
display:block;
flex:1 1 auto;
width:100%;
margin:0 !important;
padding:0 !important;
color:var(--color-text) !important;
font-size:19px !important;
line-height:1.35 !important;
font-weight:800 !important;
letter-spacing:-.02em !important;
text-align:center !important;
word-break:normal;
overflow-wrap:anywhere;
text-decoration:none !important;
}
#cennik:not(.espo-cennik-section) .typ-cennika.typ-usluga{
display:flex !important;
flex-wrap:wrap;
justify-content:center;
}
#cennik:not(.espo-cennik-section) .typ-cennika.typ-usluga li{
flex:0 1 calc((100% - 72px) / 4);
max-width:calc((100% - 72px) / 4);
}
#cennik:not(.espo-cennik-section) .typ-cennika.typ-usluga.iphone li{
flex-basis:calc((100% - 48px) / 3);
max-width:calc((100% - 48px) / 3);
}
#cennik:not(.espo-cennik-section) .typ-cennika.typ-usluga li>a>div{
display:flex;
flex-direction:column;
width:100%;
height:auto !important;
min-height:300px;
overflow:visible !important;
}
#cennik:not(.espo-cennik-section) .typ-cennika.typ-usluga li>a>div>div{
display:flex;
flex:0 0 auto;
align-items:center;
justify-content:center;
width:100%;
height:auto !important;
min-height:180px;
margin-bottom:14px;
}
#cennik:not(.espo-cennik-section) .typ-cennika.typ-usluga li>a>div>p{
position:relative;
z-index:1;
margin-top:0 !important;
}
#cennik:not(.espo-cennik-section) .typ-cennika:not(.typ-usluga) li:last-of-type img{width:100px;}
body.tax-kategoria-cennik.term-mac #cennik:not(.espo-cennik-section) .typ-cennika li img{
height:140px !important;
min-height:140px !important;
}
body.tax-kategoria-cennik.term-applewatch #cennik:not(.espo-cennik-section) .typ-cennika li img{
height:200px !important;
min-height:200px !important;
}
#cennik:not(.espo-cennik-section) .box{
display:none;
padding:30px 0;
}
#cennik:not(.espo-cennik-section) .box.title{display:block;}
#cennik:not(.espo-cennik-section) .box h2{font-size:16px;}
#cennik:not(.espo-cennik-section) .box>div{
display:flex;
align-items:center;
justify-content:center;
gap:30px;
margin-bottom:30px;
}
body.single-cennik #cennik{
padding:34px 0 24px;
}
body.single-cennik #cennik .container{
width:min(100% - 32px,var(--container-cennik)) !important;
max-width:var(--container-cennik) !important;
}
body.single-cennik #cennik .box.title{
margin-bottom:24px !important;
padding:26px 28px !important;
text-align:center !important;
}
body.single-cennik #cennik .box.title>div{
display:flex !important;
flex-direction:column !important;
align-items:center !important;
justify-content:center !important;
gap:14px !important;
}
body.single-cennik #cennik .box.title img{border-radius:var(--radius-md) !important;}
body.single-cennik #cennik .box.title h2{
margin:0 !important;
color:var(--color-text) !important;
font-size:clamp(1.7rem,3vw,2.3rem) !important;
line-height:1.15 !important;
letter-spacing:-.03em !important;
text-align:center !important;
}
body.single-cennik>div[style*="margin-left:250px"]{
max-width:980px;
margin:0 auto 28px !important;
padding:0 20px;
text-align:center !important;
}
body.single-cennik>div[style*="margin-left:250px"] h1,
body.single-cennik>div[style*="margin-left:250px"] p{max-width:none !important;}
body.single-cennik #cennik table{
display:table !important;
width:100% !important;
min-width:100% !important;
max-width:100% !important;
margin:0 0 24px !important;
table-layout:auto !important;
overflow:hidden !important;
}
body.single-cennik #cennik thead th:first-child,
body.single-cennik #cennik tbody td:first-child{width:68% !important;}
body.single-cennik #cennik thead th:last-child,
body.single-cennik #cennik tbody td:last-child{width:32% !important;}
body.single-cennik #cennik thead tr{
background:linear-gradient(135deg,var(--color-blue-1) 0%,#2f8de9 100%) !important;
}
body.single-cennik #cennik thead th{
padding:18px 20px !important;
color:#fff !important;
font-size:15px !important;
line-height:1.4 !important;
font-weight:700 !important;
text-align:left !important;
border:0 !important;
}
body.single-cennik #cennik thead th:last-child,
body.single-cennik #cennik tbody td:last-child{text-align:right !important;}
body.single-cennik #cennik tbody tr:nth-child(even){background:rgba(15,114,178,.03) !important;}
body.single-cennik #cennik tbody tr:hover{background:rgba(15,114,178,.06) !important;}
body.single-cennik #cennik tbody td{
padding:16px 20px !important;
color:var(--color-text) !important;
font-size:16px !important;
line-height:1.5 !important;
vertical-align:middle !important;
border:0 !important;
border-bottom:1px solid var(--color-border-strong) !important;
}
body.single-cennik #cennik tbody tr:last-child td{border-bottom:0 !important;}
body.single-cennik #cennik tbody td:first-child{font-weight:600 !important;}
body.single-cennik #cennik tbody td:last-child{white-space:nowrap !important;color:var(--color-blue-1) !important;font-weight:800 !important;}
img.separator{
display:block !important;
width:100% !important;
max-width:140px !important;
margin:24px auto 0 !important;
opacity:.45 !important;
} .prefooter{
margin-top:0 !important;
padding:56px 0 40px !important;
background:
radial-gradient(circle at top left,rgba(15,114,178,.08),transparent 28%),
linear-gradient(180deg,#f7fafe 0%,#eef4fb 100%) !important;
border-top:1px solid rgba(15,23,42,.08) !important;
font-size:13px;
}
.prefooter .container{
display:grid !important;
grid-template-columns:repeat(3,minmax(0,1fr)) !important;
gap:24px !important;
width:min(100% - 32px,var(--container)) !important;
max-width:var(--container) !important;
margin:0 auto !important;
align-items:start !important;
}
.prefooter .column{
display:block !important;
width:100% !important;
min-width:0 !important;
height:100% !important;
padding:26px 24px !important;
background:rgba(255,255,255,.82) !important;
border:1px solid rgba(255,255,255,.72) !important;
border-radius:22px !important;
box-shadow:0 18px 38px rgba(16,24,40,.07) !important;
}
.prefooter a{color:#555;}
.prefooter .column :is(p,div,span,li,a){
color:var(--color-text-soft) !important;
font-size:15px !important;
line-height:1.8 !important;
word-break:normal !important;
overflow-wrap:break-word !important;
}
.prefooter .column p:last-child{margin-bottom:0 !important;}
.prefooter .column :is(strong,strong a){
display:block !important;
margin:0 0 12px !important;
color:#101828 !important;
font-size:12px !important;
font-weight:800 !important;
letter-spacing:.08em !important;
text-transform:uppercase !important;
}
.prefooter .column a:hover{
color:var(--color-blue-1) !important;
text-decoration:underline !important;
}
.prefooter .column:nth-child(2){
background:linear-gradient(180deg,rgba(255,255,255,.9) 0%,rgba(243,249,255,.92) 100%) !important;
border-color:rgba(188,216,241,.9) !important;
}
.prefooter .column:nth-child(3) a{
display:block !important;
width:100% !important;
padding:14px 16px !important;
background:rgba(248,250,252,.92) !important;
border:1px solid rgba(15,23,42,.08) !important;
border-radius:14px !important;
color:#101828 !important;
font-weight:700 !important;
box-shadow:none !important;
transition:background-color var(--transition-base),border-color var(--transition-base),transform var(--transition-base),color var(--transition-base) !important;
}
.prefooter .column:nth-child(3) a:hover{
background:#eef6ff !important;
border-color:rgba(15,114,178,.18) !important;
color:var(--color-blue-1) !important;
text-decoration:none !important;
transform:translateY(-1px);
}
body.page-template-page-kontakt #kontakt{
padding:10px 0 8px;
}
body.page-template-page-kontakt #kontakt .container{
width:min(100% - 32px,1100px) !important;
max-width:1100px !important;
}
body.page-template-page-kontakt #kontakt .placowka{
max-width:100%;
}
body.page-template-page-kontakt #kontakt .opisplacowki{
padding:34px 36px;
background:rgba(255,255,255,.84);
border:1px solid var(--color-border-soft);
border-radius:30px;
box-shadow:var(--shadow-md);
}
body.page-template-page-kontakt #kontakt .opisplacowki h2,
body.page-template-page-kontakt #kontakt .opisplacowki h3{
margin:0 0 14px !important;
color:var(--color-blue-1) !important;
letter-spacing:-.02em;
}
body.page-template-page-kontakt #kontakt .opisplacowki h2{
font-size:clamp(1.7rem,3vw,2.4rem) !important;
line-height:1.15 !important;
}
body.page-template-page-kontakt #kontakt .opisplacowki h3{
font-size:clamp(1.2rem,2vw,1.5rem) !important;
line-height:1.3 !important;
}
body.page-template-page-kontakt #kontakt .opisplacowki p,
body.page-template-page-kontakt #kontakt .opisplacowki div{
color:var(--color-text-soft);
line-height:1.8;
}
body.page-template-page-kontakt #kontakt .opisplacowki a{
color:var(--color-blue-1);
font-weight:700;
}
body.page-template-page-kontakt #kontakt .opisplacowki a:hover{
color:var(--color-blue-2);
text-decoration:underline;
}
body.page-template-page-kontakt #kontakt .opisplacowki hr{
height:1px;
margin:32px 0;
border:0;
background:linear-gradient(90deg,transparent,rgba(15,114,178,.18),transparent);
}
body.page-template-page-kontakt #kontakt iframe{
display:block;
width:min(100%,900px) !important;
max-width:100% !important;
height:clamp(280px,42vw,430px) !important;
margin:18px auto 0 !important;
border:0 !important;
border-radius:24px;
box-shadow:0 18px 44px rgba(15,23,42,.12);
} @media (max-width:1024px){
.container{width:min(100% - 28px,var(--container));}
.home-banner{min-height:clamp(220px,46vw,420px);}
#home-img img{aspect-ratio:16/8;}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper{
overflow:hidden;
border-radius:24px;
}
.elementor-widget-image-carousel .swiper-slide{height:auto;}
.elementor-widget-image-carousel .swiper-slide-inner{
display:block;
width:100%;
}
.elementor-widget-image-carousel .swiper-slide-image{
display:block;
width:100% !important;
height:auto;
aspect-ratio:16/8;
object-fit:cover;
object-position:center;
}
.elementor-widget-image-carousel .swiper-pagination{bottom:12px !important;}
.elementor-widget-image-carousel .swiper-pagination-bullet{
width:10px;
height:10px;
background:rgba(255,255,255,.78);
opacity:1;
}
.elementor-widget-image-carousel .swiper-pagination-bullet-active{
background:#fff;
box-shadow:0 0 0 4px rgba(255,255,255,.18);
}
.elementor-widget-image-carousel .elementor-swiper-button{
display:grid;
place-items:center;
width:42px;
height:42px;
margin-top:0;
background:rgba(15,23,42,.38);
border:1px solid rgba(255,255,255,.18);
border-radius:999px;
color:#fff;
transform:translateY(-50%);
backdrop-filter:blur(10px);
-webkit-backdrop-filter:blur(10px);
}
.home-section{grid-template-columns:1fr;gap:24px;}
.home-section .section-half.text,
.home-section.left .section-half.text{padding:0;}
.home-section.left .section-half.text,
.home-section.left .section-half.image{order:initial;}
.sekcja-seo .elementor-row{flex-direction:column !important;text-align:center;}
.sekcja-seo .elementor-column{width:100% !important;max-width:100% !important;text-align:center;}
#cennik:not(.espo-cennik-section) .container{width:min(100% - 28px,var(--container-wide)) !important;}
#cennik:not(.espo-cennik-section) .typ-cennika{
grid-template-columns:repeat(2,1fr) !important;
gap:20px !important;
}
#cennik:not(.espo-cennik-section) .typ-cennika li img{
height:190px !important;
min-height:190px !important;
max-height:165px !important;
}
#cennik:not(.espo-cennik-section) .typ-cennika.typ-usluga li,
#cennik:not(.espo-cennik-section) .typ-cennika.typ-usluga.iphone li{
flex-basis:calc((100% - 20px) / 2);
max-width:calc((100% - 20px) / 2);
}
#cennik:not(.espo-cennik-section) .typ-cennika li>a{padding:22px 18px 20px !important;}
.espo-article .espo-article-grid--4,
.espo-article .espo-article-grid--3{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
body.page-template-page-kontakt #kontakt .opisplacowki{padding:28px 24px;}
.prefooter .container{grid-template-columns:1fr !important;}
}
@media (max-width:768px){
#masthead{
position:relative;
z-index:10020;
overflow:visible !important;
}
.home-banner{
min-height:clamp(190px,56vw,300px);
margin-bottom:28px;
border-radius:22px;
}
#home-img img{aspect-ratio:4/3;}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper{
border-radius:20px;
}
.elementor-widget-image-carousel .swiper-slide-image{
aspect-ratio:4/3;
min-height:240px;
}
.elementor-widget-image-carousel .swiper-pagination{
bottom:10px !important;
}
.elementor-widget-image-carousel .elementor-swiper-button{
width:38px;
height:38px;
}
header#masthead .container{
position:relative !important;
z-index:10030;
flex-direction:column !important;
align-items:center !important;
justify-content:center !important;
gap:12px !important;
width:min(100% - 20px,var(--container)) !important;
margin:0 auto !important;
padding:14px 16px !important;
overflow:visible !important;
isolation:isolate;
background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(248,251,255,.94) 100%) !important;
border:1px solid rgba(15,23,42,.08) !important;
border-radius:24px !important;
box-shadow:0 16px 38px rgba(15,23,42,.08) !important;
backdrop-filter:blur(14px);
-webkit-backdrop-filter:blur(14px);
}
header#masthead .container>.clearfix{display:none !important;}
header#masthead .logo{
display:flex !important;
align-items:center !important;
justify-content:center !important;
width:100% !important;
text-align:center !important;
}
header#masthead .logo img{
max-height:52px !important;
margin:0 auto !important;
}
header#masthead nav.mainmenu{
position:fixed !important;
top:var(--mobile-menu-top,120px) !important;
left:50% !important;
z-index:10040;
display:none !important;
align-self:center !important;
width:min(calc(100vw - 24px),420px) !important;
max-width:calc(100vw - 24px) !important;
max-height:calc(100dvh - var(--mobile-menu-top,120px) - 12px) !important;
margin:0 !important;
padding:12px !important;
overflow:auto !important;
overscroll-behavior:contain;
-webkit-overflow-scrolling:touch;
touch-action:pan-y;
transform:translateX(-50%) !important;
background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(244,248,253,.96) 100%) !important;
border:1px solid rgba(15,23,42,.06) !important;
border-radius:22px !important;
box-shadow:0 18px 40px rgba(15,23,42,.14) !important;
visibility:visible !important;
opacity:1 !important;
pointer-events:auto !important;
}
header#masthead #hamburger.open~nav.mainmenu,
header#masthead #hamburger.active~nav.mainmenu,
header#masthead #hamburger[aria-expanded="true"]~nav.mainmenu,
header#masthead.menu-open-mobile-state nav.mainmenu,
header#masthead nav.mainmenu.menu-visible,
header#masthead nav.mainmenu.open,
header#masthead nav.mainmenu.active,
header#masthead nav.mainmenu.toggled,
header#masthead nav.mainmenu.opened,
header#masthead nav.mainmenu.is-open,
header#masthead nav.mainmenu.is-active,
header#masthead nav.mainmenu.show,
header#masthead nav.mainmenu.visible,
header#masthead nav.mainmenu.menu-open,
header#masthead nav.mainmenu[aria-hidden="false"]{display:block !important;}
header#masthead nav.mainmenu>ul.menu{
flex-direction:column !important;
gap:8px !important;
}
header#masthead ul.menu>li{
width:100% !important;
overflow:hidden;
border:1px solid rgba(15,23,42,.06);
border-radius:16px;
background:rgba(255,255,255,.72);
}
header#masthead ul.menu>li>a{
display:flex !important;
align-items:center !important;
justify-content:space-between !important;
gap:12px !important;
padding:14px 16px !important;
text-align:left !important;
font-size:15px !important;
line-height:1.35 !important;
}
header#masthead ul.menu>li.menu-item-has-children>a::after{
content:"›";
display:inline-grid;
place-items:center;
flex:0 0 28px;
width:28px;
height:28px;
margin-left:10px !important;
background:rgba(15,114,178,.08);
border-radius:999px;
color:var(--color-blue-1);
font-size:18px;
line-height:1;
transition:transform var(--transition-base),background-color var(--transition-base),color var(--transition-base);
}
header#masthead ul.menu>li:focus-within>a,
header#masthead ul.menu>li.focus>a,
header#masthead ul.menu>li.sfHover>a,
header#masthead ul.menu>li.open>a,
header#masthead ul.menu>li.active>a,
header#masthead ul.menu>li.submenu-open>a,
header#masthead ul.menu>li.opened>a,
header#masthead ul.menu>li.is-open>a,
header#masthead ul.menu>li.show>a,
header#masthead ul.menu>li.visible>a,
header#masthead ul.menu>li.current-menu-parent>a,
header#masthead ul.menu>li.current-menu-ancestor>a,
header#masthead ul.menu>li.current_page_parent>a{
color:var(--color-blue-1) !important;
background:rgba(15,114,178,.05) !important;
}
header#masthead ul.menu>li:focus-within>a::after,
header#masthead ul.menu>li.focus>a::after,
header#masthead ul.menu>li.sfHover>a::after,
header#masthead ul.menu>li.open>a::after,
header#masthead ul.menu>li.active>a::after,
header#masthead ul.menu>li.submenu-open>a::after,
header#masthead ul.menu>li.opened>a::after,
header#masthead ul.menu>li.is-open>a::after,
header#masthead ul.menu>li.show>a::after,
header#masthead ul.menu>li.visible>a::after,
header#masthead ul.menu>li.current-menu-parent>a::after,
header#masthead ul.menu>li.current-menu-ancestor>a::after,
header#masthead ul.menu>li.current_page_parent>a::after{
transform:rotate(90deg);
background:var(--color-blue-1);
color:#fff;
}
header#masthead .sub-menu{
position:relative !important;
top:auto !important;
left:auto !important;
width:100% !important;
margin:0 !important;
padding:0 8px 8px !important;
transform:none !important;
background:transparent !important;
border:0 !important;
border-radius:0 !important;
box-shadow:none !important;
}
header#masthead ul.menu>li:hover>.sub-menu{display:none !important;}
header#masthead ul.menu>li:focus-within>.sub-menu,
header#masthead ul.menu>li.focus>.sub-menu,
header#masthead ul.menu>li.sfHover>.sub-menu,
header#masthead ul.menu>li.open>.sub-menu,
header#masthead ul.menu>li.active>.sub-menu,
header#masthead ul.menu>li.submenu-open>.sub-menu,
header#masthead ul.menu>li.opened>.sub-menu,
header#masthead ul.menu>li.is-open>.sub-menu,
header#masthead ul.menu>li.show>.sub-menu,
header#masthead ul.menu>li.visible>.sub-menu,
header#masthead ul.menu>li.current-menu-parent>.sub-menu,
header#masthead ul.menu>li.current-menu-ancestor>.sub-menu,
header#masthead ul.menu>li.current_page_parent>.sub-menu,
header#masthead ul.menu>li>a[aria-expanded="true"]+.sub-menu,
header#masthead ul.menu>li>a[aria-expanded="true"]~.sub-menu,
header#masthead ul.menu>li>button[aria-expanded="true"]+.sub-menu,
header#masthead ul.menu>li>button[aria-expanded="true"]~.sub-menu,
header#masthead ul.menu>li>.submenu-toggle[aria-expanded="true"]+.sub-menu,
header#masthead ul.menu>li>.submenu-toggle[aria-expanded="true"]~.sub-menu,
header#masthead ul.menu>li>.dropdown-toggle[aria-expanded="true"]+.sub-menu,
header#masthead ul.menu>li>.dropdown-toggle[aria-expanded="true"]~.sub-menu,
header#masthead .sub-menu[aria-hidden="false"],
header#masthead .sub-menu[style*="display:block"],
header#masthead .sub-menu[style*="display: block"]{display:block !important;}
header#masthead .sub-menu li+li{margin-top:6px !important;}
header#masthead .sub-menu li a{
padding:12px 14px 12px 18px !important;
border-radius:12px !important;
background:rgba(255,255,255,.9) !important;
border:1px solid rgba(15,23,42,.05);
}
header#masthead .sub-menu li a:hover{background:#fff !important;}
nav.mainmenu{top:auto !important;}
#hamburger{
display:grid;
place-items:center;
align-self:center !important;
flex:0 0 auto;
width:56px;
height:56px;
margin:0 auto !important;
padding:0;
overflow:hidden;
cursor:pointer;
position:relative;
z-index:10050;
background:linear-gradient(135deg,#fff 0%,#eef6ff 100%);
border:1px solid rgba(15,114,178,.18);
border-radius:18px;
box-shadow:0 12px 26px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.78);
}
html.menu-open-mobile,
body.menu-open-mobile{overflow:hidden !important;}
#hamburger:hover{
transform:translateY(-1px);
border-color:rgba(15,114,178,.28);
box-shadow:0 16px 32px rgba(15,23,42,.10),inset 0 1px 0 rgba(255,255,255,.9);
}
#hamburger::before,
#hamburger::after{content:none !important;}
#hamburger :is(div,span,i,.salata,.ser,.szynka){
position:absolute;
left:50%;
display:block;
width:22px;
height:2.5px;
margin:0 !important;
background:linear-gradient(90deg,var(--color-text) 0%,var(--color-blue-1) 100%);
border-radius:999px;
transform:translateX(-50%);
pointer-events:none;
transition:transform var(--transition-base),opacity var(--transition-base),background var(--transition-base),width var(--transition-base);
}
#hamburger :is(div,span,i,.salata):nth-child(1){top:18px;}
#hamburger :is(div,span,i,.ser):nth-child(2){top:50%;width:16px;transform:translate(-50%,-50%);}
#hamburger :is(div,span,i,.szynka):nth-child(3){bottom:18px;}
#hamburger>:is(div,span,i):only-child{
top:50%;
width:16px;
transform:translate(-50%,-50%);
}
#hamburger>:is(div,span,i):only-child::before,
#hamburger>:is(div,span,i):only-child::after{
content:"";
position:absolute;
left:50%;
display:block;
width:22px;
height:2.5px;
background:inherit;
border-radius:inherit;
transform:translateX(-50%);
}
#hamburger>:is(div,span,i):only-child::before{top:-7px;}
#hamburger>:is(div,span,i):only-child::after{top:7px;}
:is(#hamburger.open,#hamburger.active,#hamburger[aria-expanded="true"]){
background:linear-gradient(135deg,#f7fbff 0%,#dceeff 100%);
border-color:rgba(15,114,178,.28);
box-shadow:0 16px 32px rgba(15,23,42,.1),inset 0 1px 0 rgba(255,255,255,.92);
}
:is(#hamburger.open,#hamburger.active,#hamburger[aria-expanded="true"]) :is(div,span,i,.salata,.ser,.szynka){
width:22px;
background:linear-gradient(90deg,var(--color-blue-1) 0%,#0f4f7b 100%);
opacity:1;
}
:is(.elementor-button,a.btn,.butong,.wpcf7-submit,input[type="submit"],.eael-post-elements-readmore-btn,.zloszenie .wyslij input){width:100%;}
.mainpage_box,
.mainpage_box:nth-child(2){
float:none !important;
margin:0 auto 20px;
}
.zloszenie,
.espo-content,
.espo-hero-info__card,
.elementor-icon-box-wrapper,
.prefooter .column,
.faq-espo details,
:is(.single-post,.post-template-default) #strona :is(article,.entry-content){border-radius:var(--radius-md);}
.zloszenie,
:is(.single-post,.post-template-default) #strona :is(article,.entry-content){padding:22px;}
:is(.single-post,.post-template-default) #strona :is(h1,.entry-title){font-size:32px;}
:is(.single-post,.post-template-default) #strona h2{font-size:26px;}
:is(.spis-tresci,#spis-tresci,.toc,.table-of-contents,.ez-toc-container,.lwptoc,#toc_container){
padding:18px;
border-radius:20px;
}
.espo-hero-info{padding:28px 0 10px;}
.espo-hero-info__lead{font-size:16px;}
.espo-hero-info__address{font-size:20px;}
.espo-hero-info__meta{grid-template-columns:1fr;}
.espo-content{margin-bottom:16px;padding:22px 18px;}
.espo-content h2{font-size:1.45rem !important;line-height:1.15 !important;}
.espo-content :is(p,li){font-size:16px !important;line-height:1.75 !important;}
.elementor-icon-box-wrapper{padding:22px 18px !important;}
.elementor-icon-box-icon .elementor-icon{width:66px;height:66px;border-radius:18px;font-size:24px !important;}
.elementor-icon-box-title,
.elementor-icon-box-title span{font-size:19px !important;}
.elementor-icon-box-description{font-size:15px !important;line-height:1.7 !important;}
.espo-article{
font-size:16px;
}
.espo-article .espo-article-hero{
padding:34px 0 22px;
}
.espo-article .espo-article-hero__inner{
width:calc(100% - 28px);
padding:26px 20px;
border-radius:18px;
}
.espo-article .espo-article-hero__title{
font-size:34px;
}
.espo-article .espo-article-hero__lead{
font-size:17px;
}
.espo-article .espo-article-section .container{
padding-top:24px;
padding-bottom:24px;
border-radius:14px;
}
.espo-article .espo-article-toc{
padding:22px 20px;
border-radius:16px;
}
.espo-article .espo-article-grid--2,
.espo-article .espo-article-grid--3,
.espo-article .espo-article-grid--4{
grid-template-columns:1fr !important;
}
.espo-article .espo-article-card{
min-height:auto;
}
#cennik:not(.espo-cennik-section){padding:26px 0 10px;}
#cennik:not(.espo-cennik-section) .container{width:min(100% - 20px,var(--container-wide)) !important;}
#cennik:not(.espo-cennik-section) .typ-cennika{
grid-template-columns:1fr !important;
gap:16px !important;
}
#cennik:not(.espo-cennik-section) .typ-cennika li{
width:100% !important;
max-width:100% !important;
}
#cennik:not(.espo-cennik-section) .typ-cennika.typ-usluga li,
#cennik:not(.espo-cennik-section) .typ-cennika.typ-usluga.iphone li{
flex-basis:100%;
max-width:100%;
}
#cennik:not(.espo-cennik-section) .typ-cennika li>a{
padding:18px 16px 18px !important;
border-radius:var(--radius-md) !important;
}
#cennik:not(.espo-cennik-section) .typ-cennika li img{
height:160px !important;
min-height:160px !important;
max-height:135px !important;
margin-bottom:12px !important;
border-radius:14px !important;
}
#cennik:not(.espo-cennik-section) .typ-cennika li p{
font-size:17px !important;
line-height:1.3 !important;
}
body.single-cennik #cennik{padding:24px 0 12px;}
body.single-cennik #cennik .container{width:min(100% - 20px,var(--container-cennik)) !important;}
body.single-cennik #cennik .box.title{margin-bottom:18px !important;padding:20px 18px !important;}
body.single-cennik #cennik .box.title img{max-height:130px !important;}
body.single-cennik #cennik .box.title h2{font-size:1.5rem !important;line-height:1.2 !important;}
body.single-cennik>div[style*="margin-left:250px"]{margin:0 auto 20px !important;padding:0 16px;}
body.single-cennik #cennik table,
body.single-cennik #cennik thead,
body.single-cennik #cennik tbody,
body.single-cennik #cennik tr,
body.single-cennik #cennik th,
body.single-cennik #cennik td{
display:block !important;
width:100% !important;
}
body.single-cennik #cennik thead{display:none !important;}
body.single-cennik #cennik table{border-radius:var(--radius-md) !important;overflow:hidden !important;}
body.single-cennik #cennik tbody tr{padding:14px 16px !important;border-bottom:1px solid var(--color-border-strong) !important;}
body.single-cennik #cennik tbody tr:last-child{border-bottom:0 !important;}
body.single-cennik #cennik tbody td{padding:0 !important;border:0 !important;text-align:left !important;}
body.single-cennik #cennik tbody td:first-child{margin-bottom:6px !important;font-size:15px !important;line-height:1.45 !important;}
body.single-cennik #cennik tbody td:last-child{font-size:17px !important;text-align:left !important;}
.prefooter{padding:36px 0 26px !important;}
.prefooter .column{padding:20px 18px !important;border-radius:18px !important;}
.prefooter .column :is(p,div,span,li,a){font-size:14px !important;line-height:1.75 !important;}
body.page-template-page-kontakt #kontakt{padding:0 0 4px;}
body.page-template-page-kontakt #kontakt .container{width:min(100% - 20px,1100px) !important;}
body.page-template-page-kontakt #kontakt .opisplacowki{
padding:22px 18px;
border-radius:22px;
}
body.page-template-page-kontakt #kontakt .opisplacowki h2{font-size:1.45rem !important;}
body.page-template-page-kontakt #kontakt .opisplacowki h3{font-size:1.1rem !important;}
body.page-template-page-kontakt #kontakt .opisplacowki hr{margin:24px 0;}
body.page-template-page-kontakt #kontakt iframe{
height:260px !important;
border-radius:18px;
}
.faq-espo details{border-radius:18px;}
.faq-espo summary{padding:16px 18px;}
.faq-espo details>p{padding:0 18px 16px;font-size:14px !important;line-height:1.7 !important;}
}
@media (max-width:360px){
body.tax-kategoria-cennik.term-applewatch #cennik:not(.espo-cennik-section) .typ-cennika li img,
body.tax-kategoria-cennik.term-ipad #cennik:not(.espo-cennik-section) .typ-cennika li img{
height:180px !important;
min-height:180px !important;
}
} .espo-cennik-card,
.espo-cennik-section .espo-cennik-card{
display:flex;
flex-direction:column;
align-items:center;
min-width:0;
text-align:center;
}
.espo-cennik-card__icon{
display:flex;
align-items:center;
justify-content:center;
width:74px;
height:74px;
margin:0 auto 16px;
background:linear-gradient(180deg,var(--color-surface-solid) 0%,#f3f8fe 100%);
border:1px solid rgba(15,114,178,.10);
border-radius:22px;
box-shadow:0 10px 22px rgba(15,114,178,.08);
}
.espo-cennik-card__icon svg{
width:34px;
height:34px;
stroke:var(--color-blue-1);
stroke-width:1.8;
stroke-linecap:round;
stroke-linejoin:round;
}
.espo-cennik-card__title{
margin-bottom:12px;
text-align:center;
}
.espo-cennik-card__text{text-align:center;}
:is(#modele-ipad,#modele-apple-watch,#modele-airpods).espo-content{
width:100% !important;
max-width:var(--container-wide) !important;
}
:is(#modele-ipad,#modele-apple-watch,#modele-airpods) .container{
width:100% !important;
max-width:1280px !important;
margin:0 auto !important;
}
:is(#modele-ipad,#modele-apple-watch,#modele-airpods) .espo-cennik-grid--4{
display:grid !important;
grid-template-columns:repeat(4,minmax(0,1fr)) !important;
gap:20px !important;
width:100% !important;
margin:0 !important;
padding:0 !important;
list-style:none !important;
}
:is(#modele-ipad,#modele-apple-watch,#modele-airpods) .espo-cennik-grid--4>li{
display:block !important;
float:none !important;
flex:none !important;
width:auto !important;
max-width:none !important;
min-width:0 !important;
margin:0 !important;
padding:0 !important;
}
:is(#modele-ipad,#modele-apple-watch,#modele-airpods) .espo-cennik-grid--4 .espo-cennik-card{
width:100% !important;
min-width:0 !important;
height:100% !important;
box-sizing:border-box !important;
}
@media (max-width:1024px){
:is(#modele-ipad,#modele-apple-watch,#modele-airpods) .espo-cennik-grid--4{
grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}
}
@media (max-width:767px){
:is(#modele-ipad,#modele-apple-watch,#modele-airpods) .espo-cennik-grid--4{
grid-template-columns:1fr !important;
}
} .espo-cennik-section,
section#cennik.espo-content.espo-cennik-section{
width:100% !important;
max-width:100% !important;
}
section#cennik.espo-content.espo-cennik-section{
padding:40px 0 20px !important;
background:transparent !important;
border:0 !important;
border-radius:0 !important;
box-shadow:none !important;
backdrop-filter:none !important;
-webkit-backdrop-filter:none !important;
}
.espo-cennik-section .container{
width:calc(100% - 40px) !important;
max-width:1360px !important;
margin:0 auto !important;
}
.espo-cennik-section .espo-cennik-intro{
max-width:980px;
margin:0 auto 34px;
text-align:center;
}
.espo-cennik-section .espo-cennik-intro h2{
margin:0 0 14px;
color:var(--color-blue-1);
font-size:clamp(1.9rem,3vw,2.6rem);
line-height:1.12;
letter-spacing:-.03em;
}
.espo-cennik-section .espo-cennik-intro p{
max-width:860px;
margin:0 auto;
color:var(--color-text-soft);
font-size:17px;
line-height:1.8;
}
.espo-cennik-section .espo-cennik-grid{
display:grid !important;
grid-template-columns:repeat(3,1fr) !important;
gap:26px !important;
align-items:stretch;
margin:0 !important;
padding:0 !important;
list-style:none !important;
}
.espo-cennik-section .espo-cennik-grid li{
display:flex;
width:100% !important;
height:100%;
margin:0 !important;
padding:0 !important;
}
.espo-cennik-section .espo-cennik-card{
width:100%;
min-height:100%;
padding:26px 22px 24px;
border:1px solid var(--color-border-soft);
border-radius:28px;
background:rgba(255,255,255,.82);
box-shadow:0 20px 50px rgba(15,23,42,.10);
transition:transform var(--transition-base),box-shadow var(--transition-base),border-color var(--transition-base);
}
.espo-cennik-section .espo-cennik-card:hover{
transform:translateY(-6px);
border-color:rgba(73,166,255,.24);
box-shadow:0 24px 56px rgba(15,23,42,.14);
}
.espo-cennik-section .espo-cennik-card__link{
display:block;
color:inherit;
text-decoration:none !important;
}
.espo-cennik-section .espo-cennik-card__image-wrap{
display:flex;
align-items:center;
justify-content:center;
height:220px;
margin-bottom:18px;
}
.espo-cennik-section .espo-cennik-card__image{
display:block;
width:auto;
height:auto;
max-width:100%;
max-height:190px;
margin:0 auto;
object-fit:contain;
box-shadow:none;
}
.espo-cennik-section .espo-cennik-card__title{
display:flex;
align-items:center;
justify-content:center;
min-height:54px;
margin:0 0 12px;
color:var(--color-text);
font-size:21px;
line-height:1.3;
text-align:center;
transition:color .2s ease;
}
.espo-cennik-section .espo-cennik-card__link:hover .espo-cennik-card__title{
color:var(--color-blue-1);
}
.espo-cennik-section .espo-cennik-card__text{
margin:0;
margin-bottom:auto;
color:var(--color-text-soft);
font-size:15px;
line-height:1.75;
text-align:center;
}
.espo-cennik-section .espo-cennik-card__btn{
width:100%;
margin-top:20px;
padding-left:18px !important;
padding-right:18px !important;
text-align:center;
}
@media (max-width:1024px){
.espo-cennik-section .container{
width:calc(100% - 32px) !important;
}
.espo-cennik-section .espo-cennik-grid{
grid-template-columns:repeat(2,1fr) !important;
gap:22px !important;
}
.espo-cennik-section .espo-cennik-card{
padding:22px 20px 22px;
}
}
@media (max-width:767px){
.espo-cennik-section .container{
width:calc(100% - 24px) !important;
}
.espo-cennik-section .espo-cennik-intro{
margin-bottom:24px;
}
.espo-cennik-section .espo-cennik-intro p{
font-size:16px;
}
.espo-cennik-section .espo-cennik-grid{
grid-template-columns:1fr !important;
gap:18px !important;
}
.espo-cennik-section .espo-cennik-card{
padding:20px 18px;
border-radius:22px;
}
section#cennik.espo-content.espo-cennik-section{
padding:28px 0 10px !important;
}
.espo-cennik-section .espo-cennik-card__image-wrap{
height:180px;
margin-bottom:14px;
}
.espo-cennik-section .espo-cennik-card__image{max-height:150px;}
.espo-cennik-section .espo-cennik-card__title{
min-height:0;
font-size:19px;
}
.espo-cennik-section .espo-cennik-card__text{
font-size:14px;
line-height:1.7;
}
.espo-cennik-section .espo-cennik-card__btn{
margin-top:16px;
}
} .elementor-widget-eael-post-grid,
.elementor-widget-eael-post-grid .elementor-widget-container,
.eael-post-grid-container,
.eael-post-grid{
width:100% !important;
max-width:100% !important;
min-width:0 !important;
}
.eael-post-grid-container,
.eael-post-grid{
overflow:visible !important;
}
.elementor-widget-eael-post-grid .eael-post-grid,
.elementor-widget-eael-post-grid .eael-post-grid.eael-post-appender{
position:static !important;
display:grid !important;
grid-template-columns:repeat(3,minmax(0,1fr)) !important;
grid-auto-flow:row !important;
grid-auto-rows:auto !important;
gap:24px !important;
height:auto !important;
min-height:0 !important;
margin:0 !important;
padding:0 !important;
align-items:stretch !important;
list-style:none !important;
}
.elementor-widget-eael-post-grid .eael-post-grid::before,
.elementor-widget-eael-post-grid .eael-post-grid::after,
.elementor-widget-eael-post-grid .eael-post-grid .clearfix{
content:none !important;
display:none !important;
}
.elementor-widget-eael-post-grid .eael-post-grid > .eael-grid-post,
.elementor-widget-eael-post-grid .eael-post-grid > .eael-post-grid-column{
position:static !important;
inset:auto !important;
top:auto !important;
right:auto !important;
bottom:auto !important;
left:auto !important;
display:flex !important;
float:none !important;
clear:none !important;
flex:none !important;
width:100% !important;
max-width:100% !important;
min-width:0 !important;
height:auto !important;
min-height:0 !important;
margin:0 !important;
padding:0 !important;
transform:none !important;
transition:none !important;
}
.elementor-widget-eael-post-grid .eael-post-grid .eael-grid-post-holder,
.elementor-widget-eael-post-grid .eael-post-grid .eael-grid-post-holder-inner{
display:flex !important;
flex:1 1 auto !important;
flex-direction:column !important;
width:100% !important;
max-width:100% !important;
min-width:0 !important;
height:auto !important;
min-height:100% !important;
}
.elementor-widget-eael-post-grid .eael-post-grid .eael-entry-media,
.elementor-widget-eael-post-grid .eael-post-grid .eael-entry-thumbnail{
position:relative !important;
flex:0 0 auto !important;
width:100% !important;
min-width:0 !important;
overflow:hidden !important;
}
.elementor-widget-eael-post-grid .eael-post-grid .eael-entry-wrapper,
.elementor-widget-eael-post-grid .eael-post-grid .eael-entry-content,
.elementor-widget-eael-post-grid .eael-post-grid .eael-grid-post-excerpt{
display:flex !important;
flex:1 1 auto !important;
flex-direction:column !important;
width:100% !important;
min-width:0 !important;
}
.elementor-widget-eael-post-grid .eael-post-grid .eael-entry-title,
.elementor-widget-eael-post-grid .eael-post-grid .eael-entry-title a,
.elementor-widget-eael-post-grid .eael-post-grid .eael-grid-post-excerpt p{
overflow-wrap:anywhere !important;
word-break:normal !important;
}
.elementor-widget-eael-post-grid .eael-post-grid .eael-post-elements-readmore-btn{
align-self:center !important;
margin-top:auto !important;
}
@media (max-width:1024px){
.elementor-widget-eael-post-grid .eael-post-grid,
.elementor-widget-eael-post-grid .eael-post-grid.eael-post-appender{
grid-template-columns:repeat(2,minmax(0,1fr)) !important;
gap:22px !important;
}
}
@media (max-width:767px){
.elementor-widget-eael-post-grid .eael-post-grid,
.elementor-widget-eael-post-grid .eael-post-grid.eael-post-appender{
display:block !important;
grid-template-columns:none !important;
gap:0 !important;
}
.elementor-widget-eael-post-grid .eael-post-grid > .eael-grid-post,
.elementor-widget-eael-post-grid .eael-post-grid > .eael-post-grid-column{
display:block !important;
width:100% !important;
margin:0 0 18px !important;
}
.elementor-widget-eael-post-grid .eael-post-grid > :last-child{
margin-bottom:0 !important;
}
.elementor-widget-eael-post-grid .eael-post-grid > [style]{
top:auto !important;
right:auto !important;
bottom:auto !important;
left:auto !important;
width:100% !important;
height:auto !important;
transform:none !important;
}
.elementor-widget-eael-post-grid .eael-post-grid .eael-grid-post-holder,
.elementor-widget-eael-post-grid .eael-post-grid .eael-grid-post-holder-inner,
.elementor-widget-eael-post-grid .eael-post-grid .eael-entry-wrapper,
.elementor-widget-eael-post-grid .eael-post-grid .eael-entry-content,
.elementor-widget-eael-post-grid .eael-post-grid .eael-grid-post-excerpt{
height:auto !important;
min-height:0 !important;
}
.eael-grid-post-holder:hover{
transform:none !important;
}
.eael-entry-media img,
.eael-entry-thumbnail img{
height:auto !important;
min-height:0 !important;
aspect-ratio:16/10;
}
.eael-entry-title,
.eael-entry-title a{
font-size:19px !important;
line-height:1.32 !important;
}
} @media (max-width: 768px) {
html,
body {
max-width: 100%;
overflow-x: hidden !important;
} .elementor-section.elementor-section-stretched {
max-width: 100vw !important;
overflow-x: hidden !important;
} .elementor-widget-image-carousel,
.elementor-widget-image-carousel .elementor-widget-container,
.elementor-widget-image-carousel .elementor-image-carousel-wrapper,
.elementor-widget-image-carousel .swiper-container {
max-width: 100% !important;
overflow: hidden !important;
} header#masthead .sub-menu li a {
white-space: normal !important;
overflow-wrap: anywhere !important;
}
} @media (max-width: 768px) {
body.single-cennik .espo-hero-info__inner > p.espo-hero-info__lead {
padding-left: 18px !important;
padding-right: 18px !important;
box-sizing: border-box;
}
}