@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");
}
.footer__customLink--icon:before, .footer__scrollTop .icon-arrow: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");
}
.footer__customLink--icon:before, .footer__scrollTop .icon-arrow: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");
}
.footer__customLink--icon:before, .footer__scrollTop .icon-arrow: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;
}

.footer {
  padding-top: 0;
  padding-bottom: 48px;
  margin: 0;
}
.footer__body {
  padding-top: 64px;
}
.footer__menu {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}
.footer__menuElement {
  width: 25%;
  padding: 0 12px;
}
.footer__menuHeader {
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 8px;
  font-size: 16px;
  margin: 0;
}
.footer__menuItems .menu_list a {
  transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
  color: var(--color-fg-default);
}
.footer__menuItems .menu_list a:focus {
  text-decoration: underline;
}
.footer__menuItems .menu_list a:hover {
  color: var(--color-ingOrange);
  text-decoration: underline;
}
.footer__menuItems .menu_list a {
  line-height: 32px;
}
.footer__scrollTop {
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: var(--color-fg-default);
  text-align: left;
}
.footer__scrollTop:focus-visible {
  outline: none;
}
.footer__scrollTop {
  padding: 0;
  color: var(--color-fg-secondary);
  display: inline-block;
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .footer__scrollTop {
    transition: none;
  }
}
.footer__scrollTop:focus {
  outline: none;
}
.footer__scrollTop:focus-visible {
  outline: 2px solid var(--color-border-focus-outside);
  outline-offset: 2px;
  box-shadow: 0 0 0 3px var(--color-border-focus-inside);
  border-radius: 1px;
}
.footer__scrollTop {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.footer__scrollTop:hover {
  background: var(--color-bg-hover);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.footer__scrollTop:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.footer__scrollTop:active {
  text-decoration: none;
  background-color: transparent;
}
.footer__scrollTop {
  position: relative;
  margin: 37px auto 0;
  text-align: center;
  font-size: 14px;
  display: block;
  max-width: 300px;
}
.footer__scrollTop:before {
  content: "";
  position: absolute;
  top: -52px;
  left: 19px;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background-color: var(--color-ingWhite);
}
.footer__scrollTop .icon-arrow:after {
  content: "\E069";
  position: absolute;
  top: -36px;
  left: 37px;
  color: var(--color-ingOrange);
  font-size: 16px;
}
.footer__scrollTop:hover .icon-arrow:after {
  -webkit-animation: bouncing 2s;
          animation: bouncing 2s;
}
.footer__customElement--spaceTop {
  padding-top: 16px;
}
.footer__customLink {
  transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
  color: var(--color-fg-default);
}
.footer__customLink:focus {
  text-decoration: underline;
}
.footer__customLink:hover {
  color: var(--color-ingOrange);
  text-decoration: underline;
}
.footer__customLink {
  line-height: 32px;
}
.footer__customLink--icon {
  display: flex;
  align-items: center;
}
.footer__customLink--icon:focus, .footer__customLink--icon:hover {
  text-decoration: none;
}
.footer__customLink--icon:hover .footer__customLabel {
  text-decoration: underline;
}
.footer__customLink--icon:before {
  display: inline-block;
  padding-right: 12px;
  color: var(--color-ingOrange);
  font-size: 20px;
  width: 32px;
}
.footer__customLink--phone:before {
  content: "\E049";
}
.footer__customLink--form:before {
  content: "\E029";
}
.footer__customLink--form:before {
  font-size: 14px;
}
.footer__customLink--department:before {
  content: "\E037";
}
.footer__customLink--desktop:before {
  content: "\E01E";
}
.footer__customLink--suppliers:before {
  content: "\E038";
}
.footer__utilities {
  padding-top: 48px;
}
.footer__utilitiesLinks {
  display: flex;
}
.footer__utilitiesLink {
  padding-right: 32px;
}
.footer__utilitiesAnchor {
  transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
  color: var(--color-fg-default);
}
.footer__utilitiesAnchor:focus {
  text-decoration: underline;
}
.footer__utilitiesAnchor:hover {
  color: var(--color-ingOrange);
  text-decoration: underline;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
}
.footer__copyright {
  color: #696969;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 960px) {
  .footer__menu {
    flex-wrap: wrap;
  }
  .footer__menuElement {
    width: 50%;
    flex: none;
    padding-bottom: 32px;
  }
  .footer__utilities {
    padding-top: 8px;
  }
  .footer__utilitiesLinks {
    flex-wrap: wrap;
  }
  .footer__utilitiesLink {
    padding-bottom: 4px;
  }
  .footer__utilitiesAnchor {
    font-size: 14px;
    line-height: 24px;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .footer {
    padding-bottom: 32px;
  }
  .footer__body {
    padding-top: 32px;
  }
  .footer__menu {
    flex-direction: column;
    padding-bottom: 4px;
  }
  .footer__menuElement {
    padding-bottom: 8px;
    width: 100%;
  }
  .footer__menuElement--order1 {
    order: 1;
  }
  .footer__menuElement--order2 {
    order: 2;
  }
  .footer__menuElement--order3 {
    order: 3;
  }
  .footer__menuElement--order4 {
    order: 4;
  }
  .footer__menuHeader {
    background: none;
    border: none;
    cursor: pointer;
    box-shadow: none;
    color: var(--color-fg-default);
    padding: 0;
  }
  .footer__menuHeader:focus {
    outline: none;
  }
  .footer__menuHeader:focus-visible {
    outline: none;
  }
  .footer__menuHeader {
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
    padding-left: 24px;
    line-height: 26px;
    cursor: pointer;
  }
  .footer__menuHeader: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: "\E025";
    font-size: 16px;
    position: absolute;
    color: var(--color-ingOrange);
    left: 0;
    margin-left: 0;
    font-weight: normal;
    transition: 0.5s ease all;
  }
  .footer__menuHeader.isActive:before {
    transform: rotate(180deg);
  }
  .footer__menuItems {
    display: none;
    padding-left: 24px;
  }
  .footer__menuItems .menu_list {
    margin-top: 8px;
    padding-bottom: 8px;
  }
  .footer__menuItems .menu_list .node + .node {
    padding-top: 8px;
  }
  .footer__menuItems .menu_list a {
    transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
    color: var(--color-fg-default);
  }
  .footer__menuItems .menu_list a:focus {
    text-decoration: underline;
  }
  .footer__menuItems .menu_list a:hover {
    color: var(--color-ingOrange);
    text-decoration: underline;
  }
  .footer__menuItems .menu_list a {
    line-height: 26px;
  }
  .footer__utilitiesLink {
    position: relative;
  }
  .footer__utilitiesLink:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 16px;
    bottom: auto;
    left: auto;
    background: #d9d9d9;
    width: 1px;
    height: 50%;
    transform: translateY(calc(-50% - 2px));
  }
  .footer__utilitiesLink:last-child:after {
    display: none;
  }
}

.footer_section {
  background-color: #f0f0f0;
}
@media only screen and (max-width: 600px) {
  .footer_section {
    margin-top: 32px;
  }
}