@media (max-width: 1249px) {
  .nav--header {
    margin-top: 17px;
    padding-left: 23px;
    padding-right: 5px; } }

.nav--header .nav-item {
  display: flex; }

@media (min-width: 1024px) {
  .nav--header .nav-link:hover,
  .nav--header .nav-lvl2-link:hover {
    cursor: pointer;
    color: #dd1281; } }

.nav--header .nav-item-name {
  position: relative; }
  @media (max-width: 767px) {
    .nav--header .nav-item-name {
      font-size: 16px; } }
  .nav--header .nav-item-name:after {
    position: absolute;
    content: "";
    left: 0;
    right: 100%;
    transition: all 0.3s ease;
    bottom: 0px;
    height: 1px;
    background-color: #dd1281; }

.nav--header .nav-link {
  display: flex;
  align-items: center; }
  @media (max-width: 1249px) {
    .nav--header .nav-link {
      justify-content: space-between; } }
  .nav--header .nav-link .nav-toggle {
    transform: rotate(90deg);
    margin-left: 4px;
    transition: all 0.3s ease; }
    @media (max-width: 1249px) {
      .nav--header .nav-link .nav-toggle {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center; } }

@media (max-width: 1799px) {
  .nav--header {
    margin-left: 0px; } }

@media (max-width: 1249px) {
  .nav--header {
    margin-left: 20px;
    margin-left: 0px;
    padding-top: 23px;
    border-top: 1px solid #b9c4d6; } }

.nav--header .nav-list {
  display: flex; }
  @media (max-width: 1249px) {
    .nav--header .nav-list {
      flex-direction: column; } }

.nav--header .nav-item {
  margin-right: 40px;
  white-space: nowrap; }
  @media (max-width: 1799px) {
    .nav--header .nav-item {
      margin-right: 20px; } }
  @media (max-width: 1249px) {
    .nav--header .nav-item {
      margin-bottom: 30px;
      margin-right: 0px;
      flex-direction: column; } }
  .nav--header .nav-item:last-child {
    margin-right: 0px; }
  .nav--header .nav-item.has-nav {
    position: relative; }
    @media (min-width: 1024px) {
      .nav--header .nav-item.has-nav:hover {
        cursor: pointer; }
        .nav--header .nav-item.has-nav:hover .nav-lvl2 {
          opacity: 1;
          visibility: visible;
          transform: translateX(calc(-50% - 0px)); } }
  @media (min-width: 1024px) {
    .nav--header .nav-item:hover {
      cursor: pointer; }
      .nav--header .nav-item:hover .nav-item-name:after {
        position: absolute;
        content: "";
        right: 0; }
      .nav--header .nav-item:hover .nav-toggle {
        transform: rotate(-90deg); }
        .nav--header .nav-item:hover .nav-toggle .icon {
          fill: #dd1281; } }
  @media (min-width: 1024px) {
    .nav--header .nav-item:hover {
      cursor: pointer; }
      .nav--header .nav-item:hover .nav-item-name {
        color: #dd1281; }
        .nav--header .nav-item:hover .nav-item-name:after {
          position: absolute;
          content: "";
          right: 0; }
      .nav--header .nav-item:hover .nav-toggle {
        transform: rotate(-90deg); }
        .nav--header .nav-item:hover .nav-toggle .icon {
          fill: #dd1281; } }
  .nav--header .nav-item.active .nav-item-name {
    color: #004897; }
    .nav--header .nav-item.active .nav-item-name:after {
      position: absolute;
      content: "";
      right: 0;
      background-color: #004897; }
  .nav--header .nav-item.active .nav-toggle .icon {
    fill: #004897; }

.nav--header .nav-lvl2 {
  top: calc(100% + var(--absolute-top));
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% - 40px));
  padding: 14px 20px;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 13; }
  .nav--header .nav-lvl2:before {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 0;
    right: 0;
    height: 20px; }
  @media (max-width: 1249px) {
    .nav--header .nav-lvl2 {
      position: relative;
      padding: 0px;
      box-shadow: none;
      transform: none;
      left: auto;
      opacity: 1;
      visibility: visible;
      max-height: 0;
      overflow: hidden; }
      .nav--header .nav-lvl2.active {
        max-height: none; } }

@media (max-width: 1249px) {
  .nav--header .nav-lvl2-list {
    margin-top: 20px;
    padding-left: 14px; } }

.nav--header .nav-lvl2-item {
  white-space: nowrap; }
  .nav--header .nav-lvl2-item:not(:last-child) {
    margin-bottom: 15px; }

.nav--header .nav-lvl2-item-name {
  line-height: 1.2; }

.nav--catalog {
  padding: 0px 10px;
  break-inside: avoid-column;
  page-break-inside: avoid; }
  @media (max-width: 1249px) {
    .nav--catalog {
      padding: 0px; } }
  @media (max-width: 1249px) {
    .nav--catalog .nav-list {
      flex-direction: column; } }
  .nav--catalog .nav-item {
    border-radius: 5px;
    margin-bottom: 16px;
    margin-bottom: 70px; }
    @media (max-width: 1249px) {
      .nav--catalog .nav-item {
        margin-bottom: 0px; } }
  .nav--catalog .nav-item-img {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex: 0 0 auto; }
    .nav--catalog .nav-item-img img {
      max-width: 100%;
      max-height: 100%; }
  .nav--catalog .nav-link {
    padding: 0px 0px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px; }
    @media (max-width: 1249px) {
      .nav--catalog .nav-link {
        font-size: 18px; } }
    @media (min-width: 1024px) {
      .nav--catalog .nav-link:hover {
        cursor: pointer;
        color: #004897; } }
  .nav--catalog .nav-toggle {
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.84417 0.330685C1.00986 0.116467 1.32326 0.0730528 1.54417 0.233716L5.24417 2.92461L8.94417 0.233716C9.16508 0.0730528 9.47849 0.116467 9.64417 0.330685C9.80986 0.544903 9.76508 0.848805 9.54417 1.00947L5.24417 4.13672L0.94417 1.00947C0.723256 0.848805 0.678485 0.544903 0.84417 0.330685Z' fill='%23181818'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 20px;
    flex: 0 0 auto; }
  @media (max-width: 1249px) {
    .nav--catalog .nav-lvl2 {
      max-height: 0px;
      overflow: hidden; } }
  .nav--catalog .nav-lvl2-item {
    margin-bottom: 15px; }
  .nav--catalog .nav-lvl2-link {
    padding-left: 12px;
    position: relative; }
    @media (min-width: 1024px) {
      .nav--catalog .nav-lvl2-link:hover {
        cursor: pointer;
        color: #004897; } }
    .nav--catalog .nav-lvl2-link:before {
      position: absolute;
      content: "";
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #181818;
      left: 0;
      top: calc(50% - 3px); }

.nav--catalog-2 {
  height: 192px;
  width: 100%; }
  @media (max-width: 767px) {
    .nav--catalog-2 {
      height: auto; } }
  .nav--catalog-2 .nav-item {
    border-radius: 5px;
    margin-bottom: 16px;
    border-radius: 5px;
    border: 1px solid #b9c4d6;
    position: relative;
    border-bottom: transparent; }
    @media (max-width: 767px) {
      .nav--catalog-2 .nav-item {
        margin-bottom: 0px;
        border-bottom: 1px solid #b9c4d6; } }
  .nav--catalog-2 .nav-item-img {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; }
    .nav--catalog-2 .nav-item-img img {
      max-width: 100%;
      max-height: 100%; }
  .nav--catalog-2 .nav-link {
    padding: 10px 16px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    position: relative; }
    @media (min-width: 1024px) {
      .nav--catalog-2 .nav-link:hover {
        cursor: pointer;
        color: #004897; } }
    @media (max-width: 767px) {
      .nav--catalog-2 .nav-link {
        font-size: 18px; } }
  .nav--catalog-2 .nav-lvl2 {
    background: #f2eeee;
    padding: 16px;
    padding-bottom: 34px;
    position: relative;
    max-height: 122px;
    min-height: 122px;
    overflow: hidden;
    z-index: 10;
    border-radius: 5px;
    border-bottom: 1px solid #b9c4d6; }
    @media (max-width: 767px) {
      .nav--catalog-2 .nav-lvl2 {
        display: none;
        min-height: auto; } }
    .nav--catalog-2 .nav-lvl2:before {
      position: absolute;
      content: "";
      left: 20px;
      right: 20px;
      height: 1px;
      background-color: #b9c4d6;
      top: 0; }
    .nav--catalog-2 .nav-lvl2:after {
      position: absolute;
      content: "";
      height: 50px;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(180deg, rgba(242, 238, 238, 0.91) 0%, #f2eeee 100%);
      z-index: 10; }
  .nav--catalog-2 .nav-lvl2-item {
    margin-bottom: 15px; }
    .nav--catalog-2 .nav-lvl2-item:last-of-type {
      margin-bottom: 0px; }
  .nav--catalog-2 .nav-lvl2-link {
    padding-left: 12px;
    position: relative; }
    @media (min-width: 1024px) {
      .nav--catalog-2 .nav-lvl2-link:hover {
        cursor: pointer;
        color: #004897; } }
    .nav--catalog-2 .nav-lvl2-link:before {
      position: absolute;
      content: "";
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #181818;
      left: 0;
      top: calc(50% - 3px); }
  .nav--catalog-2 .index-catalog__toggle {
    position: absolute;
    left: 50%;
    bottom: 13px;
    z-index: 11;
    transform: translateX(-50%) rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease; }
    .nav--catalog-2 .index-catalog__toggle:before {
      position: absolute;
      content: "";
      left: -5px;
      right: -5px;
      top: -5px;
      bottom: -5px; }
    @media (min-width: 1024px) {
      .nav--catalog-2 .index-catalog__toggle:hover {
        cursor: pointer;
        opacity: 0.7; } }
    .nav--catalog-2 .index-catalog__toggle .icon {
      fill: #0047ba; }

.nav--footer .nav-link {
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease; }
  @media (min-width: 1024px) {
    .nav--footer .nav-link:hover {
      cursor: pointer;
      border-color: #fff; } }
  @media (max-width: 767px) {
    .nav--footer .nav-link {
      font-size: 14px; } }

.nav--footer .nav-item {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .nav--footer .nav-item {
      margin-bottom: 15px; } }

@media (max-width: 1249px) {
  .nav--catalog-mob .nav-lvl2 {
    display: none;
    background: transparent;
    border-bottom: none;
    max-height: none;
    padding: 0px;
    padding-left: 58px;
    margin-top: 10px; }
    .nav--catalog-mob .nav-lvl2:after, .nav--catalog-mob .nav-lvl2:before {
      display: none; }
  .nav--catalog-mob .nav-item {
    border: none;
    margin-bottom: 0px; }
  .nav--catalog-mob .nav-lvl2-item-name {
    font-size: 16px; }
  .nav--catalog-mob .nav-link {
    padding: 0px;
    font-size: 18px; }
  .nav--catalog-mob .nav-lvl2-link {
    padding-left: 0px; }
    .nav--catalog-mob .nav-lvl2-link:before {
      display: none; } }

@media (max-width: 1249px) {
  .nav--catalog-mob {
    height: auto; } }

.nav--catalog-mob .nav-toggle {
  display: none; }

@media (max-width: 1249px) {
  .nav--catalog-mob .nav-toggle {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    pointer-events: none; }
    .nav--catalog-mob .nav-toggle .icon {
      transform: rotate(180deg); }
  .nav--catalog-mob.active .nav-toggle .icon {
    transform: rotate(0deg); } }

@media (max-width: 1249px) and (max-width: 1249px) {
  .nav--catalog-mob.active .nav-lvl2 {
    display: block; } }

.nav--personal .nav-item {
  margin-bottom: 20px; }
  .nav--personal .nav-item.active .nav-link {
    color: #004897; }

.nav--personal .nav-link {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500; }
  @media (min-width: 1024px) {
    .nav--personal .nav-link:hover {
      cursor: pointer;
      color: #004897; } }

@media (max-width: 1249px) {
  .nav--personal:not(.nav-header-personal) {
    padding-top: 40px;
    border: 1px solid #b9c4d6;
    height: 40px;
    border-radius: 2px;
    position: relative;
    z-index: 100;
    margin-bottom: 30px; }
    .nav--personal:not(.nav-header-personal) .nav-item.active {
      position: absolute;
      top: 7px;
      z-index: 10;
      left: 10px;
      pointer-events: none; }
    .nav--personal:not(.nav-header-personal) .nav-item:not(.active) {
      padding: 10px 10px;
      margin-bottom: 0px; }
    .nav--personal:not(.nav-header-personal) .nav-list {
      background-color: #fff;
      margin: 0px -1px;
      max-height: 0;
      overflow: hidden; }
    .nav--personal:not(.nav-header-personal).active .nav-list {
      max-height: none;
      border: 1px solid #b9c4d6; }
    .nav--personal:not(.nav-header-personal).active:after {
      transform: rotate(180deg); }
    .nav--personal:not(.nav-header-personal):after {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.600029 0.830685C0.765715 0.616467 1.07912 0.573053 1.30003 0.733716L5.00003 3.42461L8.70003 0.733716C8.92094 0.573053 9.23434 0.616467 9.40003 0.830685C9.56571 1.0449 9.52094 1.3488 9.30003 1.50947L5.00003 4.63672L0.700029 1.50947C0.479116 1.3488 0.434344 1.0449 0.600029 0.830685Z' fill='%23004897'/%3E%3C/svg%3E%0A");
      background-position: center;
      background-repeat: no-repeat;
      right: 10px;
      top: 15px;
      transition: all 0.3s ease; } }

.nav--company {
  max-width: 200px;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 0; }
  .nav--company .nav-company__text {
    display: none; }
    @media (max-width: 1249px) {
      .nav--company .nav-company__text {
        display: flex;
        align-items: center;
        height: 40px;
        padding: 6px 20px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        pointer-events: none; }
        .nav--company .nav-company__text span {
          font-size: 16px;
          line-height: 28px;
          font-weight: 500;
          color: #0047ba; } }
  @media (max-width: 1249px) {
    .nav--company {
      max-width: none;
      padding: 0;
      padding-top: 40px;
      border: 1px solid #b9c4d6;
      height: 40px;
      border-radius: 2px;
      position: relative;
      margin-bottom: 30px; }
      .nav--company .nav-item.active {
        pointer-events: none; }
        .nav--company .nav-item.active.has-nav {
          pointer-events: auto; }
        .nav--company .nav-item.active .nav-link {
          color: #004897;
          padding-left: 16px;
          border-left: 4px solid #0047ba;
          background-color: rgba(0, 71, 186, 0.05); }
      .nav--company .nav-item:not(.active) {
        padding: 10px 10px;
        margin-bottom: 0px; } }
    @media (max-width: 1249px) and (max-width: 1249px) {
      .nav--company .nav-item:not(.active) {
        padding: 0; } }
  @media (max-width: 1249px) {
      .nav--company .nav-list {
        background-color: #fff;
        margin: 0px -1px;
        max-height: 0;
        overflow: hidden; }
      .nav--company.active {
        z-index: 13; }
        .nav--company.active .nav-list {
          max-height: none;
          border: 1px solid #b9c4d6; }
        .nav--company.active:after {
          transform: rotate(180deg); }
      .nav--company:after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.600029 0.830685C0.765715 0.616467 1.07912 0.573053 1.30003 0.733716L5.00003 3.42461L8.70003 0.733716C8.92094 0.573053 9.23434 0.616467 9.40003 0.830685C9.56571 1.0449 9.52094 1.3488 9.30003 1.50947L5.00003 4.63672L0.700029 1.50947C0.479116 1.3488 0.434344 1.0449 0.600029 0.830685Z' fill='%23004897'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat;
        right: 10px;
        top: 15px;
        transition: all 0.3s ease; } }
  .nav--company .nav-item:not(:last-child), .nav--company .nav-lvl2-item:not(:last-child) {
    margin-bottom: 6px; }
  @media (min-width: 1250px) {
    .nav--company .nav-item.active .nav-link {
      border-left: 3px solid #004897;
      background: rgba(0, 72, 151, 0.1);
      pointer-events: none;
      padding-left: 17px;
      color: #004897; } }
  @media (max-width: 1249px) {
    .nav--company .nav-lvl2-item.active {
      pointer-events: none; }
      .nav--company .nav-lvl2-item.active .nav-lvl2-link {
        color: #004897;
        padding-left: 36px;
        border-left: 4px solid #0047ba;
        background-color: rgba(0, 71, 186, 0.05); } }
  .nav--company .nav-lvl2-item.active:not(.active) {
    padding: 10px 10px;
    margin-bottom: 0px; }
  .nav--company .nav-link, .nav--company .nav-lvl2-link {
    padding: 6px 20px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 1024px) {
      .nav--company .nav-link:hover, .nav--company .nav-lvl2-link:hover {
        cursor: pointer;
        color: #004897; } }
  .nav--company .nav-toggle {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .nav--company .nav-toggle .icon {
      transform: rotate(90deg);
      fill: #004897; }
    .nav--company .nav-toggle.active .icon {
      transform: rotate(-90deg); }
    @media (max-width: 1249px) {
      .nav--company .nav-toggle {
        display: none; } }
  .nav--company .nav-lvl2 {
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s linear; }
    @media (max-width: 1249px) {
      .nav--company .nav-lvl2 {
        max-height: none;
        overflow: visible; } }
    .nav--company .nav-lvl2.active {
      margin-top: 12px;
      max-height: 1000px; }
      @media (max-width: 1249px) {
        .nav--company .nav-lvl2.active {
          margin-top: 0; } }
    @media (min-width: 1250px) {
      .nav--company .nav-lvl2-item.active .nav-lvl2-link {
        border-left: 3px solid #004897;
        background: rgba(0, 72, 151, 0.1);
        pointer-events: none;
        padding-left: 37px;
        color: #004897; } }
    .nav--company .nav-lvl2-link {
      padding: 6px 20px 6px 40px; }

.nav-header-personal .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.nav-header-personal .nav-toggle {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .nav-header-personal .nav-toggle .icon {
    transform: rotate(90deg);
    fill: #004897; }
  .nav-header-personal .nav-toggle.active .icon {
    transform: rotate(-90deg); }

.nav-header-personal .nav-lvl2 {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s linear; }
  .nav-header-personal .nav-lvl2.active {
    margin-top: 12px;
    max-height: 1000px; }
    @media (max-width: 1249px) {
      .nav-header-personal .nav-lvl2.active {
        margin-top: 0; } }
  .nav-header-personal .nav-lvl2-list {
    padding-left: 10px;
    margin-top: 6px; }
  .nav-header-personal .nav-lvl2-item:not(:last-child) {
    margin-bottom: 10px; }
  .nav-header-personal .nav-lvl2-item.active .nav-lvl2-link {
    font-weight: 500;
    color: #0047ba; }
  @media (min-width: 1024px) {
    .nav-header-personal .nav-lvl2-link:hover {
      cursor: pointer;
      color: #004897; } }

.nav--links .nav-list {
  display: flex;
  align-items: center;
  overflow: auto;
  flex-wrap: wrap;
  gap: 10px; }

.nav--links .nav-item {
  margin-right: 10px;
  white-space: nowrap; }
  .nav--links .nav-item.active {
    border-bottom: 1px solid #004897; }
    .nav--links .nav-item.active .nav-link {
      color: #004897; }

.nav--links .nav-link {
  font-size: 20px;
  font-weight: 500; }
  @media (max-width: 767px) {
    .nav--links .nav-link {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    .nav--links .nav-link:hover {
      cursor: pointer;
      color: #004897; } }

@media (max-width: 767px) {
  .nav--links {
    margin-bottom: 10px; } }

@media (max-width: 1249px) {
  .nav--catalog-side .nav-list {
    display: flex;
    white-space: nowrap; } }

.nav--catalog-side .nav-item {
  padding: 5px 0px; }
  @media (max-width: 1249px) {
    .nav--catalog-side .nav-item {
      padding: 0px; } }
  .nav--catalog-side .nav-item.active .nav-item-name {
    color: #0047ba; }
  @media (max-width: 1249px) {
    .nav--catalog-side .nav-item {
      margin-right: 20px; } }

@media (min-width: 1024px) {
  .nav--catalog-side .nav-link:hover {
    cursor: pointer; }
    .nav--catalog-side .nav-link:hover .nav-item-name {
      color: #0047ba; }
    .nav--catalog-side .nav-link:hover .icon {
      fill: #0047ba; } }

.nav--catalog-side .nav-link.active .nav-toggle .icon {
  transform: rotate(-90deg); }

@media (max-width: 1249px) {
  .nav--catalog-side .nav-link {
    font-size: 20px; } }

@media (min-width: 1024px) {
  .nav--catalog-side .nav-lvl2-link:hover {
    cursor: pointer; }
    .nav--catalog-side .nav-lvl2-link:hover .nav-lvl2-item-name {
      color: #0047ba; } }

.nav--catalog-side .nav-lvl2 {
  max-height: 0px;
  overflow: hidden; }
  @media (max-width: 1249px) {
    .nav--catalog-side .nav-lvl2 {
      display: none; } }
  .nav--catalog-side .nav-lvl2.active {
    max-height: none; }

.nav--catalog-side .nav-lvl2-list {
  padding-top: 4px; }

.nav--catalog-side .nav-lvl2-item {
  padding: 6px 0px; }
  .nav--catalog-side .nav-lvl2-item.active .nav-lvl2-link {
    color: #0047ba; }
    .nav--catalog-side .nav-lvl2-item.active .nav-lvl2-link::before {
      opacity: 1;
      background-color: #0047ba; }

.nav--catalog-side .nav-lvl2-link {
  position: relative;
  padding-left: 15px; }
  .nav--catalog-side .nav-lvl2-link::before {
    position: absolute;
    content: "";
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    opacity: 0;
    background-color: #b9c4d6;
    top: calc(50% - 3px);
    transition: all 0.3s ease; }
  @media (min-width: 1024px) {
    .nav--catalog-side .nav-lvl2-link:hover::before {
      opacity: 1; } }

.nav--catalog-side .nav-link {
  display: flex; }

.nav--catalog-side .nav-toggle {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px; }
  @media (max-width: 1249px) {
    .nav--catalog-side .nav-toggle {
      display: none; } }
  .nav--catalog-side .nav-toggle .icon {
    transform: rotate(90deg);
    transition: all 0.3s ease; }
