body {
    padding: 0;
    margin: 0;
    background: #040A0A;
    height: 100vh;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 15;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.03em;
}

.flower {
    height: auto;
    max-width: 1440;
    position: relative;
    z-index: auto;
    background: black;
    padding: 0;
    margin: 0;
    
z-index: 3;
}

.menu {
    display: flex;
    gap: 50px;
    align-items: center;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.04em;
    text-align: left;
    margin: 0%;
    margin-left: 175px;
    padding: 0px;

    width: 1440px;
    height: 80px;



}

.menu a {
    text-decoration: none;
    color: #FFFFFF;

}

.path {
    position: relative;
    left: 165px;
    z-index: 3;
    margin: 30px;
}
.path a {
    
    color: #FFFFFF;
}

body h1 {
    position: relative;
    left: 250px;
    z-index: 2;
    width: 700px;
    height: 121px;
    color: #FFFFFF;
    font-family: Cormorant;
    font-size: 100px;
    font-weight: 400;
    line-height: 121px;
    letter-spacing: 0.02em;
    text-align: left;
    padding: 0px;
    margin: 50px;
}

body h2 {
    font-family: Cormorant;
    font-size: 60px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0.02em;
    color: #43FFD2;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 20px;
}

body h3 {
    
        width: 136px;
        height: 21px;
        color: #43FFD2;
        padding: 0px;
        margin: 00px;
        font-family: Oswald;
        font-size: 14px;
        font-weight: 700;
        line-height: 21px;
        letter-spacing: 0.04em;
        
        margin-bottom: 10px;
    }



body p {
    font-family: Oswald;
    font-size: 19px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.04em;
    /* text-align: left; */
    margin: 0px;

}

/* Выпадающий список */
main {
    min-height: 100vh;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    padding : 1rem;
  }
  
  h1 {
    text-align: center;
    
    font-size: 1.2em;
    font-weight: 800;
    
    margin-top: 1em;
    margin-bottom: 1.8em;
  }
  
  section.faq {
    
    
    width: 100%;
    max-width: 540px;
    
    padding: 2em;
    
    background: #00000033;
    box-shadow: 2px 2px 15px 4px rgba(0, 0, 0, 0.2);
  }
  
 
  
  .faq-container {
    display: grid;
    gap: 1em;
  }
  
  .faq-header {
    padding: 1.2em 1em;
    border: 1px solid #43FFD2;
    font-weight: 600;
    
    background-color: #00000033;
    
    user-select: none;
    cursor: pointer;
  }
  
  .faq-content {
    padding: 1em;
  }


  footer {
    background: #000000;
    width: 1440px;
    height: 337px;
    display: flex;
    gap: 70px;
    
    justify-content: center;
    padding: 20px;

}

.requisites p {
    color: #FFFFFF;
    width: 244px;
    height: auto;
    padding: 0px;
    margin: 0px;
    
}

.footer_catalog p {
    color: #FFFFFF;

}

.footer_catalog a {
    text-decoration: none;
    color: #FFFFFF;
}

.footer_bouquet p {
    color: #FFFFFF;
}

.footer_bouquet a {
    text-decoration: none;
    color: #FFFFFF;
}

.footer_menu a {
    text-decoration: none;
    color: #43FFD2;
    line-height: 50px;
    padding-top: 0px;

}


@media screen and (max-width: 1000px){
    body h1 {
        position: relative;
    left: 0px;
    }
    .menu {
        flex-direction: column;
        position: relative;
        left: 0px;
        align-items: left;
        width:  300px;
        height: auto;
        margin: 50px;
    }
    .path {
        position: relative;
        left: 0px;
    }
}
