.nav-bar-mobail-menu{
    display:none;
    background: #fff;
    border-top: 1px solid #CCCCCC;
}
.nav-bar-mobail-menu ul{
    padding: 0px 20px;
    margin: 0px;
    display: flex;
    gap: 30px;
    align-items: end;
    list-style: none;
    width: 100%;
    justify-content: space-between;
}
.nav-bar-mobail-menu ul a{
    padding: 14px;
    margin: 0px;
    display: flex;
    gap: 6px;
    flex-direction: column;
    color: #808080;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
}
.nav-bar-mobail-menu ul a:hover,.nav-bar-mobail-menu ul a:focus,.nav-bar-mobail-menu ul a:active,.nav-bar-mobail-menu ul a.act{border:0px;box-shadow: none;color: #3AB906;outline: none;text-decoration:none;}
.nav-bar-mobail-menu ul a:hover img,.nav-bar-mobail-menu ul a:focus img,.nav-bar-mobail-menu ul a:active img,.nav-bar-mobail-menu ul a.act img{
    filter:brightness(0) saturate(100%) invert(67%) sepia(49%) saturate(6578%) hue-rotate(68deg) brightness(103%) contrast(95%);
}
.nav-bar-mobail-menu ul a img{max-width: 24px;}
.catalog-mobi-menu{
    display:none;
}
.yandex-reviews{max-width: 100%;    overflow: hidden;}
.yandex-reviews iframe{max-width: 100%;}
.reviews-buttonv2{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 14px;
    background-color: #01df00;
    background-repeat: no-repeat;
    background-position: center right 30px;
    border-radius: 3px;
    border: none;
    transition: all 0.3s;
    padding-left: 61px;
    padding-right: 61px;
    text-align: center;
}
.item-list-bottom .max-btn,.super-bottom .max-btn{
    display: flex;
    justify-content: center;
    justify-items: center;
    gap: 12px;
}
.max-btn:after{
   content:'';
   display: block;
    background-image: url("../img/max.svg");
    background-repeat: no-repeat;
    width:16px;
    height:16px;
    order:1;
}
.btn-accent-border.max-btn:after{
    background-image: url("../img/max-gr.svg");
}
.btn-accent-border.max-btn:hover:after{
    background-image: url("../img/max.svg");
}
.max-btn span{
    order:2;
}
.selection-gate .form-control{
    margin-bottom: 15px;
}
.selection-gate .select:before{display: none;}
.selection-gate .select select{
    appearance: auto;
    -moz-appearance: auto;
    -webkit-appearance: auto;
}
a[class*='lightcase-icon-'].lightcase-icon-close{
    top:60px;

}
.super-bottom{    display: flex;}
@media(max-width:768px){
    .super-bottom .btn-accent{width: 100%}
    .articles .article .art-text .name{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .ascs-bottom{text-align: center;}
    .articles .article .art-img{
        min-height: 155.55px;
        object-fit: cover;
    }
    .nav-bar-mobail-menu{
        display:flex;
        width:100%;
        bottom:0;
        left:0;
        position: fixed;
        z-index: 99999;
    }
    .mobi-close span{
        background:#333333;
    }
    .mobi-close span:after{
        background:#333333;
    }
    .catalog-mobi-menu{
     background: #fff;
    cursor: pointer;
    padding: 0;
    display: none !important;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
        height: calc(100% - 70px);
        z-index: 99999;
    }
    .catalog-mobi-menu.act{
        display: block !important;
    }
    .mobi-catalog.act> ul{
        width: 100%;
    }
    .mobi-catalog.act> ul ul.active{
        width: 100%!important;
    }
    .act .mobi-close{display: block !important;}
    .mobi-close-btn{
        position: absolute;
        right:20px;
        top:20px;cursor: pointer; z-index: 99;
    }
    main h1 {
        padding-top: 70px;
    }
    header {
        padding-bottom: 15px;
    }
    .h-tel {
        margin-left: 0;
        padding-left: 0;
        margin-top: 0;
        height: 25px;
        align-items: center;
        display: flex;
    }
    .h-banner__container {
        padding: 60px 15px 48px 15px;
    }
    .banner-desktop-text-section__top__discount{display: block}
    .banner-desktop-text-section__top{font-size: 24px!important}
}