@charset "UTF-8";
/* Footer */
/* (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__scrollTop:after, .footer__logo-image img:before, .footer__cta--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;
}

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__scrollTop:after, .footer__logo-image img:before, .footer__cta--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;
}

@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__scrollTop:after, .footer__logo-image img:before, .footer__cta--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;
}

.footer {
  padding-top: 0;
  margin: 0;
}
.footer__body {
  padding: 100px 0;
}
.footer__bodyContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer__cta {
  width: 50%;
  border-right: 1px solid #d9d9d9;
  padding-right: 32px;
}
.footer__cta--header {
  color: var(--color-ingOrange);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer__cta--content {
  font-size: 20px;
  max-width: 550px;
  margin-bottom: 20px;
  color: var(--color-fg-default);
}
.footer__cta--arrow:before {
  content: "\E007";
  font-size: 30px;
  color: var(--color-ingOrange);
}
.footer__cta:hover {
  text-decoration: none !important;
}
.footer__menu {
  width: 35%;
  padding-left: 32px;
  position: relative;
}
.footer__logos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__logo-image img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}
.footer__logo-image img:before {
  content: "";
}
.footer__epoint-logo img {
  color: #a8a8a8;
  width: 81px;
}
.footer__menuItems .menu_list {
  margin-bottom: 64px;
}
.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: none;
}
.footer__menuItems .menu_list a:hover {
  color: var(--color-ingOrange);
  text-decoration: none;
}
.footer__menuItems .menu_list a {
  line-height: 32px;
}
.footer__scrollTop {
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: var(--color-fg-default);
  padding: 0;
}
.footer__scrollTop:focus {
  outline: none;
}
.footer__scrollTop:focus-visible {
  outline: none;
}
.footer__scrollTop {
  position: absolute;
  right: 0;
  background: none;
  margin-top: -24px;
  cursor: pointer;
}
.footer__scrollTop:before, .footer__scrollTop:after {
  content: "";
}
.footer__scrollTop:before {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  background-color: var(--color-ingWhite);
}
.footer__scrollTop:after {
  content: "\E006";
  position: absolute;
  display: flex;
  justify-content: center;
  color: var(--color-ingOrange);
  font-size: 16px;
  top: 0;
  margin-top: 14px;
  width: 100%;
}
.footer__scrollTop:hover {
  color: var(--color-ingOrange);
}
.footer__scrollTop:hover:after {
  -webkit-animation: bouncing 2s;
          animation: bouncing 2s;
}
.footer__copyright {
  font-size: 14px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 960px) {
  .footer__bodyContainer {
    flex-wrap: wrap;
  }
  .footer__logo-image img {
    width: 60px;
    height: 60px;
  }
  .footer__menuItems .node {
    margin-bottom: 10px;
  }
  .footer__menuItems .node .cms-menu__label {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .footer__body {
    padding: 48px 0 32px 0;
  }
  .footer__bodyContainer {
    flex-direction: column;
  }
  .footer__cta {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 32px;
    padding-right: 0;
  }
  .footer__cta--header {
    font-size: 28px;
  }
  .footer__menu {
    width: 100%;
    padding-left: 0;
    padding-top: 32px;
    position: initial;
  }
  .footer__menuItems .menu_list {
    margin-bottom: 32px;
  }
  .footer__logos {
    align-items: center;
    width: 100%;
    flex-direction: row-reverse;
    margin-top: 32px;
  }
  .footer__copyright {
    font-size: 14px;
    position: initial;
  }
}

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