html {
    font-family: Ubuntu, sans-serif;
}
body * {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul {
    list-style: none;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    margin-bottom: 80px;
}

.header-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d3cbd9;
    padding-bottom: 30px;
    width: 1220px;
    height: 105px;;
}

.header-contact {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    align-items: end;
}
.header-contact-span {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #858e8a;
}
.header-contact-tell {
    font-weight: 500;
    font-size: 18px;
    color: #2c332f;
    text-decoration: none;
}

.footer {
    margin-top: 120px;
    padding: 60px 0 40px 0;
    background: linear-gradient(
        90deg,
        rgba(73, 169, 255, 0.2) 0%,
        rgba(252, 124, 217, 0.2) 100%
    );
    max-height: 302px;
    text-align: center;
}

.footer-logo {
    display: block;
    margin-bottom: 40px;
}

.footer-list {
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0;
    column-gap: 60px;
}

.footer-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #535755;
    text-decoration: none;
}

.footer-copyright {
    padding-top: 40px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #858e8a;
    border-top: 1px solid #d3cbd9;
}
