.mobile-footer-panel{
    width: 100%;
    height: 72px;
    background-color: #fff;
    border-top: 1px solid #E1E1E1;
    position: fixed;
    bottom: 0;
    z-index: 2;
    justify-content: space-between;
    padding: 0 16px;
    align-items: center;
    display: none;
}
.mobile-footer-panel-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #808080;
    padding: 8px 10px;
    position: relative;
}
.mobile-footer-panel-item.active{
    color: var(--main-txt);
    background-color: #F5F5F5;
    border-radius: var(--krayt_radius_large);
}
.mobile-footer-panel-item-sub{
    color: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    top: 2px;
    right: 20px;
}
.mobile-footer-panel-item svg{
    fill: currentColor;
}
.menu-tree-main-mobile {
    padding: 24px 16px;
    border-bottom: 1px solid var(--border-gray);
}
.child-arrow{
    cursor: pointer;
    margin: 0 0 0 auto;
    line-height: 0;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: 0.2s;
    flex-shrink: 0;
}
.child-arrow:active{
    background: #ECECEC;
}
.mobile-menu-wrp{
    visibility: hidden;
    transition: 0.3s ease;
    position: fixed;
    z-index: 992;
    width: 100%;
    height: 100%;
    top: 64px;
    left: 0;
    opacity: 0;
    background: rgba(30, 38, 60, 0.40);
}
.mobile-menu-wrp.open{
    visibility: visible;
    opacity: 1;
}
.mobile-menu{
    width: 400px;
    height: 100%;
    /*padding: 0 16px;*/
    background: #fff;
    transition: .3s ease;
    transform: translateX(-100%);
    position: relative;
    overflow: hidden;
}
.shine-wrp{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 150;
    visibility: hidden;
}
.shine{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.shine:before{
    position: absolute;
    top: 0;
    left: -45%;
    z-index: 2;
    display: block;
    content: '';
    width: 25%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left,rgba(248,248,248,0) 0,rgba(248,248,248,.4) 100%);
    background: linear-gradient(to right,rgba(248,248,248,0) 0,rgba(248,248,248,.4) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.loader-shine .shine-wrp .shine:before{
    visibility: visible;
    -webkit-animation: shine 1s ease-in-out infinite;
    animation: shine 1s ease-in-out infinite;
    opacity: 1;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.mobile-menu-wrp.open .mobile-menu{
    transform: translateX(0);
    z-index: 1600;
}

.burger-menu-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid var(--border-gray);
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 15;
}
.burger-menu-back{
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: var(--main-txt)!important;
}
.burger-menu-back svg{
    margin-right: 4px;
}
.burger-menu-auth{
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--main-txt)!important;
    display: flex;
    align-items: center;
    justify-content: start;
}
.burger-menu-auth svg{
    fill: currentColor;
    margin-right: 8px;
}

.burger-catalog-img{
    width: 40px;
    height: 40px;
    margin-right: 12px;
}
.menu-tree-main-mobile li,
.menu-panel li{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.menu-tree-main-mobile li:last-child,
.menu-panel li:last-child{
    margin-bottom: 0;
}
.menu-tree-main-mobile a,
.menu-panel a{
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
    opacity: 0;
}

.mobile-menu .second-menu{
    padding: 24px 16px;
    border-bottom: 1px solid var(--border-gray);
}
.mobile-menu .second-menu .navigation_item,
.mobile-menu .second-menu .navigation-link{
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    z-index: 0!important;
}
.mobile-menu .second-menu .navigation_item:not(:last-child){
    margin-bottom: 16px;
}
.mobile-menu .second-menu .navigation-link-more{
    display: none;
}
.mobile-menu .second-menu .navigation-link{
    transition: 0.2s color;
}
.mobile-menu .second-menu .store_list .navigation-sub.jq-selectbox__dropdown{
    position: relative;
    top: 0;
    display: block;
    padding: 0;
    border: 0;
    box-shadow: none;
    width: auto !important;
}
.mobile-menu .second-menu .store_list.jq-selectbox .navigation-sub .navigation-link{
    padding: 0;
}
.mobile-menu .second-menu .store_list.jq-selectbox .navigation-sub .navigation-sub_item{
    background-color: transparent !important;
}
.mobile-menu .second-menu .store_list.jq-selectbox .navigation-sub .navigation-sub_item:not(:last-child){
    margin-bottom: 16px;
}

.mobile-menu .second-menu .navigation-link:hover{
    color: var(--main_active_red);
}

.mobile-menu .second-menu .top_menu-sale{
    display: flex;
    align-items: center;
}
.mobile-menu .second-menu .top_menu-sale a{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    transition: 0.2s color;
}

.mobile-menu .second-menu .header_sale-wrap{
    width: 18px;
    height: 18px;
    background-color: var(--main_color);
    margin-left: 5px;
     display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main_text_button);
}
.mobile-menu .second-menu .header_sale-wrap svg{
    fill: currentColor;
    margin: 0;
}

.mobile-menu .contacts{
    display: block!important;
    padding: 0 0 120px;
}
.contacts-item-wrap{
    padding: 24px 16px;
    border-bottom: 1px solid var(--border-gray);
}
.contacts-item{
    display: flex;
    align-items: center;
}
.contacts-item-wrap.open .contacts-item .arrow-wrap{
    transform: rotate(180deg);
}
.svg-wrap{
    margin-right: 12px;
    height: 20px;
    display: flex;
    align-items: center;

}
.svg-wrap svg{
    fill: currentColor;
}
.contacts-address{
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: var(--main-txt);
    margin-right: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}
.arrow-wrap{
    margin: 0 0 0 auto;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}
.contacts-phone{}
.contacts-social{}
.dop-contacts-wrp-mobile{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}
.contacts-item-wrap.open .dop-contacts-wrp-mobile{
    opacity: 1;
    visibility: visible;
}
.dop-contacts-wrp-mobile a{
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-left: 36px;
}
.dop-contacts-wrp-mobile a:first-child{
    margin-top: 24px;
}
.dop-contacts-wrp-mobile a:last-child{
    margin-bottom: 0;
}
.menu-panel{
    background-color: #fff;
    left: 0;
    top: 53px;
    position: fixed;
    width: 100%;
    height: calc(100vh - 53px);
    transition: 0.3s ease;
    transform: translateX(100%);
    padding: 24px 16px;
    z-index: 1;
}
.menu-panel.show{
    transform: translateX(0%);
}

@media (min-width: 1000px) {
    .mobile-footer-panel {
        display: none !important;
    }
}

@media (max-width: 1000px){
    .mobile-footer-panel {
        display: flex;
        z-index: 994;
        justify-content: space-between;
    }
    .mobile-footer-panel .mobile-footer-panel-item {
        width: 88px;
    }
    .mobile-footer-panel .mobile-footer-panel-item svg {
        width: 24px;
        height: 24px;
    }
    .mobile-footer-panel a div:not(.mobile-footer-panel-item-sub) {
        font-size: 10px;
        font-weight: 700;
        line-height: normal;
    }
    .mobile-menu-wrp.open .mobile-menu{
        width: 100%;
    }
    .burger-menu-auth{
        display: none;
    }
    .menu-tree-main-mobile {
        padding: 0px 16px;
        border-bottom: 0px;
    }
    .menu-tree-main-mobile ul {
        padding: 24px 0px 30px;
        border-bottom: 1px solid #E1E1E1;
    }

    .menu-tree-main-mobile li, .menu-panel li{
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        margin: 0px;
        width: 100%;
    }
    .menu-tree-main-mobile li a, .menu-panel li a {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;

    }
    .menu-tree-main-mobile ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    .menu-tree-main-mobile ul  .child-arrow {
        height: 16px;
        width: 16px;
    }

    .mobile-menu .second-menu {
        padding: 0px 16px;
        border-bottom: 0px;
    }
    /*.mobile-menu .second-menu div {*/
    /*  */
    /*}*/

    .mobile-menu .second-menu ul.navigation {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 30px 0px 30px;
        border-bottom: 1px solid #E1E1E1;
    }
    .mobile-menu .second-menu .navigation_item:not(:last-child) {
        margin: 0px;
    }
    .mobile-menu .second-menu .navigation-link {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .mobile-menu .contacts {
        padding: 0 16px 184px;
    }
    .mobile-menu .contacts .contacts-item-wrap {
        padding: 20px 0px;
    }
    .mobile-menu .contacts .contacts-item-wrap .contacts-item .contacts-address {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .mobile-footer-panel-item-sub{
    }
    .contacts-item-wrap .dop-contacts-wrp-mobile {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }
    .dop-contacts-wrp-mobile a {
        margin: 0px;
        padding: 0px;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
    }
    .dop-contacts-wrp-mobile a:first-child {
        margin-top: 20px;
    }
    .contacts-item-wrap.open .contacts-item .arrow-wrap {
        height: 16px;
        width: 16px
    }
    .burger-menu-head {
        padding: 24px 16px;
        font-size: 16px;
    }
    .burger-menu-back svg {
        margin-right: 6px;
    }
    .burger-menu-back{
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
    }
    .menu-panel.show {
        padding-top: 24px;
    }
    .menu-panel.customScroll {
        top: 65px;
    }
    .menu-panel.customScroll ul {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }
}
