#wrapper {
    padding-top: 0 !important;
}

.fixed {
    position: fixed !important;
    top: 0!important;
    right: 0!important;
    z-index: 9999!important;
}
.floating-banner {
    width: calc(100% / 6);
    position: absolute;
    top: 400px;
    right: 0;
    z-index: 9999;
}
.floating-banner_img {
    width: 100%;
}


header {
    position: relative !important;
    width: 960px !important;
    min-width: 960px !important;
    min-height: auto !important;
    margin: 0 auto 20px !important;
}
header:after {
    display: none !important;
}
.header__logo {
    position: inherit !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0.5em 0.5em 0;
}

.duskin__logo {
    width: 140px;
}
.repair__logo {
    width: 140px;
}

.header__logo img {
    width: 100%;
}

.gnav{
	background: url( "");
	background-size: 50%;
}

.gnav ul{
    padding: 5em 0 0;
	display: flex;
	justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
}

.gnav ul li{
	text-align: center;
	padding: 0 0.3em;
    position: relative;
}

.gnav ul li::after{
	content: "";
    border-right: solid 1px #000;
    position: absolute;
    right: -32.5px;
    bottom: 0;
    height: 1.5em;
}

.gnav ul li:last-child::after{
	content: "";
    border-right: none;
}

.gnav ul li a{
	display: flex;
	flex-flow: column;
	padding: 0 .5em;
    color: #000;
    text-decoration: none;
    gap: 5px;
}


.gnav ul li img{
	height: 50px;
	width: auto;
	margin: 0 auto;
}

.gnav ul li a:hover{
	background: url( "/service/repair/images/menu-hover.png");
	background-repeat: no-repeat;
	background-size: 70px;
	background-position: center;
	opacity: 1;
} 