@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__searchResultAnchor[role=presentation]:before, .header__searchSubmit:after, .header__searchClear: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__searchResultAnchor[role=presentation]:before, .header__searchSubmit:after, .header__searchClear: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__searchResultAnchor[role=presentation]:before, .header__searchSubmit:after, .header__searchClear: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: 1600px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #f0f0f0;
}
@media (max-width: 600px) {
  .header_section:before {
    display: none;
  }
}

.header__loginTitle {
  margin-top: 14px;
  font-size: 16px;
  line-height: 24px;
}
.header__loginClose {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  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 {
  padding-bottom: 16px;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
}
.header__segments {
  margin-left: -16px;
}
.header__segmentsChooser {
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: var(--color-fg-default);
  padding: 0;
}
.header__segmentsChooser:focus {
  outline: none;
}
.header__segmentsChooser:focus-visible {
  outline: none;
}
.header__segmentsChooser {
  display: none;
  opacity: 0;
}
.header__segmentsChooser.isVisible {
  opacity: 1;
}
.header__segmentsMenu--desktop .menu_list .node {
  display: inline-block;
}
.header__segmentsMenu--desktop .menu_list .active_node a {
  position: relative;
  background-color: var(--color-ingWhite);
  box-shadow: 1px 0 0 0 #d9d9d9;
  color: var(--color-ingOrange);
  border-radius: 4px 4px 0 0;
  transition: 0.2s ease all;
  cursor: default;
}
.header__segmentsMenu--desktop .menu_list .active_node a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background-color: var(--color-ingWhite);
}
.header__segmentsMenu--desktop .menu_list a {
  transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
  color: var(--color-fg-default);
}
.header__segmentsMenu--desktop .menu_list a:focus {
  text-decoration: none;
}
.header__segmentsMenu--desktop .menu_list a:hover {
  color: var(--color-ingOrange);
  text-decoration: none;
}
.header__segmentsMenu--desktop .menu_list a {
  display: block;
  color: var(--color-fg-default);
  font-size: 14px;
  line-height: 20px;
  padding: 11px 16px 13px 16px;
  border: 1px solid transparent;
}
.header__segmentsMenu--desktop .menu_list a:focus {
  outline: none;
  border: 1px solid #525199;
  border-radius: 4px;
  box-shadow: 0px 0px 12px -2px #525199;
}
.header__segmentsMenu--mobile {
  display: none;
}
.header__utilsLinks--register {
  padding-left: 16px;
}
.header__utils {
  display: flex;
  align-items: center;
}
.header__utilsElement {
  display: inline-block;
}
.header__utilsAnchor {
  transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
  color: var(--color-fg-default);
}
.header__utilsAnchor:focus {
  text-decoration: none;
}
.header__utilsAnchor:hover {
  color: var(--color-ingOrange);
  text-decoration: none;
}
.header__utilsAnchor {
  display: block;
  color: var(--color-fg-default);
  font-size: 14px;
  line-height: 20px;
  padding: 11px 16px 13px 16px;
  display: flex;
  align-items: center;
}
.header__utilsAnchor:before {
  display: inline-block;
  color: var(--color-ingOrange);
  font-size: 20px;
  margin-right: 8px;
}
.header__utilsAnchor--blog: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: "\E048";
}
.header__utilsAnchor--assistance: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: "\E047";
}
.header__utilsAnchor--contact: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: "\E049";
}
.header__utilsAnchor {
  border: 1px solid transparent;
}
.header__utilsAnchor:focus {
  outline: none;
  border: 1px solid #525199;
  border-radius: 4px;
  box-shadow: 0px 0px 12px -2px #525199;
}
.header__utilsAnchor--decor {
  color: var(--color-ingOrange);
}
.header__utilsAnchor--decor:hover {
  text-decoration: underline;
}
.header__utilsButton {
  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__utilsButton:active, .header__utilsButton:focus {
  text-decoration: none !important;
}
.header__utilsButton.active {
  background-color: #ff9b17;
}
.header__utilsButton:hover {
  background-color: var(--color-ingOrange);
  color: var(--color-ingWhite);
  border-color: var(--color-ingOrange);
}
.header__utilsButton:hover:after {
  color: var(--color-ingWhite);
}
.header__utilsButton:after {
  color: var(--color-ingWhite);
}
.header__utilsButton:focus-visible {
  outline: unset;
}
.header__utilsButton:focus {
  box-shadow: 0 0 8px 0 #525199;
  border-color: #525199;
}
.header__utilsButton.disabled, .header__utilsButton[disabled]:not(.modal) {
  background-color: transparent;
  border-color: #a8a8a8;
  color: #a8a8a8;
  pointer-events: none;
  cursor: default;
}
.header__utilsButton.disabled:focus, .header__utilsButton[disabled]:not(.modal):focus {
  outline: none;
}
.header__utilsButton {
  background-color: var(--color-ingOrange);
  color: var(--color-ingWhite);
}
.header__utilsButton: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__utilsButton.disabled, .header__utilsButton[disabled]:not(.modal) {
  background-color: transparent;
  border-color: #a8a8a8;
  color: #a8a8a8;
  pointer-events: none;
  cursor: default;
}
.header__utilsButton.disabled:focus, .header__utilsButton[disabled]:not(.modal):focus {
  outline: none;
}
.header__utilsButton: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__utilsButton {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 20px;
}
.header__utilsLogin {
  position: relative;
  padding-left: 16px;
}
.header__loginToggler {
  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__loginToggler:active, .header__loginToggler:focus {
  text-decoration: none !important;
}
.header__loginToggler.active {
  background-color: #ff9b17;
}
.header__loginToggler:hover {
  background-color: var(--color-ingOrange);
  color: var(--color-ingWhite);
  border-color: var(--color-ingOrange);
}
.header__loginToggler:hover:after {
  color: var(--color-ingWhite);
}
.header__loginToggler:after {
  color: var(--color-ingWhite);
}
.header__loginToggler:focus-visible {
  outline: unset;
}
.header__loginToggler:focus {
  box-shadow: 0 0 8px 0 #525199;
  border-color: #525199;
}
.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 {
  background-color: transparent;
  border: 1px solid #525199;
  color: #525199;
}
.header__loginToggler:hover {
  background-color: #525199;
  border-color: #525199;
  box-shadow: none;
  color: var(--color-ingWhite);
}
.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:active {
  background-color: #9898c3;
  border-color: #9898c3;
  color: var(--color-ingWhite);
  box-shadow: none;
}
.header__loginToggler {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 20px;
}
.header__loginToggler--desktop {
  cursor: pointer;
}
.header__loginToggler--desktop:focus {
  outline: none;
}
.header__modal {
  position: absolute;
  top: 100%;
  margin-top: 16px;
  right: 0;
  width: 347px;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
}
.header__modal--segments {
  left: 0;
  right: auto;
}
.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 {
  max-height: 305px;
  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__logo a {
  display: inline-block;
  border: 1px solid transparent;
}
.header__logo a:focus {
  outline: none;
  border: 1px solid #525199;
  border-radius: 4px;
  box-shadow: 0px 0px 12px -2px #525199;
}
.header__search {
  margin-left: auto;
  padding-right: 32px;
}
.header__searchControls ::-ms-clear {
  display: none;
}
.header__searchControls ::-webkit-search-decoration,
.header__searchControls ::-webkit-search-cancel-button,
.header__searchControls ::-webkit-search-results-button,
.header__searchControls ::-webkit-search-results-decoration {
  display: none;
}
.header__searchControls {
  position: relative;
}
.header__searchControls:hover .header__searchControl {
  border-color: var(--color-ingOrange);
}
.header__searchControl {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
  padding: 0 64px 0 16px;
  transition: 0.2s ease all;
}
.header__searchControl:hover, .header__searchControl:focus {
  border-color: var(--color-border-primary);
}
.header__searchControl {
  border-radius: 4px;
  border: 1px solid #a8a8a8;
  width: 300px;
}
.header__searchSubmit, .header__searchClear {
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: var(--color-fg-default);
  padding: 0;
}
.header__searchSubmit:focus, .header__searchClear:focus {
  outline: none;
}
.header__searchSubmit:focus-visible, .header__searchClear:focus-visible {
  outline: none;
}
.header__searchSubmit, .header__searchClear {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}
.header__searchSubmit:after, .header__searchClear:after {
  content: "\E05B";
}
.header__searchSubmit, .header__searchClear {
  width: 50px;
  z-index: 1;
  cursor: pointer;
}
.header__searchSubmit:after, .header__searchClear:after {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: var(--color-ingOrange);
}
.header__searchPopularTitle {
  color: #767676;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.header__label {
  font-size: 24px;
  line-height: 22px;
  text-transform: uppercase;
}
.header__bottom {
  padding-top: 8px;
}
.header__bottom .menu_list {
  display: table;
}
.header__bottom .menu_list .node {
  display: table-cell;
  padding: 0 14px;
}
.header__bottom .menu_list .node:first-child {
  padding-left: 0;
}
.header__bottom .menu_list .node:last-child {
  padding-right: 0;
}
.header__bottom .menu_list .active_node a {
  color: var(--color-ingOrange);
}
.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__bottomMenu .menu_list a {
  border: 1px solid transparent;
}
.header__bottomMenu .menu_list a:focus {
  outline: none;
  border: 1px solid #525199;
  border-radius: 4px;
  box-shadow: 0px 0px 12px -2px #525199;
}
.header__mobile {
  display: none;
}
.header__searchForm {
  position: relative;
}
.header__searchBack {
  display: none;
}
.header__searchData {
  padding: 16px;
}
.header__searchData.isEmpty {
  display: none;
}
.header__searchContent::-webkit-scrollbar {
  width: 3px;
}
.header__searchContent::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #a8a8a8;
}
.header__searchContent::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--color-ingOrange);
}
.header__searchContent {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background-color: var(--color-ingWhite);
  z-index: 10;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.28);
  border-radius: 4px;
  max-height: 300px;
  overflow-y: auto;
}
.header__searchContent.isActive {
  display: block;
}
.header__searchResult {
  margin: 0;
}
.header__searchResultElement {
  padding-bottom: 8px;
}
.header__searchResultElement:last-child {
  padding-bottom: 0;
}
.header__searchResultAnchor {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: var(--color-fg-default);
  line-height: 24px;
}
.header__searchResultAnchor mark {
  background: none;
  color: var(--color-ingOrange);
  font-weight: bold;
}
.header__searchResultAnchor[role=presentation] {
  position: relative;
  display: inline-block;
  padding-right: 32px;
}
.header__searchResultAnchor[role=presentation]:before {
  content: "\E012";
  display: inline-block;
  font-size: 10px;
  position: absolute;
  right: 0;
  color: var(--color-ingOrange);
  transform: rotate(270deg);
}
.header__searchClear:after {
  content: "\E018";
}
.header__searchClear {
  display: none;
  color: var(--color-ingOrange);
}
.header__searchClear:after {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.header__menuSwipe {
  display: none;
}
@media (min-width: 961px) and (max-width: 1280px) {
  .header .isFirst {
    display: block;
  }
}
@media (min-width: 601px) {
  .header__midMobile {
    display: none;
  }
}
@media (max-width: 1280px) {
  .header__segmentsChooser {
    transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
    color: var(--color-fg-default);
  }
  .header__segmentsChooser:focus {
    text-decoration: none;
  }
  .header__segmentsChooser:hover {
    color: var(--color-ingOrange);
    text-decoration: none;
  }
  .header__segmentsChooser {
    display: block;
    color: var(--color-fg-default);
    font-size: 14px;
    line-height: 20px;
    padding: 11px 16px 13px 16px;
    display: flex;
    align-items: center;
    background: none;
    border: 0;
    padding: 6px 10px 6px 0;
    border: 1px solid transparent;
  }
  .header__segmentsChooser:focus {
    outline: none;
    border: 1px solid #525199;
    border-radius: 4px;
    box-shadow: 0px 0px 12px -2px #525199;
  }
  .header__segmentsChooser: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";
    font-size: 14px;
    margin-left: 8px;
    color: var(--color-ingOrange);
  }
  .header__segments {
    position: relative;
    margin-left: 0;
  }
  .header__segmentsMenu--desktop {
    display: none;
  }
  .header__segmentsMenu--mobile {
    display: block;
  }
  .header__segmentsMenu--mobile .menu_list .node {
    display: block;
  }
  .header__segmentsMenu--mobile .menu_list .active_node a {
    font-weight: bold;
  }
  .header__segmentsMenu--mobile .menu_list a {
    transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
    color: var(--color-fg-default);
  }
  .header__segmentsMenu--mobile .menu_list a:focus {
    text-decoration: none;
  }
  .header__segmentsMenu--mobile .menu_list a:hover {
    color: var(--color-ingOrange);
    text-decoration: none;
  }
  .header__segmentsMenu--mobile .menu_list a {
    border: 1px solid transparent;
  }
  .header__segmentsMenu--mobile .menu_list a:focus {
    outline: none;
    border: 1px solid #525199;
    border-radius: 4px;
    box-shadow: 0px 0px 12px -2px #525199;
  }
  .header__segmentsMenu--mobile .menu_list a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    padding: 16px;
    line-height: 24px;
  }
  .header__segmentsMenu--mobile .menu_list a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 16px;
    display: none;
  }
}
@media (max-width: 960px) {
  .header__label {
    display: none;
  }
  .header__search {
    padding-right: 0;
  }
  .header__utilsAnchor {
    padding: 11px 8px 13px 8px;
  }
  .header__bottom {
    position: relative;
    margin-right: -24px;
    margin-left: -24px;
    z-index: 3;
  }
  .header__bottom .menu_list .node:last-child {
    padding-right: 24px;
  }
  .header__bottomMenu {
    overflow-x: auto;
    padding-bottom: 4px;
    padding-left: 24px;
  }
  .header__bottomMenu .node a {
    white-space: nowrap;
  }
}
@media (max-width: 600px) {
  .header__utilsLinks, .header__bottomMenu, .header__loginToggler--desktop {
    display: none;
  }
  .header__bottom {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0;
  }
  .header__bottom .menu_list .node:last-child {
    padding-right: 16px;
  }
  .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__segments, .header__utilsLogin {
    position: static;
  }
  .header__modal {
    top: auto;
    left: 8px;
    right: 8px;
    margin-top: 8px;
    width: auto;
  }
  .header__modal--login {
    top: 110px;
  }
  .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.beforeAnimate .menu_list a:after {
    display: none;
  }
  .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 {
    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 .header__nodeAnchor {
    padding: 0;
  }
  .header__mobile .menu_list .header__nodeAnchor:active {
    color: var(--color-ingOrange);
  }
  .header__mobileInner {
    opacity: 0;
    transform: translateY(-50px);
    transition: transform 0.3s ease-out, opacity 0.3s ease;
    min-height: 100%;
  }
  .header__mobileInner .node:first-child > a {
    border-top: 0;
  }
  .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: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: "\E018";
  }
  .header__mobileClose {
    position: relative;
    display: flex;
    margin-left: auto;
    color: var(--color-ingOrange);
    z-index: 1;
  }
  .header__mobileClose:before {
    display: block;
    width: 16px;
    height: 16px;
  }
  .header__mobileMenu {
    padding: 12px 0 32px 0;
  }
  .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);
  }
  .header__qlinksElement {
    padding-bottom: 12px;
  }
  .header__qlinksElement.isLast {
    padding-bottom: 0;
  }
  .header__qlinksAnchor:before {
    display: inline-block;
    color: var(--color-ingOrange);
    font-size: 20px;
    margin-right: 12px;
  }
  .header__qlinksAnchor--blog: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: "\E048";
  }
  .header__qlinksAnchor--assistance: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: "\E047";
  }
  .header__qlinksAnchor--contact: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: "\E049";
  }
  .header__qlinksAnchor {
    display: flex;
    align-items: center;
    padding: 4px 0 4px 0;
    font-size: 14px;
    color: var(--color-fg-default);
  }
  .header__qlinksAnchor:before {
    width: 20px;
    text-align: center;
  }
  .header__registerMobile {
    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__registerMobile:active, .header__registerMobile:focus {
    text-decoration: none !important;
  }
  .header__registerMobile.active {
    background-color: #ff9b17;
  }
  .header__registerMobile:hover {
    background-color: var(--color-ingOrange);
    color: var(--color-ingWhite);
    border-color: var(--color-ingOrange);
  }
  .header__registerMobile:hover:after {
    color: var(--color-ingWhite);
  }
  .header__registerMobile:after {
    color: var(--color-ingWhite);
  }
  .header__registerMobile:focus-visible {
    outline: unset;
  }
  .header__registerMobile:focus {
    box-shadow: 0 0 8px 0 #525199;
    border-color: #525199;
  }
  .header__registerMobile.disabled, .header__registerMobile[disabled]:not(.modal) {
    background-color: transparent;
    border-color: #a8a8a8;
    color: #a8a8a8;
    pointer-events: none;
    cursor: default;
  }
  .header__registerMobile.disabled:focus, .header__registerMobile[disabled]:not(.modal):focus {
    outline: none;
  }
  .header__registerMobile {
    background-color: transparent;
    border: 1px solid #525199;
    color: #525199;
  }
  .header__registerMobile:hover {
    background-color: #525199;
    border-color: #525199;
    box-shadow: none;
    color: var(--color-ingWhite);
  }
  .header__registerMobile.disabled, .header__registerMobile[disabled]:not(.modal) {
    background-color: transparent;
    border-color: #a8a8a8;
    color: #a8a8a8;
    pointer-events: none;
    cursor: default;
  }
  .header__registerMobile.disabled:focus, .header__registerMobile[disabled]:not(.modal):focus {
    outline: none;
  }
  .header__registerMobile:active {
    background-color: #9898c3;
    border-color: #9898c3;
    color: var(--color-ingWhite);
    box-shadow: none;
  }
  .header__registerMobile {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .header__search {
    display: none;
    z-index: 10;
  }
  .header__search.isActive {
    display: block;
  }
  .header__search--mobile {
    display: block;
  }
  .header__search.beforeAnimate .header__searchForm {
    opacity: 1;
    transform: translateY(0);
  }
  .header__searchForm {
    opacity: 0;
    transform: translateY(-30px);
    transition: 0.5s ease all;
    background-color: var(--color-ingWhite);
    height: 100%;
    opacity: 1;
    transform: none;
    padding: 24px 0 0;
  }
  .header__searchControls {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__searchControl {
    height: 48px;
    padding: 0 64px 0 16px;
    width: 100%;
  }
  .header__searchContent.isActive .header__searchContentPopular {
    opacity: 1;
  }
  .header__searchContentPopular {
    transition: 0.2s ease all;
    opacity: 0;
  }
  .header__searchContentPopular mark {
    font-weight: 400;
    color: var(--color-fg-default);
  }
  .header__searchResultAnchor:hover {
    color: var(--color-ingOrange);
  }
  .header__searchResultAnchor:hover mark {
    color: inherit;
  }
  .header__searchSubmit {
    display: none;
  }
  .header__searchClear.isActive {
    display: flex;
  }
  .header__searchPopularTitle {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #767676;
    margin-bottom: 8px;
  }
  .header__searchBack {
    background: none;
    border: none;
    cursor: pointer;
    box-shadow: none;
    color: var(--color-fg-default);
    padding: 0;
  }
  .header__searchBack:focus {
    outline: none;
  }
  .header__searchBack:focus-visible {
    outline: none;
  }
  .header__searchBack {
    display: inline-block;
  }
  .header__searchBack: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: "\E03B";
    margin-right: 10px;
    font-size: 16px;
  }
  .header__menuSwipe {
    padding-left: 16px;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: opacity 0.25s, height 0.25s;
  }
  .header__menuSwipe.isRendered {
    display: block;
  }
  .header__menuSwipe.isRendered .node {
    position: relative;
    padding-bottom: 14px;
  }
  .header__menuSwipe.isRendered .node:first-child a:after {
    left: 0;
  }
  .header__menuSwipe.isRendered .active_node:not(:first-child) a:after {
    opacity: 1;
    width: calc(100% - 32px);
  }
  .header__menuSwipe.isRendered .active_node:first-child a:after {
    left: 0;
    opacity: 1;
    width: calc(100% - 16px);
  }
  .header__menuSwipe.isRendered .active_node a {
    color: var(--color-ingOrange);
  }
  .header__menuSwipe.isRendered .active_node a:hover {
    color: var(--color-ingOrange);
  }
  .header__menuSwipe.isRendered a {
    display: block;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
  }
  .header__menuSwipe.isRendered a:after {
    transition: 0.2s ease all;
    transition-delay: 0.25s;
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    width: 0;
    top: 100%;
    height: 4px;
    background-color: var(--color-ingOrange);
    opacity: 0;
  }
  .header__menuSwipe.isRendered a:hover {
    color: inherit;
  }
  .header__menuSwipe.isRendered a .isFirst {
    display: block;
  }
  .header__menuSwipe.isRendered a .cms-menu__label {
    display: none;
  }
  .header__menuSwipeInner {
    overflow-y: auto;
    padding-bottom: 32px;
    padding-left: 16px;
    margin-left: -16px;
  }
}