.custom-mobile-app{display:none}@media(max-width: 1026px){.custom-mobile-app{position:fixed;bottom:0;height:47px;left:0;z-index:300;right:0;display:flex;width:100%;justify-content:space-between;align-items:center}}.custom-mobile-app *{box-sizing:border-box}.custom-mobile-app__item{width:100%;height:100%;display:flex;padding:0 6px;min-width:48px;text-align:center;align-items:center;justify-content:center;position:relative}.custom-mobile-app__item:last-child:before{display:none}.custom-mobile-app__item:before{content:"";display:block;position:absolute;right:0;top:4px;bottom:4px;width:.5px;background:rgba(104,102,102,.6)}.custom-mobile-app__item.is_active .custom-mobile-app__item__btn .open-menu-icon{display:none}.custom-mobile-app__item.is_active .custom-mobile-app__item__btn .close-menu-icon{display:flex}.custom-mobile-app__item .open-menu-icon{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.custom-mobile-app__item .close-menu-icon{display:none;position:relative;width:100%;height:100%;align-items:center;justify-content:center}.custom-mobile-app__item__btn{width:100%;height:100%}.custom-mobile-app__item a{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.custom-mobile-app__item svg{top:-1px;width:25px;height:25px;fill:currentColor;color:currentColor;overflow:visible;position:relative}