@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");
}
.tabs_advanced__chevron--left:before, .tabs_advanced__chevron--right: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");
}
.tabs_advanced__chevron--left:before, .tabs_advanced__chevron--right: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");
}
.tabs_advanced__chevron--left:before, .tabs_advanced__chevron--right: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;
}

.tabs_advanced {
  position: relative;
}
@media (min-width: 601px) {
  .tabs_advanced {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .tabs_advanced {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.tabs_advanced__chevron--right, .tabs_advanced__chevron--left {
  position: absolute;
  font-size: 13px;
  z-index: 1;
  height: 48px;
  background-color: var(--color-ingWhite);
  width: 32px;
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .tabs_advanced__chevron--right, .tabs_advanced__chevron--left {
    transition: none;
  }
}
.tabs_advanced__chevron--right:hover, .tabs_advanced__chevron--left:hover {
  background-color: #CEE5F5;
}
.tabs_advanced__chevron--right:active, .tabs_advanced__chevron--left:active {
  background-color: #f0f0f0;
}
.tabs_advanced__chevron--right {
  right: 0;
}
.tabs_advanced__chevron--right:after {
  content: "\E057";
  position: absolute;
  font-size: 13px;
  top: 16px;
  right: 4px;
  width: 16px;
  height: 16px;
  color: #696969;
  z-index: 3;
  transition: transform 0.3s ease;
  pointer-events: none;
}
.tabs_advanced__chevron--left:before {
  content: "\E03B";
  position: absolute;
  font-size: 13px;
  top: 16px;
  left: 12px;
  width: 16px;
  height: 16px;
  color: #696969;
  transition: transform 0.3s ease;
  z-index: 3;
  pointer-events: none;
}
.tabs_advanced .tabs_menu {
  position: relative;
  display: flex;
  margin-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
  overflow-y: auto;
  width: 100%;
  scrollbar-width: none;
}
.tabs_advanced .tabs_menu::-webkit-scrollbar {
  display: none;
}
.tabs_advanced .tabs_menu .slider {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: var(--color-ingOrange);
  transition-property: transform, width;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tabs_advanced .tabs_menu__header {
  margin: 0;
  font-weight: 300;
}
.tabs_advanced .tabs_menu > button {
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: var(--color-fg-default);
  padding: 0;
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .tabs_advanced .tabs_menu > button {
    transition: none;
  }
}
.tabs_advanced .tabs_menu > button {
  float: left;
  padding: 11px;
}
.tabs_advanced .tabs_menu > button.active .tabs_menu__header {
  font-weight: 700;
}
.tabs_advanced .tabs_menu > button:hover {
  background-color: #CEE5F5;
}
.tabs_advanced .tabs_menu > button:focus {
  outline: none;
}
.tabs_advanced .tabs_menu > button:focus-visible > .tabs_menu__header {
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .tabs_advanced .tabs_menu > button:focus-visible > .tabs_menu__header {
    transition: none;
  }
}
.tabs_advanced .tabs_menu > button:focus-visible > .tabs_menu__header {
  outline: 3px solid #525199;
  border-radius: 5px;
}
.tabs_advanced .tabs_menu > button:active {
  background: #f0f0f0;
}
.tabs_advanced .tabs_menu > button .tabs_menu__header {
  white-space: nowrap;
  padding: 2px;
  font-size: 16px;
  line-height: 24px;
}
.tabs_advanced .item_decorativeLine {
  display: block;
  position: relative;
  top: -20px;
  left: 0;
  height: 4px;
  background: var(--color-ingOrange);
}
@media print {
  .tabs_advanced > .wrapper .tabs_item {
    display: block !important;
  }
}
.tabs_advanced {
  /*Style dla tabów w wersji klasycznej*/
}
.tabs_advanced .transformation_classic .tabs_menu {
  height: 48px;
}
.tabs_advanced .transformation_classic .tabs_item:not(.isMouseFocused):focus, .tabs_advanced .transformation_classic .tabs_item:focus-visible {
  outline: 1px solid #335D7D;
}
@media (max-width: 600px) {
  .tabs_advanced .transformation_accordion .tabs_advanced__accordionHeadTabs,
  .tabs_advanced .transformation_accordion .tabs_advanced__accordionHeader {
    font-weight: bold;
  }
}