/* .catalogMenu {
  display: flex;
  position: fixed;
  background: var(--colorWhite);
  top: var(--headerHeight);
  left: 0;
  width: 100%;
  overflow-y: auto;
  height: auto;
  max-height: calc(100vh - var(--headerHeight));
}
.catalogMenu ul {
  list-style: none;
}
.catalogMenu .level0 a {
  text-decoration: none;
}

body.withCatalog {
}
.withCatalog #tint {
  top: var(--headerHeight);
}

.level1 .parent a {
  font-weight: bold;
  text-decoration: none;
}
.level2 a {
  text-decoration: underline;
}
.level2 a:hover {
  text-decoration: none;
} */
