/* Responsywność mobilna: nadpisuje inline'owe siatki i odstępy komponentów. */
@media(max-width:767px){
.om-wrap{padding-left:20px!important;padding-right:20px!important}
[style*="grid-template-columns"]{grid-template-columns:1fr!important}
[style*="repeat(4,1fr)"],[style*="repeat(4, 1fr)"]{grid-template-columns:repeat(2,1fr)!important}
h1{font-size:34px!important;line-height:1.1!important}
h2{font-size:26px!important;line-height:1.15!important}
h3{font-size:19px!important}
p,li,span,div{text-wrap:pretty}
[style*="minHeight: 280px"],[style*="min-height:280px"]{min-height:220px!important}
[style*="height: 420px"]{height:260px!important}
[style*="height: 380px"]{height:240px!important}
[style*="height: 340px"]{height:220px!important}
[style*="height: 320px"]{height:210px!important}
[style*="height: 260px"]{height:180px!important}
[style*="height: 240px"]{height:170px!important}
[style*="height: 190px"]{height:140px!important}
[style*="padding: 48px 56px"],[style*="padding: 36px 44px"],[style*="padding: 28px 30px"],[style*="padding: 30px 34px"]{padding:22px 20px!important}
[style*="gap: 44px"],[style*="gap: 48px"],[style*="gap: 40px"]{gap:26px!important}
iframe,img,image-slot{max-width:100%}
.hero-video,.ft-video{max-width:none!important}
}
@media(max-width:1199px){
.site-header .sh-nav,.site-header .bar>nav{display:flex;justify-content:flex-end}
.site-header .nav-toggle{margin-left:auto}
}
@media(max-width:1023px) and (min-width:768px){
[style*="repeat(4,1fr)"],[style*="repeat(4, 1fr)"]{grid-template-columns:repeat(2,1fr)!important}
[style*="repeat(3,1fr)"],[style*="repeat(3, 1fr)"]{grid-template-columns:repeat(2,1fr)!important}
}
