/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/scss/print.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-display: swap;
  font-family: "Neo Sans Pro";
  src: local("Neo Sans Pro Light"), local("NeoSansPro-Light"), url(../fonts/NeoSansPro-Light.woff2) format("woff2"), url(../fonts/NeoSansPro-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Neo Sans Pro";
  src: local("Neo Sans Pro Regular"), local("NeoSansPro-Regular"), url(../fonts/NeoSansPro-Regular.woff2) format("woff2"), url(../fonts/NeoSansPro-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Neo Sans Pro";
  src: local("Neo Sans Pro Medium"), local("NeoSansPro-Medium"), url(../fonts/NeoSansPro-Medium.woff2) format("woff2"), url(../fonts/NeoSansPro-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Neo Sans Pro";
  src: local("Neo Sans Pro  Bold"), local("NeoSansPro-Bold"), url(../fonts/NeoSansPro-Bold.woff2) format("woff2"), url(../fonts/NeoSansPro-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* mulish-300 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/mulish-v12-latin_latin-ext-300.woff2) format("woff2"), url(../fonts/mulish-v12-latin_latin-ext-300.ttf) format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* mulish-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/mulish-v12-latin_latin-ext-regular.woff2) format("woff2"), url(../fonts/mulish-v12-latin_latin-ext-regular.ttf) format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* mulish-500 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/mulish-v12-latin_latin-ext-500.woff2) format("woff2"), url(../fonts/mulish-v12-latin_latin-ext-500.ttf) format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* mulish-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/mulish-v12-latin_latin-ext-700.woff2) format("woff2"), url(../fonts/mulish-v12-latin_latin-ext-700.ttf) format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* mulish-800 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/mulish-v12-latin_latin-ext-800.woff2) format("woff2"), url(../fonts/mulish-v12-latin_latin-ext-800.ttf) format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
:root {
  --base-font-size: 62.5%;
  --color-red-rgb: 179, 53, 26;
  --color-blue-rgb: 24, 56, 131;
  --color-body-background-color-rgb: 245, 245, 245;
  --color-body-color-rgb: 51, 51, 51;
  --skip-link-color-rgb: 245, 245, 245;
  --skip-link-background-color-rgb: 51, 51, 51;
  --accessibility-border-color-rgb: 215, 215, 215;
  --body-font-family: Mulish, arial, verdana, helvetica, sans-serif;
  --header-font-family: Neo Sans Pro, arial, verdana, helvetica, sans-serif;
  --center-container-width: 90%;
  --center-container-width-max: 1700px;
}

.svg--bip-logo {
  fill: #c00418;
}

.header {
  display: grid;
  grid-template-columns: auto min(var(--center-container-width), var(--center-container-width-max)) auto;
  position: relative;
  margin-bottom: 20px;
}
.header::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  border: solid 1px #f5f5f5;
  border-width: 1px 0 0;
}
.header .center-content {
  grid-column: 2/3;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr auto;
  align-items: center;
  position: relative;
}
@media (max-width: 1220px) {
  .header .center-content {
    grid-template-columns: 1fr auto;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
@media (max-width: 820px) {
  .header .center-content {
    grid-template-columns: 1fr;
  }
}
.header .center-content .logo-container {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  padding-block: 15px;
}
@media (max-width: 650px) {
  .header .center-content .logo-container {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.header .center-content .logo-container a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
  gap: 15px;
}
.header .center-content .logo-container a svg {
  width: clamp(110px, 30vw, 150px);
}
.header .center-content .logo-container a span {
  font-family: var(--header-font-family);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.1;
  color: rgb(var(--color-body-color-rgb));
}
.header .center-content .logo-container a span small {
  font-size: 0.8em;
  display: block;
}
@media (max-width: 820px) {
  .header .center-content .logo-container a {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 5px;
  }
  .header .center-content .logo-container a span {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.header .center-content .header_search__form-container {
  grid-column: 2/3;
  grid-row: 1/2;
  justify-self: end;
  position: relative;
  right: 18rem;
  z-index: 1;
}
@media (max-width: 1220px) {
  .header .center-content .header_search__form-container {
    grid-column: 1/-1;
    grid-row: 1/2;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translate(24px, -50%);
  }
}
@media (max-width: 650px) {
  .header .center-content .header_search__form-container {
    grid-column: 1/-1;
    grid-row: 2/3;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translate(24px, -50%);
  }
}
.header .header__top-baner {
  grid-column: 1/-1;
  grid-row: 2/3;
  position: relative;
  width: 100%;
  height: clamp(100px, 20vw, 200px);
  background-color: rgb(var(--color-body-background-color-rgb));
  background-image: url(../images/baner-top-tlo.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: end;
}
.webp .header .header__top-baner {
  background-image: url(../images/baner-top-tlo.webp);
}

.header .header__top-baner a {
  display: inline-block;
  width: 180px;
  aspect-ratio: 600/228;
  background-image: url(../images/administrator-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: -1000em;
  text-decoration: none;
  transform: translateX(-30px);
}
.webp .header .header__top-baner a {
  background-image: url(../images/administrator-logo.webp);
}

@media (max-width: 820px) {
  .header .header__top-baner a {
    width: 120px;
    transform: translate(-5px, -10px);
  }
}

.page-content-container {
  grid-column: 2/3;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 1220px) {
  .page-content-container {
    padding-top: 10px;
  }
}
.page-content-container > section {
  grid-column: 1/-1;
  grid-row: 1/2;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto 1fr;
  grid-auto-rows: auto;
}
.page-content-container > section .page-header-container {
  grid-column: 1/2;
}
.page-content-container > section .standard-page__intro {
  grid-column: 1/2;
}
.page-content-container > section .content {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-auto-rows: auto;
  align-content: start;
}
.page-content-container > section .content > * {
  grid-column: 1/-1;
}
.page-content-container > section .content > .full-width {
  grid-column: 1/-1;
}
.page-content-container > section .content .columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.page-content-container > section .content .columns .column {
  flex: 1;
}
@media (max-width: 700px) {
  .page-content-container > section .content {
    grid-template-columns: 1fr;
  }
}
.page-content-container.page-content-container--aside {
  display: grid;
  grid-template-columns: min(300px, 25%) 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 40px;
}
.page-content-container.page-content-container--aside section {
  grid-column: 2/-1;
  grid-row: 1/2;
}
.page-content-container.page-content-container--aside aside {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (max-width: 700px) {
  .page-content-container.page-content-container--aside {
    grid-template-columns: 1fr;
  }
  .page-content-container.page-content-container--aside section {
    grid-column: 1/-1;
    grid-row: 1/2;
    grid-template-columns: 1fr;
  }
  .page-content-container.page-content-container--aside aside {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
}

.breadcrumb-container {
  padding: 0;
  position: relative;
  top: 0;
  z-index: 10;
}
.breadcrumb-container .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 1.2rem;
}
.breadcrumb-container .breadcrumb-list .breadcrumb-list__item {
  display: inline-block;
  color: rgba(var(--color-body-color-rgb), 0.7);
}
.breadcrumb-container .breadcrumb-list .breadcrumb-list__item:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.25em;
  content: "/";
}
.breadcrumb-container .breadcrumb-list .breadcrumb-list__item a {
  color: rgba(var(--color-blue-rgb));
  text-decoration: none;
  background-image: linear-gradient(90deg, rgba(var(--color-blue-rgb), 0.9), rgba(var(--color-blue-rgb), 0.9));
  background-position: bottom left;
  background-size: 20px 1px;
  background-repeat: no-repeat;
  transition: all 0.35s ease-in-out;
}
.breadcrumb-container .breadcrumb-list .breadcrumb-list__item a:hover, .breadcrumb-container .breadcrumb-list .breadcrumb-list__item a:focus {
  text-decoration: none;
  color: rgba(var(--color-red-rgb), 1);
  background-size: 90% 1px;
  background-image: linear-gradient(90deg, rgba(var(--color-red-rgb), 0.9), rgba(var(--color-red-rgb), 0.9));
}

.page-header-container {
  margin-bottom: clamp(2rem, 4vw, 6rem);
}
.main-page .page-header-container {
  padding-top: 60px;
}
@media (max-width: 1220px) {
  .main-page .page-header-container {
    padding-top: 10px;
  }
}

.page-header-container .page-header__header {
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 400;
  font-family: var(--header-font-family);
  padding: 0;
  margin: 0;
  color: rgba(var(--color-body-color-rgb), 1);
  position: relative;
  z-index: 10;
  display: block;
  line-height: 1.1;
}
.page-header-container .page-header__header span.subtitle {
  display: block;
  position: relative;
  color: rgba(var(--color-body-color-rgb), 1);
  font-size: max(1.5rem, 0.4em);
  line-height: 1.2;
}
.page-header-container .page-header__header span.title {
  display: block;
  position: relative;
  line-height: 1.1;
  color: rgba(var(--color-body-color-rgb), 1);
}
.page-header-container .page-header__header span.title small {
  font-size: max(1.5rem, 0.6em);
}
.page-header-container .page-header__date {
  font-size: 1.4rem;
  padding-top: 0.7em;
}

.standard-page__intro {
  font-size: clamp(1.6rem, 4vw, 1.8rem) !important;
  font-weight: 400;
  line-height: 1.4;
  color: rgb(var(--color-blue-rgb));
  margin-bottom: 25px;
}
.standard-page__intro p {
  font-size: clamp(1.6rem, 4vw, 1.8rem) !important;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.info-section h2,
.info-section h3,
.info-section h4,
.info-section h5,
.info-section h6 {
  display: block;
  text-rendering: optimizeLegibility;
  font-family: var(--header-font-family);
  font-weight: 500;
  position: relative;
  text-align: inherit;
}
.content h2,
.info-section h2 {
  font-size: clamp(1.8rem, 5vw, 2.2rem);
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}
.content h3,
.info-section h3 {
  font-size: 2rem;
  margin-top: 2em;
  margin-bottom: 1em;
}
.content h4,
.info-section h4 {
  font-size: 1.8rem;
  margin-top: 2em;
  margin-bottom: 1em;
}
.content h5,
.info-section h5 {
  font-size: 1.6rem;
  margin-top: 2em;
  margin-bottom: 1em;
}
.content h6,
.info-section h6 {
  font-size: 1.4rem;
  margin-top: 2em;
  margin-bottom: 1em;
}
.content h6:first-child,
.info-section h6:first-child {
  margin-top: 1em;
}
.content p,
.info-section p {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.content b,
.content strong,
.info-section b,
.info-section strong {
  font-weight: 500;
}
.content img,
.info-section img {
  max-width: 100%;
  height: auto !important;
  width: auto\9 ;
  display: block;
}
.content a:not(.clear):not(.powieksz),
.info-section a:not(.clear):not(.powieksz) {
  color: rgba(var(--color-blue-rgb));
  text-decoration: none;
  background-image: linear-gradient(90deg, rgba(var(--color-blue-rgb), 0.9), rgba(var(--color-blue-rgb), 0.9));
  background-position: bottom left;
  background-size: 20px 1px;
  background-repeat: no-repeat;
  transition: all 0.35s ease-in-out;
}
.content a:not(.clear):not(.powieksz):hover, .content a:not(.clear):not(.powieksz):focus,
.info-section a:not(.clear):not(.powieksz):hover,
.info-section a:not(.clear):not(.powieksz):focus {
  text-decoration: none;
  color: rgba(var(--color-red-rgb), 1);
  background-size: 100% 1px;
  background-image: linear-gradient(90deg, rgba(var(--color-red-rgb), 0.9), rgba(var(--color-red-rgb), 0.9));
}
.content .meta__rejestr-zmian-link,
.info-section .meta__rejestr-zmian-link {
  display: inline-block;
  font-size: 0.9em;
  margin-top: 1em;
}
.content ul:not([class]),
.info-section ul:not([class]) {
  margin: 0;
  padding-top: 0;
  padding-bottom: 1.5em;
  list-style: none;
}
.content ul:not([class]) li,
.info-section ul:not([class]) li {
  display: block;
  padding: 0 0 0 1em;
  margin: 0 0 0.5em;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
}
.content ul:not([class]) li:last-child,
.info-section ul:not([class]) li:last-child {
  margin-bottom: 0;
}
.content ul:not([class]) li::before,
.info-section ul:not([class]) li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 2px;
  background-color: rgba(var(--color-blue-rgb), 1);
  position: absolute;
  top: 0.8em;
  left: 0;
}
.content ul:not([class]) li p:first-child,
.info-section ul:not([class]) li p:first-child {
  margin-top: 0;
}
.content ul:not([class]) li p:last-child,
.info-section ul:not([class]) li p:last-child {
  margin-bottom: 0;
}
.content ol:not([class]),
.info-section ol:not([class]) {
  margin: 0;
  padding-top: 0;
  padding-bottom: 1.5em;
  padding-left: 2em;
  list-style: decimal;
  list-style-position: outside;
}
.content ol:not([class]) li,
.info-section ol:not([class]) li {
  padding: 0 0 1em 1em;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8em;
}
.content ol:not([class]) li:last-child,
.info-section ol:not([class]) li:last-child {
  margin-bottom: 0;
}
.content ol:not([class]) li p:first-child,
.info-section ol:not([class]) li p:first-child {
  margin-top: 0;
}
.content ol:not([class]) li p:last-child,
.info-section ol:not([class]) li p:last-child {
  margin-bottom: 0;
}
.content .table-wrapper,
.info-section .table-wrapper {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.content caption,
.info-section caption {
  font-size: 1.6rem;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: 500;
  text-align: left;
}
.content table,
.info-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 30px;
}
.content thead th,
.info-section thead th {
  background-color: #f4f4f4;
  color: #333;
  font-weight: bold;
  padding: 0.75em;
  text-align: left;
  border-bottom: 2px solid #ccc;
}
.content td,
.content th,
.info-section td,
.info-section th {
  padding: 0.75em;
  border-bottom: 1px solid #ddd;
}
.content tbody tr:nth-child(odd),
.info-section tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.content tbody tr:hover,
.info-section tbody tr:hover {
  background-color: #e6f7ff;
}
.content td:empty,
.info-section td:empty {
  background-color: #fffae6;
  color: #666;
}
.content .video-wrapper,
.info-section .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}
.content .video-wrapper iframe,
.content .video-wrapper video,
.content .video-wrapper embed,
.content .video-wrapper object,
.info-section .video-wrapper iframe,
.info-section .video-wrapper video,
.info-section .video-wrapper embed,
.info-section .video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-gallery {
  margin: 10px 0 20px;
  padding: 5px;
}

.gallery-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: clamp(5px, 2vw, 10px);
}
.gallery-list .gallery-list__item {
  position: relative;
}
.gallery-list .gallery-list__item .item-container {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}
.gallery-list .gallery-list__item .item-container a {
  --transitionLength: 0.5s;
  --transitionEasing: cubic-bezier(0.77, 0, 0.175, 1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  display: block;
  order: 1;
  width: 100%;
  margin: 0;
}
.gallery-list .gallery-list__item .item-container a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: max(60px, 40% - 20px);
  height: 100%;
  z-index: 5;
  background-color: rgba(var(--color-blue-rgb), 0.7);
  transform: translateX(calc(100% + 22px)) scaleX(0.2);
  transition: all var(--transitionLength) var(--transitionEasing);
  transform-origin: right center;
  transition-delay: 0.1s;
}
.gallery-list .gallery-list__item .item-container a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: max(60px, 40% - 20px);
  height: 100%;
  z-index: 6;
  opacity: 0;
  background-image: url(../images/show-photo-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px auto;
  transform: translateX(-30px);
  transition: all var(--transitionLength) var(--transitionEasing);
  transform-origin: right center;
  transition-delay: 0s;
}
.gallery-list .gallery-list__item .item-container a.item-link--video-icon::before {
  background-image: url(../images/play-white.svg);
}
.gallery-list .gallery-list__item .item-container a img {
  transition: all 0.5s ease;
}
.gallery-list .gallery-list__item .item-container a:hover::after {
  transform: translateX(0) scaleX(1);
  transition-delay: 0s;
}
.gallery-list .gallery-list__item .item-container a:hover::before {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.05s;
}
.gallery-list .gallery-list__item .item-container a:hover .title {
  transition: background-size 200ms ease-in-out;
  transition-delay: 500ms;
  background-size: 100% 100%;
}
.gallery-list .gallery-list__item .item-container a:hover img {
  transform: scale(1.1);
  filter: grayscale(0);
}
.gallery-list .gallery-list__item .title-container {
  position: relative;
  top: 0;
  left: 0;
  z-index: 20;
  overflow: hidden;
  padding-top: 10px;
  padding-left: 5px;
}
.gallery-list .gallery-list__item .title-container .title {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3;
  text-transform: uppercase;
  color: inherit;
  position: relative;
  background-image: linear-gradient(90deg, rgb(var(--color-body-color-rgb)) 0, rgb(var(--color-body-color-rgb)) 100%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-background-clip: text;
          background-clip: text;
  transition: background-size 500ms ease-in-out;
  transition-delay: 0s;
}
.gallery-list .gallery-list__item .bg-conteiner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.gallery-list .gallery-list__item .bg-conteiner .item-video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.gallery-list .gallery-list__item .bg-conteiner .image,
.gallery-list .gallery-list__item .bg-conteiner img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% center;
     object-position: 100% center;
  max-width: none;
  display: block;
}
.gallery-list .gallery-list__item .bg-conteiner video {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  max-width: none;
  display: block;
}

.search-results-list {
  margin-bottom: 20px;
}
.search-results-list > li {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: solid 1px #f5f5f5;
}
.search-results-list > li:last-child {
  padding: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.search-results-list > li h2 {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 2rem;
  line-height: 1.2;
}
.search-results-list > li h2 a {
  color: rgba(var(--color-blue-rgb), 1);
  text-decoration: none;
}
.search-results-list > li h2 a .tytul_menu {
  color: rgba(var(--color-blue-rgb));
  font-size: 0.8em;
  display: block;
  padding-bottom: 0.5em;
  text-transform: lowercase;
}
.search-results-list > li h2 a .tytul {
  color: rgba(var(--color-blue-rgb), 1);
  font-size: 1em;
  display: block;
  font-weight: 600;
  background-image: linear-gradient(90deg, rgba(var(--color-blue-rgb), 1) 0, rgba(var(--color-blue-rgb), 1) 100%);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 20% 1px;
  transition: background-size 250ms ease-in-out;
}
.search-results-list > li h2 a .tytul_2 {
  color: rgba(var(--color-blue-rgb));
  font-size: 0.8em;
  display: block;
}
.search-results-list > li h2:hover .tytul, .search-results-list > li h2:focus .tytul, .search-results-list > li h2:active .tytul {
  background-size: 100% 1px;
}
.search-results-list > li .search-results-list__context {
  padding: 10px 0 0;
  line-height: 1.2;
}
.search-results-list > li .search-results-list__context b {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #fdff7a;
}
.search-results-list > li .pliki-title {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.4rem;
  padding: 0;
}
.search-results-list > li .search-results-list__files-list {
  font-size: 1.4rem;
}
.search-results-list > li .search-results-list__files-list b {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #fdff7a;
}
.search-results-list > li .search-results-list__files-list li {
  display: block;
  padding: 0 0 0em 1em;
  margin: 0;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8em;
}
.search-results-list > li .search-results-list__files-list li:last-child {
  margin-bottom: 0;
}
.search-results-list > li .search-results-list__files-list li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 2px;
  background-color: rgba(var(--color-blue-rgb), 1);
  position: absolute;
  top: 0.8em;
  left: 0;
}
.search-results-list > li .search-results-list__files-list li p:last-child {
  margin-bottom: 0;
}

.sitemap-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(25% - 50px, 300px), 1fr));
  grid-auto-rows: auto;
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 90px;
  position: relative;
}

.sitemap-menu {
  margin: 0;
  padding-top: 0;
  padding-bottom: 1.5em;
  list-style: none;
}
.sitemap-menu li {
  display: block;
  padding: 0.5em 0 0.5em 1em;
  margin: 0;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
}
.sitemap-menu li:last-child {
  margin-bottom: 0;
}
.sitemap-menu li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 2px;
  background-color: rgba(var(--color-blue-rgb), 1);
  position: absolute;
  top: 1.2em;
  left: 0;
}
.sitemap-menu li p:first-child {
  margin-top: 0;
}
.sitemap-menu li p:last-child {
  margin-bottom: 0;
}
.sitemap-menu li ul {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.metadane_container {
  border-top: solid 2px #121212;
  margin-top: 40px;
  padding-top: 0;
}
.metadane_container .metadane__content small {
  display: block;
  font-size: 0.9em;
  color: rgba(var(--color-blue-rgb), 1);
}
.metadane_container .metadane__content .metadane__kto,
.metadane_container .metadane__content .metadane__daty {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.metadane_container .metadane__content .metadane__daty {
  border-top: solid 1px #f5f5f5;
  margin-top: 10px;
  padding-top: 15px;
}

html {
  font-size: var(--base-font-size);
  color-scheme: only light;
}

body {
  font-family: var(--body-font-family);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: rgb(var(--color-body-color-rgb));
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body.black-white {
  filter: grayscale(100%);
}
body.high-contrast {
  filter: contrast(200%);
}
body button,
body a,
body input,
body textarea {
  outline: none;
}
body.user-is-tabbing button:focus, body.user-is-tabbing a:focus, body.user-is-tabbing input:focus, body.user-is-tabbing textarea:focus {
  outline: 2px solid rgb(var(--color-red-rgb));
  outline-offset: 2px;
}
body .accessibility-container,
body .skip-link {
  display: none !important;
}
body .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
body .wrapper .header {
  grid-column: 1/-1;
  position: relative;
  z-index: 40;
}
body .wrapper .header .header_search__form-container {
  display: none;
}
body .wrapper .header .header__top-baner {
  display: none;
}
body .wrapper .header #menu-toggle {
  display: none;
}
body .wrapper .header::after {
  display: none;
}
body .wrapper .main-layout {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: auto min(var(--center-container-width), var(--center-container-width-max)) auto;
  position: relative;
}
body .wrapper .main-layout .center-content {
  grid-column: 2/3;
  display: grid;
  grid-template-columns: min(300px, 25%) 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 40px;
  position: relative;
}
body .wrapper .main-layout aside {
  display: none;
}
body .wrapper .main-layout .main-aside {
  grid-column: 1/-1;
  position: relative;
}
body .wrapper .main-layout .main-content {
  grid-column: 1/-1;
  position: relative;
  z-index: 10;
}
body .wrapper .under-main {
  grid-column: 1/-1;
  position: relative;
  z-index: 20;
}
body .wrapper .footer {
  grid-column: 1/-1;
  position: relative;
  z-index: 30;
}
body .wrapper .footer .footer-sections {
  display: none !important;
}
body .wrapper .footer .footer-contact {
  display: none !important;
}

/*# sourceMappingURL=print.css.map*/