.auditions-separator-gold {
    /* Це обов'язково для відображення лінії */
    border-bottom: 1px solid #d7b674;

    /* Це обов'язково, щоб елемент займав місце */
    display: block;
    width: 100%;

    /* Це для відступів */
    padding-block-end: 10px;
    margin-block-end: 28px;
}

/*
   Це правило застосовується ЛИШЕ до сторінки з ID 2561
*/
.page-id-2561 .auditions-information-hero__concerts-item:not(:last-child) {

    margin-bottom: 0.0rem !important; /* Наприклад, 1.5rem або 20px */
}

/* ==============================================================
   ВИПРАВЛЕННЯ: ВІДНОВЛЕННЯ СТИЛІВ СПИСКІВ ДЛЯ RICH_TEXT ПОЛІВ
   ============================================================== */

/* Ці стилі застосовуються до будь-яких UL або OL, що генеруються
   з rich_text всередині опису вимог */
.auditions-information-hero__concerts-descr ul,
.auditions-information-hero__concerts-descr ol {
    /* Відновлює стандартний відступ зліва для списків (20px-25px є типовим) */
    padding-left: 25px;

    /* Додає невеликий вертикальний відступ над списком для кращої читабельності */
    margin-top: 10px;
    margin-bottom: 10px;

    /* Гарантує, що маркери будуть видимими */
    list-style-position: outside;
}

/* Стилі для маркованих списків (точки/кружечки) */
.auditions-information-hero__concerts-descr ul {
    list-style-type: disc;
}

/* Стилі для нумерованих списків (1, 2, 3...) */
.auditions-information-hero__concerts-descr ol {
    list-style-type: decimal;
}

/* Гарантуємо, що кожен елемент списку має невеликий вертикальний відступ */
.auditions-information-hero__concerts-descr li {
    margin-bottom: 5px;
}


/* Новая страница Rising talent*/


.page.is-white {
  background: #fff;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 8px;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
  padding: 8px 12px;
  margin: 0;
  margin-top: 12px;
}


.popup__container.sended .popup-form__body{
  display: none;
}

.popup__container.sended .popup-form__success{
  display: block;
}

.popup-form__checkbox .wpcf7-list-item{
  margin: 0;
  display: block;
}

.popup-form__checkbox .wpcf7-list-item-label {
  display: flex;
  align-items: flex-start;
  width: fit-content;
}

.popup-form__checkbox .popup-form__checkbox-icon {
  margin-right: 12px;
}


.popup-form__checkbox .popup-form__checkbox-input:checked + .wpcf7-list-item-label .popup-form__checkbox-icon::before {
  opacity: 1;
}

.popup form br{
  display: none;
}

.hero-ballet {
  h1 {
    font-size: 80px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 400;
    max-width: 700px;
    margin-bottom: 16px;
  }
  .about-us-hero__text {
    p {
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 16px;
      &:last-child {
        margin-bottom: 0;
      }
    }
  }
}


.ballet {
  h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
  }
  h3 {
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
  }
  h4 {
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
  }
  h2, h3, h4 {
    color: #000
  }
}

.ballet__box {
  margin-bottom: 112px;
  &:last-child {
    margin-bottom: 0;
  }
}

.ballet__row {
  display: flex;
  align-items: center;
}

.ballet__row--start {
  align-items: flex-start;
}

.ballet__item {
  width: 50%;
}

.ballet__seo {
  h2 {
    margin-bottom: 18px;
  }
  h3 {
    margin-bottom: 16px;
  }
  h4 {
    margin-bottom: 8px;
  }
  p, ul, ol {
    margin-bottom: 16px;
    &:last-child {
      margin-bottom: 0;
    }
  }
  p, li {
    font-size: 18px;
    line-height: 1.2;
    color: #000;
  }
  ul {
    padding-left: 20px;
    li {
      list-style: disc;
    }
  }
  ol {
    padding-left: 20px;
    li {
      list-style: decimal;
    }
  }
}

.ballet__content {
  padding-right: 40px;
}

.ballet__info {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: auto auto;
  gap: 20px;
}

.ballet__info-item {
  background: #f7f7f7;
  padding: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.ballet__info-item:first-child {
  grid-column: 1;
  grid-row: 1 / 3;
}


.ballet__programm {
  background: #000;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 32px;
  padding: 40px;
  > h3 {
    width: 100%;
    max-width: 260px;
    text-transform: uppercase;
    color: #fff;
  }
}


.ballet__programm-content {
  width: 100%;
  max-width: 54%;
  p, li, h2, h3, h4 {
    color: #fff;
  }
}

.ballet__programm-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  max-width: 39%;
}


.ballet__join {
  border: 1px solid #b50023;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 100px;
}

.ballet__join-img {
  width: 100%;
  max-width: 512px;
  img {
    display: block;
    width: 100%;
  }
}


.ballet__join-content .btn-gold {
  margin-top: 20px;
  width: 100%;
  max-width: 300px;
}


.ballet__socials-title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 16px;
}


.popup-join {
  .popup-form__content {
    display: block;
    margin-bottom: 16px;
  }
  .popup-form__container {
    border-radius: 0;
  }
  .popup-form__title {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
  }
  .popup-form__field {
    margin-bottom: 20px;
    &:last-child {
      margin-bottom: 0;
    }
  }
  .popup-form__submit {
    margin-left: 0;
    width: 100%;
    max-width: 146px;
    padding: 11px 24px;
    font-size: 20px;
  }
  .popup-form__checkbox {
    margin-top: 0;
    margin-bottom: 16px;
  }
  ._input {
    border: none;
    border-bottom: 1px solid #000;
    padding: 5px 14px;
    font-size: 16px;
    font-weight: 300;
    &::placeholder {
      color: #878787;
      font-size: 16px;
      font-weight: 300;
      text-transform: uppercase;
    }
    &:hover, &:focus  {
      border-color: #B50023;
    }
  }
}


@media (max-width: 1200px) {
  .ballet {
    h2 {
      font-size: 48px;
    }
    h3 {
      font-size: 36px;
    }
    h4 {
      font-size: 28px;
    }
    .ballet__seo {
      p, li {
        font-size: 16px;
        line-height: 1.4;
      }
    }
  }
  .ballet__box {
    margin-bottom: 88px;
  }
}


@media (max-width: 1023px) {
  .ballet__row {
    flex-direction: column;
    gap: 40px;
  }
  .ballet__item {
    width: 100%;
  }
  .ballet__content {
    padding-right: 0;
  }
  .ballet__join {
    padding: 32px;
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .ballet {
    h2 {
      font-size: 40px;
    }
  }
  .ballet__join {
    padding: 24px;
    flex-direction: column;
  }

  .ballet__join-img {
    max-width: 100%;
  }

  .ballet__info {
    display: block;
  }

  .ballet__info-item {
    margin-bottom: 20px;
    &:last-child {
      margin-bottom: 0;
    }
  }

  .ballet__join-content .btn-gold {
    max-width: 100%;
  }

  .hero-ballet {
    h1 {
      font-size: 40px;
    }
    .about-us-hero__text {
      p {
        font-size: 16px;
      }
    }
  }

  .ballet__socials-title {
    font-size: 18px;
  }


  .ballet__programm {
    padding: 26px 16px 16px;
    display: block;
    h3 {
      max-width: 100%;
    }
  }

  .ballet__programm-img {
    position: static;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .ballet__programm-content {
    max-width: 100%;
  }

}






