body {
    margin: 0px;
    font-weight: 500;
    font-family: 'Open Sans';
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
}

.menu ul {
    display: flex;
    padding: 0px;
    color: white;
}
.menu ul li {
    margin: 0 5px 0 5px;
    font-weight: 700;
}
.menu-head {
    display: flex;
    justify-content: space-around;
    width: 1170px;
    margin-top: 57px;
}
.container {
    display: flex;
    width: 1170px;
    margin: auto;
}

.wrapper {
    background: center url(/img/header-bg.jpg);
    /* width: 1170px; */
    /* margin: auto; */
    background-size: cover;
}
.menu ul li {
    display: flex;
    flex-direction: column;
}
.phone {
    display: flex;
    color: white;
    /* margin: auto; */
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
}