
.navbar-header .right{
    display:none;
}

@media only screen and (max-width: 770px) {


    h1, .h1 {
        font-size:1.2em;
    }

    .ui-accordion .ui-accordion-header {
        font-size:1em;
        font-weight: normal;
        padding: 4px 0 !important;
    }

    /* Header*/
    .header-middle-section .container .logo.header-logo {
        padding: 10px 0 0 0;
    }
    .header-logo img {
        max-width: 120px;
    }

    .navbar-header {
        padding-right: 15px;
        display: flex;
        justify-content:space-between;
    }
    .navbar-header .navbar-toggle{
        flex-grow: 1;
        width: 40px;
    }
    .navbar-header .right{
        flex-grow: 3;
        font-size: 1em;
        color:#fff;
        display: flex;
        justify-content: end;
        justify-items: center;
    }
    .navbar-header .right .icon-phone{
        padding-right: 15px;
    }
    .navbar-header .right .icon-email{
        padding-right: 15px;
    }
    .navbar-header .right .icon-user a{
        color:#3ed2a3;
        line-height: 35px;
    }
    .navbar-header a{
        font-size: .9em;
        color:#fff;
        line-height: 35px;
    }

    .navbar-header a{
        font-size: .9em;
        color:#fff;
        line-height: 35px;
    }

    .header-search {
        display:none;
    }
    .header-user__login {
        display:none;
    }

    .header-middle-section {
        padding: 10px 0;
    }

    .header-middle-section .container{
        display:flex;
        justify-content: space-between;
        flex-direction:row;
    }
    .header-middle-section .container .logo.header-logo{
        flex-grow: 1;
    }
    .header-middle-section .container .header-right-panel{
        flex-grow: 3;
        display: flex;
        justify-content: flex-end;
        flex-direction:row;
        margin-top: 0;
    }

    .header-info__address {
        font-size:0.8em;
        margin-bottom: 0;
        margin-top: 0;
    }

    .header-user__cart  {
       height: 40px;
        margin: 0;
    }
    .header-user__cart .summa {
        display: none;
    }
    .header-logo__text {
        display: none;
    }
    .header-top-menu ul li a {
        font-size: 1em;
    }

    .header-phone-leadtrack {
        display: none;
    }

    .breadcrumb {
        display:none;
    }
    #sidebar {
        display:none;
    }

    .footer-menu ul li a {
        font-size: 1em;
    }


     /*Text Page*/

    .heading a.heading-link {
        font-size: 1em;
    }
    .nav-mobile__title a {
        font-size: 1.5em;
    }

    .nav-mobile__title>span.arrow {
        width: 50px;
        height: 48px;
        line-height: 48px;
    }

    .nav-mobile__drop-title {
        font-size: 1.2em;
    }
  .nav-mobile__drop-title+span.arrow {
        width: 50px;
        height: 38px;
        line-height: 38px;
    }
    .nav-mobile__drop-link {
        font-size: 1.2em;
    }

    /*Catalog */
    .products-item  {
        display: flex;
        flex-direction: column;
    }

    .products-item__left, .products-item__right {
        width: 100%;
    }

    .products-item__left:after {
        display:none;
    }

    .products-item__img  {
        width: 360px;
        height: 100%;
    }
    .products-item__img img {
        max-width: 100%;
        max-height: 100%;
    }

    .up-description-category p {
        display: none;
    }
    .up-description-category p:first-child {
        display: inline-block;
    }


}