@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v24-latin_latin-ext-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/lato-v24-latin_latin-ext-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v24-latin_latin-ext-700.woff2") format("woff2");
}
:root {
  --zolty: #eee86f;
  --niebieski: #76caee;
  --czerwony: #e9515e;
  --fioletowy: #ac6ca9;
  --zielony: #4aa739;
  --k1: rgba(224,213,253,1);
  --k2: rgba(254,227,206,1);
  --k-gwiazdka-ciemna: #0d103b;
  --tlo-gradient: linear-gradient(90deg, rgba(224,213,253,1) 20%, rgba(254,227,206,1) 100%);
  --tlo-gradient-odw: linear-gradient(90deg, rgba(254,227,206,1) 20%, rgba(224,213,253,1) 100%);
  --tlo-gradient-4: linear-gradient(90deg, rgba(238, 232, 111, 1) 0%, rgba(118, 202, 238, 1) 33%, rgba(233, 81, 94, 1) 66%, rgba(172, 108, 169, 1) 100%);
  --tlo-szare: #f5f5f5;
  --tlo-niebieskie: #303cce;
  --tlo-niebieskie-hover: #0d103b;
  --font-color: #000;
  --radius: 10px;
  --radius-5: 5px;
  --border: 3px solid var(--czarny);
  --link-hover: #A81521;
  --transition5: color .5s ease, border-color .5s ease, background-color .5s ease, opacity .5s ease, box-shadow .5s ease-in-out, text-decoration-color .5s;
  --transition1: color 1s ease, border-color 1s ease, background 1s ease, opacity 1s ease-in-out;
  --transWidac: visibility 3s ease, opacity 3s ease;
  --transWidac2: visibility .5s ease, opacity .5s ease;
  --transitionScale: transform .5s;
  --sz1200: 1200px;
  --sz1240: 1240px;
  --sz1560: 1560px;
}

* {
  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: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  overflow-y: scroll;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  color: #000;
  font-family: "Lato", sans-serif;
}

body.startowa {
  margin: 0;
}

a {
  color: var(--tlo-niebieskie);
  font-weight: bold;
  text-decoration: dashed underline 1px;
  text-underline-offset: 4px;
  transition: var(--transition5);
}

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

a:hover,
a:focus {
  color: var(--link-hover);
  text-decoration-style: solid;
}

.skipLink {
  display: block;
  width: 180px;
  height: 40px;
  line-height: 37px;
  left: -9000em;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 200;
  border-radius: var(--radius-5);
  position: absolute;
  top: 0;
}

.skipLink:focus {
  background: var(--k1);
  left: 50%;
  margin-left: -90px;
  color: #000;
}

hr {
  border: 0;
  border-bottom: 1px solid #b7c2d6;
  margin: 40px 0;
}

img {
  max-width: 100%;
  height: auto;
  content-visibility: auto;
}

strong, b {
  font-weight: 700;
}

iframe {
  max-width: 100%;
}

em, i {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6, .zaHa {
  font-family: "Libre Caslon Text", Georgia, serif;
  font-weight: 700;
  color: #000;
}

h1 {
  font-size: 130%;
  margin: -10px 0 20px;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 115%;
}

h4 {
  font-size: 110%;
}

h5,
h6 {
  font-size: 105%;
}

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

.btn {
  background: var(--k1);
  color: #000;
  line-height: 30px;
  padding: 0 10px;
  font-weight: bold;
  cursor: pointer;
  transition: var(--transition5);
  border-radius: var(--radius-5);
}

.btn:hover {
  background: var(--k2);
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 160%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 110%;
}

h6 {
  font-size: 110%;
}
