@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");
}
.footers_box .column_container ul li: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");
}
.footers_box .column_container ul li: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");
}
.footers_box .column_container ul li: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-bottom: 20px;
  margin-top: 3em;
}
@media (max-width: 960px) {
  .footer {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 360px) {
  .layout_row .layout_column:nth-child(1) .footer, .layout_row .layout_column:nth-child(2) .footer, .layout_row .layout_column:only-child .footer {
    padding-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 360px) {
  .footer {
    background: var(--color-ingWhite);
  }
}

.footers_box {
  font-size: 14px;
  color: #d9d9d9;
}
@media only screen and (max-width: 960px) {
  .footers_box a:focus {
    text-decoration: none;
  }
}
.footers_box a:hover {
  text-decoration: underline;
  color: var(--color-ingOrange);
}
.footers_box a:hover span {
  color: var(--color-ingOrange);
  text-decoration: underline;
}
.footers_box .footer_links {
  background-color: #f0f0f0;
  padding: 40px 20px;
  position: relative;
  padding-bottom: 10px;
}
.footers_box .footer_links:before, .footers_box .footer_links:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1000em;
  margin: 0 -10px;
  background: #f0f0f0;
}
.footers_box .footer_links:before {
  right: 100%;
}
.footers_box .footer_links:after {
  left: 100%;
}
@media (max-width: 600px) {
  .footers_box .footer_links {
    padding: 30px 5px;
  }
  .footers_box .footer_links .row {
    margin: 0;
  }
  .footers_box .footer_links .row > li {
    max-width: none;
    flex: 0 0 100%;
  }
}
.footers_box .footer_links a {
  color: var(--color-fg-default);
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .footers_box .footer_links hr {
    margin: 0;
  }
}
.footers_box .column_container {
  float: none;
}
.footers_box .column_container .header_column {
  display: inline-block;
  color: var(--color-ingOrange);
  margin-bottom: 1em;
  font-size: 17px;
}
@media only screen and (max-width: 600px) {
  .footers_box .column_container .header_column.info {
    display: block;
  }
}
.footers_box .column_container ul {
  margin-left: 10px;
  margin-bottom: 2em;
}
.footers_box .column_container ul li {
  padding: 2px 0;
}
@media only screen and (min-width: 361px) and (max-width: 600px) {
  .footers_box .column_container ul li {
    line-height: 1.8;
  }
}
.footers_box .column_container ul li:before {
  content: "\E057";
  color: var(--color-ingOrange);
  font-size: 9px;
  float: left;
  margin-top: 2px;
  left: -10px;
  position: relative;
  vertical-align: middle;
}
.footers_box .column_container .phone_box,
.footers_box .column_container .mail_box {
  font-size: 12px;
  color: #a8a8a8;
}
@media only screen and (max-width: 600px) {
  .footers_box .column_container .phone_box {
    margin-top: 10px;
    background-image: none;
    padding-left: 0;
  }
  .footers_box .column_container .phone_box .salient {
    display: none;
  }
}
.footers_box .column_container .mail_box {
  font-size: 13px;
  background: url(/_static/img/footer_mail.69558f06440c3d162ea6.png) no-repeat;
}
.footers_box .column_container .salient {
  font-size: 20px;
  color: var(--color-fg-default);
  display: inline-block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 360px) {
  .footers_box .column_container.first_row:nth-of-type(2) {
    margin-top: 2em;
  }
}
.footers_box .option-send-message a {
  color: #525199;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
}
.footers_box .option-send-message a:before, .footers_box .option-send-message a:after {
  -webkit-text-decoration: underline var(--color-ingWhite) !important;
          text-decoration: underline var(--color-ingWhite) !important;
}
.footers_box .option-send-message a {
  border: 1px solid transparent;
}
.footers_box .option-send-message a:hover {
  background: #e6e5f0;
  text-decoration: underline;
}
.footers_box .option-send-message a:focus {
  background: transparent;
  box-shadow: 0 0 8px #559BD1;
  text-decoration: none;
  border: 1px solid #559BD1;
}
.footers_box .option-send-message a:visited {
  color: #AB0066;
}
.footers_box .option-send-message a:visited:hover {
  background: #f3dce9;
}
.footers_box .option-send-message a:active {
  color: #9898c3;
  text-decoration: none;
  box-shadow: none;
}
.footers_box .option-send-message a:active:visited {
  color: #cd66a4;
}
.footers_box .option-send-message a:focus-visible {
  outline: none;
}
.footers_box .option-send-message a {
  display: inline-block;
  margin-top: 4px;
}
.footers_box .option-visit a {
  color: #525199;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
}
.footers_box .option-visit a:before, .footers_box .option-visit a:after {
  -webkit-text-decoration: underline var(--color-ingWhite) !important;
          text-decoration: underline var(--color-ingWhite) !important;
}
.footers_box .option-visit a {
  border: 1px solid transparent;
}
.footers_box .option-visit a:hover {
  background: #e6e5f0;
  text-decoration: underline;
}
.footers_box .option-visit a:focus {
  background: transparent;
  box-shadow: 0 0 8px #559BD1;
  text-decoration: none;
  border: 1px solid #559BD1;
}
.footers_box .option-visit a:visited {
  color: #AB0066;
}
.footers_box .option-visit a:visited:hover {
  background: #f3dce9;
}
.footers_box .option-visit a:active {
  color: #9898c3;
  text-decoration: none;
  box-shadow: none;
}
.footers_box .option-visit a:active:visited {
  color: #cd66a4;
}
.footers_box .option-visit a:focus-visible {
  outline: none;
}
.footers_box .footer_area {
  padding: 10px 1em 10px;
}
@media only screen and (max-width: 960px) {
  .footers_box .footer_area {
    text-align: center;
  }
}
@media only screen and (max-width: 360px) {
  .footers_box .footer_area {
    font-size: 14px;
  }
}
.footers_box .footer_area .menu_list {
  display: inline;
}
.footers_box .footer_area .menu_list li {
  display: inline;
}
.footers_box .footer_area .menu_list li + li {
  border-left: 1px solid #939393;
}
.footers_box .footer_area .regulations,
.footers_box .footer_area .copy {
  padding-right: 5px;
  float: left;
  font-size: 14px;
  color: #696969;
}
@media only screen and (max-width: 360px) {
  .footers_box .footer_area .regulations,
  .footers_box .footer_area .copy {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .footers_box .footer_area .regulations,
  .footers_box .footer_area .copy {
    float: none;
  }
}
.footers_box .footer_area .regulations a,
.footers_box .footer_area .copy a {
  color: inherit;
}
@media only screen and (max-width: 360px) {
  .footers_box .footer_area .regulations {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .footers_box .footer_area .regulations {
    margin-top: 0.5em;
  }
}
.footers_box .footer_area .links {
  float: right;
}
@media only screen and (max-width: 360px) {
  .footers_box .footer_area .links {
    display: flex;
    flex-direction: column;
  }
}
.footers_box .footer_area .links a {
  border-left: 1px solid #939393;
  padding: 0 8px;
}
@media only screen and (max-width: 360px) {
  .footers_box .footer_area .links a {
    border-right: 0 none;
    display: inline-block;
    text-align: left;
    line-height: 2;
    padding: 0;
    clear: both;
    float: left;
  }
  .footers_box .footer_area .links a:not(.facebook) {
    order: 2;
  }
  .footers_box .footer_area .links a.facebook:before {
    line-height: 2;
  }
}
.footers_box .footer_area .links a:first-child {
  border-right: none;
  border-left: none;
}
@media only screen and (max-width: 960px) {
  .footers_box .footer_area .links {
    float: none;
    margin-top: 15px;
  }
}