#block_vue_menu_burger{
    display: none;
}
.top-mobile-panel{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 50px;
    box-shadow:  0 0 8px 0 rgba(0,0,0,0.1);
    background-color: #fff;
    align-items: center;
    padding: 0 15px;
    position: relative;
    z-index: 100000;
}
.wrp-burger-btn{
    position: relative;
    width: 20px;
}
.burger-btn{
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: 0;
    top: -5px;
}
.burger-btn.burger-btn-close{
    opacity: 0;
    visibility: hidden;
}
.burger-btn.open{
    opacity: 0;
    visibility: hidden;
}
.burger-btn.burger-btn-close.open{
    opacity: 1;
    visibility: visible;
}
.top-mobile-panel-l{
    display: flex;
    align-items: center;
}
.top-mobile-panel-logo{
    margin-left: 20px;
}
.top-mobile-panel-logo a svg{
    width: 70%;
}
.top-mobile-panel-r{
    display: flex;
}
.top-mobile-panel-search{
    width: 20px;
    margin-right: 20px;
}
.menu-tree-main-mobile {
    padding: 0;
}
.menu-tree-main-mobile ul,
.menu-panel ul{
    margin: 0;
    padding: 0;
}
.menu-tree-main-mobile ul > li{
    padding-left: 15px;
}
.child-arrow{
    cursor: pointer;
    margin: 0 0 0 auto;
    line-height: 0;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    transition: 0.2s;
}
.child-arrow:active{
    background: #ECECEC;
}
.mobile-menu-wrp{
    visibility: hidden;
    transition: 0.3s ease;
    position: fixed;
    z-index: 99995;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    background: rgba(37, 37, 37, 0.3);
}
.mobile-menu-wrp.open{
    visibility: visible;
    opacity: 1;
}
.mobile-menu{
    width: 400px;
    height: calc(100% - 50px);
    /*padding: 0 16px;*/
    background: #fff;
    transition: .3s ease;
    transform: translateX(-100%);
    position: relative;
    overflow-x: auto;
}
.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;
    overflow: hidden;
}
.mobile-menu-wrp.open .mobile-menu.customScroll{
    overflow: auto;
}
/*burder head*/
.burger-menu-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 16px;
    border-bottom: 1px solid var(--main_bg_gray);
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 15;
}
.burger-menu-back{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}
.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 head end*/

/*burger catalog*/
.burger-catalog-img{
    width: 16px;
    height: 16px;
    margin-right: 12px;
}
.menu-tree-main-mobile li,
.menu-panel li,
.burger-menu-head{
    display: flex;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #F0F0F0;
    padding-left: 15px;
}
.burger-menu-head{
    box-shadow: inset 0 4px 4px 0 rgba(0,0,0,0.1);
}
.menu-tree-main-mobile li:last-child,
.menu-panel li:last-child{
    margin-bottom: 0;
}
.menu-tree-main-mobile li.section{
background-color:#F0F0F0;
}
.menu-tree-main-mobile li.section a{
    font-weight: 600;
}
.menu-tree-main-mobile a,
.menu-panel a{
    color: #202020;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    max-height: 46px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*burger catalog start*/
.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active до версии 2.1.8 */ {
    opacity: 0;
}
/*burger catalog end*/

/*second menu*/
.mobile-menu .second-menu{
}
.mobile-menu .second-menu .navigation_item,
.mobile-menu .second-menu .navigation-link{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}
.mobile-menu .second-menu .navigation_item{
    margin-bottom: 16px;
}
.mobile-menu .second-menu .navigation-link{
    transition: 0.2s color;
}

.mobile-menu .second-menu .navigation-link:hover{
    color: var(--main_active_red);
}

/*second menu end*/
/*stock start*/
.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);
    border-radius: 50%;
    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 16px;
}
.contacts-item-wrap{
    padding: 20px 0;
    border-bottom: 1px solid var(--main_bg_gray);
}
.contacts-item{
    display: flex;
    align-items: center;
}
.svg-wrap{
    margin-right: 8px;
    height: 20px;
    display: flex;
    align-items: center;

}
.svg-wrap svg{
    fill: currentColor;
}
.contacts-address{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--main-txt);
    margin-right: 4px;
    max-height: 45px;
    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;
}
.arrow-wrap svg{
    stroke: currentColor;
    transition: 0.2s;
}
.arrow-wrap svg.rotate{
    transform: rotate(180deg);
}
.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;
}
.dop-contacts-wrp-mobile.open{
    opacity: 1;
    visibility: visible;
}
.dop-contacts-wrp-mobile a{
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    padding-left: 32px;
}
.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: 0;
    position: fixed;
    width: 100%;
    transition: 0.3s ease;
    transform: translateX(100%);
    padding: 0;
    z-index: 1;
    height: 100vh;
    overflow: auto;
}
.menu-panel.show{
    transform: translateX(0%);
    box-shadow: 0px 0px 16px 8px rgb(37 37 37 / 20%);
}
.item-phone{
    background-color: #F0F0F0;
    height: 50px;
    padding: 0 16px;
    display: flex;
    align-items: center;
}
.header  .second-menu .item-phone a{
    font-weight: bold;
    width: auto;
}
.item-phone span{
    color: #666666;
    margin-left: 10px;
}
.mobile-search-wrp{
    background-color: #fff;
    height: 100vh;
}
.mobile-search-top{
    border-bottom: 1px solid #F0F0F0;
    padding: 20px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-search-input{
    border-radius: 30px;
    border: 2px solid #F0F0F0;
    padding-left: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 20px;
}
.mobile-search__section-wrp{
    margin-bottom: 18px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 8px;
}
.mobile-search__title{
    color: #FA6405;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 16px;
    display: block;
}
.mobile-search-input input{
    border: none;
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
    border-radius: 30px;
    width: 100%;
}
.mobile-search-center{
    padding: 16px;
    overflow: auto;
    height: calc(100vh - 85px);
    padding-bottom: 85px;
}
.mobile-search__section{
    margin: 0;
    padding: 0;
}
.mobile-search__section li{
    list-style: none;
}
.mobile-search__item{
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0;
}
@media (max-width: 740px){
    #block_vue_menu_burger{
        display: block;
    }
}
/*stock end*/
@media (max-width: 440px){
    #block_vue_menu_burger{
        display: block;
    }
    /*.mobile-menu-wrp{*/
    /*    top: 53px;*/
    /*    height: calc(100% - 110px);*/
    /*}*/
    .mobile-menu-wrp.open .mobile-menu{
        width: 100%;
    }
    .burger-menu-auth{
        display: none;
    }
}
