html{
    scroll-behavior: smooth;
}

body{
     font-family: "Poppins", serif;
     padding: 0;
     margin: 0;
     background-color: #f0ffe6;
}




*,
*::before,
*::after {
    box-sizing: border-box;
}

a,
p,
h1,
h2,
h3,
h4,
ul,
li {
    margin: 0;
    padding: 0;
    text-decoration: none;
} 

h1,
h2,
h3,
h4,
h5,
h6{
margin-top: 20px;
margin-bottom: 20px;
color: #000;
text-align: center;
}

a{
text-decoration: none;
cursor: pointer;
color: inherit;
}

p a{
font-weight: 600;
}

p{
    font-size: 18px;
}

img{
  width: 100%;
  max-width: 1000px!important;
  height: auto;
  }

.container{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
   
}

/*--------menu-modal-----------*/

.main-header-thumb{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
}

.image-thumb{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media (min-width: 1200px) {
  .image-thumb{
    flex-direction: row-reverse;
  }
}

.image-thumb-copy{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media (min-width: 1200px) {
  .image-thumb-copy{
    flex-direction: row;
  }
}

.image-text-thumb{
  width: 100%;
  max-width: 600px;
}

.centered{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.video-thumb{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .video-thumb{
    flex-direction: row;
    gap: 20px;
  }
}
body.modal-open {
    overflow: hidden;
  }
  
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    
  }
  
  .modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: #000;
    margin: 0% auto;
    padding-top: 100px;
    padding-bottom: 50px;
    width: 100%;
   
  }

  .header-mob-link{
    color: #fff;
  }
  
  .close {
    position: absolute;
    right: 21px;
    top: 25px;
    color: #fff;
    float: right;
    font-size: 48px;
    font-weight: bold;
  }

  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  .header{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
    background-color: #80A867;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  @media (min-width:1200px) {
    .header{
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }

  .nav-web{
    display: none;
   
  }

  @media (min-width:1200px) {
    .nav-web{
        display: flex;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 20px;
    }
  }

  .header-web-link{
color: #fff;
  }

  

  .menu{
    width: 32px;
    box-shadow: none;
    border-radius: 0;
  }


  @media (min-width:1200px) {
    .menu{
        display: none;
    }
  }
  /*-----footer-------*/

  .footer{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 30px;
width: 100%;
background-color: #80A867;
  }

  @media (min-width: 1200px) {
    .footer{
        flex-direction: row;
        justify-content: flex-end;
    }
  }

  .footer-text{
    color: #fff;
  }

  video{
    margin-top: 20px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);

  }

  img{
    width: 100%;
    max-width: 900px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);

  }

  /*-----faq--------*/

  .faq-container {
    max-width: 900px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
  }
  
  .faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  
  .faq-question {
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    text-align: start;
  }
  
  .faq-question:hover {
    background-color: #f9f9f9;
  }
  
  .faq-arrow {
    font-size: 16px;
    transition: transform 0.3s ease;
  }
  
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    padding: 0 10px;
  }
  
  .faq-answer.open {
    max-height: 200px; /* Увеличьте при необходимости */
    padding: 10px;
  }
  
  
  .policy-thumb{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  @media (min-width: 1200px) {
    .policy-thumb{
      flex-direction: row;

    }
  }

  .policy{
    text-decoration: underline;
  }

  /*---------table--------*/

  table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    margin-top: 40px;
}
th, td {
    padding: 10px 10px;
    text-align: left;
    border: 1px solid #ddd;
}
th {
    background-color: #007BFF;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}
tr:hover {
    background-color: #e8f4ff;
}
td p {
    margin: 0;
}