@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");
}
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");
}
.component.header {
  z-index: 2;
  position: relative;
  margin: 0 -15px 0;
}
.component.header .header .logo img {
  width: 130px;
  height: 59px;
}
.component.header .logo-group {
  padding-top: 25px;
}
@media (max-width: 600px) {
  .component.header .logo-group {
    padding-top: 15px;
    margin-bottom: 10px;
  }
}
.component.header .name {
  height: 37px;
  font-size: 1.5em;
  line-height: 1;
  color: #00004d;
  display: flex;
  align-items: flex-end;
  margin-top: 2px;
}
.component.header .logo:focus {
  outline: none;
}
.component.header .logo:focus-visible {
  outline: 2px solid #335D7D;
  outline-offset: -2px;
  box-shadow: inset 0 0 0 3px white;
  border-radius: 6px;
}
@media (min-width: 601px) {
  .component.header .submenu {
    display: block !important;
  }
  .component.header .navi_panel {
    margin: 35px 0 -5px 0;
  }
  .component.header .navi_panel .menu_list {
    display: table;
    margin: 20px 0 24px;
  }
  .component.header .navi_panel .menu_list li {
    display: table-cell;
    padding: 0 10px;
    font-size: 15px;
    vertical-align: top;
    border-right: 1px solid #d9d9d9;
  }
  .component.header .navi_panel .menu_list li:first-child {
    padding-left: 0;
  }
  .component.header .navi_panel .menu_list li a {
    color: var(--color-fg-default);
    display: inline-block;
    transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    font-size: 15px;
  }
}
@media (min-width: 601px) and (prefers-reduced-motion: reduce) {
  .component.header .navi_panel .menu_list li a {
    transition: none;
  }
}
@media (min-width: 601px) {
  .component.header .navi_panel .menu_list li a:focus {
    outline: none;
  }
  .component.header .navi_panel .menu_list li 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;
  }
  .component.header .navi_panel .menu_list li a:hover {
    background: var(--color-bg-hover);
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
  }
  .component.header .navi_panel .menu_list li a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
  }
  .component.header .navi_panel .menu_list li a:active {
    text-decoration: none;
    background-color: transparent;
  }
  .component.header .navi_panel .menu_list li a:visited {
    color: var(--color-fg-tertiary);
  }
}
@media only screen and (max-width: 767px) {
  .component.header .header--hipoteczny {
    padding: 15px;
  }
  .component.header .logo img {
    width: 148px;
    height: 66px;
  }
  .component.header .logo-group > .left {
    margin-top: 0 !important;
    position: absolute;
    top: 15px;
    z-index: 0;
  }
  .component.header .name {
    display: none;
  }
  .component.header .submenu {
    clear: both;
    margin-top: 15px;
    padding-bottom: 20px;
    display: none;
    border-top: 1px solid #d9d9d9;
  }
  .component.header .menu_list li a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    color: var(--color-fg-default);
  }
  .component.header .menu_icon {
    margin: 0;
    width: 36px;
    height: 34px;
    display: block;
  }
  .component.header .menu_icon .icon_menu {
    position: relative;
    top: 15px;
    display: block;
    width: 100%;
    height: 4px;
    background: var(--color-ingOrange);
    border-radius: 2.5rem;
    transition: all 0.4s;
  }
  .component.header .menu_icon .icon_menu:before, .component.header .menu_icon .icon_menu:after {
    content: "";
    position: absolute;
    display: block;
    height: 4px;
    width: 100%;
    left: 0;
    z-index: -1;
    background: var(--color-ingOrange);
    border-radius: 1rem;
    transition: all 0.4s;
    top: -10px;
  }
  .component.header .menu_icon .icon_menu:before {
    top: 10px;
  }
  .component.header .menu_icon.ico_active .icon_menu {
    background: transparent;
    top: 15px !important;
  }
  .component.header .menu_icon.ico_active .icon_menu:before {
    transform: rotate(-45deg);
    top: 0 !important;
  }
  .component.header .menu_icon.ico_active .icon_menu:after {
    transform: rotate(45deg);
    top: 0 !important;
  }
}