.header {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #07113b;
}
@media screen and (min-width: 1024px) {
  .header__row-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 6;
  }
}
@media screen and (max-width: 1023px) {
  .header__row-1 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header__bottom {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    display: none;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    top: 80px;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% - 80px);
    background-color: rgba(8, 9, 21, 0.975);
    backface-visibility: hidden;
  }
  .header__bottom.is-open {
    z-index: 1600;
    background: #080915;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, transform 0.35s ease-in-out;
  }
}
.header__wrapper {
  display: flex;
}
.header__wrapper-1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
}
@media screen and (min-width: 1024px) {
  .header__wrapper-1 .header__col-1 {
    width: 100%;
    max-width: 200px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1799px) {
  .header__wrapper-1 .header__col-1 {
    width: auto;
    max-width: unset;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .header__wrapper-1 .header__col-2 {
    flex: 1;
    min-width: 1px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    font-size: 0;
  }
  .header__wrapper-1 .header__col-3 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .header__wrapper-1 .header__col-3 {
    max-width: 194px;
  }
}
@media screen and (min-width: 1024px) {
  .header__wrapper-1 .header__col-3 > div:not(:first-of-type) {
    padding-left: 4px;
  }
  .header__wrapper-1 .header__col-3 .hdrfav {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header__wrapper-1 {
    position: relative;
    height: 80px;
    padding: 0;
    background: transparent;
    border-bottom: 1px solid #4a4a4a;
  }
}
.header__wrapper-2 {
  min-height: 121px;
}
@media screen and (max-width: 1023px) {
  .header__wrapper-2 {
    flex-direction: column;
    min-height: unset;
  }
}
.header__wrapper-2 .header__col-1 {
  width: 100%;
  max-width: 410px;
}
@media screen and (max-width: 1023px) {
  .header__wrapper-2 .header__col-1 {
    max-width: 100%;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .header__wrapper-2 .header__col-1 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .header__wrapper-2 .header__col-1 {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header__wrapper-2 .header__col-1 {
    max-width: 100%;
  }
}
.header__wrapper-2 .header__col-2 {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .header__wrapper-2 .header__col-2 {
    padding: 0;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .header__wrapper-3 {
    align-items: center;
    justify-content: space-between;
  }
}
.header .header__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 29px;
  padding-left: 10px;
  padding-right: 10px;
  border-width: 2px;
  border-color: rgb(0, 74, 172);
  border-style: solid;
  border-radius: 5px;
}
@media screen and (max-width: 1279px) {
  .header .header__action {
    width: 125px;
  }
}
@media screen and (max-width: 991px) {
  .header .header__action {
    width: 100%;
    height: 40px;
    border: none;
    border-top: 1px solid #0a3e83;
    border-bottom: 1px solid #4a4a4a;
    align-items: stretch;
  }
  .header .header__action-col {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
  }
  .header .header__action-col:first-child {
    border-right: 1px solid #dedede;
  }
}
.header .header__action-link {
  font-size: 12px;
  font-weight: 700;
  color: #768fa9;
}
.header .header__action-link i {
  display: none;
}
.header .header__action-link:hover, .header .header__action-link:focus {
  color: #768fa9;
}
@media screen and (max-width: 1279px) {
  .header .header__action-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .header .header__action-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
  }
  .header .header__action-link i {
    display: block;
    margin-right: 5px;
    height: 14px;
  }
}
.header .header__action-link--logout {
  color: #9294ad;
}
@media screen and (max-width: 991px) {
  .header .header__action-link--logout {
    color: #fff;
  }
}
.header .header__action-link--admin {
  color: #91a538;
}
@media screen and (max-width: 991px) {
  .header .header__action-link--admin {
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .header .light .header__action-link {
    color: #4e4e4e;
  }
}
.header__category {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .header__category {
    flex-wrap: wrap;
  }
}
.header__category-title, .header__category-link {
  white-space: nowrap;
  padding-left: 8px;
  padding-right: 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1365px) {
  .header__category-title, .header__category-link {
    font-size: 11px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1449.98px) {
  .header__category-title, .header__category-link {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 1279px) {
  .header__category-title, .header__category-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }
}
@media screen and (max-width: 1023px) {
  .header__category-title, .header__category-link {
    font-size: 14px;
  }
}
.header__category-title {
  color: #fff;
}
.header__category-link {
  color: #35539c;
  transition: color 0.35s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .header__category-link {
    min-height: 30px;
  }
}
.header__category-link:hover {
  color: #ffffff;
  transition: color 0.35s ease-in-out;
}
/*# sourceMappingURL=maps/header_xl.css.map */
