header.main-menu {
  padding: 0;
  border-bottom: 1px solid rgba(20, 21, 22, .08);
  background: #fff;
}

header.main-menu .desktop-header-row {
  min-height: 104px;
  align-items: center;
  gap: clamp(28px, 3vw, 58px);
}

header.main-menu .desktop-header-logo {
  display: flex;
  flex: 0 0 clamp(220px, 18vw, 330px);
  align-items: center;
}

header.main-menu .desktop-header-logo img {
  display: block;
  width: 100%;
  max-height: 78px;
  object-fit: contain;
  object-position: left center;
}

header.main-menu .desktop-header-row .navigation {
  width: auto;
  flex: 1 1 auto;
}

header.main-menu .desktop-header-row .navigation .menu-button-right,
header.main-menu .desktop-header-row .navigation .main-menu__nav {
  width: 100%;
  margin: 0;
}

header.main-menu .desktop-header-row .navigation .main-menu__list {
  width: 100%;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(20px, 2.2vw, 42px);
}

header.main-menu .desktop-header-row .navigation .main-menu__list > li {
  margin: 0;
  padding: 0 !important;
  flex: 0 0 auto;
}

header.main-menu .desktop-header-row .navigation .main-menu__list > li > a {
  white-space: nowrap;
}

header.main-menu .desktop-header-row .header-buttons {
  flex: 0 0 auto;
}

header.main-menu .mobile-header-row {
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

header.main-menu .mobile-header-logo {
  display: flex;
  width: min(240px, calc(100vw - 100px));
  height: 62px;
  align-items: center;
}

header.main-menu .mobile-header-logo img {
  display: block;
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

header.main-menu .mobile-header-row .main-menu__toggler {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #e2e5dc;
  border-radius: 10px;
}

header.main-menu .mobile-header-row .main-menu__toggler img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

@media (min-width: 992px) and (max-width: 1260px) {
  header.main-menu .desktop-header-row {
    gap: 22px;
  }

  header.main-menu .desktop-header-logo {
    flex-basis: 210px;
  }

  header.main-menu .desktop-header-row .navigation .main-menu__list {
    gap: 18px;
  }

  header.main-menu .desktop-header-row .navigation .main-menu__list > li > a {
    font-size: 14px;
  }

  header.main-menu .desktop-header-row .header-buttons .cus-btn-2 {
    display: none;
  }
}
