.ns-bitrix.c-menu.c-menu-popup-custom  .memu-close-bottom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-wrapper {
    z-index: 2;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-wrapper-2 {
    z-index: 2;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-wrapper {

}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-button {
  display: block;
  font-size: 20px;
  font-weight: normal;
  color: #1d1d1d;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: color 350ms;
  -moz-transition: color 350ms;
  -ms-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-wrapper .intec-content .intec-content-wrapper {
    margin-left: 50px !important;
    margin-right: 50px !important;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-button:hover {
  color: #0065ff;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 683px;
    background: #fff;
    opacity: 0;
    z-index: 1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 4px 14px 0px #00000014;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-wrapper, .ns-bitrix.c-menu.c-menu-popup-custom .menu-wrapper-2 {
  display: block;
  position: relative;
  height: 100%;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-panel {
  display: block;
  position: absolute;
  width: 100%;
  height: 116px;
  z-index: 1;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-panel-wrapper {
  height: 100%;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-panel-button-wrap {
  min-width: 38px;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-panel-button {
  width: 18px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: #1d1d1d;
  -webkit-transition: color 350ms;
  -moz-transition: color 350ms;
  -ms-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-panel-button:hover {
  color: #0065ff;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-panel-logotype {
  width: 130px;
  color: #1d1d1d;
  text-decoration: none;
  position: relative;
  font-size: 0px;
  text-align: center;
  white-space: nowrap;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-panel-logotype img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-panel-logotype svg {
  max-height: 50px;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-panel-logotype-wrap {
  text-align: center;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-content {
    display: block;
    height: 100%;
    padding-top: 116px;
    z-index: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-content-wrapper {
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-content-wrapper-2 {
  height: 100%;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-content-wrapper-3 {
    outline: none;
    margin: 0 -60px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-content .menu-item.menu-item-level-0 {
    margin-bottom: 30px;
    border-right: 1px solid #83858654;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-content .menu-item.menu-item-level-0 .menu-i {
    padding: 0 60px;
}

.ns-bitrix.c-menu.c-menu-popup-custom .menu-content .menu-item.menu-item-level-0 .menu-i > .menu-item-name {
    text-decoration: none;
    color: #262A2E;
    margin-bottom: 30px;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 123%;
    -webkit-transition: color 350ms;
    -moz-transition: color 350ms;
    -ms-transition: color 350ms;
    -o-transition: color 350ms;
    transition: color 350ms;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-content .menu-item.menu-item-level-0 .menu-i > .menu-item-name:hover {
  color: #0065ff;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-content .menu-item.menu-item-level-0 .menu-i > .menu-item-items {
  display: block;
  margin-top: 12px;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-content .menu-item.menu-item-level-1 {
  margin-top: 10px;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-content .menu-item.menu-item-level-1 > .menu-item-content .menu-item-name {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #262A2E;
    font-weight: 500;
    font-size: 16px;
    line-height: 123%;
    -webkit-transition: color 350ms;
    -moz-transition: color 350ms;
    -ms-transition: color 350ms;
    -o-transition: color 350ms;
    transition: color 350ms;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-content .menu-item.menu-item-level-1 > .menu-item-content .menu-item-name:hover {
  color: #0065ff;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-content .menu-item.menu-item-level-1 > .menu-item-content .menu-item-icon {
  font-size: 16px;
  line-height: 1;
  height: 16px;
  width: 16px;
  color: #1d1d1d;
  text-align: center;
  cursor: pointer;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: color, background, transform;
  -moz-transition-property: color, background, transform;
  -ms-transition-property: color, background, transform;
  -o-transition-property: color, background, transform;
  transition-property: color, background, transform;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-content .menu-item.menu-item-level-1 > .menu-item-content .menu-item-icon:hover {
  background: #0065ff;
  color: #fff;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-content .menu-item.menu-item-level-1 > .menu-item-items {
  display: block;
  height: 0;
  padding-left: 15px;
  overflow: hidden;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: padding;
  -moz-transition-property: padding;
  -ms-transition-property: padding;
  -o-transition-property: padding;
  transition-property: padding;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-content .menu-item.menu-item-level-1[data-expanded=true] > .menu-item-content .menu-item-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-content .menu-item.menu-item-level-1[data-expanded=true] > .menu-item-items {
  padding-top: 5px;
  padding-bottom: 10px;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-content .menu-item.menu-item-level-2 > .menu-item-name {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  -webkit-transition: color 350ms;
  -moz-transition: color 350ms;
  -ms-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
.ns-bitrix.c-menu.c-menu-popup-custom .menu-content .menu-item.menu-item-level-2 > .menu-item-name:hover {
  color: #0065ff;
}

/*# sourceMappingURL=style.css.map */
