.main-page .schedule__container {
  max-width: 75rem;
}

.schedule__list {}

.main-page .schedule__item {
  grid-template-columns: 1fr .6fr .4fr;
  align-items: center;
  padding-block: 3.25rem;
}



.schedule__column {}

.main-page .schedule__name {
  color: #FFF;
  font-family: Lato;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: 4.6px;
  text-transform: uppercase;
  padding-left: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media(min-width:97.5em) {
  .main-page .schedule__name {
    font-size: 1.8125rem
  }
}

@media(min-width:20em)and (max-width:97.5em) {
  .main-page .schedule__name {
    font-size: clamp(1.125rem, .9475806452rem + .8870967742vw, 1.8125rem)
  }
}

@media(max-width:20em) {
  .main-page .schedule__name {
    font-size: 1.125rem
  }
}

.schedule__name.title--decor-mod::before {
  left: 1.9375rem;
}

.title--decor-mod {}

.main-page .schedule__flags {
  display: flex;
  justify-content: flex-end;
  gap: 1.625rem;
}

.main-page .schedule__flags img {
  max-width: 4.1875rem;
  width: 100%;
}

.main-page .schedule__number-cityes {
  color: #FFF;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
  /* 283.333% */
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.1875rem;
}

/* //======================================================================================================================================================== */
.secondary .hero {
  position: relative;
}

.secondary .hero::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 57.29%, #0B1A34 84.22%) center/cover no-repeat;
}

.secondary .hero__container {
  position: relative;
  z-index: 3;
}

.secondary .hero__arrow {
  display: none;
}

.ibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ======================================================================================================================================================== */

.schedule__container {
  max-width: 80.5rem;
}

.schedule__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.schedule__item {
  grid-template-columns: .4fr .8fr 1fr;
}

.secondary-box__ticket {
  z-index: inherit;
}

.secondary-box__ticket-body {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #F5F5F5;
  color: #0B1A34;
  padding: 16px 35px 90px;
  border-radius: 20px 20px 0 0;
  transition: opacity 0.3s ease,
    overflow 0.3s ease;
  opacity: 0;
  overflow: hidden;
}

.secondary-box__ticket-title {
  color: #0B1A34;
  text-align: center;
  font-family: Lato;
  font-size: 15.135px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.secondary-box__ticket-inner {
  display: grid;
  align-items: start;
  gap: 8px;
}

.secondary-box__ticket-button {
  border: 1px solid #CCC;
  padding: 10px;
  display: flex;
  justify-content: center;
}

@media (max-width:767.8px) {

  .secondary .hero__arrow {
    display: block;
    height: 36px;
    z-index: 1;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    text-wrap: nowrap;
  }
}

@media(max-width:991.8px) {
  .schedule__item {
    align-items: center;
  }

  .schedule__item {
    grid-template-columns: .6fr .8fr .4fr;
  }

  .schedule__buttons {
    flex-direction: column;
  }

  .main-page .schedule__item {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-block: 1.5625rem;
  }

  .schedule__name.title--decor-mod {
    padding-top: 40px;
    padding-left: 0;
    padding-bottom: 0px;
  }

  .main-page .schedule__flags {
    margin-bottom: 40px;
  }

  .schedule__name.title--decor-mod::before {
    top: 0;
    left: 50%;
    width: 2.8125rem;
    height: 5.625rem;
  }
}

.about__btn-wrap a {
  z-index: 5;
}

.hero__arrow {
  z-index: 5;
}

.schedule__body {
  margin-bottom: 80px;
}

.schedule_p {
  font-size: 45px;
  line-height: 148%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}

.about-v2__accent {
  font-weight: 400;
  font-size: 32px;
  line-height: 134%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-v2__accent span {
  font-weight: 900;
}

/* new box */

.about-v2__container {
  max-width: 80.5rem;
}

.new-box__title {
  font-size: 32px;
  line-height: 1.34;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin-bottom: 47px;
  max-width: 500px;
}

.new-box__title span {
  font-weight: 900;
}

.new-box__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.new-box__item {
  border-radius: 15px;
  padding: 1.5px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.gradient-border {
  padding: 19px 27px;
  border-radius: 15px;
  background: #0B1A34;
  height: 100%;
}

.gradient-border::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(202, 128, 0, 0.15) 0%, #88C1C3 51.06%, rgba(202, 128, 0, 0.15) 92.71%);
}


.new-box__number {
  color: #88C1C3;
  font-family: Lora;
  font-size: 28px;
  line-height: 1.28;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.new-box__caption {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.84;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 8px;
}


.new-box__text {
  font-size: 18px;
  line-height: 1.94;
}

.new-box__text span {
  color: #88C1C3;
}

.new-box__buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 32px;
}

.new-box__slider {
  margin-top: 30px;
  display: none;
}

.new-text-block {
  margin-top: 115px;
}

.new-text-block__title {
  max-width: 600px;
  text-align: center;
  font-size: 32px;
  line-height: 1.34;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 65px;
}

.new-text-block__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}

.new-text-block__col {
  font-size: 18px;
  line-height: 1.94;
}

.new-text-block__col p {
  margin-bottom: 20px;
}


.new-box__images-mobile {
  margin-top: 40px;
}

.hero__text-box {
  margin-top: 119px;
}

.secondary-pl .hero {
  min-height: 550px;
}

.secondary-pl .schedule {
  padding-top: 0;
}

@media (max-width:767.8px) {

  .secondary-pl .hero {
    min-height: 400px;
  }

  .secondary-pl .hero__subtitle::before,
  .hero__title::before {
    background-color: initial;

  }

  .hero__text-box {
    margin-top: 34px;
  }

  .hero__text-box.title.title--decor-mod {
    padding-top: 2.0625rem;
  }

  .about-v2__accent {
    font-size: 20px;
  }

  .new-box__caption {
    font-size: 14px;
  }

  .new-box__text {
    font-size: 16px;
  }

  .new-text-block {
    margin-top: 33px;
  }

  .new-text-block__row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .schedule_p {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.1em;
  }

  .new-box__list {
    display: none;
  }

  .new-box__slider {
    display: block;
  }
}
