@charset "UTF-8";
/**
needs bootstrap function str-replace()
 */
/**
* Метод дополняет svg-sprite.scss.
* Позволяет получить чистый урл элемента спрайта для использования в псевдоэлементах или background-image
* Example: content: url(get-svg-url('checkmark', $user-variables: (fill: 'tomato')));
* Example: background-image: url(get-svg-url('heart', $user-variables: (stroke: 'red', fill: 'pink')));
*/
/**
вертикальные отступы
для каждого цвета указываются в порядке как в $grid-breakpoints
 */
.menu-main__all-catalog {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  top: 181px;
  left: 0;
  bottom: 0;
  right: auto;
  z-index: 9;
  overflow: hidden;
  background-color: #f3f3f3;
  transition: height 0.3s ease-out;
}
.menu-main__all-catalog.active {
  height: calc(100vh - 181px);
}

#fixed-header .menu-main__all-catalog {
  top: 109px;
}
#fixed-header .menu-main__all-catalog.active {
  height: calc(100vh - 109px);
}

.catalog-menu li,
.catalog-menu li:not(:last-child) {
  padding: 0;
  margin: 0;
}
.catalog-menu li::before,
.catalog-menu li:not(:last-child)::before {
  display: none;
}
.catalog-menu__container {
  display: flex;
  height: 100%;
}
.catalog-menu__main {
  flex-grow: 1;
  display: flex;
  z-index: 10;
  border-left: 1px solid #D8D9DB;
}
.catalog-menu__aside {
  position: relative;
  flex-shrink: 0;
  width: 384px;
  padding: 24px 0 24px;
  max-height: 100%;
}
.catalog-menu__tabs {
  position: relative;
  max-height: 100%;
  overflow-y: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  scrollbar-face-color: transparent;
  scrollbar-track-color: transparent;
  padding-right: 30px;
}
.catalog-menu__tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
.catalog-menu__tabs::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 transparent;
  background-color: transparent;
}
.catalog-menu__tabs::-webkit-scrollbar-track {
  background: transparent;
  -webkit-box-shadow: inset 0 0 6px transparent;
  border: 26px solid white;
}
.catalog-menu__tabs ul {
  list-style: none;
  padding: 0;
}
.catalog-menu__tabs .menu-catalog__root li a {
  display: flex;
  padding: 8px 0;
}
.catalog-menu__tabs .menu-catalog__root li:first-of-type a {
  padding-top: 0;
}
.catalog-menu__tabs .menu-catalog__root li:last-of-type a {
  padding-bottom: 0;
}
.catalog-menu__tabs .menu-catalog__wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.catalog-menu__tabs .menu-catalog__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 12px;
  padding: 5px;
  background-color: #fff;
}
.catalog-menu__tabs .menu-catalog__child-ul {
  display: none;
}
.catalog-menu__tabs .menu-catalog__link {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  line-height: 24px;
}
.catalog-menu__tabs .menu-catalog__link.active, .catalog-menu__tabs .menu-catalog__link:hover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #E44315;
}
.catalog-menu__tabs .menu-catalog__link.active:after, .catalog-menu__tabs .menu-catalog__link:hover:after {
  content: "";
  width: 16px;
  height: 24px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 17'%3e%3cg clip-path='url(%23chevron_svg__a)'%3e%3cpath d='m15.506 4.94-7.24 7-7.132-6.795' stroke='%23E44315'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='chevron_svg__a'%3e%3cpath fill='white' transform='translate(.333 .5)' d='M0 0h16v16H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center no-repeat;
  transform: rotate(270deg) translateY(50%);
}
.catalog-menu__content {
  flex-grow: 1;
  padding: 26px 32px;
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
  max-width: 416px;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  scrollbar-face-color: transparent;
  scrollbar-track-color: transparent;
}
.catalog-menu__content::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
.catalog-menu__content::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 transparent;
  background-color: transparent;
}
.catalog-menu__content::-webkit-scrollbar-track {
  background: transparent;
  -webkit-box-shadow: inset 0 0 6px transparent;
  border: 26px solid white;
}
.catalog-menu__content ul.menu-catalog__child-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.catalog-menu__content ul.menu-catalog__child-ul .menu-catalog__link[data-level4].active, .catalog-menu__content ul.menu-catalog__child-ul .menu-catalog__link[data-level4]:hover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #E44315;
}
.catalog-menu__content ul.menu-catalog__child-ul .menu-catalog__link[data-level4].active:after, .catalog-menu__content ul.menu-catalog__child-ul .menu-catalog__link[data-level4]:hover:after {
  content: "";
  width: 16px;
  height: 24px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 17'%3e%3cg clip-path='url(%23chevron_svg__a)'%3e%3cpath d='m15.506 4.94-7.24 7-7.132-6.795' stroke='%23E44315'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='chevron_svg__a'%3e%3cpath fill='white' transform='translate(.333 .5)' d='M0 0h16v16H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center no-repeat;
  transform: rotate(270deg) translateY(50%);
}
.catalog-menu__content > ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.catalog-menu__content > ul > li > a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.catalog-menu__content.js-catalog-menu-content-inner:has(.menu-catalog__child-ul) {
  border-left: 1px solid #D8D9DB;
}
