@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");
}
.header__bottomTitle:after, .header__loginClose .icon-close: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");
}
.header__bottomTitle:after, .header__loginClose .icon-close: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");
}
.header__bottomTitle:after, .header__loginClose .icon-close: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;
}

.header_section {
  position: relative;
}
.header_section:before {
  content: "";
  width: 100%;
  height: 48px;
  max-width: 1680px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #f0f0f0;
}
@media (max-width: 600px) {
  .header_section:before {
    display: none;
  }
}

.header {
  padding-bottom: 16px;
}
.header__loginTitle {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}
.header__loginClose {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: var(--color-fg-subtle);
}
.header__loginClose:focus {
  outline: none;
}
.header__loginClose:focus-visible {
  outline: none;
}
.header__loginClose {
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .header__loginClose {
    transition: none;
  }
}
.header__loginClose:hover, .header__loginClose:active {
  border-radius: 8px;
  background-color: var(--color-bg-subtle);
}
.header__loginClose:focus {
  outline: none;
}
.header__loginClose:focus-visible {
  outline: 2px solid #335D7D;
  outline-offset: -2px;
  box-shadow: inset 0 0 0 3px white;
  border-radius: 6px;
}
.header__loginClose {
  line-height: 26px;
  font-size: 26px;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
}
.header__loginClose .icon-close:before {
  content: "\E019";
}
.header__loginClose .icon-close {
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 48px;
}
.header__utils {
  display: flex;
  align-items: center;
}
.header__utilsElement {
  display: inline-block;
}
.header__logo a:focus {
  outline: none;
}
.header__logo a:focus-visible {
  outline: 2px solid #335D7D;
  outline-offset: 2px;
  box-shadow: inset 0 0 0 3px white;
  border-radius: 6px;
}
.header__utilsAnchor {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 20px;
  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) {
  .header__utilsAnchor {
    transition: none;
  }
}
.header__utilsAnchor:focus {
  outline: none;
}
.header__utilsAnchor: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;
}
.header__utilsAnchor:hover {
  background: var(--color-bg-hover);
}
.header__utilsAnchor:active {
  text-decoration: none;
  background-color: transparent;
}
.header__utilsAnchor:visited {
  color: var(--color-fg-tertiary);
}
.header__utilsAnchor--decor {
  color: var(--color-ingOrange);
}
.header__utilsAnchor--decor:hover {
  text-decoration: underline;
}
.header__utilsLogin {
  position: relative;
  padding-left: 16px;
}
.header__loginToggler {
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .header__loginToggler {
    transition: none;
  }
}
.header__loginToggler {
  border-radius: 8px;
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  display: inline-block;
  background: transparent;
  color: var(--color-fg-secondary);
  padding: 8px 16px;
  border: 1px solid var(--color-fg-secondary);
}
.header__loginToggler:hover {
  background-color: #525199;
  color: var(--color-ingWhite);
  border-color: var(--color-fg-secondary);
}
.header__loginToggler:focus {
  outline: none;
}
.header__loginToggler:focus-visible {
  outline: 2px solid #335D7D;
  outline-offset: -2px;
  box-shadow: inset 0 0 0 3px white;
  border-radius: 8px;
}
.header__loginToggler:active {
  background-color: #525199;
  color: var(--color-ingWhite);
  opacity: 0.6;
}
.header__loginToggler.disabled, .header__loginToggler[disabled]:not(.modal) {
  background-color: transparent;
  border-color: #a8a8a8;
  color: #a8a8a8;
  pointer-events: none;
  cursor: default;
}
.header__loginToggler.disabled:focus, .header__loginToggler[disabled]:not(.modal):focus {
  outline: none;
}
.header__loginToggler {
  font-size: 16px;
  line-height: 24px;
  padding: 5px 11px;
}
.header__label {
  font-size: 24px;
  line-height: 22px;
  text-transform: uppercase;
}
.header__modal {
  position: absolute;
  top: 100%;
  margin-top: 16px;
  right: 0;
  width: 347px;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
}
.header__modal.beforeAnimate {
  visibility: visible;
}
.header__modal.isActive {
  pointer-events: auto;
}
.header__modal.isActive .header__modalInner {
  opacity: 1;
  transform: translateY(0);
}
.header__modalInner {
  background-color: var(--color-ingWhite);
  box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.4);
  border-radius: 4px;
  opacity: 0;
  transform: translateY(-50px);
  transition: transform 0.3s ease-out, opacity 0.3s ease;
}
.header__modalInner.isMaxHeight {
  overflow-y: auto;
}
.header__loginGroup {
  padding: 16px;
}
.header__loginGroup--bordered {
  border-top: 1px solid #d9d9d9;
}
.header__loginButton {
  transition: 200ms ease;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  display: inline-block;
  background: var(--color-ingWhite);
  color: var(--color-ingOrange);
  border: 1px solid var(--color-ingOrange);
}
.header__loginButton:active, .header__loginButton:focus {
  text-decoration: none !important;
}
.header__loginButton.active {
  background-color: #ff9b17;
}
.header__loginButton:hover {
  background-color: var(--color-ingOrange);
  color: var(--color-ingWhite);
  border-color: var(--color-ingOrange);
}
.header__loginButton:hover:after {
  color: var(--color-ingWhite);
}
.header__loginButton:after {
  color: var(--color-ingWhite);
}
.header__loginButton:focus-visible {
  outline: unset;
}
.header__loginButton:focus {
  box-shadow: 0 0 8px 0 #525199;
  border-color: #525199;
}
.header__loginButton.disabled, .header__loginButton[disabled]:not(.modal) {
  background-color: transparent;
  border-color: #a8a8a8;
  color: #a8a8a8;
  pointer-events: none;
  cursor: default;
}
.header__loginButton.disabled:focus, .header__loginButton[disabled]:not(.modal):focus {
  outline: none;
}
.header__loginButton {
  display: block;
  text-align: center;
}
.header__loginButton--primary {
  background-color: var(--color-ingOrange);
  color: var(--color-ingWhite);
}
.header__loginButton--primary:hover {
  background-color: var(--color-ingOrange);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  color: var(--color-ingWhite);
}
.header__loginButton--primary.disabled, .header__loginButton--primary[disabled]:not(.modal) {
  background-color: transparent;
  border-color: #a8a8a8;
  color: #a8a8a8;
  pointer-events: none;
  cursor: default;
}
.header__loginButton--primary.disabled:focus, .header__loginButton--primary[disabled]:not(.modal):focus {
  outline: none;
}
.header__loginButton--primary:active {
  background-color: #ff9b17;
  border-color: #ff9b17;
  color: var(--color-ingWhite);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.header__loginButton--spacer {
  margin-bottom: 16px;
}
.header__loginButtons {
  display: none;
  padding-top: 16px;
}
.header__loginDownload {
  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) {
  .header__loginDownload {
    transition: none;
  }
}
.header__loginDownload:focus {
  outline: none;
}
.header__loginDownload: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;
}
.header__loginDownload {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.header__loginDownload:hover {
  background: var(--color-bg-hover);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.header__loginDownload:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.header__loginDownload:active {
  text-decoration: none;
  background-color: transparent;
}
.header__loginDownload:visited {
  color: var(--color-fg-tertiary);
}
.header__loginDownload {
  margin-top: 16px;
}
.header__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(51, 51, 51, 0.3);
  z-index: 9;
  transition: opacity 0.15s linear, visibility 0.15s linear;
}
.header__overlay.isActive {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__midInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.header__logoSource {
  width: 130px;
  height: 59px;
}
.header__logoSource--mobile {
  display: none;
}
.header__bottom {
  padding-top: 8px;
}
.header__bottom .menu_list .node {
  color: var(--color-fg-default);
  border-bottom: 1px solid #d9d9d9;
  padding-top: 12px;
}
.header__bottom .menu_list .node:first-child {
  border-top: 1px solid #d9d9d9;
}
.header__bottom .menu_list .node:last-child {
  border: none;
}
.header__bottom .menu_list .node:only-child {
  border-top: 1px solid #d9d9d9;
}
.header__bottom .menu_list .active_node a {
  color: var(--color-fg-default);
}
.header__bottom .menu_list a {
  transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
  color: var(--color-fg-default);
}
.header__bottom .menu_list a:focus {
  text-decoration: none;
}
.header__bottom .menu_list a:hover {
  color: var(--color-ingOrange);
  text-decoration: none;
}
.header__bottomElements {
  position: relative;
  display: flex;
}
.header__bottomElements .content_area .menu_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__bottomElements .content_area .node:before {
  display: none;
}
.header__bottomElement {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.header__bottomElement.isActive .header__bottomTitle {
  color: var(--color-ingOrange);
  background: none;
}
.header__bottomElement.isActive .header__bottomTitle:after {
  transform: rotateX(180deg);
}
.header__bottomElement.isActive .header__bottomBody {
  display: block;
}
.header__bottomTitle {
  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) {
  .header__bottomTitle {
    transition: none;
  }
}
.header__bottomTitle:focus {
  outline: none;
}
.header__bottomTitle: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;
}
.header__bottomTitle:hover {
  background: var(--color-bg-hover);
}
.header__bottomTitle:active {
  text-decoration: none;
  background-color: transparent;
}
.header__bottomTitle:visited {
  color: var(--color-fg-tertiary);
}
.header__bottomTitle:after {
  content: "\E012";
  display: inline-block;
  padding-left: 16px;
  color: var(--color-ingOrange);
  font-size: 8px;
}
.header__bottomBody {
  position: absolute;
  top: 12px;
  right: 0;
  bottom: auto;
  left: 0;
  display: none;
  padding-top: 20px;
  z-index: 3;
}
.header__bottomInner {
  display: flex;
  background-color: var(--color-ingWhite);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.28);
  border-radius: 8px;
  padding: 32px 32px 48px;
}
.header__bottomMenu {
  width: 490px;
}
.header__bottomInfo {
  width: calc(100% - 490px);
  padding-left: 136px;
  padding-top: 40px;
}
.header__box {
  display: flex;
}
.header__boxImage, .header__boxSource {
  width: 150px;
  height: 150px;
}
.header__boxImage {
  margin-right: 32px;
}
.header__boxContent {
  padding-right: 32px;
  width: calc(100% - 150px);
}
.header__boxTitle {
  margin-bottom: 8px;
}
.header__boxDescription {
  font-size: 14px;
  margin-bottom: 8px;
}
.header__boxAnchor {
  color: #525199;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
}
.header__boxAnchor:before, .header__boxAnchor:after {
  -webkit-text-decoration: underline var(--color-ingWhite) !important;
          text-decoration: underline var(--color-ingWhite) !important;
}
.header__boxAnchor {
  border: 1px solid transparent;
}
.header__boxAnchor:hover {
  background: #e6e5f0;
  text-decoration: underline;
}
.header__boxAnchor:focus {
  background: transparent;
  box-shadow: 0 0 8px #559BD1;
  text-decoration: none;
  border: 1px solid #559BD1;
}
.header__boxAnchor:visited {
  color: #AB0066;
}
.header__boxAnchor:visited:hover {
  background: #f3dce9;
}
.header__boxAnchor:active {
  color: #9898c3;
  text-decoration: none;
  box-shadow: none;
}
.header__boxAnchor:active:visited {
  color: #cd66a4;
}
.header__boxAnchor:focus-visible {
  outline: none;
}
.header__mobile {
  display: none;
}
.header__menuSwipe {
  display: none;
}
@media (max-width: 1280px) {
  .header__bottomMenu {
    width: 45%;
  }
  .header__bottomInfo {
    width: 55%;
    padding-left: 32px;
  }
  .header__boxContent {
    width: 100%;
  }
}
@media (min-width: 601px) {
  .header__midMobile {
    display: none;
  }
}
@media (max-width: 960px) {
  .header__label {
    display: none;
  }
  .header__utilsAnchor {
    padding: 11px 8px 13px 8px;
  }
  .header__bottomInfo {
    padding-left: 32px;
  }
  .header__box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .header__boxImage {
    margin-right: 0;
  }
  .header__boxContent {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .header {
    padding-bottom: 0;
  }
  .header__top {
    height: 0;
  }
  .header__utilsLinks, .header__bottomMenu, .header__loginToggler--desktop {
    display: none;
  }
  .header__bottom {
    display: none;
  }
  .header__logoSource {
    width: 100px;
    height: 26px;
  }
  .header__mid {
    position: relative;
    height: 66px;
  }
  .header__midInner {
    background-color: var(--color-ingWhite);
  }
  .header__midMobile {
    display: flex;
    align-items: center;
  }
  .header__hamburger {
    background: none;
    border: none;
    cursor: pointer;
    box-shadow: none;
    color: var(--color-fg-default);
    padding: 0;
  }
  .header__hamburger:focus {
    outline: none;
  }
  .header__hamburger:focus-visible {
    outline: none;
  }
  .header__hamburger {
    position: relative;
    height: 20px;
    margin-left: 24px;
  }
  .header__hamburgerElement {
    display: block;
    width: 20px;
    height: 1.6px;
    background: var(--color-ingOrange);
  }
  .header__hamburgerElement:before, .header__hamburgerElement:after {
    content: "";
    position: absolute;
    display: block;
    height: 1.6px;
    width: 20px;
    left: 0;
    background: var(--color-ingOrange);
  }
  .header__hamburgerElement:before {
    top: 0;
  }
  .header__hamburgerElement:after {
    bottom: 0;
  }
  .header__utilsLogin {
    position: static;
  }
  .header__modal {
    top: auto;
    left: 8px;
    right: 8px;
    margin-top: 8px;
    width: auto;
  }
  .header__modal--login {
    top: 55px;
  }
  .header__mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    visibility: hidden;
    z-index: 11;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s ease all;
    background-color: var(--color-ingWhite);
  }
  .header__mobile.beforeAnimate {
    visibility: visible;
    opacity: 1;
  }
  .header__mobile.isActive {
    pointer-events: auto;
  }
  .header__mobile.isActive .header__mobileInner {
    opacity: 1;
    transform: translateY(0);
  }
  .header__mobile .menu_list .node.beforeAnimate .menu_list {
    display: block;
  }
  .header__mobile .menu_list .node.isActive .menu_list {
    transform: translateX(0);
  }
  .header__mobile .menu_list .menu_list {
    display: none;
    position: absolute;
    top: 40px;
    left: 16px;
    right: 16px;
    background-color: var(--color-ingWhite);
    transform: translateX(calc(100% + 32px));
    transition: 0.2s ease all;
  }
  .header__mobile .menu_list .menu_list:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -16px;
    right: -16px;
    background-color: var(--color-ingWhite);
    z-index: -1;
  }
  .header__mobile .menu_list a {
    text-decoration: none !important;
  }
  .header__mobile .menu_list a:active, .header__mobile .menu_list a:hover, .header__mobile .menu_list a:focus {
    text-decoration: none !important;
  }
  .header__mobile .menu_list a {
    display: block;
    color: var(--color-fg-default);
    line-height: 24px;
    padding: 12px 16px 12px 0;
    border-top: 1px solid #d9d9d9;
    position: relative;
    transition: 0.2s ease all;
  }
  .header__mobile .menu_list a: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: "\E057";
    margin-left: 10px;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 16px;
    margin: 0;
    font-size: inherit;
    transform: translateY(-50%);
    color: var(--color-ingOrange);
  }
  .header__mobile .menu_list .node:first-child a {
    border-top: 0;
  }
  .header__mobile .menu_list .header__nodeAnchor {
    padding: 0;
  }
  .header__mobile .menu_list .header__nodeAnchor:active {
    color: var(--color-ingOrange);
  }
  .header__mobile .second_level_component .content_area ul {
    padding-left: 0;
  }
  .header__mobile .second_level_component .content_area ul .node:not(.isFirst) {
    padding-bottom: 0;
  }
  .header__mobile .second_level_component .content_area ul .node:before {
    display: none;
  }
  .header__mobile .second_level_component .content_area ul .node a {
    border-top: 1px solid #d9d9d9;
    display: block !important;
  }
  .header__mobileInner {
    opacity: 0;
    transform: translateY(-50px);
    transition: transform 0.3s ease-out, opacity 0.3s ease;
    min-height: 100%;
  }
  .header__mobileInner.isTransformed .header__mobileMenuList > .node > a {
    transform: translateX(calc(-100% - 32px));
    transition: 0.5s ease all;
  }
  .header__mobileInner.isTransformed .header__mobileLinks {
    transform: translateX(calc(-100% - 32px));
  }
  .header__mobileInner.isTransitioning {
    pointer-events: none;
  }
  .header__mobileContent {
    padding: 16px;
  }
  .header__mobileClose {
    background: none;
    border: none;
    cursor: pointer;
    box-shadow: none;
    color: var(--color-fg-default);
    padding: 0;
  }
  .header__mobileClose:focus {
    outline: none;
  }
  .header__mobileClose:focus-visible {
    outline: none;
  }
  .header__mobileClose {
    display: flex;
    margin-left: auto;
  }
  .header__mobileClose:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("/_static/img/icons/icon-close.34a54e0e2b809d12ba67.svg") no-repeat;
  }
  .header__mobileMenu {
    padding: 12px 0 32px 0;
  }
  .header__mobileMenu .node {
    line-height: 20px;
  }
  .header__mobileMenu .node.isFirst {
    padding-bottom: 4px;
  }
  .header__mobileMenu .isHidden > .node {
    display: none;
  }
  .header__mobileMenu .isHidden > .node.isActive {
    display: block;
  }
  .header__mobileLinks {
    transition: 0.2s ease all;
  }
  .header__mobileLinks.isHidden {
    display: none;
  }
  .header__nodeTitle {
    display: block;
    margin-top: 16px;
    margin-bottom: 32px;
    color: inherit;
  }
  .header__nodeBack {
    background: none;
    border: none;
    cursor: pointer;
    box-shadow: none;
    color: var(--color-fg-default);
    padding: 0;
  }
  .header__nodeBack:focus {
    outline: none;
  }
  .header__nodeBack:focus-visible {
    outline: none;
  }
  .header__nodeBack {
    display: flex;
    align-items: center;
  }
  .header__nodeBack: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: "\E03B";
    font-size: 12px;
    display: inline-block;
    margin: 0;
    padding-right: 10px;
    font-size: inherit;
    color: var(--color-ingOrange);
  }
}
@media (max-width: 960px) {
  .header .secondMenuHeader__button {
    display: none;
  }
}