@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.news.loader {
  margin-top: 50px;
}

.news:last-child::after {
  display: block;
  content: "";
  height: 50px;
}

.news.loader::after {
  height: 25px;
  display: flex;
  justify-content: center;
  content: "ładowanie następnej wiadomości";
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.news.loader::before {
  display: block;
  content: "";
  height: 30px;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  background: url("/static/svg/loader.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  animation: rotate 0.5s linear infinite;
}

.news.loader.error-404::after {
  color: #DE574C;
  content: "nie znaleziono wiadomości";
}
.news.loader.error-404::before {
  animation-play-state: paused;
}

.news.loader.error-network::after {
  color: #DE574C;
  content: "błąd połączenia, ponawiam próbę";
}
.news.loader.error-network::before {
  animation-play-state: paused;
}

.news.loader.error-final::after {
  color: #DE574C;
  content: "nie można połączyć się z serwerem, włączam klasyczną paginację";
}
.news.loader.error-final::before {
  animation-play-state: paused;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

.hidden {
  display: none;
}

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

.image-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
}

body {
  background-color: #FFF;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  position: relative;
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
}

.main {
  position: relative;
  flex: 1;
}

.footer {
  position: relative;
}

@media (min-width: 1200px) {
  .header {
    z-index: 2;
  }
  .nav {
    position: absolute;
  }
}
.nav {
  height: 100vh;
  width: 100vw;
  transform: translateY(-101%);
  transition: transform 0.2s;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
  background: #FFF;
  clip: rect(0, auto, auto, 0);
}
.nav.opened {
  display: flex;
  transform: none;
}

.nav__menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.nav__list {
  position: relative;
}
.nav__list ul {
  transform: scaleY(0.1);
  position: absolute;
  transition: transform 0.2s;
  top: 0;
  overflow: hidden;
  transform-origin: top;
  z-index: 0;
  list-style: none;
  padding-left: 0;
  font-size: 16.2px;
  line-height: 20px;
  font-weight: 400;
}
.nav__list ul li {
  margin-bottom: 8px;
  padding-left: 9px;
}
.nav__list ul .active li {
  border-left: 2px solid #F9B932;
  padding-left: 7px;
}
.nav__list .nav__button {
  background: #FFF;
  color: #2E3131;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 1;
  position: relative;
  width: 100%;
  text-align: left;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.nav__list .nav__button:focus {
  outline: none;
}
.nav__list .nav__button::before {
  display: block;
  content: "";
  background: #777779;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transition: transform 0.2s;
  transform-origin: left;
  position: absolute;
  bottom: -10px;
}
.nav__list .nav__button::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #2E3131 transparent transparent transparent;
  margin-left: 10px;
  transition: transform 0.2s, background-color 0.2s;
  position: static;
  background: none;
  transform: none;
  transform-origin: initial;
}
.nav__list.opened ul {
  display: block;
  transform: scaleY(1) translateY(50px);
}
.nav__list.opened.active {
  border-left: none;
  padding-left: 10px;
}
.nav__list.opened .nav__button::before {
  transform: scaleX(1);
}
.nav__list.opened .nav__button::after {
  transform: translateY(-2px) rotate(90deg) scale(1.5);
}
.nav__list.active .nav__button::after {
  border-color: #F9B932 transparent transparent transparent;
}

.nav__link {
  color: #2E3131;
}
.nav__link.active {
  cursor: default;
  color: #777779;
}
.nav__link:hover {
  text-decoration: none;
}
.nav__link:focus {
  outline: none;
}

.nav__item {
  display: block;
  transition: transform 0.2s;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-left: 10px;
}
.nav__item.active {
  padding-left: 8px;
  border-left: 2px solid #F9B932;
}

@media (min-width: 576px) {
  .nav {
    line-height: 26.4px;
    font-size: 22px;
  }
  .nav__list .nav__button {
    font-size: 22px;
  }
  .nav__list ul {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .nav {
    height: auto;
    width: auto;
    display: flex;
    font-size: 14px;
    transform: none;
    font-weight: 400;
    overflow: hidden;
    line-height: 30px;
    background: none;
  }
  .nav__link {
    color: #2E3131;
  }
  .nav__link.active {
    color: #777779;
  }
  .nav__menu {
    background: transparent;
  }
  .nav__menu::before {
    content: "";
    display: block;
    height: 2px;
    width: 1px;
    background: #F9B932;
    top: 50px;
    left: 0;
    position: absolute;
    z-index: 1;
    transform-origin: left;
  }
  .nav__menu::after {
    content: "";
    display: none;
    height: 2px;
    width: 1px;
    background: #D4D4D6;
    top: 50px;
    left: 0;
    position: absolute;
    z-index: 1;
    transform-origin: left;
  }
  .nav__menu.focus--on::before {
    transition: transform 0.2s, background-color 0.2s;
  }
  .nav__menu.hover--on::after {
    transition: transform 0.2s, background-color 0.2s;
    display: block;
  }
  .nav__item {
    display: inline-block;
    line-height: 20px;
    padding: 20px 10px;
    margin: 0;
  }
  .nav__item:last-child {
    margin-right: 50px;
  }
  .nav__item.active {
    padding: 20px 10px;
    border: none;
  }
  .nav__list {
    padding: 0;
  }
  .nav__list.nav__item.active {
    padding: 0;
  }
  .nav__list ul {
    font-size: 14px;
    list-style: none;
    padding-left: 0;
    left: 100%;
    background: transparent;
    z-index: -1;
    border-top: none;
    display: none;
    transform: none;
  }
  .nav__list ul li {
    display: inline-block;
    padding: 20px 10px;
    margin-bottom: 0;
  }
  .nav__list ul .active {
    border: none;
  }
  .nav__list ul .active li {
    border-left: none;
    padding: 20px 10px;
  }
  .nav__list .nav__button {
    padding: 0 10px;
    height: 60px;
    width: auto;
    text-align: initial;
    background: transparent;
    color: #2E3131;
    font-size: 14px;
    font-weight: 400;
  }
  .nav__list .nav__button::before {
    display: none;
    content: none;
  }
  .nav__list .nav__button::after {
    border-color: #D4D4D6 transparent transparent transparent;
    margin-left: 5px;
    transition: transform 0.2s, border-color 0.2s;
  }
  .nav__list .nav__button:active {
    padding: 0 10px;
  }
  .nav__list.opened ul {
    width: 100vw;
    transform: none;
  }
  .nav__list.opened .nav__button::after {
    transform: translate(5px, 0px) rotate(-90deg) scale(1.1);
    border-color: #D4D4D6 transparent transparent transparent;
  }
  .nav__submenu > li {
    padding: 10px;
  }
}
/* source-sans-3-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/source-sans-3-v19-latin-ext-regular.woff2") format("woff2");
}
/* source-sans-3-italic - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 400;
  src: url("/static/fonts/source-sans-3-v19-latin-ext-italic.woff2") format("woff2");
}
/* source-sans-3-600 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  src: url("/static/fonts/source-sans-3-v19-latin-ext-600.woff2") format("woff2");
}
/* source-sans-3-600italic - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 600;
  src: url("/static/fonts/source-sans-3-v19-latin-ext-600italic.woff2") format("woff2");
}
body {
  font-family: "Source Sans 3", sans-serif;
  color: #2E3131;
  font-size: 14.4px;
  line-height: 25.6px;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans 3", sans-serif;
  letter-spacing: -1px;
}

h1 {
  font-size: 24px;
  line-height: 28.8px;
}

h2 {
  font-size: 24px;
  line-height: 28.8px;
}

h3 {
  font-size: 19.2px;
  line-height: 23.04px;
}

h4 {
  font-size: 17.6px;
  line-height: 21.12px;
}

h5 {
  font-size: 17.6px;
  line-height: 21.12px;
}

h6 {
  font-size: 16px;
  line-height: 19.2px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 38.4px;
  }
  h2 {
    font-size: 28.8px;
    line-height: 34.56px;
  }
  h3 {
    font-size: 20.8px;
    line-height: 24.96px;
  }
  h4 {
    font-size: 19.2px;
    line-height: 23.04px;
  }
  h5 {
    font-size: 17.6px;
    line-height: 21.12px;
  }
  h6 {
    font-size: 16px;
    line-height: 19.2px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h2 {
    font-size: 32px;
    line-height: 38.4px;
  }
  h3 {
    font-size: 22.4px;
    line-height: 26.88px;
  }
  h4 {
    font-size: 19.2px;
    line-height: 23.04px;
  }
  h5 {
    font-size: 17.6px;
    line-height: 21.12px;
  }
  h6 {
    font-size: 16px;
    line-height: 19.2px;
  }
}
a {
  color: #416E86;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.main::before {
  z-index: 1;
  background: #FFF;
  padding-top: 70px;
  top: 0;
  left: 0;
  display: block;
  content: "ładowanie...";
  display: flex;
  position: fixed;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
  transform: translateY(-101%);
}

.main::after {
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  position: fixed;
  height: 100vh;
  width: 100vw;
  transition: transform 0.2s;
  transform: translateY(-101%);
  background: url("/static/svg/loader.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes rotate-mobile {
  from {
    transform: rotate(0deg) translateY(0);
  }
  to {
    transform: rotate(360deg) translateY(0);
  }
}
body.loader .main::before {
  transform: translateY(0);
  transition: none;
}
body.loader .main::after {
  animation: rotate-mobile 0.5s linear infinite;
}

body.error_network .main::before {
  content: "błąd połączenia";
  color: #DE574C;
}
body.error_network .main::after {
  animation-play-state: paused;
}

body.error_404 .main::before {
  content: "nie znaleziono strony";
  color: #DE574C;
}
body.error_404 .main::after {
  animation-play-state: paused;
}

body.error_other .main::before {
  content: "nieznany błąd";
  color: #DE574C;
}
body.error_other .main::after {
  animation-play-state: paused;
}

@keyframes rotate-desktop {
  from {
    transform: rotate(0deg) translateX(0);
  }
  to {
    transform: rotate(360deg) translateX(0);
  }
}
@media (min-width: 1200px) {
  .main::before {
    transform: translateX(-101%);
    padding-top: 100px;
  }
  .main::after {
    transform: translateX(-101%);
  }
  body.loader .main::before {
    transform: translateX(0);
    transition: transform 0.2s;
  }
  body.loader .main::after {
    animation: rotate-desktop 0.5s linear infinite;
    animation-delay: 0.2s;
    background-size: 50px;
  }
}
.main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .main {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .main {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .main {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .main {
    width: 1140px;
    max-width: 100%;
  }
}
.header {
  height: 120px;
  overflow-x: hidden;
  width: 100%;
}
.header::after {
  content: "";
  display: block;
  height: 50px;
  width: 400vw;
  background: url("/static/svg/wave.svg");
  background-size: 400vw;
  background-position: bottom left;
  background-repeat: no-repeat;
  transition: transform 0.5s;
  transform: translateX(-200vw);
  position: absolute;
  bottom: 0;
  left: 0;
}

.header__logo {
  height: 40px;
  width: auto;
  position: absolute;
  top: 22px;
  left: 5px;
}

.header__title {
  position: absolute;
  top: 12px;
  left: 50px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.header__title a {
  color: #2E3131;
}
.header__title a:hover {
  text-decoration: none;
}
.header__title .header__w_swierzawie {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.header__subtitle {
  display: none;
}

.burger {
  background: none;
  border: none;
  position: fixed;
  top: 30px;
  right: 30px;
  height: 22px;
  width: 29px;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}
.burger::before, .burger::after {
  content: "";
  display: block;
  background: #2E3131;
  height: 3px;
  width: 29px;
  position: absolute;
  top: 10px;
  left: 0;
  transform: translateY(-10px);
  box-shadow: #2E3131 0 10px 0 0;
  transition: transform 0.2s, box-shadow 0.2s;
}
.burger::after {
  transform: translateY(10px);
  box-shadow: none;
}
.burger.opened::before {
  transform: translateY(0) rotate(45deg);
  box-shadow: none;
}
.burger.opened::after {
  transform: translateY(0) rotate(-45deg);
}

.header__pagetitle {
  margin: 30px auto 10px;
  padding-left: 15px;
  padding-right: 80px;
}

.page .header, .download .header {
  height: auto;
}
.page .header::after, .download .header::after {
  transform: translateX(-300vw);
  position: initial;
}
.page .header__logo, .download .header__logo {
  display: none;
}
.page .header__title, .download .header__title {
  display: none;
}

@media (min-width: 576px) {
  .header {
    height: 200px;
  }
  .header::after {
    position: absolute;
  }
  .header__logo {
    display: initial;
    height: 80px;
    top: 40px;
    left: 50px;
  }
  .header__title {
    display: initial;
    font-size: 24px;
    top: 32px;
    left: 140px;
  }
  .header__title .header__w_swierzawie {
    font-size: 24px;
    font-weight: 600;
    display: initial;
  }
  .header__title::after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #F9B932;
    transition: transform 0.2s;
    margin-top: 10px;
  }
  .header__subtitle {
    display: initial;
    color: #2E3131;
    position: absolute;
    top: 70px;
    left: 140px;
  }
  .header__pagetitle {
    margin: 0 auto;
    padding-right: 15px;
    color: #2E3131;
    position: relative;
    top: 80px;
    width: 540px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .header__pagetitle {
    width: 720px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .header__pagetitle {
    width: 960px;
  }
}
@media (min-width: 576px) {
  .page .header, .download .header {
    height: 200px;
  }
  .page .header::after, .download .header::after {
    position: absolute;
  }
  .page .header__subtitle, .download .header__subtitle {
    display: none;
  }
  .page .header__title, .download .header__title {
    display: initial;
    font-size: 14px;
    letter-spacing: 0;
    top: 10px;
    left: 60px;
  }
  .page .header__title .header__w_swierzawie, .download .header__title .header__w_swierzawie {
    font-size: 14px;
  }
  .page .header__title::after, .download .header__title::after {
    display: none;
  }
  .page .header__logo, .download .header__logo {
    height: 40px;
    display: initial;
    left: 15px;
    top: 10px;
  }
}
@media (min-width: 1200px) {
  .header {
    height: 300px;
  }
  .header::after {
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .header__logo {
    height: 100px;
    top: 95px;
    left: 50px;
    transition: transform 0.2s;
  }
  .header__title {
    display: initial;
    line-height: 48px;
    font-size: 32px;
    color: #2E3131;
    top: 80px;
    letter-spacing: -1px;
    left: 170px;
    transition: font-size 0.2s, transform 0.2s, letter-spacing 0.2s;
  }
  .header__title .header__w_swierzawie {
    font-size: 32px;
    font-weight: 600;
  }
  .header__title::after {
    transition: transform 0.2s;
    margin-top: 0;
  }
  .header__subtitle {
    top: 145px;
    left: 170px;
    transition: transform 0.2s;
    transform-origin: left;
    margin-top: 11px;
  }
  .header__pagetitle {
    font-size: 40px;
    top: 140px;
    width: 1140px;
    transition: transform 0.2s;
  }
  .header__pagetitle.transition {
    transform: translateX(-100%);
  }
  .burger {
    display: none;
  }
  .page .header, .download .header {
    height: 300px;
  }
  .page .header::after, .download .header::after {
    position: absolute;
  }
  .page .header__title, .download .header__title {
    transform: translate(-110px, -69px);
    font-size: 14px;
    line-height: 20px;
    top: 80px;
    left: 170px;
  }
  .page .header__title .header__w_swierzawie, .download .header__title .header__w_swierzawie {
    font-weight: 600;
    font-size: 14px;
  }
  .page .header__title::after, .download .header__title::after {
    transform: scaleX(0);
    transform-origin: left;
  }
  .page .header__logo, .download .header__logo {
    height: 100px;
    top: 95px;
    left: 50px;
    transform: translate(-70px, -115px) scale(0.4) rotate(360deg);
  }
  .page .header__subtitle, .download .header__subtitle {
    display: initial;
    transform: translate(-110px, -140px) scale(0);
  }
  .page.loader .header__pagetitle, .download.loader .header__pagetitle {
    transform: translateX(-100vw);
  }
  .index.loader .header__title {
    transform: translate(-110px, -69px);
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .index.loader .header__title .header__w_swierzawie {
    font-weight: 600;
    font-size: 14px;
  }
  .index.loader .header__title::after {
    transform: scaleX(0);
    transform-origin: left;
    display: block;
  }
  .index.loader .header__logo {
    transform: translate(-70px, -115px) scale(0.4) rotate(360deg);
  }
  .index.loader .header__subtitle {
    transform: translate(-110px, -140px) scale(0);
    display: initial;
  }
}
.page .main .center {
  text-align: center;
}
.page .main li {
  margin: 7px 0;
}
.page .main h3 {
  margin: 70px 0 30px;
  color: #416E86;
}
.page .main h3:first-child {
  margin: 0 0 30px;
}
.page .main h4 {
  margin: 60px 0 20px;
}
.page .main ol ol {
  list-style-type: lower-alpha;
}

.news {
  position: relative;
  margin-top: 100px;
}

.news:first-child {
  margin-top: 50px;
}

.news__title {
  margin: 0 0 15px;
  padding-bottom: 15px;
  color: #2E3131;
  border-bottom: 2px solid #F9B932;
}

.news__date {
  color: #777779;
}
.news__date time {
  font-weight: 600;
}

@media (min-width: 1200px) {
  .news {
    margin-top: 200px;
  }
  .news:first-child {
    margin-top: 100px;
  }
  .news__title {
    margin: 0 0 75px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .news__content {
    margin-left: 150px;
    padding-left: 50px;
    border-left: 2px #F9B932 solid;
  }
  .news__date {
    position: absolute;
  }
  .news__date time {
    display: block;
  }
}
.footer {
  margin-top: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #D4D4D6;
  font-size: 14px;
}

.download__table {
  margin-top: 10px;
  border-collapse: collapse;
  line-height: 20px;
  width: 100%;
}
.download__table tr {
  transition: background-color 0.2s;
}
.download__table tr:hover {
  background: #F8F1E4;
}
.download__table thead {
  font-weight: 600;
  display: none;
}
.download__table thead tr {
  border-bottom: 1px #F9B932 solid;
}
.download__table thead tr:hover {
  background: none;
}
.download__table td {
  padding: 8px;
}
.download__table td:nth-child(2) {
  display: none;
}
.download__table.download__table--empty thead, .download__table.download__table--empty tbody {
  display: none;
}
.download__table.download__table--empty::after {
  text-align: center;
  margin-top: 40px;
  display: block;
  content: "Nie znaleziono";
}

.download__input {
  margin-top: 30px;
  padding: 8px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #F9B932;
}
.download__input:focus {
  border-color: #F9B932;
  background: #F8F1E4;
}

.download__input--label {
  display: none;
}

.download__checkbox--label {
  display: none;
  margin-top: 30px;
  margin-right: 50px;
  position: relative;
}
.download__checkbox--label::before {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: 3px;
  height: 20px;
  width: 20px;
  border: 1px solid #D4D4D6;
}
.download__checkbox--label::after {
  content: "";
  display: block;
  position: absolute;
  right: -26px;
  top: 7px;
  height: 12px;
  width: 12px;
}

.download__checkbox {
  display: none;
}

.download__checkbox:checked + .download__checkbox--label::after {
  background: #F9B932;
}

.download__checkbox:focus + .download__checkbox--label::before {
  border-color: #F9B932;
  background: #F8F1E4;
}

@media (min-width: 576px) {
  .download__table {
    margin-top: 30px;
  }
  .download__table thead {
    display: table-header-group;
  }
  .download__table td:first-child {
    border-right: 1px solid #D4D4D6;
  }
  .download__table td:nth-child(2) {
    display: table-cell;
  }
  .download__checkbox {
    display: block;
  }
  .download__input {
    padding: 5px;
    margin-left: 20px;
    width: 200px;
    border: 1px solid #D4D4D6;
  }
  .download__input::placeholder {
    color: transparent;
  }
  .download__input--label {
    display: initial;
    margin-left: 10px;
  }
  .download__checkbox--label {
    display: initial;
    float: right;
  }
}
@media (min-width: 1200px) {
  .download__input {
    width: 300px;
  }
}
.pagination {
  list-style: none;
  margin-top: 100px;
}
.pagination li {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #D4D4D6;
}
.pagination li:not(:first-child) {
  border-left: none;
}
.pagination li.active {
  background: #F8F1E4;
}

.charges-list > li {
  margin-bottom: 20px !important;
}
.charges-list div:last-child::before {
  content: " - ";
}
@media (min-width: 768px) {
  .charges-list div {
    float: left;
  }
  .charges-list div:last-child {
    float: right;
  }
  .charges-list div:last-child::before {
    display: none;
  }
}
.charges-list {
  margin-bottom: 50px;
}

.legacy body {
  display: inline;
}
.legacy .header .header__title {
  transition: none;
}
.legacy .header .header__subtitle {
  display: block;
}
.legacy .header::after {
  display: none;
}
.legacy .nav.opened {
  display: block;
}
.legacy .nav.opened .nav__menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.legacy .nav__menu {
  width: 250px;
}
.legacy .nav__list ul {
  transform: none;
  display: none;
  position: static;
}
.legacy .nav__list.opened ul {
  margin-top: 10px;
  display: block;
}
.legacy .nav__list.opened .nav__button::before {
  display: none;
}
.legacy .nav__list.opened .nav__button {
  border-bottom: 2px solid #777779;
  padding-bottom: 10px;
}
@media (min-width: 576px) {
  .legacy .nav__menu {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .legacy .nav {
    overflow: visible;
    clip: auto;
  }
  .legacy .nav__menu {
    width: auto;
  }
  .legacy .nav__menu::before {
    display: none;
  }
  .legacy .nav__list.opened ul {
    width: auto;
    min-width: 100%;
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    margin-top: 0;
  }
  .legacy .nav__list.opened ul li {
    background: #D4D4D6;
    display: list-item;
    padding: 7px 10px;
  }
  .legacy .nav__list.opened ul .nav__submenu:focus li {
    background: #F8F1E4;
  }
  .legacy .nav__list.opened .nav__button {
    border-bottom: none;
    padding-bottom: 0;
  }
  .legacy .nav__list.opened .nav__button::after {
    transform: rotate(180deg);
  }
  .legacy .nav__item.nav__link {
    padding: 20px 10px 19px;
  }
  .legacy .nav__item.nav__link, .legacy .nav__button {
    border-bottom: 2px solid transparent;
  }
  .legacy .nav__item.nav__link.active, .legacy .nav__button.active {
    border-bottom: 2px solid #F9B932;
  }
  .legacy .nav__item.nav__link:hover, .legacy .nav__button:hover {
    border-bottom: 2px solid #D4D4D6;
  }
  .legacy .nav__item.nav__link:focus, .legacy .nav__button:focus {
    border-bottom: 2px solid #D4D4D6;
  }
}
.legacy .index .header__subtitle {
  display: none;
}
@media (min-width: 576px) {
  .legacy .index .header__title {
    top: 32px;
    border-bottom: 2px solid #F9B932;
    padding-bottom: 5px;
  }
  .legacy .index .header__title::after {
    display: none;
  }
  .legacy .index .header__subtitle {
    top: 75px;
    display: block;
  }
}
@media (min-width: 1200px) {
  .legacy .index .header__title {
    top: 70px;
    padding-bottom: 10px;
  }
  .legacy .index .header__subtitle {
    top: 155px;
  }
}
.legacy .page .header, .legacy .download .header {
  margin-bottom: 50px;
}
.legacy .page .header__logo, .legacy .download .header__logo {
  display: none;
  transform: none;
  height: 40px;
  top: 20px;
  left: 15px;
}
.legacy .page .header__subtitle, .legacy .page .header__title, .legacy .download .header__subtitle, .legacy .download .header__title {
  display: none;
}
@media (min-width: 576px) {
  .legacy .page .header__title, .legacy .download .header__title {
    display: block;
  }
  .legacy .page .header__logo, .legacy .download .header__logo {
    display: block;
  }
}
.legacy .download .download__input--label, .legacy .download .download__input, .legacy .download .download__checkbox, .legacy .download .download__checkbox--label {
  display: none;
}
.legacy .legacy__alert {
  display: none;
  position: fixed;
  background: #F8F1E4;
  bottom: 0;
  width: 100%;
  padding: 20px 20px;
}
.legacy .legacy__alert div {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.legacy .legacy__alert button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: 1px solid #DE574C;
}

.no-js .burger {
  display: none;
}
.no-js .nav__item:focus {
  border-bottom: 1px solid #D4D4D6;
}
.no-js .nav {
  overflow: visible;
  clip: auto;
  display: block;
  transform: none;
  height: auto;
  width: auto;
  position: static;
}
.no-js .nav__menu {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.no-js .nav__list ul {
  transform: none;
  display: none;
  position: static;
  margin-top: 10px;
}
.no-js .nav__list:hover ul {
  display: block;
}
.no-js .nav__list:hover .nav__button::before {
  display: none;
}
.no-js .nav__list:hover .nav__button {
  border-bottom: 2px solid #777779;
  padding-bottom: 10px;
}
.no-js .nav__button:focus::before {
  display: none;
}
.no-js .nav__button:focus {
  border-bottom: 2px solid #777779;
  padding-bottom: 10px;
}
.no-js .nav__button:focus + ul {
  display: block;
}
@media (min-width: 576px) {
  .no-js .nav__menu {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .no-js .nav {
    display: flex;
    position: absolute;
  }
  .no-js .nav__menu {
    width: auto;
  }
  .no-js .nav__list ul {
    transform: none;
    display: none;
    width: auto;
    min-width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    margin-top: 0;
  }
  .no-js .nav__list ul li {
    background: #D4D4D6;
    display: list-item;
    padding: 7px 10px;
  }
  .no-js .nav__list ul .nav__submenu:focus li {
    background: #F8F1E4;
  }
  .no-js .nav__list:hover ul {
    display: block;
  }
  .no-js .nav__list:hover .nav__button {
    border-bottom: none;
    padding-bottom: 0;
  }
  .no-js .nav__list:hover .nav__button::after {
    transform: rotate(180deg);
  }
  .no-js .nav__button:focus + ul {
    display: block;
  }
  .no-js .nav__item.nav__link {
    padding: 20px 10px 19px;
  }
  .no-js .nav__item.nav__link, .no-js .nav__button {
    border-bottom: 2px solid transparent;
  }
  .no-js .nav__item.nav__link.active, .no-js .nav__button.active {
    border-bottom: 2px solid #F9B932;
  }
  .no-js .nav__item.nav__link:hover, .no-js .nav__button:hover {
    border-bottom: 2px solid #D4D4D6;
  }
  .no-js .nav__item.nav__link:focus, .no-js .nav__button:focus {
    border-bottom: 2px solid #D4D4D6;
  }
}
.no-js .download .download__input--label, .no-js .download .download__input, .no-js .download .download__checkbox, .no-js .download .download__checkbox--label {
  display: none;
}