body.index.panels_white{
    background: #ffffff ;
}
body #panel{
    position: relative;
    z-index: 1000;
}
#headerLayoutMobile{
    position: fixed;
    width: 100%;
    z-index: 1000;
    transition: top 0.3s ease-in-out;
    background: #ffffff;
    top: 0;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mobileHeader{
    height: 41px;
    width: 100%;
    background-color: #ffffff;
}
.menu .hamburg_btn {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}
.menu .hamburg_btn span {
    width: 32px;
    height: 2px;
    background: #000000;
}
.mobileHeader .header_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.mobileHeader .container{
    padding-inline: 12px;
    height: 100%;
}
.mobileHeader .header_logo{
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}
.mobileHeader .header_logo img{
    height: 21px;
}
.mobileHeader .menu,.mobileHeader .header_logo,.mobileHeader .header_actions{
    line-height: 0;
}
.header_actions a svg{
    width: 30px;
    height: 30px;
}
/* нужно будет изменить основной стиль*/
#footerLine{
    background-color: #fff !important;
    border-top: 2px solid #fff !important;
    box-shadow: 1px 1px 12px #b9b9b9 !important;
}
#footerLine #flushFooterCart .item{
    display: block;
    margin: 0;
    height: 77px;
}
#footerLine #flushFooterCart > span{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#footerLine #flushFooterCart{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 7px;
}
#flushFooterCart .item svg{
    width: 30%;
    height: 30%;
    opacity: 50%;
    z-index: 1;
}

#footerLine .item .num_product{
    position: absolute;
    top:0;
    transition: all 0.2s ease-in-out;
    background: #b2b2b2;
    border-radius: 50%;
    line-height: 25px;
    font-size: 13px;
    color: #ffffff;
    display: block;
    height: 25px;
    width: 25px;
    right: -4px;
    text-align: center;
    z-index:2;
}
#footerLine .item a:hover{
    color: #ff9601 !important;
}
#footerLine .item a:hover svg{
    fill:#ff9601 !important;
}
#footerLine .item a:hover svg{
    fill:#ff9601;
}
#topSearchLineMobile{
    display: none;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    top: 0;
    left: 0;
}
#footer #footerBottom{
    border-top: 3px solid rgb(244, 244, 244);
    background: #ffffff;
}
#footer .fc{
    background-color:#ffffff !important;
}
#footer #leftFooter{
    background-color:#ffffff; !important;
}
#footer #leftFooter .heading{
    color: rgb(87, 87, 87);
    background: none;
    border-bottom: 1px solid rgb(244, 244, 244);
}
#footer #leftFooter ul li:first-child{
    border-top:none;
}
#footer #leftFooter ul li{
    border-top: 1px solid rgb(244, 244, 244);
}
#footerLine .item .callback{
    display: inherit;
}
.advantages{
    display: none;
    margin-bottom: 24px;
}
.advantages .content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.advantages .content-item{
    background: #F4F4F4;
    padding: 15px 25px;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
}
.advantages .content-item svg{
    width: 100%;
    max-width: 50px;
    height: auto;
}
#rightFooter .wrap .email{
    color: #888888;
}
#rightFooter .wrap .email a{
    color: #ff9601;
}
#footerLine .item a span.button_back,
#footerLine .item a.open span.button_catalog{
    display: none;
}
#footerLine .item a.open span.button_back{
    display: flex;
}
#footerLine #flushFooterCart .menu-bottom-mobile{
    display: none;
}
#footerLine #flushFooterCart .item .compare .mark,
#footerLine #flushFooterCart .item .wishlist .mark,
#footerLine #flushFooterCart .item .cart .mark{
    background-color: #f6f6f6;
}
@media (min-width: 768px) {
    #footerLine #flushFooterCart{
        display: block;
    }
}
@media (max-width: 1024px){
    #footer #leftFooter .heading:not(.noTabs):after{
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='30.000244' height='16.414062' viewBox='0 0 30.0002 16.4141' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cline id='Line 14' x1='0.707153' y1='0.707031' x2='15.707153' y2='15.707031' stroke='%23575757' stroke-opacity='1.000000' stroke-width='2.000000'/%3e%3cline id='Line 15' x1='29.293091' y1='0.707031' x2='14.293091' y2='15.707031' stroke='%23575757' stroke-opacity='1.000000' stroke-width='2.000000'/%3e%3c/svg%3e");
        background-size: 15px 15px;
        transition: all 0.3s ease-in-out;
    }
    #footer #leftFooter .heading.active:after{
        transform: rotate(180deg);
    }
}
@media (max-width: 790px) {
    #footer #rightFooter .rightTable{
        display: table;
    }
    #rightFooter .list li span{
        display: block;
    }
    #rightFooter .logo img{
        height: 25px;
    }
    #rightFooter .rightTable td.leftColumn,
    #rightFooter td.rightColumn .wrap{
        text-align: center;
        width: 100%;
    }
    .main-index-text h1{
        font-size: 19px;
        text-align: center;
        margin: 0 0 9px 0;
    }
    .advantages{
        display: block;
    }
    .index-banners-wrap .index-banners .bg{
        position: relative;
        background-image: none !important;
    }
    .index-banners-wrap .index-banners .bg img{
        display: block;
        width: 100%;
    }
    .index-banners-wrap .index-banners .elem-column .elem{
        height: 100%;
        padding: 55px 0 0 0;
        border: none;
        background: rgb(244, 244, 244);
        margin-top: 11px;
    }
    .index-banners .elem-column .elem .text-wrap{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
    }
    .index-banners-wrap .index-banners .elem-column .name{
        font-size: 18px;
        line-height: normal;
        color: #575757;
        margin: 0;
    }
    .index-banners-wrap .index-banners .elem-column {
        width: 100%;
        display: block;
    }
    .index-banners .elem-wrap:not(.mobile){
        display: none;
    }
}
@media (max-width: 768px){
    #footerLine .item a,
    #footerLine .item a span{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        line-height: initial;
        gap:3px;
    }
    #footerLine .item a{
        position: relative;
    }
    #footerLine #flushFooterCart{
        display: block;
    }
    #footerLine #flushFooterCart .menu-bottom-mobile{
        display: flex;
        width: 100%;
    }
    #footerLine #flushFooterCart .menu-bottom-desktop{
        display: none;
    }
    #footer #footerBottom{
        height: 68px;
    }
    #footerBottom .sn .vk{
        background: url("../images/vk-text-logo.png") no-repeat;
        background-position: center;
        background-size: contain;
    }
    #footer #footerBottom .sn,
    #footer #footerBottom .sn li,
    #footerBottom .sn a{
        width: 100%;
        border: none;
    }
    #footerBottom .sn a{
        height: 26px;
    }
    #topSearchLineMobile.active{
        display: block;
        background: #ffffff;
        top: 60px;
    }
    #brandList .ajaxContainer .item{
        width: 50%;
    }
    #footer.variant_1{
        border-top: 1px solid rgb(244, 244, 244);
    }
    #footer .fc{
        background-color:#ffffff !important;
    }
    #footer #leftFooter{
        background-color:#ffffff; !important;
    }
    #footer #leftFooter .heading{
        color: rgb(87, 87, 87);
        background: none;
        border-bottom: 1px solid rgb(244, 244, 244);
    }
    #footer #leftFooter ul li:first-child{
        border-top:none;
    }
    #footer #leftFooter ul li{
        border-top: 1px solid rgb(244, 244, 244);
    }
    #homeCatalog .caption{
        background: rgb(244, 244, 244);
    }
    #main #brandList .heading{
        background: rgb(244, 244, 244);
        height: 65px;
        margin: 0;
        padding: 0;
        align-content: center;
    }
    #main .ajaxContainer .limiter{
        padding: 0;
    }
    #main #homeCatalog{
        padding-bottom:0;
        margin-bottom: 36px;
    }
    #flushFooterCart .item:nth-child(2) a{
       margin-top: -4px;
    }
    #flushFooterCart .item:nth-child(2) a.open{
        margin-top: -1px;
    }

    #footerLine .item .num_product{
        height: 15px;
        width: 15px;
        line-height: 16px;
        font-size: 8px;
        right: 22px;
        top: -6px;
    }
    #headerLayout,.menuContainerColor{
        display: none;
    }
    #headerLayoutMobile{
        display: block;
    }
    #panel + #foundation #headerLayoutMobile{
        top: 45px;
        z-index: 1000;
    }

    #foundation{
        padding-top: 65px;
    }

    #panel + #foundation{
        padding-top: 65px;
    }
}