/* // ----- SECTION-TOP --------- */
.az-header {
  height: 880px;
  width:100%;
  background-image: var(--bg-desktop);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  justify-content: center;
  position:relative;
}

.az-header::after {
  content:'';
  position: absolute;
  top:50%;
  left:0;
  right:0;
  bottom:0;
  width: 100%;
  height: 50%;
  opacity: 0.85;
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, rgba(15, 15, 15, 0.857703) 48.01%, #000000 100%);
}


.az-header-wrapper {
  width: 900px;
  text-align: center;
  margin: 0 auto 135px auto;
  padding: 0 20px;
}

.az-header-content {
  position:relative;
  z-index:1;
}

.az-header__title {
  font-size: 42px;
  color: white;
  font-weight: 500;
  line-height: normal;
}

.az-header__descr {
  margin-top: 12px;
  font-size: 20px;
  color:rgba(255, 255, 255, 0.7);
  font-weight: bold;
}

.az-header-btns {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}


/* // ------- SECTION-ADVNT --------- */


.advnt-aside {
  margin-top: -75px;
  position: relative;
}
.grid-col-4 {
  display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.advnt-aside .grid-item {
  background-color: var(--bg-main);
    text-align: center;
    padding: 30px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 60px 10px rgba(185, 171, 148, 0.3);
}

.advnt-aside .grid-item__icon img {
  width: 50px;
  height: 56px;
}

.advnt-aside .grid-item__text {
  font-size: 18px;
  color:rgba(64, 64, 64, 1);
  font-weight: 600;
}

.section-module .camp24-module {
    border-top: 0.5px solid #D1903366;
}

/* // ------- SECTION-INFO --------- */

.info-1 {
  margin-top:90px;
}

.info-1-title {
  font-size: 40px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  line-height: normal;
}

.block-text {
  font-size: 18px;
  line-height: normal;
  margin-top: 25px;
}

.block-text strong {
  font-size:24px;
}

.info-cards {
  margin-top: 25px;
}

.info-cards .grid-item {
    padding: 14px;
    border: 0.5px solid var(--border-black);
    border-radius: 10px;
    background-color: var(--bg-main);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
}

.info-cards .grid-item__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: bold;
}

.info-cards .grid-item__icon--arrow {
  display: none;
}

.info-cards .grid-item__icon {
  display: block;
  width: 25px;
  height: 25px;
}

.info-cards .grid-item__image {
    width: 100%;
    height: 185px;
    border-radius: 16px;
    margin-top: 10px;
        overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-cards .grid-item__image img {
   width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-cards .grid-item__text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

/* // --------- SECTION-FORM -------------- */

.section-az-form {
    margin-top: 90px;
    padding: 70px 0;
  }
  
  .az-form-wrapper {
    margin: 0 auto;
    padding: 21px 24px;
    border: 0.5px solid var(--border-black);
    border-radius: 10px;
    background-color: var(--bg-main);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
    max-width: 914px;
  }
  
  .az-form-wrapper .consultation-text {
    padding: 0;
  }
  
  .az-form-wrapper .consultation-text strong {
    color:#111827;
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
  }
  
  .az-form-wrapper .consultation-text p {
    
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    margin-top: 15px;
  }

.section-az-form .form {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.section-az-form .form .input {
    width: 65%;
}

.section-az-form .form .submit {
    flex:1;
}

/* // ----------- SECTION-OFFERS -------------- */

.section-offers .services {
    display: block;

}

.section-offers .services .services-body {
       width: 100%;
       display: flex;
       gap: 20px;
}

.section-offers .services .services-body .services-body__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-offers .services .services-body .services-body__content .program-title {
    font-size: var(--p1--bold);
    font-weight: 700;
    line-height: 33px;
    color: var(--text-black);
    margin-bottom: 0;
}

.section-offers .services .services-body ul {
    display: flex;
    gap: 10px;
    flex-direction:column;
    margin-top: 10px;
}

.section-offers .services .services-body ul li {
    line-height: normal;
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 25px;
}

.section-offers .services .services-body ul li:after {
    width: 20px;
    height: 20px;
    top: -3px;
}

.section-offers .services .services-price__list {
    display: flex;
    gap:20px;
}

.section-offers .services .services-price__list .list-item {
    border-right: 0.5px solid var(--border-black);
    padding-right: 20px;
}

.section-offers .services .services-price__list .list-item:last-child {
    border-right: none;
    padding-right: none;
}


/* // ----------- SECTION-GALLERY ------------- */

.section-gallery .gallery-wrapper {
    max-width: 1450px;
    padding: 0 20px;
    margin: 0 auto;
}
.section-gallery .gallery-wrapper .swiper,
.section-gallery .gallery-wrapper .gallery-slider{
    width: 100%
}
@media screen and (max-width:1120px){
   .section-offers .services .services-body .services-image {
       display: block;
       width: 100%;
        height: 300px;
        border-radius: 10px;
        margin-bottom: 20px;
   }
   
   .section-offers .services .services-body {
       flex-direction: column;
   }
   
   .section-gallery .gallery-wrapper {
    padding: 0 75px;
}

.section-gallery .gallery-wrapper .gallery h2 {
    padding: 0;
}
}
@media screen and (max-width:950px) {
    
   
   .info-cards .grid-col-4{
       grid-template-columns: repeat(3, 1fr);
   } 
   
    .section-az-form {
        margin-top: 30px;
    }
   
   .section-az-form .form .input {
    width: 50%;
}

.section-az-form .form .submit {
    flex:1;
}

.section-offers .services {
    padding: 20px;
}
.section-offers .services .services-body .program {
    max-height: 200px;
    overflow:hidden;
}
.section-offers .services .services-body ul {
    max-height: 100%;
}
.section-offers .services .services-body .program.active {
    max-height: 100%;
}

.section-offers .services .services-body .services-body__content .show-list {
    margin: 10px auto 0 auto;
}
}

@media screen and (max-width:750px) {
    .az-header {
      height: 667px;
      background-image: var(--bg-mobile);
    }
    .az-header:after {
      top: 0;
      height: 100%;
      opacity: 0.8;
       background: linear-gradient(360deg, #000000 15.94%, rgba(0, 0, 0, 0) 37.57%);
    }
   
   
    .az-header-wrapper {
      width: 100%;
      padding: 0 10px;
      margin-bottom: 40px;
      text-align: start;
    }
    .az-header__title {
      font-size: 20px;
      font-weight: bold;
    }
    .az-video{
      justify-content: left;
    }
     .az-header__descr,
     .az-header-video__text {
       font-size: 14px;
     }
   
     .az-header-video__icon img {
       width:20px;
       height:20px;
     }
     
     
    .az-header-btns {
        justify-content: start;
    }
    
     .advnt-aside {
       margin-top: 35px;
     }
     
     .advnt-aside .grid-col-4 {
      display: grid;
       grid-template-columns: repeat(2, 1fr);
       gap: 6px;
     }
     
     .advnt-aside .grid-item {
       padding: 12px;
       gap:6px;
     } 
     .advnt-aside .grid-item__icon img {
       width: 36px;
       height: 32px;
     }
     
     .advnt-aside .grid-item__text {
       font-size: 12px;
     }
     
         
     .info-1 {
     margin-top:50px;
     }
     
     .block-text strong {
     font-size:20px;
   }
   .info-cards .grid-col-4 {
       grid-template-columns: 1fr;
       gap: 10px;
     }
     .info-cards .grid-item {
      padding: 16px 18px 0 18px;
     }
     .grid-item__title {
       display: flex;
       align-items: center;
       justify-content: space-between;
       font-size: 18px;
   }
   
   .info-cards .grid-item__icon--arrow {
     display: block;
   }
   
   .info-cards .grid-item__icon {
     display: block;
     width: 18px;
     height: 18px;
   }
   
   .info-cards .grid-item__title span {
     margin-right: auto;
   }
   
    .info-cards .grid-item__image,
    .info-cards   .grid-item__text {
           max-height: 0;
           overflow: hidden;
           opacity: 0;
           visibility: hidden;
           transition:
               max-height 0.4s ease,
               opacity 0.3s ease,
               visibility 0.3s ease;
               padding-bottom 0.3s ease;
       }
       
       .info-cards .grid-item__image {
         height: 210px;
       }
       
       .info-cards .grid-item__image img {
         border-radius: 20px;
         overflow: hidden;
       }
   
      .info-cards .grid-item.active .grid-item__image,
      .info-cards .grid-item.active .grid-item__text {
           max-height: 500px;
           opacity: 1;
           visibility: visible;
       }
       .grid-item.active .grid-item__text {
         padding-bottom: 16px;
       }
       .block-text {font-size: 16px;}
        .section-az-form {
        margin-top: 0;
    }
    .section-az-form .form {
        flex-direction: column;
    }
    .section-az-form .form .input,
    .section-az-form .form .submit {
        width: 100%;
    }
    
    .section-offers .services .services-body .services-image {
        height: 200px;
        margin-bottom: 20px;
    }
    
     .section-offers .services .services-body .services-body__content h3 {
         font-weight: 700;
         font-size: 22px;
         margin: 0;
     }
    
    .section-offers .services .services-body .services-body__content .program-title {
        font-size: 18px;
    }
    
   .section-offers .services .services-price__list {
       flex-direction: column;
   }
   
   .section-offers .services .services-price__list .list-item {
       border-right: none;
       padding-right: none;
       border-bottom: 0.5px solid var(--border-black);
   }
   
   .section-offers .services .services-price__list .list-item span {
       margin: 0;
   }
   
   .section-gallery .gallery-wrapper .gallery h2 {
    padding-left: 20px;
}
   
     .section-gallery .gallery-wrapper {
    padding: 0;
}
}