/* Header */
header{
    width: 100%;
    height: 87px;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #FFF;
    z-index: 100000;
    border-bottom: 1px solid #DDD;
}
nav{
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}
nav ul{
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: end
}
nav ul li{
    margin: 10px 10px;
}
nav ul li a{
    text-decoration: none;
    color: #000;
}
.header-top{
    height: 150px;
}
.header-top-contact{
    width: 90%;
    margin: auto;
}
.header-top-contact ul{
    padding-top: 20px;
    list-style: none;
    display: flex;
}
.header-top-contact ul li{
    width: 100%;
}
.header-top-contact-right{
    text-align: end;
}
.header-top-img{
    text-align: center;
}