@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");
}
.carouselDotsMultiBox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 48px 0;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.carouselDotsMultiBox::-webkit-scrollbar {
  display: none;
}
.carouselDotsMultiBox > li {
  flex: 0 0 auto;
  display: flex;
  width: 95%;
  gap: 24px;
  scroll-snap-align: start;
}
.carouselDotsMultiBox > li:last-child {
  padding-right: 32px;
}
.carouselDotsMultiBox > li > div {
  margin-left: 16px;
  width: 33%;
}

@media (max-width: 600px) {
  .carouselDots {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 32px 0;
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  .carouselDots::-webkit-scrollbar {
    display: none;
  }
  .carouselDots > li {
    flex: 0 0 auto;
    width: 90vw;
    scroll-snap-align: start;
  }
  .carouselDots > li:last-child {
    padding-right: 16px;
  }
}
.carouselDots__dots {
  display: flex;
  justify-content: center;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin-top: -22px;
}
.carouselDots__dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 12px;
}
.carouselDots__dots 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) {
  .carouselDots__dots button {
    transition: none;
  }
}
.carouselDots__dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #696969;
  padding: 0;
}
.carouselDots__dots button:hover {
  width: 12px;
  height: 12px;
}
.carouselDots__dots button:active {
  background-color: var(--color-fg-default);
  width: 8px;
  height: 8px;
}
.carouselDots__dots button:focus {
  outline: none;
}
.carouselDots__dots button:focus-visible {
  border-radius: 10px;
  outline: 2px solid #335D7D;
  outline-offset: 4px;
}
.carouselDots__dots button.is-active {
  width: 12px;
  height: 12px;
  background-color: var(--color-ingOrange);
}

@media (min-width: 601px) {
  .swipeable_tiles_list {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .swipeable_tiles_list {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.swipeable_tiles_list__header {
  padding-bottom: 16px;
}
@media (max-width: 600px) {
  .swipeable_tiles_list__inner {
    margin: 0 -16px;
  }
}
.swipeable_tiles_list__elements {
  display: flex;
}
@media (min-width: 601px) {
  .swipeable_tiles_list__elements {
    gap: 24px;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  .swipeable_tiles_list__elements {
    flex-wrap: wrap;
  }
}
@media (min-width: 961px) {
  .swipeable_tiles_list__element {
    flex-grow: 1;
    flex-basis: 0;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  .swipeable_tiles_list__element {
    width: 47%;
  }
}
.swipeable_tiles_list__elementAnchor {
  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) {
  .swipeable_tiles_list__elementAnchor {
    transition: none;
  }
}
.swipeable_tiles_list__elementAnchor:focus {
  outline: none;
}
.swipeable_tiles_list__elementAnchor:focus-visible {
  outline: 2px solid #335D7D;
  border-radius: 14px;
}
.swipeable_tiles_list__elementAnchor:active {
  background-color: #f0f0f0;
}
.swipeable_tiles_list__elementAnchor:hover {
  box-shadow: 0px 24px 60px 0px rgba(0, 0, 0, 0.12), 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
}
.swipeable_tiles_list__elementAnchor {
  display: block;
  text-align: center;
  height: 100%;
  padding: 32px 24px 8px;
}
@media (max-width: 600px) {
  .swipeable_tiles_list__elementAnchor {
    margin-left: 16px;
  }
}
.swipeable_tiles_list__elementImage {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.swipeable_tiles_list__elementDescription {
  padding-top: 24px;
  color: var(--color-fg-default);
}
.swipeable_tiles_list__action {
  padding-top: 16px;
}