@media screen and (max-width: 992px) {
    body.mobile-login-page header,
    body.mobile-login-page footer,
    body.mobile-login-page .page_bottom_banner {
        display: none;
    }

    body.mobile-login-page .page.all_page {
        padding-top: 0;
    }

    body.mobile-login-page .breadcrumbs {
        display: none;
    }

    body.mobile-login-page .login_box {
        margin-top: 0;
    }
    .login_box_top{
        text-align: center;
    }
    .login_box_top img{
        width: 10rem;
        display: block;
        margin: 0 auto;
        margin-bottom: 3rem;
    }
    .mobile-login-page{
        padding: 0;
    }
    .mobile-login-page .all_page{
        padding: 0;
    }
    .login_box, .reg_success{
        padding: 3rem 0;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .bottom-nav {
        position: fixed;
        bottom: 5px;
        left: 0;
        right: 0;
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
        background: #fff;
        z-index: 20;
    }
    .bottom-nav {
        left: 0;
        right: 0;
        bottom: 0;
        border: 0;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    }
    .bottom-nav__container {
        padding: 12px 20px 18px;
        gap: 6px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .bottom-nav__item {
        flex: 1 1 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-decoration: none;
        color: #000;
        transition: color 0.3s ease;
        position: relative;
    }
    /*.bottom-nav__item:hover, .bottom-nav__item--active {*/
    /*    color: #000;*/
    /*}*/

    .bottom-nav__count {
        position: absolute;
        right: 12px;
        bottom: 26px;
        font-size: 8px;
        letter-spacing: -0.02em;
        color: #fff;
        background: #d91111;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bottom-nav__label {
        margin-top: 3px;
        font-size: 12px;
        line-height: 1;
    }
    body{
        padding-bottom: 70px!important;
    }
    .cats {
        margin-top: 0;
    }
    .color_add_btn:not(.factive) {
        display: none;
    }

}