.header.invert .header__logo a {
    background-image: url(/assets/img/logo_w.png);
}

.header__logo a {
    background-image: url(/assets/img/logo.png);
}

@media screen and (min-width: 768px){
.header .gnav__list:last-child .gnav__item:last-child {
    margin-top: 4em;
}
}

@media screen and (min-width: 1281px){
.header .gnav__list:last-child .gnav__item:last-child {
    margin-top: 5.85em;
}
}

@media screen and (min-width: 768px){
.header__logo {
    height: 43px;
    left: 50px;
    position: fixed;
    top: 38.5px;
    width: 180px;
    z-index: 1005;
}
}

.header__logo {
    height: 43px;
    width: 150px;
}


.fixed-nav__item {
    border-right: 1px solid #d9d9d9;
    width: 50%;
}

@media screen and (min-width: 768px){
.header .gnav__bnr-list {
    justify-content: center;
}
}


@media screen and (min-width: 768px){
.support-menu__item .link-inner {
    justify-content: center;
    padding: 0px 50px 20px 110px!important;
}
}

@media screen and (min-width: 1281px){
.support-menu__list {
    justify-content: left!important;
}}