:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#f49b0f;
}

header {
  background-color: #e4e5e7;
  margin: 0 -3000px;
  padding: 30px 3000px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
header .mobile-navigation {
  display: none !important;
}
header .desktop-only {
  display: block;
}
@media (max-width: 1023px) {
  header .desktop-only {
    display: none !important;
  }
}
header .mobile-only {
  display: none !important;
}
@media (max-width: 1279px) {
  header .mobile-only {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  header .mobile-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  header .mobile-only {
    display: block !important;
  }
}
@media (max-width: 479px) {
  header .mobile-only {
    display: block !important;
  }
}
header .header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: calc(198px + 18px);
}
header .header__top .top-nav .menu__item.expanded .menu-level-1 {
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: #ffffff;
  z-index: 100;
  padding: 18px;
  width: 140px;
  top: calc(100% + 8px);
  box-shadow: 0 3px 10px rgba(30, 41, 117, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s, opacity 0.3s ease-in-out;
  border-radius: 2px;
}
header .header__top .top-nav .menu__item.expanded:hover .menu-level-1 {
  opacity: 1;
  visibility: visible;
}
header .header__top .top-nav a {
  color: #0C2447;
}
header .header__top .top-nav a:hover {
  color: #f49b0f;
}
header .header__top .top-nav ul {
  display: flex;
  gap: 18px;
  align-items: baseline;
  padding-left: 0;
  margin: 0;
}
header .header__top .top-nav ul li {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 400;
}
header .header__top .form_and_phone {
  display: flex;
  gap: 18px;
}
header .header__top .header__form {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 400;
}
header .header__top .header__form a {
  color: #0C2447;
}
header .header__top .header__form a:hover {
  color: #f49b0f;
}
header .header__top .header__phone {
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 800;
}
header .header__top .header__phone a {
  color: #262626;
}
header .header__main {
  display: grid;
  grid-template-columns: 198px 157px 1fr auto;
  gap: 18px;
}
@media (max-width: 1023px) {
  header .header__main {
    grid-template-columns: 44px auto 105px;
  }
}
header .header__main .header__logo {
  width: 198px;
  height: 44px;
  grid-row: auto;
  grid-column: auto;
}
@media (max-width: 1023px) {
  header .header__main .header__logo {
    grid-row: 1;
  }
}
@media (max-width: 1023px) {
  header .header__main .header__logo {
    grid-column: 1/span 2;
  }
}
header .header__main .header__catalog .menu-catalog-btn {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 2px;
  height: 44px;
  gap: 12px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  background-color: #f49b0f;
  border-color: #f49b0f;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .header__main .header__catalog .menu-catalog-btn:hover {
  background-color: #ffb938;
  border-color: #ffb938;
  color: #ffffff;
}
header .header__main .header__catalog .menu-catalog-btn:hover:first-child {
  text-decoration: none;
}
header .header__main .header__catalog .menu-catalog-btn:hover::before {
  text-decoration: none;
}
header .header__main .header__catalog .menu-catalog-btn::before {
  content: "\e91a";
  font-family: "icon-base";
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}
header .header__main .header__mobile-menu {
  display: flex;
}
header .header__main .header__mobile-menu button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 2px;
  height: 44px;
  gap: 12px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  background-color: #f49b0f;
  border-color: #f49b0f;
  color: #ffffff;
  font-weight: 400;
  padding: 0 21px;
  width: 44px;
}
header .header__main .header__mobile-menu button:hover:first-child {
  text-decoration: none;
}
header .header__main .header__mobile-menu button:hover::before {
  text-decoration: none;
}
header .header__main .header__mobile-menu button:first-child {
  text-decoration: none;
}
header .header__main .header__mobile-menu button::before {
  content: "\e91a";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  text-decoration: none;
}
header .header__main .header__mobile-menu button:hover {
  background-color: #ffb938;
  border-color: #ffb938;
  color: #ffffff;
}
header .header__main .header__search {
  grid-row: auto;
  grid-column: auto;
}
@media (max-width: 1023px) {
  header .header__main .header__search {
    grid-row: 2;
  }
}
@media (max-width: 1023px) {
  header .header__main .header__search {
    grid-column: 2/span 2;
  }
}
header .header__main .header__search form.search {
  position: relative;
  background-color: #ffffff;
}
header .header__main .header__search form.search .form-item {
  width: 100%;
}
header .header__main .header__search form.search input {
  height: 44px;
  border: none;
  width: calc(100% - 44px);
}
header .header__main .header__search form.search input::placeholder {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 400;
}
header .header__main .header__search form.search .form-actions, header .header__main .header__search form.search .form-item-clear {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
header .header__main .header__search form.search .form-actions button, header .header__main .header__search form.search .form-item-clear button {
  font-weight: 400;
  width: 100%;
  height: 100%;
}
header .header__main .header__search form.search.is-button-clear .form-actions {
  display: none;
}
header .header__main .header__icons {
  display: flex;
  gap: 18px;
  grid-row: auto;
}
@media (max-width: 1023px) {
  header .header__main .header__icons {
    grid-row: 1;
  }
}
header .header__main .header__icons .header__phone-button a {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 2px;
  height: 44px;
  gap: 12px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  background-color: #ffffff;
  border-color: #f49b0f;
  color: #f49b0f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  border-color: transparent;
  font-weight: 400;
}
header .header__main .header__icons .header__phone-button a:hover {
  background-color: #ffffff;
  border-color: #ffcd61;
  color: #ffcd61;
}
header .header__main .header__icons .header__phone-button a:hover:first-child {
  text-decoration: none;
}
header .header__main .header__icons .header__phone-button a:hover::before {
  text-decoration: none;
}
header .header__main .header__icons .header__phone-button a:first-child {
  text-decoration: none;
}
header .header__main .header__icons .header__phone-button a::before {
  content: "\e92d";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  text-decoration: none;
}
header .header__main .header__icons .header__visualcat a {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 2px;
  height: 44px;
  gap: 12px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  background-color: #ffffff;
  border-color: #f49b0f;
  color: #f49b0f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  color: #595959;
  font-weight: 400;
}
header .header__main .header__icons .header__visualcat a:hover {
  background-color: #ffffff;
  border-color: #ffcd61;
  color: #ffcd61;
}
header .header__main .header__icons .header__visualcat a:hover:first-child {
  text-decoration: none;
}
header .header__main .header__icons .header__visualcat a:hover::before {
  text-decoration: none;
}
header .header__main .header__icons .header__visualcat a::before {
  content: "\e92b";
  font-family: "icon-base";
  font-size: 24px;
  line-height: 24px;
  color: #8c8c8c;
  margin: 0;
  text-decoration: none;
}
header .header__main .header__icons .header__visualcat a:before {
  transition: color 0.2s ease-in-out;
}
header .header__main .header__icons .header__visualcat a:hover {
  border-color: transparent;
}
header .header__main .header__icons .header__visualcat a:hover:before {
  transition: color 0.2s ease-in-out;
  color: #ffcd61;
}
header .header__main .header__icons .header__cart {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 2px;
  height: 44px;
  gap: 12px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  background-color: #ffffff;
  border-color: #f49b0f;
  color: #f49b0f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  border-color: transparent;
  font-weight: 400;
}
header .header__main .header__icons .header__cart:hover {
  background-color: #ffffff;
  border-color: #ffcd61;
  color: #ffcd61;
}
header .header__main .header__icons .header__cart:hover:first-child {
  text-decoration: none;
}
header .header__main .header__icons .header__cart:hover::before {
  text-decoration: none;
}
header .header__main .header__icons .header__cart:first-child {
  text-decoration: none;
}
header .header__main .header__icons .header__cart::before {
  content: "\e92c";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  text-decoration: none;
}
header .header__main .header__icons .header__cart .button-link {
  width: 44px;
  height: 44px;
  position: absolute;
}
header .header__main .header__icons .header__cart .badge {
  right: 6px;
  top: 4px;
}
header .header__main .header__icons .header__cart:before {
  transition: color 0.2s ease-in-out;
}
header .header__main .header__icons .header__cart:hover {
  border-color: transparent;
}
header .header__main .header__icons .header__cart:hover:before {
  transition: color 0.2s ease-in-out;
  color: #ffcd61;
}
header .header__main .header__icons .header__favorites {
  width: 44px;
}
header .header__main .header__icons .header__favorites .button-link {
  width: 44px;
  height: 44px;
  position: absolute;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 2px;
  height: 44px;
  gap: 12px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  background-color: #ffffff;
  border-color: #f49b0f;
  color: #f49b0f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  font-weight: 400;
  padding: 0;
  border-color: transparent;
}
header .header__main .header__icons .header__favorites .button-link:hover {
  background-color: #ffffff;
  border-color: #ffcd61;
  color: #ffcd61;
}
header .header__main .header__icons .header__favorites .button-link:hover:first-child {
  text-decoration: none;
}
header .header__main .header__icons .header__favorites .button-link:hover::before {
  text-decoration: none;
}
header .header__main .header__icons .header__favorites .button-link:first-child {
  text-decoration: none;
}
header .header__main .header__icons .header__favorites .button-link::before {
  content: "\e91d";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  text-decoration: none;
}
header .header__main .header__icons .header__favorites .button-link:before {
  transition: color 0.2s ease-in-out;
}
header .header__main .header__icons .header__favorites .button-link:hover {
  border-color: transparent;
}
header .header__main .header__icons .header__favorites .button-link:hover:before {
  transition: color 0.2s ease-in-out;
  color: #ffcd61;
}
header .header__main .header__icons .header__favorites .badge {
  right: 6px;
  top: 4px;
}
header .header__main .header__icons .header__phone-button {
  display: flex;
}