

@media (max-width: 767px){

    .header-bottom .container-header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-bottom {
        display: none !important;
    }

    .header-right {
        display: none !important;
    }

    .header-menu {
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header-middle {
        height: 70px;
    }

    .header-middle .container-header {
        border:none !important;
    }

    .header-bottom__right.js-search .header-search {
        margin-right: 0px;
        border:none !important;
        padding-right:0px;
    }

    .header-bottom__right.js-search {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header-bottom__right .input {
        -webkit-transform: translateX(-90%) !important;
        -ms-transform: translateX(-90%) !important;
        transform: translateX(-90%) !important;
        bottom: -20px;
    }

    .header-logo img {
        width: 225px;
    }

    .header-logo {
        margin-left: 25px;
    }

    .inner-page__heading.ui-relative {
        /*height: 45px;*/
    }

}

@media (max-width: 479px) {

    .mobile-nav__content > ul > li:not(.heading) {
        -webkit-box-flex: 0;-ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

}
