html {
    font-family: sans-serif;
}

body {
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
}

/* ====================================================== */

.header {
}

.header-container {
    height: 105px;
    align-items: center;

    border-bottom: #000 solid 1px;
}

.logo {
    justify-self: start;
}

.logo {

    width: 60px;
    height: 60px;
    background: #000;
    border-radius: 5px;
}

.header-list {
    display: flex;
    align-items: center;
    margin: 0 auto;
    gap: 15px;
}

.header-item a {
    color: #000000;

}

.header-tel {
    display: flex;
    align-items: center;
    color: #000000;

    text-decoration: none;
}