@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");
}
.list_of_tiles .teaser_tiles_inner {
  overflow: hidden;
}
.list_of_tiles__elements {
  display: flex;
  flex-wrap: wrap;
  float: none;
  margin-left: -12px;
  margin-right: -12px;
}
.list_of_tiles.padding_small .list_of_tiles__element .teaser_tiles {
  padding: 12px 0;
}
.list_of_tiles.padding_small .list_of_tiles__element:first-child .teaser_tiles {
  padding: 32px 0 12px;
}
.list_of_tiles.padding_small .list_of_tiles__element:last-child .teaser_tiles {
  padding: 12px 0 32px;
}
@media (max-width: 600px) and (min-width: 601px) {
  .list_of_tiles {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .list_of_tiles {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 600px) {
  .list_of_tiles__elements {
    margin-left: 0;
    margin-right: 0;
  }
  .list_of_tiles__element {
    width: 25%;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .list_of_tiles__anchor {
    display: block;
    height: 100%;
    padding: 0;
  }
  .list_of_tiles .left {
    justify-content: flex-start;
  }
  .list_of_tiles .center {
    justify-content: center;
  }
  .list_of_tiles .swipeable_list {
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
  }
  .list_of_tiles .swipeable_list .list_of_tiles__element {
    max-width: 276px;
    padding: 2px;
  }
  .list_of_tiles .swipeable_list .list_of_tiles__swiper {
    overflow: hidden;
  }
  .list_of_tiles .swipeable_list .list_of_tiles__elements {
    flex-wrap: nowrap;
  }
  .list_of_tiles .swipeable_list .list_of_tiles__swiperScroller {
    overflow-y: auto;
    padding-left: 16px;
    margin-left: -16px;
  }
  .list_of_tiles .swipeable_list .list_of_tiles__swiperScroller.isSynced {
    padding-bottom: 32px;
  }
  .list_of_tiles .swipeable_list .list_of_tiles__swiperInner {
    display: table;
    width: 100%;
    padding: 16px;
    padding: 6px;
  }
  .list_of_tiles .swipeable_list .list_of_tiles__component_wrapper {
    padding-right: 6px;
    padding-left: 6px;
  }
}
.list_of_tiles__element, .list_of_tiles__anchor, .list_of_tiles__component_wrapper, .list_of_tiles__component_wrapper > .teaser_tiles,
.list_of_tiles .teaser_tiles > .content_area,
.list_of_tiles .teaser_tiles_inner {
  display: flex;
  width: 100%;
}
.list_of_tiles .noImageLayout,
.list_of_tiles .imageTopLayout,
.list_of_tiles .imageLeftHalfLayout,
.list_of_tiles .imageLeftThirdLayout,
.list_of_tiles .imageRightHalfLayout,
.list_of_tiles .imageRightThirdLayout {
  width: 100%;
}