@font-face {
    font-family: 'TT Livret Text Trial';
    src: url('fonts/TTLivretTextTrial-DmBd.eot');
    src: url('fonts/TTLivretTextTrial-DmBd.eot?#iefix') format('embedded-opentype'),
        url('fonts/TTLivretTextTrial-DmBd.woff2') format('woff2'),
        url('fonts/TTLivretTextTrial-DmBd.woff') format('woff'),
        url('fonts/TTLivretTextTrial-DmBd.ttf') format('truetype'),
        url('fonts/TTLivretTextTrial-DmBd.svg#TTLivretTextTrial-Lt') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
  font-family: "Golos Text", sans-serif;
  font-size: 24px;
  background-color: #87AA72
}

.container {
    margin: 0 auto;
    max-width: 1240px;
}

.top-button {
  position: fixed;
    cursor: pointer;
    display: flex;
    align-items: center;
    z-index: 100;
    right: 20px;
    bottom: 20px;
}

.top-button img {
  width: 80px;
  height: 80px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 65px;
    background-color: #002A43;
  }
  
  .logo img {
    height: 55px; 
    width: 190px;
    padding-top: 5px;
  }
  
  .menu {
    display: flex;
    align-items: center;
  }
  
  .menu-item {
    margin-left: 33px;
  }
  
  .menu a {
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 24px;
  }

  .menu-news {
    border: 1px solid #7DAB6B;
    border-radius: 40px;
    background-color: #7DAB6B;
    color: #7DAB6B;
  }
  
  .header-main{
    display: flex;
    align-items: center;
    justify-content: left;
    background-color: #002A43;
  }
  
  .header-title {
    padding-top: 25px;
    text-align: left;
    max-width: 1200px;
    font-size: 63px;
    color: #ffffff;
    font-family: 'TT Livret Text Trial';
  }

  .header-image {
    padding-top: 0px;
  align-items: flex-end;
  display: flex;
  }
  .header-title-main {
    margin-top: 85px;
  }
  .header-image img {
    padding-top:px;
    height: 500px;
    width: 472px;
    background-color: #002A43;
  }

.header-button {
    margin-top: 60px;
    margin-bottom: 300px;
}

.header-button button {
    background-color: aliceblue;
    color: #002A43;
    padding: 12px 24px;
    border-radius: 40px;
    border: 1px solid #002A43;
    cursor: pointer;
    height: 81px;
    width: 354px;
    font-size: 24px;
}

.header-button a {
  text-decoration: none;
  color: #002A43;
}

.header-button button:hover {
    background-color: #7DAB6B;
    border: 1px solid #7DAB6B;
}


.services {
    background-color: #002A43;
    padding-top: 62px;
    padding-bottom: 62px;
    color: #fff;
    background-image: url(images/background_services.png);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: 600px;
}

.services img {
  height: 36px;
  width: 36px;
}

.services-title {
    align-content: center;
    font-size: 70px;
    margin-bottom: 64px;
    font-family: 'TT Livret Text Trial'
}

.point {
    display: flex;
    align-items: center;
    padding: 24px 16px;
}

.point-text {
  padding-left: 30px;
}


.events {
 color: #fff; 
padding: 20px;
max-width: auto;
margin: 0 auto;
font-size: 24px;
}

.events-title {
align-content: center;
font-size: 70px;
margin-top: 33px;
font-family: 'TT Livret Text Trial'
}

.events-icons {
display: flex;
justify-content: space-between;
}

.events img {
  height: 620px;
  width: 352px;
  padding-bottom: 75px;
  padding-top: 64px;
}
.blue {
  background-color: #0097AA;
}

.castomisation {
    background-color: #002A43;
    color: #fff;
    background-image: url(images/happy_star.png);
    background-repeat: no-repeat;
    background-position: 100% 10%;
    background-size: 600px;
    padding-top: 80px;
    padding-bottom: 80px; 

}

.castomisation-title {
    font-size: 70px;
    margin-bottom: 30px;
    font-family: 'TT Livret Text Trial'
}

.castomisation-desc {
margin-bottom: 34px;
}

.customization-form {
  display: flex;
  flex-direction: column;
  gap: 20px;}

  .form-input {
  background-color: #87AA72; 
  opacity: 0.7;
  border-radius: 40px;
  padding: 13.5px 23px; 
  width: 338px; 
  height: 56px;
  border: none;
  font-size: 24px;
}

.form-input::placeholder {
  color: #ffffff;
  opacity: 0.6;
}
.form-submit-button {
  padding: 13.5px 20px; 
  width: 171px; 
  border-radius: 40px;
  background-color: #87AA72;
  color: #fff;
  font-size: 24px;
  border: #87AA72 solid 1px;
}


.faq-section {
  background-color:#87aa72; 
  padding: 15px 0; 
  position: relative;
  overflow: hidden;
  padding-top: 65px;
}
.faq-container {
  position: relative;
  z-index: 2;
}
.faq-title {
  margin-bottom: 69px; 
  color: #fff;
  font-size: 70px;
  font-family: 'TT Livret Text Trial'
}
.faq-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.faq-item {
  background-color: #002a43;
  color: #fff;
  border-radius: 40px;
  padding: 13.5px 24px 13.5px ; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-item.margin {
    margin-bottom: 40px;
}

.faq-icon {
  width: 21px; 
  height: 19px;
}
.faq-button {
  background-color: #002a43;
  color: #ffffff;
  padding: 13.5px 24px; 
  width: 282px; 
  text-align: left; 
  padding-left: 24px; 
  border-radius: 40px;
  font-size: 24px;
  text-decoration: none;
  margin-bottom: 20px;
  margin-top: 40px;
}

section {
  padding-bottom: 10px;
}
.text-detail {
  background-color: #002A43; 
  opacity: 0.7;
  border-radius: 28px;
  padding-left: 24px;
  margin-bottom: 40px;
  padding-bottom: 33px;
  padding-top: 33px;
  display: none;
}


.text-detail.active {
    display: block;
}

.text-detail p {
  color: #fff;
}



.reviews {
background-color: #0097AA;
color: #fff;
background-image: url(images/reviews_background.png);
background-repeat: no-repeat;
background-position: 90% 100%;
background-size: 600px;
}

.reviews-title {
    font-size: 70px;
    margin-bottom: 30px;
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 30px;
    font-family: 'TT Livret Text Trial'
}

.reviews-icons {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.reviews-icons img {
  height: 430px;
  width: 370px;
}

.leave-review-form {
  margin-top: 40px; 
}
.leave-review-title {
  margin-bottom: 20px; 
  font-weight: 500; 
}
.review-textarea {
  background-color: #87AA72; 
  opacity: 0.7;
  border-radius: 30.5px;
  padding: 13px 23px; 
  width: 100%;
  height: 88px; 
  border: none;
  margin-bottom: 24px; 
  resize: vertical;
}
.review-textarea::placeholder {
  color: #ffffff;
  opacity: 0.58;
  font-size: 24px;
}
.review-submit-button {
  padding: 13.5px 20px; 
  background-color: #87AA72;
  color: #fff;
  border-radius: 40px;
  height: 56px;
  width: 171px;
  font-size: 24px;
  border: #87AA72 solid 1px;
  margin-bottom: 70px;
}






.space {
    text-align: left;
    padding: 20px;
    background-color: #87AA72;
  }
  
  .space-title {
    font-size: 70px;
    color: #ffffff; 
    padding-bottom: 25px;
    padding-top: 50px;
    font-family: 'TT Livret Text Trial'
  }
  
  .space-h2 {
    font-size: 24px;
    color: #ffffff; 
    padding-bottom: 70px;
  }
  
  .slider {
    display: flex;
    justify-content: space-between;
  }
  
  .slide {
    padding-bottom: 140px;
  }
  
  .slide img {
    width: 675px;
    border-radius: 70px; 
  }
  
 @media (max-width: 1499.98px) {
    .slide img {
        width: 565px;
    }
 }

  @media (max-width: 1299.98px) {
    .slide img {
        width: 475px;
    }
 }
  
  @media (max-width: 1099.98px) {
    .slide img {
        width: 375px;
    }
 }

.description {
    background-color: #87AA72; 
    color: #fff; 
    padding: 80px;
    line-height: 1.6;
    max-width: auto;
    margin: 0 auto;
    font-size: 24px;
    }

  b {
      font-weight: 700;
      color: #528136; 
      font-size: 24px;
    }

    .footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
      background-color: #002A43;
      padding-bottom: 50px;
    }

    .footer-logo img {
      width: 180px;
      height: 50px;
    }

    .logo, .contacts, .social  {
      display: flex;
      flex-direction: column;
      gap: 6px;
      min-width: 150px;
    }

    .logo small {
      font-size: 12px;
      opacity: 0.7;
    }
    .contacts b, .social b {
      color: #87AA72; 
      font-weight: 700;
      font-size: 20px;
    }
    
    .footer-contacts {
      color: #fff;
      align-items: start;
      font-size: 16px;
      padding-top: 12px;
    }

    .footer-social {
      align-items: start;
      padding-top: 12px;
    }

    .social-icons {
      display: flex;
      gap: 10px;
      margin-top: 6px;
    }

    .social-icons div {
      width: 42px;
      height: 42px;
      display: flex;
      justify-content: center;
      margin-right: 32px;
    }
    .year {
      color: #fff;
      font-size: 16px;
      padding-left: 50px;
    }
    
    .hse-logo img{
      height: 146px;
      width: 148px;
      padding-top: 12px;
    }
   
    .dark-blue {
      background-color: #002A43;
    }

    .green {
background-color: #87AA72;
    }

  
  