.sub-menu {
  margin: 20px 0 40px 0;
}
@media (max-width: 1440px) {
  .sub-menu {
    margin: 1.3888888889vw 0 2.7777777778vw 0;
  }
}
.sub-menu .catalogue {
  margin-top: 31px;
  padding: 28px 24px 24px 24px;
  border-radius: 16px;
  background-color: #ffffff;
}
.sub-menu .catalogue .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub-menu .catalogue .top .left {
  padding-left: 25px;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}
.sub-menu .catalogue .top .left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 19px;
  transform: rotate(180deg);
  background-image: url("/images/icons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.sub-menu .catalogue .top .right {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #333333;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid #333333;
  cursor: pointer;
}
.sub-menu .catalogue .main {
  max-width: 1135px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
  grid-column-gap: 50px;
  grid-row-gap: 12px;
}
.sub-menu .catalogue .main a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #333333;
  padding: 12px 8px;
  border-radius: 8px;
  border: 1px solid rgba(0, 16, 61, 0.06);
}
.sub-menu .bottom {
  padding: 12px;
  gap: 8px;
  height: 50px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .sub-menu .bottom div:not(.sort, .filter-btn) {
    display: none;
  }
}
.sub-menu .bottom .filter-btn {
  display: none;
  padding: 3px 10px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1024px) {
  .sub-menu .bottom .filter-btn {
    display: initial;
  }
}
.sub-menu .bottom div:not(.sort, .filter-btn) {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #333333;
}
.sub-menu .bottom .sort {
  padding-left: 26px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.sub-menu .bottom .sort:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 16px;
  background-image: url("/images/icons/sort.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.sub-menu h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
}

section.sub-menu:has(.path) {
  margin-top: 12px;
}
section.sub-menu:has(.path) .path {
  line-height: 17px;
}
section.sub-menu:has(.path) .path span {
  font-size: 13px;
  font-weight: 400;
  color: #0F1A2A;
}
section.sub-menu:has(.path) .path span:not(:last-child) {
  margin-right: 20px;
  position: relative;
}
section.sub-menu:has(.path) .path span:not(:last-child):after {
  content: "";
  position: absolute;
  top: 3.5px;
  right: -12px;
  width: 6px;
  height: 10px;
  background-image: url("/images/icons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
section.sub-menu:has(.path) .path span:last-child {
  color: #FFA800;
}

/*# sourceMappingURL=sub-menu.css.map */
