@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 .footer__socialsAnchor--vFacebook .icon-facebook: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 .footer__socialsAnchor--vFacebook .icon-facebook: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 .footer__socialsAnchor--vFacebook .icon-facebook: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: 24px 0;
}
.footer 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 a:not(.footer__socialsAnchor) {
    transition: none;
  }
}
.footer a:not(.footer__socialsAnchor):focus {
  outline: none;
}
.footer 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 a:not(.footer__socialsAnchor) {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.footer a:not(.footer__socialsAnchor):hover {
  background: var(--color-bg-hover);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.footer a:not(.footer__socialsAnchor):focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.footer a:not(.footer__socialsAnchor):active {
  text-decoration: none;
  background-color: transparent;
}
.footer a:not(.footer__socialsAnchor):visited {
  color: var(--color-fg-tertiary);
}
.footer .footer__socialsAnchor {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .footer .footer__socialsAnchor {
    transition: none;
  }
}
.footer .footer__socialsAnchor {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #767676;
}
.footer .footer__socialsAnchor:focus {
  outline: none;
}
.footer .footer__socialsAnchor:focus-visible {
  outline: 2px solid #335D7D;
  outline-offset: -2px;
  box-shadow: inset 0 0 0 3px white;
  border-radius: 6px;
}
.footer .footer__socialsAnchor:hover {
  color: var(--color-ingWhite);
}
.footer .footer__socialsAnchor--vFacebook .icon-facebook:before {
  content: "\E02E";
}
.footer .footer__socialsAnchor--vFacebook .icon-facebook {
  font-size: 18px;
  padding-top: 1px;
}
.footer .footer__socialsAnchor--vFacebook:hover {
  background: #3b5998;
  border-color: #3b5998;
}

.footers_box .footer_links {
  background-color: #f0f0f0;
  border-radius: 5px;
  padding: 24px 16px;
}
@media (min-width: 601px) {
  .footers_box .footer_links {
    display: flex;
  }
  .footers_box .footer_links > div {
    width: 50%;
  }
  .footers_box .footer_links > div:last-child {
    text-align: right;
  }
}
@media (max-width: 600px) {
  .footers_box .footer_links {
    padding: 16px 8px;
  }
}
.footers_box .footer_links .header_column {
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .footers_box .footer_links .header_column {
    margin-top: 16px;
  }
}
.footers_box .footer_links .menu_list LI {
  padding: 3px 0;
}
@media (max-width: 960px) {
  .footers_box .footer_area .links {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 8px;
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  .footers_box .footer_area .links .info {
    float: left;
  }
}
.footers_box .footer_area {
  padding: 8px 16px;
}
@media (min-width: 1281px) {
  .footers_box .footer_area {
    display: flex;
    align-items: center;
    gap: 3px;
  }
}
@media (max-width: 600px) {
  .footers_box .footer_area {
    padding: 8px 0;
  }
}
.footers_box .footer_area .regulations,
.footers_box .footer_area .copy {
  font-size: 14px;
  line-height: 20px;
  color: #696969;
}
.footers_box .footer_area .copy p {
  margin: 0;
  line-height: inherit;
}
.footers_box .footer_area .copy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3px;
}
@media (max-width: 600px) {
  .footers_box .footer_area .copy {
    flex-direction: column;
  }
}
@media (max-width: 960px) {
  .footers_box .footer_area .regulations {
    margin-top: 0.5em;
  }
}
@media (max-width: 600px) {
  .footers_box .footer_area .regulations a {
    margin-bottom: 8px;
  }
}
@media (min-width: 601px) {
  .footers_box .footer_bottom {
    display: flex;
  }
  .footers_box .footer_bottom .footer_area {
    width: 70%;
  }
  .footers_box .footer_bottom .links {
    width: 30%;
    text-align: right;
    margin-left: auto;
  }
  .footers_box .footer_bottom .footer__socialsAnchor {
    margin: 4px;
    display: -webkit-inline-box;
  }
}
@media (max-width: 600px) {
  .footers_box .footer_bottom .footer__socialsAnchor {
    margin-top: 6px;
  }
}

.regulations__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.regulations__list li > a {
  margin-right: 4px;
}