@media screen and (max-width: 960px) {
    .sub-header {
        flex-wrap: wrap;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .sub-header .main-logo {
        order: 2;
    }

    .sub-header-right {
        order: 3;
    }

    .sub-header-center {
        order: 1;
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
}

@media screen and (max-width: 650px) {
    .header__main-menu-button {
        justify-content: space-between;
        width: 100%;
        padding: 0;
    }

    .header-menu {
        display: flex;  
        flex-wrap: wrap;
        width: 100%;
        padding: 10px 0;
        color: #000;
    }

    .header-menu li {
        margin-right: 15px;
        padding-left: 0;
        line-height: 20px;
    }
    
    .header-menu li:last-child {
        margin-right: 0;
    }

    .sub-header {
        padding-top: 0 !important;
    }

    .sub-header-center {
        margin-bottom: 0;
    }

    .sub-header-right {
        max-width: 50%;
    }
}

@media screen and (max-width: 450px) {
    .sub-header .main-logo,
    .sub-header-right {
        width: 100%;
    }

    .sub-header .main-logo {
        margin-bottom: 15px;
    }

    .sub-header-right {
        max-width: 320px;        
        margin: 0 auto;
    }

    .sub-header-right .jlslogin {
        text-align: center;
    }

    .sub-header-right .jlslogin .user-box-top {
        display: flex;
        justify-content: center;
    }

    .sub-header-right .jlslogin .user-box-top a:first-child {
        margin-right: 15px;
    }
}