:root {
  --event-lock-width: 1672px;
  --event-lock-height: 941px;
  --event-paper: #f7f3ee;
  --event-ink: #071d2d;
  --event-red: #dc1f32;
  --event-gold: #ecbb7d;
  --event-layout-offset: max(0px, calc((100vw - var(--event-lock-width)) / 2));
}

body.rus-event-page {
  margin: 0;
  min-width: var(--event-lock-width);
  overflow-x: auto;
  color: var(--event-ink);
  background: var(--event-paper);
  font-family: "Golos Text", "Segoe UI", Arial, sans-serif;
}

.event-render-lock,
.event-render-lock * {
  box-sizing: border-box;
}

.event-render-lock {
  width: 100%;
  min-width: var(--event-lock-width);
  height: 860px;
  overflow: hidden;
  background: var(--event-paper);
}

.event-header {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 81px;
  background: var(--event-paper);
  color: var(--event-ink);
}

.event-header__brand {
  position: absolute;
  top: 8px;
  left: calc(var(--event-layout-offset) + 52px);
  display: flex;
  align-items: center;
  width: 274px;
  height: 60px;
  color: inherit;
  text-decoration: none;
}

.event-header__logo {
  width: 121px;
  height: 60px;
  object-fit: contain;
  filter: brightness(0);
}

.event-header__caption {
  margin-left: 20px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
}

.event-header__nav {
  position: absolute;
  top: 24px;
  left: calc(var(--event-layout-offset) + 545px);
  display: flex;
  align-items: flex-start;
  gap: 39px;
  width: 575px;
  height: 43px;
}

.event-header__nav a {
  position: relative;
  padding: 4px 0 16px;
  color: var(--event-ink);
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.event-header__nav a.is-current {
  color: var(--event-red);
}

.event-header__nav a.is-current::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--event-red);
}

.event-header__search {
  position: absolute;
  top: 25px;
  left: calc(var(--event-layout-offset) + 1590px);
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  color: var(--event-ink);
  font-size: 25px;
  line-height: 1;
  text-decoration: none;
}

.event-hero {
  position: relative;
  width: 100%;
  height: 860px;
  overflow: hidden;
  color: #fff;
  background: #142452;
}

.event-hero__background {
  position: absolute;
  inset: 0;
  background-image: var(--event-poster);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(.72) contrast(1.05) brightness(.56);
}

.event-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(3, 16, 48, .34);
  pointer-events: none;
}

.event-hero > :not(.event-hero__background) {
  z-index: 2;
}

.event-hero__breadcrumb {
  position: absolute;
  top: 34px;
  left: calc(var(--event-layout-offset) + 58px);
  display: flex;
  align-items: center;
  gap: 12px;
  width: 235px;
  height: 24px;
  font-size: 15px;
  line-height: 24px;
}

.event-hero__breadcrumb a,
.event-hero__breadcrumb span {
  color: rgba(255,255,255,.92);
  text-decoration: none;
  white-space: nowrap;
}

.event-hero__eyebrow {
  position: absolute;
  top: 274px;
  left: calc(var(--event-layout-offset) + 58px);
  width: 455px;
  height: 28px;
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: .14em;
  white-space: nowrap;
}

.event-hero__title {
  position: absolute;
  top: 312px;
  left: calc(var(--event-layout-offset) + 58px);
  display: block;
  width: 770px;
  height: 247px;
  margin: 0;
  color: var(--event-gold);
  font-family: "Marck Script", cursive;
  padding-top: 2px;
  font-size: 138px;
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.04em;
  white-space: nowrap;
  overflow: hidden;
  transform: rotate(-2deg);
  transform-origin: left top;
}

.event-hero__title.is-long {
  width: 850px;
  font-size: 102px;
  line-height: .92;
  white-space: normal;
}

.event-hero__title.is-very-long {
  width: 860px;
  font-size: 82px;
  line-height: .9;
  letter-spacing: -.025em;
  white-space: normal;
}

.event-hero__date,
.event-hero__venue,
.event-hero__age {
  position: absolute;
  left: calc(var(--event-layout-offset) + 58px);
  margin: 0;
  color: #fff;
}

.event-hero__date {
  top: 571px;
  width: 510px;
  height: 48px;
  font-size: 39px;
  font-weight: 600;
  line-height: 48px;
}

.event-hero__venue {
  top: 620px;
  width: 440px;
  height: 39px;
  font-size: 25px;
  font-weight: 400;
  line-height: 39px;
}

.event-hero__age {
  top: 664px;
  width: 55px;
  height: 33px;
  font-size: 24px;
  line-height: 33px;
}

.event-hero__buy {
  position: absolute;
  top: 716px;
  left: calc(var(--event-layout-offset) + 61px);
  display: grid;
  place-items: center;
  width: 320px;
  height: 70px;
  color: #fff;
  background: var(--event-red);
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.event-hero__details {
  position: absolute;
  top: 729px;
  left: calc(var(--event-layout-offset) + 414px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 256px;
  height: 57px;
  padding: 0 8px 9px 3px;
  border-bottom: 2px solid rgba(255,255,255,.9);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.event-hero__details span {
  font-size: 28px;
  line-height: 1;
}

.event-hero__poster {
  position: absolute;
  top: 43px;
  left: calc(var(--event-layout-offset) + 984px);
  width: 483px;
  height: 733px;
  margin: 0;
  padding: 11px;
  overflow: hidden;
  background: #f6f4f2;
}

.event-hero__poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #0d205a;
}

.event-hero__buy:hover,
.event-hero__buy:focus {
  color: #fff;
  background: #b91624;
}

.event-hero__details:hover,
.event-hero__details:focus,
.event-header__nav a:hover,
.event-header__nav a:focus,
.event-header__search:hover,
.event-header__search:focus {
  color: var(--event-red);
}

.event-details-lock {
  position: relative;
  scroll-margin-top: 116px;
  width: 100%;
  min-width: var(--event-lock-width);
  height: 941px;
  overflow: hidden;
  color: var(--event-ink);
  background: var(--event-paper);
}

.event-details-lock,
.event-details-lock * {
  box-sizing: border-box;
}

.event-details-lock::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 8px;
  background: var(--event-red);
}

.event-details__heading { position: absolute; top: 56px; left: calc(var(--event-layout-offset) + 58px); width: 600px; }
.event-details__heading p,
.event-details__heading h2 { margin: 0; }
.event-details__heading p { color: var(--event-red); font-size: 15px; font-weight: 700; line-height: 20px; letter-spacing: .2em; }
.event-details__heading h2 { margin-top: 17px; font-size: 42px; font-weight: 700; line-height: 46px; }
.event-details__heading.is-long h2 { width: 620px; font-size: 38px; line-height: 41px; }

.event-details__poster {
  position: absolute;
  top: 172px;
  left: calc(var(--event-layout-offset) + 58px);
  width: 330px;
  height: 466px;
  margin: 0;
  overflow: hidden;
  background: #0d205a;
}

.event-details__poster img { display: block; width: 100%; height: 100%; object-fit: contain; }
.event-details__poster-meta { position: absolute; top: 670px; left: calc(var(--event-layout-offset) + 58px); display: flex; flex-direction: column; gap: 8px; width: 330px; }
.event-details__heading.is-long + .event-details__poster { top: 220px; }
.event-details__heading.is-long ~ .event-details__poster-meta { top: 718px; }
.event-details__poster-meta strong { font-size: 15px; line-height: 20px; }
.event-details__poster-meta span { color: #5f6970; font-size: 16px; }

.event-details__copy { position: absolute; top: 175px; left: calc(var(--event-layout-offset) + 442px); width: 531px; }
.event-details__copy h3 { margin: 0 0 19px; font-size: 20px; font-weight: 700; line-height: 27px; }
.event-details__copy > p {
  display: -webkit-box;
  max-height: 282px;
  margin: 0;
  overflow: hidden;
  color: #44515a;
  font-size: 18px;
  line-height: 31px;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}

.event-details__location { display: flex; flex-direction: column; gap: 17px; margin-top: 42px; padding-top: 31px; border-top: 1px solid #d9d5d0; }
.event-details__location strong { font-size: 14px; line-height: 18px; letter-spacing: .15em; }
.event-details__location span { font-size: 21px; line-height: 28px; }

.event-purchase {
  position: absolute;
  top: 82px;
  left: calc(var(--event-layout-offset) + 1040px);
  width: 554px;
  height: 716px;
  padding: 41px 54px 50px 52px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 29, 45, .13);
}

.event-purchase__accent { position: absolute; top: 0; bottom: 0; left: 0; width: 8px; border-radius: 4px; background: var(--event-red); }
.event-purchase p { margin: 0; }
.event-purchase__kicker { color: #7b858b; font-size: 13px; font-weight: 700; line-height: 18px; letter-spacing: .17em; }
.event-purchase__date { margin-top: 24px !important; font-size: 32px; font-weight: 700; line-height: 39px; }
.event-purchase__time { margin-top: 6px !important; color: var(--event-red); font-size: 34px; font-weight: 700; line-height: 40px; }
.event-purchase__price { position: absolute; top: 132px; right: 116px; max-width: 170px; font-size: 28px; font-weight: 700; line-height: 34px; text-align: right; }
.event-purchase__rule { position: absolute; top: 196px; left: 52px; width: 448px; height: 1px; background: #e4e0db; }

.event-purchase__place {
  position: absolute;
  top: 226px;
  left: 52px;
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-template-rows: 22px 29px;
  width: 448px;
}

.event-purchase__pin { position: relative; grid-row: 1 / 3; width: 24px; height: 24px; margin-top: 3px; border: 5px solid #f3e7e8; border-radius: 50% 50% 50% 0; background: var(--event-red); transform: rotate(-45deg); }
.event-purchase__pin::after { content: ""; position: absolute; top: 4px; left: 4px; width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.event-purchase__place strong { color: #7b858b; font-size: 13px; line-height: 18px; }
.event-purchase__place > span:last-child { font-size: 18px; line-height: 26px; }

.event-purchase__standard-buy {
  position: absolute;
  top: 300px;
  left: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 448px;
  height: 64px;
  padding: 0 28px;
  border-radius: 8px;
  color: #fff;
  background: var(--event-ink);
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
}

.event-purchase__standard-buy i {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}

.event-purchase__standard-buy.is-disabled { cursor: default; opacity: .55; }

.rus-home-v2 .event-purchase__standard-buy,
.rus-home-v2 .event-purchase__buy,
.rus-home-v2 .event-contact-strip__feedback { color: #fff; }

.event-purchase__buy {
  position: absolute;
  top: 386px;
  left: 52px;
  display: flex;
  align-items: center;
  width: 448px;
  height: 92px;
  padding: 0 28px;
  border-radius: 8px;
  color: #fff;
  background: var(--event-red);
  text-decoration: none;
}

.event-purchase__buy-copy { display: flex; flex-direction: column; gap: 9px; }
.event-purchase__buy-copy small { font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.event-purchase__buy-copy strong { font-size: 23px; line-height: 27px; }
.event-purchase__arrow { margin-left: 18px; font-size: 34px; }

.event-purchase__moroshka-card {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 144px;
  height: 96px;
  padding: 25px 15px 10px;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, #183f65, #642370);
  box-shadow: 0 12px 20px rgba(7, 29, 45, .28);
  transform: rotate(5deg);
}

.event-purchase__moroshka-card small,
.event-purchase__moroshka-card strong,
.event-purchase__moroshka-card em { position: relative; z-index: 2; display: block; font-style: normal; }
.event-purchase__moroshka-card small { font-size: 8px; font-weight: 700; letter-spacing: .08em; }
.event-purchase__moroshka-card strong { margin-top: 5px; font-size: 18px; line-height: 19px; }
.event-purchase__moroshka-card em { margin-top: 5px; color: #d8e6ef; font-size: 7px; }
.event-purchase__berry { position: absolute; top: 16px; right: 15px; width: 31px; height: 31px; }
.event-purchase__berry::before { content: ""; position: absolute; top: -7px; left: 7px; width: 19px; height: 9px; border-radius: 100% 0; background: #8db05b; transform: rotate(-26deg); }
.event-purchase__berry b { position: absolute; width: 17px; height: 17px; border-radius: 50%; background: #efb045; }
.event-purchase__berry b:nth-child(2) { top: 10px; left: 0; background: #f0c24d; }
.event-purchase__berry b:nth-child(3) { top: 9px; right: 0; background: #dc7a43; }

.event-purchase__instruction {
  position: absolute;
  top: 500px;
  left: 52px;
  display: grid;
  grid-template-columns: 32px 1fr 24px;
  align-items: center;
  width: 448px;
  height: 76px;
  padding: 0 22px 0 24px;
  border: 2px solid var(--event-ink);
  border-radius: 8px;
  color: var(--event-ink);
  background: #fff;
  text-decoration: none;
}

.event-purchase__instruction.is-disabled { cursor: default; opacity: .72; }
.event-purchase__instruction > span:nth-child(2) { display: flex; flex-direction: column; gap: 8px; }
.event-purchase__instruction small { font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.event-purchase__instruction strong { font-size: 17px; line-height: 20px; }
.event-purchase__document { position: relative; width: 24px; height: 32px; border: 2px solid var(--event-ink); border-radius: 2px; }
.event-purchase__document i { position: absolute; right: 5px; left: 5px; height: 2px; background: var(--event-ink); }
.event-purchase__document i:nth-child(1) { top: 8px; }
.event-purchase__document i:nth-child(2) { top: 14px; }
.event-purchase__document i:nth-child(3) { top: 20px; right: 8px; }
.event-purchase__download { font-size: 27px; line-height: 1; text-align: center; }

.event-purchase__note {
  position: absolute;
  top: 598px;
  left: 52px;
  display: grid;
  grid-template-columns: 33px 1fr;
  width: 448px;
  min-height: 86px;
  padding: 14px 16px;
  border-radius: 8px;
  color: #44515a;
  background: var(--event-paper);
  font-size: 14px;
  line-height: 24px;
}

.event-purchase__note > i { display: grid; place-items: center; width: 20px; height: 20px; margin-top: 3px; border-radius: 50%; color: #fff; background: var(--event-ink); font-style: normal; font-weight: 700; line-height: 1; }
.event-purchase__note a { color: var(--event-red); font-weight: 700; text-decoration: none; }
.event-purchase__buy:hover,
.event-purchase__buy:focus { color: #fff; background: #b91624; }
.event-purchase__standard-buy:not(.is-disabled):hover,
.event-purchase__standard-buy:not(.is-disabled):focus { color: #fff; background: #14384f; }
.event-purchase__instruction:not(.is-disabled):hover,
.event-purchase__instruction:not(.is-disabled):focus { color: var(--event-red); border-color: var(--event-red); }

.event-contact-strip {
  position: relative;
  width: 100%;
  min-width: var(--event-lock-width);
  height: 352px;
  overflow: hidden;
  border-top: 8px solid var(--event-red);
  border-radius: 9px 9px 0 0;
  color: var(--event-ink);
  background: var(--event-paper);
}

.event-contact-strip,
.event-contact-strip * { box-sizing: border-box; }

.event-contact-strip__heading {
  position: absolute;
  top: 57px;
  left: calc(var(--event-layout-offset) + 58px);
  width: 700px;
}

.event-contact-strip__heading p,
.event-contact-strip__heading h2,
.event-contact-strip__heading span { margin: 0; }
.event-contact-strip__heading p { color: var(--event-red); font-size: 15px; font-weight: 700; line-height: 20px; letter-spacing: .2em; }
.event-contact-strip__heading h2 { margin-top: 17px; font-size: 40px; font-weight: 700; line-height: 48px; }
.event-contact-strip__heading span { display: block; margin-top: 4px; color: #5f6970; font-size: 17px; line-height: 26px; }

.event-contact-strip__item {
  position: absolute;
  top: 211px;
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  min-height: 48px;
  color: var(--event-ink);
  text-decoration: none;
}

.event-contact-strip__item--address { left: calc(var(--event-layout-offset) + 58px); width: 390px; }
.event-contact-strip__item--phone { left: calc(var(--event-layout-offset) + 505px); width: 300px; }
.event-contact-strip__item--hours { left: calc(var(--event-layout-offset) + 865px); width: 350px; }
.event-contact-strip__item > i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--event-red); background: #f3e7e8; font-size: 18px; }
.event-contact-strip__item > span { display: flex; flex-direction: column; gap: 7px; padding-left: 12px; }
.event-contact-strip__item small { color: #7b858b; font-size: 12px; font-weight: 700; line-height: 14px; letter-spacing: .12em; }
.event-contact-strip__item strong { font-size: 18px; font-weight: 700; line-height: 22px; }

.event-contact-strip__feedback {
  position: absolute;
  top: 194px;
  left: calc(var(--event-layout-offset) + 1280px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 314px;
  height: 72px;
  padding: 0 30px 0 32px;
  border-radius: 8px;
  color: #fff;
  background: var(--event-red);
  box-shadow: 0 14px 36px rgba(7, 29, 45, .12);
  font-size: 20px;
  text-decoration: none;
}

.event-contact-strip__feedback span { font-size: 34px; font-weight: 300; line-height: 1; }
.event-contact-strip__feedback:hover,
.event-contact-strip__feedback:focus { color: #fff; background: #b91624; }
.event-contact-strip__email { position: absolute; top: 282px; left: calc(var(--event-layout-offset) + 1280px); color: #5f6970; font-size: 14px; line-height: 20px; text-decoration: none; }
.event-contact-strip__email:hover,
.event-contact-strip__email:focus,
.event-contact-strip__item--phone:hover,
.event-contact-strip__item--phone:focus { color: var(--event-red); }

@media (max-width: 767.98px) {
  body.rus-event-page {
    min-width: 0;
    overflow-x: hidden;
  }

  .event-render-lock,
  .event-details-lock,
  .event-contact-strip {
    width: 100%;
    min-width: 0;
    height: auto;
    overflow: hidden;
  }

  .event-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 24px 20px 38px;
  }

  .event-hero > :not(.event-hero__background) {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    width: 100%;
    height: auto;
  }

  .event-hero__background {
    background-position: center top;
  }

  .event-hero__breadcrumb {
    gap: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .event-hero__eyebrow {
    margin-top: 108px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .12em;
    white-space: normal;
  }

  .event-hero__title,
  .event-hero__title.is-long,
  .event-hero__title.is-very-long {
    max-width: 100%;
    margin-top: 10px;
    padding: 0;
    overflow: visible;
    font-size: 72px;
    line-height: .92;
    letter-spacing: -.035em;
    white-space: normal;
    overflow-wrap: normal;
    transform: none;
  }

  .event-hero__title.is-long { font-size: 54px; }
  .event-hero__title.is-very-long { font-size: 43px; line-height: .98; }

  .event-hero__date {
    margin-top: 42px;
    font-size: 28px;
    line-height: 34px;
  }

  .event-hero__venue {
    margin-top: 10px;
    font-size: 18px;
    line-height: 27px;
  }

  .event-hero__age {
    margin-top: 6px;
    font-size: 18px;
    line-height: 26px;
  }

  .event-hero__buy {
    display: grid;
    height: 60px !important;
    margin-top: 22px;
    font-size: 20px;
  }

  .event-hero__details {
    display: flex;
    height: 54px !important;
    margin-top: 8px;
    padding: 0 8px 8px;
    font-size: 16px;
  }

  .event-hero__poster {
    width: min(100%, 330px) !important;
    height: auto !important;
    margin: 28px auto 0;
    padding: 8px;
  }

  .event-hero__poster img {
    width: 100%;
    height: auto;
    max-height: 500px;
  }

  .event-details-lock {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 48px 20px 54px;
    scroll-margin-top: 102px;
  }

  .event-details__heading,
  .event-details__poster,
  .event-details__heading.is-long + .event-details__poster,
  .event-details__poster-meta,
  .event-details__heading.is-long ~ .event-details__poster-meta,
  .event-details__copy,
  .event-purchase {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }

  .event-details__heading h2,
  .event-details__heading.is-long h2 {
    width: 100%;
    margin-top: 12px;
    font-size: 32px;
    line-height: 37px;
  }

  .event-details__poster {
    width: min(100%, 330px);
    height: auto;
    margin: 28px auto 0;
  }

  .event-details__poster img { height: auto; max-height: 500px; }
  .event-details__poster-meta { margin-top: 18px; }

  .event-details__copy { margin-top: 38px; }
  .event-details__copy h3 { font-size: 19px; line-height: 27px; }
  .event-details__copy > p {
    display: block;
    max-height: none;
    overflow: visible;
    font-size: 16px;
    line-height: 27px;
  }
  .event-details__location { margin-top: 30px; padding-top: 24px; }
  .event-details__location span { font-size: 18px; line-height: 26px; }

  .event-purchase {
    min-height: 742px;
    margin-top: 42px;
    padding: 36px 24px;
    border-radius: 14px;
  }

  .event-purchase__date { margin-top: 20px !important; font-size: 26px; line-height: 33px; }
  .event-purchase__time { font-size: 30px; line-height: 36px; }
  .event-purchase__price { top: 126px; right: 24px; max-width: 126px; font-size: 22px; line-height: 28px; }
  .event-purchase__rule { top: 190px; left: 24px; width: calc(100% - 48px); }
  .event-purchase__place { top: 216px; left: 24px; width: calc(100% - 48px); }
  .event-purchase__place > span:last-child { font-size: 16px; line-height: 23px; }

  .event-purchase__standard-buy,
  .event-purchase__buy,
  .event-purchase__instruction,
  .event-purchase__note {
    left: 24px;
    width: calc(100% - 48px);
  }

  .event-purchase__standard-buy { top: 300px; height: 60px; padding: 0 20px; font-size: 18px; }
  .event-purchase__buy { top: 382px; height: 104px; padding: 0 18px; }
  .event-purchase__buy-copy { max-width: 165px; gap: 6px; }
  .event-purchase__buy-copy small { font-size: 10px; }
  .event-purchase__buy-copy strong { font-size: 18px; line-height: 22px; }
  .event-purchase__arrow { margin-left: 4px; font-size: 25px; }
  .event-purchase__moroshka-card { top: -18px; right: -8px; width: 108px; height: 82px; padding: 24px 10px 8px; }
  .event-purchase__moroshka-card strong { font-size: 14px; line-height: 16px; }
  .event-purchase__berry { top: 14px; right: 9px; transform: scale(.78); transform-origin: right top; }
  .event-purchase__instruction { top: 510px; height: 82px; grid-template-columns: 28px 1fr 20px; padding: 0 14px; }
  .event-purchase__instruction strong { font-size: 14px; line-height: 18px; }
  .event-purchase__instruction small { font-size: 10px; }
  .event-purchase__note { top: 612px; min-height: 100px; padding: 13px 12px; font-size: 12px; line-height: 20px; }

  .event-contact-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 40px 20px 46px;
    border-radius: 0;
  }

  .event-contact-strip__heading,
  .event-contact-strip__item,
  .event-contact-strip__item--address,
  .event-contact-strip__item--phone,
  .event-contact-strip__item--hours,
  .event-contact-strip__feedback,
  .event-contact-strip__email {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }

  .event-contact-strip__heading { margin-bottom: 8px; }
  .event-contact-strip__heading h2 { margin-top: 12px; font-size: 31px; line-height: 38px; }
  .event-contact-strip__heading span { font-size: 15px; line-height: 23px; }
  .event-contact-strip__item { min-height: 52px; }
  .event-contact-strip__item strong { font-size: 16px; line-height: 21px; }
  .event-contact-strip__feedback { min-height: 64px; margin-top: 8px; padding: 0 22px; font-size: 18px; }
  .event-contact-strip__email { margin-top: -9px; font-size: 13px; }
}
