/* CGMS header refinements */
.header-1.header-2::before {
  width: 230px;
}

.header-1.header-2::after {
  width: 360px;
}

.header-1.header-2 .header-main {
  min-height: 108px;
  padding: 0;
  gap: 24px;
}

.header-1.header-2 .header-left {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  gap: 18px;
}

.header-1.header-2 .header-left .logo {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
  width: 190px;
}

.header-1.header-2 .mean__menu-wrapper,
.header-1.header-2 .main-menu,
.header-1.header-2 #mobile-menu {
  width: 100%;
}

.header-1.header-2 .main-menu > nav > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 40px 0 16px;
  gap: 20px;
}

.header-1.header-2 .main-menu ul li {
  margin-inline-end: 0;
}

.header-1.header-2 .main-menu ul li:last-child {
  margin-inline-end: 0;
}

.header-1.header-2:not(.sticky) .header-left .logo .header-logo-2 {
  display: block;
  width: 168px;
  height: 168px;
  margin: 6px 0 -60px;
  padding: 10px;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
  line-height: 0;
}

.header-1.header-2 .header-left .logo .header-logo-2 img,
.header-1.header-2 .header-left .logo .header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.sticky.header-2 .header-main {
  min-height: 84px;
}

.sticky.header-2 .header-main .header-left {
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
}

.sticky.header-2 .header-main .header-left .logo .header-logo {
  display: block;
  width: 78px;
  height: 78px;
  padding: 6px;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  line-height: 0;
}

.header-main .main-menu ul li .submenu {
  min-width: 340px;
  width: max-content;
}

.header-main .main-menu ul li .submenu li a {
  white-space: nowrap;
}

@media (max-width: 1600px) {
  .header-1.header-2::before {
    width: 210px;
  }

  .header-1.header-2::after {
    width: 330px;
  }

  .header-1.header-2 .header-left {
    grid-template-columns: 174px minmax(0, 1fr);
    gap: 14px;
  }

  .header-1.header-2:not(.sticky) .header-left .logo .header-logo-2 {
    width: 154px;
    height: 154px;
    margin-bottom: -52px;
  }

  .header-1.header-2 .header-left .logo {
    width: 174px;
  }
}

@media (max-width: 1399px) {
  .header-1.header-2 .header-main {
    min-height: 88px;
  }

  .header-1.header-2 .header-left {
    display: flex;
    gap: 20px;
  }

  .header-1.header-2:not(.sticky) .header-left .logo .header-logo-2 {
    width: 86px;
    height: 86px;
    margin: 0;
    padding: 8px;
    box-shadow: none;
  }
}
