.catalogMenuWrap {
  position: absolute;
  width: 100%;
  top: 200px;
  left: 0;
  z-index: 3;
}

.catalogMenuWrap:not(.active) {
  display: none;
}

.catalogMenuInner {
  position: relative;
}

.catalogMenuFirstLevel {
  padding: 15px 0;
  background: #fff;
  width: 320px;
  border-radius: 2px 0px 0px 2px;
  box-shadow: 0px 4px 30px rgba(3, 85, 255, 0.12);
}

.catalogMenuFirstLevelLink {
  display: block;
  border-left: 2px solid transparent;
  padding: 10px 30px 10px 20px;
  box-sizing: border-box;
  color: #333333;
  transition: all .3s;
  position: relative;
  font-weight: 600;
  font-size: 14px;
}

.catalogMenuFirstLevel .openSecondLevel {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

@media (min-width: 992px) {
  .catalogMenuFirstLevel > div:hover .catalogMenuFirstLevelLink {
    border-color: #55BCC8;
    background: #ecf2fa;
    color: #55BCC8;
    text-decoration: none;
  }

  .catalogMenuParent:hover .catalogMenuSecondLevel {
    display: block;
  }
}

@media (min-width: 993px) {
  .catalogMenuSecondLevel {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 320px);
    background: #fff;
    box-shadow: -4px 4px 30px rgba(3, 85, 255, 0.12);
    border-radius: 0px 2px 2px 0px;
    z-index: 1;
    padding: 25px 40px;
    height: 100%;
    overflow: auto;
    scrollbar-color: #E1E1E1 transparent;
    scrollbar-width: thin;
  }

  .catalogMenuSecondLevel::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
  }

  .catalogMenuSecondLevel::-webkit-scrollbar-thumb {
    background-color: #E1E1E1;
    border-radius: 19px;
  }

  .catalogMenuSecondLevelList > div {
    margin-bottom: 10px;
    margin-top: 0 !important;
  }

  .catalogMenuSecondLevelList a {
    color: #858585;
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding-left: 15px;
    transition: all .3s;
  }

  .catalogMenuSecondLevelList a:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #858585;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
  }

  .catalogMenuSecondLevelList.uk-grid-medium > .uk-grid-margin {
    margin-top: 20px;
  }

  .catalogMenuTitle {
    color: #333333;
    transition: all .3s;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block;
    transition: all .3s;
    display: none;
  }
}

@media (max-width: 993px) and (min-width: 992px) {
  .catalogMenuSecondLevelList a:hover {
    color: #333333;
    text-decoration: none;
  }

  .catalogMenuSecondLevelList a:hover:before {
    background: #333333;
  }

  .catalogMenuTitle:hover {
    color: #55BCC8;
    text-decoration: none;
  }
}

@media (max-width: 992px) {
  .catalogMenuWrap {
    position: fixed;
    top: 0;
    bottom: 50px;
    left: 0;
    width: 100%;
    background: #00162c;
    color: #fff;
    padding: 20px;
  }

  .catalogMenuFirstLevelLink {
    min-height: 50%;
    display: flex;
    align-items: center;
  }

  .catalogMenuWrap .container {
    padding: 0;
    height: 100%;
  }

  .catalogMenuTitle {
    color: #fff;
    margin-bottom: 25px;
  }

  .catalogMenuInner {
    height: calc(100% - 50px);
    overflow-y: auto;
  }

  .catalogMenuFirstLevel {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .catalogMenuFirstLevelLink {
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    border-left: 0;
    height: 50px;
    border-bottom: 1px solid #263748;
  }

  .catalogMenuFirstLevel .openSecondLevel {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    right: 0;
  }

  .catalogMenuSecondLevel {
    position: fixed;
    top: 0;
    left: 0;
    background: #00162c;
    z-index: 3;
    height: calc(100% - 50px);
    padding: 20px;
    transition: all .3s;
    width: 100%;
  }

  .catalogMenuSecondLevel:not(.active) {
    transform: translateX(-100%);
  }

  .catalogMenuSecondLevel .uk-child-width-1-2\@s {
    height: calc(100% - 30px);
    overflow-y: auto;
    display: block;
  }

  .catalogMenuSecondLevel .uk-child-width-1-2\@s > * {
    width: 100%;
    margin-top: 0 !important;
  }

  .catalogMenuSecondLevel .uk-child-width-1-2\@s > * a {
    padding: 15px 0;
    color: #fff;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #263748;
  }

  .catalogMenuSecondLevel .catalogMenuTitle {
    padding-left: 20px;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
  }

  .catalogMenuSecondLevel .catalogMenuTitle:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.676 8.923c.242-.14.353-.44.275-.746a.668.668 0 0 0-.175-.303c-.076-.084-.863-.872-1.75-1.75-.886-.879-1.611-1.607-1.61-1.618 0-.012.718-.73 1.595-1.597C5.023.92 4.926 1.022 4.976.83 5.115.285 4.628-.19 4.203.076 4.051.17.192 4.009.103 4.153a.683.683 0 0 0 .087.832c.068.077.988.996 2.044 2.043C3.675 8.456 4.18 8.94 4.257 8.967a.443.443 0 0 0 .419-.044Z' fill='%23fff'/%3E%3C/svg%3E");
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}