@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");
}
.component.header .login_options_layer .button:after, .component.header a.login_button.active:after, .component.header a.login_button: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");
}
.component.header .login_options_layer .button:after, .component.header a.login_button.active:after, .component.header a.login_button: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");
}
.component.header .login_options_layer .button:after, .component.header a.login_button.active:after, .component.header a.login_button: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;
}

.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;
}
.component.header .logo img {
  width: 130px;
  height: 59px;
}
.component.header .top_part .right {
  margin-top: 3px;
  height: 37px;
  font-size: 1.5em;
  line-height: 1;
  color: #00004d;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 600px) {
  .component.header .top_part .right {
    font-size: 20px;
  }
}
.component.header a.login_button {
  padding: 9px 30px 9px 16px;
  line-height: 1;
  font-size: 16px;
  position: relative;
}
.component.header a.login_button:after {
  content: "\E025";
  margin-left: 5px;
  position: absolute;
  top: 11px;
  right: 11px;
  width: 12px;
  text-align: center;
  font-size: 12px;
  color: inherit;
}
.component.header a.login_button.active {
  z-index: 4;
  background: var(--color-ingWhite);
  color: var(--color-fg-default);
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid var(--color-ingWhite);
}
.component.header a.login_button.active:after {
  content: "\E069";
  margin-left: 5px;
  color: var(--color-fg-default);
  border-color: var(--color-ingWhite);
  font-size: 12px;
}
.component.header a.login_button.active:focus {
  border-color: #d9d9d9;
  border-bottom: 1px solid var(--color-ingWhite);
}
.component.header a.login_button.active:focus:after {
  border-color: #d9d9d9;
}
.component.header a.login_button.active:hover {
  color: var(--color-fg-default);
}
.component.header .login_panel {
  margin-top: 0.8em;
  padding-left: 0;
  display: block;
}
.component.header .header__loginTitle {
  font-size: 16px;
  line-height: 24px;
}
.component.header .statistics {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}
.component.header .login_options_layer {
  position: absolute;
  right: 0;
  width: 290px;
  padding: 28px 25px;
  background: var(--color-ingWhite);
  border: 1px solid #d6d6d6;
  border-radius: 6px 0 6px 6px;
  border-bottom: 3px solid rgba(135, 135, 139, 0.4);
  top: 100%;
  margin-top: -22px;
}
.component.header .login_options_layer .button:after {
  content: "\E042";
  color: var(--color-ingOrange);
  color: inherit;
  position: absolute;
  right: 36px;
}
.component.header .navi_panel .menu_list li.is_last {
  border: 0;
}
.component.header .navi_panel .menu_list li > a {
  color: var(--color-fg-default);
}
.component.header .navi_panel .menu_list li > a:hover {
  text-decoration: underline;
  color: var(--color-ingOrange);
}
.component.header .navi_panel .menu_list li > span {
  color: var(--color-fg-default);
}
.component.header .navi_panel .menu_list li > span:hover {
  color: var(--color-ingOrange);
}
@media (min-width: 601px) {
  .component.header {
    margin-top: 36px;
  }
  .component.header .pull-right {
    float: right;
  }
  .component.header .pull-left {
    float: left;
  }
  .component.header .bottom_part {
    position: relative;
    z-index: 9999;
    margin-left: -10px;
  }
  .component.header .menu_icon {
    display: none;
  }
  .component.header .sub_navi_panel {
    display: none;
    position: absolute;
    top: 100%;
    left: -23px;
    right: -33px;
    padding: 2em;
    border-radius: 3px 3px 0 0;
    background: var(--color-ingWhite);
    text-align: left;
    margin-top: -17px;
    border: 1px solid #d6d6d6;
  }
  .component.header .sub_navi_panel .row {
    display: flex;
    padding-bottom: 50px;
    position: relative;
  }
  .component.header .sub_navi_panel .row > * {
    position: static;
    flex: 1;
  }
  .component.header .sub_navi_panel .row .buttons {
    bottom: 0;
    position: absolute;
  }
  .component.header .salient {
    color: var(--color-ingOrange);
  }
  .component.header .contact-us {
    margin-top: 1em;
    margin-bottom: 0;
  }
  .component.header .contact-us a {
    color: var(--color-ingOrange);
  }
  .component.header .highlight {
    font-size: 19px;
  }
  .component.header .hours {
    display: none;
  }
  .component.header .mobile-only {
    display: none;
  }
  .component.header .desktop-only {
    display: block;
  }
  .component.header .navi_panel {
    margin-bottom: 16px;
    margin-top: 9px;
    margin-left: -4px;
  }
  .component.header .navi_panel .menu_list {
    float: left;
  }
  .component.header .navi_panel .menu_list li {
    float: left;
  }
  .component.header .navi_panel .menu_list li > a {
    display: block;
    position: relative;
    padding: 12px 10px 12px 14px;
  }
  .component.header .navi_panel .menu_list li > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 1em;
    top: 50%;
    margin-top: -0.5em;
    right: 0;
    background: #d6d6d6;
  }
  .component.header .navi_panel .menu_list li > span {
    display: block;
    position: relative;
    padding: 10px 10px 12px 14px;
    border: 1px solid transparent;
  }
  .component.header .navi_panel .menu_list li > span:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 1em;
    top: 50%;
    margin-top: -0.5em;
    right: 0;
    background: #d6d6d6;
  }
  .component.header .navi_panel .menu_list li > span span: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;
    content: "\E025";
    margin-left: 9px;
    font-size: 12px;
    color: inherit;
  }
  .component.header .navi_panel .menu_list li > span:hover {
    color: var(--color-ingOrange);
  }
  .component.header .navi_panel .menu_list li:hover > a {
    color: var(--color-ingOrange);
  }
  .component.header .navi_panel .menu_list li:hover > span {
    color: var(--color-ingOrange);
    position: relative;
    z-index: 3;
    border-color: #d6d6d6 #d6d6d6 var(--color-ingWhite) #d6d6d6;
    cursor: default;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 3px;
  }
  .component.header .navi_panel .menu_list li:hover > span:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 1em;
    top: 50%;
    margin-top: -0.5em;
    left: -3px;
    background: var(--color-ingWhite);
  }
  .component.header .navi_panel .menu_list li:hover > span:after {
    display: none;
  }
  .component.header .navi_panel .menu_list li:hover > span span: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;
    content: "\E069";
  }
  .component.header .navi_panel .menu_list li:hover .sub_navi_panel {
    display: block;
  }
  .component.header .navi_panel .menu_list li:hover .sub_navi_panel .menu_list {
    float: none;
  }
  .component.header .navi_panel .menu_list li:hover .sub_navi_panel .menu_list li {
    float: none;
  }
  .component.header .navi_panel .menu_list li:hover .sub_navi_panel .menu_list li > a:after {
    display: none;
  }
  .component.header .navi_panel .menu_list li:hover .sub_navi_panel .menu_list li > span:after {
    display: none;
  }
  .component.header .navi_panel .menu_list li:hover .sub_navi_panel .menu_list li a {
    display: block;
    padding: 10px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #d6d6d6;
  }
  .component.header .navi_panel .menu_list li:hover .sub_navi_panel .menu_list li.is_last a {
    border: none;
  }
  .component.header .navi_panel .menu_list li:hover .sub_navi_panel .menu_list li.is_first a {
    color: inherit;
  }
}
@media (max-width: 600px) {
  .component.header .top_part {
    margin-top: 0;
    position: relative;
    z-index: 2;
    width: 50%;
  }
  .component.header .top_part .logo {
    display: inline-block;
    margin: 1em 10px 1em 0;
  }
  .component.header .bottom_part {
    margin-top: -65px;
    padding-top: 65px;
    overflow: hidden;
    height: 0;
    position: absolute;
    right: 0;
    left: 50%;
    z-index: 3;
  }
  .component.header .bottom_part .menu_icon {
    margin: -65px 15px 0 0;
    padding-top: 1em;
    width: 32px;
    height: 32px;
    box-sizing: content-box;
    display: block;
    float: right;
    cursor: pointer;
  }
  .component.header .bottom_part .icon_menu {
    position: relative;
    top: 15px;
    display: block;
    width: 100%;
    height: 3px;
    background: var(--color-ingOrange);
    border-radius: 2.5rem;
    transition: all 0.4s;
  }
  .component.header .bottom_part .icon_menu:before {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 100%;
    left: 0;
    z-index: -1;
    background: var(--color-ingOrange);
    border-radius: 1rem;
    transition: all 0.4s;
    top: 10px;
  }
  .component.header .bottom_part .icon_menu:after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 100%;
    left: 0;
    z-index: -1;
    background: var(--color-ingOrange);
    border-radius: 1rem;
    transition: all 0.4s;
    top: -10px;
  }
  .component.header .bottom_part .sub_navi_panel {
    display: none;
  }
  .component.header .bottom_part .navi_panel {
    margin: 0;
  }
  .component.header .bottom_part .navi_panel .menu_list {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
  .component.header .bottom_part .navi_panel .menu_list li {
    padding: 15px 15px 15px 30px;
    margin-bottom: 0;
    display: block;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
  }
  .component.header .bottom_part .navi_panel .menu_list li li {
    padding: 15px 0;
    border: none;
  }
  .component.header .bottom_part .navi_panel .menu_list li a {
    cursor: pointer;
    color: var(--color-fg-default);
    font-size: 15px;
  }
  .component.header .bottom_part .navi_panel .menu_list li a:before {
    position: absolute;
    left: 15px;
    line-height: 1.6em;
  }
  .component.header .bottom_part .navi_panel .menu_list li a:hover {
    color: var(--color-ingOrange);
  }
  .component.header .bottom_part .navi_panel .menu_list li > span {
    cursor: pointer;
    display: block;
    color: var(--color-fg-default);
    font-size: 15px;
  }
  .component.header .bottom_part .navi_panel .menu_list li > span: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: "\E057";
    position: absolute;
    left: 15px;
    line-height: 1.6em;
    color: var(--color-ingOrange);
    font-size: 12px;
    margin: 0;
  }
  .component.header .bottom_part .navi_panel .menu_list .highlight {
    margin-bottom: 0;
    display: block;
    position: relative;
    padding: 15px 0;
  }
  .component.header .bottom_part .navi_panel .menu_list li.expanded > span {
    color: var(--color-ingOrange);
  }
  .component.header .bottom_part .navi_panel .menu_list li.expanded > span: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: "\E069";
    margin: 0 0 0 -2px;
  }
  .component.header .bottom_part .navi_panel .menu_list li.expanded .sub_navi_panel {
    display: block;
  }
  .component.header .bottom_part .pull-right {
    position: relative;
    z-index: 2;
    padding: 15px;
    float: none !important;
    background: var(--color-ingWhite);
  }
  .component.header .bottom_part .pull-left {
    position: relative;
    z-index: 2;
    padding: 15px;
    float: none !important;
    background: var(--color-ingWhite);
    padding-top: 0;
  }
  .component.header .bottom_part .button.primary {
    width: 100%;
  }
  .component.header .bottom_part.expanded {
    margin-top: 0;
    height: auto;
    overflow: visible;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 245px;
    background: var(--color-ingWhite);
  }
  .component.header .bottom_part.expanded:before {
    content: "";
    display: block;
    position: fixed;
    background: rgba(222, 222, 222, 0.8);
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 245px;
  }
  .component.header .bottom_part.expanded .menu_icon {
    position: relative;
  }
  .component.header .bottom_part.expanded .menu_icon:before {
    content: "Zamknij";
    position: absolute;
    top: 1.333em;
    right: 100%;
    margin-right: 0.5em;
    line-height: 33px;
    font-size: 0.75em;
    color: var(--color-ingOrange);
  }
  .component.header .bottom_part.expanded .menu_icon .icon_menu {
    background: transparent;
  }
  .component.header .bottom_part.expanded .menu_icon .icon_menu:before {
    transform: rotate(-45deg);
    top: 0 !important;
  }
  .component.header .bottom_part.expanded .menu_icon .icon_menu:after {
    transform: rotate(45deg);
    top: 0 !important;
  }
  .component.header .component.header .bottom_part .login_panel {
    margin: 0;
  }
  .component.header .component.header .bottom_part .login_panel .login_options_layer {
    border: none !important;
    position: static;
    width: auto;
    padding: 1em 0 0 0;
    margin-top: 0;
  }
  .component.header .component.header .bottom_part .login_panel .login_options_layer p {
    margin-bottom: 1em;
  }
  .component.header .component.header .bottom_part .login_panel a.login_button:after {
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
  .component.header .component.header .bottom_part .login_panel a.login_button {
    position: relative;
  }
  .component.header .mobile-only {
    display: block;
  }
  .component.header .desktop-only {
    display: none;
  }
  .component.header {
    margin-top: 12px;
    margin-bottom: 26px;
  }
}