.b-new-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #222D5A;
}
.b-new-header__top {
  height: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.b-new-header__top .container {
  height: 100%;
}
.b-new-header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.b-new-header__email {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.b-new-header__email:hover {
  opacity: 0.8;
}
.b-new-header__top-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.b-new-header__nav {
  display: flex;
  align-items: center;
}
.b-new-header__nav-item {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 0 16px;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.b-new-header__nav-drop {
  position: relative;
  cursor: default;
}
.b-new-header__nav-drop svg {
  flex-shrink: 0;
  transition: transform 0.2s;
}
.b-new-header__nav-drop:hover svg {
  transform: rotate(180deg);
}
.b-new-header__nav-drop:hover .b-new-header__nav-submenu {
  display: block;
}
.b-new-header__nav-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 288px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  z-index: 1100;
}
.b-new-header__nav-submenu a {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 700;
  color: #222D5A;
  text-decoration: none;
}
.b-new-header__nav-submenu a:hover {
  background: #F5F5F5;
}
.b-new-header__top-sep {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}
.b-new-header__lang {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 700;
}
.b-new-header__lang a {
  color: #fff;
  text-decoration: none;
}
.b-new-header__lang a.--active {
  color: #0053FA;
}
.b-new-header__lang a:hover {
  opacity: 0.8;
}
.b-new-header__lang span {
  color: #fff;
}
.b-new-header__main {
  height: 80px;
}
.b-new-header__main .container {
  height: 100%;
}
.b-new-header__main-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 100%;
}
.b-new-header__brand {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.b-new-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.b-new-header__logo img {
  display: block;
}
.b-new-header__catalog-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 20px;
  background: #0053FA;
  border: none;
  border-radius: 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
  font-family: inherit;
}
.b-new-header__catalog-btn:hover {
  background: #0045d1;
}
.b-new-header__search {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.b-new-header__search input {
  width: 100%;
  height: 48px;
  background: #F5F5F5;
  border: none;
  border-radius: 32px;
  padding: 0 56px 0 20px;
  font-size: 16px;
  color: #2D2D2D;
  outline: none;
  font-family: inherit;
}
.b-new-header__search input::placeholder {
  color: #808995;
}
.b-new-header__search-btn {
  position: absolute;
  right: 4px;
  width: 40px;
  height: 40px;
  background: #ECEEF2;
  border: none;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.b-new-header__search-btn:hover {
  background: #0053FA;
}
.b-new-header__search-btn:hover svg path {
  stroke: #fff;
}
.b-new-header__phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.b-new-header__phone:hover {
  opacity: 0.8;
}
.b-new-header__dropdown {
  position: absolute;
  top: 128px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  display: none;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.b-new-header__dropdown.--open {
  display: block;
}
.b-new-header__dropdown .container {
  position: relative;
}
.b-new-header__dropdown-inner {
  display: flex;
  height: calc(100vh - 128px);
}
.b-new-header__cats {
  flex: 0 0 256px;
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  position: relative;
}
.b-new-header__cats::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100vw;
  background: #FAFAFA;
}
.b-new-header__cat-hl {
  position: absolute;
  right: 0;
  left: -100vw;
  height: 68px;
  top: 0;
  background: #fff;
  pointer-events: none;
  opacity: 0;
  transition: top 0.15s, opacity 0.15s;
  z-index: 0;
}
.b-new-header__cats-list {
  display: flex;
  flex-direction: column;
}
.b-new-header__cats-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
  border-top: 1px solid #E6E6E6;
}
.b-new-header__cat {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 68px;
  flex-shrink: 0;
  padding: 0 24px 0 0;
  text-decoration: none;
  transition: background 0.15s;
  position: relative;
  z-index: 1;
}
.b-new-header__cat img {
  flex-shrink: 0;
}
.b-new-header__cat span {
  font-size: 16px;
  font-weight: 700;
  color: #2D2D2D;
  line-height: 1.2;
}
.b-new-header__cat:hover, .b-new-header__cat.--active {
  background: #fff;
}
.b-new-header__cat:hover span, .b-new-header__cat.--active span {
  color: #0053FA;
}
.b-new-header__cat:hover::after, .b-new-header__cat.--active::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #0053FA;
}
.b-new-header__sub {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-left: 32px;
  min-height: 0;
  background: #fff;
  padding-top: 5px;
}
.b-new-header__sub-action {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 42px;
  max-width: 182px;
  padding: 0 16px;
  background: #3E52B3;
  border-radius: 21px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
}
.b-new-header__sub-action img {
  flex-shrink: 0;
}
.b-new-header__sub-action:hover {
  background: #344495;
}
.b-new-header__sub-grid {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  flex: 1;
  align-content: start;
  overflow-y: auto;
  padding-bottom: 8px;
}
.b-new-header__sub-grid.--active {
  display: grid;
}
.b-new-header__sub-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 24px 16px 0;
  text-decoration: none;
  min-height: 92px;
}
.b-new-header__sub-item img {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.b-new-header__sub-item span {
  font-size: 16px;
  font-weight: 400;
  color: #2D2D2D;
  line-height: 1.22;
  transition: color 0.15s;
}
.b-new-header__sub-item:hover span {
  color: #0053FA;
}
.b-new-header__mm {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  height: calc(100dvh - 80px);
  z-index: 1001;
  overflow: hidden;
}
.b-new-header__mm.--open {
  display: block;
}
.b-new-header__mm-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: env(safe-area-inset-bottom);
}
.b-new-header__mm-panel.--active {
  transform: translateX(0);
}
.b-new-header__mm-panel.--prev {
  transform: translateX(-25%);
}
.b-new-header__mm-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 20px;
  background: #222D5A;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 2;
}
.b-new-header__mm-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.b-new-header__mm-close {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
}
.b-new-header__mm-back {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  padding: 0;
}
.b-new-header__mm-body {
  display: flex;
  flex-direction: column;
}
.b-new-header__mm-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 12px 20px;
  text-decoration: none;
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 600;
  font-family: inherit;
  background: none;
  border: none;
  border-bottom: 1px solid #F5F5F5;
  cursor: pointer;
  text-align: left;
  width: 100%;
}
.b-new-header__mm-item span {
  flex: 1;
}
.b-new-header__mm-item.--all {
  color: #0053FA;
  font-weight: 700;
}
.b-new-header__mm-item:active {
  background: #F5F5F5;
}
.b-new-header__mm-chevron {
  margin-left: auto;
  flex-shrink: 0;
}
.b-new-header__mm-contact svg {
  flex-shrink: 0;
}
.b-new-header__mob-icons {
  display: none;
  align-items: center;
  gap: 10px;
}
.b-new-header__mob-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  flex-shrink: 0;
  transition: background 0.2s;
}
.b-new-header__mob-icon:hover {
  background: rgba(255, 255, 255, 0.22);
}
.b-new-header__search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  background: #222D5A;
  padding: 12px 16px;
  transform: translateY(-100%);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.b-new-header__search-overlay.--open {
  transform: translateY(0);
}
.b-new-header__search-overlay-form {
  display: flex;
  align-items: center;
  gap: 8px;
}
.b-new-header__search-overlay-form input {
  flex: 1;
  height: 44px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  outline: none;
  font-family: inherit;
}
.b-new-header__search-overlay-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.b-new-header__search-overlay-submit {
  width: 44px;
  height: 44px;
  background: #0053FA;
  border: none;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  transition: background 0.2s;
}
.b-new-header__search-overlay-submit:hover {
  background: #0045d1;
}
.b-new-header__search-overlay-close {
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.b-new-header__search-overlay-close:hover {
  opacity: 1;
}

@media (max-width: 1199px) {
  .b-new-header__sub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .b-new-header__cats {
    min-width: 220px;
    width: 220px;
  }
  .b-new-header__phone {
    font-size: 17px;
  }
  .b-new-header__sub {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .b-new-header__top {
    display: none;
  }
  .b-new-header__nav {
    display: none;
  }
  .b-new-header__phone {
    display: none;
  }
  .b-new-header__search {
    display: none;
  }
  .b-new-header__catalog-text {
    display: none;
  }
  .b-new-header__catalog-btn {
    padding: 0 12px;
    border-radius: 4px;
    height: 36px;
  }
  .b-new-header__brand {
    flex: 1;
    gap: 8px;
  }
  .b-new-header__logo {
    margin-right: auto;
  }
  .b-new-header__mob-icons {
    display: flex;
  }
  .b-new-header__dropdown {
    display: none !important;
  }
  .b-new-header__mm {
    display: none;
  }
  .b-new-header__mm.--open {
    display: block;
  }
}
@media (max-width: 767px) {
  .b-new-header__main {
    height: 64px;
  }
  .b-new-header__mm {
    top: 64px;
    height: calc(100vh - 64px);
    height: calc(100dvh - 64px);
  }
  .b-new-header__logo img {
    width: 140px;
    height: auto;
  }
  .b-new-header__search input {
    font-size: 14px;
  }
  .b-new-header__dropdown-inner {
    flex-direction: column;
  }
  .b-new-header__cats {
    width: 100%;
    min-width: unset;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 8px 16px;
  }
  .b-new-header__cats::before {
    display: none;
  }
  .b-new-header__cat {
    height: 48px;
    flex: 0 0 50%;
    padding: 0 8px;
  }
  .b-new-header__cat span {
    font-size: 13px;
  }
  .b-new-header__sub-grid {
    grid-template-columns: 1fr 1fr;
    padding: 0 16px;
  }
  .b-new-header__sub-actions {
    padding: 12px 16px;
    height: auto;
    flex-wrap: wrap;
  }
  .b-new-header__sub {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .b-new-header__brand {
    gap: 10px;
  }
  .b-new-header__cat {
    flex: 0 0 100%;
  }
  .b-new-header__sub-grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=new_header.css.map */
