@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");
}
.header__menuClose:after, .header__searchClose:after, .header__searchSubmit:after, .header__search:after, .header__searchClear:after, .header__addedArticle: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");
}
.header__menuClose:after, .header__searchClose:after, .header__searchSubmit:after, .header__search:after, .header__searchClear:after, .header__addedArticle: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");
}
.header__menuClose:after, .header__searchClose:after, .header__searchSubmit:after, .header__search:after, .header__searchClear:after, .header__addedArticle: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;
}

.header {
  padding: 40px;
}
.header.isScrolledUp {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  margin-top: 0;
  background: var(--color-ingWhite);
  max-width: 1600px;
}
.header.isScrolledUp img {
  filter: invert(48%) sepia(43%) saturate(2275%) hue-rotate(358deg) brightness(100%) contrast(109%);
}
.header--vWhite {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 1600px;
}
.header--vWhite .header__searchBox {
  padding-top: 40px;
  margin: -40px -40px 32px;
}
@media (max-width: 600px) {
  .header--vWhite .header__searchBox {
    padding-top: 16px;
    margin: -20px -20px 16px -20px;
  }
}
@media (max-width: 600px) {
  .header {
    padding: 20px;
  }
}
.header__basicBox {
  display: flex;
  width: 100%;
}
.header__userPanel {
  margin-left: auto;
  display: flex;
}
.header__addedArticle {
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: var(--color-fg-default);
  padding: 0;
}
.header__addedArticle:focus {
  outline: none;
}
.header__addedArticle:focus-visible {
  outline: none;
}
.header__addedArticle:after {
  content: "\E001";
  font-size: 26px;
  color: var(--color-headerColor, var(--color-fg-default));
}
.header__searchBack {
  display: none;
}
.header__searchData {
  padding: 32px 24px;
}
.header__searchData.isEmpty, .header__searchData:empty {
  display: none;
}
@media (max-width: 600px) {
  .header__searchData {
    padding: 24px 16px;
  }
}
.header__searchContent::-webkit-scrollbar {
  width: 3px;
}
.header__searchContent::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #a8a8a8;
}
.header__searchContent::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--color-ingOrange);
}
.header__searchContent {
  display: none;
  position: absolute;
  top: calc(100% + 24px);
  left: 0;
  right: 0;
  background-color: var(--color-ingWhite);
  z-index: 10;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  max-height: 335px;
  max-width: 756px;
  overflow-y: auto;
  margin: 0 auto;
}
.header__searchContent.isActive {
  display: block;
}
@media (max-width: 600px) {
  .header__searchContent {
    top: calc(100% + 16px);
    left: 12px;
    right: 12px;
  }
}
.header__searchResult {
  margin: 0;
}
.header__searchResultElement {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin-bottom: 24px;
  text-align: left;
}
.header__searchResultElement:last-child {
  margin-bottom: 0;
}
.header__searchResultElement.isActive {
  background: #f0f0f0;
}
@media (max-width: 600px) {
  .header__searchResultElement {
    margin-bottom: 16px;
  }
}
.header__searchResultAnchor {
  color: var(--color-fg-default);
  line-height: 25px;
  font-size: 20px;
}
.header__searchResultAnchor mark {
  background: none;
  color: var(--color-ingOrange);
  font-weight: 700;
}
@media (max-width: 600px) {
  .header__searchResultAnchor {
    font-size: 16px;
    line-height: 20px;
  }
}
.header__searchClear {
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: var(--color-fg-default);
  padding: 0;
}
.header__searchClear:focus {
  outline: none;
}
.header__searchClear:focus-visible {
  outline: none;
}
.header__searchClear {
  pointer-events: none;
  opacity: 0;
  transition: 0.5s ease all;
  position: relative;
}
.header__searchClear:after {
  content: "\E018";
  position: absolute;
  font-size: 12px;
  color: var(--color-ingOrange);
  right: 65px;
  top: -16px;
}
.header__searchClear.isActive {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.5s;
}
.header__search {
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: var(--color-fg-default);
  padding: 0;
}
.header__search:focus {
  outline: none;
}
.header__search:focus-visible {
  outline: none;
}
.header__search {
  margin-left: 32px;
}
@media (max-width: 360px) {
  .header__search {
    margin-left: 16px;
  }
}
.header__search:after {
  content: "\E05B";
  font-size: 26px;
  color: var(--color-headerColor, var(--color-fg-default));
}
.header__hamburger {
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: var(--color-fg-default);
  padding: 0;
}
.header__hamburger:focus {
  outline: none;
}
.header__hamburger:focus-visible {
  outline: none;
}
.header__hamburger {
  position: relative;
  height: 26px;
  margin: 8px 0 0 32px;
}
@media (max-width: 360px) {
  .header__hamburger {
    margin-left: 16px;
  }
}
.header__hamburgerElement {
  display: block;
  width: 25px;
  height: 3px;
  background: var(--color-headerColor, var(--color-fg-default));
  border-radius: 2px;
}
.header__hamburgerElement:before, .header__hamburgerElement:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 26px;
  left: 0;
  background: var(--color-headerColor, var(--color-fg-default));
  border-radius: 2px;
}
.header__hamburgerElement:before {
  top: 1px;
}
.header__hamburgerElement:after {
  bottom: 1px;
}
.header__searchControlInput {
  width: 60%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--color-ingOrange);
  color: var(--color-fg-default);
  font-size: 30px;
  font-weight: 700;
  padding: 5px 0 24px 8px;
}
@media (max-width: 600px) {
  .header__searchControlInput {
    padding-bottom: 12px;
    width: 85%;
  }
}
.header__searchControlInput::-ms-input-placeholder {
  color: var(--color-fg-default);
}
.header__searchControlInput::placeholder {
  color: var(--color-fg-default);
}
.header__searchBox {
  position: relative;
  padding-bottom: 32px;
  display: none;
  background: var(--color-ingWhite);
}
@media (min-width: 601px) {
  .header__searchBox {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .header__searchBox {
    padding-left: 16px;
  }
}
.header__searchSubmit {
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: var(--color-fg-default);
  padding: 0;
}
.header__searchSubmit:focus {
  outline: none;
}
.header__searchSubmit:focus-visible {
  outline: none;
}
.header__searchSubmit {
  position: relative;
}
.header__searchSubmit:after {
  content: "\E05B";
  font-size: 26px;
  position: absolute;
  right: 20px;
  top: -24px;
}
.header__searchClose {
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: var(--color-fg-default);
  padding: 0;
}
.header__searchClose:focus {
  outline: none;
}
.header__searchClose:focus-visible {
  outline: none;
}
.header__searchClose:after {
  content: "\E018";
  position: absolute;
  right: 40px;
  font-size: 20px;
  color: var(--color-ingOrange);
}
@media (max-width: 600px) {
  .header__searchClose:after {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 12px;
  }
}
.header__menuBox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  background: var(--color-ingWhite);
  display: none;
  overflow-y: auto;
}
@media (min-width: 601px) {
  .header__menuBox {
    width: 50%;
    margin-left: 50%;
    padding: 80px;
  }
}
@media (max-width: 600px) {
  .header__menuBox {
    padding: 80px 16px 40px;
  }
}
.header__menuBox.isActive {
  display: block;
}
@media (min-width: 601px) {
  .header__menuBox ul {
    width: 60%;
  }
}
.header__menuBox li {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 700;
}
.header__menuBox li a {
  color: var(--color-fg-default);
  font-size: 30px;
}
.header__menuClose {
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: var(--color-fg-default);
  padding: 0;
}
.header__menuClose:focus {
  outline: none;
}
.header__menuClose:focus-visible {
  outline: none;
}
.header__menuClose:after {
  content: "\E018";
  top: 24px;
  right: 24px;
  bottom: auto;
  left: auto;
  position: absolute;
  font-size: 20px;
  color: var(--color-ingOrange);
}
.header__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(51, 51, 51, 0.3);
  z-index: 9;
  transition: opacity 0.15s linear, visibility 0.15s linear;
}
.header__overlay.isActive {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#outlet-content > .layout_section > .layout_container > .layout_row:before {
  display: none;
}