/* =================================== */
/* =================================== */
/* =================================== */
/* Danylo Oliinyk - https://iamdev.lol/ */
/* =====MAY 2026 For Statoplan =====*/
/* =================================== */
/* =================================== */
/* =================================== */
/* 01. Header Section */
/* 02. Hero Section */
/* 03. We Section */
/* 04. Watch Section */
/* 05. Edu Section */
/* 06. Format Section */
/* 07. Trainer Section */
/* 08. How Section */
/* 09. Program Section */
/* 09.5 Schedule Section */
/* 10. Info Section */
/* 11. Feedback Section */
/* 12. Bonus Section */
/* 13. B2B Section */
/* 14. Warranty Section */
/* 15. Register Section */
/* 16. Last Call Section */
/* 17. Pop-Up Section */
/* 18. Footer Section */
/* 19. Post-Hero Section */
/* =================================== */
/* =================================== */
/* =================================== */






/* 01. Header Section Start */
.hero{
    position: relative;
}

.header__wrap{
    display: flex;
    padding: 20px 0px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

/* .header__wrap-col1, .header__wrap-col2{
    flex: 1;
} */

.header__wrap-col2{
  display: flex;

  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.header__wrap-col1-ul {
    gap: 50px;
    display: flex;
    width: auto;
    justify-content: space-between;
    align-items: center;
}

.header__link{
    color: var(--color-white);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}

header {
    position: fixed;   /* закрепляет элемент */
    top: 0;            /* привязка к верхней границе окна */
    left: 0;
    width: 100%;       /* растягиваем на всю ширину окна */
    z-index: 1000;     /* поверх всех остальных элементов */
    background-color: rgb(var(--color-white-rgb) / 0); /* чтобы не было прозрачности, если хедер перекрывает контент */
    /* box-shadow: 0 2px 5px rgb(var(--color-black-rgb) / 0.1); */ /* легкая тень для отделения от контента */
    padding-top: 20px;
}


.btn{
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;

    border-radius: 10.91px;
    background: var(--color-white);
    
    color: var(--color-navy-900);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 160% */
}

.btn:hover{
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgb(var(--color-black-rgb) / 0.12);
}
.btn:active{
  transform: scale(0.98);
}
@media (prefers-reduced-motion: reduce){
  .btn{ transition: none; }
}

.acc-btn{
  text-decoration: none;
  border-radius: 100px;
  background: var(--color-white);
  display: flex;
  height: 48px;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  color: var(--color-black);
  font-variant-numeric: lining-nums tabular-nums;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
}

button.btn,
button.acc-btn,
button.format__card-btn,
button.btn-reg-bl,
button.btn-reg-wh {
/*   border: 0; */
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.color__btn{
  display: flex;
  height: 40px;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: var(--color-ink-850);
  color: var(--color-white);
  font-variant-numeric: lining-nums tabular-nums;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
}

/* Иконка бургера */
.burger-icon {
    display: none; 
    flex-direction: column;
    justify-content: space-between;
    height: 20px;
    width: 30px;
    cursor: pointer;
}

.burger-line {
    background-color: var(--color-white);
    height: 4px;
    width: 100%;
    border-radius: 2px;
}

@media (max-width: 1024px) {
    .burger-icon {
        display: flex; 
    }

    .header__wrap-col1-ul {
        display: none; 
        flex-direction: column;
        align-items: center;
        gap: 26px;
        position: fixed;
        top: 110px;
        left: 16px;
        right: 16px;
        z-index: 999;
        width: auto;
        margin: 0;
        padding: 30px 18px 24px;
        border: 1px solid rgb(var(--color-black-rgb) / 0.06);
        border-radius: 18px;
        background: rgb(var(--color-white-rgb) / 0.92);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        box-shadow: 0 22px 60px rgb(var(--color-black-rgb) / 0.12);
    }

    .header__link {
        color: var(--color-black);
        font-size: 26px;
        line-height: 1.15;
        letter-spacing: 0;
        text-transform: none;
        text-align: center;
    }

    .header__wrap-col1-ul .btn-hedear-group {
        justify-content: center;
        margin-top: 8px;
    }

    .header__wrap-col1-ul .acc-btn {
        min-width: 260px;
        height: 56px;
        color: var(--color-white);
        background: var(--color-ink-800);
        box-shadow: 0 12px 26px rgb(var(--color-black-rgb) / 0.2);
    }

    .header__wrap-col1-ul.active {
        display: flex; 
    }
}

@media (max-width: 480px) {
    .header__wrap-col1-ul {
        top: 110px;
        left: 15px;
        right: 15px;
        gap: 24px;
        padding: 28px 16px 24px;
    }

    .header__link {
        font-size: 27px;
    }
}

.header__link {
    position: relative;
    text-decoration: none; 
    transition: color 0.3s ease;
}

.header__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px; /* отступ линии от текста */
    width: 0;
    height: 2px; /* толщина линии */
    background-color: var(--color-orange); /* цвет подчеркивания */
    transition: width 0.3s ease;
}

.header__link:hover::after {
    width: 100%; /* при наведении линия растягивается */
}

.header__wrap {
    display: flex;
    padding: 12px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 16px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgb(var(--color-white-rgb) / 0.08);
    box-shadow: 0 16px 40px rgb(var(--color-black-rgb) / 0.278);
    pointer-events: auto;
}

.btn-hedear-group{
  display: flex;
  align-items: center;
  gap: 20px;
}
/* 01. Header Section End */

/* 02. Hero Section Start */
.hero{
  isolation: isolate;
  overflow: hidden;
  background: var(--color-ink-950) url(../img/hero.webp) center center / cover no-repeat;
  padding-top: 180px;
  padding-bottom: 140px;
}

.hero__bg-video{
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
  opacity: 0.78;
  filter: grayscale(1) brightness(0.74) contrast(1.34);
  transform: scale(1.01);
}

.hero::before,
.hero::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before{
  z-index: 1;
  background:
    radial-gradient(circle at 48% 42%, rgb(var(--color-orange-rgb) / 0.32), transparent 34%),
    linear-gradient(115deg, rgb(var(--color-orange-rgb) / 0.34), rgb(var(--color-orange-rgb) / 0.08) 48%, rgb(var(--color-orange-rgb) / 0.22));
  mix-blend-mode: color;
  opacity: 0.82;
}

.hero::after{
  z-index: 1;
  background:
    linear-gradient(180deg, rgb(var(--color-black-rgb) / 0.78) 0%, rgb(var(--color-black-rgb) / 0.22) 18%, rgb(var(--color-black-rgb) / 0) 36%),
    linear-gradient(0deg, rgb(var(--color-black-rgb) / 0.82) 0%, rgb(var(--color-black-rgb) / 0.25) 20%, rgb(var(--color-black-rgb) / 0) 40%),
    radial-gradient(circle at 50% 52%, rgb(var(--color-black-rgb) / 0) 0%, rgb(var(--color-black-rgb) / 0.2) 66%, rgb(var(--color-black-rgb) / 0.62) 100%),
    linear-gradient(90deg, rgb(var(--color-black-rgb) / 0.34), rgb(var(--color-black-rgb) / 0) 22%, rgb(var(--color-black-rgb) / 0) 78%, rgb(var(--color-black-rgb) / 0.34));
}

.hero > .container{
  position: relative;
  z-index: 2;
}

.hero__wrap{
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-top: 0;
}

.hero__wrap-up{
  display: inline-flex;
  align-items: flex-start;
  gap: 17.074px;
  align-self: flex-end;
}

.hero__card{
  display: flex;
  width: 167.324px;
  height: 167.324px;
  padding: 34.147px;
  flex-direction: column;
  align-items: flex-start;
  gap: 11.382px;
  border-radius: 25px;
  border: 1px solid rgb(var(--color-white-rgb) / 0.10);
  background: rgb(var(--color-white-rgb) / 0.03);
  backdrop-filter: blur(20px);
}

.hero__card-title{
  color: var(--color-orange);
  font-family: var(--font-accent);
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 100.166px;
  letter-spacing: -1.138px;
}

.hero__card-title span{
  color: var(--color-white);
}

.hero__card-subtitle{
  color: var(--color-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 26.1px */
}

.hero__wrap-down{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.hero__wrap-down-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.hero__wrap-down-left-uptitle{
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero__ico{
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 21px;
  background: var(--color-white);
}

h3{
  color: var(--color-white);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  text-transform: uppercase;
}

h1{
  color: var(--color-white);
  font-family: var(--font-accent);
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 74.75px */
}

.hero__subtitle{
  color: rgb(var(--color-white-rgb) / 0.72);
  font-family: var(--font-accent);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;

}

.hero__wrap-down-right{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

h2{
  color: var(--color-white);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 29px */
}

.btn-orange{
  background: var(--color-orange);
  color: var(--color-white);
  width: 300px;
}

@media (max-width: 991px) {
.hero__wrap{
  flex-direction: column-reverse;
}
.hero__wrap-down{
  flex-direction: column;
}
.hero__wrap-down{
  align-items: start;
}
.hero__wrap-up{
  align-self: center;
}
.hero__card{
  padding: 18px;
}
}

@media (max-width: 767px) {
h1{
  font-size: 45px;
}
.hero__wrap-down{
  gap: 10px;
}
h2{
  font-size: 18px;
}
.btn-orange {
    align-self: stretch;
    background: var(--color-orange);
    color: var(--color-white);
    width: auto;
}
.hero__wrap-up{
  flex-direction: column;
  width: 100%;
}
.hero__card{
  width: auto;
  align-self: stretch;
  gap: 0;
  height: auto;
}
.hero{
  padding-top: 140px;
}
.hero__wrap{
  gap: 40px;
}
}
/* 02. Hero Section End */

/* 03. We Section Start */
.we{
  padding-top: 200px;
  padding-bottom: 100px;
}

.we__wrap{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}

.we__uppart{
  display: flex;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  justify-content: space-between;
}

.we__uppart-col-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  width: 632px;
}

.we__uppart-col-uptitle{
  display: flex;
  align-items: center;
  gap: 15px;
}

.we__ico{
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 21px;
  background: var(--color-black);
}

.we__uppart-col-uptitle p{
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 17.5px */
  text-transform: uppercase;
}

.we__uppart-col-title{
  color: var(--color-black);
  font-family: var(--font-accent);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 68.75px */
}

.we__uppart-col-title span{
  color: var(--color-orange);
}

.we__uppart-col-right{
  width: 493px;
}

.we__uppart-col-right span{
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 31px */
}

.we__downpart{
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.we__downpart-left{
  width: 464px;
  height: 361px;
  border-radius: 25px;
  background: var(--color-gray-350) url("../img/video-banner.webp") 50% 50% / cover no-repeat;
}

.we__downpart-right{
  display: flex;
  width: 582px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
}

.we__downpart-item{
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.we__downpart-item-ico{
  color: var(--color-black);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 43.5px */
  letter-spacing: -1.12px;
}

.we__downpart-item-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.we__downpart-item-title{
  color: var(--color-black);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 36.25px */
  letter-spacing: -1px;
}

.we__downpart-item-subtitle{
  color: var(--color-text-muted);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 23.25px */
}

.btn-black{
  margin-top: 20px;
  width: 300px;
  background: var(--color-black);
}

.btn-black span{
  color: var(--color-white);
}

@media (max-width: 991px) {
.we{
  padding-top: 75px;
}
.we__uppart{
  display: flex;
  flex-direction: column;
}
.we__uppart-col-left{
  width: auto;
}
.we__downpart{
  flex-direction: column;
  gap: 30px;
}
.we__downpart-left{
  width: 100%;
}
.we__wrap{
  gap: 30px;
}
.we__downpart-right{
  width: auto;
}
}

@media (max-width: 767px) {
.we__uppart-col-title{
  font-size: 45px;
}
.we__uppart-col-right{
  width: auto;
}
.we__downpart-item{
  flex-direction: column;
  gap: 6px;
}
.btn-black{
  align-self: center;
}
}
/* 03. We Section End */

/* 04. Watch Section Start */
.watch{
  padding-top: 120px;
  padding-bottom: 100px;
}

.watch__wrap{
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.watch__head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
  width: 100%;
}

.watch__head-left{
  display: flex;
  /* width: 620px; */
  flex-direction: column;
  gap: 26px;
}

.watch__uptitle{
  display: flex;
  align-items: center;
  gap: 15px;
}

.watch__ico{
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: var(--color-black);
}

.watch__uptitle p{
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
}

.watch__title{
  color: var(--color-black);
  font-family: var(--font-accent);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: -1.5px;
}

.watch__head-right{
  display: flex;
  width: 520px;
  flex-direction: column;
  gap: 24px;
  padding-top: 58px;
}

.watch__head-right-title{
  color: var(--color-text-muted-soft);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.watch__head-right p{
  color: var(--color-text-muted-soft);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* .watch__body{
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 0.95fr);
  gap: 60px;
  align-items: stretch;
} */

.watch__promo{
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 29px;
  border-radius: 25px;
  background: #000;
  width: 100%;
}

.watch__promo-title{
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 25px */
}

.watch__cards{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

.watch__cards .watch__card:last-child{
  grid-column: 1 / -1;
}

.watch__cards .watch__card:last-child .watch__card-body{
  min-height: 0;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 28px 40px;
}

.watch__cards .watch__card:last-child .watch__dot{
  flex: 0 0 auto;
}

.watch__cards .watch__card:last-child .watch__card-title{
  flex: 1;
}

.watch__cards-col{
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 30px;
}

.watch__card{
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 0;
}

.watch__card-body{
  height: 100%;
  min-height: 0;
  position: relative;
  z-index: 2;
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 28px;
  background: var(--color-surface-subtle);
  box-sizing: border-box;
}

.watch__dot{
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--color-black);
}

.watch__dot-orange{
  background: var(--color-orange);
}

.watch__card-title{
  color: var(--color-black);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 38.75px */;
}

.watch__card-text{
  color: var(--color-text-muted-soft);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.watch__result{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 55px;
}

.watch__result-text{
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.watch__result-title{
  color: var(--color-black);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 155%; /* 46.5px */
  text-transform: uppercase;
}

.watch__result-subtitle{
  color: var(--color-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 27.9px */
}

.watch__stat{
  display: flex;
  min-height: 347px;
  padding: 40px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 18px;
  border-radius: 28px;
  background: var(--color-black);
}

.watch__stat-logo{
  margin-bottom: 45px;
}

.watch__stat-caption{
  color: var(--color-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

.watch__stat-num{
  color: var(--color-white);
  font-family: var(--font-accent);
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  white-space: nowrap;
}

.watch__stat-label{
 color: var(--color-white);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 37.5px */
}

.watch__btn{
  width: 360px;
  align-self: center;
}

@media (max-width: 1180px){
  .watch__head,
  .watch__body{
    gap: 38px;
  }

  .watch__title{
    font-size: 62px;
  }

  .watch__card-body{
    padding: 28px;
  }
}

@media (max-width: 991px){
  .watch{
    padding-top: 80px;
  }

  .watch__head,
  .watch__body{
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .watch__head-left,
  .watch__head-right{
    width: auto;
  }

  .watch__head-right{
    padding-top: 0;
  }
}

@media (max-width: 767px){
  .watch{
    padding-top: 10px;
    padding-bottom: 70px;
  }

  .watch__wrap{
    gap: 42px;
  }

  .watch__title{
    font-size: 44px;
    letter-spacing: 0;
  }

  .watch__head-right-title,
  .watch__head-right p{
    font-size: 18px;
  }

  .watch__cards{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .watch__cards-col{
    display: contents;
  }

  .watch__cards-col:first-child .watch__card:nth-child(1){
    order: 1;
  }

  .watch__cards-col:last-child .watch__card:nth-child(1){
    order: 2;
  }

  .watch__cards-col:first-child .watch__card:nth-child(2){
    order: 3;
  }

  .watch__cards-col:last-child .watch__card:nth-child(2){
    order: 4;
  }

  .watch__card-body{
    padding: 28px;
    gap: 18px;
    min-height: auto;
  }

  .watch__cards .watch__card:last-child .watch__card-body{
    flex-direction: column;
    padding: 28px;
    gap: 18px;
  }

  .watch__promo{
    width: auto;
  }

  .watch__card-title{
    font-size: 26px;
  }

  .watch__card-text{
    font-size: 16px;
  }

  .watch__result-title{
    font-size: 30px;
  }

  .watch__result-subtitle{
    font-size: 18px;
  }

  .watch__stat{
    min-height: 310px;
    padding: 36px 30px;
  }

  .watch__stat-num{
    font-size: 54px;
  }

  .watch__stat-label{
    font-size: 27px;
  }

  .watch__btn{
    width: 100%;
  }
  .watch__card-body{
    min-height: auto;
  }
}
@media (max-width: 767px) {
    .watch__btn {
        align-self: stretch;
        width: auto;
    }
}
/* 04. Watch Section End */

/* 05. Edu Section Start */
.edu{
  padding-top: 100px;
  padding-bottom: 200px;
}

.edu__wrap{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}

.edu__up{
  display: flex;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
  justify-content: space-between;
}

.edu__up-left-uptitle{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.edu__ico{
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 21px;
  background: var(--color-black);
}

.edu__up-left-uptitle p{
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 17.5px */
  text-transform: uppercase;
}

.edu__up-left-title{
  color: var(--color-black);
  font-family: var(--font-accent);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 68.75px */
}

.edu__up-left-title span{
  color: var(--color-orange);
}

.edu__up-right{
  width: 658px;
}

.edu__up-right p{
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 31px */
}

.edu__up-right p span{
  color: var(--color-orange);
  font-weight: 700;
}

.edu__down{
  display: flex;
  gap: 80px;
}

.edu__txt-col{
  display: flex;
  flex-direction: column;
  gap: 99px;
  align-items: flex-start;
  justify-content: start;
}

.edu__item{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  width: 308px;
}

.edu__item-ico{
  color: var(--color-orange);
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 72.5px */
  letter-spacing: -1.12px;
}

.edu__item-title{
  color: var(--color-black);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 38.75px */
}

.edu__item-subtitle{
  color: var(--color-text-muted);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 23.25px */
}

.edu__pic-col{
  margin-top: 24px;
  width: 364px;
  height: 600px;
  border-radius: 25px;
  background: url(../img/edu.avif) lightgray 50% / cover no-repeat;
}

.edu__txt-col-small{
  gap: 24px;
}

.edu__up-left{
  gap: 20px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px){
    .edu__up{
      flex-direction: column;
    }

    .edu__down{
      display: grid;
      width: 100%;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: clamp(18px, 4vw, 48px);
      row-gap: 40px;
      align-items: start;
    }

    .edu__down > .edu__txt-col:first-child{
      grid-column: 1;
      grid-row: 1;
    }

    .edu__down > .edu__txt-col-small{
      grid-column: 2;
      grid-row: 1;
    }

    .edu__down > .edu__pic-col{
      grid-column: 1 / -1;
      grid-row: 2;
      width: 100%;
      height: clamp(320px, 56vw, 520px);
      margin-top: 0;
    }

    .edu__txt-col,
    .edu__txt-col-small{
      width: 100%;
      gap: clamp(28px, 5vw, 52px);
    }

    .edu__item{
      width: 100%;
    }
    
}

@media (max-width: 768px){
    .edu__down{
      grid-template-columns: 1fr;
      column-gap: 18px;
      row-gap: 30px;
    }

    .edu__down > .edu__txt-col:first-child{
      grid-column: 1;
      grid-row: 1;
    }

    .edu__down > .edu__txt-col-small{
      grid-column: 1;
      grid-row: 2;
    }

    .edu__down > .edu__pic-col{
      grid-column: 1;
      grid-row: 3;
      height: clamp(260px, 72vw, 420px);
    }
    .edu__up-left-title{
      font-size: 44px;
    }
    .edu__up-right p{
      font-size: 18px;
    }
    .edu__up-right{
      width: auto;
    }
    .edu{
      padding-top: 0;
      padding-bottom: 75px;
    }
    .edu__wrap{
      gap: 30px;
    }
}
/* 05. Edu Section End */

/* 06. Section Format Start */
.format{
  background: var(--color-black);
  padding-top: 120px;
  padding-bottom: 150px;
}

.format__wrap{
  position: relative;
  padding-top: 110px;
}

.format__text{
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  flex-direction: column;
  gap: 16px;
  z-index: 1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
}

.format__uptitle{
  color: var(--color-white);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 29px */
  max-width: 1058px;
}

.format__title{
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-accent);
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.format__wrap-cards{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.format__wrap-card{
  display: flex;
  padding: 44px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  border-radius: 25px;
  background: var(--color-ink-750);
  justify-content: space-between;
  box-sizing: border-box;
  min-width: 0;
}

.format__card-header{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.format__card-header-up{
  display: flex;
  height: 31px;
  padding: 0px 25px 0px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: rgb(var(--color-white-rgb) / 0.10);

  color: var(--color-white);
  font-family: var(--font-accent);
  font-size: 10.896px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 13.62px */
}

.format__card-header-title{
  color: var(--color-white);
  font-family: var(--font-accent);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 40px */
}

.format__card-div{
  background: rgb(var(--color-white-rgb) / 0.12);
  height: 1px;
  align-self: stretch;
}

.format__card-item{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  flex-direction: column;
}

.format__card-item-left{
  display: flex;
  align-items: center;
  gap: 15px;
}

.format__card-item-left-title{
  color: var(--color-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 29px */
}

.format__card-item-right{
  color: rgb(var(--color-white-rgb) / 0.60);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 23.1px */
  width: 100%;
  box-sizing: border-box;
}

.format__card-btn{
  display: flex;
  width: 467px;
  height: 48px;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: var(--color-white);

  text-decoration: none;
}

.format__card-btn span{
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
}

.format__wrap-card-hell{
  background: var(--color-ink-650);
}

.card-btn-orange{
  background: var(--color-orange);
}

.card-btn-orange span{
  color: var(--color-white);
}

.format__card-item-left-ico{
  width: 20px;
  height: 20px;
  background: rgb(var(--color-white-rgb) / 0.20);
  display: flex;
  justify-content: center;
  border-radius: 999px;
  align-items: center;
}

@media (max-width: 1180px) and (min-width: 1025px){
  .format__wrap-cards{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .format__wrap-card:last-child{
    grid-column: 1 / -1;
  }
}

@media (max-width: 1024px){
.format__wrap{
  padding-top: 0;
}
.format__text{
  position: static;
  pointer-events: auto;
  gap: 20px;
  flex-direction: column-reverse;
}
.format__wrap-cards{
  grid-template-columns: 1fr;
  margin-top: 25px;
}
.format{
  margin-top: 0;
}
.format__card-btn{
  width: auto;
  align-self: stretch;
}
.format__uptitle{
font-size: 16px;
}
.format__card-item-right{
  width: auto;
}
}

@media (max-width: 768px){
  .format{
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .format__title{
    font-size: 65px;
  }
}
/* 06. Section Format End */

/* 07. Section Trainer Start */
.trainer{
  background: var(--color-black);
  padding-top: 150px;
  padding-bottom: 150px;
}

.trainer__wrap{
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}

.trainer__text-wrap{
  display: flex;
  min-height: 640px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  align-self: start;
}

.trainer__text-wrap-title{
  color: var(--color-white);
  text-align: left;
  font-family: var(--font-accent);
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.trainer__text-wrap-subtitle{
  color: var(--color-white);
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 29px */
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.trainer__trainer-wrap{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 400px));
  gap: 50px;
  justify-content: start;
}

.trainer__trainer-wrap .trainer__item:last-child:nth-child(odd){
  grid-column: 1 / -1;
  justify-self: center;
}

.trainer__item{
  display: flex;
  gap: 30px;
  flex-direction: column;
  width: 400px;
}

.trainer__ico{
  width: 400px;
  height: 469px;
  border-radius: 30px;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.trainer__content{
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.trainer__name{
  color: var(--color-white);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 125% */
  letter-spacing: -0.6px;
}

.trainer__descr{
  color: var(--color-white);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
}

.trainer__btn{
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  display: flex;
  padding: 20px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid rgb(var(--color-black-rgb) / 0.10);
  background: linear-gradient(0deg, rgb(var(--color-white-rgb) / 0.01) 0%, rgb(var(--color-white-rgb) / 0.06) 100%);
}

.trainer__btn p{
  color: var(--color-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.trainer__ico-1 {
    background-image: url(../img/team/savochka.webp), url(https://stratoplan-school.com/archive/foundation/img/bg/coach_bg.webp);
    background-repeat: no-repeat, no-repeat;
    background-position-x: -0px, 0px;
    background-position-y: -85px, 00px;
    background-size: 120%;
}

.trainer__ico-2 {
    background-image: url(../img/team/korchinsky.webp), url(https://stratoplan-school.com/archive/foundation/img/bg/coach_bg.webp);
    background-repeat: no-repeat, no-repeat;
    background-position-x: center;
    background-position-y: -60px, 00px;
    background-size: 120%;
}

.trainer__ico-3 {
    background-image: url(../img/team/pracht.webp), url(https://stratoplan-school.com/archive/foundation/img/bg/coach_bg.webp);
    background-repeat: no-repeat, no-repeat;
    background-position-x: center;
    background-position-y: 0px, 00px;
    background-size: 120%;
}

.trainer__ico-4 {
    background-image: url(../img/team/apazidi.webp), url(https://stratoplan-school.com/archive/foundation/img/bg/coach_bg.webp);
    background-repeat: no-repeat, no-repeat;
    background-position-x: center;
    background-position-y: 00px, 00px;
    background-size: 120%;
}

.trainer__ico-5 {
    background-image: url(../img/team/linnik.webp), url(https://stratoplan-school.com/archive/foundation/img/bg/coach_bg.webp);
    background-repeat: no-repeat, no-repeat;
    background-position-x: center;
    background-position-y: -60px, 00px;
    background-size: 120%;
}

.trainer__ico-6 {
    background-image: url(../img/team/mende.webp), url(https://stratoplan-school.com/archive/foundation/img/bg/coach_bg.webp);
    background-repeat: no-repeat, no-repeat;
    background-position-x: center;
    background-position-y: 0px, 00px;
    background-size: 120%;
}

.trainer__ico-7 {
    background-image: url(../img/team/ivliev.webp), url(https://stratoplan-school.com/archive/foundation/img/bg/coach_bg.webp);
    background-repeat: no-repeat, no-repeat;
    background-position-x: center;
    background-position-y: -60px, 00px;
    background-size: 120%;
}

@media (max-width: 1180px){
  .trainer__wrap{
    grid-template-columns: minmax(140px, 190px) minmax(0, 1fr);
    gap: 42px;
  }

  .trainer__text-wrap{
    min-height: 560px;
    padding-top: 110px;
  }

  .trainer__text-wrap-title{
    font-size: 82px;
  }

  .trainer__trainer-wrap{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    padding-top: 110px;
  }

  .trainer__item,
  .trainer__ico{
    width: 100%;
  }

  .trainer__item{
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 991px){
  .trainer__wrap{
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .trainer__text-wrap{
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    padding-top: 0;
    position: static;
  }

  .trainer__text-wrap-title,
  .trainer__text-wrap-subtitle{
    text-align: left;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .trainer__text-wrap-title{
    font-size: clamp(54px, 12vw, 82px);
    line-height: 1;
  }

  .trainer__trainer-wrap{
    width: 100%;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .trainer__trainer-wrap .trainer__item:last-child:nth-child(odd){
    grid-column: auto;
    justify-self: stretch;
  }
}

@media (max-width: 767px){
  .trainer__trainer-wrap{
    gap: 32px;
  }

  .trainer__item{
    width: 100%;
  }

  .trainer__ico{
    width: 100%;
    height: clamp(360px, 110vw, 520px);
  }
}
/* 07. Section Trainer End */

/* 08. Section How Start */
.how{
  padding-top: 200px;
  padding-bottom: 100px;
}

.how__wrap{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}

.how__up{
  display: flex;
  align-items: start;
  gap: 15px;
  align-self: stretch;
  justify-content: space-between;
}

.how__left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.how__left-uptitle{
  display: flex;
  align-items: center;
  gap: 15px;
}

.how__ico{
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 21px;
  background: var(--color-black);
}

.how__left-uptitle p{
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 17.5px */
  text-transform: uppercase;
}

.how__left-content{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.how__left-title{
  color: var(--color-black);
  font-family: var(--font-accent);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 68.75px */
}

.how__right{
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.how__right-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  max-width: 680px;
  justify-content: end;
}

.how__right-content p span{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%; /* 29px */
}

.how__right p{
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 31px */
}

.how__right span{
  color: var(--color-orange);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%; /* 29px */
}

.how__down{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 19.62px;
}

.how__item{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  min-width: 0;
}

.how__item-progress{
  display: flex;
  width: 100%;
  gap: 25.28px;
  align-items: center;
  justify-content: flex-start;
}

.how__item-progress-line{
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}

.how__item-progress-line svg{
  display: block;
  width: 100%;
}

.how__item-content{
  display: flex;
  width: 100%;
  max-width: 220px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.how__item-title{
  color: var(--color-black);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 36.25px */
  letter-spacing: -1px;
}

.how__item-subtitle{
  color: var(--color-text-muted);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 23.25px */
}

@media (max-width: 1180px){
  .how{
    padding-top: 140px;
  }

  .how__wrap{
    gap: 58px;
  }

  .how__left-title{
    font-size: 48px;
  }

  .how__right-content{
    max-width: 460px;
  }

  .how__item-progress{
    gap: 16px;
  }

  .how__item-title{
    font-size: 22px;
    letter-spacing: -0.7px;
  }
}

@media (max-width: 991px){
  .how{
    padding-top: 110px;
    padding-bottom: 85px;
  }

  .how__wrap{
    gap: 42px;
  }

  .how__up{
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .how__right,
  .how__right-content{
    width: 100%;
    max-width: none;
  }

  .how__right p,
  .how__right span{
    font-size: 18px;
  }

  .how__down{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .how__item{
    gap: 18px;
    padding: 26px;
    border-radius: 24px;
    background: var(--color-surface-light);
  }

  .how__item-progress{
    display: none;
  }

  .how__item-content{
    max-width: none;
  }
}

@media (max-width: 767px){
  .how{
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .how__wrap{
    gap: 34px;
  }

  .how__left-title{
    font-size: clamp(40px, 12vw, 52px);
    line-height: 1.08;
  }

  .how__left-content{
    width: 100%;
  }

  .how__left-content .btn{
    display: none;
  }

/*   .how__left-content .btn{
    width: 100%;
  } */

  .how__down{
    grid-template-columns: 1fr;
  }

  .how__item{
    padding: 24px;
    border-radius: 22px;
  }

  .how__item-title{
    font-size: 22px;
    line-height: 130%;
  }
}
/* 08. Section How End */

/* 09. Section Program Start */
.program{
  padding-top: 100px;
  padding-bottom: 100px;
}

.program__main-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 100px;
}

.program__up-wrap{
  display: flex;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  justify-content: space-between;
}

.program__up-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.program__up-left-uptitle{
  display: flex;
  align-items: center;
  gap: 15px;
}

.program__ico{
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 21px;
  background: var(--color-black);
}

.program__up-left-uptitle p{
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 17.5px */
  text-transform: uppercase;
}

.program__up-left-title{
  color: var(--color-black);
  font-family: var(--font-accent);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 68.75px */
}

.program__up-right{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  width: 508px;
}

.program__up-right p{
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 31px */
}

.program__down-wrap{
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}

.program__down-counts-wrap{
  display: flex;
  justify-content: space-between;
  align-self: stretch;
}

.program__down-count{
  display: flex;
  gap: 40px;
  align-items: end;
}

.program__down-count-main{
  display: flex;
  flex-direction: column;
  gap: 0;
}

.program__down-count-title{
  color: var(--color-black);
  font-family: var(--font-accent);
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 145px */
  letter-spacing: -1.138px;
}

.program__down-count-subtitle{
  color: var(--color-black);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 36.25px */
}

.program__content{
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 29px;
  border-radius: 25px;
  background: var(--color-surface-muted);
}

.program__content-title{
  color: var(--color-black);
  font-family: var(--font-accent);
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 62.5px */
  letter-spacing: -1.138px;
}

.program__content-acc-wrap{
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 25px;
  background: var(--color-white);
}

.program__content-acc-wrap:not(.program__content-acc-wrap-generated){
  display: none;
}

.program__content-acc{
  text-decoration: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgb(var(--color-black-rgb) / 0.10);
  gap: 24px;
  padding: 0 0 22px;
  cursor: pointer;
  color: inherit;
}

.program__content-acc-wrap-generated .program__content-acc:last-child{
  border-bottom: none;
  padding-bottom: 0;
}

.program__content-acc-left{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex: 1 1 auto;
  min-width: 0;
}

.program__content-acc-left-num{
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 29px */
}

.program__content-acc-left-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  flex: 1 1 auto;
  min-width: 0;
}

.acc-left-content-title{
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 29px */
}

.acc-left-content-title em{
  color: var(--color-orange);
  font-style: normal;
  font-weight: 700;
}

.acc-left-content-content{
  color: var(--color-text-muted);
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 21.7px */
  transition:
    max-height 620ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 420ms ease,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: max-height;
}

.program__content-acc.is-open .acc-left-content-content{
  opacity: 1;
  transform: translate3d(0, 0, 0);
  padding-top: 18px;
}

.acc-left-content-content p{
  margin: 0 0 14px;
}

.acc-left-content-content p:last-child{
  margin-bottom: 0;
}

.acc-left-content-content strong{
  color: var(--color-black);
  font-weight: 700;
}

.acc-left-content-content ul{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 16px;
  padding-left: 20px;
}

.acc-left-content-content li{
  padding-left: 4px;
}

.acc-left-content-content li::marker{
  color: var(--color-orange);
}

.acc-left-content-active{
  display: block;
}

.program__content-acc-right{
  position: relative;
  display: flex;
  width: auto;
  height: auto;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: transparent;
  background: transparent;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 43.5px */
  overflow: visible;
  transition:
    color 420ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.program__content-acc-right::before,
.program__content-acc-right::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--color-ink-900);
  transition:
    transform 460ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 420ms ease;
}

.program__content-acc-right::after{
  transform: rotate(90deg) scaleX(1);
}

.program__content-acc.is-open .program__content-acc-right{
  background: transparent;
  transform: rotate(0deg);
}

.program__content-acc.is-open .program__content-acc-right::before,
.program__content-acc.is-open .program__content-acc-right::after{
  background: var(--color-ink-900);
}

.program__content-acc.is-open .program__content-acc-right::after{
  transform: rotate(90deg) scaleX(0);
}

.program__content-acc.is-open .program__content-acc-left-num,
.program__content-acc.is-open .acc-left-content-title{
  color: var(--color-orange);
}

.program__down-add{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.42fr);
  gap: clamp(48px, 6.5vw, 110px);
  align-items: start;
  padding: 40px;
  border-radius: 30px;
  background: var(--color-black);
  color: var(--color-white);
}

.program__down-add::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("../img/add.avif") center / cover no-repeat;
  opacity: 0.72;
}

.program__down-add::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.program__down-add-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.program__down-add-num{
  color: var(--color-white);
  font-family: var(--font-accent);
  font-size: 150px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 187.5px */
  letter-spacing: -1.138px;
}

.program__down-add-title{
  color: var(--color-white);
  font-family: var(--font-accent);
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 62.5px */
  letter-spacing: -1.138px;
}

.program__down-add-right{
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.program__add-acc{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  padding: 0 0 30px;
  border-bottom: 1px solid rgb(var(--color-white-rgb) / 0.18);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.program__add-acc + .program__add-acc{
  padding-top: 30px;
}

.program__add-acc:last-child{
  border-bottom: none;
  padding-bottom: 0;
}

.program__add-acc-left{
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 30px;
  flex: 1 1 auto;
  min-width: 0;
}

.program__add-acc-num{
  color: rgb(var(--color-white-rgb) / 0.86);
  font-size: clamp(22px, 1.8vw, 30px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  transition: color 420ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.program__add-acc-main{
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.program__add-acc-title{
  color: var(--color-white);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.34;
  transition: color 420ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.program__add-acc-content{
  color: rgb(var(--color-white-rgb) / 0.56);
  max-width: 760px;
  font-size: clamp(14px, 1vw, 14px);
  line-height: 1.62;
}

.program__add-acc.is-open .program__add-acc-content{
  opacity: 1;
  transform: translate3d(0, 0, 0);
  padding-top: 18px;
}

.program__add-acc-content strong{
  color: rgb(var(--color-white-rgb) / 0.92);
}

.program__add-acc-content li::marker{
  color: var(--color-orange);
}

.program__add-acc-ico{
  position: relative;
  display: flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  color: transparent;
  overflow: visible;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.program__add-acc-ico::before,
.program__add-acc-ico::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--color-white);
  transition:
    transform 460ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 420ms ease;
}

.program__add-acc-ico::after{
  transform: rotate(90deg) scaleX(1);
}

.program__add-acc.is-open .program__add-acc-ico::after{
  transform: rotate(90deg) scaleX(0);
}

.program__add-acc:hover .program__add-acc-num,
.program__add-acc:hover .program__add-acc-title,
.program__add-acc.is-open .program__add-acc-num{
  color: var(--color-orange);
}

.program__add-acc:hover .program__add-acc-ico{
  transform: rotate(90deg);
}

.program__add-acc.is-open .program__add-acc-ico{
  transform: rotate(0deg);
}

@media (max-width: 1180px){
  .program__main-wrap{
    gap: 72px;
  }

  .program__down-count-title{
    font-size: 82px;
  }

  .program__down-count{
    gap: 26px;
  }

  .program__down-add{
    grid-template-columns: minmax(240px, 0.68fr) minmax(0, 1.32fr);
    gap: 48px;
  }
}

@media (max-width: 991px){
  .program{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .program__main-wrap{
    gap: 48px;
  }

  .program__up-wrap{
    flex-direction: column;
    gap: 28px;
  }

  .program__up-right{
    width: 100%;
  }

  .program__up-left-title{
    font-size: 48px;
    line-height: 110%;
  }

  .program__down-counts-wrap{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .program__down-count{
    gap: 16px;
  }

  .program__down-count-div svg{
    height: 96px;
  }

  .program__down-count-title{
    font-size: 56px;
  }

  .program__down-count-subtitle{
    font-size: 18px;
  }

  .program__content{
    padding: 26px;
  }

  .program__content-title{
    font-size: 38px;
  }

  .program__content-acc-wrap{
    padding: 20px;
  }

  .program__down-add{
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 34px;
    border-radius: 26px;
  }

  .program__down-add-left{
    flex-direction: row;
    align-items: flex-end;
  }

  .program__down-add-num{
    font-size: clamp(92px, 18vw, 140px);
  }

  .program__down-add-title{
    font-size: clamp(34px, 7vw, 52px);
    line-height: 1.16;
  }

  .program__add-acc-left{
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 22px;
  }
}

@media (max-width: 767px){
  .program{
    padding-top: 0px;
    padding-bottom: 70px;
  }

  .program__up-left-title{
    font-size: clamp(40px, 12vw, 52px);
  }

  .program__down-counts-wrap{
    grid-template-columns: 1fr;
  }

  .program__down-count{
    align-items: center;
  }

  .program__down-count-div svg{
    height: 64px;
  }

  .program__content{
    padding: 18px;
    border-radius: 22px;
  }

  .program__content-title{
    font-size: 30px;
  }

  .program__content-acc-wrap{
    padding: 16px;
    gap: 16px;
  }

  .program__content-acc{
    gap: 14px;
  }

  .program__content-acc-left{
    gap: 12px;
  }

  .program__content-acc-left-num{
    font-size: 16px;
  }

  .acc-left-content-title{
    font-size: 18px;
    line-height: 135%;
  }

  .program__content-acc-right{
    width: 28px;
    height: 36px;
    flex-basis: 28px;
  }

  .program__down-add{
    padding: 26px 18px;
    border-radius: 24px;
  }

  .program__down-add-left{
    flex-direction: column;
    align-items: flex-start;
  }

  .program__down-add-title{
    font-size: 30px;
  }

  .program__add-acc{
    gap: 16px;
    padding-bottom: 24px;
  }

  .program__add-acc + .program__add-acc{
    padding-top: 24px;
  }

  .program__add-acc-left{
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .program__add-acc-title{
    font-size: 18px;
    line-height: 1.25;
  }

  .program__add-acc-ico{
    width: 28px;
    height: 30px;
    flex-basis: 28px;
  }

  .program__add-acc-ico::before,
  .program__add-acc-ico::after{
    width: 20px;
  }
}
/* 09. Section Program End */

/* 10. Section Info Start */
.info{
  padding-top: 100px;
  padding-bottom: 100px;
}

.info__wrap{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}

.info__up{
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.info__up-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.info__up-left-uptitle{
  display: flex;
  align-items: center;
  gap: 15px;
}

.info__ico{
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 21px;
  background: var(--color-black);
}

.info__up-left-uptitle p{
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 17.5px */
  text-transform: uppercase;
}

.info__up-left-title{
  color: var(--color-black);
  font-family: var(--font-accent);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 68.75px */
}

.info__up-right{
  width: 487px;
}

.info__up-right p{
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 31px */
}

.info__up-right p span{
  color: var(--color-orange);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
}

.info__content{
  display: flex;
  align-items: flex-end;
  gap: 64px;
  align-self: stretch;
}

.info__content-left{
  width: 558px;
  height: 548px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.info__content-left-header{
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 31px */
}

.info__content-left-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.info__content-left-item{
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.info__content-left-item-ico{
  width: 50px;
  min-width: 50px;
  flex: 0 0 50px;
  height: 3px;
  margin-top: 16px;
  background: var(--color-orange);
  border-radius: 999px;
}

.info__content-left-item-text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.info__content-left-item-title{
  color: var(--color-black);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 34.5px */
}

.info__content-left-item-subtitle{
  color: var(--color-text-muted);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 23.25px */
}

.info__content-right{
  position: relative;
  isolation: isolate;
  width: 509.849px;
  height: 548.224px;
  border-radius: 25px;
  background: var(--color-orange);
  box-shadow: 0 28px 80px rgb(var(--color-orange-rgb) / 0.13);
  transform: rotate(-2deg);
  animation: am-info-card-float 7.2s ease-in-out infinite;
}

.info__content-right::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: url(../img/info.avif) rgb(var(--color-gray-350-rgb) / 0) 50% / cover no-repeat;
  box-shadow: 0 24px 70px rgb(var(--color-black-rgb) / 0.14);
  transform: translate3d(-8px, -10px, 0) rotate(3.6deg);
  transform-origin: 50% 50%;
  transition:
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

#info-ai .info__content-right::before{
  background-image: url(../img/info-ai.avif);
}

#info-ai .info__content{
  align-items: flex-end;
}

#info-ai .info__content-left{
  height: auto;
}

/* @media (min-width: 992px){
  #info-ai .info__content-right{
    margin-bottom: 90px;
  }
} */

.info__content-right::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(115deg, rgb(var(--color-white-rgb) / 0.16), transparent 36%),
    linear-gradient(180deg, transparent 58%, rgb(var(--color-black-rgb) / 0.16));
  opacity: 0.5;
  transform: translate3d(-8px, -10px, 0) rotate(3.6deg);
  transition:
    opacity 520ms ease,
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.info__content-right:hover::before{
  transform: translate3d(0, 0, 0) rotate(2deg);
  box-shadow: 0 28px 80px rgb(var(--color-black-rgb) / 0.18);
}

.info__content-right:hover::after{
  opacity: 0.32;
  transform: translate3d(0, 0, 0) rotate(2deg);
}


@media (max-width: 991px){
  .info__up{
    flex-direction: column;
    gap: 10px;
  }
  .info__up-left-title{
    font-size: 44px;
  }
  .info__content-left{
    gap: 20px;
  }
  .info__content-left{
    height: auto;
  }
  .info__content-left-item-ico{
    width: 20px;
    min-width: 20px;
    flex: 0 0 20px;
  }
}

@media (max-width: 767px){
  .info{
    padding-top: 0;
    padding-bottom: 75px;
  }
  .info__up-right{
    width: auto;
  }
  .info__content-left{
    width: auto;
  }
  .info__content-right{
    display: none;
  }
  .info__content-left-item-ico{
    display: none;
  }
  .info__wrap{
    gap: 40px;
  }
}
/* 10. Section Info End */

/* 09.5 Schedule Program Start */
.schedule{
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F7F7F7;
}

.schedule__wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.schedule__header{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.schedule__header-up{
  display: flex;
  align-items: center;
  gap: 15px;
}

.schedule__header-ico{
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1 / 1;
  border-radius: 21px;
  background: var(--color-black);
}

.schedule__header-uptitle{
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 17.5px */
  text-transform: uppercase;
}

.schedule__header-title{
  color: #000;
  font-family: var(--font-accent);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 68.75px */
}

.schedule__cal-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.schedule__cal-row{
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px;
}

.schedule__cal-item{
  display: flex;
  width: 275px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 24px;
  border: 1px solid var(--Border, rgba(0, 0, 0, 0.04));
  background: #F8DFE1;
}

.cal-item-special{
  display: flex;
  height: 287px;
  padding: 24px;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  gap: 24px;
  border-radius: 24px;
  background: #F8DFE1;
}

.cal-item-special-title{
  color: var(--Gray-600, #535353);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cal-item-special-subitem{
  display: flex;
  align-items: center;
  gap: 16px;
}

.cal-item-special-subitem-ico{
  display: flex;
  width: 37.599px;
  height: 37.645px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 7.524px;
  background: #8B1426;

  color: var(--White, #FFF);
  font-size: 16.93px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cal-item-special-subitem-text{
  color: var(--Gray-600, #535353);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.subitem-ico-clear{
  display: flex;
  width: 37.599px;
  height: 37.645px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 7.524px;
  border: 1px solid #8B1426;
  background: #FFF;
  color: #8B1426;
  font-size: 16.93px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header__link-acc{
  color: #8B1426 !important;
  font-weight: 600 !important;
}

@media (max-width: 991px){
  .schedule__cal-row{
    flex-direction: column;
  }
}

@media (max-width: 767px){
  .schedule__cal-item{
    align-items: center;
  }
  .schedule__header-title{
    font-size: 44px;
    line-height: normal;
  }
}
/* 09.5 Schedule Program End */

/* 11. Section Feedback Start */
.feedback{
  background: var(--color-surface-muted);
  padding-top: 100px;
  padding-bottom: 100px;
}

.feedback__wrap{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}

.feedback__up{
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.feedback__up-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.feedback__up-left-uptitle{
  display: flex;
  align-items: center;
  gap: 15px;
}

.feedback__ico{
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 21px;
  background: var(--color-black);
}

.feedback__up-left-uptitle-text{
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 17.5px */
  text-transform: uppercase;
}

.feedback__up-left-title{
  color: var(--color-black);
  font-family: var(--font-accent);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 68.75px */
}

.feedback__up-right{
  width: 820px;
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 31px */
}

.feedback__slider{
  position: relative;
  width: 100%;
}

.feedback__down{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overflow-y: clip;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  padding: 10px max(0px, calc((100% - 1140px) / 2)) 16px;
}

.feedback__down::-webkit-scrollbar{
  display: none;
}

.feedback__item{
  display: flex;
  width: 364px;
  height: 423px;
  min-height: 423px;
  padding: 24px;
  flex: 0 0 364px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 25px;
  background: var(--color-white);
  overflow: hidden;
  scroll-snap-align: start;
}

.feedback__item-title{
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.feedback__item-div{
  width: 100%;
  height: 1px;
  background: var(--color-line-blue);
}

.feedback__item-content{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  align-self: stretch;
  min-height: 0;
}

.feedback__item-descr{
  color: var(--color-text-muted);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 24.75px */
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(15px * 1.65 * 8);
}

.feedback__item-link{
  color: var(--color-black);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.feedback__nav{
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: var(--color-line-ui);
  cursor: pointer;
  transform: translate3d(0, -50%, 0);
  transition:
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 360ms ease,
    opacity 360ms ease,
    box-shadow 360ms ease;
}

.feedback__nav::before{
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--color-black);
  border-right: 3px solid var(--color-black);
  transition: border-color 360ms ease;
}

.feedback__nav--prev{
  left: -74px;
}

.feedback__nav--prev::before{
  transform: rotate(-135deg) translate3d(-1px, -1px, 0);
}

.feedback__nav--next{
  right: -74px;
}

.feedback__nav--next::before{
  transform: rotate(45deg) translate3d(-1px, 1px, 0);
}

.feedback__nav:hover{
  background: var(--color-orange);
  transform: translate3d(0, -50%, 0) scale(1.06);
  box-shadow: 0 18px 46px rgb(var(--color-orange-rgb) / 0.26);
}

.feedback__nav:hover::before{
  border-color: var(--color-white);
}

.feedback__nav:disabled{
  opacity: 0.35;
  pointer-events: none;
}

@media (max-width: 1180px){
  .feedback__up{
    gap: 40px;
  }

  .feedback__up-right{
    width: min(100%, 680px);
  }

  .feedback__nav--prev{
    left: -22px;
  }

  .feedback__nav--next{
    right: -22px;
  }
}

@media (max-width: 991px){
  .feedback{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feedback__wrap{
    gap: 48px;
  }

  .feedback__up{
    flex-direction: column;
    align-items: flex-start;
  }

  .feedback__up-right{
    width: 100%;
    font-size: 18px;
  }

  .feedback__down{
    padding-inline: 4px;
  }

  .feedback__nav{
    top: auto;
    bottom: -72px;
    transform: none;
  }

  .feedback__nav:hover{
    transform: scale(1.06);
  }

  .feedback__nav--prev{
    left: calc(50% - 64px);
  }

  .feedback__nav--next{
    right: calc(50% - 64px);
  }
}

@media (max-width: 767px){
  .feedback{
    padding-top: 70px;
    padding-bottom: 110px;
  }

  .feedback__up-left-title{
    font-size: clamp(40px, 12vw, 52px);
  }

  .feedback__item{
    width: min(100%, 330px);
    flex-basis: min(100%, 330px);
    height: 390px;
    min-height: 390px;
    padding: 20px;
  }

  .feedback__item-descr{
    -webkit-line-clamp: 7;
    max-height: calc(15px * 1.65 * 7);
  }
}
/* 11. Section Feedback End */

/* 12. Section Bonus Start */
.bonus{
  position: relative;
  overflow: hidden;
  padding-top: 365px;
  padding-bottom: 100px;
}

.bonus__line{
  position: absolute;
  left: 50%;
  top: 195px;
  z-index: 1;
  width: 145vw;
  height: 92px;
  overflow: hidden;
  background: var(--color-orange);
  color: var(--color-white);
  transform: translateX(-50%) rotate(4.6deg);
  transform-origin: 50% 50%;
  box-shadow: 0 24px 70px rgb(var(--color-orange-rgb) / 0.22);
}

.bonus__line-track{
  display: flex;
  width: max-content;
  height: 100%;
  align-items: center;
  animation: bonus-marquee 28s linear infinite;
}

.bonus__line-set{
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 28px;
  padding-right: 28px;
  white-space: nowrap;
}

.bonus__line-set span{
  display: inline-flex;
  align-items: center;
  gap: 28px;
  color: var(--color-white);
  font-size: clamp(28px, 3.4vw, 52px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.bonus__line-set span::after{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
}

@keyframes bonus-marquee{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-50%, 0, 0);
  }
}

.bonus__wrap{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.bonus__up{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.bonus__up-title{
  color: var(--color-black);
  font-family: var(--font-accent);
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 125px */
}

.bonus__up-subtitle{
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 29px */
}

.bonus__content{
  display: flex;
  align-items: flex-start;
  gap: 97px;
  align-self: stretch;
}

.bonus__content-left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.bonus__item{
  display: flex;
  align-items: center;
  gap: 31.774px;
}

.bonus__item-title{
  color: var(--color-black);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 36.25px */
}

@media (max-width: 991px){
  .bonus{
    padding-top: 260px;
  }

  .bonus__line{
    top: 95px;
    height: 58px;
    width: 160vw;
  }

  .bonus__content{
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 767px){
  .bonus{
    padding-top: 150px;
    padding-bottom: 75px;
  }

  .bonus__line{
    top: 76px;
    height: 48px;
    width: 180vw;
  }

  .bonus__wrap{
    gap: 44px;
  }

  .bonus__up-title{
    font-size: 55px;
  }

  .bonus__item{
    gap: 18px;
  }

  .bonus__item-title{
    font-size: 20px;
  }
}
/* 12. Section Bonus End */

/* 13. Section B2B Start */
.b2b{
  padding-top: 100px;
  padding-bottom: 100px;
}

.b2b__wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.b2b__up{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.b2b__up-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.b2b__up-uptitle{
  display: flex;
  align-items: center;
  gap: 15px;
}

.b2b__up-ico{
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 21px;
  background: var(--color-black);
}

.b2b__up-uptitle p{
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 17.5px */
  text-transform: uppercase;
}

.b2b__up-title{
  color: var(--color-black);
  font-family: var(--font-accent);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 68.75px */
}

.b2b__up-right{
  width: 748px;
}

.b2b__up-right p{
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 31px */
}

.b2b__main{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.b2b__row{
  display: flex;
  gap: 24px;
}

.b2b__item{
  display: flex;
  width: 284px;
  /* max-height: 184px; */
  padding: 40px;
  align-items: flex-start;
  gap: 29px;
  grid-row: 1 / span 1;
  grid-column: 1 / span 1;
  border-radius: 25px;
  background: var(--color-surface-muted);
  flex-direction: column;
}

.b2b__item-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.b2b__item-content-title{
  color: var(--color-black);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 38.75px */
}

.b2b__item-content-subtitle{
  color: var(--color-text-muted);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 23.25px */
}

.b2b__item-zentrum{
  width: 364px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: center;
  grid-row: 2 / span 1;
  grid-column: 2 / span 1;
}

.b2b__item-zentrum-title{
  color: var(--color-black);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 37.5px */
  text-transform: uppercase;
}

.b2b__item-lenth{
  display: flex;
  position: relative;
  width: 1140px;
  height: 262.48px;
  box-sizing: border-box;
  padding: 0;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 25px;
  background: transparent;
}

.b2b__item-lenth-row{
  display: flex;
  width: 100%;
  height: 127.24px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, var(--color-black) 14%, var(--color-black) 86%, transparent);
  mask-image: linear-gradient(90deg, transparent, var(--color-black) 14%, var(--color-black) 86%, transparent);
}

.b2b__logo-track{
  display: flex;
  width: max-content;
  animation: b2b-logo-marquee-left 34s linear infinite;
}

.b2b__item-lenth-row--reverse .b2b__logo-track{
  animation-name: b2b-logo-marquee-right;
  animation-duration: 38s;
}

.b2b__logo-set{
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  padding-right: 8px;
}

.b2b__item-lenth-item{
  display: flex;
  flex: 0 0 auto;
  width: 178px;
  height: 127.24px;
  box-sizing: border-box;
  padding: 24px 28px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(var(--color-black-rgb) / 0.04);
  border-radius: 18px;
  background: var(--color-surface-muted);
  box-shadow: none;
}

.b2b__item-lenth-item img{
  display: block;
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.b2b__item-zentrum-title-mob{
  display: none;
}

@keyframes b2b-logo-marquee-left{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes b2b-logo-marquee-right{
  0%{
    transform: translate3d(-50%, 0, 0);
  }
  100%{
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 1180px){
  .b2b__up{
    gap: 42px;
  }

  .b2b__up-right{
    width: min(100%, 640px);
  }
}

@media (max-width: 991px){
  .b2b{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .b2b__wrap{
    gap: 52px;
  }

  .b2b__up{
    flex-direction: column;
    gap: 24px;
  }

  .b2b__up-right{
    width: auto;
  }

  .b2b__main{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .b2b__row{
    display: contents;
  }

  .b2b__item{
    order: 1;
    grid-row: auto;
    grid-column: auto;
    width: auto;
    max-height: none;
    min-height: 220px;
    box-sizing: border-box;
    padding: 34px;
  }

  .b2b__item-zentrum{
    order: 3;
    grid-row: auto;
    width: auto;
    min-height: 180px;
    box-sizing: border-box;
    padding: 34px;
    grid-column: 1 / -1;
  }

  .b2b__item-lenth{
    order: 2;
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media (max-width: 767px){
  .b2b{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .b2b__wrap{
    gap: 42px;
  }

  .b2b__up-title{
    font-size: 45px;
  }

  .b2b__up-right p{
    font-size: 17px;
  }

  .b2b__row{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .b2b__main{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .b2b__item{
    min-height: 0;
    padding: 30px;
  }

  .b2b__item-content-title{
    font-size: 24px;
  }

  .b2b__item-zentrum{
    grid-column: auto;
    min-height: 0;
    padding: 26px 0;
  }

  .b2b__item-zentrum-title{
    font-size: 26px;
    display: none;
  }

  .b2b__item-zentrum-title-mob{
    display: block;
    color: var(--color-black);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 37.5px */
    text-transform: uppercase;
  }

  .b2b__item-lenth{
    grid-column: auto;
    width: 100%;
    max-width: 364px;
    height: calc((((100vw - 40px - 8px) / 2) * 0.715) * 2 + 8px);
    max-height: 262.48px;
  }

  .b2b__item-lenth-row{
    height: calc(((100vw - 40px - 8px) / 2) * 0.715);
    max-height: 127.24px;
  }

  .b2b__item-lenth-item{
    width: calc((100vw - 40px - 8px) / 2);
    max-width: 178px;
    height: calc(((100vw - 40px - 8px) / 2) * 0.715);
    max-height: 127.24px;
    padding: 20px 22px;
  }

  .b2b__item-lenth-item img{
    max-height: 48px;
  }
}
/* 13. Section B2B End */

/* 14. Section Warranty Start */
.warranty{
  padding-top: 100px;
  padding-bottom: 200px;
}

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

.warranty__wrap-left{
  display: flex;
  flex-direction: column;
  gap: 140px;
  align-items: start;
}

.warranty__wrap-left-up{
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.warranty__ico{
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 21px;
  background: var(--color-black);
}

.warranty__wrap-left-up p{
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 17.5px */
  text-transform: uppercase;
}

.arranty__wrap-left-up-title{
  color: var(--color-black);
  font-family: var(--font-accent);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 68.75px */
}

.warranty__wrap-left-down{
  display: flex;
  gap: 38px;
  align-items: end;
}

.warranty__wrap-left-down-text{
  display: flex;
  flex-direction: column;
  align-items: start;
}

.warranty__wrap-left-down-title{
  color: var(--color-black);
  font-family: var(--font-accent);
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 145px */
  letter-spacing: -1.138px;
}

.warranty__wrap-left-down-subtitle{
  color: var(--color-black);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 36.25px */
}

.warranty__wrap-right{
  width: 558px;
}

.warranty__wrap-right p{
  color: var(--color-black);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 38.75px */
}

.warranty__wrap-right p span{
  font-weight: 700;
}

@media (max-width: 991px){
.warranty__wrap{
  flex-direction: column;
  gap: 25px;
}
.warranty__wrap-right{
  width: 100%;
}
.warranty__wrap-left{
  gap: 30px;
}
}

@media (max-width: 767px){
.warranty__wrap-left-down-line{
  display: none;
}
.warranty__wrap-left{
  gap: 0;
}
.arranty__wrap-left-up-title{
  font-size: 45px;
}
.warranty__wrap-right p{
  font-size: 18px;
}
.warranty{
  padding-bottom: 100px;
}
}
/* 14. Section Warranty End */

/* 15. Section Register Start */
.register{
  background: var(--color-black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.register__cards-wrap{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  justify-content: center;
}

.register__card{
  display: flex;
  width: auto;
  padding: 44px 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 25px;
  background: var(--color-ink-750);
  box-sizing: border-box;
  min-width: 0;
}

.register__card-up{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}

.register__card-up-title{
  color: var(--color-white);
  font-family: var(--font-accent);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 40px */
}

.register__card-item{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.register__card-item-up{
  display: flex;
  align-items: center;
  gap: 15px;
}

.register__card-item-up-ico{
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register__card-item-up p{
  color: var(--color-white);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 29px */
}

.register__card-item li{
  color: rgb(var(--color-white-rgb) / 0.60);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 23.1px */
}

.register__card-down{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}

.register__card-down-price{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.register__option-prise-del{
  color: var(--color-text-muted);
  font-family: var(--font-accent);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 25px */
  text-decoration-line: line-through;
}

.register__option-prise-actual{
  color: var(--color-white);
  font-family: var(--font-accent);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 62.5px */
}

.register__option-prise-timer{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.register__option-prise-timer p{
  color: rgb(var(--color-white-rgb) / 0.60);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 23.1px */
}

.register__option-prise-timer span{
  color: rgb(var(--color-white-rgb) / 0.60);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 23.1px */
}

.register__text{
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 1;
}

.register__cards-wrap{
  z-index: 2;
  position: relative;
  top: -40px;
}

.register__uptitle{
  color: var(--color-white);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 29px */
}

.register__title{
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-accent);
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 125px */
}

.register__card-up-title span{
  color: var(--color-white);
  font-family: var(--font-accent);
  font-size: 10.896px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 13.62px */

  display: flex;
  height: 31px;
  padding: 0px 26px 0px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: rgb(var(--color-white-rgb) / 0.10);
}

.register__card-up-title-tr{
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.register__card-switch{
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  border-radius: 100px;
  background: rgb(var(--color-white-rgb) / 0.08);
}

.register__card-switch-btn{
  border: 0;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 100px;
  background: transparent;
  color: rgb(var(--color-white-rgb) / 0.60);
  font-family: var(--font-accent);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}

.register__card-switch-btn.is-active{
  background: var(--color-orange);
  color: var(--color-white);
}

@media (max-width: 1180px){
  .register__cards-wrap{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .register__card:last-child{
    grid-column: 1 / -1;
  }

  .register__card{
    padding: 50px 36px;
  }

  .register__title{
    font-size: 86px;
  }
}

@media (max-width: 991px){
  .register{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .register__cards-wrap{
    grid-template-columns: 1fr;
    top: 0;
    gap: 20px;
  }

  .register__card{
    width: 100%;
    padding: 46px 38px;
  }

  .register__title{
    font-size: 74px;
    line-height: 110%;
  }

  .register__card .acc-btn{
    align-self: stretch;
    width: auto;
    box-sizing: border-box;
  }
}

@media (max-width: 767px){
  .register{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .register__text{
    gap: 10px;
  }

  .register__uptitle{
    font-size: 16px;
  }

  .register__title{
    font-size: 52px;
    line-height: 105%;
  }

  .register__cards-wrap{
    gap: 16px;
  }

  .register__card{
    padding: 32px 24px;
    border-radius: 22px;
  }

  .register__card-up{
    gap: 24px;
  }

  .register__card-up-title{
    font-size: 26px;
  }

  .register__card-up-title-tr{
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .register__card-item-up{
    align-items: flex-start;
    gap: 12px;
  }

  .register__card-item-up p{
    font-size: 18px;
  }

  .register__card-item li{
    font-size: 13px;
  }

  .register__card-down{
    gap: 24px;
  }

  .register__option-prise-actual{
    font-size: 42px;
  }

  .register__option-prise-timer{
    flex-direction: column;
    gap: 2px;
  }

  .register__card .acc-btn{
    min-height: 52px;
    height: auto;
    padding: 12px 16px;
  }

  .register__card-switch-btn{
    font-size: 11px;
    padding: 7px 14px;
  }
}
/* 15. Section Register End */

/* 16. Section LastCall Start */
.lastcall{
  padding-top: 100px;
  background: var(--color-surface-muted);
}

.lastcall__wrap{
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.lastcall__up{
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.lastcall__up-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.lastcall__up-left-up{
  display: flex;
  align-items: center;
  gap: 15px;
}

.lastcall__ico{
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 21px;
  background: var(--color-black);
}

.lastcall__up-left-up p{
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 17.5px */
  text-transform: uppercase;
}

.lastcall__up-left-title{
  color: var(--color-black);
  font-family: var(--font-accent);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 68.75px */
}

.lastcall__up-right{
  width: 434px;
}

.lastcall__up-right p{
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 31px */
}

.lastcall__cards-wrap{
  display: inline-flex;
  align-items: flex-start;
  gap: 24px;
}

.lastcall__card{
  display: flex;
  border-radius: 25px;
  background: var(--color-white);
  padding: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 700px;
}

.lastcall__card-main{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.lastcall__card-main-up{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.lastcall__card-main-up-ico{
  display: flex;
  height: 31px;
  padding: 0px 26px 0px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: var(--color-surface-pale);
  color: var(--color-black);
  font-family: var(--font-accent);
  font-size: 10.896px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 13.62px */
}

.lastcall__card-main-up-title{
  color: var(--color-black);
  font-family: var(--font-accent);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 40px */
}

.lastcall__card-main-up-subtitle{
  color: var(--color-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 27.9px */
}

.lastcall__card-main-down{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}

.lastcall__card-main-down-div{
  height: 1px;
  align-self: stretch;
  background: var(--color-line-muted);
}

.lastcall__card-main-down-item{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.lastcall__card-main-down-item-title{
  color: var(--color-text-muted);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 23.1px */
}

.lastcall__card-main-down-item-title span{
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 165%; /* 23.1px */
}

.lastcall__card-btn-group{
  display: flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
  align-self: stretch;
  justify-content: center;
}

.btn-btn{
  display: flex;
  align-self: stretch;
  width: 100%;
}

.btn-btn-2{
  display: flex;
  align-self: stretch;
  width: auto;
}

.btn-reg-bl{
  color: var(--color-white);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  text-decoration: none;
  display: flex;
  height: 48px;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: var(--color-black);
}

.btn-reg-wh{
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  text-decoration: none;
  display: flex;
  height: 48px;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid var(--color-black);
}

.lastcall__card-small{
  width: 461px;
}

.lastcall__card-xl{
  width: 655px;
}

@media (max-width: 1180px){
  .lastcall__cards-wrap{
    width: 100%;
    display: flex;
  }

  .lastcall__card{
    box-sizing: border-box;
  }

  .lastcall__card-small{
    width: calc(42% - 12px);
  }

  .lastcall__card-xl{
    width: calc(58% - 12px);
  }
}

@media (max-width: 991px){
  .lastcall{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lastcall__wrap{
    gap: 50px;
  }

  .lastcall__up{
    flex-direction: column;
    gap: 18px;
  }

  .lastcall__up-right{
    width: 100%;
  }

  .lastcall__cards-wrap{
    flex-direction: column;
    gap: 20px;
  }

  .lastcall__card,
  .lastcall__card-small,
  .lastcall__card-xl{
    width: 100%;
  }

  .lastcall__card{
    height: auto;
    min-height: 0;
    padding: 36px;
    gap: 42px;
  }

  .lastcall__card-btn-group{
    justify-content: flex-start;
  }

  .lastcall__card-xl .lastcall__card-btn-group .acc-btn{
    width: auto;
    min-width: 320px;
  }
}

@media (max-width: 767px){
  .lastcall{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lastcall__wrap{
    gap: 36px;
  }

  .lastcall__up-left{
    gap: 16px;
  }

  .lastcall__up-left-title{
    font-size: 42px;
    line-height: 112%;
  }

  .lastcall__up-right p{
    font-size: 18px;
  }

  .lastcall__card{
    padding: 28px 22px;
    border-radius: 22px;
    gap: 34px;
  }

  .lastcall__card-main{
    gap: 26px;
  }

  .lastcall__card-main-up{
    gap: 14px;
  }

  .lastcall__card-main-up-title{
    font-size: 26px;
  }

  .lastcall__card-main-up-subtitle{
    font-size: 16px;
  }

  .lastcall__card-main-down{
    gap: 22px;
  }

  .lastcall__card-main-down-item{
    gap: 14px;
  }

  .lastcall__card-main-down-item-ico{
    flex: 0 0 20px;
  }

  .lastcall__card-btn-group{
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .btn-reg-bl,
  .btn-reg-wh,
  .lastcall__card-xl .lastcall__card-btn-group .acc-btn{
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .lastcall__card-xl .lastcall__card-btn-group .acc-btn{
    height: auto;
    min-height: 52px;
    padding: 12px 16px;
  }
}
/* 16. Section LastCall End */


/* 17. Footer Section Start */
.hero + footer.distance-xxs{
  padding-top: 0;
}

footer{
  background: var(--color-black);
}

.footer__wrap{
  gap: 50px;
  display: flex;
  padding: 40px 40px 0 40px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 24px;
  background: var(--color-ink-900);
}

.footer__header-wrap{
  display: flex;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
  justify-content: space-between;
}

.footer__col{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 180px;
}

.footer__col-main{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  width: 230px;
}

.footer__col-main-title{
  color: var(--white, var(--color-white));
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
}

.footer__col-main-btns{
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.footer__btn{
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgb(var(--color-white-rgb) / 0.10);
  background: var(--color-ink-700);
}

.footer__col-title{
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.5px; /* 150% */
  background: var(--color-orange);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer__col-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer__col-content-link{
  color: var(--white, var(--color-white));
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.footer__col-acc{
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  border: 1px solid rgb(var(--color-white-rgb) / 0.10);
  background: var(--color-ink-700);
}

.footer__col-acc-title{
  color: var(--white, var(--color-white));
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
}

.footer__col-acc-btn{
  display: flex;
  padding: 16px 48.2px 16px 48.21px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid var(--color-orange);
  background: var(--color-ink-900);
  text-decoration: none;
}

.footer__col-acc-btn span{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  background: var(--color-line-blue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

.footer__footer{
  display: flex;
  padding: 24px 0;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  border-top: 1px solid var(--color-text-secondary);
}

.footer__footer p{
  color: var(--white, var(--color-white));
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.footer__footer-btn{
  color: var(--white, var(--color-white));
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

@media (max-width: 1024px) {
  .footer__header-wrap{
    flex-wrap: wrap;
  }
}

/* mobile */
@media (max-width: 768px) {
  .footer__header-wrap, .footer__footer{
    flex-direction: column;
  }
/*   .footer__wrap{
        padding: 40px 0px 0 0px;
  } */
  .footer__col-main, .footer__col, .footer__col-acc{
    width: auto;
  }
  .footer__header-wrap{
    gap: 40px;
  }
}
/* 16. Footer Section End */

/* NEW PAYMENT BLOCK */
.paypack-title { text-align: center; margin-bottom: 18px; }

.paypack-buttons{
  display:flex;
  gap:16px;
  justify-content:center;
  flex-wrap:wrap;
}

/* ===== MODAL ===== */
.paymodal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
}
.paymodal.is-open{ display:block; }

.paymodal__overlay{
  position:absolute;
  inset:0;
  background:rgb(var(--color-black-rgb) / 0.55);
}

.paymodal__dialog{
  position:relative;
  width:min(1100px, calc(100% - 32px));
  margin:6vh auto 0;
  background:var(--color-white);
  border-radius:24px;
  padding:40px;
  box-shadow:0 30px 80px rgb(var(--color-black-rgb) / 0.25);
}

.paymodal__close{
  position:absolute;
  top:16px;
  right:18px;
  border:0;
  background:transparent;
  font-size:28px;
  cursor:pointer;
  line-height:1;
  z-index: 9999;
}

.paymodal__head{
  color: var(--Gray-900, var(--color-ink-900));
font-family: var(--font-accent);
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 145%; /* 34.8px */
letter-spacing: -1px;
}

.paymodal__grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:22px;
  align-items:start;
}

.paymodal__form{ display:grid; gap:14px; }

.paymodal__input,
.paymodal__textarea{
  width:100%;
  border:1px solid rgb(var(--color-teal-rgb) / 0.10);
  border-radius:14px;
  padding:16px 16px;
  font-size:16px;
  outline:none;
  background:var(--color-white);
}
.paymodal__textarea{ min-height:160px; resize:vertical; }

.paymodal__side{
  border-radius: 24px;
  border: 1px solid var(--Border, rgb(var(--color-black-rgb) / 0.04));
  background: var(--White, var(--color-white));
  padding:20px;
  background:var(--color-white);
  margin-top: 18px;
}

.paymodal__label{
  color: var(--color-ink-900);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
}
/* .paymodal__label--mt{ margin-top:30px; } */

.paymodal__seg{
  display:flex;
  gap:10px;
  padding: 6px;
  border:1px solid rgb(var(--color-teal-rgb) / 0.12);
  border-radius: 14px;
  border: 1px solid var(--color-line-soft);
  background: var(--color-surface-soft);
    width:max-content;
}
.paymodal__seg-btn{
  border:0;
  background:transparent;
  padding: 10px 16px;
  border-radius:10px;
  cursor:pointer;
  font-size:14px;

  color: var(--Gray-600, var(--color-text-secondary));
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.paymodal__seg-btn.is-active{
  background: var(--color-orange);
  color: var(--White, var(--color-white));
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
}

.paymodal__radrow{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
}
.paymodal__radio{
  display:flex;
  align-items:center;
  gap:8px;
  color: var(--Gray-600, var(--color-text-secondary));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
}
/* .paymodal__radio input{ transform:translateY(1px); } */

.paymodal__anchor{ display:none; } /* якоря для внешки */

.payment-block{ display:none; margin-top:30px; }
.payment-block.active{ display:block; }

.paymodal__small{
  color: var(--Gray-600, var(--color-text-secondary));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.paymodal__priceRow{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.paymodal__priceMain{
  color: var(--Gray-900, var(--color-ink-900));
  font-family: var(--font-accent);
  font-size: 31px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.paymodal__priceOld{
  color: var(--Gray-600, var(--color-text-secondary));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  text-decoration-line: line-through;
}
.paymodal__priceOld del{ opacity:.85; }

.paymodal__timer{
  margin-top:10px;
  display:flex;
  gap:10px;
  align-items:center;
  font-size:13px;
  color:rgb(var(--color-teal-rgb) / 0.65);
}
.paymodal__timerBox{
  border:1px solid rgb(var(--color-teal-rgb) / 0.10);
  border-radius:12px;
  padding:6px 10px;
  background:var(--color-white);
}

.paymodal__step{ display:none; }
.paymodal__step.is-active{ display:block; }

.paymodal__thx{ display:grid; gap:12px; color:rgb(var(--color-teal-rgb) / 0.75); }
.paymodal__tg{
  display:flex;
  gap:14px;
  align-items:stretch;
  flex-wrap:wrap;
  margin-top:6px;
  width: 100%;
  justify-content: space-between;
}

.paymodal__thx p{
  color: var(--color-ink-900);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
}

.paymodal__thx-b{
  color: var(--Gray-900, var(--color-ink-900));
  font-family: var(--font-accent);
  font-size: 22px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 145%; /* 26.1px */
  letter-spacing: -1px;
}
.paymodal__tgText{ flex:1; min-width:260px; }
.paymodal__tgBtn{
  flex:0 0 340px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  text-align:center;
  padding:14px 16px;
  border-radius:14px;
  background:var(--color-blue-sky);
  color: var(--color-white);
  font-family: var(--font-accent);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 33px */
  letter-spacing: -1px;
  text-decoration:none;
}

.paymodal__tgText p strong{
  font-weight: bold;
  font-size: 22px;
}

@media (max-width: 900px){
  .paymodal__grid{ grid-template-columns:1fr; }
  .paymodal__dialog{ margin:3vh auto 0; padding:20px; }
}

.no-scroll{ overflow:hidden; }


.no-scroll { overflow: hidden !important; }

.paymodal { position: fixed; inset: 0; display: none; z-index: 9999; }
.paymodal.is-open { display: block; }

.paymodal__overlay { position: absolute; inset: 0; background: rgb(var(--color-black-rgb) / 0.55); }

.paymodal__dialog{
  position: relative;
  width: min(1200px, calc(100% - 40px));
  margin: 40px auto;
  background: var(--color-white);
  border-radius: 24px;
  padding: 32px;
}

.paymodal__close{
  position: absolute; top: 18px; right: 18px;
  width: 44px; height: 44px;
  border: 0; background: transparent;
  font-size: 28px; line-height: 1; cursor: pointer;
}

.paymodal__step{ display:none; }
.paymodal__step.is-active{ display:block; }

.paymodal__grid{
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 24px;
  align-items: start;
}

.paymodal__side{ display:flex; flex-direction:column; gap: 16px; }
.paymodal__input, .paymodal__textarea{
  width: 100%;
  border: 1px solid rgb(var(--color-black-rgb) / 0.08);
  border-radius: 14px;
  padding: 18px 18px;
  font: inherit;
}

.paymodal__textarea{ min-height: 190px; resize: vertical; }

.paymodal__paybox{
  border: 1px solid rgb(var(--color-black-rgb) / 0.08);
  border-radius: 18px;
  padding: 18px;
}

.paymodal__seg{ display:flex; gap: 10px; padding: 8px; border-radius: 16px; border:1px solid rgb(var(--color-black-rgb) / 0.06); }
.paymodal__segbtn{
  flex: 1;
  border: 0;
  border-radius: 14px;
  padding: 12px 14px;
  background: transparent;
  cursor: pointer;
}
.paymodal__segbtn.is-active{
  background: var(--color-teal);
  color: var(--color-white);
}

.paymodal__radios{ display:flex; gap: 18px; flex-wrap: wrap; margin-top: 12px; }
.paymodal__radio{ display:flex; gap: 10px; align-items:center; }

.payment-block{ display:none; margin-top: 0px; }
.payment-block.active{ display:block; }


.paymodal__priceOld{ opacity: .55; margin-top: 4px; }

.paymodal__timer{
  display:flex; align-items:center; gap: 10px;
  margin-top: 14px;
}
.paymodal__timer .countdown > div,
.paymodal__timer .countdown-full > div{
  border: 1px solid rgb(var(--color-black-rgb) / 0.08);
  border-radius: 12px;
  padding: 8px 10px;
}

.paymodal__submit{
  margin-top: 16px;
  width: 280px;
  height: 56px;
  justify-self: center;
  border: 0;
  border-radius: 14px;
  background: var(--color-teal);
  color: var(--color-white);
  cursor: pointer;
}

@media (max-width: 1024px){
  .paymodal__grid{ grid-template-columns: 1fr; }
}


.paymodal.is-submitting { pointer-events: none; }
.paymodal.is-submitting .paymodal__dialog { pointer-events: auto; }

.paymodal.is-submitting::after{
  content:"";
  position:fixed; inset:0;
  background:rgb(var(--color-black-rgb) / 0.25);
  z-index:9998;
}

.paymodal.is-submitting::before{
  content:"Обработка…";
  position:fixed;
  left:50%; top:50%;
  transform:translate(-50%,-50%);
  z-index:9999;

  padding:12px 16px;
  border-radius:12px;
  background:var(--color-white);
  color:var(--color-ink-800);
  font-weight:600;
  box-shadow:0 10px 30px rgb(var(--color-black-rgb) / 0.18);
}
/* step2 поверх, step1 остаётся живым */
.paymodal.is-step2-soft .paymodal__step--2{
  display: block !important;
}

.paymodal.is-step2-soft .paymodal__step--1{
  opacity: 0;
  pointer-events: none;
}

/* если у step2 нет позиционирования — подстрахуем */
.paymodal .paymodal__step--2{
  display: none;
}
.paymodal.is-step2-soft .paymodal__step--2{
  position: absolute;
  inset: 0;
  z-index: 5;
}

/* step2 поверх, step1 живой (не display:none) */
/* .paymodal.is-step2-soft { position: relative; } */

.paymodal .paymodal__step--2 { display: none; }
.paymodal.is-step2-soft .paymodal__step--2{
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 5;
}

/* step1 не прячем, только делаем "невидимым" */
.paymodal.is-step2-soft .paymodal__step--1{
  opacity: 0;
  pointer-events: none;
}
/* FIX STEP2: remove any "soft overlay" behavior */
.paymodal.is-step2-soft .paymodal__step--2{
  position: static !important;
  inset: auto !important;
  height: auto !important;
  z-index: auto !important;
}

/* базовая логика шагов */
.paymodal__step{ display:none; }
.paymodal__step.is-active{ display:block; }
.paymodal__step--2{ display:none; }

/* step2 overlay */
.paymodal.is-step2-soft .paymodal__step--2{
  display:block !important;
  position:static !important;  /* ключ */
  inset:auto !important;       /* чтобы не пыталось растянуть */
  z-index:auto !important;
}


/* КЛЮЧЕВОЕ: держим высоту диалога через шаг 1 (он остаётся в потоке) */
.paymodal.is-step2-soft .paymodal__step--1{
  display:block !important;     /* <- не даём схлопнуться */
  visibility:hidden;            /* <- визуально скрыли */
  pointer-events:none;
}

@media (max-width: 1024px) {
  .paymodal__grid > :nth-child(1) { order: 2; }
  .paymodal__grid > :nth-child(2) { order: 1; }
}

@media (max-width: 767px) {
  .paymodal__grid > :nth-child(1) { order: 2; }
  .paymodal__grid > :nth-child(2) { order: 1; }
}

/* === STEP2: реально оверлей и по центру === */


/* step1 оставляем в потоке, но прячем */
.paymodal.is-step2-soft .paymodal__step--1{
  display: block !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* step2 поверх и центрируем */
.paymodal.is-step2-soft .paymodal__step--2.is-active{
  display: flex !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 10 !important;

  justify-content: center;
  align-items: start;

  padding: 32px;
  box-sizing: border-box;

  flex-direction: column;
}

/* чтобы контент не растягивался на весь белый лист */
.paymodal.is-step2-soft .paymodal__thx{
  width: min(720px, 100%);
}

/* FIX: step2 NOT absolute */
.paymodal.is-step2-soft .paymodal__step--2{
  display:block !important;
  position:static !important;
}
.paymodal.is-step2-soft .paymodal__step--1{
  opacity:0;
  pointer-events:none;
}


.col-blue{
  background: var(--color-blue-deep);
  color: var(--color-white);
}

.col-black{
  background: var(--color-ink-850);
  color:var(--color-white);
}

.block-variant-1-active, .block-variant-2-active, .block-variant-3-active {
    gap: 23px;
    flex-direction: column;
    display: FLEX;
}

.star{
  position: absolute;
  z-index: -1;
}

.star-1 {
  bottom: -50px;
  left: -10px;
}

.star-2 {
    top: -140px;
    right: 20px;
}

.star-3 {
    z-index: -1;
    top: -40px;
    left: -50px;
}
@media (max-width: 768px){
  .distance-xxs{
    padding-top: 0;
  }
  .star{
    display: none;
  }
}

/* ===== payModalBasic / desktop scroll fix ===== */
.paymodal {
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
}

.paymodal__dialog {
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

/* чтобы крестик не уезжал при скролле контента */
.paymodal__close {
  position: sticky;
  top: 0;
  margin-left: auto;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media (max-width: 767px) {
  .paymodal {
    padding: 12px;
  }

  .paymodal__dialog {
    max-height: calc(100vh - 24px);
  }
}

@media (max-width: 767px) {
    .paymodal__scrollhint {
        width: 320px;
        position: relative;
    }
}
/* NEW PAYMENT BLOCK */


/* =========================
   PAYMODAL HARD FIX
   ДОБАВИТЬ В САМЫЙ КОНЕЦ CSS
========================= */

#payModalBasic.paymodal,
#payModalTrainer.paymodal,
#payModalTransBasic.paymodal,
#payModalTransTrainer.paymodal,
#payModalb2b.paymodal{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  padding: 0;
  overflow: hidden;
}

#payModalBasic.paymodal.is-open,
#payModalTrainer.paymodal.is-open,
#payModalTransBasic.paymodal.is-open,
#payModalTransTrainer.paymodal.is-open,
#payModalb2b.paymodal.is-open{
  display: block;
}

#payModalBasic .paymodal__overlay,
#payModalTrainer .paymodal__overlay,
#payModalTransBasic .paymodal__overlay,
#payModalTransTrainer .paymodal__overlay,
#payModalb2b .paymodal__overlay{
  position: absolute;
  inset: 0;
  background: rgb(var(--color-black-rgb) / 0.58);
}

#payModalBasic .paymodal__dialog,
#payModalTrainer .paymodal__dialog,
#payModalTransBasic .paymodal__dialog,
#payModalTransTrainer .paymodal__dialog,
#payModalb2b .paymodal__dialog{
  position: relative;
  z-index: 2;
  width: min(1100px, calc(100% - 32px));
  max-height: min(88vh, calc(100dvh - 32px));
  margin: 16px auto;
  padding: 32px;
  border-radius: 24px;
  background: var(--color-white);
  box-shadow: 0 30px 80px rgb(var(--color-black-rgb) / 0.25);

  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

#payModalBasic .paymodal__close,
#payModalTrainer .paymodal__close,
#payModalTransBasic .paymodal__close,
#payModalTransTrainer .paymodal__close,
#payModalb2b .paymodal__close{
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 20;
}

#payModalBasic .paymodal__head,
#payModalTrainer .paymodal__head,
#payModalTransBasic .paymodal__head,
#payModalTransTrainer .paymodal__head,
#payModalb2b .paymodal__head{
  padding-right: 44px;
  margin-bottom: 18px;
}

#payModalBasic .paymodal__grid,
#payModalTrainer .paymodal__grid,
#payModalTransBasic .paymodal__grid,
#payModalTransTrainer .paymodal__grid,
#payModalb2b .paymodal__grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 24px;
  align-items: start;
}

#payModalBasic .paymodal__form,
#payModalBasic .btn-2026,
#payModalBasic #form_242368_1,
#payModalTrainer .paymodal__form,
#payModalTrainer .btn-2026,
#payModalTrainer #form_242368_1,
#payModalTransBasic .paymodal__form,
#payModalTransBasic .btn-2026,
#payModalTransBasic #form_242368_1,
#payModalTransTrainer .paymodal__form,
#payModalTransTrainer .btn-2026,
#payModalTransTrainer #form_242368_1,
#payModalb2b .paymodal__form,
#payModalb2b .btn-2026,
#payModalb2b #form_242368_1{
  min-width: 0;
}

#payModalBasic .paymodal__side,
#payModalTrainer .paymodal__side,
#payModalTransBasic .paymodal__side,
#payModalTransTrainer .paymodal__side,
#payModalb2b .paymodal__side{
  margin-top: 0;
  min-width: 0;
  position: sticky;
  top: 0;
  align-self: start;
}

#payModalBasic .paymodal__seg,
#payModalTrainer .paymodal__seg,
#payModalTransBasic .paymodal__seg,
#payModalTransTrainer .paymodal__seg,
#payModalb2b .paymodal__seg{
  width: auto;
  max-width: 100%;
}

#payModalBasic .paymodal__seg-btn,
#payModalTrainer .paymodal__seg-btn,
#payModalTransBasic .paymodal__seg-btn,
#payModalTransTrainer .paymodal__seg-btn,
#payModalb2b .paymodal__seg-btn{
  flex: 1 1 0;
  min-width: 0;
}

#payModalBasic .paymodal__radrow,
#payModalTrainer .paymodal__radrow,
#payModalTransBasic .paymodal__radrow,
#payModalTransTrainer .paymodal__radrow,
#payModalb2b .paymodal__radrow{
  gap: 10px 14px;
}

#payModalBasic .paymodal__label--mt,
#payModalTrainer .paymodal__label--mt,
#payModalTransBasic .paymodal__label--mt,
#payModalTransTrainer .paymodal__label--mt,
#payModalb2b .paymodal__label--mt{
  font-size: 15px;
  line-height: 1.55;
}

#payModalBasic .payment-block,
#payModalTrainer .payment-block,
#payModalTransBasic .payment-block,
#payModalTransTrainer .payment-block,
#payModalb2b .payment-block{
  margin-top: 20px;
}

#payModalBasic .paymodal__priceMain,
#payModalTrainer .paymodal__priceMain,
#payModalTransBasic .paymodal__priceMain,
#payModalTransTrainer .paymodal__priceMain,
#payModalb2b .paymodal__priceMain{
  word-break: break-word;
}

#payModalBasic iframe[src*="formdesigner"],
#payModalTrainer iframe[src*="formdesigner"],
#payModalTransBasic iframe[src*="formdesigner"],
#payModalTransTrainer iframe[src*="formdesigner"],
#payModalb2b iframe[src*="formdesigner"]{
  display: block;
  width: 100% !important;
  max-width: 100%;
  border: 0;
}

/* step 2 — нормальный поток, без absolute/fixed каши */
#payModalBasic .paymodal__step,
#payModalTrainer .paymodal__step,
#payModalTransBasic .paymodal__step,
#payModalTransTrainer .paymodal__step,
#payModalb2b .paymodal__step{
  display: none;
}

#payModalBasic .paymodal__step.is-active,
#payModalTrainer .paymodal__step.is-active,
#payModalTransBasic .paymodal__step.is-active,
#payModalTransTrainer .paymodal__step.is-active,
#payModalb2b .paymodal__step.is-active{
  display: block;
}

#payModalBasic .paymodal__step--2,
#payModalTrainer .paymodal__step--2,
#payModalTransBasic .paymodal__step--2,
#payModalTransTrainer .paymodal__step--2,
#payModalb2b .paymodal__step--2{
  position: static !important;
  inset: auto !important;
  height: auto !important;
  overflow: visible !important;
}

#payModalBasic.is-step2-soft .paymodal__step--1,
#payModalTrainer.is-step2-soft .paymodal__step--1,
#payModalTransBasic.is-step2-soft .paymodal__step--1,
#payModalTransTrainer.is-step2-soft .paymodal__step--1,
#payModalb2b.is-step2-soft .paymodal__step--1{
  display: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

#payModalBasic.is-step2-soft .paymodal__step--2.is-active,
#payModalTrainer.is-step2-soft .paymodal__step--2.is-active,
#payModalTransBasic.is-step2-soft .paymodal__step--2.is-active,
#payModalTransTrainer.is-step2-soft .paymodal__step--2.is-active,
#payModalb2b.is-step2-soft .paymodal__step--2.is-active{
  display: block !important;
}

/* ---------- TABLET ---------- */
@media (max-width: 1024px){
  #payModalBasic .paymodal__dialog,
  #payModalTrainer .paymodal__dialog,
#payModalTransBasic .paymodal__dialog,
#payModalTransTrainer .paymodal__dialog,
  #payModalb2b .paymodal__dialog{
    width: calc(100% - 24px);
    max-height: calc(100dvh - 24px);
    margin: 12px auto;
    padding: 24px;
    border-radius: 22px;
  }

  #payModalBasic .paymodal__grid,
  #payModalTrainer .paymodal__grid,
#payModalTransBasic .paymodal__grid,
#payModalTransTrainer .paymodal__grid,
  #payModalb2b .paymodal__grid{
    grid-template-columns: 1fr;
  }

  #payModalBasic .paymodal__grid > :nth-child(1),
  #payModalTrainer .paymodal__grid > :nth-child(1),
#payModalTransBasic .paymodal__grid > :nth-child(1),
#payModalTransTrainer .paymodal__grid > :nth-child(1),
  #payModalb2b .paymodal__grid > :nth-child(1){
    order: 2;
  }

  #payModalBasic .paymodal__grid > :nth-child(2),
  #payModalTrainer .paymodal__grid > :nth-child(2),
#payModalTransBasic .paymodal__grid > :nth-child(2),
#payModalTransTrainer .paymodal__grid > :nth-child(2),
  #payModalb2b .paymodal__grid > :nth-child(2){
    order: 1;
  }

  #payModalBasic .paymodal__side,
  #payModalTrainer .paymodal__side,
#payModalTransBasic .paymodal__side,
#payModalTransTrainer .paymodal__side,
  #payModalb2b .paymodal__side{
    position: static;
    top: auto;
  }
}

/* ---------- MOBILE ---------- */
@media (max-width: 767px){
  #payModalBasic.paymodal,
  #payModalTrainer.paymodal,
#payModalTransBasic.paymodal,
#payModalTransTrainer.paymodal,
  #payModalb2b.paymodal{
    padding: 0;
  }

  #payModalBasic .paymodal__dialog,
  #payModalTrainer .paymodal__dialog,
#payModalTransBasic .paymodal__dialog,
#payModalTransTrainer .paymodal__dialog,
  #payModalb2b .paymodal__dialog{
    width: auto;
    height: 90dvh;
    max-height: 100dvh;
    margin: 0;
    border-radius: 0;
    padding: 48px 16px 22px;
    box-shadow: none;
  }

  #payModalBasic .paymodal__close,
  #payModalTrainer .paymodal__close,
#payModalTransBasic .paymodal__close,
#payModalTransTrainer .paymodal__close,
  #payModalb2b .paymodal__close{
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    font-size: 24px;
  }

  #payModalBasic .paymodal__head,
  #payModalTrainer .paymodal__head,
#payModalTransBasic .paymodal__head,
#payModalTransTrainer .paymodal__head,
  #payModalb2b .paymodal__head{
    padding-right: 38px;
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: -.5px;
  }

  #payModalBasic .paymodal__grid,
  #payModalTrainer .paymodal__grid,
#payModalTransBasic .paymodal__grid,
#payModalTransTrainer .paymodal__grid,
  #payModalb2b .paymodal__grid{
    gap: 16px;
  }

  #payModalBasic .paymodal__side,
  #payModalTrainer .paymodal__side,
#payModalTransBasic .paymodal__side,
#payModalTransTrainer .paymodal__side,
  #payModalb2b .paymodal__side{
    padding: 16px;
    border-radius: 18px;
  }

  #payModalBasic .paymodal__label,
  #payModalTrainer .paymodal__label,
#payModalTransBasic .paymodal__label,
#payModalTransTrainer .paymodal__label,
  #payModalb2b .paymodal__label{
    font-size: 16px;
    line-height: 1.45;
  }

  #payModalBasic .paymodal__seg,
  #payModalTrainer .paymodal__seg,
#payModalTransBasic .paymodal__seg,
#payModalTransTrainer .paymodal__seg,
  #payModalb2b .paymodal__seg{
    padding: 4px;
    border-radius: 12px;
  }

  #payModalBasic .paymodal__seg-btn,
  #payModalTrainer .paymodal__seg-btn,
#payModalTransBasic .paymodal__seg-btn,
#payModalTransTrainer .paymodal__seg-btn,
  #payModalb2b .paymodal__seg-btn{
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.2;
  }

  #payModalBasic .paymodal__radrow,
  #payModalTrainer .paymodal__radrow,
#payModalTransBasic .paymodal__radrow,
#payModalTransTrainer .paymodal__radrow,
  #payModalb2b .paymodal__radrow{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
    align-items: start;
  }

  #payModalBasic .paymodal__radio,
  #payModalTrainer .paymodal__radio,
#payModalTransBasic .paymodal__radio,
#payModalTransTrainer .paymodal__radio,
  #payModalb2b .paymodal__radio{
    font-size: 14px;
    line-height: 1.35;
    align-items: center;
  }

  #payModalBasic .paymodal__small,
  #payModalTrainer .paymodal__small,
#payModalTransBasic .paymodal__small,
#payModalTransTrainer .paymodal__small,
  #payModalb2b .paymodal__small{
    font-size: 14px;
    line-height: 1.4;
  }

  #payModalBasic .paymodal__priceMain,
  #payModalTrainer .paymodal__priceMain,
#payModalTransBasic .paymodal__priceMain,
#payModalTransTrainer .paymodal__priceMain,
  #payModalb2b .paymodal__priceMain{
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.5px;
  }

  #payModalBasic .paymodal__thx p,
  #payModalTrainer .paymodal__thx p,
#payModalTransBasic .paymodal__thx p,
#payModalTransTrainer .paymodal__thx p,
  #payModalb2b .paymodal__thx p{
    font-size: 16px;
    line-height: 1.55;
  }

  #payModalBasic .paymodal__thx-b,
  #payModalTrainer .paymodal__thx-b,
#payModalTransBasic .paymodal__thx-b,
#payModalTransTrainer .paymodal__thx-b,
  #payModalb2b .paymodal__thx-b{
    font-size: 20px !important;
    line-height: 1.35 !important;
    letter-spacing: -.5px;
  }

  #payModalBasic .paymodal__tg,
  #payModalTrainer .paymodal__tg,
#payModalTransBasic .paymodal__tg,
#payModalTransTrainer .paymodal__tg,
  #payModalb2b .paymodal__tg{
    gap: 12px;
  }

  #payModalBasic .paymodal__tgText,
  #payModalTrainer .paymodal__tgText,
#payModalTransBasic .paymodal__tgText,
#payModalTransTrainer .paymodal__tgText,
  #payModalb2b .paymodal__tgText{
    min-width: 0;
  }

  #payModalBasic .paymodal__tgBtn,
  #payModalTrainer .paymodal__tgBtn,
#payModalTransBasic .paymodal__tgBtn,
#payModalTransTrainer .paymodal__tgBtn,
  #payModalb2b .paymodal__tgBtn{
    flex: 1 1 auto;
    width: 100%;
    min-height: 64px;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 18px;
    line-height: 1.3;
  }

  #payModalBasic .paymodal__tgBtn-title,
  #payModalTrainer .paymodal__tgBtn-title,
#payModalTransBasic .paymodal__tgBtn-title,
#payModalTransTrainer .paymodal__tgBtn-title,
  #payModalb2b .paymodal__tgBtn-title{
    text-align: left;
  }

  #payModalBasic .paymodal__tgBtn-ico svg,
  #payModalTrainer .paymodal__tgBtn-ico svg,
#payModalTransBasic .paymodal__tgBtn-ico svg,
#payModalTransTrainer .paymodal__tgBtn-ico svg,
  #payModalb2b .paymodal__tgBtn-ico svg{
    width: 44px;
    height: 44px;
  }
}

/* formdesigner safety */
@media (max-width: 767px){
  
  #payModalBasic #form_242368_1,
  #payModalBasic #form_242368_1 > div,
  #payModalBasic #form_242368_1 iframe,
  #payModalTrainer #form_242368_1,
  #payModalTrainer #form_242368_1 > div,
  #payModalTrainer #form_242368_1 iframe,
#payModalTransBasic #form_242368_1,
#payModalTransBasic #form_242368_1 > div,
#payModalTransBasic #form_242368_1 iframe,
#payModalTransTrainer #form_242368_1,
#payModalTransTrainer #form_242368_1 > div,
#payModalTransTrainer #form_242368_1 iframe,
  #payModalb2b #form_242368_1,
  #payModalb2b #form_242368_1 > div,
  #payModalb2b #form_242368_1 iframe{
    max-width: 100% !important;
  }
}

.countdown{
  display: none !important;
}


@media (max-width: 390px){
  .info__main-content-left-row-item{
    width: auto;
  }
/*   .acc-btn{
    padding: 5px;
  } */
  .options__right-card {
        height: 900px;
        gap: 18px;
  }
}

/* 19. Post-Hero Section Start */
.post-hero{
  padding-top: 200px;
  padding-bottom: 120px;
}

.post-hero__wrap{
  display: flex;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
  justify-content: space-between;
}

.post-hero__col-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.post-hero__col-header{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;
}

.post-hero__col-uptitle{
  display: flex;
  align-items: center;
  gap: 15px;
}

.post-hero__col-uptitle-ico{
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 21px;
  background: var(--color-black);
}

.post-hero__col-uptitle p{
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 17.5px */
  text-transform: uppercase;
}

.post-hero__col-title{
  color: var(--color-black);
  font-family: var(--font-accent);
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 68.75px */
}

.post-hero__col-subtitle{
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 31px */
  width: 508px;
}

.post-hero__col-right{
  display: flex;
  width: 500px;
  flex-direction: column;
  align-items: flex-start;
  gap: 54px;
}

.post-hero__col-right-item{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.post-hero__col-right-item-title{
  color: var(--color-black);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 36.25px */
  letter-spacing: -1px;
}

.post-hero__col-right-item-subtitle{
  color: var(--color-text-muted);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 23.25px */
}

@media (max-width: 991px){
  .post-hero{
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .post-hero__wrap{
    flex-direction: column;
    gap: 42px;
  }

  .post-hero__col-left,
  .post-hero__col-right{
    width: 100%;
  }

  .post-hero__col-title{
    font-size: 44px;
  }

  .post-hero__col-subtitle{
    width: auto;
  }

  .post-hero__col-right{
    gap: 34px;
  }
}

.btn-mob-gr{
  display: none;
}

@media (max-width: 767px){
  .post-hero{
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .post-hero__wrap{
    gap: 10px;
  }

  .post-hero__col-left{
    gap: 22px;
  }

  .post-hero__col-header{
    gap: 16px;
  }

  .post-hero__col-title{
    font-size: 45px;
    line-height: 1.1;
  }

  .post-hero__col-subtitle{
    font-size: 18px;
  }

  .post-hero__col-brn-group{
    width: 100%;
  }

  .post-hero__col-brn-group .btn{
    display: none;
    width: auto;
  }

  .post-hero__col-right{
    gap: 28px;
  }

  .post-hero__col-right-item{
    gap: 8px;
  }

  .post-hero__col-right-item-title{
    font-size: 22px;
    line-height: 135%;
    letter-spacing: 0;
  }

  .btn-mob-gr{
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .program{
    padding-top: 50px;
  }
  .cal-item-special{
    height: auto;
  }
}
/* 19. Post-Hero Section End */


/* =================================== */
/* =================================== */
/* =================================== */
/* Danylo Oliinyk - https://iamdev.lol/ */
/* =====MAY 2026 For Statoplan =====*/
/* =================================== */
/* =================================== */
/* =================================== */
