@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Medium.woff2") format("woff2");
  font-weight: 600 800;
  font-style: normal;
  font-display: swap;
}

.rosal-promo {
  --promo-blue: #2884e0;
  --promo-blue-dark: #1e75cb;
  --promo-ink: #212226;
  --promo-green: #153c32;
  --promo-green-soft: #285b4c;
  --promo-red: #d90429;
  --promo-cream: #f5f2ea;
  --promo-mist: #f5f6f7;
  --promo-line: #e8e9eb;
  --promo-muted: #74777c;
  --promo-white: #fff;
  --promo-radius: 26px;
  --promo-shadow: 0 24px 64px rgb(26 42 38 / 12%);
  background: var(--promo-white);
  color: var(--promo-ink);
  font-family: "Geologica", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  min-height: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

.rosal-promo--embedded .promo-header,
.rosal-promo--embedded .promo-footer {
  display: none;
}

.rosal-promo *,
.rosal-promo *::before,
.rosal-promo *::after {
  box-sizing: border-box;
}

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

.rosal-promo a {
  color: inherit;
  text-decoration: none;
}

.rosal-promo svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.promo-container {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
}

.rosal-promo .promo-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgb(255 255 255 / 18%);
  color: var(--promo-white);
  background: rgb(21 60 50 / 96%);
  backdrop-filter: blur(14px);
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

.rosal-promo .promo-header.is-scrolled {
  color: var(--promo-ink);
  background: rgb(255 255 255 / 95%);
  box-shadow: 0 8px 32px rgb(18 33 30 / 8%);
  backdrop-filter: blur(14px);
}

.promo-header__inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.promo-logo {
  display: inline-flex;
  min-width: 225px;
  align-items: center;
  gap: 14px;
}

.promo-logo img {
  width: 140px;
  height: auto;
}

.rosal-promo .promo-header:not(.is-scrolled) .promo-logo img {
  filter: brightness(0) invert(1);
}

.promo-logo span {
  padding-left: 14px;
  border-left: 1px solid currentColor;
  font-size: 11px;
  line-height: 1.15;
  opacity: .72;
}

.promo-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
}

.promo-nav a {
  position: relative;
  padding-block: 29px;
}

.promo-nav a::after {
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  height: 2px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.promo-nav a:hover::after,
.promo-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.promo-header__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 400;
}

.promo-header__cta svg {
  width: 19px;
}

.promo-hero {
  position: relative;
  min-height: 780px;
  color: var(--promo-white);
  background: var(--promo-green);
  isolation: isolate;
}

.promo-hero__image,
.promo-hero__wash {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.promo-hero__image {
  background: url("../img/lesnaya-hero.jpg") center right / cover no-repeat;
}

.promo-hero__wash {
  z-index: -1;
  background:
    linear-gradient(90deg, #12372f 0%, rgb(18 55 47 / 99%) 31%, rgb(18 55 47 / 76%) 53%, rgb(18 55 47 / 12%) 78%),
    linear-gradient(0deg, rgb(12 31 27 / 35%), transparent 45%);
}

.promo-hero__inner {
  display: flex;
  min-height: 780px;
  align-items: center;
  padding-block: 126px 112px;
}

.promo-hero__content {
  width: min(660px, 58%);
}

.promo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 27px;
  padding: 9px 14px;
  border: 1px solid rgb(255 255 255 / 27%);
  border-radius: 99px;
  background: rgb(255 255 255 / 8%);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.promo-eyebrow__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9dd122;
  box-shadow: 0 0 0 5px rgb(157 209 34 / 15%);
}

.promo-hero h1,
.promo-section-head h2,
.promo-inside h2,
.promo-offers h2,
.promo-countdown h2,
.promo-route h2,
.promo-final h2 {
  margin: 0;
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .98;
}

.promo-hero h1 {
  max-width: 700px;
  font-size: clamp(58px, 6.4vw, 96px);
}

.promo-hero h1 em {
  color: #a6d72c;
  font-style: normal;
}

.promo-hero__lead {
  max-width: 580px;
  margin: 29px 0 34px;
  color: rgb(255 255 255 / 80%);
  font-size: 19px;
  line-height: 1.55;
}

.promo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.promo-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.promo-button:hover {
  transform: translateY(-2px);
}

.promo-button:focus-visible,
.rosal-promo a:focus-visible {
  outline: 3px solid #a6d72c;
  outline-offset: 3px;
}

.promo-button svg {
  width: 18px;
  stroke-width: 2;
}

.promo-button--primary {
  color: var(--promo-white) !important;
  background: var(--promo-blue);
  box-shadow: 0 12px 28px rgb(40 132 224 / 24%);
}

.promo-button--primary:hover {
  background: var(--promo-blue-dark);
}

.promo-button--ghost {
  border-color: rgb(255 255 255 / 27%);
  color: var(--promo-white) !important;
  background: rgb(255 255 255 / 7%);
  backdrop-filter: blur(10px);
}

.promo-button--ghost:hover {
  background: rgb(255 255 255 / 14%);
}

.promo-button--light {
  color: var(--promo-ink) !important;
  background: var(--promo-white);
}

.promo-hero__meta {
  display: flex;
  margin-top: 48px;
  align-items: center;
  gap: 24px;
}

.promo-hero__date {
  display: flex;
  align-items: center;
  gap: 10px;
}

.promo-hero__date strong {
  color: #a6d72c;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -.06em;
  line-height: 1;
}

.promo-hero__date span,
.promo-hero__address span,
.promo-hero__hours span {
  color: rgb(255 255 255 / 55%);
  font-size: 11px;
  line-height: 1.25;
}

.promo-hero__divider {
  width: 1px;
  height: 42px;
  background: rgb(255 255 255 / 22%);
}

.promo-hero__address,
.promo-hero__hours {
  display: grid;
  gap: 5px;
}

.promo-hero__address strong,
.promo-hero__hours strong {
  font-size: 13px;
  font-weight: 400;
}

.promo-scroll {
  position: absolute;
  right: 36px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgb(255 255 255 / 58%) !important;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.promo-scroll svg {
  width: 20px;
}

.promo-intro {
  padding: 130px 0 0;
  background: var(--promo-white);
}

.promo-section-head {
  display: grid;
  grid-template-columns: .55fr 1.5fr .95fr;
  align-items: start;
  gap: 48px;
}

.promo-kicker {
  margin: 4px 0 0;
  color: var(--promo-blue);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.promo-section-head h2,
.promo-inside h2,
.promo-offers h2,
.promo-countdown h2,
.promo-route h2,
.promo-final h2 {
  font-size: clamp(48px, 5.4vw, 76px);
}

.promo-section-head h2 {
  font-size: clamp(62px, 6.4vw, 92px);
  line-height: .94;
}

.promo-section-head > p:last-child {
  margin: 6px 0 0;
  color: var(--promo-muted);
  font-size: 20px;
  line-height: 1.65;
}

.promo-journey {
  position: relative;
  height: 470px;
  margin-top: 78px;
  border-radius: var(--promo-radius);
  box-shadow: var(--promo-shadow);
  overflow: hidden;
}

.promo-journey > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-journey__wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgb(12 31 27 / 88%) 0%, rgb(12 31 27 / 32%) 43%, transparent 75%),
    linear-gradient(90deg, rgb(21 60 50 / 18%), transparent 40%, rgb(33 34 38 / 14%));
}

.promo-journey__label {
  position: absolute;
  top: 28px;
  left: 30px;
  padding: 9px 13px;
  border: 1px solid rgb(255 255 255 / 33%);
  border-radius: 99px;
  color: var(--promo-white);
  background: rgb(21 60 50 / 56%);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.promo-journey__route {
  position: absolute;
  right: 32px;
  bottom: 31px;
  left: 32px;
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  list-style: none;
}

.promo-journey__route::before {
  position: absolute;
  top: 23px;
  right: 16.5%;
  left: 16.5%;
  height: 1px;
  background: rgb(255 255 255 / 28%);
  content: "";
}

.promo-journey__route li {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 88px;
  padding: 17px;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 13px;
  border: 1px solid rgb(255 255 255 / 23%);
  border-radius: 16px;
  color: var(--promo-white);
  background: rgb(17 45 38 / 74%);
  backdrop-filter: blur(13px);
}

.promo-journey__number {
  display: grid;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--promo-ink);
  background: #a6d72c;
  font-size: 11px;
  font-weight: 600;
  place-items: center;
}

.promo-journey__route li:nth-child(2) .promo-journey__number {
  color: var(--promo-white);
  background: var(--promo-blue);
}

.promo-journey__route li:nth-child(3) .promo-journey__number {
  color: var(--promo-white);
  background: var(--promo-red);
}

.promo-journey__route div {
  display: grid;
  gap: 4px;
}

.promo-journey__route strong {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.promo-journey__route small {
  color: rgb(255 255 255 / 72%);
  font-size: 15px;
  line-height: 1.4;
}

.promo-benefits {
  display: grid;
  margin-top: 30px;
  border: 1px solid var(--promo-line);
  border-radius: var(--promo-radius);
  background: var(--promo-mist);
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  overflow: hidden;
}

.promo-benefit {
  position: relative;
  min-height: 300px;
  padding: 36px;
  border: 0;
  border-right: 1px solid var(--promo-line);
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.promo-benefit:last-child {
  border-right: 0;
}

.promo-benefit--blue {
  color: var(--promo-ink);
  background: transparent;
  transform: none;
}

.promo-benefit__number {
  position: absolute;
  top: 24px;
  right: 28px;
  color: rgb(33 34 38 / 18%);
  font-size: 68px;
  font-weight: 600;
  letter-spacing: -.08em;
  line-height: 1;
}

.promo-benefit--blue .promo-benefit__number {
  color: rgb(255 255 255 / 16%);
}

.promo-benefit__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-top: 0;
  border-radius: 16px;
  color: var(--promo-blue);
  background: var(--promo-white);
  place-items: center;
}

.promo-benefit__icon svg {
  width: 30px;
}

.promo-benefit h3 {
  margin: 31px 0 13px;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.12;
}

.promo-benefit p {
  margin: 0;
  color: var(--promo-muted);
  font-size: 14px;
  line-height: 1.65;
}

.promo-benefit--blue p {
  color: var(--promo-muted);
}

.promo-inside {
  position: relative;
  padding: 128px 0;
  color: var(--promo-white);
  background: var(--promo-green);
}

.promo-inside::before {
  position: absolute;
  top: 0;
  right: 8%;
  width: 360px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 3%));
  content: "";
  transform: skewX(-10deg);
}

.promo-inside__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  gap: 64px;
}

.promo-inside__visual {
  position: relative;
  width: 112%;
  height: 720px;
  margin-left: -12%;
}

.promo-inside__visual img {
  width: 100%;
  height: 100%;
  border-radius: var(--promo-radius);
  box-shadow: var(--promo-shadow);
  object-fit: cover;
  object-position: 70% center;
}

.promo-inside__label {
  position: absolute;
  right: -30px;
  bottom: 46px;
  display: grid;
  min-width: 220px;
  padding: 20px 23px;
  border-radius: 14px;
  color: var(--promo-ink);
  background: #a6d72c;
  transform: rotate(-2deg);
}

.promo-inside__label span {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.promo-inside__label strong {
  font-size: 20px;
  font-weight: 600;
}

.promo-kicker--light {
  color: #a6d72c;
}

.promo-inside h2 {
  margin-top: 25px;
}

.promo-inside__lead {
  margin: 28px 0 32px;
  color: rgb(255 255 255 / 66%);
  font-size: 16px;
  line-height: 1.7;
}

.promo-checklist {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 23px;
  list-style: none;
}

.promo-checklist li {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: start;
  gap: 14px;
  color: rgb(255 255 255 / 69%);
  font-size: 14px;
  line-height: 1.55;
}

.promo-checklist strong {
  color: var(--promo-white);
  font-weight: 400;
}

.promo-checklist__icon {
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid rgb(166 215 44 / 35%);
  border-radius: 50%;
  color: #a6d72c;
  place-items: center;
}

.promo-checklist__icon svg {
  width: 17px;
  stroke-width: 2.4;
}

.promo-text-link {
  display: inline-flex;
  margin-top: 38px;
  align-items: center;
  gap: 14px;
  color: #a6d72c !important;
  font-size: 14px;
  font-weight: 400;
}

.promo-alcohol-note {
  display: flex;
  margin: 26px 0 0;
  align-items: center;
  gap: 10px;
  color: rgb(255 255 255 / 52%);
  font-size: 11px;
  line-height: 1.45;
}

.promo-alcohol-note strong {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid rgb(255 255 255 / 32%);
  border-radius: 50%;
  color: var(--promo-white);
  font-size: 10px;
  font-weight: 600;
  place-items: center;
}

.promo-text-link svg {
  width: 20px;
  transition: transform .2s ease;
}

.promo-text-link:hover svg {
  transform: translateX(5px);
}

.promo-offers {
  padding: 60px 0 138px;
  background: var(--promo-white);
}

.promo-offers__head {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 80px;
}

.promo-offers__head h2 {
  margin-top: 24px;
}

.promo-offers__head > p {
  margin: 0 0 7px;
  color: var(--promo-muted);
  font-size: 17px;
  line-height: 1.7;
}

.promo-offers__grid {
  display: grid;
  margin-top: 70px;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.promo-offer {
  position: relative;
  display: flex;
  min-height: 510px;
  padding: 40px;
  border-radius: var(--promo-radius);
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.promo-offer::after {
  position: absolute;
  right: -70px;
  bottom: -110px;
  width: 310px;
  height: 310px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: .13;
}

.promo-offer--gift {
  color: var(--promo-ink);
  background: #a6d72c;
}

.promo-offer--sale {
  color: var(--promo-white);
  background: var(--promo-blue);
}

.promo-offer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.promo-offer__tag {
  padding: 12px 18px;
  border: 1px solid currentColor;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
  opacity: .92;
}

.promo-offer__icon {
  display: grid;
  width: 62px;
  height: 62px;
  border-radius: 17px;
  color: var(--promo-ink);
  background: var(--promo-white);
  box-shadow: 0 12px 28px rgb(27 53 43 / 12%);
  place-items: center;
}

.promo-offer__icon svg {
  width: 34px;
  stroke-width: 1.7;
}

.promo-offer h3 {
  max-width: 530px;
  margin: 40px 0 18px;
  font-size: clamp(38px, 4vw, 55px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .98;
}

.promo-offer p {
  max-width: 510px;
  margin: 0;
  color: currentColor;
  font-size: 15px;
  line-height: 1.65;
  opacity: .76;
}

.promo-offer__footnote {
  position: relative;
  z-index: 1;
  font-size: 10px;
  letter-spacing: .04em;
  opacity: .6;
}

.promo-countdown {
  padding: 104px 0;
  background: var(--promo-cream);
}

.promo-countdown__inner {
  display: grid;
  grid-template-columns: .85fr 1.4fr auto;
  align-items: end;
  gap: 55px;
}

.promo-countdown h2 {
  margin-top: 23px;
}

.promo-timer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
}

.promo-timer div {
  display: grid;
  min-width: 105px;
  text-align: center;
}

.promo-timer strong {
  color: var(--promo-blue);
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 600;
  letter-spacing: -.07em;
  line-height: .9;
}

.promo-timer span {
  margin-top: 13px;
  color: var(--promo-muted);
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.promo-timer i {
  color: #c9c5bc;
  font-size: 55px;
  font-style: normal;
  font-weight: 300;
  line-height: .75;
}

.promo-countdown__note {
  max-width: 280px;
  margin: 0 0 8px;
  color: var(--promo-ink);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
}

.promo-route {
  padding: 130px 0;
  background: var(--promo-white);
}

.promo-route__grid {
  display: grid;
  grid-template-columns: .83fr 1.17fr;
  align-items: center;
  gap: 90px;
}

.promo-route h2 {
  margin-top: 24px;
}

.promo-route__address {
  display: flex;
  margin-top: 38px;
  align-items: center;
  gap: 18px;
}

.promo-route__address > svg {
  width: 37px;
  color: var(--promo-red);
  fill: rgb(217 4 41 / 8%);
}

.promo-route__address div {
  display: grid;
  gap: 4px;
}

.promo-route__address span,
.promo-route__facts span {
  color: var(--promo-muted);
  font-size: 11px;
}

.promo-route__address strong {
  font-size: 20px;
  font-weight: 600;
}

.promo-route__facts {
  display: grid;
  margin: 32px 0;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.promo-route__facts div {
  display: grid;
  gap: 5px;
  padding-top: 16px;
  border-top: 1px solid var(--promo-line);
}

.promo-route__facts strong {
  font-size: 14px;
  font-weight: 400;
}

.promo-map {
  position: relative;
  min-height: 560px;
  border: 1px solid var(--promo-line);
  border-radius: var(--promo-radius);
  background:
    linear-gradient(90deg, transparent 49.7%, rgb(100 112 108 / 5%) 50%, transparent 50.3%),
    linear-gradient(0deg, transparent 49.7%, rgb(100 112 108 / 5%) 50%, transparent 50.3%),
    #eef3f0;
  background-size: 54px 54px;
  overflow: hidden;
}

.promo-map::before,
.promo-map::after {
  position: absolute;
  border-radius: 30px;
  background: #dfe9e4;
  content: "";
}

.promo-map::before {
  top: 40px;
  right: 25px;
  width: 180px;
  height: 115px;
  transform: rotate(7deg);
}

.promo-map::after {
  bottom: 32px;
  left: 40px;
  width: 190px;
  height: 130px;
  transform: rotate(-7deg);
}

.promo-map__street {
  position: absolute;
  z-index: 2;
  background: var(--promo-white);
  box-shadow: 0 0 0 1px #e1e5e3;
}

.promo-map__street span {
  position: absolute;
  color: #9aa39f;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.promo-map__street--horizontal {
  top: 57%;
  right: -5%;
  left: -5%;
  height: 78px;
  transform: rotate(-7deg);
}

.promo-map__street--horizontal span {
  top: 28px;
  left: 44%;
}

.promo-map__street--vertical {
  top: -8%;
  left: 32%;
  width: 64px;
  height: 120%;
  transform: rotate(9deg);
}

.promo-map__street--vertical span {
  top: 32%;
  left: 25px;
  transform: rotate(90deg);
  transform-origin: left center;
}

.promo-map__park {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background: #cce3d1;
  filter: blur(.2px);
}

.promo-map__park--one {
  top: 50px;
  left: 50px;
  width: 135px;
  height: 82px;
}

.promo-map__park--two {
  right: 55px;
  bottom: 55px;
  width: 115px;
  height: 98px;
}

.promo-map__metro {
  position: absolute;
  z-index: 5;
  right: 48px;
  bottom: 135px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.promo-map__metro span {
  display: grid;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: var(--promo-white);
  background: var(--promo-blue);
  font-size: 17px;
  font-weight: 600;
  place-items: center;
}

.promo-map__metro strong {
  font-size: 13px;
  font-weight: 400;
}

.promo-map__pin {
  position: absolute;
  z-index: 6;
  top: 33%;
  left: 47%;
  display: flex;
  align-items: center;
  gap: 12px;
}

.promo-map__pin > svg {
  position: relative;
  z-index: 2;
  width: 48px;
  color: var(--promo-red);
  fill: var(--promo-red);
  stroke: var(--promo-white);
  stroke-width: 2;
  filter: drop-shadow(0 8px 10px rgb(102 32 43 / 25%));
}

.promo-map__pulse {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  border: 1px solid rgb(217 4 41 / 35%);
  border-radius: 50%;
  animation: map-pulse 2s ease-out infinite;
}

@keyframes map-pulse {
  to {
    opacity: 0;
    transform: scale(4);
  }
}

.promo-map__pin div {
  display: grid;
  min-width: 128px;
  padding: 11px 13px;
  border-radius: 10px;
  background: var(--promo-white);
  box-shadow: 0 10px 28px rgb(31 64 53 / 15%);
}

.promo-map__pin strong {
  font-size: 13px;
  font-weight: 600;
}

.promo-map__pin div span {
  color: var(--promo-muted);
  font-size: 10px;
}

.promo-map--realistic {
  min-height: 0;
  border: 0;
  background: #e8eeeb;
  box-shadow: var(--promo-shadow);
}

.promo-map--realistic::before,
.promo-map--realistic::after {
  display: none;
}

.promo-map__link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--promo-radius);
}

.promo-map__image {
  width: 100%;
  height: auto;
  aspect-ratio: 720 / 560;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.2, .8, .2, 1);
}

.promo-map__link:hover .promo-map__image {
  transform: scale(1.025);
}

.promo-map__open {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  padding: 0 17px;
  border: 1px solid rgb(255 255 255 / 38%);
  border-radius: 12px;
  color: var(--promo-white);
  background: rgb(21 60 50 / 90%);
  box-shadow: 0 10px 28px rgb(31 64 53 / 20%);
  font-size: 11px;
  font-weight: 400;
  backdrop-filter: blur(10px);
}

.promo-map__open svg {
  width: 17px;
}

.promo-final {
  padding: 74px 0;
  color: var(--promo-white);
  background: var(--promo-blue);
}

.promo-final__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 48px;
}

.promo-final__date {
  display: grid;
  width: 128px;
  height: 128px;
  align-content: center;
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 50%;
  text-align: center;
}

.promo-final__date strong {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -.06em;
  line-height: .95;
}

.promo-final__date span {
  font-size: 12px;
  text-transform: uppercase;
}

.promo-final p {
  margin: 0 0 10px;
  color: rgb(255 255 255 / 62%);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.promo-footer {
  padding: 48px 0 24px;
  background: #f0f1f2;
}

.promo-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px 56px;
  flex-wrap: wrap;
}

.promo-footer__brand {
  display: flex;
  min-width: 220px;
  max-width: 320px;
  flex-direction: column;
  gap: 14px;
}

.promo-logo--footer {
  min-width: 0;
}

.promo-footer__tagline {
  margin: 0;
  color: var(--promo-muted);
  font-size: 13px;
  line-height: 1.5;
}

.promo-footer__phone {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .01em;
}

.promo-footer__cols {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 56px;
}

.promo-footer__col {
  display: flex;
  min-width: 140px;
  flex-direction: column;
}

.promo-footer__col h3 {
  margin: 0 0 12px;
  color: var(--promo-ink);
  font-size: 13px;
  font-weight: 600;
}

.promo-footer__col a {
  padding: 5px 0;
  color: var(--promo-muted);
  font-size: 13.5px;
  transition: color .2s ease;
}

.promo-footer__col a:hover,
.promo-footer__col a:focus-visible {
  color: var(--promo-blue);
}

.promo-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid #e0e1e3;
  color: var(--promo-muted);
  font-size: 12px;
}

.promo-age {
  display: grid;
  width: 36px;
  height: 36px;
  border: 1px solid #bfc1c4;
  border-radius: 50%;
  color: #7c7e82;
  font-size: 11px;
  font-weight: 600;
  place-items: center;
}

.rosal-promo.promo-js .promo-reveal {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity .65s ease, transform .65s ease;
}

.rosal-promo.promo-js .promo-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1050px) {
  .promo-nav {
    display: none;
  }

  .promo-hero__content {
    width: min(650px, 76%);
  }

  .promo-section-head {
    grid-template-columns: .65fr 1.35fr;
  }

  .promo-section-head > p:last-child {
    grid-column: 2;
  }

  .promo-inside__grid,
  .promo-route__grid {
    gap: 48px;
  }

  .promo-inside__visual {
    width: 100%;
    margin-left: 0;
  }

  .promo-countdown__inner {
    grid-template-columns: 1fr 1.3fr;
  }

  .promo-countdown__note {
    grid-column: 2;
    max-width: none;
  }
}

@media (max-width: 820px) {
  .promo-container {
    width: min(100% - 40px, 680px);
  }

  .promo-header__inner {
    min-height: 68px;
  }

  .promo-header__cta span {
    display: none;
  }

  .promo-hero,
  .promo-hero__inner {
    min-height: 840px;
  }

  .promo-hero__inner {
    align-items: flex-end;
    padding-bottom: 92px;
  }

  .promo-hero__image {
    background-position: 67% center;
  }

  .promo-hero__wash {
    background: linear-gradient(0deg, #12372f 2%, rgb(18 55 47 / 97%) 44%, rgb(18 55 47 / 24%) 87%);
  }

  .promo-hero__content {
    width: 100%;
  }

  .promo-hero h1 {
    font-size: clamp(52px, 13vw, 78px);
  }

  .promo-hero__lead {
    max-width: 550px;
  }

  .promo-scroll {
    display: none;
  }

  .promo-section-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .promo-section-head > p:last-child {
    grid-column: auto;
  }

  .promo-journey {
    height: 650px;
    margin-top: 50px;
  }

  .promo-journey__route {
    grid-template-columns: 1fr;
  }

  .promo-journey__route::before {
    display: none;
  }

  .promo-journey__route li {
    min-height: 76px;
  }

  .promo-benefits {
    grid-template-columns: 1fr;
  }

  .promo-benefit {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--promo-line);
  }

  .promo-benefit:last-child {
    border-bottom: 0;
  }

  .promo-inside__grid,
  .promo-route__grid {
    grid-template-columns: 1fr;
  }

  .promo-inside__visual {
    height: 480px;
  }

  .promo-inside__content {
    max-width: 620px;
  }

  .promo-offers__head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .promo-offers__head > p {
    max-width: 600px;
  }

  .promo-offers__grid {
    grid-template-columns: 1fr;
  }

  .promo-countdown__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .promo-countdown__note {
    grid-column: auto;
  }

  .promo-timer {
    justify-content: flex-start;
  }

  .promo-map {
    min-height: 470px;
  }

  .promo-map--realistic {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .promo-container {
    width: calc(100% - 32px);
  }

  .promo-logo {
    min-width: 0;
  }

  .promo-logo img {
    width: 118px;
  }

  .promo-logo span {
    display: none;
  }

  .promo-hero {
    min-height: 780px;
  }

  .promo-hero__inner {
    min-height: 780px;
    padding: 114px 0 54px;
  }

  .promo-hero__image {
    background-position: 69% top;
    background-size: auto 68%;
  }

  .promo-eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .promo-hero h1 {
    font-size: 48px;
  }

  .promo-hero__lead {
    margin: 20px 0 26px;
    font-size: 15px;
  }

  .promo-button {
    width: 100%;
  }

  .promo-hero__meta {
    display: grid;
    margin-top: 30px;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
  }

  .promo-hero__date {
    grid-column: 1 / -1;
  }

  .promo-hero__divider {
    display: none;
  }

  .promo-hero__address strong,
  .promo-hero__hours strong {
    font-size: 11px;
  }

  .promo-intro,
  .promo-inside,
  .promo-offers,
  .promo-route {
    padding: 85px 0;
  }

  .promo-intro {
    padding-bottom: 0;
  }

  .promo-offers {
    padding-top: 48px;
  }

  .promo-countdown {
    padding: 78px 0;
  }

  .promo-section-head h2,
  .promo-inside h2,
  .promo-offers h2,
  .promo-countdown h2,
  .promo-route h2,
  .promo-final h2 {
    font-size: 44px;
  }

  .promo-section-head h2 {
    font-size: 50px;
  }

  .promo-section-head > p:last-child {
    font-size: 18px;
  }

  .promo-journey {
    height: 660px;
    margin-top: 42px;
  }

  .promo-journey > img {
    object-position: 47% center;
  }

  .promo-journey__label {
    top: 18px;
    left: 18px;
  }

  .promo-journey__route {
    right: 14px;
    bottom: 14px;
    left: 14px;
    gap: 8px;
  }

  .promo-journey__route li {
    min-height: 72px;
    padding: 12px;
    grid-template-columns: 42px 1fr;
  }

  .promo-journey__number {
    width: 40px;
    height: 40px;
  }

  .promo-benefits {
    margin-top: 28px;
  }

  .promo-benefit {
    min-height: 0;
    padding: 28px;
  }

  .promo-benefit__icon {
    margin-top: 0;
  }

  .promo-offers__grid {
    margin-top: 46px;
  }

  .promo-offer {
    min-height: 470px;
    padding: 28px;
  }

  .promo-offer h3 {
    font-size: 38px;
  }

  .promo-inside__visual {
    height: 370px;
  }

  .promo-inside__label {
    right: 12px;
    bottom: 18px;
    min-width: 0;
  }

  .promo-timer {
    width: 100%;
    gap: 6px;
  }

  .promo-timer div {
    min-width: 78px;
  }

  .promo-timer strong {
    font-size: 52px;
  }

  .promo-timer i {
    font-size: 38px;
  }

  .promo-route__facts {
    grid-template-columns: 1fr;
  }

  .promo-map {
    min-height: 390px;
  }

  .promo-map--realistic {
    min-height: 0;
  }

  .promo-map__open {
    right: 14px;
    bottom: 14px;
  }

  .promo-map__pin {
    left: 35%;
  }

  .promo-map__metro {
    right: 25px;
    bottom: 95px;
  }

  .promo-final {
    padding: 64px 0;
  }

  .promo-final__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .promo-final__date {
    width: 94px;
    height: 94px;
  }

  .promo-final__date strong {
    font-size: 38px;
  }

  .promo-footer__inner {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rosal-promo.promo-js .promo-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .promo-map__pulse {
    animation: none;
  }
}
