@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
    width: 100%;
    max-width: 1920px;
    margin: 0;
    font-family: 'Lato', sans-serif;
}

a {
    text-decoration: none;
    color: #F9FBFE;
}

li {
    list-style-type: none;
}

/* ===== HEADER ====== */

header {
    width: 100%;
    max-width: 1920px;
}

.top-wrapper {
    background-color: #0F8B8D;
    height: 145px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.heading {
    display: flex;
    justify-content: center;
    gap: 433px;
}

.top-wrapper ul {
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin-top: 54px;
}

.top-wrapper li {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #F9FBFE;
}

.logo   {
    width: 335px;
    height: 67px;
    margin-top: 39px;
}

.header-text h1 {
    font-weight: 800;
    font-size: 70px;
    line-height: 84px;
    text-align: center;
    margin: 0;
}

.header-text p {
    font-weight: 400;
    font-size: 36px;
    line-height: 43.2px;
    text-align: center;
    margin-top: 10px;
    display: block;
}

.top-wrapper a:hover {
    color: #bdbdbd;
}

/* ===== MAIN ====== */

main {
    width: 100%;
    max-width: 1920px;
}

.form-container a {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: center;
}

.form-title h2 {
    width: 926px;
    font-size: 48px;
    font-weight: 800;
    line-height: 57.6px;
    color: #0F8B8D;
    margin:100px auto 50px auto;
}

label {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #143642;
    min-width: 237px;
}

.message {
    margin-bottom: 147px;
}

input {
    width: 100%;
    height: 71px;
    border-radius: 20px;
    border: 2px solid #D2D2D2;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    color: #143642;
    padding-left: 46px;
}

textarea {
    font-family: 'Lato';
    width: 100%;
    max-width: 493px;
    height: 200px;
    border-radius: 20px;
    border: 2px solid #D2D2D2;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    color: #143642;
    padding-left: 46px;
    padding-top: 6px;
}

input::placeholder {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    color: #D2D2D2;
    
}

.form-box a {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: center;
    color: #F9FBFE;
}

.btn {
    margin-top: 30px;
    background-color: #A8201A;
    width: 335px;
    height: 70px;
    border-radius: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
}

.btn:hover {
    background-color: #811812;
}

.content-feed a {
    font-weight: 400px;
    font-size: 24px;
    line-height: 28.8px;
    text-align: center;
    margin-top: 45px;
}

.form-container {
    width: 926px;
    border-radius:20px;
    border: 2px solid #D2D2D2;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:0 auto;
    margin-bottom: 100px;
    padding: 50px 0;
}

.form-group {
    width: 730px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

/* ===== FOOTER ====== */

footer {
    width: 100%;
    max-width: 1920px;
    height: 460px;
    background-color: #143642;
    border-radius: 30px;
}

.footer-logo {
    width: 335px;
    height: 67px;

}

.mail {
    width: 40px;
    height: 32px; 
    margin-right: 20px;
}

.phone {
    width: 32px;
    height: 32px;
    margin: 0;
}

.footer-nav {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    color: #EC9A29;
}

.footer-nav-list {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    color: #F9FBFE;
    margin: 0;
}

.watermark {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    text-align: center;
    color: #F9FBFE;
    margin-top: 38px;
    visibility: hidden;
}

.footer-container a:hover {
    color: #a0702e;
}

.footer-container {
    display: flex;
    padding-top: 80px;
    justify-content: center;
}

.footer-icon {
    display: flex;
    flex-direction: column;
    row-gap: 31px;
}

.footer-product {
    display: flex;
    flex-direction: column;
    text-align: left;
    row-gap: 20px;
    margin-left:138px;
}

.footer-store, .footer-contact {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-left: 100px;
}