.header-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.header {
    height: 70px;
    display: flex;
    width: 75%;
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 128px;
    height: 46px;
    background: url('../images/Logotype.png');
    margin-top: 12px;
    cursor: pointer;
}

.header-nav-items-list {
    font-weight: 400;
    font-family: Assistant-Regular;
    line-height: 34px;
    font-size: 16px;
    margin-top: 18px;
    display: flex;
    column-gap: 80px;
    letter-spacing: -0.408px;
}

    .header-nav-items-list li a.selected {
        font-weight: 600;
        font-family: Assistant-Semibold;
        color: #FFB200;
    }

.header-buttons {
    width: 188px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

    .header-buttons button {
        margin-top: 15px;
        height: 40px;
        cursor: pointer;
    }

#login-button {
    width: 84px;
    background-color: white;
    border: 1px solid #FFB200;
    border-radius: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
}
