* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header_festival .links {
  display: flex;
  align-items: center;
  gap: 50px;
}

.header_festival .link {
  font-family: Montserrat;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.header_festival .menu-btn {
  display: none;
  filter: brightness(9);
}

.header_festival.white.fix {
  background: #fff;
}

.header_festival.white .logo img {
  filter: brightness(0);
}

.header_festival.white .link {
  color: #000;
}

.header_festival.white .menu-btn {
  filter: brightness(0);
}

.menu_festival .container {
  height: 100%;
}

.menu_festival .menu__links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 33px;
  width: 100%;
  height: 100%;
}

.menu_festival .menu__link {
  font-family: Montserrat;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.menu_festival.white {
  background: #fff;
}

.menu_festival.white .menu__link {
  color: #000;
}

.festival-banner {
  position: relative;
  width: 100%;
  height: 650px;
}

.festival-banner .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.festival-banner .image img {
  width: 100%;
  height: 100%;
  -o-object-position: 0 28%;
  object-position: 0 28%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s linear;
  transform: scale(1);
}

.festival-banner .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.festival-banner .title,
.festival-banner .text {
  color: #fff;
  text-align: center;
}

.festival-banner .title {
  margin-bottom: 10px;
}

.festival-banner .title::after {
  display: none !important;
}

.festival-banner .text {
  max-width: 600px;
  margin-bottom: 40px;
}

.festival-banner .btn {
  width: 250px;
}

.festival-banner:hover .image img {
  transform: scale(1.2);
}

.page-festival {
  overflow: hidden;
}

.page-festival .title {
  position: relative;
}

.page-festival .title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 30px);
  display: block;
  width: 530px;
  height: 2px;
  background: #D7B674;
}

.page-festival .block-1 {
  position: relative;
  background: url(/img/festival/img-1.png) no-repeat center/cover;
  width: 100%;
  height: 1080px;
}

.page-festival .block-1 .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 260px;
}

.page-festival .block-1 .title {
  color: #fff;
}

.page-festival .block-1 .title .icon,
.page-festival .block-1 .title .arrow-down {
  position: absolute;
  bottom: -200px;
  left: 17vw;
  background: transparent;
  border: none;
  cursor: pointer;
}

.page-festival .block-1 .title .icon {
  width: 24px;
  height: 24px;
  animation: icon-down 5s infinite;
}

@keyframes icon-down {
  0% {
    transform: translate(0, -5px);
  }

  50% {
    transform: translate(0, 5px);
  }

  100% {
    transform: translate(0, -5px);
  }
}

.page-festival .block-1 .title .icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-festival .block-1 .title .arrow-down {
  width: 50px;
  height: 50px;
}

.page-festival .block-1 .title .arrow-down span {
  display: block;
  width: 24px;
  height: 24px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  margin: -16px;
  margin-left: 13px;
  animation: arrow-down 4s infinite;
}

.page-festival .block-1 .title .arrow-down span:nth-child(2) {
  animation-delay: -0.4s;
}

.page-festival .block-1 .title .arrow-down span:nth-child(3) {
  animation-delay: -0.8s;
}

@keyframes arrow-down {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-10px, -10px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(10px, 10px);
  }
}

.page-festival .block-1 .bottom {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.page-festival .block-1 .bottom_mobile {
  display: none;
}

.page-festival .block-2 {
  width: 100%;
  position: relative;
}

.page-festival .block-2 .size-template {
  width: 100%;
}

.page-festival .block-2 .video {
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-festival .block-2 .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-mask: url("../img/festival/mask.svg") no-repeat center/100%;
  mask: url("../img/festival/mask.svg") no-repeat center/100%;
}

.page-festival .block-2 .container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.page-festival .block-2 .text {
  font-family: Montserrat;
  font-size: 36px;
  color: #fff;
  text-align: center;
  max-width: 720px;
}

.page-festival .block-2 .logo {
  width: 675px;
  max-width: auto;
  height: auto;
}

.page-festival .block-2 .logo img {
  width: 100%;
  height: 100%;
}

.page-festival .block-about {
  position: relative;
  width: 100%;
  padding-top: 100px;
  margin-bottom: 150px;
  background: #fff url(../img/wbc_second.svg) no-repeat right;
}

.page-festival .block-about .title {
  margin-bottom: 30px;
}

.page-festival .block-about .text {
  max-width: 530px;
}

.page-festival .block-about .text p {
  margin-bottom: 1.333em;
}

.page-festival .block-about .balleron {
  position: absolute;
}

.page-festival .block-about .balleron-1 {
  top: -32px;
  right: 150px;
  width: 493px;
  height: 1105px;
}

.page-festival .block-about .balleron-2 {
  top: 383px;
  right: 329px;
  width: 621px;
  height: 705px;
}

.page-festival .block-program {
  padding-top: 0;
}

.page-festival .block-program .title {
  margin-bottom: 90px;
}

.page-festival .block-program .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.page-festival .block-program .grid .item {
  position: relative;
  overflow: hidden;
  height: 36.5vw;
}

.page-festival .block-program .grid .item .image {
  position: relative;
  width: 100%;
  height: 100%;
}

.page-festival .block-program .grid .item .image__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.page-festival .block-program .grid .item .image__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.page-festival .block-program .grid .item .content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 60px;
}

.page-festival .block-program .grid .item .content__date {
  font-size: 36px;
  color: #fff;
  margin-bottom: 0px;
}

.page-festival .block-program .grid .item .content__date::after {
  right: calc(100% + 18px);
  background: #fff;
}

.page-festival .block-program .grid .item .content__text {
  color: #fff;
  margin-bottom: 20px;
}

.page-festival .block-program .grid .item .content__text .city {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

.page-festival .block-program .grid .item .content .btn {
  width: 220px;
  font-size: 20px;
  font-weight: 600;
  color: #D7B674;
  background: #fff;
  border-color: #fff;
}

.page-festival .block-program .grid .item .content .btn svg path {
  fill: #D7B674;
}

.page-festival .block-program .grid .item .content .btn::before {
  background: rgba(43, 43, 43, 0.1882352941);
}

.page-festival-single {
  font-family: Montserrat;
}

.page-festival-single p {
  margin-bottom: 0;
}

.page-festival-single .block-text {
  max-width: 800px;
  margin: 0 auto;
}

.page-festival-single .block-text .title {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 116.667%;
  line-height: normal;
  margin-bottom: 25px;
}

.page-festival-single .block-text .title .day {
  font-size: 24px;
}

.page-festival-single .block-text .text {
  font-family: Rubik;
  line-height: 150%;
}

.page-festival-single .block-text .text p:not(:last-child) {
  margin-bottom: 1em;
}

.page-festival-single .block-text .btns {
  display: flex;
  gap: 30px;
  margin-top: 39px;
}

.page-festival-single .block-text .btn {
  width: 250px;
}

.page-festival-single .block-1 {
  position: relative;
  height: 60.4193100115vw;
  margin-bottom: -15vw;
}

.page-festival-single .block-1 .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-mask: url("../img/festival/mask-3.svg") no-repeat center/cover;
  mask: url("../img/festival/mask-3.svg") no-repeat center/cover;
}

.page-festival-single .block-1 .absolute-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-festival-single .block-1 .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 330px;
}

.page-festival-single .block-1 .top {
  position: relative;
  padding: 0;
}

.page-festival-single .block-1 .date {
  text-transform: uppercase;
  color: #FFF;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 0px;
}

.page-festival-single .block-1 .text {
  color: #FFF;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 32px;
}

.page-festival-single .block-1 .text .city {
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
}

.page-festival-single .block-1 .btn {
  width: 250px;
}

.page-festival-single .block-1 .arrow {
  position: absolute;
  bottom: -60px;
  left: 3px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  animation: icon-down 5s infinite;
}

@keyframes icon-down {
  0% {
    transform: translate(0, -5px);
  }

  50% {
    transform: translate(0, 5px);
  }

  100% {
    transform: translate(0, -5px);
  }
}

.page-festival-single .block-1 .arrow svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-festival-single .block-1 .anchor {
  font-weight: 600;
  gap: 8px !important;
  width: auto !important;
  height: 35px;
  margin-right: auto;
}

.page-festival-single .block-1 .anchor:not(:last-child) {
  margin-bottom: 1em;
}

.page-festival-single .block-1 .anchor svg {
  width: 8px;
}

.page-festival-single .block-2 {
  position: relative;
  margin-bottom: -7.6vw;
  pointer-events: none;
}

.page-festival-single .block-2 .image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-festival-single .block-2 .image.mobile {
  display: none;
}

.page-festival-single .block-2 .absolute-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-festival-single .block-2 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 15px;
}

.page-festival-single .block-2 .block-text {
  pointer-events: all;
}

.page-festival-single .block-2 .image {
  position: absolute;
  height: 50%;
}

.page-festival-single .block-2 .image.desctop {
  display: none;
}

.page-festival-single .block-2 .image.mobile {
  display: block;
}

.page-festival-single .block-2 .image.up {
  top: 0;
  left: 0;
  -o-object-position: top;
  object-position: top;
}

.page-festival-single .block-2 .image.down {
  bottom: 0;
  left: 0;
  -o-object-position: bottom;
  object-position: bottom;
}

.page-festival-single .block-2 .absolute-container {
  position: relative;
}

.page-festival-single .block-2 .container {
  padding-top: 14vw;
  padding-bottom: 14vw;
}

.page-festival-single .block-row {
  display: flex;
}

.page-festival-single .block-row.even {
  margin-top: -15.1vw;
}

.page-festival-single .block-row.even > .image {
  order: 2;
}

.page-festival-single .block-row.even > .text {
  order: 1;
  padding-top: 15vw;
  padding-bottom: 0;
}

.page-festival-single .block-row > .image {
  width: 50%;
  height: 45.34vw;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-mask: url("../img/festival/mask-2-2.svg") no-repeat center/100%;
  mask: url("../img/festival/mask-2-2.svg") no-repeat center/100%;
}

.page-festival-single .block-row > .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 9.375vw;
  padding-right: 9.375vw;
  padding-bottom: 13vw;
}

.page-festival-single .block-row > .text .block-text {
  max-width: 100%;
}

.page-festival-single .block-row > .text .block-text .text {
  line-height: 127%;
}

.page-festival-single .block-event {
  padding-top: 25px;
  margin-bottom: 110px;
}

.page-festival-single .block-event .block-text .title {
  margin-bottom: 54px;
}

.page-festival-single .block-event .block-text .text {
  margin-bottom: 39px;
}

.page-festival-single .block-event .block-text .btns {
  margin-top: 0;
}

.page-festival-single .block-event .block-text .btn {
  width: 100%;
}

.page-festival-single_secondary {
  font-family: Montserrat;
}

.page-festival-single_secondary p {
  margin-bottom: 0;
}

.page-festival-single_secondary .block-image {
  width: 100%;
  height: 46.7289719626vw;
  margin-bottom: 30px;
}

.page-festival-single_secondary .block-image .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-festival-single_secondary .block-text {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.page-festival-single_secondary .block-text .title {
  color: #000;
  font-size: 60px;
  font-weight: 600;
  line-height: 116.667%;
  line-height: normal;
  margin-bottom: 5px;
}

.page-festival-single_secondary .block-text .title .day-yellow {
  font-size: 24px;
  color: #D7B674;
  margin-bottom: 7px;
}

.page-festival-single_secondary .block-text .title .day {
  font-size: 30px;
}

.page-festival-single_secondary .block-text .text {
  color: #000;
  font-family: Rubik;
  line-height: 150%;
}

.page-festival-single_secondary .block-text .text p:not(:last-child) {
  margin-bottom: 1em;
}

.page-festival-single_secondary .block-text .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 25px;
}

.page-festival-single_secondary .block-text .btn {
  flex: 1;
  width: auto;
}

.page-festival-single_secondary .block-event .block-text {
  margin-bottom: 125px;
}

.page-festival-single_secondary .block-event .block-text .title {
  margin-bottom: 54px;
}

.page-festival-single_secondary .block-event .block-text .text {
  margin-bottom: 30px;
}

.page-festival-single_secondary .block-event .block-text .btns {
  margin-top: 0;
}

.page-festival-single_secondary .block-event .block-text .btn {
  width: 100%;
}

.page-festival-day {
  font-family: Montserrat;
  color: #000000;
}

.page-festival-day p {
  margin-bottom: 0;
}

.page-festival-day .title {
  position: relative;
  left: 0 !important;
}

.page-festival-day .title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 30px);
  display: block;
  width: 530px;
  height: 2px;
  background: #D7B674;
}

.page-festival-day .block-1 {
  display: flex;
  justify-content: center;
  width: 100%;
}

.page-festival-day .block-1 .image {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-mask: url("../img/festival-day/mask.svg") no-repeat center/cover;
  mask: url("../img/festival-day/mask.svg") no-repeat center/cover;
}

.page-festival-day .block-1 .image_mobile {
  display: none;
}

.page-festival-day .block-2 {
  padding-top: 10px;
  margin-bottom: 100px;
}

.page-festival-day .block-2 .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}

.page-festival-day .block-2 .wrapper .info,
.page-festival-day .block-2 .wrapper .event {
  max-width: 530px;
  width: 100%;
}

.page-festival-day .block-2 .wrapper .info .date {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.page-festival-day .block-2 .wrapper .info .title {
  font-size: 60px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.page-festival-day .block-2 .wrapper .info .title .day {
  font-size: 36px;
}

.page-festival-day .block-2 .wrapper .info .title::after {
  display: none;
}

.page-festival-day .block-2 .wrapper .info .btn {
  width: 100%;
  margin-bottom: 40px;
}

.page-festival-day .block-2 .wrapper .info .event {
  margin-bottom: 20px;
}

.page-festival-day .block-2 .wrapper .event {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 40px;
}

.page-festival-day .block-2 .wrapper .event .item strong,
.page-festival-day .block-2 .wrapper .event .item span,
.page-festival-day .block-2 .wrapper .event .item a {
  line-height: 150%;
  display: block;
}

.page-festival-day .block-2 .wrapper .event .item strong {
  font-weight: 600;
}

.page-festival-day .block-2 .wrapper .event .item a {
  color: #D7B674;
  text-decoration: underline;
  margin-top: 1.3em;
}

.page-festival-day .block-welcome {
  margin-top: 60px;
  margin-bottom: 60px;
}

.page-festival-day .block-welcome .text {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.page-festival-day .block-welcome h3,
.page-festival-day .block-welcome p {
  margin-bottom: 30px;
}

.page-festival-day .block-welcome h3 {
  font-size: 36px;
  font-weight: 600;
}

.page-festival-day .block-welcome .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.page-festival-day .block-welcome .btn {
  flex: 1;
  font-weight: 600;
  min-width: 250px;
}

.page-festival-day .performance-video {
  margin-bottom: 70px;
}

.page-festival-day .post-slider-wrapper {
  margin-bottom: 100px;
  overflow: hidden;
}

.page-festival-day .post-slider-wrapper .title {
  margin-bottom: 0;
}

.page-festival-day .post-slider-wrapper .post-slider {
  margin-bottom: 0;
}

.page-festival-day .post-slider-wrapper .video-slider-wrapper-item h4 {
  margin: 10px 0 0;
  font-size: 16px;
}

.page-festival-day .post-slider-wrapper .video-slider-item {
  position: relative;
  padding-top: 56.25%;
  display: block;
}

.page-festival-day .post-slider-wrapper .video-slider-item::after {
  display: none;
  content: "";
  width: 162px;
  height: 162px;
  background: transparent url(../img/video-play.png) no-repeat center/contain;
  position: absolute;
  top: calc(50% - 81px);
  left: calc(50% - 81px);
}

.page-festival-day .post-slider-wrapper .video-slider-item img,
.page-festival-day .post-slider-wrapper .video-slider-item iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-festival-day .post-slider-wrapper .video-slider-item img:hover {
  cursor: pointer;
}

.page-festival-day .post-slider-wrapper .video-slider-item .play-wrapper {
  display: none;
  position: absolute;
  width: 68px;
  height: 48px;
  top: calc(50% - 24px);
  left: calc(50% - 34px);
  pointer-events: none;
}

.page-festival-day .post-slider-prev {
  margin-left: auto;
}

.page-festival-day .event-synopsis {
  margin-bottom: 90px;
}

.page-festival-day .event-synopsis-wrapper strong {
  font-weight: 700;
}

.page-festival-day .event-synopsis-wrapper p {
  margin-bottom: 30px;
}

.page-festival-day .main-cast {
  padding: 0;
  margin-bottom: 100px;
}

.page-festival-day .performance-faq {
  margin-bottom: 100px;
}

.page-festival-day .faq-item .item-content p {
  margin-bottom: 30px;
}

.page-festival-day .bottom-subscribe-wrapper {
  align-items: flex-start;
}

.page-festival-day .bottom-subscribe-form > p:nth-child(1) {
  margin-bottom: 50px;
}

.page-404 {
  font-family: Montserrat;
  color: #000000;
  background: #fff url(../img/wbc_second.svg) no-repeat right top/140%;
}

.page-404 p {
  margin-bottom: 0;
}

.page-404 .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  min-height: 780px;
}

.page-404 .content .subtitle {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 6px;
}

.page-404 .content .title {
  font-size: 60px;
  font-weight: 600;
  color: #D7B674;
  margin-bottom: 15px;
}

.page-404 .content .text {
  font-size: 20px;
  margin-bottom: 40px;
}

.page-404 .content .btn {
  width: 100%;
  max-width: 380px;
}

.page-programs-performance {
  font-family: Montserrat;
  color: #000000;
  padding-top: 60px;
}

.page-programs-performance .anchors {
  display: block;
  width: 100%;
  padding-top: 30px;
}

.page-programs-performance .anchors__text {
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.page-programs-performance .anchors__text a {
  color: inherit;
  text-decoration: underline;
}

.page-programs-performance .synopsis {
  padding-top: 60px;
  margin-bottom: 15px;
}

.page-programs-performance .synopsis__wrapper {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.page-programs-performance .synopsis__title,
.page-programs-performance .synopsis__download {
  margin-bottom: 60px;
}

.page-programs-performance .synopsis .text-list {
  text-align: left;
}

.page-programs-performance .synopsis .text-list__image {
  width: 100%;
  margin-bottom: 40px;
}

.page-programs-performance .synopsis .text-list__row {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1.5em;
}

.page-programs-performance .synopsis .text-list__row:not(:last-child) {
  margin-bottom: 40px;
}

.page-programs-performance .synopsis .text-list__title {
  position: relative;
  font-size: 32px;
  font-weight: 600;
}

.page-programs-performance .synopsis .text-list__title::after {
  content: "";
  position: absolute;
  bottom: -0.25em;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
}

.page-programs-performance .synopsis .text-list__subtitle {
  font-size: 26px;
  font-weight: 600;
}

.page-programs-performance .cast {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 40px;
}

.page-programs-performance .cast__title,
.page-programs-performance .cast__select,
.page-programs-performance .cast__description,
.page-programs-performance .cast__grid,
.page-programs-performance .cast__flex {
  margin-bottom: 40px;
}

.page-programs-performance .cast__select {
  text-align: left;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-programs-performance .cast__select .selectize-input {
  height: auto !important;
  padding: 8px !important;
}

.page-programs-performance .cast__select .selectize-input .item {
  height: inherit;
  line-height: initial;
}

.page-programs-performance .cast__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.page-programs-performance .cast__grid.hidden {
  display: none;
}

.page-programs-performance .cast__flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.page-programs-performance .cast__flex.hidden {
  display: none;
}

.page-programs-performance .cast__flex .cast-item {
  width: calc(25% - 23px);
}

.page-programs-performance .info {
  padding-top: 60px;
  margin-bottom: 100px;
}

.page-programs-performance .info__wrapper {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.page-programs-performance .info__row {
  display: flex;
  gap: 30px;
}

.page-programs-performance .info__row:not(:last-child) {
  margin-bottom: 30px;
}

.page-programs-performance .info__col {
  flex: 1;
}

.page-programs-performance .info p,
.page-programs-performance .info strong {
  line-height: 1.4;
  display: block;
  width: 100%;
}

.page-programs-performance .info p {
  margin: 0;
  margin-bottom: 3px;
}

.page-programs-performance .info strong {
  font-weight: 600;
}

@media (min-width: 1920px) {
  .page-festival-day .block-1 .image {
    height: auto;
  }
}

@media (max-width: 1500px) {
  .page-festival .block-about .balleron-1 {
    width: 343px;
    height: 770px;
  }

  .page-festival .block-about .balleron-2 {
    right: 10%;
    width: 470px;
    height: 535px;
  }
}

@media (max-width: 1400px) {
  .page-festival-single .block-1 .container {
    padding-bottom: 180px;
  }

  .page-festival-single .block-row.even > .text {
    padding-bottom: 0;
  }

  .page-festival-single .block-row > .text {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 13vw;
  }
}

@media (max-width: 1300px) {
  .header_festival .links {
    gap: 30px;
  }

  .page-festival-single .block-text .title {
    font-size: 24px;
  }

  .page-festival-single .block-text .title .day {
    font-size: 20px;
  }

  .page-festival-single .block-row.even > .text {
    padding-top: 13vw;
  }

  .page-festival-single .block-row > .text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-festival-single .block-row .block-text .title {
    margin-bottom: 15px;
  }

  .page-festival-single .block-row .block-text .text {
    font-size: 16px;
    line-height: 120%;
  }

  .page-festival-single .block-row .block-text .btns {
    margin-top: 15px;
  }

  .page-festival-single .block-row .block-text .btn {
    font-size: 14px;
    height: 36px;
  }
}

@media (max-width: 1200px) {
  .page-festival .block-about .balleron-2 {
    top: 580px;
    right: 0%;
  }

  .page-festival-single .block-1 {
    margin-bottom: -18vw;
  }

  .page-festival-single .block-1 .container {
    padding-top: 130px;
    padding-bottom: 150px;
  }

  .page-festival-single .block-1 .date {
    font-size: 24px;
    margin-bottom: 4px;
  }

  .page-festival-single .block-1 .text {
    font-size: 18px;
    margin-bottom: 17px;
  }

  .page-festival-single .block-1 .text .city {
    font-size: 24px;
  }

  .page-festival-single .block-1 .btn {
    width: 200px;
  }

  .page-festival-single .block-1 .arrow {
    bottom: -40px;
  }

  .page-festival-single .block-2 {
    display: flex;
    min-height: 100vw;
  }

  .page-festival-single .block-2 .image {
    height: 60vw;
  }

  .page-festival-single .block-2 .absolute-container {
    margin: auto;
  }

  .page-programs-performance .main-banner {
    overflow: hidden;
  }

  .page-programs-performance .main-banner-img {
    -o-object-fit: contain;
    object-fit: contain;
    transform: scale(1.3);
    transform-origin: center;
  }

  .page-programs-performance .cast__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-programs-performance .cast__flex .cast-item {
    width: calc(33% - 17px);
  }
}

@media (max-width: 991.98px) {
  .page-festival .block-1 {
    height: 800px;
  }

  .page-festival .block-2 {
    background: url(/img/festival/img-2.png) no-repeat center/cover;
    width: 100%;
  }

  .page-festival .block-2 .text {
    font-size: 28px;
    max-width: 520px;
  }

  .page-festival .block-2 .logo {
    width: 520px;
  }

  .page-festival .block-about {
    padding-bottom: 900px;
    background-position-y: bottom;
    background-size: 150%;
  }

  .page-festival .block-about .text {
    min-height: auto;
    max-width: 100%;
  }

  .page-festival .block-about .balleron-1 {
    top: auto;
    bottom: 140px;
    right: 10%;
  }

  .page-festival .block-about .balleron-2 {
    top: auto;
    bottom: 0;
    right: auto;
    left: 10%;
  }

  .page-festival .block-program {
    padding-top: 0;
  }

  .page-festival .block-program .title {
    margin-bottom: 30px;
  }

  .page-festival .block-program .grid .item .content {
    padding: 30px;
  }

  .page-festival .block-program .grid .item .content__date {
    font-size: 28px;
  }

  .page-festival .block-program .grid .item .content__text .city {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .header_festival .links {
    display: none;
  }

  .header_festival .menu-btn {
    display: block;
  }

  .festival-banner {
    height: 125vw;
  }

  .festival-banner .image {
    -o-object-position: center;
    object-position: center;
  }

  .footer_festival .footer-logo img {
    max-width: 123px;
  }

  .page-festival .block-program .grid .item .content .btn {
    font-size: 16px;
  }

  .page-festival-single .block-text .title {
    font-size: 30px;
  }

  .page-festival-single .block-text .title .day {
    font-size: 20px;
  }

  .page-festival-single .block-text .btns {
    margin-top: 28px;
  }

  .page-festival-single .block-1 {
    height: 90vw;
    margin-bottom: -19.5vw;
  }

  .page-festival-single .block-1 .image {
    -o-object-position: center;
    object-position: center;
    -webkit-mask-image: url("../img/festival/mask-3_mobile.svg");
    mask-image: url("../img/festival/mask-3_mobile.svg");
    -webkit-mask-position: bottom;
    mask-position: bottom;
  }

  .page-festival-single .block-2 {
    margin-bottom: -20vw;
  }

  .page-festival-single .block-2 .image {
    height: 70vw;
  }

  .page-festival-single .block-2 .container {
    padding-top: 7px;
  }

  .page-festival-single .block-2 .block-text .title {
    font-size: 20px;
  }

  .page-festival-single .block-row {
    display: block;
  }

  .page-festival-single .block-row.even {
    margin-top: 0;
  }

  .page-festival-single .block-row.even > .image {
    order: 1;
  }

  .page-festival-single .block-row.even > .text {
    order: 2;
    padding-top: 15px;
    padding-bottom: 35px;
  }

  .page-festival-single .block-row > .image {
    width: 100%;
    height: 91vw;
  }

  .page-festival-single .block-row > .text {
    width: 100%;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 35px;
  }

  .page-festival-single .block-row .block-text {
    max-width: 570px;
    padding: 0 15px;
    margin: 0 auto;
  }

  .page-festival-single .block-row .block-text .text {
    line-height: 150%;
  }

  .page-festival-single .block-row .block-text .btns {
    flex-wrap: wrap;
    gap: 20px;
  }

  .page-festival-single .block-row .block-text .btn {
    width: 100%;
  }

  .page-festival-single .block-event {
    padding-top: 10px;
    margin-bottom: 53px;
  }

  .page-festival-single .block-event .block-text .title {
    margin-bottom: 19px;
  }

  .page-festival-single .block-event .block-text .text {
    margin-bottom: 27px;
  }

  .page-festival-single .block-event .block-text .btn {
    width: 100%;
  }

  .page-festival-single_secondary .block-image {
    height: 110vw;
  }

  .page-festival-single_secondary .block-text {
    margin-bottom: 50px;
  }

  .page-festival-single_secondary .block-text .title {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .page-festival-single_secondary .block-text .title .day-yellow {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .page-festival-single_secondary .block-text .title .day {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .page-festival-single_secondary .block-text .text {
    font-size: 18px;
  }

  .page-festival-single_secondary .block-text .btns {
    gap: 30px;
    margin-top: 25px;
  }

  .page-festival-single_secondary .block-text .btn {
    font-size: 16px;
    height: 50px;
    border-width: 2px;
  }

  .page-festival-single_secondary .block-event .block-text {
    margin-bottom: 60px;
  }

  .page-festival-single_secondary .block-event .block-text .title {
    margin-bottom: 20px;
  }

  .page-festival-single_secondary .block-event .block-text .text {
    margin-bottom: 15px;
  }

  .page-festival-single_secondary .block-event .block-text .btn {
    width: 100%;
  }

  .page-festival-day .title {
    left: 0 !important;
  }

  .page-festival-day .title::after {
    right: calc(100% + 5px);
  }

  .page-festival-day .block-1 .image {
    display: none;
    height: 87.5043752188vw;
    -webkit-mask-image: url("../img/festival-day/mask_mobile.svg");
    mask-image: url("../img/festival-day/mask_mobile.svg");
    -webkit-mask-position: bottom;
    mask-position: bottom;
  }

  .page-festival-day .block-1 .image_mobile {
    display: block;
  }

  .page-festival-day .block-2 {
    padding-top: 20px;
    margin-bottom: 40px;
  }

  .page-festival-day .block-2 .wrapper {
    gap: 0;
  }

  .page-festival-day .block-2 .wrapper .info,
  .page-festival-day .block-2 .wrapper .event {
    max-width: 100%;
    width: 100%;
  }

  .page-festival-day .block-2 .wrapper .info .date {
    font-size: 16px;
    margin-bottom: 13px;
  }

  .page-festival-day .block-2 .wrapper .info .title {
    font-size: 36px;
    margin-bottom: 13px;
  }

  .page-festival-day .block-2 .wrapper .info .title .day {
    font-size: 24px;
  }

  .page-festival-day .block-2 .wrapper .info .event {
    margin-bottom: 13px;
  }

  .page-festival-day .block-2 .wrapper .event {
    gap: 25px;
  }

  .page-festival-day .block-welcome {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .page-festival-day .block-welcome h3,
  .page-festival-day .block-welcome p {
    margin-bottom: 25px;
  }

  .page-festival-day .block-welcome h3 {
    font-size: 24px;
  }

  .page-festival-day .performance-video {
    margin-bottom: 40px;
  }

  .page-festival-day .post-slider-wrapper {
    margin-bottom: 61px;
  }

  .page-festival-day .post-slider-wrapper .video-slider-item::after {
    width: 90px;
    height: 90px;
    top: calc(50% - 42px);
    left: calc(50% - 42px);
  }

  .page-festival-day .post-slider-prev {
    margin-left: auto;
  }

  .page-festival-day .event-synopsis {
    margin-bottom: 40px;
  }

  .page-festival-day .event-synopsis-wrapper p {
    margin-bottom: 25px;
  }

  .page-festival-day .main-cast {
    padding: 0;
    margin-bottom: 50px;
  }

  .page-festival-day .performance-faq {
    margin-bottom: 50px;
  }

  .page-festival-day .faq-item .item-content p {
    margin-bottom: 25px;
  }

  .page-festival-day .bottom-subscribe-wrapper {
    align-items: flex-start;
  }

  .page-festival-day .bottom-subscribe-form > p:nth-child(1) {
    margin-bottom: 25px;
  }

  .page-404 {
    background-position-y: center;
  }

  .page-404 .wrapper {
    padding: 100px 0;
    height: auto;
    min-height: auto;
  }

  .page-404 .content .subtitle {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .page-404 .content .title {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .page-404 .content .text {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .page-404 .content .btn {
    width: 100%;
  }

  .page-programs-performance .breadcrumbs-wrapper {
    padding-bottom: 0;
  }

  .page-programs-performance .synopsis {
    padding-top: 90px;
  }

  .page-programs-performance .synopsis__title,
  .page-programs-performance .synopsis__download {
    margin-bottom: 30px;
  }

  .page-programs-performance .synopsis .text-list__image {
    margin-bottom: 30px;
  }

  .page-programs-performance .synopsis .text-list__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-programs-performance .synopsis .text-list__row:not(:last-child) {
    margin-bottom: 30px;
  }

  .page-programs-performance .synopsis .text-list__title {
    font-size: 24px;
  }

  .page-programs-performance .synopsis .text-list__title::after {
    height: 1px;
  }

  .page-programs-performance .synopsis .text-list__subtitle {
    font-size: 20px;
  }

  .page-programs-performance .cast {
    padding-top: 90px;
  }

  .page-programs-performance .cast__title,
  .page-programs-performance .cast__select,
  .page-programs-performance .cast__description,
  .page-programs-performance .cast__grid {
    margin-bottom: 30px;
  }

  .page-programs-performance .cast__select {
    width: 90%;
  }

  .page-programs-performance .cast__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-programs-performance .cast__flex .cast-item {
    width: calc(50% - 15px);
  }

  .page-programs-performance .info {
    padding-top: 90px;
    margin-bottom: 90px;
  }

  .page-programs-performance .info__wrapper {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
  }

  .page-programs-performance .info__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .page-programs-performance .info__row:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .page-festival .title::after {
    right: calc(100% + 5px);
  }

  .page-festival .block-1 {
    height: 540px;
  }

  .page-festival .block-1 .container {
    padding-bottom: 84px;
  }

  .page-festival .block-1 .title .icon,
  .page-festival .block-1 .title .arrow-down {
    position: absolute;
    bottom: -40px;
    left: 28vw;
    display: block;
  }

  .page-festival .block-1 .title .icon {
    width: 14px;
    height: 14px;
  }

  .page-festival .block-1 .title .icon svg {
    width: 100%;
    height: 100%;
  }

  .page-festival .block-1 .title .arrow-down {
    width: 30px;
    height: 30px;
  }

  .page-festival .block-1 .title .arrow-down span {
    width: 14px;
    height: 14px;
    margin-left: 8px;
  }

  .page-festival .block-1 .bottom {
    display: none;
  }

  .page-festival .block-1 .bottom_mobile {
    display: block;
  }

  .page-festival .block-2 {
    margin-bottom: 42px;
  }

  .page-festival .block-2 .text {
    font-size: 20px;
  }

  .page-festival .block-2 .logo {
    width: 200px;
  }

  .page-festival .block-about {
    margin-bottom: 73px;
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .page-festival .block-about .title {
    margin-bottom: 10px;
  }

  .page-festival .block-about .balleron-1 {
    display: none;
    right: 15px;
    width: 178px;
    height: 397px;
  }

  .page-festival .block-about .balleron-2 {
    display: none;
    left: 15px;
    width: 224px;
    height: 254px;
  }

  .page-festival .block-program {
    padding-top: 0;
  }

  .page-festival .block-program .title {
    margin-bottom: 17px;
  }

  .page-festival .block-program .grid {
    grid-template-columns: 1fr;
  }

  .page-festival .block-program .grid .item {
    height: 440px;
  }

  .page-festival .block-program .grid .item .content {
    padding: 20px;
  }

  .page-festival .block-program .grid .item .content__date {
    font-size: 24px;
  }

  .page-festival .block-program .grid .item .content::after {
    right: calc(100% + 5px);
  }

  .page-festival .block-program .grid .item .content__text {
    margin-bottom: 17px;
  }

  .page-festival .block-program .grid .item .content .city {
    font-size: 20px;
  }

  .page-festival .block-program .grid .item .content .btn {
    width: 100%;
  }

  .page-festival-single .block-1 {
    height: 125vw;
  }

  .page-festival-single .block-2 .image {
    position: absolute;
    height: 50%;
  }

  .page-festival-single .block-2 .image.desctop {
    display: none;
  }

  .page-festival-single .block-2 .image.mobile {
    display: block;
  }

  .page-festival-single .block-2 .image.up {
    top: 0;
    left: 0;
    -o-object-position: top;
    object-position: top;
  }

  .page-festival-single .block-2 .image.down {
    bottom: 0;
    left: 0;
    -o-object-position: bottom;
    object-position: bottom;
  }

  .page-festival-single .block-2 .absolute-container {
    position: relative;
  }

  .page-festival-single .block-2 .container {
    padding-top: 21vw;
    padding-bottom: 21vw;
  }

  .page-festival-single_secondary .block-text .btns {
    gap: 20px;
  }

  .page-festival-single_secondary .block-text .btn {
    flex: 1 0 100%;
    width: 100%;
  }
	
  .page-programs-performance .main-banner-img {
    transform: scale(1.3) translateY(-40px);
  }

  .page-programs-performance .anchors {
    position: relative;
    padding: 0;
  }

  .page-programs-performance .anchors__text {
    position: absolute;
    bottom: calc(125px - 10vw);
    left: 0;
  }
	
  .page-programs-performance .cast {
    margin-bottom: 0;
  }
	
  .page-programs-performance .info {
    padding-top: 80px;
	margin-bottom: 80px;
  }
}

@media (max-width: 450.98px) {
  .page-festival .block-2 .text {
    font-size: 18px;
  }
}

@media (max-width: 379.98px) {
  .festival-banner {
    height: 380px;
  }

  .festival-banner .wrapper {
    justify-content: flex-end;
  }

  .festival-banner .title {
    margin-bottom: 25px;
  }

  .festival-banner .text {
    margin-bottom: 20px;
  }

  .festival-banner .btn {
    width: 125px;
  }

  .page-festival .block-1 {
    height: 540px;
  }

  .page-festival .block-2 {
    margin-bottom: 42px;
  }

  .page-festival .block-2 .logo {
    width: 115px;
  }

  .page-festival-single .block-1 .container {
    padding-bottom: 40px;
  }

  .page-festival-single .block-1 .btn {
    width: 100%;
  }
}