@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");
}
@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");
}
.floating-rightmenu-container .layout_row:not(.no_border):before {
  content: "";
  position: relative;
  height: 1px;
  width: calc(100% - 30px);
  left: 15px;
  background: #d6d6d6;
  clear: both;
}

.floating-rightmenu-container.layout_row > .layout_column > .layout_row:nth-child(n+2) > .layout_column > .component_wrapper > .component,
.floating-rightmenu-container.layout_row > .layout_column > .layout_row:nth-child(n+2) > .layout_column > .component_wrapper > .component.content {
  padding-top: 3em;
}

.floating-rightmenu-container.layout_row > .layout_column > .layout_row > .layout_column > .component_wrapper:nth-child(n+2) > .component,
.floating-rightmenu-container.layout_row > .layout_column > .layout_row > .layout_column > .component_wrapper:nth-child(n+2) > .component.content {
  padding-top: 0;
}

@media (min-width: 601px) {
  .floating_menu_right {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .floating_menu_right {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media only screen and (min-width: 601px) {
  .floating_column--scroll {
    overflow: auto;
    padding-right: 30px !important;
  }
  .floating_column--scroll .floating_menu_right {
    padding-top: 0 !important;
  }
  .floating_menu_right .outer {
    width: auto !important;
    margin-bottom: 20px;
  }
  .floating_menu_right ul li {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
  }
  .floating_menu_right ul li:last-child {
    border-bottom: 0 none;
  }
  .floating_menu_right ul li a {
    color: var(--color-fg-default);
    line-height: 1.5;
  }
  .floating_menu_right ul li a:focus {
    text-decoration: none;
  }
  .static.floating_menu_right ul li a:focus {
    color: var(--color-ingOrange);
  }
  .floating_menu_right ul li.active a {
    color: var(--color-ingOrange);
  }
  .floating_menu_right ul li.active a:focus, .floating_menu_right ul li.active a:hover, .floating_menu_right ul li.active a:visited {
    color: var(--color-ingOrange) !important;
    text-decoration: none;
  }
  .static.floating_menu_right ul li.active a {
    color: var(--color-fg-default);
  }
  .floating_menu_right ul li.active .icon-arrow: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;
    content: "\E03B";
    position: absolute;
    left: 4px;
    top: 14px;
    color: var(--color-ingOrange);
    font-size: 14px;
  }
  .static.floating_menu_right ul li.active .icon-arrow:before {
    display: none;
  }
  .floating_column {
    padding: 0 15px;
    position: absolute;
    z-index: 1;
    background: var(--color-ingWhite);
  }
  .is_floating.floating_column {
    position: fixed;
    z-index: 99;
    top: 0px;
  }
  .stick_bottom.floating_column {
    position: absolute;
  }
  .floating_column.static {
    position: static;
  }
  .layout_row.floating_menu_right_exists:before {
    display: none !important;
  }
  .layout_row.floating_menu_right_exists > .col-lg-8:before,
  .layout_row.floating_menu_right_exists > .col-lg-9:before {
    display: block;
    background: #d6d6d6;
    content: "";
    height: 1px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
  }
  .layout_row.floating_menu_right_exists.no_border > .col-lg-8:before,
  .layout_row.floating_menu_right_exists.no_border > .col-lg-9:before {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .floating_column {
    width: auto !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  .floating_column {
    padding-left: 0 !important;
  }
}