.accordion-wrapper{
    display: none;
}

.accordion-wrapper-act{
    display: flex;
}

/* ===== FEEDBACK SLIDER ===== */

.slider-wrapepr{
  width: 100%;
  overflow: hidden;
}

.slider-track{
  display: flex;
  gap: 24px;
  transition: transform .35s ease;
  will-change: transform;
}

.slider-card{
  flex: 0 0 calc((100% - 72px) / 4);
  border-radius: 24px;
  overflow: hidden;
  background: #101010;
}

.slider-card img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.content-btn{
  cursor: pointer;
  user-select: none;
  transition: opacity .2s ease, transform .2s ease;
}

.content-btn.is-disabled{
  opacity: .35;
  pointer-events: none;
}

.content-btn:active{
  transform: scale(.96);
}

.slider-content-wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

@media screen and (max-width: 991px){
  .slider-track{
    gap: 20px;
  }

  .slider-card{
    flex: 0 0 calc((100% - 20px) / 2);
    border-radius: 22px;
  }
}

@media screen and (max-width: 767px){
  .slider-track{
    gap: 16px;
  }

  .slider-card{
    flex: 0 0 100%;
    border-radius: 20px;
  }
}

/* ===== FEEDBACK SLIDER ===== */

.slider-wrapepr{
  width: 100%;
  overflow: hidden;
}

.slider-track{
  display: flex;
  align-items: flex-start; /* ключевое */
  gap: 24px;
  transition: transform .35s ease;
  will-change: transform;
}

.slider-card{
  flex: 0 0 calc((100% - 72px) / 4);
  border-radius: 24px;
  overflow: hidden;
  background: transparent; /* убрать черные пустоты */
  align-self: flex-start;  /* на всякий */
}

.slider-card img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.content-btn{
  cursor: pointer;
  user-select: none;
  transition: opacity .2s ease, transform .2s ease;
}

.content-btn.is-disabled{
  opacity: .35;
  pointer-events: none;
}

.content-btn:active{
  transform: scale(.96);
}

.slider-wrapepr{
    margin-top: 85px;
}

.slider-content-btns{
    display: flex;
    gap: 30px;
}

.content-btn{
    border-radius: 60px;
    border: 2px solid #042140;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}



@media screen and (max-width: 991px){
  .slider-track{
    gap: 20px;
  }

  .slider-card{
    flex: 0 0 calc((100% - 20px) / 2);
    border-radius: 22px;
  }
}

@media screen and (max-width: 767px){
  .slider-track{
    gap: 16px;
  }

  .slider-card{
    flex: 0 0 100%;
    border-radius: 20px;
  }
  .slider-content-wrap{
    flex-direction: column;
    gap: 20px;
  }
  .slider-wrapepr{
    margin-top: 25px;
}
}

/* 10. Pop-up Section Start */
.modal{
  position: fixed; inset: 0;
  display: none; align-items: center; justify-content: center;
  background: rgb(0 0 0 / 18%);
  backdrop-filter: blur(50px);
  z-index: 1000;
}
.modal.is-open{ display: flex; }

.modal__dialog {
    position: relative;
    max-width: 720px;
    width: calc(100% - 40px);
    border: 2px solid #ffffff;
    border-radius: 24px;
    padding: 60px 40px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
    overflow: hidden;
    background: #ffffff;
}


.modal__dialog p{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    color: #215FCB;
    padding-bottom: 20px;
}

.modal__close{
  position: absolute; right: 10px; top: 10px;
  width: 36px; height: 36px; border-radius: 50%;
  border: none; background: transparent; font-size: 48px; line-height: 1;
  cursor: pointer; color: #000000;
  z-index: 10;
}

.modal__form{
    margin-top: 35px;
}

body.no-scroll{ overflow: hidden; }

.modal__title{
    color: #FCD158;
    font-family: var(--font-accent);
    font-size: 50px;
    font-weight: 700;
    line-height: 125%;
    padding: 20px;
    background: url(../img/bg/main.webp) center center;
    background-size: cover;
    border-radius: 24px;
    margin-bottom: 10px;
}

.hero__form-alt-btn{
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    text-align: center;
    margin-top: 15px;
}

.hero__form-alt-btn a{
    color: #FCD158;
    font-weight: 700;
    
}

@media (max-width: 640px){
  .modal__dialog{ padding: 32px 20px; }
}

.secret-writer {
    background-image: url(https://stratoplan-school.com/archive/foundation/img/coaches/secret.webp), url(https://stratoplan-school.com/archive/foundation/img/bg/coach_bg.webp);
    background-repeat: no-repeat, no-repeat;
    background-position-x: -15px, 0px;
    background-position-y: -3px, 00px;
    background-size: 140%;
}

.speaker__item-ico-o-ico{
  background-image: url(https://stratoplan-school.com/archive/foundation/img/coaches/coach-2.webp), url(https://stratoplan-school.com/archive/foundation/img/bg/coach_bg.webp);
    background-repeat: no-repeat, no-repeat;
    background-position-x: -20px, 0px;
    background-position-y: -20px, 00px;
    background-size: 140%;
}

.speaker__item-ico-1-ico{
      background-position: 0px -20px !important;
}

.speaker__item-ico-4-ico{
  background-position: 0px -10px;
}

.h3-mod{
  font-weight: 700;
  font-size: 18px;
}

.pre-reg-alt-btn{
    text-align: center;
    color: #1b1b1b;
    text-decoration: none !important;
}

.pre-reg-alt-btn a{
   color: #000000;
   font-weight: 600; 
}

.img-col{
  width: 102px;
  height: 102px;
  border-radius: 1000px;
}


/* 10. Pop-up Section End */