html body .header_nav .header_catalog {
  width: 360px;
  max-width: 100vw;
}
html body .header_nav .header_catalog .header_catalog_wrapper {
  padding: 0;
  flex-direction: row;
}
html body .header_nav .header_catalog .header_catalog_wrapper .sex-section {
  width: 360px;
  min-width: 360px;
  display: flex;
  flex-direction: column;
}
html body .header_nav .header_catalog .header_catalog_wrapper .sex-section > * {
  min-height: 56px;
  display: flex;
  align-items: center;
}
html body .header_nav .header_catalog .header_catalog_wrapper .sex-section label {
  width: 100%;
  cursor: pointer;
}
html body .header_nav .header_catalog .header_catalog_wrapper .sex-section label input {
  display: none;
}
html body .header_nav .header_catalog .header_catalog_wrapper .sex-section label input:checked:not(.hover-another) + span,
html body .header_nav .header_catalog .header_catalog_wrapper .sex-section label input.hover + span {
  background: black;
  color: white;
}
html body .header_nav .header_catalog .header_catalog_wrapper .sex-section label span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 37px;
}
html body .header_nav .header_catalog .header_catalog_wrapper .sex-section .item_main {
  font-size: 14px;
  font-weight: 700;
  padding-left: 36px;
}
html body .header_nav .header_catalog .header_catalog_wrapper .header_catalog_list {
  visibility: hidden;
  width: 0;
  padding: 64px 0 60px 0;
  gap: 0 130px;
  border: none;
  grid-auto-rows: 40px;
  margin: 0;
}
html body .header_nav .header_catalog .header_catalog_wrapper .header_catalog_list .item {
  padding: 10px 0;
  min-width: 150px;
}
html body .header_nav .header_catalog.open {
  width: 100vw;
}
html body .header_nav .header_catalog.open .header_catalog_list.active {
  display: grid;
  visibility: visible;
  padding-left: 60px;
}
html body .header_nav .header_catalog.open .sex-section {
  border-right: 1px solid black;
}
/*# sourceMappingURL=style.css.map */