@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");
}
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");
}
@media (min-width: 601px) {
  .wide_tiles {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .wide_tiles {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.wide_tiles__elements {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.wide_tiles__elements.isWithoutSiblings {
  justify-content: center;
}
.wide_tiles__tile {
  background-color: var(--color-ingWhite);
  box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.08), 0px 5px 15px 0px rgba(0, 0, 0, 0.04);
  border-radius: 14px;
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .wide_tiles__tile {
    transition: none;
  }
}
.wide_tiles__tile:focus {
  outline: none;
}
.wide_tiles__tile:focus-visible {
  outline: 2px solid #335D7D;
  border-radius: 14px;
}
.wide_tiles__tile:active {
  background-color: #f0f0f0;
}
.wide_tiles__tile:hover {
  box-shadow: 0px 24px 60px 0px rgba(0, 0, 0, 0.12), 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
}
.wide_tiles__tile {
  background-color: var(--color-ingWhite);
}
.wide_tiles__tile:active {
  background-color: var(--color-ingWhite);
}
.wide_tiles__tile:hover {
  box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.08), 0px 5px 15px 0px rgba(0, 0, 0, 0.04);
}
@media (max-width: 600px) {
  .wide_tiles__tile:focus {
    outline: none;
    border-radius: 14px;
  }
  .wide_tiles__tile:active {
    background-color: #f0f0f0;
  }
  .wide_tiles__tile:hover {
    box-shadow: 0px 24px 60px 0px rgba(0, 0, 0, 0.12), 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
  }
  .wide_tiles__tile:has(a.hidden-sm):focus {
    outline: 2px solid #335D7D;
    border-radius: 14px;
  }
  .wide_tiles__tile:has(a.hidden-sm):active {
    background-color: #f0f0f0;
  }
  .wide_tiles__tile:has(a.hidden-sm):hover {
    box-shadow: 0px 24px 60px 0px rgba(0, 0, 0, 0.12), 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
  }
}
.wide_tiles__tile {
  display: flex;
  align-items: center;
  width: calc(50% - 24px);
  padding: 32px 48px;
  margin: 12px;
}
.wide_tiles__tile.isWithoutSiblings {
  width: 100%;
  max-width: 815px;
}
.wide_tiles__tileGraphic {
  margin-right: 32px;
  text-align: center;
}
.wide_tiles__tileImg {
  display: block;
}
.wide_tiles__tileImg--small {
  width: 48px;
  height: 48px;
}
@media only screen and (max-width: 600px) {
  .wide_tiles__tileImg--small {
    width: 32px;
    height: 32px;
  }
}
.wide_tiles__tileImg--large {
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 600px) {
  .wide_tiles__tileImg--large {
    width: 64px;
    height: 64px;
  }
}
.wide_tiles__tileBody {
  width: calc(100% - 48px);
}
.wide_tiles__tileHeader {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.wide_tiles__tileSubheader p {
  margin-bottom: 8px;
}
.wide_tiles.small_icon .wide_tiles__tileImg {
  width: 48px;
  height: 48px;
}
@media only screen and (max-width: 600px) {
  .wide_tiles.small_icon .wide_tiles__tileImg {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 960px) {
  .wide_tiles__tile {
    flex-direction: column;
    padding: 32px 16px 16px;
  }
  .wide_tiles__tileBody {
    width: 100%;
    text-align: center;
  }
  .wide_tiles__tileHeader {
    margin-top: 16px;
  }
  .wide_tiles__tileGraphic {
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .wide_tiles__elements {
    margin-left: -4px;
    margin-right: -4px;
  }
  .wide_tiles__tile {
    width: calc(50% - 8px);
    margin: 4px;
  }
  .wide_tiles__tile--anchor {
    color: inherit;
  }
  .wide_tiles__tile--anchor:active, .wide_tiles__tile--anchor:hover, .wide_tiles__tile--anchor:focus {
    color: inherit;
  }
}