@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:1280px){}
@media only screen and (max-width:1000px){}
@media only screen and (max-width:767px){}
@media only screen and (max-width:480px){}

@media only screen and (min-width:768px){
header#sdk_head {
    min-height: 94px;
    width: 100%;
    background:rgba(255,255,255,.96) url("/supportdesk-web/img/head_gld.png") center bottom repeat-x;
    position:relative;
    z-index:300;
    display: flex;
    bottom: -20px;
    box-sizing: border-box;
}
header#sdk_head .hs-inner {
    width: 1280px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
header#sdk_head .hs-inner div:first-child {
    width: 80%;
    text-align: left;
}
header#sdk_head .hs-inner div:last-child {
    width: 20%;
    font-size: .75em;
    text-align: right
}
header#sdk_head .hs-inner img {
    max-height: 48px;
}
}


@media only screen and (max-width:767px){
header#sdk_head {
    min-height: 76px;
    width: 100%;
    background:rgba(255,255,255,.96);
    position:relative;
    z-index:300;
    display: flex;
    border-bottom: 2px solid #ccc;
}
header#sdk_head .hs-inner {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
header#sdk_head .hs-inner div:first-child {
    width: 80%;
    text-align: left;
}
header#sdk_head .hs-inner div:last-child {
    width: 20%;
    font-size: .8em;
    text-align: right
}
header#sdk_head .hs-inner img {
    max-height: 42px;
}



}

