@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__socialsAnchor--vLinkedin:before, .footer__socialsAnchor--vInstagram:before, .footer__socialsAnchor--vYoutube:before, .footer__socialsAnchor--vTwitter:before, .footer__socialsAnchor--vFacebook:before, .footer__customLink--form:before, .footer__customLink--phone: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__socialsAnchor--vLinkedin:before, .footer__socialsAnchor--vInstagram:before, .footer__socialsAnchor--vYoutube:before, .footer__socialsAnchor--vTwitter:before, .footer__socialsAnchor--vFacebook:before, .footer__customLink--form:before, .footer__customLink--phone: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__socialsAnchor--vLinkedin:before, .footer__socialsAnchor--vInstagram:before, .footer__socialsAnchor--vYoutube:before, .footer__socialsAnchor--vTwitter:before, .footer__socialsAnchor--vFacebook:before, .footer__customLink--form:before, .footer__customLink--phone: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_section {
  margin-top: 32px;
}

.footer {
  padding-top: 0;
  padding-bottom: 48px;
  margin-top: 0;
}
.footer__body {
  padding-top: 64px;
}
.footer__menu {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}
.footer__menuElement {
  width: 25%;
  padding: 0 12px;
}
.footer__menuElement a:not(.footer__socialsAnchor) {
  color: var(--color-fg-default);
  display: inline-block;
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .footer__menuElement a:not(.footer__socialsAnchor) {
    transition: none;
  }
}
.footer__menuElement a:not(.footer__socialsAnchor):focus {
  outline: none;
}
.footer__menuElement a:not(.footer__socialsAnchor):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__menuElement a:not(.footer__socialsAnchor) {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.footer__menuElement a:not(.footer__socialsAnchor):hover {
  background: var(--color-bg-hover);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.footer__menuElement a:not(.footer__socialsAnchor):focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.footer__menuElement a:not(.footer__socialsAnchor):active {
  text-decoration: none;
  background-color: transparent;
}
.footer__menuElement a:not(.footer__socialsAnchor) {
  font-size: 14px;
}
.footer__menuHeader {
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 4px;
  font-size: 16px;
  margin: 0;
}
.footer__menuItems .menu_list li {
  padding: 4px 0;
}
.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__customList {
  margin-left: 32px;
}
.footer__customLink--phone {
  margin-left: 0 0 4px 32px;
  position: relative;
  display: inline-block;
}
.footer__customLink--phone:before {
  content: "\E049";
  position: absolute;
  left: -32px;
  font-size: 22px;
}
.footer__customLink--form {
  margin-left: 0 0 4px 32px;
  position: relative;
  display: inline-block;
}
.footer__customLink--form:before {
  content: "\E029";
  position: absolute;
  left: -32px;
}
.footer__utilities {
  padding-top: 32px;
}
.footer__utilitiesLinks {
  display: flex;
  gap: 16px;
}
.footer__utilitiesAnchor {
  color: #696969;
  display: inline-block;
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .footer__utilitiesAnchor {
    transition: none;
  }
}
.footer__utilitiesAnchor:focus {
  outline: none;
}
.footer__utilitiesAnchor: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__utilitiesAnchor {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.footer__utilitiesAnchor:hover {
  background: var(--color-bg-hover);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.footer__utilitiesAnchor:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.footer__utilitiesAnchor:active {
  text-decoration: none;
  background-color: transparent;
}
.footer__utilitiesAnchor {
  font-size: 12px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}
.footer__copyright {
  display: flex;
  gap: 6px;
  color: #696969;
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 600px) {
  .footer__copyright {
    flex-direction: column;
  }
}
.footer__regulations a {
  color: #696969;
  display: inline-block;
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .footer__regulations a {
    transition: none;
  }
}
.footer__regulations a:focus {
  outline: none;
}
.footer__regulations a: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__regulations a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.footer__regulations a:hover {
  background: var(--color-bg-hover);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.footer__regulations a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.footer__regulations a:active {
  text-decoration: none;
  background-color: transparent;
}
.footer__regulations a {
  font-size: 12px;
  line-height: 16px;
  margin-right: 4px;
}
.footer__socialsList {
  margin: 0;
  padding: 0;
  display: flex;
}
.footer__socialsElement {
  padding: 0 4px;
}
.footer__socialsElement:before {
  display: none;
}
.footer__socialsElement:first-child {
  padding-left: 0;
}
.footer__socialsElement:last-child {
  padding-right: 0;
}
.footer__socialsAnchor {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease all;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #767676;
}
.footer__socialsAnchor:hover {
  color: var(--color-ingWhite);
}
.footer__socialsAnchor:focus {
  outline: none;
}
.footer__socialsAnchor:focus-visible {
  outline: 2px solid #335D7D;
  outline-offset: -2px;
  box-shadow: inset 0 0 0 3px white;
  border-radius: 6px;
}
.footer__socialsAnchor--vFacebook:before {
  content: "\E02E";
}
.footer__socialsAnchor--vFacebook {
  font-size: 18px;
}
.footer__socialsAnchor--vFacebook:hover {
  background: #3b5998;
  border-color: #3b5998;
}
.footer__socialsAnchor--vTwitter:before {
  content: "\E068";
}
.footer__socialsAnchor--vTwitter {
  font-size: 14px;
}
.footer__socialsAnchor--vTwitter:hover {
  background: #000000;
  border-color: #000000;
}
.footer__socialsAnchor--vYoutube:before {
  content: "\E070";
}
.footer__socialsAnchor--vYoutube {
  font-size: 12px;
}
.footer__socialsAnchor--vYoutube:hover {
  background: #ce1312;
  border-color: #ce1312;
}
.footer__socialsAnchor--vInstagram:before {
  content: "\E03A";
}
.footer__socialsAnchor--vInstagram:hover {
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
  border-color: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}
.footer__socialsAnchor--vLinkedin:before {
  content: "\E040";
}
.footer__socialsAnchor--vLinkedin:hover {
  background: #0077b5;
  border-color: #0077b5;
}
.footer__note {
  display: block;
  color: #a8a8a8;
  font-size: 12px;
  margin-top: 4px;
}
@media (max-width: 1280px) {
  .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__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__copyright {
    padding-bottom: 32px;
  }
}
@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: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: "\E012";
    transition: 0.5s ease all;
    position: absolute;
    color: var(--color-ingOrange);
    left: 0;
    margin-left: 0;
    font-weight: normal;
    font-size: 8px;
  }
  .footer__menuHeader {
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
    padding-left: 24px;
    line-height: 26px;
    cursor: pointer;
  }
  .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__socials {
    margin: 0 auto;
  }
  .footer__socialsAnchor {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  .footer__socialsAnchor--vFacebook {
    font-size: 24px;
  }
  .footer__utilitiesLink {
    position: relative;
  }
  .footer__utilitiesLink:after {
    position: absolute;
    top: 50%;
    right: 16px;
    bottom: auto;
    left: auto;
    content: "";
    display: block;
    background: #d9d9d9;
    width: 1px;
    height: 50%;
    transform: translateY(calc(-50% - 2px));
  }
  .footer__utilitiesLink:last-child:after {
    display: none;
  }
}
@media (max-width: 360px) {
  .footer__socials {
    width: 100%;
  }
  .footer__socialsList {
    justify-content: space-between;
  }
}

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