.header__list__pc li {
    list-style: none;
   display: flex;
   margin-left: 20px;
    
}

.header__list__pc {
    display: flex;
    margin-left: 40px;
}
.header__link {
    
}
.header__link {
    font-size: 17px;
    color: black;
    transition: 0.6s;
}

.header__link:hover {
    color: #ea5325;
    
}

.nav__menu {
    display: flex;
    align-items: center;
}

.header__burger {
    display: none;
}

.header__menu img {
    display: none;
}

.telephone_menu, .data__user_menu {
    display: none;
}
.mob-icon{
    display: none;
}
.Header-MenuButtons{
    display: none;
}
.header__list{
    display: none;
}
@media (max-width:768px) {
    .header__list__pc{
        display: none;
    }
        .tabs-content {
        display: none;
    }
  
    .footer{
    padding-bottom: 70px;
    }
    .Header-MenuButtons {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(30px,1fr));
    position: fixed;
    width: 100%;
    max-width: unset;
    left: 0;
    bottom: 0;
    background-color: white;
    height: 70px;
    padding: 15px 0;
    border-top: 1px solid #f4f4f4;
        z-index: 100;
}

.Header-MenuBtn {
    --button-background: transparent;
    --button-border: transparent;
    --button-hover-background: transparent;
    --button-hover-border: transparent;
    --button-color: #000;
    --button-hover-color: var(--color-primary-base);
    --button-padding: 0;
    font-size: 10px;
    font-weight: 500;
    text-align: left;
    color: #000;
    flex-shrink: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: color 70ms ease-in;
    transition: color 70ms ease-in;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
            
.adpt-bg {
    height: 15px;
    width: 15px;
    background: url(/html/img/меню.png) bottom;
    background-size: 15px;
}
.adpt-bg1 {
    height: 15px;
    width: 15px;
    background: url(/html/img/basket2.png) bottom;
    background-size: 15px;
}
    .adpt-bg2 {
    height: 15px;
    width: 15px;
    background: url(/html/img/favotite.png) bottom;
    background-size: 15px;
}
    .nav__menu{
        display: flex;
    align-items: center;
    padding: 15px 10px;
    
    width: 100%;
    background-color: #fff;
    border-bottom: 0.2px solid gray;
    top: 0;
    z-index: 100;
    }
    body.lock {
        overflow: hidden;
    }
    .header__burger {
    display: block !important;
    position: relative;
    width: 25px;
    height: 15px;
}
    .header__burger:before {
        content: '';
        background-color: black;
        position: absolute;
        width: 60%;
        height: 2.5px;
        left: 0;
        z-index: 2;
        border-radius: 9px;
        transition: 0.6s;
    }
	.header__burger:after{
		content: '';
        background-color: black;
        position: absolute;
        width: 100%;
        height: 2.5px;
        left: 0;
        z-index: 2;
        border-radius: 9px;
        transition: 0.6s;
	}
    .header__burger span {
    background-color: black;
    position: absolute;
    width: 60%;
    height: 2.5px;
    left: 0px;
    top: 6px;
    border-radius: 9px;
    z-index: 2;
    transition: 0.6s;
    text-align: center;
    font-size: 12px;
}
    .header__burger:before {
        top: 0;
    }
    .header__burger:after {
        bottom: 0;
    }
    .header__burger.active:after {
        transform: rotate(-45deg);
        bottom: 8px;
    }
   .header__burger.active:before {
    transform: rotate(45deg);
    top: 4px;
    width: 100%;
}
    
    .header__burger.active span {
        transform: scale(0);
    }
    .header__list {
        display: block !important;
    }
    .header__menu {
    position: fixed;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 90;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    transition: 0.6s;
    top: 103px;
}
    .header__menu img {
        display: block;
        width: 100px;
        
    }
    .header__menu.active {
    left: 0;
    z-index: 5;
}
    .header__list.active {
        display: block !important;
       /* margin: 60px 0 0 0px;*/
    }
    .header__list.active li {
        padding: 15px 90px 15px 15px;
        display: flex;
        transition: all 0.1s;
        align-items: center;

       
    }
    .header__list li:hover {
        color: #ea5325;
    }
    .header__list li {
        margin-left: 0px;
    }
    .telephone_menu, .data__user_menu {
        display: block;
    }
    .mob-icon {
        display: block;
        margin: 0 10px 0 0;
    }
    .header__link {
        font-size: 14px;
        color: black;
        transition: 0.6s;
    }
	.menu-descrip {
    margin: 5px 0 0 0;
    font-family: 'HelveticaNueBold';
}
 
}