.header__burger-icon {
  -webkit-tap-highlight-color: transparent;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #445874;
  overflow: hidden;
  min-height: 63px;
}
.header__wrapper {
  max-width: 1458px;
  width: 100%;
  margin: auto;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__wrapper {
    padding: 0;
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header__container--scrolled .nav {
  color: #fff;
  font-size: 18px;
  flex-grow: 1;
}
.header__container--scrolled .nav__container {
    width: auto;
}
.header__container--scrolled .nav__list {
  border: none;
}
.header__container--scrolled .nav__list-item {
  padding: 0;
}
.header__container--scrolled .nav__icon-circle {
  border: none;
  background-color: #6E7C8D;
}
.header__container--scrolled .nav__user-icon, .header__container--scrolled .nav__handset-icon {
  display: list-item;
}
.header__container--scrolled .nav__search-icon > circle, .header__container--scrolled .nav__search-icon > path {
  stroke: #fff;
}
.header__container--scrolled .nav__burger-icon > div {
  background-color: #fff;
}
.header__container--scrolled .nav__jubilee-text {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header__container--scrolled .nav {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header__container {
    display: none;
  }
}
.header__container--mobile {
  display: none;
  background-color: #F5F5F6;
  z-index: 1;
  width: 100%;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__container--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__logo {
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .header__logo:not([class$=mobile]) {
    display: none;
  }
}
.header__logo--mobile {
  display: block;
}
.header__controls {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header__control:first-child {
  font-size: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header__control--with-undefined-auth-state {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.header__control--with-undefined-auth-state > [data-auth-dependent] {
  display: block;
  visibility: hidden;
  border: 0;
  padding: 0;
  height: 0;
}
.header__link {
  font-size: 18px;
  cursor: pointer;
}
.header__link:hover {
  color: #EE2B45;
}
.header__link--underlined {
  text-decoration: underline;
  font-weight: 400;
  text-underline-offset: 3px;
}
.header__register-btn {
  background-color: #EE2B45;
  color: #fff;
  padding: 5px 25px;
  border-radius: 4px 4px 20px 4px;
  border: none;
  font-size: 18px;
}
.header__mobile-nav {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  padding: 30px;
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 80px;
}
@media screen and (max-width: 1200px) {
  .header__mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__burger-icon {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  width: 33px;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1;
}
.header__burger-icon div {
  height: 2px;
  width: 100%;
  background-color: #000;
}
@media screen and (max-width: 1200px) {
  .header__burger-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
  }
}