header {
    padding: 0;
    position: absolute;
    transition: 0.2s ease-in-out;
    z-index: 999;
    right: 0;
    left: 0;
}

header .container {
    position: relative;
    padding-top: 25px;
}

header .logo {
    height: 100%;
    margin-top: 5px;
    height: 3rem;
    transition: 0.2s ease-in-out;
}

.language-switcher {
    background: #fff;
    padding: 2px 12px 0px;
    border-radius: 10px;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
}
.gt_switcher {
    width: 118px !important;
}
.gt_switcher .gt_option {
    height: 78px !important;
    position: absolute !important;
    z-index: 999999 !important;
    background: white;
    overflow: visible !important;
    top: 39px;
    border-radius: 10px;
    width: 100% !important;
    box-sizing: border-box !important;
    left: 0;
    right: 0 !important;
    padding: 8px 10px;
}
.gt_switcher a, .gt_switcher .gt_option a {
    padding: 8px 5px !important;
}
a.glink {
    text-decoration: none;
    padding: 12px 0 8px;
}
a.glink img {
    height: 12px !important;
    margin-top: -3px !important;
}
a.glink span:first-of-type {
    font-size: 13px !important;
}

#page {
    /* margin-top: -75px; */
}