@charset "UTF-8";
/* (max-width: 360px)
 * Odpowiednik dla @include media-breakpoint-down(xs)
 */
/* (min-width: 361px)
 * Odpowiednik dla @include media-breakpoint-up(sm)
 */
/* (min-width: 361px) and (max-width: 600px)
 * Odpowiednik dla @include media-breakpoint-between(sm,sm);
 */
/* (max-width: 600px)
 * Odpowiednik dla @include media-breakpoint-down(sm)
 */
/* (min-width: 601px)
 * Odpowiednik dla @include media-breakpoint-up(md)
 */
/* (max-width: 960px)
 * Odpowiednik dla @include media-breakpoint-down(md)
 */
/* (min-width: 601px) and (max-width: 960px)
 * Odpowiednik dla @include media-breakpoint-only(md)
 */
/* (min-width: 961px)
 * Odpowiednik dla @include media-breakpoint-up(lg)
 */
/* (min-width: 361px) and (max-width: 1280px)
 * Odpowiednik dla @include media-breakpoint-between(sm,lg)
 */
/* (max-width: 1280px)
 * Odpowiednik @include media-breakpoint-down(lg)
 */
/* (min-width: 961px)
 * Odpwiednik @include media-breakpoint-up(lg)
 */
/* (min-width: 361px) and (max-width: 1280px)
 * Niestandardowy breakpoint. Brak obsługi po stronie bootstrapa
 */
/**
  1. Colors
  2. Border
  3. Font
  4. Elementy interface
  5. Space
  6. z-index
  7. Button
  8. Shadows
  9. Icon
  10. Transitions
  11. Component variables

**/
/**
  * 1. Colors
*/
/**
  * 3. Font
*/
/**
  * 4. Elementy interface
*/
/* Line height's PING */
/* Header PWA */
/**
  * 5. Space
*/
/* Spacers PING */
/**
  * 6. z-index
*/
/**
  * 6. Button
*/
/**
  * 8. Shadows
*/
/* Box shadows */
/**
  * 9. Icon
*/
/* Icon sizes */
/**
  * 10. Transitions
*/
/**
  * 11. Component variables
*/
/* Ripple */
/** Component **/
/*Paddingi na strone główną, dla zajawek i karuzeli akutalności*/
/* Motion design
 * - Hover - dostępny wyłącznie min-width: 601 - założenie koncepcyjne
 */
@font-face {
  font-family: "web-fonts";
  src: url("/_static/web-fonts//web-fonts.eot?#iefix") format("eot"), url("/_static/web-fonts//web-fonts.ttf") format("ttf"), url("/_static/web-fonts//web-fonts.woff") format("woff");
}
.header__searchClose:after {
  font-family: "web-fonts";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

body.state-zoom400 .rate-filters div[role=radio] {
  padding: 4px 10px;
}

@font-face {
  font-family: "web-fonts";
  src: url("/_static/web-fonts//web-fonts.eot?#iefix") format("eot"), url("/_static/web-fonts//web-fonts.ttf") format("ttf"), url("/_static/web-fonts//web-fonts.woff") format("woff");
}
.header__searchClose:after {
  font-family: "web-fonts";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

@font-face {
  font-family: "web-fonts";
  src: url("/_static/web-fonts//web-fonts.eot?#iefix") format("eot"), url("/_static/web-fonts//web-fonts.ttf") format("ttf"), url("/_static/web-fonts//web-fonts.woff") format("woff");
}
.header__searchClose:after {
  font-family: "web-fonts";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.header {
  display: flex;
  justify-content: space-between;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 0;
}
.header__logo {
  display: flex;
  align-items: center;
}
@media (min-width: 601px) {
  .header__logoImg {
    border: 1px solid transparent;
  }
  .header__logoImg:focus {
    border: 1px solid #559BD1;
    border-radius: 4px;
    box-shadow: 0px 0px 12px -2px #559BD1;
  }
}
.header__logoImg {
  border: 1px solid transparent;
}
.header__logoImg:focus {
  outline: none;
  border: 1px solid #525199;
  border-radius: 4px;
  box-shadow: 0px 0px 12px -2px #525199;
}
.header__logoImg {
  display: inline-block;
  border: 1px solid transparent;
}
.header .menu_list {
  display: flex;
}
.header .menu_list li {
  padding: 10px 12px;
  border-left: 1px solid transparent;
  display: inline-block;
}
@media (min-width: 601px) {
  .header .menu_list li a {
    border: 1px solid transparent;
  }
  .header .menu_list li a:focus {
    border: 1px solid #559BD1;
    border-radius: 4px;
    box-shadow: 0px 0px 12px -2px #559BD1;
  }
}
.header .menu_list li a {
  border: 1px solid transparent;
}
.header .menu_list li a:focus {
  outline: none;
  border: 1px solid #525199;
  border-radius: 4px;
  box-shadow: 0px 0px 12px -2px #525199;
}
.header .menu_list li a {
  color: var(--color-fg-default);
  font-weight: 700;
  line-height: 24px;
}
.header .menu_list li a:hover {
  color: var(--color-ingOrange);
  text-decoration: none;
}
.header__search {
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: var(--color-fg-default);
  padding: 0;
}
.header__search:focus {
  outline: none;
}
.header__search:focus-visible {
  outline: none;
}
.header__search {
  margin-left: 0;
}
@media (max-width: 360px) {
  .header__search {
    margin-left: 8px;
  }
}
.header__searchInner {
  margin-left: 6px;
}
.header__searchControlInput {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
  padding: 0 64px 0 16px;
  transition: 0.2s ease all;
}
.header__searchControlInput:hover, .header__searchControlInput:focus {
  border-color: var(--color-border-primary);
}
.header__searchControlInput {
  border-radius: 4px;
  border: 1px solid #a8a8a8;
}
@media (min-width: 601px) {
  .header__searchControlInput {
    border: 1px solid transparent;
  }
  .header__searchControlInput:focus {
    border: 1px solid #559BD1;
    border-radius: 4px;
    box-shadow: 0px 0px 12px -2px #559BD1;
  }
}
.header__searchControlInput {
  border: 1px solid transparent;
}
.header__searchControlInput:focus {
  outline: none;
  border: 1px solid #525199;
  border-radius: 4px;
  box-shadow: 0px 0px 12px -2px #525199;
}
.header__searchControlInput {
  padding: 8px 32px 8px 12px;
  -webkit-animation: widthIn 0.2s ease-in-out;
          animation: widthIn 0.2s ease-in-out;
  width: 0;
}
.header__searchControlInput:focus {
  border-color: #5B5B9D;
}
.header__searchControls {
  display: none;
  position: relative;
  border: 1px solid #696969;
  border-radius: 4px;
}
.header__searchControls.active {
  display: inline-block;
}
.header__searchControls.active .header__searchControlInput {
  width: 256px;
}
.header__searchSubmit {
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: var(--color-fg-default);
  padding: 0;
}
.header__searchSubmit:focus {
  outline: none;
}
.header__searchSubmit:focus-visible {
  outline: none;
}
.header__searchSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}
@media (min-width: 601px) {
  .header__searchSubmit {
    border: 1px solid transparent;
  }
  .header__searchSubmit:focus {
    border: 1px solid #559BD1;
    border-radius: 4px;
    box-shadow: 0px 0px 12px -2px #559BD1;
  }
}
.header__searchSubmit {
  border: 1px solid transparent;
}
.header__searchSubmit:focus {
  outline: none;
  border: 1px solid #525199;
  border-radius: 4px;
  box-shadow: 0px 0px 12px -2px #525199;
}
.header__searchSubmit {
  outline: none;
  width: 40px;
  z-index: 1;
  cursor: pointer;
}
.header__searchSubmit:after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("/_static/img/icons/search.851aa6bfa2aca00990d5.svg");
  background-size: 15px;
  background-repeat: no-repeat;
}
.header__searchOpen {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: var(--color-fg-default);
  padding: 0;
}
.header__searchOpen:focus {
  outline: none;
}
.header__searchOpen:focus-visible {
  outline: none;
}
@media (min-width: 601px) {
  .header__searchOpen {
    border: 1px solid transparent;
  }
  .header__searchOpen:focus {
    border: 1px solid #559BD1;
    border-radius: 4px;
    box-shadow: 0px 0px 12px -2px #559BD1;
  }
}
.header__searchOpen {
  border: 1px solid transparent;
}
.header__searchOpen:focus {
  outline: none;
  border: 1px solid #525199;
  border-radius: 4px;
  box-shadow: 0px 0px 12px -2px #525199;
}
.header__searchOpen {
  outline: none;
  background: url("/_static/img/icons/search.851aa6bfa2aca00990d5.svg") no-repeat;
  height: 22px;
  width: 22px;
  margin: 0 2px 0 22px;
  color: var(--color-ingWhite);
}
.header__searchOpen.active {
  display: block;
}
.header__searchClose {
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: var(--color-fg-default);
  padding: 0;
}
.header__searchClose:focus {
  outline: none;
}
.header__searchClose:focus-visible {
  outline: none;
}
.header__searchClose {
  border: 1px solid transparent;
}
.header__searchClose:focus {
  outline: none;
  border: 1px solid #525199;
  border-radius: 4px;
  box-shadow: 0px 0px 12px -2px #525199;
}
.header__searchClose {
  outline: none;
  display: none;
}
.header__searchClose:after {
  content: "\E018";
  position: absolute;
  right: 40px;
  font-size: 20px;
  color: var(--color-ingOrange);
}
@media (max-width: 600px) {
  .header__searchClose:after {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 12px;
  }
}
.header__searchLabel {
  display: none;
}
@media (min-width: 961px) {
  .header__main--desktop .menu_list li.active_node a {
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 3px;
    -webkit-text-decoration-color: var(--color-ingOrange);
            text-decoration-color: var(--color-ingOrange);
  }
  .header__hamburger {
    display: none;
  }
  .header__hamburgerClose {
    display: none;
  }
  .header__main--mobile {
    display: none;
  }
}
@media (max-width: 960px) {
  .header_section {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 3px 4px 0 rgba(0, 0, 0, 0.14);
  }
  .header {
    max-height: 68px;
  }
  .header__searchControlInput {
    -webkit-animation: widthInMobile 0.2s ease-in-out;
            animation: widthInMobile 0.2s ease-in-out;
  }
  .header__logoSource {
    width: 100px;
    height: 26px;
  }
  .header__main--mobile {
    display: none;
  }
  .header__main--mobile.state-visible {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.2s ease all;
    height: auto;
    display: block;
    z-index: 11;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 1;
    padding: 48px 16px 16px;
    background-color: var(--color-ingWhite);
  }
  .header__main--mobile.state-visible .menu_list {
    z-index: 111;
    position: relative;
    flex-direction: column;
  }
  .header__main--mobile.state-visible .menu_list a {
    line-height: 24px;
    padding: 12px 16px 12px 0;
    font-weight: 500;
    border: 1px solid transparent;
  }
  .header__main--mobile.state-visible .menu_list a:focus {
    border: 1px solid #525199;
    border-radius: 4px;
    box-shadow: 0 0 12px -2px #525199;
  }
  .header__main--mobile.state-visible .menu_list li.active_node a {
    color: var(--color-ingOrange);
  }
  .header__main--desktop {
    display: none;
  }
  .header__inner {
    flex-direction: row;
  }
  .header__hamburger {
    background: none;
    border: none;
    cursor: pointer;
    box-shadow: none;
    color: var(--color-fg-default);
    padding: 0;
    margin-left: 26px;
    width: 24px;
    height: 36px;
    display: block;
    top: 0 !important;
  }
  .header__hamburgerElement {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--color-ingOrange);
  }
  .header__hamburgerElement:before, .header__hamburgerElement:after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    left: 0;
    z-index: 0;
    background: var(--color-ingOrange);
    top: -10px;
  }
  .header__hamburgerElement:before {
    top: 10px;
  }
  .header__hamburgerClose {
    background: none;
    border: none;
    cursor: pointer;
    box-shadow: none;
    color: var(--color-fg-default);
    padding: 0;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    z-index: 111;
    background: url("/_static/img/icons/icon-close.34a54e0e2b809d12ba67.svg") no-repeat center;
  }
  .header__searchControls.active .header__searchControlInput {
    width: 180px;
  }
}

@-webkit-keyframes widthIn {
  0% {
    width: 40px;
  }
  100% {
    width: 256px;
  }
}

@keyframes widthIn {
  0% {
    width: 40px;
  }
  100% {
    width: 256px;
  }
}
@-webkit-keyframes widthInMobile {
  0% {
    width: 40px;
  }
  100% {
    width: 180px;
  }
}
@keyframes widthInMobile {
  0% {
    width: 40px;
  }
  100% {
    width: 180px;
  }
}
#outlet-content > .layout_section > .layout_container > .layout_row:before {
  display: none;
}