:root {

--kolor-bialy: #fff;
--kolor-czarny: #000;
--kolor-zielony: #5eb314;
--kolor-zielony-ciemny: #46850F;
--kolor-zolty: #ffd012;
--kolor-szary-jasny: #8d9094;
--kolor-szary-ciemny: #3b3b3b;
--kolor-szary: #f5f5f5;

--kolor-tla-kategorii: #f3f3f3;

--tlo-szare: #f5f5f5;
--tlo-niebieskie: #303cce;
--tlo-niebieskie-hover: #0d103b;

--font-color: #212529;
--font-weight: 500;
--font-weight-bold: 700;

--border: 3px solid var(--czarny);

--link-hover: #A81521;

--trans: color .5s ease, border-color .5s ease, background-color .5s ease, text-decoration-color .5s;
--trans-widac: visibility .5s ease, opacity .5s ease;
--trans-scale: transform .5s;

--cien-tekstu: 0 0 3px var(--kolor-czarny);

--o: 20px;
--o-x2: 40px;
--o-x3: 60px;
--o-x4: 80px;
--o-minus: -20px;
--o-gora: 20px;
--o-pol: 10px;
--o-cwierc: 5px;

--h1: 200%;
--h2: 150%;
--h3: 130%;
--h4: 120%;
--h5: 120%;
--h6: 120%;

--sz: 1110px;
--sz-plus: 1150px;
--sz-wasko: 800px;
--sz-wasko-plus: 840px;
}
@media (min-width: 1150px) {
:root {
--h1: 300%;
--h2: 250%;
--h3: 200%;
--h4: 150%;
--h5: 150%;
--h6: 150%;

}}
* {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline}
article, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block}
ol, ul {list-style: none}
*, :before, :after {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}
@-ms-viewport {width: device-width}
html {scroll-behavior: smooth}
body {
	background-color: var(--kolor-bialy);
	font-size: 16px;
	font-weight: var(--font-weight);
	line-height: 1.4;
	overflow-y: scroll;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	color: var(--font-color);
	font-family: 'Quicksand', sans-serif;
}


.big {
	width: 100%;
	height: 400px;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	line-height: 0;
	background: var(--kolor-szary-ciemny);
}
.big::before {
	position: absolute;
	z-index: 1;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0000003b;
}
.big img {
	position: absolute;
	max-width: unset;
}
.big_w {
	z-index: 2;
	padding: 0 var(--o);
	margin: 0 auto;
	width: var(--sz-plus);
	max-width: 100%;
}

h1:not([class]) {
	font-size: var(--h1);
	color: #fff;
	text-shadow: var(--cien-tekstu);
	line-height: 1;
}

a {
	transition: var(--trans);
}
a:focus {
	text-decoration: none;
	outline-offset: 5px;
	border-radius: 3px;
}

.skipLink {
	display: block;
	width: 180px;
	height: 40px;
	line-height: 37px;
	left: -999px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	z-index: 200;
	top: -999px;
}
.skipLink:focus {
	position: fixed;
	top:0;
	background: var(--niebieski-jasny);
	left: 50%;
	margin-left: -90px;
	color: #000;
}


svg {
	fill: var(--kolor-zielony-ciemny);
	transition: fill .4s ease;
}


sup {
	vertical-align: super;
	font-size: small;
}



hr {
	border: 0;
	border-bottom: 1px solid #b7c2d6;
	margin: 40px 0;
}
img {
    max-width: 100%;
    height: auto;
	content-visibility: auto;
}



strong, b {font-weight: var(--font-weight-bold)}
iframe {max-width: 100%;height:auto}
em, i {font-style: italic}


h1, h2, h3, h4, h5, h6, .zaHa {
    font-weight: var(--font-weight-bold);
}
p + ul,
p + p {
	margin-top: var(--o);
}


.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.fc {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: var(--o-pol);
}

.dalej_svg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: var(--kolor-zielony-ciemny);
	fill: var(--kolor-bialy);
	padding: var(--o-cwierc);
	transition: var(--trans);
}
a:hover .dalej_svg {
	background: var(--kolor-szary-ciemny);

}

@media (min-width: 1000px) {

}
@media (min-width: 1150px) {

}