/* Theatre page: assembled from the supplied reference pack. */
.theatre-page {
  --theatre-navy: #091642;
  --theatre-violet: #6530d5;
  --theatre-orange: #ff8a0a;
}

.theatre-page .blog-hero {
  min-height: 940px;
  padding-bottom: 38px;
  overflow: hidden;
  background: #f7f3ff;
  isolation: isolate;
}

.theatre-page .blog-hero__space {
  z-index: -3;
  background-image: url('./assets/hero-bg.webp');
  background-size: cover;
  background-position: center top;
  opacity: 1;
}

.theatre-page .blog-hero::after {
  z-index: -2;
  background: linear-gradient(90deg, rgba(255,255,255,.45), rgba(255,255,255,.04) 58%), linear-gradient(180deg, transparent 72%, rgba(244,239,255,.66));
}

.theatre-hero__inner {
  width: min(1540px, calc(100% - 86px));
  min-height: 640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(580px, .95fr) minmax(620px, 1.05fr);
  align-items: center;
}

.theatre-hero__copy {
  position: relative;
  z-index: 7;
  padding: 42px 0 50px;
}

.theatre-hero__eyebrow {
  width: max-content;
  max-width: 100%;
  min-height: 49px;
  padding: 7px 18px 7px 9px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 18px;
  color: #5a35ba;
  background: rgba(239,229,255,.78);
  box-shadow: 0 12px 30px rgba(79,55,142,.08);
  font-size: 15px;
  font-weight: 750;
}

.theatre-hero__eyebrow img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.theatre-hero__copy h1 {
  max-width: 690px;
  margin: 25px 0 0;
  color: var(--theatre-navy);
  font-size: clamp(54px, 4.9vw, 78px);
  line-height: .96;
  letter-spacing: -4px;
  font-weight: 950;
}

.theatre-hero__copy h1 span {
  display: block;
  color: var(--theatre-violet);
  background: linear-gradient(102deg, #6736da 0%, #3d188f 82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theatre-hero__copy > p:not(.theatre-hero__note) {
  max-width: 610px;
  margin: 20px 0 0;
  color: #344268;
  font-size: 17px;
  line-height: 1.48;
  font-weight: 600;
}

.theatre-hero__copy > .blog-button {
  width: min(470px, 100%);
  min-height: 67px;
  margin-top: 24px;
  border-radius: 24px;
  background: linear-gradient(105deg, #ff9513, #ff6509);
  box-shadow: 0 18px 32px rgba(255,112,7,.25);
  font-size: 17px;
}

.theatre-hero__note {
  margin: 18px 0 0 22px;
  color: #7650e3;
  font-family: cursive;
  font-size: 19px;
  line-height: 1.15;
  font-style: italic;
  transform: rotate(-5deg);
}

.theatre-hero__visual {
  position: relative;
  min-height: 640px;
  align-self: stretch;
}

.theatre-hero__visual::after {
  content: none;
}

.theatre-hero__girl {
  position: absolute;
  z-index: 3;
  right: 4%;
  bottom: 0;
  width: min(68%, 550px);
  height: 102%;
  object-fit: contain;
  object-position: center bottom;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 88%, rgba(0,0,0,.9) 93%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 88%, rgba(0,0,0,.9) 93%, transparent 100%);
  filter: drop-shadow(0 28px 28px rgba(75,42,105,.18));
}

.theatre-hero__robot {
  position: absolute;
  z-index: 6;
  left: 0;
  bottom: 18px;
  width: min(34%, 270px);
  filter: drop-shadow(0 20px 20px rgba(73,51,110,.2));
}

.theatre-hero__message,
.theatre-hero__checklist {
  position: absolute;
  z-index: 6;
  border: 1px solid rgba(255,255,255,.96);
  color: var(--theatre-navy);
  background: rgba(255,255,255,.76);
  box-shadow: 0 17px 38px rgba(57,43,121,.15), inset 0 0 0 5px rgba(255,255,255,.26);
  backdrop-filter: blur(15px);
}

.theatre-hero__message {
  top: 9%;
  right: -2%;
  width: 300px;
  min-height: 150px;
  padding: 21px 18px;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 13px;
  align-items: center;
  border-radius: 25px;
  transform: rotate(-4deg);
}

.theatre-hero__message img { width: 70px; height: 70px; object-fit: contain; }
.theatre-hero__message div { display: grid; gap: 10px; }
.theatre-hero__message strong { font-size: 20px; line-height: 1.15; }
.theatre-hero__message span { color: #5e6785; font-size: 13px; line-height: 1.35; }

.theatre-hero__checklist {
  right: 2%;
  bottom: 4%;
  width: 245px;
  padding: 20px;
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 11px 12px;
  align-items: center;
  border-radius: 23px;
  transform: rotate(-5deg);
}

.theatre-hero__checklist span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid #cfbfff;
  border-radius: 50%;
  color: #6940d8;
  background: #f7f3ff;
  font-weight: 900;
}

.theatre-hero__checklist b { font-size: 14px; }

.theatre-hero__story {
  position: absolute;
  z-index: 6;
  top: 47%;
  right: -5%;
  color: #fff;
  font-family: cursive;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 2px 13px rgba(37,15,87,.52);
  transform: rotate(-8deg);
}

.theatre-hero__skills {
  position: relative;
  z-index: 10;
  right: auto;
  bottom: auto;
  width: min(1540px, calc(100% - 86px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  transform: none;
}

.theatre-page .blog-hero__facts {
  position: relative;
  right: auto;
  bottom: auto;
  width: min(1540px, calc(100% - 86px));
  margin: 0 auto 14px;
  transform: none;
}

.theatre-hero__skills article {
  min-height: 145px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 13px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.98);
  border-radius: 24px;
  color: var(--theatre-navy);
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 36px rgba(65,48,129,.13);
  backdrop-filter: blur(16px);
}

.theatre-hero__skills img { width: 82px; height: 82px; object-fit: contain; }
.theatre-hero__skills article > div { display: grid; gap: 8px; }
.theatre-hero__skills strong { font-size: 16px; line-height: 1.2; }
.theatre-hero__skills span { color: #59647e; font-size: 11px; line-height: 1.45; }

.theatre-reality .reality-photo img { object-position: center 24%; }
.theatre-reality .reality-photo--final img { object-position: center 34%; }
.theatre-page .direction-process { background: linear-gradient(135deg, #13145d, #5f2bb8 58%, #912aa9); }
.theatre-page .direction-result-focus { background: linear-gradient(120deg, #1b1b70, #6732c8 62%, #9e2e9d); }

/* Lesson process */
.theatre-page .direction-process {
  position: relative;
  overflow: hidden;
  padding: 112px 0 106px;
  isolation: isolate;
}

.theatre-page .direction-process::before,
.theatre-page .direction-process::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.theatre-page .direction-process::before {
  top: -230px;
  right: -130px;
  width: 590px;
  height: 590px;
  border: 1px solid rgba(255,255,255,.17);
  box-shadow: 0 0 0 76px rgba(255,255,255,.035), 0 0 0 154px rgba(255,255,255,.025);
}

.theatre-page .direction-process::after {
  bottom: -210px;
  left: -120px;
  width: 470px;
  height: 470px;
  background: radial-gradient(circle, rgba(255,151,31,.3), rgba(255,111,21,.07) 44%, transparent 70%);
}

.theatre-page .direction-process .blog-heading { position: relative; z-index: 1; }
.theatre-page .direction-process .blog-heading > span { color: #ffb052; }
.theatre-page .direction-process .blog-heading h2 { max-width: 1020px; margin-inline: auto; }

.theatre-page .process-grid {
  position: relative;
  z-index: 1;
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.theatre-page .process-grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 51px;
  right: 8%;
  left: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,190,111,.7) 10%, rgba(255,255,255,.35) 50%, rgba(255,190,111,.7) 90%, transparent);
}

.theatre-page .process-grid article {
  position: relative;
  min-height: 265px;
  padding: 82px 25px 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 28px;
  color: #131a49;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(244,237,255,.88));
  box-shadow: 0 22px 48px rgba(17,12,68,.24), inset 0 1px 0 #fff;
  backdrop-filter: blur(15px);
}

.theatre-page .process-grid article::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -52px;
  width: 135px;
  height: 135px;
  border: 24px solid rgba(107,62,210,.07);
  border-radius: 50%;
}

.theatre-page .process-grid article:nth-child(even) { transform: translateY(18px); }

.theatre-page .process-grid article b {
  position: absolute;
  top: 20px;
  left: 22px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg, #ffae22, #ff6710);
  box-shadow: 0 11px 22px rgba(255,103,16,.3);
  font-size: 18px;
  font-weight: 900;
}

.theatre-page .process-grid article b::after {
  content: "";
  position: absolute;
  left: 61px;
  width: 58px;
  height: 1px;
  background: rgba(98,67,183,.18);
}

.theatre-page .process-grid article strong {
  position: relative;
  z-index: 1;
  font-size: 21px;
  line-height: 1.13;
}

.theatre-page .process-grid article p {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: #67617a;
  font-size: 14px;
  line-height: 1.55;
}

.theatre-page .process-note {
  position: relative;
  z-index: 2;
  width: min(910px, 100%);
  min-height: 78px;
  margin: 54px auto 0;
  padding: 17px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 22px;
  color: #302269;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 38px rgba(15,11,60,.2);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 750;
  text-align: center;
}

.theatre-page .process-note span {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #8151e6, #5a2fc0);
  box-shadow: 0 8px 17px rgba(89,47,192,.28);
}

/* Festival story */
.festival-story {
  position: relative;
  overflow: hidden;
  padding: 118px 0 110px;
  background: linear-gradient(145deg, #faf8ff, #eee8ff 64%, #fff6e9);
}

.festival-story::before {
  content: "";
  position: absolute;
  top: -210px;
  left: -180px;
  width: 470px;
  height: 470px;
  border: 90px solid rgba(111,66,218,.045);
  border-radius: 50%;
  pointer-events: none;
}

.festival-story__heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 56px;
  align-items: end;
}

.festival-story .blog-heading h2 {
  max-width: 850px;
  color: #10184c;
}

.festival-story__intro {
  padding: 28px 30px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(135deg, #672fca, #3d208e);
  box-shadow: 0 22px 45px rgba(64,35,139,.18);
}

.festival-story__intro span {
  min-height: 33px;
  padding: 7px 13px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #402079;
  background: #ffb145;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.festival-story__intro p {
  margin: 17px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  line-height: 1.55;
}

.festival-gallery {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1.08fr 1fr 1fr;
  grid-template-rows: repeat(2, 288px);
  gap: 14px;
}

.festival-photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 28px;
  background: #25165a;
  box-shadow: 0 22px 46px rgba(45,29,105,.16);
}

.festival-photo--main { grid-row: 1 / 3; }
.festival-photo--certificate { grid-column: 2; grid-row: 1 / 3; }

.festival-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .55s ease;
}

.festival-photo--main img { object-position: center 36%; }
.festival-photo--certificate img { object-position: center 42%; }
.festival-photo--team img { object-position: center 38%; }
.festival-photo:hover img { transform: scale(1.025); }

.festival-photo::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, rgba(10,12,47,.84));
  pointer-events: none;
}

.festival-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 21px;
  left: 22px;
  display: grid;
  gap: 5px;
  color: #fff;
}

.festival-photo figcaption small {
  color: #ffbd62;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.festival-photo figcaption strong {
  font-size: 18px;
  line-height: 1.18;
}

.festival-story__benefits {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 27px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 40px rgba(62,45,128,.1);
  backdrop-filter: blur(14px);
}

.festival-story__benefits p {
  margin: 0;
  padding: 10px 14px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  color: #69708b;
  font-size: 11px;
  line-height: 1.4;
}

.festival-story__benefits p + p { border-left: 1px solid #ddd4f3; }

.festival-story__benefits b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #ffad33, #ff7212);
  font-size: 13px;
}

.festival-story__benefits span { display: grid; gap: 2px; }
.festival-story__benefits strong { color: #151c50; font-size: 14px; }

/* Prices */
.theatre-prices .prices-grid {
  width: min(1040px, 100%);
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.theatre-prices .price-card {
  min-height: 555px;
}

.theatre-prices .price-card h3 {
  max-width: 390px;
}

.theatre-prices .price-card > p {
  min-height: 62px;
}

.theatre-prices .price-card__value strong {
  font-size: 38px;
}

.theatre-prices .prices-trial {
  width: min(1040px, 100%);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 901px) {
  .theatre-page .blog-proof { position: relative; inset: auto; margin: 0; }
  .theatre-page .blog-lead .lead-layout { align-items: stretch; }
  .theatre-page .blog-lead .lead-copy > img { bottom: -105px; }
}

@media (max-width: 1180px) {
  .theatre-hero__inner { width: calc(100% - 50px); grid-template-columns: minmax(480px,.92fr) minmax(470px,1.08fr); }
  .theatre-hero__copy h1 { font-size: 58px; }
  .theatre-hero__message { right: 0; width: 245px; }
  .theatre-hero__story { display: none; }
  .theatre-hero__skills { width: calc(100% - 44px); gap: 8px; }
  .theatre-hero__skills article { padding: 14px 12px; grid-template-columns: 66px 1fr; gap: 9px; }
  .theatre-hero__skills img { width: 64px; height: 64px; }
  .theatre-hero__skills strong { font-size: 14px; }
  .theatre-hero__skills span { font-size: 10px; }
}

@media (max-width: 900px) {
  .theatre-page .blog-hero { padding-bottom: 28px; }
  .theatre-hero__inner { width: calc(100% - 36px); grid-template-columns: 1fr; }
  .theatre-hero__copy { padding: 58px 0 5px; text-align: center; }
  .theatre-hero__eyebrow { margin-inline: auto; }
  .theatre-hero__copy h1 { max-width: 760px; margin-inline: auto; font-size: clamp(48px, 8.2vw, 68px); }
  .theatre-hero__copy > p:not(.theatre-hero__note) { margin-inline: auto; }
  .theatre-hero__copy > .blog-button { margin-inline: auto; }
  .theatre-hero__note { width: max-content; margin-inline: auto; }
  .theatre-hero__visual { min-height: 590px; }
  .theatre-hero__girl { right: 14%; width: 68%; }
  .theatre-hero__robot { left: 3%; bottom: 18px; width: 29%; }
  .theatre-hero__message { top: 7%; right: 3%; }
  .theatre-hero__checklist { right: 6%; bottom: 5%; }
  .theatre-page .blog-hero__facts { bottom: auto; width: calc(100% - 36px); margin: 0 auto 14px; }
  .theatre-hero__skills { position: relative; right: auto; bottom: auto; width: calc(100% - 36px); margin: 0 auto; grid-template-columns: repeat(2, 1fr); transform: none; }
  .theatre-hero__skills article { min-height: 125px; grid-template-columns: 70px 1fr; }
  .theatre-hero__skills img { width: 68px; height: 68px; }
  .theatre-page .direction-process { padding: 88px 0 82px; }
  .theatre-page .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .theatre-page .process-grid::before { display: none; }
  .theatre-page .process-grid article { min-height: 225px; }
  .theatre-page .process-grid article:nth-child(even) { transform: none; }
  .theatre-page .process-note { margin-top: 28px; }
  .festival-story { padding: 88px 0 84px; }
  .festival-story__heading { grid-template-columns: 1fr; gap: 28px; }
  .festival-story__intro { max-width: 650px; }
  .festival-gallery { grid-template-columns: 1.15fr .85fr; grid-template-rows: 235px 235px 260px; }
  .festival-photo--main { grid-column: 1; grid-row: 1 / 3; }
  .festival-photo--certificate { grid-column: 2; grid-row: 1 / 3; }
  .festival-photo:nth-child(3) { grid-column: 1; grid-row: 3; }
  .festival-photo:nth-child(4) { grid-column: 2; grid-row: 3; }
  .festival-photo:nth-child(4) img { object-position: center 42%; }
  .theatre-prices .prices-grid { width: min(620px, 100%); grid-template-columns: 1fr; gap: 18px; }
  .theatre-prices .price-card { min-height: 0; }
  .theatre-prices .price-card--featured { margin-top: 12px; transform: none; }
  .theatre-prices .prices-trial { width: min(620px, 100%); }
}

@media (max-width: 680px) {
  .theatre-page .blog-hero__space { background-position: 57% top; opacity: .9; }
  .theatre-page .blog-hero::after { background: linear-gradient(180deg, rgba(255,255,255,.33), transparent 56%); }
  .theatre-hero__inner { width: calc(100% - 28px); }
  .theatre-hero__copy { padding: 43px 0 0; }
  .theatre-hero__eyebrow { min-height: 44px; padding: 6px 11px 6px 6px; border-radius: 15px; font-size: 10px; }
  .theatre-hero__eyebrow img { width: 31px; height: 31px; }
  .theatre-hero__copy h1 { margin-top: 20px; font-size: clamp(39px, 12vw, 52px); line-height: .98; letter-spacing: -2.4px; }
  .theatre-hero__copy > p:not(.theatre-hero__note) { margin-top: 18px; font-size: 14px; line-height: 1.5; }
  .theatre-hero__copy > .blog-button { min-height: 55px; margin-top: 20px; padding-inline: 17px; border-radius: 19px; font-size: 12px; }
  .theatre-hero__note { margin-top: 13px; font-size: 14px; }
  .theatre-hero__visual { min-height: 425px; margin-top: 4px; }
  .theatre-hero__girl { right: 0; bottom: 0; width: 86%; height: 100%; }
  .theatre-hero__robot { left: 0; bottom: 14px; width: 34%; }
  .theatre-hero__message { top: 3%; right: -3%; width: 172px; min-height: 92px; padding: 10px; grid-template-columns: 42px 1fr; gap: 7px; border-radius: 16px; }
  .theatre-hero__message img { width: 42px; height: 42px; }
  .theatre-hero__message strong { font-size: 11px; }
  .theatre-hero__message span { font-size: 8px; }
  .theatre-hero__checklist { right: -2%; bottom: 3%; width: 142px; padding: 11px; grid-template-columns: 20px 1fr; gap: 6px; border-radius: 15px; }
  .theatre-hero__checklist span { width: 20px; height: 20px; font-size: 9px; }
  .theatre-hero__checklist b { font-size: 9px; }
  .theatre-page .blog-hero__facts { width: calc(100% - 28px); margin-top: 0; }
  .theatre-hero__skills { width: calc(100% - 28px); margin-top: 0; grid-template-columns: 1fr; gap: 8px; }
  .theatre-hero__skills article { min-height: 100px; padding: 11px 14px; grid-template-columns: 64px 1fr; border-radius: 20px; }
  .theatre-hero__skills img { width: 62px; height: 62px; }
  .theatre-hero__skills strong { font-size: 14px; }
  .theatre-hero__skills span { font-size: 10px; }
  .theatre-page .direction-process { padding: 72px 0 68px; }
  .theatre-page .direction-process .blog-heading h2 { font-size: 39px; line-height: .98; letter-spacing: -2px; }
  .theatre-page .process-grid { margin-top: 34px; grid-template-columns: 1fr; gap: 10px; }
  .theatre-page .process-grid article { min-height: 0; padding: 24px 20px 23px 84px; border-radius: 22px; }
  .theatre-page .process-grid article b { top: 20px; left: 19px; width: 46px; height: 46px; border-radius: 14px; }
  .theatre-page .process-grid article b::after { display: none; }
  .theatre-page .process-grid article strong { font-size: 18px; }
  .theatre-page .process-grid article p { margin-top: 8px; font-size: 12px; }
  .theatre-page .process-note { min-height: 0; margin-top: 18px; padding: 15px 16px; align-items: flex-start; border-radius: 19px; font-size: 11px; text-align: left; }
  .theatre-page .process-note span { flex-basis: 32px; width: 32px; height: 32px; }
  .festival-story { padding: 72px 0 68px; }
  .festival-story__heading { gap: 20px; }
  .festival-story .blog-heading h2 { font-size: 39px; line-height: .98; letter-spacing: -2px; }
  .festival-story__intro { padding: 22px 20px; border-radius: 22px; }
  .festival-story__intro p { font-size: 13px; }
  .festival-gallery { margin-top: 30px; grid-template-columns: 1fr; grid-template-rows: 460px 460px repeat(2, 255px); gap: 9px; }
  .festival-photo--main,
  .festival-photo--certificate,
  .festival-photo:nth-child(3),
  .festival-photo:nth-child(4) { grid-column: 1; grid-row: auto; }
  .festival-photo { border-radius: 22px; }
  .festival-photo figcaption { right: 18px; bottom: 17px; left: 18px; }
  .festival-story__benefits { margin-top: 10px; padding: 10px; grid-template-columns: 1fr; border-radius: 22px; }
  .festival-story__benefits p { padding: 9px 8px; }
  .festival-story__benefits p + p { border-top: 1px solid #ddd4f3; border-left: 0; }
  .theatre-prices .price-card > p { min-height: 0; }
  .theatre-prices .price-card__value strong { font-size: 33px; }
}
