

/* Start:/bitrix/templates/sm_default/components/bitrix/menu/modern_new_new/style.css?17103220083144*/
.l-header__infowrap{
    position: relative;
}
button,
button:focus,
button:active,
button:visited{
    outline: none;
}
.modern-menu-new{
    position: fixed;
    overflow-y: auto;
    height: calc(100vh - 72px);
    width: 100vw;
    top: 72px;
    background:#fff;
    z-index: 100;
    transition: 0.3s;
    transform: translateX(-100%);
}
.is_authorized .modern-menu-new{
    /*position: static;*/
}
.modern-menu-new.is_authorized_user{
    top: 219px;
}
.modern-menu-new a{
    text-decoration: none;
    color: #353535;
    font-size: 14px;
    padding: 10px 66px 10px 26px;
    border-top:1px solid #eee;
    display: block;
}
.mobile-sublvl-less-wrapper{
    border-top:1px solid #fff;
    display: flex;
    align-items: center;
}
.section-title{
    font-size: 16px;
}
.mobile-sublvl-less{
    width: 34px;
    height: 34px;
    transform: rotate(180deg);
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-size: 100%;*/
    /*background-position: center center;*/
    /*background-repeat:no-repeat;*/
    /*background-image: url(/bitrix/templates/sm_default/assets/img/arrow.svg)*/
}
.mobile-sublvl-less svg{
    width: 28px;
}
.mobile-sublvl-more{
    width: 50px;
    height: 100%;
    position: absolute;
    top:0px;
    right:23px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-size: 100%;*/
    /*background-position: center center;*/
    /*background-repeat:no-repeat;*/
    /*background-image: url(/bitrix/templates/sm_default/assets/img/arrow.svg)*/

}
.mobile-sublvl-more svg{
    width: 28px;
}
.mobile-sublvl-more svg path{
    fill: #353535;
}

.subitems,
.subitems__item{
    transition: 0.3s;
    position: relative;
}
.modern-menu__root{
    z-index: 10; 
    position: relative;
}
.modern-menu__root .subitems{
    position: fixed;
    overflow-y: scroll;
    min-height: 100vh;
    height: auto;
    width: 100vw;
    top: 0;
    left: 0;
    padding-bottom: 72px;
    z-index: 20;
    transition: 0.3s;
    background: #f9730e;
    transform: translateX(-100%);
}

.modern-menu__root .subitems a{
    color: #fff;
}
.modern-menu__root .subitems .mobile-sublvl-less svg path{
   fill: #fff;
}
.modern-menu__root .subitems .mobile-sublvl-more svg path{
    fill: #fff;
}


.modern-menu__root .subitems .subitems{
    position: fixed;
    overflow-y: scroll;
    min-height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    padding-bottom: 72px;
    z-index: 30;
    background:#7d7a7a;
    transition: 0.3s;
    transform: translateX(-100%);
    height:auto;
}
.visible-translate{
    transform: translateX(0)!important;
}
.zindex10{
    z-index:10;
}
.zindex100{
    z-index:100;
}
.zindex200{
    z-index:200;
}
.zindex300{
    z-index:300;
}
.zindex400{
    z-index:400;
}
.opacity0{
    opacity:0;
}
.modern-menu__root .subitems .subitems__item .subitems .subitems__item{

}
/* End */
/* /bitrix/templates/sm_default/components/bitrix/menu/modern_new_new/style.css?17103220083144 */
