@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");
}
.article_navigation .cell.next a .web-icon:before, .article_navigation .cell.prev a .web-icon:before {
  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");
}
.article_navigation .cell.next a .web-icon:before, .article_navigation .cell.prev a .web-icon:before {
  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;
}

.article_navigation {
  display: table;
  width: 100%;
  margin-top: 1em;
}
@media (min-width: 601px) {
  .article_navigation {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 960px) {
  .article_navigation a:focus {
    text-decoration: none;
  }
}
.article_navigation .cell {
  display: table-cell;
  line-height: 1.5em;
}
.article_navigation .cell.prev, .article_navigation .cell.next {
  position: relative;
}
.article_navigation .cell.prev::after, .article_navigation .cell.next::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  height: 20px;
  border-left: 1px solid #d9d9d9;
  transform: translateY(-50%);
}
.article_navigation .cell.prev {
  padding-right: 20px;
}
.article_navigation .cell.prev a {
  position: relative;
  padding-left: 20px;
}
.article_navigation .cell.prev a .web-icon:before {
  content: "\E03B";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-fg-default);
  font-size: 12px;
  width: 20px;
  height: calc(100% + 2px);
  background-color: var(--parent-background-color, white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.article_navigation .cell.return_to_list {
  width: 66%;
  text-align: center;
}
.article_navigation .cell.next::after {
  right: auto;
  left: -1px;
}
.article_navigation .cell.next {
  padding-left: 20px;
}
.article_navigation .cell.next a {
  position: relative;
  padding-right: 20px;
}
.article_navigation .cell.next a .web-icon:before {
  content: "\E057";
  position: absolute;
  top: 0;
  right: 0;
  color: var(--color-fg-default);
  font-size: 12px;
  width: 20px;
  height: calc(100% + 2px);
  background-color: var(--parent-background-color, white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.article_navigation {
  display: flex;
  justify-content: space-between;
}
.article_navigation .cell.return_to_list {
  width: auto;
}
.article_navigation .step_navigation {
  display: flex;
}
.article_navigation .cell {
  display: inline-block;
}