@font-face {
  font-family: "gov-icons";
  src: url("../fonts/gov-icons.woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.gov-icon::before {
  font-family: "gov-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gov-icon--account:before {
  content: "gov-";
}

.gov-icon--business:before {
  content: "";
}

.gov-icon--citizen:before {
  content: "";
}

.gov-icon--official:before {
  content: "";
}


@-moz-document url-prefix() {
  *:focus {
    outline-width: 3px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (min-width: 80rem) {
  .hide-desk {
    display: none;
  }
}

.govpl {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  background-color: #fff;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-shadow: 0px 1px 8px 0px rgba(34, 60, 80, 0.2);
}

.govpl:focus-within {
  z-index: 103;
}

.govpl::after {
  content: "";
  clear: both;
  display: table;
}

.govpl__menu-opener {
  height: 3.5rem;
  width: 3.5rem;
  float: left;
  background-color: #f1f1f1;
  border: 0;
  padding: 0;
  cursor: pointer;
}

@media (min-width: 80rem) {
  .govpl__menu-opener {
    height: 4.375rem;
    width: 4.375rem;
  }
}

.govpl__menu-opener:focus {
  outline: none;
}

.govpl__menu-opener__hamburger {
  display: block;
  width: 66.6666%;
  height: 66.6666%;
  margin: 17%;
  border-radius: 50%;
  transition: background-color 0.2s ease-out;
  padding-top: 0.5rem;
}

@media (min-width: 80rem) {
  .govpl__menu-opener__hamburger {
    padding-top: 0.8rem;
  }
}

.govpl__menu-opener__hamburger span {
  width: 50%;
  height: 0.13rem;
  background-color: #717171;
  margin: 0.25rem auto;
  display: block;
}

.govpl__menu-opener:active .govpl__menu-opener__hamburger {
  background-color: #fff;
}

.govpl__top-bar {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding-right: 1.1em;
}

.govpl__header {
  float: left;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  margin: 0;
}

@media (min-width: 80rem) {
  .govpl__header {
    justify-content: flex-start;
    padding-right: 0;
  }
}

.govpl__logotype {
/*  background-image: url("../images/Herb_Polski.svg");*/
  background-size: contain;
  background-repeat: no-repeat;
  color: #1b1b1b;
  text-decoration: none;
  height: 2rem;
  margin-top: 0.875rem;
  margin-bottom: 0.625rem;
  margin-left: 0.5rem;
  margin-right: 1rem;
/*  padding-left: 2.0625rem;*/
  padding-top: 0.25rem;
  font-size: 1.18125rem;
  transform: translateX(1rem);
  display: inline-block;
  display: flex;
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 80rem) {
  .govpl__logotype {
    height: 2.75rem;
    margin-top: 0.8125rem;
    margin-bottom: 0.8125rem;
    margin-left: 2rem;
    margin-right: 1.8125rem;
/*    padding-left: 2.8125rem;*/
    padding-top: 0.5rem;
    font-size: 1.71875rem;
    transform: translate(0);
  }
}

.govpl__logotype:hover {
  color: #1b1b1b;
  text-decoration: underline;
}

.govpl__portal-name {
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: normal;
  display: none;
}

@media (min-width: 80rem) {
  .govpl__portal-name {
    display: inline-block;
    display: flex;
  }
}

.govpl__portal-name::before {
  content: "";
  flex: 0 0 2px;
  height: 63%;
  background-color: #d5233f;
  margin-right: 1.8125rem;
}

.govpl__search-link {
  float: right;
  margin: 0.875rem 0;
  margin-left: 0.625rem;
  color: #0052a5;
}

@media (min-width: 80rem) {
  .govpl__search-link {
    display: none;
  }
}

.govpl__search-link span.loupe::before {
  font: normal normal normal 14px/1 "gov-icons";
  font-family: "gov-icons" !important;
  font-size: inherit;
  speak: none;
  text-transform: none;
  content: "";
  font-size: 1.5rem;
}

.govpl .govpl__panel-login {
  display: none;
  float: right;
  margin: 0.625rem 0.75rem;
  align-self: center;
  padding-left: 0.9em;
  padding-right: 0.9em;
  text-transform: none;
  font-weight: 600;
  font-size: 1rem;
}

@media (min-width: 80rem) {
  .govpl .govpl__panel-login {
    display: block;
  }
}

/*.govpl .govpl__panel-login::before {*/
/*  font: normal normal normal 14px/1 "gov-icons";*/
/*  font-family: "gov-icons" !important;*/
/*  font-size: inherit;*/
/*  speak: none;*/
/*  text-transform: none;*/
/*  content: "";*/
/*}*/

.govpl__separator {
  float: right;
  width: 2px;
  height: 1.75rem;
  margin: 0 0.5rem;
  background-color: #f1f1f1;
}

@media (min-width: 80rem) {
  .govpl__separator {
    height: 2.8125rem;
    margin: 0 1rem;
  }
}

.govpl__eu-logo {
  float: right;
  width: 3rem;
}

@media (min-width: 80rem) {
  .govpl__eu-logo {
    width: 4.5rem;
  }
}

.govpl-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 3.625rem;
  overflow: hidden;
  z-index: 101;
  width: 0;
  transition: width 0.3s ease;
  background-color: #f1f1f1;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 80rem) {
  .govpl-menu {
    top: 4.5rem;
  }
}

.govpl-menu__container {
  display: none;
  width: 23rem;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 6em;
}

@media (max-width: 23.4375rem) {
  .govpl-menu__container {
    width: 28.75rem;
  }
}

.govpl-menu__section {
  width: 16.75rem;
}

@media (max-width: 23.4375rem) {
  .govpl-menu__section {
    width: 23.4375rem;
  }
}

.govpl-menu__container {
  font-size: 1rem;
}

.govpl-menu__section {
  padding: 0.5rem 0;
}

@media (min-width: 80rem) {
  .govpl-menu__section {
    padding: 1.0625rem 0;
  }
}

.govpl-menu__section:not(:last-of-type) {
  position: relative;
}

.govpl-menu__section:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.3125rem;
  right: 1rem;
  height: 1px;
  background-color: #b7b7b7;
}

.govpl-menu__section li a {
  display: block;
  line-height: 1.5rem;
  padding: 0.625rem 0 0.625rem 1.5625rem;
  color: #1b1b1b;
  text-decoration: none;
}

.govpl-menu__section li a.active {
  color: #fff;
  background-color: #0052a5;
  text-decoration: none;
}

.govpl-menu__section li a:hover {
  color: #006cd7;
  text-decoration: none;
}

.govpl-menu__section li a.active:hover {
  color: #006cd7;
  background-color: transparent;
}

.govpl-menu__section li a:not(.active):not(.hover) .gov-icon {
  color: #0052a5;
}

@media (min-width: 80rem) {
  .govpl-menu__section li a {
    padding: 0.5rem 1.5625rem;
  }
}

.govpl-menu__section--secondary {
  font-size: 0.875em;
}

.govpl-menu .gov-icon::before {
  display: inline-block;
  width: 1.3em;
}

.govpl-menu__close {
  height: 1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
}

.govpl-menu__close:not(:focus) {
  border: 0;
}

.govpl-menu__close:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0.625rem 1.5625rem;
}

.main-container {
  display: block;
  margin: 14px 1.1em 28px;
}

.footer {
  margin-left: 0;
  transition: margin-left 0.3s ease, margin-right 0.3s ease;
}

@media (min-width: 43.75rem) {
  .main-container {
    max-width: 62.50006em;
  }
}

@media (min-width: 65.8rem) {
  .main-container {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 80rem) {
  .main-container {
    max-width: 73.00006em;
  }
}

@media (min-width: 80rem) and (max-width: 93.75rem) {
  .main-container {
    max-width: calc(60.3125rem + 12.6875 * ((100vw - 80rem) / 13.75));
  }
}



.b-site {
  padding-top: 70px;
}

ul {
  padding: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.gov-icon::before {
  font-family: "gov-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gov-icon--account:before {
  content: "";
}

.gov-icon--business:before {
  content: "î¤„";
}

.gov-icon--citizen:before {
  content: "î¤†";
}

.gov-icon--official:before {
  content: "î¤‰";
}

a {
  text-decoration: none;
  color: #0052a5;
}

a:hover {
  color: #006cd7;
  text-decoration: underline;
}

i {
  font-style: italic;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (min-width: 80em) {
  .hide-desk {
    display: none;
  }
}

.govpl-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 3.625em;
  overflow: hidden;
  z-index: 101;
  width: 0;
  transition: width 0.3s ease;
  background-color: #f1f1f1;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.govpl-menu {
  top: 4.5em;
}

.govpl-menu__container {
  display: none;
  width: 23em;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 6em;
}

.govpl-menu__container {
  font-size: 1em;
}

.govpl-menu__section {
  padding: 0.5em 0;
}

.govpl-menu__section {
  padding: 1.0625em 0;
}

.govpl-menu__section:not(:last-of-type) {
  position: relative;
}

.govpl-menu__section:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.3125em;
  right: 1em;
  height: 1px;
  background-color: #b7b7b7;
}

.govpl-menu__section li a {
  display: block;
  line-height: 1.5em;
  padding: 0.625em 0 0.625em 1.5625em;
  color: #1b1b1b;
  text-decoration: none;
}

.govpl-menu__section li a.active {
  color: #fff;
  background-color: #0052a5;
  text-decoration: none;
}

.govpl-menu__section li a:hover {
  color: #006cd7;
  text-decoration: none;
}

.govpl-menu__section li a.active:hover {
  color: #006cd7;
  background-color: transparent;
}

.govpl-menu__section li a:not(.active):not(.hover) .gov-icon {
  color: #0052a5;
}

.govpl-menu__section li a {
  padding: 0.5em 1.5625em;
}

.govpl-menu__section--secondary {
  font-size: 0.875em;
}

.govpl-menu .gov-icon::before {
  display: inline-block;
  width: 1.3em;
}

.govpl-menu__close {
  height: 1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
}

.govpl-menu__close:not(:focus) {
  border: 0;
}

.govpl-menu__close:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0.625em 1.5625em;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
}

button:not(:disabled) {
  cursor: pointer;
}

.govpl-menu {
  font-size: 16px;
}

.js-show-gov-menu .govpl-menu {
  width: 16.75rem;
}

.js-show-gov-menu .govpl-menu__container {
  display: block;
  width: 100%;
}

footer * {
  list-style: none;
}

@font-face {
  font-family: "gov-icons";
  src: url("../fonts/gov-icons.eot?fnnyxz");
  src: url("../fonts/gov-icons.eot?fnnyxz#iefix") format("embedded-opentype"),
    url("../fonts/gov-icons.woff?fnnyxz") format("woff"),
    url("../fonts/gov-icons.ttf?fnnyxz") format("truetype"),
    url("../fonts/gov-icons.svg?fnnyxz#gov-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


@font-face {
  font-family: "gov-icons";
  src: url("../fonts/gov-icons.eot?fnnyxz");
  src: url("../fonts/gov-icons.eot?fnnyxz#iefix") format("embedded-opentype"), url("../fonts/gov-icons.woff?fnnyxz") format("woff"), url("../fonts/gov-icons.ttf?fnnyxz") format("truetype"), url("../fonts/gov-icons.svg?fnnyxz#gov-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}