:root {
    --header-height: 95px;
}

.header-wrapper {
    position: relative;
    background: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 26px;
    padding-bottom: 27px;
    border-radius: 0;
    height: var(--header-height);
    justify-content: space-between;
}

@media (max-width: 650px) {
    :root {
        --header-height: 56px;
    }

    .header-wrapper {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

.header-wrapper .header-lang {
    width: 78px;
    height: 43px;
    z-index: 999;
}

.header-wrapper .header-belt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: white;
}

.header-wrapper .header-logo {
    overflow: visible;
}

.header-wrapper .header-logo a {
    float: left;
}

.header-wrapper .logo-wrapper {
    width: 95px;
    height: 35.18px;
}
