@media (max-width:1920px) {
    header {
        width: 100%;
    }

    main {
        width: 100%;
    }

    footer {
        width: 100%;
    }
}

@media (min-width:360px) and (max-width:768px) {

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

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

    .logo   {
        width: 135px;
        height: 27px;
        margin-top: 20px;
        margin-left: 40px;
    }

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

    .heading {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin: 0 auto;
    }

    .top-wrapper ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 20px auto;
        padding: 0;
    }

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

    .location h1 {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        color: #0F8B8D;
        margin: 0;
    }
    
    .location p {
        font-size: 12px;
        font-weight: 400;
        line-height: 14.4px;
        text-align: left;
        color: #143642;
        margin-top: 10px;
        padding-top: 0;
    }
    
    .box-address h2 {
        font-size: 16px;
        font-weight: 700;
        line-height: 19.2px;
        text-align: left;
        color: #143642;
        margin-bottom: 10px;
        margin-left: 24px;
    }
    
    .box-address p {
        font-size: 12px;
        font-weight: 400;
        line-height: 14.4px;
        text-align: left;
        color: #143642;
        padding-top: 0;
        margin-left:24px;
        margin-right: 46px;
        width: 232px;
    }
    
    .map img {
        width: 280px;
        height: 280px;
        border-radius: 10px;
    }
    
    .box-address {
        width: 280px;
        height: 111px;
        border-radius: 10px;
        opacity: 0px;
        border: 1px solid #D2D2D2;
        box-shadow: 0px 4px 10px 0px #0000001A;
        margin-top: 20px;
    }
    
    .location {
        display: flex;
        flex-direction: column;
    }
    
    .main-content {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 40px;
        margin:40px auto;
    }

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

        footer {
            width: 100%;
            height: 362px;
            background-color: #143642;
            border-radius: 30px;
        }
    
        .footer-logo {
            width: 145px;
            height: 29px;
    
        }
    
        .mail {
            width: 25px;
            height: 20px; 
            margin-right: 5px;
        }
    
        .phone {
            width: 20px;
            height: 20px;
            margin: 0;
        }
    
        .watermark {
            visibility: visible;
        }
    
        .footer-nav {
            font-size: 14px;
            font-weight: 700;
            line-height: 16.8px;
            text-align: left;
        }
    
        .footer-nav-list {
            font-family: Lato;
            font-size: 12px;
            font-weight: 400;
            line-height: 14.4px;
            margin-left: 30px;
        }
    
        .footer-container {
            display: flex;
            flex-direction: column;
            padding-top: 20px;
        }
    
        .footer-icon {
            display: flex;
            flex-direction: row;
            column-gap: 73px;
            margin: auto;
            margin-bottom: 30px;
        }
    
        .footer-product {
            display: flex;
            flex-direction: column;
            row-gap: 10px;
            margin-left: 40px;
        }
    
        .footer-store, .footer-contact {
            display: flex;
            flex-direction: column;
            row-gap: 10px;
            margin-left: 40px;
            margin-top: 10px;
        }
}