header.header {
  padding: 0px;
  position: relative;
  z-index: 2; }

.header {
  background-color: #fff; }
  .header .container-new {
    width: 100%; }
  .header .header-btns__block,
  .header .burger {
    display: none; }
    @media (max-width: 1099px) {
      .header .header-btns__block,
      .header .burger {
        display: flex; } }
  .header .header-btns__im-link > svg,
  .header .burger {
    width: 25px;
    height: 25px; }
  .header__inner {
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center; }
    @media (max-width: 1099px) {
      .header__inner {
        height: 52px; } }
  .header__menu {
    display: flex;
    align-items: center; }
    @media (max-width: 1099px) {
      .header__menu {
        display: none; } }
  .header__ul {
    display: flex;
    gap: 80px; }
    @media (max-width: 1559px) {
      .header__ul {
        gap: 40px; } }
    @media (max-width: 1099px) {
      .header__ul {
        display: flex;
        flex-direction: column;
        gap: 0px; } }
  .header__link a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    color: #041e42;
    text-decoration: none;
    display: block; }
    @media (hover: hover) {
      .header__link a:hover {
        cursor: pointer;
        color: #1e665a; } }
  .header__link.active {
    color: #1e665a;
    pointer-events: none; }
