.top-header{
    display: flex;
    justify-content: space-around;
}
.header.type5 .top-header .menu{
    width: 100%;
    flex-basis: 33%;
}
.header.type5 a{
    color: #313131;
}
.header.type5 .top-left-menu > li > a {
    text-transform: uppercase;
}
.top-right-menu{
    flex-basis: 33%;
    display: flex;
    justify-content: flex-end;
}
.top-right-menu a{
    text-transform: uppercase;
    margin-left: 15px;
}
.hero.type-3{
    max-width: 1360px;
    margin: auto;
    padding: 0;

}
.header.type5 .top-header .top-right-menu a.phone svg{
    position: relative;
    top: -2px;
}
.hero.type-3 .head::after, .hero.type-4 .head::after, .hero.type-5 .head::after, .hero.type-6 .head::after{
    content: unset;
}
.hero.type-3 .head{
    padding: 0;
    height: 720px;
}
.hero.type-3 .title-block{
    max-width: 825px;
    margin: 40px auto 0;
}
.hero.type-3 .title-block .title{
    color: #6A6265;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
}
#faq-accordion button b{
    flex-basis: 90%;
}
#faq-accordion button svg{
    flex-basis: 10%;
    transition: .2s
}

#faq-accordion button:not([aria-expanded="false"]) svg{
    transform: rotate(90deg);
}
.bottom-menu{
    display: none;
}
@media (max-width: 1024px) {
    footer .socials + ul{
        padding: 0;
        column-count: unset !important;
    }

    footer .socials + ul li a{
        font-size: 12px !important;
    }
    footer + .modal-container.mobile{
        z-index: 100;
    }
    .bottom-menu{
        position: fixed;
        bottom: 0;
        display: flex;
        width: 100%;
        justify-content: space-around;
        background: #fff;
        box-shadow: 0 -1px 0 #ddd;
        z-index: 200;
    }
    .menu-mobile-bottom-button {
        display: flex;
        position: static;
        transform: unset;
        box-shadow: none;
        padding: 0;
        width: auto;
        height: auto;
    }
    .header.type5 .top-header{
        display: flex;
        box-shadow: 0 1px 0 #000;
        padding-bottom: 10px;
        justify-content: center;
        align-items: center;
    }
    .header.type5 .top-header .top-right-menu,
    .header.type5 .top-header .logo{
        flex-basis: 50%;
    }

    .header.type5 .top-header .top-right-menu a.phone{
        margin: 0;
        padding: 5px 15px;
    }
    .header.type5 .top-header .top-right-menu a.phone span{
        display: none;
    }
    .header.type5 .top-header .top-right-menu a:not(:first-of-type),
    .header.type5 .top-header .small-menu.menu,
    .header.type5 .top-header #bx_basket_header{
        display: none;
    }

    .header.type5 .top-header .top-right-menu a.phone{
        display: inline-block;
    }
    .modal-container.mobile.mobile-sidebar-menu .menu-catalog-modal{
        padding-top: 100px;
    }
    .hero.type-3 .title-block .title{
        font-size: 22px;
        line-height: 1.2;
    }
    .advantages .container.advantage-wrapper{
        flex-direction: column-reverse;
    }
    .collagen-this-wrapper{
        flex-direction: column;
    }
    .section-name .h2.title{
        font-size: 24px;
        line-height: 1.2;
    }
    .wrapper-section .advantages .advantage{
        justify-content: space-between;
    }
    .wrapper-section .advantages .advantage .icon{
        flex-basis: 40%;
    }
    .advantages .advantage-list{
        max-width: 100%;
        margin: 0;
    }
    .wrapper-section .advantages .advantage .text-block{
        font-size: 50%;
    }
    .categories-block.type-2 .categories-list > div:first-of-type{
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wrapper-section .categories-block.type-2 .item .title.font-title{
        margin: 0;
        padding: 0;
    }
    .collagen-this-wrapper .tab-content{
        flex-basis: 100%;
        padding: 20px;
    }
    .partners-wrapper .main-screen{
        padding-top: 50px;
    }
    .main-screen .main-screen-text h1{
        font-size: 32px;
    }
    .main-screen .main-screen-text{
        top: -40px;
    }
    .main-screen .main-screen-text .title-slogan{
        font-size: 12px;
    }
     .main-screen .main-screen-text button{
        display: none;
    }
    .collaboration-wrapper{
        flex-direction: column;
    }
    .working-with-us-items .working-with-us-item,
    .why-we .why-we-left,
    .why-we .why-we-right{
        flex-basis: 100%;
    }
    #faq-accordion .card-header,
    #faq-accordion .btn.btn-link{
        border-bottom: none;
        box-shadow: unset;
    }
    #bx_basket_header_fixed{
        display: none
    }
    footer.type-1{
        padding-bottom: 20px;
    }
}