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

header .menu-catalog-wrapper .menu-catalog {
  position: absolute;
  width: 1220px;
  right: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.25s, visibility 0.25s;
  background-color: #ffffff;
  margin: auto;
  opacity: 0;
  visibility: hidden;
}
header .menu-catalog-wrapper .menu-catalog:after {
  content: "";
  position: absolute;
  inset: 0 -3000px;
  background-color: #ffffff;
  z-index: -1;
}
header .menu-catalog-wrapper .menu-catalog.expanded {
  opacity: 1;
  visibility: visible;
}
header .menu-catalog-wrapper .menu-catalog.dynamic .menu-catalog-inner-wrapper {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
}
header .menu-catalog-wrapper .menu-catalog.dynamic .menu-catalog-content ul.list-level-0 {
  display: none;
}
header .menu-catalog-wrapper .menu-catalog.dynamic .menu-catalog-content ul.list-level-0.expanded {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
}
header .menu-catalog-wrapper .menu-catalog.dynamic .menu-catalog-content ul.list-level-0 > li.list-item > .list-item-title a {
  color: #434343;
  font-size: 20px;
  line-height: 28px;
  font-family: "NunitoSans";
  font-weight: 400;
}
header .menu-catalog-wrapper .menu-catalog.dynamic .menu-catalog-content ul.list-level-1 li.list-item .list-item-title a {
  color: #434343;
  font-size: 14px;
  line-height: 20px;
  font-family: "NunitoSans";
  font-weight: 400;
}
header .menu-catalog-wrapper .menu-catalog.dynamic .menu-catalog-content {
  padding: 20px;
  background-color: #bfbfbf;
}
header .menu-catalog-wrapper .menu-catalog .menu-catalog-header {
  padding: 0;
}
header .menu-catalog-wrapper .menu-catalog .menu-catalog-header ul.list-level-0 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
header .menu-catalog-wrapper .menu-catalog .menu-catalog-header ul.list-level-0 .list-item .list-item-title a {
  display: flex;
  gap: 8px;
  color: #595959;
  font-size: 20px;
  line-height: 28px;
  font-family: "NunitoSans";
  font-weight: 600;
}
header .menu-catalog-wrapper .menu-catalog .menu-catalog-header ul.list-level-0 .list-item .list-item-title a:hover {
  color: #434343;
  border-color: transparent;
  background-color: #bfbfbf;
}
header .menu-catalog-wrapper .menu-catalog .menu-catalog-header ul.list-level-0 .list-item .list-item-title a {
  padding: 8px;
  border: 0 solid transparent;
  border-radius: 0;
  background-color: #d9d9d9;
}
header .menu-catalog-wrapper .menu-catalog ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .menu-catalog-wrapper .menu-catalog ul li {
  margin: 0;
  list-style: none;
}
header .menu-catalog-wrapper .menu-catalog .menu-catalog-inner-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

header .menu-catalog-wrapper .menu-catalog {
  top: 134px;
}
header .menu-catalog-wrapper .menu-catalog a {
  color: #262626;
}
header .menu-catalog-wrapper .menu-catalog a:hover {
  color: #ED1A22;
}
header .menu-catalog-wrapper .menu-catalog .menu-catalog-content > .list-level-0.two-level-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
header .menu-catalog-wrapper .menu-catalog .menu-catalog-content > .list-level-0.two-level-list > .list-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
header .menu-catalog-wrapper .menu-catalog .menu-catalog-content > .list-level-0.two-level-list > .list-item > .list-item-title {
  font-size: 20px;
  line-height: 28px;
  font-family: "NunitoSans";
  font-weight: 700;
}
header .menu-catalog-wrapper .menu-catalog .menu-catalog-content > .list-level-0.two-level-list > .list-item .list-level-1 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
header .menu-catalog-wrapper .menu-catalog .catalog-menu-overlay {
  position: absolute;
  width: 200vw;
  height: 1000vh;
  left: -50%;
  background-color: #212225;
  z-index: 9;
  opacity: 0.7;
  visibility: visible;
  transition: opacity 0.25s, visibility 0.25s;
}
@media (max-width: 1279px) {
  header .menu-catalog-wrapper .menu-catalog {
    width: 992px;
  }
}
@media (max-width: 1023px) {
  header .menu-catalog-wrapper .menu-catalog {
    width: auto;
  }
}
@media (max-width: 767px) {
  header .menu-catalog-wrapper .menu-catalog {
    width: auto;
  }
}