.header-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 90px;*/
    background-color: #FFF;
    z-index: 999;
    /*border: 1px solid red;*/
}
.header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0 18px 0;
    /*border: 1px solid red;*/
}
.header-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 0 80px;
    min-width: 170px;
    /*border: 1px solid blue;*/
}

.header-left img{
    width: 200px;
}

.header-right{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 390px;
    min-width: 300px;
    margin: 10px 100px 0 80px;
    z-index: 999;
    /*border: 1px solid greenyellow;*/
}