@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&display=swap");

:root {
  --pink: #ff00ad;
  --pink-soft: #ff67ce;
  --violet: #9828f5;
  --violet-dark: #7b08ec;
  --text: #2a2630;
  --muted: #77717f;
  --line: #ead9fb;
  --shadow: 0 12px 28px rgba(38, 10, 72, 0.14);
  --header-h: 68px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.45;
}

body.modal-open,
body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 24px;
  left: 50%;
  z-index: 60;
  width: min(1160px, calc(100% - 40px));
  min-height: 68px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #8d20f2 0%, #9f27fb 55%, #b12dfc 100%);
  box-shadow: 0 8px 28px rgba(119, 0, 198, 0.24);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 205px;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 36px;
  font-size: 15px;
  font-weight: 600;
}

.site-nav a {
  color: #fff;
  text-decoration: none;
}

.site-nav a:hover {
  opacity: 0.82;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 34px;
}

.phone-link {
  color: #fff;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 34px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: #fff;
  background: var(--pink);
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--pink);
}

.site-header .btn {
  min-width: 218px;
}

.outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 245px;
  min-height: 52px;
  padding: 0 28px;
  border: 3px solid var(--violet);
  border-radius: 999px;
  color: var(--violet);
  background: #fff;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
}

.btn-small {
  min-height: 42px;
  padding: 0 24px;
  background: var(--pink);
  font-size: 13px;
  text-transform: uppercase;
}

.section {
  padding: 86px 0;
}

.hero-tilda {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background-image: url("/assets/tilda/hero-bg.png");
  background-size: cover;
  background-position: center;
}

.hero-layer {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.hero-poly-left {
  left: 0.8%;
  top: 130px;
  width: 149px;
}

.hero-ribbon-left {
  left: 0;
  top: 494px;
  width: 140px;
}

.hero-ribbon-top {
  right: 0.5%;
  top: -8px;
  width: 183px;
}

.hero-ribbon-top2 {
  right: 13.5%;
  top: 0;
  width: 233px;
}

.hero-ribbon-right {
  right: 1.2%;
  top: 127px;
  width: 280px;
}

.hero-ribbon-bottom {
  right: 5.8%;
  bottom: 0;
  width: 510px;
}

.hero-dragon-white {
  left: 8.3%;
  top: 220px;
  width: 511px;
}

.hero-dragon-orange {
  left: 47%;
  top: 312px;
  width: 379px;
}

.hero-girl {
  right: -1%;
  bottom: 0;
  width: 544px;
}

.hero-titlebox {
  position: relative;
  z-index: 3;
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 112px;
  text-align: center;
  color: #fff;
}

.hero-titlebox p {
  margin: 0 0 10px;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
}

.hero-titlebox h1 {
  margin: 0;
  font-size: 65px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-cta {
  min-width: 300px;
  margin-top: 24px;
  color: var(--violet);
  background: #fff;
  box-shadow: 0 10px 24px rgba(90, 18, 148, 0.16);
}

.tilda-title {
  margin: 0 0 48px;
  color: #2b2b2b;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.04;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}

.tilda-title span {
  color: var(--pink);
}

.tilda-title small {
  display: block;
  margin-top: 4px;
  color: #2b2b2b;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 900;
  text-transform: none;
}

.games-section {
  padding-top: 60px;
  background: #fff;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px 38px;
}

.tilda-card {
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.game-card img {
  width: 100%;
  aspect-ratio: 1.86;
  object-fit: cover;
}

.game-body {
  min-height: 174px;
  padding: 18px 20px 22px;
}

.game-body h3 {
  margin: 0 0 12px;
  color: var(--pink);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.game-body p {
  min-height: 52px;
  margin: 0 0 18px;
  color: #54505c;
  font-size: 17px;
}

.game-card.warspace {
  grid-column: 1;
}

.atmosphere-section {
  padding-top: 76px;
  background: #fff;
}

.atmosphere-tabs,
.price-switch {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 2px solid var(--violet);
  border-radius: 30px;
  margin: -26px 0 80px;
}

.tab,
.price-tab {
  min-height: 56px;
  border: 0;
  border-right: 2px solid var(--violet);
  color: #1f1f1f;
  background: #fff;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
}

.tab:last-child,
.price-tab:last-child {
  border-right: 0;
}

.tab.is-active,
.price-tab.is-active {
  color: #fff;
  background: var(--violet-dark);
  font-weight: 800;
}

.tab-panel,
.price-panel {
  display: none;
}

.tab-panel.is-active,
.price-panel.is-active {
  display: block;
}

.photo-mosaic {
  display: grid;
  grid-template-columns: 1fr 0.5fr 0.5fr;
  grid-template-rows: 275px 275px;
  gap: 20px;
}

.mosaic-tile {
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: #e7e3e8;
  cursor: pointer;
}

.mosaic-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mosaic-big {
  grid-row: span 2;
}

.mosaic-wide {
  grid-column: span 2;
}

.kids-section {
  background: #fff;
}

.video-card {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 22px;
  background: #16002e;
  cursor: pointer;
}

.video-card img {
  width: 100%;
  aspect-ratio: 1.78;
  object-fit: cover;
}

.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.play-icon::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 29px;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 24px solid #111;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 40px;
}

.services-section {
  padding-top: 66px;
  padding-bottom: 16px;
}

.service-card img {
  width: 100%;
  aspect-ratio: 1.06;
  object-fit: cover;
  border-radius: 20px;
}

.service-card h3 {
  min-height: 48px;
  margin: 16px 0 14px;
  color: var(--pink);
  font-size: 26px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
}

.prices-section {
  padding-top: 58px;
  padding-bottom: 40px;
  background: #fff;
}

.price-switch {
  grid-template-columns: repeat(2, 1fr);
  margin: -22px auto 40px;
  max-width: none;
}

.price-table {
  display: grid;
  border-top: 2px solid var(--line);
}

.price-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 0.9fr;
  align-items: center;
  min-height: 92px;
  border-bottom: 2px solid var(--line);
  gap: 28px;
}

.price-head {
  min-height: 44px;
  color: #d7a1ef;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
}

.price-row strong {
  display: block;
  color: var(--pink-soft);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
}

.price-row span {
  display: block;
  margin-top: 5px;
  color: #918b96;
  font-size: 16px;
}

.price-row .btn {
  min-width: 220px;
  min-height: 48px;
  background: var(--pink-soft);
  font-size: 14px;
}

.timeline {
  margin: 32px 0 28px;
}

.timeline-labels {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  color: #aaa3ad;
  font-size: 17px;
  text-align: center;
}

.timeline-bar {
  position: relative;
  height: 16px;
  margin: 8px 0;
  border-radius: 999px;
  background: #f3f1f4;
}

.timeline-bar span {
  position: absolute;
  top: 0;
  height: 16px;
  border-radius: 999px;
  background: #dcb7ff;
}

.bar-start {
  left: 0;
  width: 13%;
}

.bar-end {
  right: 0;
  width: 8%;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.package-card {
  padding: 30px 24px;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

.package-card h3 {
  margin: 0 0 14px;
  color: var(--pink);
  font-size: 28px;
  font-weight: 900;
}

.package-card p {
  color: #4c4454;
  font-weight: 800;
}

.package-card ul {
  display: grid;
  gap: 8px;
  margin: 22px 0;
  padding-left: 20px;
  color: #5b5561;
}

.certificates-section {
  position: relative;
  overflow: hidden;
  min-height: 426px;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}

.cert-grid {
  position: relative;
  min-height: 426px;
}

.cert-cards {
  position: absolute;
  left: 0;
  top: 0;
  width: 520px;
  height: 520px;
  pointer-events: none;
}

.cert-cards img {
  position: absolute;
  max-width: none;
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.16));
}

.cert-card-front {
  left: 10px;
  top: 43px;
  width: 395px;
  z-index: 1;
  transform: rotate(0deg);
  transform-origin: center;
}

.cert-card-back {
  left: 20px;
  top: 305px;
  width: 423px;
  z-index: 2;
  transform: rotate(-24deg);
  transform-origin: center;
}

.cert-copy {
  position: absolute;
  left: 520px;
  top: 41px;
  width: 520px;
  text-align: left;
}

.gift-icon {
  width: 52px;
  margin: 0 0 20px 18px;
}

.cert-copy h2 {
  margin: 0;
  color: #8d8b91;
  font-size: 50px;
  line-height: 0.98;
  font-weight: 900;
  text-transform: uppercase;
}

.cert-copy h2 span {
  display: block;
  color: var(--pink);
}

.cert-copy p {
  margin: 12px 0 -4px;
  color: #8d8b91;
  font-size: 19px;
}

.contacts-section {
  padding-top: 54px;
  padding-bottom: 54px;
  background: #fff;
}

.contact-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 550px;
  border: 1px solid #dfdbe2;
}

.contact-info {
  padding: 100px 62px;
  color: #fff;
  background: #9828f5;
}

.contact-info h2 {
  margin: 0 0 40px;
  color: #fff;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.contact-info p {
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 24px;
  line-height: 1.44;
  font-weight: 500;
}

.contact-info .worktime {
  color: #fff;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-info strong {
  color: #fff;
  font-weight: 900;
}

.contact-info a {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 500;
  text-decoration: none;
}

.socials {
  display: flex;
  gap: 12px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.map-wrap {
  min-height: 550px;
  background: #e8e6e2;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 550px;
  border: 0;
}

.site-footer {
  padding: 22px 0;
  color: #fff;
  background: var(--violet);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 28px;
  align-items: center;
}

.footer-grid p {
  margin: 0;
}

.footer-grid a {
  color: #fff;
  text-decoration: none;
}

.footer-grid img {
  width: 230px;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 3px;
  margin: 4px auto;
  border-radius: 99px;
  background: var(--violet);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 20px;
}

.modal.is-open {
  display: grid;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(53, 0, 92, 0.62);
  backdrop-filter: blur(8px);
}

.modal-dialog {
  position: relative;
  width: min(560px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 36px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(35, 0, 63, 0.34);
}

.modal-dialog h2 {
  margin: 0 0 12px;
  color: #1f1f1f;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
}

.modal-dialog p {
  color: #5f5966;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--violet);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.lead-form {
  display: grid;
  gap: 14px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: #2a2630;
  font-size: 14px;
  font-weight: 700;
}

.lead-form input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid #dfd4ea;
  border-radius: 14px;
  outline: none;
}

.lead-form input:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 4px rgba(255, 0, 173, 0.12);
}

.lead-form .consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: #6e6875;
  font-size: 12px;
  font-weight: 500;
}

.lead-form .consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: #6e6875;
}

.form-status.is-ok {
  color: #15803d;
}

.form-status.is-error {
  color: #b42318;
}

.cookie {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 80;
  display: none;
  width: 340px;
  padding: 22px 22px 24px;
  border-radius: 4px;
  color: #fff;
  background: #111;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.cookie.is-visible {
  display: block;
}

.cookie p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.cookie-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  color: #9b9b9b;
  background: transparent;
  cursor: pointer;
  font-size: 24px;
}

.legal-page {
  background: #fff;
}

.legal {
  max-width: 920px;
  padding: 130px 0 86px;
}

.legal h1 {
  margin: 0 0 24px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
}

.legal h2 {
  margin: 34px 0 12px;
}

.legal p,
.legal li {
  color: #46345f;
}

.not-found {
  min-height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.not-found h1 {
  margin: 0;
  font-size: clamp(74px, 16vw, 160px);
  line-height: 0.9;
  color: var(--pink);
}

@media (max-width: 1100px) {
  .site-header {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 82px;
    grid-template-columns: 1fr auto;
    border-radius: 0;
    transform: none;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav,
  .header-actions {
    display: none;
  }

  .nav-open .site-header {
    align-content: start;
    align-items: start;
    min-height: 340px;
    border-radius: 0;
    padding-top: 28px;
  }

  .nav-open .brand {
    display: none;
  }

  .nav-open .menu-toggle {
    position: absolute;
    top: 18px;
    right: 18px;
  }

  .nav-open .site-nav {
    display: grid;
    justify-content: start;
    grid-column: 1 / -1;
    gap: 18px;
    padding: 0;
    font-size: 16px;
  }

  .nav-open .header-actions {
    display: grid;
    grid-column: 1 / -1;
    gap: 18px;
    margin-top: 26px;
  }

  .nav-open .header-actions .btn {
    min-width: 210px;
  }
}

@media (max-width: 900px) {
  .section {
    padding: 64px 0;
  }

  .container {
    width: min(100% - 32px, 1160px);
  }

  .hero-tilda {
    min-height: 600px;
    margin-top: 0;
  }

  .hero-titlebox {
    padding-top: 112px;
  }

  .hero-titlebox p {
    font-size: 30px;
  }

  .hero-titlebox h1 {
    font-size: 42px;
  }

  .hero-dragon-white,
  .hero-dragon-orange,
  .hero-poly-left,
  .hero-ribbon-left,
  .hero-ribbon-right,
  .hero-ribbon-bottom,
  .hero-ribbon-top2 {
    display: none;
  }

  .hero-girl {
    right: -110px;
    bottom: 0;
    width: 480px;
  }

  .hero-ribbon-top {
    right: -30px;
    top: 88px;
    width: 150px;
  }

  .games-grid,
  .services-grid,
  .packages-grid,
  .contact-box,
  .cert-grid {
    grid-template-columns: 1fr;
  }

  .game-card.warspace {
    grid-column: auto;
  }

  .photo-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 180px 180px;
  }

  .mosaic-big {
    grid-column: span 2;
    grid-row: auto;
  }

  .mosaic-wide {
    grid-column: span 2;
  }

  .price-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 0;
  }

  .price-head {
    display: none;
  }

  .cert-cards {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 260px;
  }

  .cert-copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: -18px;
  }

  .contact-info {
    padding: 54px 28px;
  }
}

@media (max-width: 520px) {
  .site-header {
    min-height: 76px;
    padding: 0 20px;
  }

  .brand img {
    width: 190px;
  }

  .hero-tilda {
    min-height: 595px;
  }

  .hero-titlebox {
    padding-top: 104px;
  }

  .hero-titlebox p {
    font-size: 27px;
  }

  .hero-titlebox h1 {
    font-size: 38px;
  }

  .hero-cta {
    min-width: 252px;
  }

  .hero-girl {
    right: -150px;
    width: 470px;
  }

  .certificates-section {
    min-height: 640px;
    padding-top: 64px;
    padding-bottom: 26px;
  }

  .cert-grid {
    min-height: 0;
  }

  .cert-cards {
    height: 330px;
    margin-bottom: 12px;
    transform: translateX(-6px);
  }

  .cert-card-front {
    left: 0;
    top: 24px;
    width: 300px;
  }

  .cert-card-back {
    left: 16px;
    top: 152px;
    width: 320px;
    transform: rotate(-22deg);
  }

  .cert-copy {
    margin-top: 0;
  }

  .gift-icon {
    width: 42px;
    margin: 0 0 12px;
  }

  .cert-copy h2 {
    font-size: 40px;
  }

  .cert-copy p {
    margin: 14px 0 16px;
    font-size: 17px;
    line-height: 1.35;
  }

  .tilda-title {
    margin-bottom: 34px;
    font-size: 38px;
  }

  .tilda-title small {
    font-size: 28px;
  }

  .games-grid {
    gap: 30px;
  }

  .game-body h3,
  .service-card h3 {
    font-size: 23px;
  }

  .outline-btn {
    min-width: 100%;
  }

  .atmosphere-tabs,
  .price-switch {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .tab,
  .price-tab {
    min-height: 50px;
    border-right: 0;
    border-bottom: 2px solid var(--violet);
    font-size: 18px;
  }

  .tab:last-child,
  .price-tab:last-child {
    border-bottom: 0;
  }

  .price-switch {
    grid-template-columns: repeat(2, 1fr);
    margin: -8px 0 38px;
    border-radius: 24px;
  }

  .price-switch .price-tab {
    min-height: 49px;
    border-bottom: 0;
    border-right: 2px solid var(--violet);
    font-size: 16px;
    font-weight: 800;
  }

  .price-switch .price-tab:last-child {
    border-right: 0;
  }

  .price-table {
    border-top: 2px solid var(--line);
  }

  .price-row {
    grid-template-columns: 1fr auto auto;
    gap: 14px 10px;
    min-height: 0;
    padding: 22px 3px 22px;
  }

  .price-row > div:first-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: baseline;
  }

  .price-row > div:first-child strong {
    color: var(--pink-soft);
    font-size: 24px;
  }

  .price-row > div:first-child span {
    margin: 0;
    color: #6f6875;
    font-size: 14px;
  }

  .price-row > div:nth-child(2),
  .price-row > div:nth-child(3) {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: baseline;
    gap: 8px;
  }

  .price-row > div:nth-child(2)::before {
    content: "VR-игра";
    color: var(--violet);
    font-size: 16px;
    font-weight: 900;
  }

  .price-row > div:nth-child(3)::before {
    content: "Зона отдыха";
    color: var(--violet);
    font-size: 16px;
    font-weight: 900;
  }

  .price-row > div:nth-child(2) span,
  .price-row > div:nth-child(3) span {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    color: #6f6875;
    font-size: 13px;
    white-space: nowrap;
  }

  .price-row > div:nth-child(2) strong,
  .price-row > div:nth-child(3) strong {
    grid-column: 3;
    grid-row: 1;
    color: var(--pink-soft);
    font-size: 22px;
    white-space: nowrap;
  }

  .price-row > div:last-child {
    grid-column: 1 / -1;
  }

  .price-row .btn {
    width: 100%;
    min-height: 47px;
    margin-top: 12px;
    font-size: 14px;
  }

  .timeline {
    margin-top: 18px;
  }

  .timeline-labels {
    grid-template-columns: 1fr auto;
    text-align: left;
    font-size: 15px;
  }

  .timeline-labels span:nth-child(2) {
    text-align: right;
  }

  .timeline-labels span:nth-child(3) {
    grid-column: 1 / -1;
    margin-top: 14px;
  }

  .photo-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 250px);
  }

  .mosaic-big,
  .mosaic-wide {
    grid-column: auto;
  }

  .contact-info h2 {
    font-size: 34px;
  }

  .contact-info p {
    font-size: 18px;
  }

  .contact-info .worktime {
    font-size: 18px;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 360px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-grid img {
    margin: 0 auto;
  }

  .cookie {
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
  }
}
