/* Generated by vite-plugin-svg-spritemap */
.rn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-family: inherit;
  cursor: pointer;
  transition: opacity 0.2s ease;
  text-decoration: none;
}
.rn-btn--glass {
  background: linear-gradient(110deg, rgba(var(--rn-accent-rgb), 0.18) 0%, rgba(var(--rn-accent-rgb), 0.4) 25%, rgba(var(--rn-accent-rgb), 0.18) 50%, rgba(var(--rn-accent-rgb), 0.4) 75%, rgba(var(--rn-accent-rgb), 0.18) 100%);
  background-size: 250% 100%;
  animation: rn-shimmer 4s linear infinite;
  backdrop-filter: blur(0.875rem);
  -webkit-backdrop-filter: blur(0.875rem);
  border: 0.0625rem solid rgba(var(--rn-accent-rgb), 0.5);
  color: var(--rn-text);
}
.rn-btn--lang {
  border-radius: 0.375rem;
  padding: 0.1875rem 0.625rem;
  font-weight: 700;
  font-size: 0.75rem;
}
.rn-btn--lang:disabled {
  opacity: 0.6;
  cursor: default;
}
.rn-btn--lang._active {
  opacity: 1;
}
.rn-btn--cta {
  background: linear-gradient(90deg, var(--rn-accent), var(--rn-purple));
  color: #fff;
  border: none;
  animation: rn-cta-pulse 2.2s ease-in-out infinite;
}
.rn-btn--cta:is(a, button) {
  color: #fff;
}
.rn-btn--cta:is(a):link, .rn-btn--cta:is(a):visited, .rn-btn--cta:is(a):hover, .rn-btn--cta:is(a):active, .rn-btn--cta:is(a):focus-visible {
  color: #fff;
}
.rn-btn--outline {
  background: transparent;
  color: var(--rn-text);
  border-width: 0.0625rem;
  border-style: solid;
  animation: rn-border-shimmer 3s ease-in-out infinite;
}
.rn-btn--outline-cta {
  background: linear-gradient(135deg, rgba(var(--rn-accent-rgb), 0.14) 0%, rgba(var(--rn-purple-rgb), 0.22) 100%);
  backdrop-filter: blur(0.875rem);
  -webkit-backdrop-filter: blur(0.875rem);
  color: var(--rn-text);
  border-width: 0.0625rem;
  border-style: solid;
  animation: rn-border-shimmer 3s ease-in-out infinite;
}
.rn-btn--nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border-radius: 50%;
  border: 0.0625rem solid rgba(var(--rn-accent-rgb), 0.5);
  font-size: 1.25rem;
  line-height: 1;
  z-index: 2;
  flex-shrink: 0;
}
.rn-btn--nav._prev {
  left: 0;
}
.rn-btn--nav._next {
  right: 0;
}

@keyframes rn-shimmer {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@keyframes rn-cta-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0.5rem 1.875rem rgba(var(--rn-accent-rgb), 0.35);
  }
  50% {
    transform: scale(1.045);
    box-shadow: 0 0.625rem 2.5rem rgba(var(--rn-purple-rgb), 0.55);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0.5rem 1.875rem rgba(var(--rn-accent-rgb), 0.35);
  }
}
@keyframes rn-border-shimmer {
  0% {
    border-color: var(--rn-accent);
    box-shadow: 0 0 0.75rem rgba(var(--rn-accent-rgb), 0.3);
  }
  50% {
    border-color: var(--rn-purple);
    box-shadow: 0 0 0.75rem rgba(var(--rn-purple-rgb), 0.3);
  }
  100% {
    border-color: var(--rn-accent);
    box-shadow: 0 0 0.75rem rgba(var(--rn-accent-rgb), 0.3);
  }
}
@keyframes rn-pin-pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0.7;
  }
  70% {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0;
  }
}
.rn-mono {
  font-family: var(--rn-font-mono);
}

.rn-logo-icon {
  --rn-logo-size: 2.25rem;
  --rn-logo-font: 1.0625rem;
  --rn-logo-drum-inset: 0.25rem;
  position: relative;
  flex-shrink: 0;
  width: var(--rn-logo-size);
  height: var(--rn-logo-size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #3d4a5c 0%, #171c24 45%, #2a3442 100%);
  border: 0.09375rem solid rgba(var(--rn-accent-rgb), 0.4);
  box-shadow: inset 0 0.0625rem 0.3125rem rgba(255, 255, 255, 0.14), inset 0 -0.125rem 0.4375rem rgba(0, 0, 0, 0.45), 0 0.25rem 1rem rgba(var(--rn-accent-rgb), 0.32);
}
.rn-logo-icon__drum {
  position: absolute;
  inset: var(--rn-logo-drum-inset);
  border-radius: 50%;
  overflow: hidden;
  animation: rn-logo-drum-spin 2.6s linear infinite;
  background: repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.22) 0deg 5deg, transparent 5deg 60deg), linear-gradient(135deg, var(--rn-accent) 0%, var(--rn-purple) 100%);
  box-shadow: inset 0 0 0.625rem rgba(0, 0, 0, 0.25);
}
.rn-logo-icon__drum::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  opacity: 0.45;
  background-image: radial-gradient(rgba(255, 255, 255, 0.95) 0.034375rem, transparent 0.034375rem);
  background-size: 0.21875rem 0.21875rem;
  background-position: center;
}
.rn-logo-icon__drum::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.18), transparent 42%);
}
.rn-logo-icon__letter {
  position: relative;
  z-index: 2;
  font-weight: 800;
  font-size: var(--rn-logo-font);
  line-height: 1;
  color: #fff;
  text-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.45);
}
.rn-logo-icon--sm {
  --rn-logo-size: 1.875rem;
  --rn-logo-font: 0.875rem;
  --rn-logo-drum-inset: 0.1875rem;
}
.rn-logo-icon--hero {
  --rn-logo-size: 4rem;
  --rn-logo-font: 1.75rem;
  --rn-logo-drum-inset: 0.375rem;
  box-shadow: inset 0 0.0625rem 0.3125rem rgba(255, 255, 255, 0.14), inset 0 -0.125rem 0.4375rem rgba(0, 0, 0, 0.45), 0 0.5rem 2rem rgba(var(--rn-accent-rgb), 0.45);
}

@keyframes rn-logo-drum-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes rn-grid-drift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 4rem 4rem, 4rem 4rem;
  }
}
@keyframes rn-bg-glow-float {
  0%, 100% {
    transform: translateX(-50%) translateY(0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(-50%) translateY(1.375rem) scale(1.06);
    opacity: 0.82;
  }
}
@keyframes rn-bg-glow-orbit {
  0%, 100% {
    transform: scale(1);
    opacity: 0.88;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}
@keyframes rn-bg-beam-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
html:has(.remontnyk) {
  scrollbar-gutter: stable;
}

body:has(.remontnyk) {
  margin: 0;
  font-family: var(--font-family);
  background: var(--rn-bg);
  color: var(--rn-text);
}
body:has(.remontnyk) .wrapper {
  background: var(--rn-bg);
  color: var(--rn-text);
}
body:has(.remontnyk)::selection {
  background: var(--rn-selection);
  color: white;
}
body:has(.remontnyk) a:not(.rn-btn, .rn-call-fab) {
  color: inherit;
  text-decoration: none;
}
body:has(.remontnyk) a.rn-btn {
  text-decoration: none;
}

.remontnyk {
  position: relative;
  color: var(--rn-text);
  min-height: 100vh;
  overflow: hidden;
  font-family: var(--font-family);
}
.remontnyk__grid-bg {
  background-image: linear-gradient(var(--rn-grid-line) 0.0625rem, transparent 0.0625rem), linear-gradient(90deg, var(--rn-grid-line) 0.0625rem, transparent 0.0625rem);
  background-size: 4rem 4rem;
  animation: rn-grid-drift 14s linear infinite;
  will-change: background-position;
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 40%, transparent 100%);
}
.remontnyk__glow {
  animation: rn-bg-glow-float 5s ease-in-out infinite;
  will-change: transform, opacity;
  position: fixed;
  top: -12.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 62.5rem;
  height: 37.5rem;
  background: radial-gradient(ellipse at center, rgba(var(--rn-accent-rgb), 0.35) 0%, rgba(var(--rn-purple-rgb), 0.14) 48%, transparent 72%);
  filter: blur(2.5rem);
  z-index: 0;
  pointer-events: none;
}
.remontnyk__beam {
  animation: rn-bg-beam-spin 12s linear infinite;
  will-change: transform;
  position: fixed;
  top: 22%;
  left: 50%;
  width: min(68.75rem, 130vw);
  height: min(68.75rem, 130vw);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.42;
  background: conic-gradient(from 0deg, transparent 0deg 40deg, rgba(var(--rn-accent-rgb), 0.12) 90deg, rgba(var(--rn-purple-rgb), 0.1) 160deg, transparent 220deg 360deg);
  filter: blur(0.625rem);
  mask-image: radial-gradient(circle at center, black 12%, transparent 62%);
}
.remontnyk__content {
  position: relative;
  z-index: 1;
}

[data-rn-reveal] {
  will-change: auto;
}
.rn-section {
  padding: 3.75rem 2.5rem;
}
.rn-section__head {
  text-align: center;
  margin-bottom: 3.25rem;
}
.rn-section__label {
  color: var(--rn-accent);
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.625rem;
}
.rn-section__title {
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
  color: var(--rn-heading);
}

.rn-cards-grid {
  max-width: 75rem;
  margin-inline: auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.0625rem;
  background: rgba(255, 255, 255, 0.07);
  border: 0.0625rem solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
}
.rn-cards-grid__item {
  position: relative;
  background: var(--rn-surface);
  padding: 2rem;
  border: 0.0625rem solid transparent;
  min-width: 0;
  transition: border-color 0.35s ease, border-radius 0.35s ease, box-shadow 0.35s ease;
}
.rn-cards-grid__item:first-child {
  border-top-left-radius: 0.9375rem;
}
.rn-cards-grid__item:nth-child(3) {
  border-top-right-radius: 0.9375rem;
}
.rn-cards-grid__item:nth-child(4) {
  border-bottom-left-radius: 0.9375rem;
}
.rn-cards-grid__item:last-child {
  border-bottom-right-radius: 0.9375rem;
}
.rn-cards-grid__icon {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 0.625rem;
  background: rgba(var(--rn-accent-rgb), 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.125rem;
  color: var(--rn-accent);
}
.rn-cards-grid__icon svg {
  stroke: currentColor;
}
.rn-cards-grid__title {
  font-weight: 700;
  font-size: 1.03125rem;
  margin-bottom: 0.5rem;
  color: var(--rn-heading);
}
.rn-cards-grid__text {
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--rn-muted);
  margin: 0;
}
.rn-cards-grid--checks .rn-cards-grid__icon {
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(var(--rn-accent-rgb), 0.16) 0%, rgba(var(--rn-purple-rgb), 0.24) 100%);
  border: 0.0625rem solid rgba(var(--rn-accent-rgb), 0.45);
  box-shadow: 0 0 1.125rem rgba(var(--rn-accent-rgb), 0.16);
  animation: rn-border-shimmer 3s ease-in-out infinite;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.rn-cards-grid--checks .rn-cards-grid__icon svg {
  width: 1.125rem;
  height: 1.125rem;
  stroke: currentColor;
  transition: transform 0.25s ease;
}
.rn-steps {
  max-width: 75rem;
  margin-inline: auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.0625rem;
  background: rgba(255, 255, 255, 0.07);
  border: 0.0625rem solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
}
.rn-steps__item {
  position: relative;
  background: var(--rn-surface);
  padding: 1.625rem;
  border: 0.0625rem solid transparent;
  min-width: 0;
  transition: border-color 0.35s ease, border-radius 0.35s ease, box-shadow 0.35s ease;
}
.rn-steps__item:first-child {
  border-top-left-radius: 0.9375rem;
  border-bottom-left-radius: 0.9375rem;
}
.rn-steps__item:last-child {
  border-top-right-radius: 0.9375rem;
  border-bottom-right-radius: 0.9375rem;
}
.rn-steps__num {
  font-size: 2.125rem;
  font-weight: 700;
  color: rgba(var(--rn-accent-rgb), 0.25);
  line-height: 1;
  margin-bottom: 0.75rem;
}
.rn-steps__title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--rn-heading);
}
.rn-steps__text {
  font-size: 0.84375rem;
  color: var(--rn-muted);
  line-height: 1.5;
  margin: 0;
}
.rn-brands {
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
.rn-brands__inner {
  width: 100%;
}
.rn-brands__head {
  margin-bottom: 2.5rem;
}
.rn-brands__desc {
  max-width: 45rem;
  margin: 1rem auto 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--rn-muted);
}
.rn-brands__grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}
.rn-brands__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 1.125rem 1rem;
  border-radius: 0.875rem;
  background: rgba(255, 255, 255, 0.02);
  border: 0.0625rem solid rgba(255, 255, 255, 0.07);
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.rn-brands__item--more {
  flex-direction: column;
  gap: 0.375rem;
  border-style: dashed;
  border-color: rgba(var(--rn-accent-rgb), 0.22);
  background: linear-gradient(135deg, rgba(var(--rn-accent-rgb), 0.04) 0%, rgba(var(--rn-purple-rgb), 0.03) 100%);
}
.rn-brands__more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  text-align: center;
}
.rn-brands__more-plus {
  font-family: var(--rn-font-mono);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(135deg, var(--rn-accent-light), var(--rn-purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.rn-brands__more-text {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--rn-muted);
}
.rn-brands__more-accent {
  background: linear-gradient(135deg, var(--rn-text) 0%, var(--rn-accent-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.rn-brands__logo {
  display: block;
  width: auto;
  max-width: min(100%, 8rem);
  height: 2.25rem;
  object-fit: contain;
  opacity: 0.88;
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.rn-brands__logo--lg {
  height: 2.625rem;
  max-width: min(100%, 9.25rem);
}
.rn-brands__foot {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.rn-brands__cta {
  padding: 1rem 2.125rem;
  border-radius: 62.4375rem;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  box-shadow: 0 0.5rem 1.875rem rgba(var(--rn-accent-rgb), 0.35);
}

[data-fls-index] .rn-brands__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
[data-fls-services-washing] .rn-brands__grid,
[data-fls-services-dryer] .rn-brands__grid,
[data-fls-services-dishwasher] .rn-brands__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: visible;
}

.rn-districts {
  max-width: 75rem;
  margin-inline: auto;
  width: 100%;
}
.rn-districts__panel {
  background: var(--rn-surface);
  border: 0.0625rem solid var(--rn-border);
  border-radius: 1.25rem;
  padding: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.rn-districts__copy {
  min-width: 0;
}
.rn-districts__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.375rem, 3.2vw, 1.75rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--rn-heading);
  max-width: 16em;
  text-wrap: balance;
}
.rn-districts__desc {
  margin: 0 0 1.5rem;
  font-size: 0.90625rem;
  line-height: 1.65;
  color: var(--rn-muted);
  max-width: 36em;
}
.rn-districts__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem;
  margin: 0;
  padding: 1rem;
  list-style: none;
  border-radius: 0.875rem;
  background: linear-gradient(165deg, rgba(var(--rn-accent-rgb), 0.07) 0%, rgba(255, 255, 255, 0.02) 42%, rgba(var(--rn-purple-rgb), 0.06) 100%);
  border: 0.0625rem solid rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.05);
}
.rn-districts__chip {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  min-width: 0;
  padding: 0.6875rem 0.75rem;
  border-radius: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--rn-muted-light);
  background: rgba(8, 11, 16, 0.55);
  border: 0.0625rem solid rgba(255, 255, 255, 0.08);
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.rn-districts__chip-pin {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  background: rgba(var(--rn-accent-rgb), 0.12);
  border: 0.0625rem solid rgba(var(--rn-accent-rgb), 0.24);
  box-shadow: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.06);
}
.rn-districts__chip-pin .rn-map-drop {
  width: 0.625rem;
  height: 0.625rem;
  border-width: 0.09375rem;
  box-shadow: 0 0 0.375rem rgba(var(--rn-accent-rgb), 0.5);
}
.rn-districts__chip-name {
  flex: 1;
  min-width: 0;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.rn-districts__map {
  position: relative;
  aspect-ratio: 4/3.4;
  min-height: 20rem;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(1.125rem);
  -webkit-backdrop-filter: blur(1.125rem);
}
.rn-districts__map-body {
  width: 100%;
  height: 100%;
  min-height: 20rem;
}
.rn-districts__map .leaflet-control-zoom a {
  background: var(--rn-surface);
  color: var(--rn-text);
  border-color: var(--rn-border);
}
.rn-districts__map .leaflet-control-attribution {
  background: rgba(10, 12, 16, 0.82) !important;
  color: var(--rn-muted) !important;
  font-size: 0.625rem;
}
.rn-districts__map .leaflet-control-attribution a {
  color: var(--rn-accent);
}
.rn-map-drop {
  display: block;
  flex-shrink: 0;
  background: linear-gradient(160deg, var(--rn-accent), var(--rn-purple));
  border: 0.125rem solid rgba(255, 255, 255, 0.88);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.rn-map-marker {
  background: transparent;
  border: none;
}
.rn-map-marker--drop .rn-map-drop {
  width: 0.875rem;
  height: 0.875rem;
  box-shadow: 0 0 0.625rem rgba(var(--rn-accent-rgb), 0.55), 0 0.25rem 0.625rem rgba(0, 0, 0, 0.35);
}
.rn-map-marker--lg .rn-map-drop {
  width: 1.125rem;
  height: 1.125rem;
  border-width: 0.15625rem;
  box-shadow: 0 0 0.875rem rgba(var(--rn-accent-rgb), 0.6), 0 0.375rem 0.875rem rgba(0, 0, 0, 0.4);
  animation: rn-map-drop-pulse 2.4s ease-in-out infinite;
}
.rn-map-marker--xl .rn-map-drop {
  width: 1.375rem;
  height: 1.375rem;
  border-width: 0.15625rem;
  box-shadow: 0 0 1rem rgba(var(--rn-accent-rgb), 0.65), 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
  animation: rn-map-drop-pulse 2.4s ease-in-out infinite;
}

@keyframes rn-map-drop-pulse {
  0%, 100% {
    box-shadow: 0 0 0.875rem rgba(var(--rn-accent-rgb), 0.6), 0 0.375rem 0.875rem rgba(0, 0, 0, 0.4);
  }
  50% {
    box-shadow: 0 0 1.375rem rgba(var(--rn-accent-rgb), 0.85), 0 0.5rem 1.125rem rgba(0, 0, 0, 0.45);
  }
}
.rn-map-popup .leaflet-popup-content-wrapper {
  background: var(--rn-surface);
  color: var(--rn-text);
  border: 0.0625rem solid rgba(var(--rn-accent-rgb), 0.35);
  border-radius: 0.75rem;
  box-shadow: 0 0.75rem 2.5rem rgba(0, 0, 0, 0.45);
}
.rn-map-popup .leaflet-popup-tip {
  background: var(--rn-surface);
  border: 0.0625rem solid rgba(var(--rn-accent-rgb), 0.2);
}
.rn-map-popup .leaflet-popup-content {
  margin: 0.75rem 0.875rem;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.rn-map-popup .leaflet-popup-content strong {
  color: var(--rn-heading);
}
.rn-map-popup .leaflet-popup-close-button {
  color: var(--rn-muted);
}

.rn-cta__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rn-cta__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem;
}

.rn-cta__field {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
}

.rn-cta__label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--rn-muted-light);
}

.rn-cta__req {
  color: var(--rn-accent-light);
}

.rn-cta__input {
  width: 100%;
  padding: 0.875rem 1rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  color: var(--rn-text);
  font-family: inherit;
  font-size: 0.9375rem;
  line-height: 1.45;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.rn-cta__input::placeholder {
  color: rgba(155, 163, 174, 0.75);
}
.rn-cta__input:focus {
  outline: none;
  border-color: rgba(var(--rn-accent-rgb), 0.6);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 0 0.25rem rgba(var(--rn-accent-rgb), 0.14);
}
.rn-cta__input._error {
  border-color: rgba(255, 100, 100, 0.65);
  box-shadow: 0 0 0 0.25rem rgba(255, 100, 100, 0.12);
}
.rn-cta__input--area {
  min-height: 7.5rem;
  resize: vertical;
}

.rn-cta__submit {
  width: 100%;
  padding: 1rem 2.125rem;
  border-radius: 62.4375rem;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  box-shadow: 0 0.625rem 2rem rgba(var(--rn-accent-rgb), 0.38);
}
.rn-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: 7.5rem 2.5rem 6.25rem;
}
.rn-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.rn-hero__bg-grid {
  background-image: linear-gradient(var(--rn-grid-line) 0.0625rem, transparent 0.0625rem), linear-gradient(90deg, var(--rn-grid-line) 0.0625rem, transparent 0.0625rem);
  background-size: 4rem 4rem;
  animation: rn-grid-drift 14s linear infinite;
  will-change: background-position;
  position: absolute;
  inset: -12%;
  opacity: 0.55;
  mask-image: radial-gradient(ellipse 85% 70% at 50% 18%, black 35%, transparent 100%);
}
.rn-hero__bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(3.5rem);
}
.rn-hero__bg-glow--accent {
  animation: rn-bg-glow-orbit 4s ease-in-out infinite;
  will-change: transform, opacity;
  top: -8%;
  left: 18%;
  width: min(32.5rem, 55vw);
  height: min(32.5rem, 55vw);
  background: radial-gradient(circle, rgba(var(--rn-accent-rgb), 0.42) 0%, rgba(var(--rn-accent-rgb), 0) 68%);
}
.rn-hero__bg-glow--purple {
  animation: rn-bg-glow-orbit 5.5s ease-in-out infinite reverse;
  will-change: transform, opacity;
  top: 2%;
  right: 12%;
  width: min(26.25rem, 48vw);
  height: min(26.25rem, 48vw);
  background: radial-gradient(circle, rgba(var(--rn-purple-rgb), 0.32) 0%, rgba(var(--rn-purple-rgb), 0) 70%);
}
.rn-hero__bg-beam {
  animation: rn-bg-beam-spin 12s linear infinite;
  will-change: transform;
  position: absolute;
  left: 50%;
  top: 38%;
  width: min(55rem, 92vw);
  height: min(55rem, 92vw);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.5;
  background: conic-gradient(from 0deg, transparent 0deg 35deg, rgba(var(--rn-accent-rgb), 0.16) 80deg, rgba(var(--rn-purple-rgb), 0.12) 150deg, transparent 210deg 360deg);
  filter: blur(0.5rem);
  mask-image: radial-gradient(circle at center, black 10%, transparent 58%);
}
.rn-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 57.5rem;
  margin-inline: auto;
  text-align: center;
}
.rn-hero__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1.375rem;
}
.rn-hero__label {
  color: var(--rn-accent-light);
  font-size: 0.78125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 1.75rem;
}
.rn-hero__title {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.06;
  font-weight: 800;
  margin: 0 0 1.5rem;
  letter-spacing: -0.03em;
  color: #fff;
  background: linear-gradient(180deg, #ffffff 20%, #9dbfdd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rn-hero__desc {
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--rn-muted);
  max-width: 35rem;
  margin: 0 auto 1.375rem;
}
.rn-hero__rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin: 0 auto 2.25rem;
}
.rn-hero__rating-stars {
  color: #f5b942;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1875rem;
  flex-shrink: 0;
}
.rn-hero__rating-text {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--rn-muted-light);
  text-align: center;
}
.rn-hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3.5rem;
}
.rn-hero__actions a {
  padding: 1rem 2rem;
  border-radius: 62.4375rem;
  font-weight: 700;
  font-size: 1rem;
}
.rn-hero__actions .rn-btn--cta {
  box-shadow: 0 0.5rem 1.875rem rgba(var(--rn-accent-rgb), 0.35);
}
.rn-benefits {
  max-width: 68.75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.rn-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem 0;
  text-align: center;
}
.rn-benefits__item {
  padding: 0 1.25rem;
}
.rn-benefits__item:not(:nth-child(3n)) {
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.1);
}
.rn-benefits__pill {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  background: linear-gradient(135deg, rgba(var(--rn-accent-rgb), 0.28) 0%, rgba(var(--rn-accent-rgb), 0.14) 100%);
  backdrop-filter: blur(0.875rem);
  border: 0.0625rem solid rgba(var(--rn-accent-rgb), 0.5);
  box-shadow: 0 0 1.5rem rgba(var(--rn-accent-rgb), 0.35);
  color: #fff;
}
.rn-benefits__pill svg {
  stroke: currentColor;
}
.rn-benefits__name {
  font-weight: 700;
  font-size: 0.8125rem;
  color: var(--rn-heading);
  letter-spacing: 0.01em;
  margin-bottom: 0.375rem;
  line-height: 1.2;
  white-space: nowrap;
}
.rn-benefits__text {
  font-size: 0.84375rem;
  line-height: 1.5;
  color: var(--rn-muted);
}
.rn-benefits__progress {
  margin-top: 2.125rem;
}
.rn-benefits__progress._stage-call .rn-benefits__progress-label-icon {
  display: none;
}
.rn-benefits__progress-stage {
  position: relative;
  padding-bottom: 0.625rem;
  --story-actor: clamp(2.625rem, 8.5vw, 3rem);
  --story-icon: clamp(1.5rem, 5vw, 1.75rem);
}
.rn-benefits__progress-track {
  position: relative;
  height: 0.1875rem;
  border-radius: 62.4375rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0.75rem rgba(var(--rn-accent-rgb), 0.12);
}
.rn-benefits__progress-track._busy {
  box-shadow: 0 0 1rem rgba(var(--rn-accent-rgb), 0.35), 0 0 1.5rem rgba(var(--rn-accent-rgb), 0.15);
}
.rn-benefits__progress-track._triumph .rn-benefits__progress-fill {
  background: linear-gradient(90deg, rgba(52, 211, 153, 0.85) 0%, rgba(250, 204, 21, 0.75) 100%);
  box-shadow: 0 0 0.875rem rgba(52, 211, 153, 0.55), 0 0 1.25rem rgba(250, 204, 21, 0.25);
}
.rn-benefits__progress-stage:has(.rn-benefits__progress-track._triumph) .rn-benefits__progress-phone,
.rn-benefits__progress-stage:has(.rn-benefits__progress-track._triumph) .rn-benefits__progress-master,
.rn-benefits__progress-stage:has(.rn-benefits__progress-track._triumph) .rn-benefits__progress-tools,
.rn-benefits__progress-stage:has(.rn-benefits__progress-track._triumph) .rn-benefits__progress-gears,
.rn-benefits__progress-stage:has(.rn-benefits__progress-track._triumph) .rn-benefits__progress-orbit {
  opacity: 0 !important;
  visibility: hidden !important;
}
.rn-benefits__progress-stage:has(.rn-benefits__progress-track._triumph) .rn-benefits__progress-washer-unit {
  z-index: 3;
}
.rn-benefits__progress-stage:has(.rn-benefits__progress-track._triumph) .rn-benefits__progress-washer._fixed {
  transform: rotate(0deg) scale(1.08);
}
.rn-benefits__progress-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(var(--rn-accent-rgb), 0.75) 0%, rgba(var(--rn-purple-rgb), 0.8) 55%, rgba(var(--rn-accent-rgb), 0.65) 100%);
  box-shadow: 0 0 0.625rem rgba(var(--rn-accent-rgb), 0.45);
  transition: box-shadow 0.45s ease, background 0.45s ease;
  pointer-events: none;
  z-index: 0;
}
.rn-benefits__progress-signal {
  position: absolute;
  left: 12%;
  right: 52%;
  top: calc((clamp(3.5rem, 13vw, 4.25rem) - 0.1875rem) / 2);
  height: 0.1875rem;
  border-radius: 62.4375rem;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.rn-benefits__progress-signal-pulse {
  display: block;
  width: 45%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(var(--rn-accent-rgb), 1), rgba(147, 197, 253, 0.95), transparent);
  box-shadow: 0 0 0.75rem rgba(var(--rn-accent-rgb), 0.65);
  will-change: transform;
}
.rn-benefits__progress-trail {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.rn-benefits__progress-trail span {
  position: absolute;
  top: 62%;
  width: 0.5rem;
  height: 0.3125rem;
  border-radius: 50% 50% 42% 42%;
  background: rgba(147, 197, 253, 0.75);
  box-shadow: 0 0 0.5rem rgba(var(--rn-accent-rgb), 0.55);
  opacity: 0;
  will-change: transform, opacity;
}
.rn-benefits__progress-orbit {
  position: absolute;
  inset: -1.125rem -1.375rem;
  opacity: 0;
  pointer-events: none;
}
.rn-benefits__progress-orbit-gear {
  position: absolute;
  width: var(--story-icon);
  height: var(--story-icon);
  color: rgba(var(--rn-accent-rgb), 0.95);
  filter: drop-shadow(0 0 0.375rem rgba(var(--rn-accent-rgb), 0.65));
  will-change: transform;
}
.rn-benefits__progress-orbit-gear:first-child {
  left: -0.375rem;
  top: 0.375rem;
}
.rn-benefits__progress-orbit-gear:last-child {
  right: -0.25rem;
  bottom: 0.25rem;
}
.rn-benefits__progress-path {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.rn-benefits__progress-scene {
  position: relative;
  height: clamp(3.5rem, 13vw, 4.25rem);
  margin-bottom: 0.375rem;
  z-index: 2;
  pointer-events: none;
}
.rn-benefits__progress-scene-icon {
  display: block;
  width: var(--story-icon);
  height: var(--story-icon);
  flex-shrink: 0;
}
.rn-benefits__progress-phone, .rn-benefits__progress-master, .rn-benefits__progress-tool {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--story-actor);
  height: var(--story-actor);
  border-radius: 0.875rem;
  color: var(--rn-accent-light);
  background: rgba(10, 12, 16, 0.92);
  border: 0.0625rem solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.35);
  will-change: transform;
}
.rn-benefits__progress-phone, .rn-benefits__progress-master {
  top: 50%;
  transform: translate(-50%, -50%);
}
.rn-benefits__progress-phone {
  left: 11%;
  opacity: 0;
}
.rn-benefits__progress-master {
  left: 8%;
  opacity: 0;
  color: #fff;
}
.rn-benefits__progress-washer-unit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  will-change: transform;
}
.rn-benefits__progress-washer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--story-actor);
  height: var(--story-actor);
  border-radius: 0.875rem;
  color: #c8d4e3;
  background: rgba(10, 12, 16, 0.94);
  border: 0.0625rem solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.35);
  will-change: transform;
}
.rn-benefits__progress-washer._broken {
  color: #9fb0c4;
  transform: rotate(-4deg);
}
.rn-benefits__progress-washer._fixed {
  color: #e8f4ff;
  transform: rotate(0deg);
  border-color: rgba(52, 211, 153, 0.55);
  box-shadow: 0 0 1.5rem rgba(52, 211, 153, 0.45), 0 0 2rem rgba(250, 204, 21, 0.25), 0 0.375rem 1rem rgba(0, 0, 0, 0.35);
}
.rn-benefits__progress-crack {
  position: absolute;
  inset: 0.25rem;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  color: rgba(248, 113, 113, 0.95);
  opacity: 1;
  filter: drop-shadow(0 0 0.25rem rgba(248, 113, 113, 0.5));
}
.rn-benefits__progress-washer._fixed .rn-benefits__progress-crack {
  opacity: 0;
}
.rn-benefits__progress-gears {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.rn-benefits__progress-gear {
  position: absolute;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  border: 0.125rem dashed rgba(var(--rn-accent-rgb), 0.75);
  will-change: transform;
}
.rn-benefits__progress-gear:first-child {
  left: 28%;
  top: 42%;
}
.rn-benefits__progress-gear:last-child {
  right: 24%;
  bottom: 26%;
  width: 0.5625rem;
  height: 0.5625rem;
}
.rn-benefits__progress-puddle {
  width: clamp(1.75rem, 6vw, 2.25rem);
  height: 0.5rem;
  margin-top: 0.25rem;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(var(--rn-accent-rgb), 0.55) 0%, rgba(var(--rn-accent-rgb), 0) 72%);
  opacity: 0;
  transform: scale(0.6);
}
.rn-benefits__progress-halo {
  position: absolute;
  inset: -1rem -1.25rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52, 211, 153, 0.45) 0%, rgba(var(--rn-accent-rgb), 0.22) 42%, rgba(52, 211, 153, 0) 68%);
  opacity: 0;
  pointer-events: none;
}
.rn-benefits__progress-tools {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 0.75rem;
  opacity: 0;
}
.rn-benefits__progress-tool {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
.rn-benefits__progress-label {
  margin: 0.625rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.78125rem;
  font-weight: 600;
  color: var(--rn-muted-light);
  font-family: var(--rn-font-mono);
  letter-spacing: 0.02em;
  min-height: 1.2em;
}
.rn-benefits__progress-label-icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 1.375rem;
  height: 1.375rem;
  color: var(--rn-accent-light);
}
.rn-benefits__progress-label-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.rn-services {
  max-width: 75rem;
  margin-inline: auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.rn-services__card {
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.rn-services__card {
  background: var(--rn-surface);
  border: 0.0625rem solid var(--rn-border);
  border-radius: 1rem;
  overflow: hidden;
  display: block;
}
.rn-services__media {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: transparent;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rn-services__media img {
  width: calc(100% - 6.25rem);
  height: calc(100% - 6.25rem);
  max-width: calc(100% - 6.25rem);
  max-height: calc(100% - 6.25rem);
  object-fit: contain;
  object-position: center center;
  display: block;
  transform: scale(1);
  transition: transform 0.65s ease;
}
.rn-services__media--washing img, .rn-services__media--dishwasher img, .rn-services__media--dryer img {
  object-position: center center;
}
.rn-services__body {
  padding: 1.5rem;
}
.rn-services__title {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: var(--rn-heading);
}
.rn-services__desc {
  font-size: 0.84375rem;
  color: var(--rn-muted);
  margin-bottom: 1rem;
  line-height: 1.5;
}
.rn-services__link {
  color: var(--rn-accent);
  font-weight: 700;
  font-size: 0.84375rem;
}
.rn-about {
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
.rn-about__panel {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
}
.rn-about__top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}
.rn-about__media {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.rn-about__photo {
  width: 100%;
  max-width: 32.5rem;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}
.rn-about__media-badge {
  position: absolute;
  z-index: 3;
  left: 1rem;
  bottom: 1rem;
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  padding: 0.5rem 0.875rem;
  border-radius: 62.4375rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 12, 16, 0.55);
  backdrop-filter: blur(0.625rem);
  -webkit-backdrop-filter: blur(0.625rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.28);
}
.rn-about__intro {
  min-width: 0;
}
.rn-about__title {
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 1.25rem;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #ffffff 0%, var(--rn-accent) 48%, var(--rn-purple) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--rn-text);
}
.rn-about__lead {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--rn-muted-light);
}
.rn-about__story {
  position: relative;
  z-index: 1;
  padding-top: 2.5rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.08);
  width: 100%;
}
.rn-about__story-title {
  margin: 0 0 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--rn-accent-light);
  letter-spacing: -0.01em;
}
.rn-about__story-text p {
  margin: 0 0 1.125rem;
  font-size: 0.9375rem;
  line-height: 1.78;
  color: var(--rn-muted-light);
}
.rn-about__story-text p:last-child {
  margin-bottom: 0;
}
.rn-reviews {
  max-width: 75rem;
  margin-inline: auto;
  width: 100%;
}
.rn-reviews__slider {
  padding-top: 0.5rem;
  margin-top: -0.5rem;
}
.rn-reviews__frame {
  position: relative;
  padding-inline: 4rem;
}
.rn-reviews__viewport {
  overflow-x: hidden;
  overflow-y: visible;
}
.rn-reviews__track {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.5s ease;
  padding-block: 0.25rem;
}
.rn-reviews__card {
  position: relative;
  background: var(--rn-surface);
  border: 0.0625rem solid var(--rn-border);
  border-radius: 1rem;
  padding: 1.75rem;
  box-sizing: border-box;
  flex: 0 0 calc(33.333% - 0.8333125rem);
  min-width: 0;
  display: flex;
  flex-direction: column;
  transition: border-color 0.35s ease, border-radius 0.35s ease, box-shadow 0.35s ease;
}
.rn-reviews__stars {
  color: var(--rn-accent);
  font-size: 0.875rem;
  margin-bottom: 0.875rem;
  letter-spacing: 0.125rem;
}
.rn-reviews__text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--rn-muted-light);
  margin: 0;
  flex: 1;
}
.rn-reviews__meta {
  margin-top: 1.375rem;
  padding-top: 1.125rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.rn-reviews__author {
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--rn-heading);
}
.rn-reviews__date {
  font-size: 0.75rem;
  color: var(--rn-gray);
}
.rn-reviews__dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1.75rem;
}
.rn-reviews__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.15);
  transition: background 0.3s ease, width 0.25s ease, border-radius 0.25s ease;
}
.rn-reviews__dot._active {
  background: var(--rn-accent);
}
.rn-faq {
  max-width: 48.75rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
  padding-bottom: 5.625rem;
}
.rn-faq__head {
  text-align: center;
  margin-bottom: 2.75rem;
}
.rn-faq__item {
  background: var(--rn-surface);
  border: 0.0625rem solid var(--rn-border);
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.rn-faq__item._open .rn-faq__sign {
  transform: rotate(180deg);
}
.rn-faq__question {
  width: 100%;
  padding: 1.125rem 1.375rem;
  font-weight: 700;
  font-size: 0.9375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: var(--rn-heading);
  background: none;
  border: none;
  font-family: inherit;
  text-align: left;
}
.rn-faq__sign {
  font-size: 1.125rem;
  color: var(--rn-accent);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 0.75rem;
}
.rn-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.rn-faq__item._open .rn-faq__answer {
  grid-template-rows: 1fr;
}
.rn-faq__answer-inner {
  overflow: hidden;
  padding: 0 1.375rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--rn-muted);
}
.rn-faq__item._open .rn-faq__answer-inner {
  padding-bottom: 1.25rem;
}
.rn-faq__foot {
  margin-top: 2.25rem;
}
.rn-faq__foot-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.625rem;
}
.rn-faq__foot-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--rn-text);
}
.rn-faq__foot-desc {
  margin: 0 0 0.5rem;
  max-width: 26.25rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--rn-muted);
}
.rn-faq__foot-desc a {
  color: var(--rn-accent);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}
.rn-faq__foot-accent {
  background: linear-gradient(135deg, var(--rn-text) 0%, var(--rn-accent-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}
.rn-faq__cta {
  margin-top: 0.25rem;
  padding: 1rem 2.125rem;
  border-radius: 62.4375rem;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  box-shadow: 0 0.5rem 1.875rem rgba(var(--rn-accent-rgb), 0.35);
}

.rn-cta {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: 0;
}
.rn-cta__stage {
  position: relative;
  height: clamp(40rem, 88vh, 57.5rem);
  overflow: hidden;
  border-radius: 0;
  isolation: isolate;
}
.rn-cta__map-body {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: var(--rn-bg);
}
.rn-cta__map-body.leaflet-container {
  font-family: inherit;
}
.rn-cta__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(10, 12, 16, 0.82) 0%, rgba(10, 12, 16, 0.28) 42%, rgba(10, 12, 16, 0.62) 100%), linear-gradient(180deg, rgba(10, 12, 16, 0.35) 0%, transparent 28%, transparent 72%, rgba(10, 12, 16, 0.55) 100%);
}
.rn-cta__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  max-width: 75rem;
  margin-inline: auto;
  padding: clamp(2rem, 5vw, 3.5rem) 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
}
.rn-cta__address, .rn-cta__form-card {
  border-radius: 1.25rem;
  background: rgba(8, 11, 16, 0.78);
  border: 0.0625rem solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  box-shadow: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.06), 0 1.5rem 3.75rem rgba(0, 0, 0, 0.35);
}
.rn-cta__address {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: max-content;
  max-width: min(20rem, 100% - 2rem);
  padding: 0.625rem 1rem 0.75rem;
  pointer-events: auto;
  transform: translate(-50%, 0);
  transition: opacity 0.2s ease;
}
.rn-cta__address[hidden] {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.rn-cta__address-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.rn-cta__address-label {
  font-size: 0.6875rem;
  color: var(--rn-accent-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.rn-cta__address-text {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--rn-text);
}
.rn-cta__address-link {
  margin-top: 0.125rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--rn-accent-light);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.rn-cta__form-card {
  display: flex;
  flex-direction: column;
  width: min(100%, 33.75rem);
  padding: clamp(1.5rem, 3vw, 2rem);
  max-height: calc(100% - 4rem);
  overflow: auto;
  pointer-events: auto;
}
.rn-cta__form-head {
  flex-shrink: 0;
  margin-bottom: 1.25rem;
  padding-bottom: 1.125rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.08);
}
.rn-cta__title {
  margin: 0 0 0.625rem;
  font-size: clamp(1.375rem, 3vw, 1.875rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #ffffff 0%, var(--rn-accent) 52%, var(--rn-purple) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--rn-text);
}
.rn-cta__lead {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--rn-muted-light);
}
.rn-cta__lead-accent {
  font-weight: 700;
  color: var(--rn-accent-light);
  -webkit-text-fill-color: var(--rn-accent-light);
}
.rn-cta .leaflet-control-zoom a {
  background: rgba(10, 12, 16, 0.88);
  color: var(--rn-text);
  border-color: rgba(255, 255, 255, 0.12);
}
.rn-cta .leaflet-control-zoom a:hover {
  background: rgba(var(--rn-accent-rgb), 0.22);
  color: var(--rn-text);
}
.rn-cta .leaflet-control-attribution {
  background: rgba(10, 12, 16, 0.72);
  color: var(--rn-muted);
  font-size: 0.625rem;
}
.rn-cta .leaflet-control-attribution a {
  color: var(--rn-accent-light);
}
@media (max-width: 62em) {
  .rn-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rn-cards-grid__item {
    border-radius: 0;
  }
  .rn-cards-grid__item:first-child {
    border-top-left-radius: 0.9375rem;
  }
  .rn-cards-grid__item:nth-child(2) {
    border-top-right-radius: 0.9375rem;
  }
  .rn-cards-grid__item:nth-child(5) {
    border-bottom-left-radius: 0.9375rem;
  }
  .rn-cards-grid__item:last-child {
    border-bottom-right-radius: 0.9375rem;
  }
  .rn-districts__panel {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
  }
  .rn-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .rn-benefits__item:not(:nth-child(3n)) {
    border-right: none;
  }
  .rn-benefits__item:not(:nth-child(2n)) {
    border-right: 0.0625rem solid rgba(255, 255, 255, 0.1);
  }
  .rn-services {
    grid-template-columns: 1fr;
  }
  .rn-about__panel {
    gap: 2rem;
  }
  .rn-about__top {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .rn-reviews__card {
    flex: 0 0 calc(50% - 0.625rem);
  }
  .rn-cta__stage {
    height: clamp(45rem, 92vh, 60rem);
  }
  .rn-cta__content {
    align-items: flex-start;
    justify-content: center;
    padding-top: clamp(1.5rem, 5vw, 2.5rem);
  }
  .rn-cta__form-card {
    width: 100%;
    max-height: none;
  }
}
@media (max-width: 48em) and (any-hover: hover) {
  .rn-steps__item:hover {
    border-radius: 0.875rem;
  }
}
@media (max-width: 48em) {
  [data-rn-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }
  .rn-section:has(.rn-cards-grid) {
    padding-inline: 1rem;
    padding-block: 3rem 3.5rem;
  }
  .rn-section:has(.rn-cards-grid) .rn-section__head {
    margin-bottom: 1.75rem;
  }
  .rn-section:has(.rn-cards-grid) .rn-section__title {
    font-size: clamp(1.375rem, 5.5vw, 1.75rem);
  }
  .rn-cards-grid {
    grid-template-columns: 1fr;
    border-radius: 0.875rem;
  }
  .rn-cards-grid__item {
    display: grid;
    grid-template-columns: 2.625rem minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 0.875rem;
    row-gap: 0.375rem;
    align-items: start;
    padding: 1.125rem 1rem;
    border-radius: 0;
  }
  .rn-cards-grid__item:first-child {
    border-top-left-radius: 0.8125rem;
    border-top-right-radius: 0.8125rem;
  }
  .rn-cards-grid__item:last-child {
    border-bottom-left-radius: 0.8125rem;
    border-bottom-right-radius: 0.8125rem;
  }
  .rn-cards-grid__item:nth-child(2), .rn-cards-grid__item:nth-child(3), .rn-cards-grid__item:nth-child(4), .rn-cards-grid__item:nth-child(5) {
    border-radius: 0;
  }
  .rn-cards-grid__icon {
    grid-row: 1/-1;
    grid-column: 1;
    align-self: center;
    width: 2.625rem;
    height: 2.625rem;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .rn-cards-grid__title {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
    font-size: 0.9375rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }
  .rn-cards-grid__text {
    grid-column: 2;
    grid-row: 2;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .rn-section:has(.rn-steps) {
    padding-inline: 1rem;
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
  .rn-section:has(.rn-steps) .rn-section__head {
    margin-bottom: 1.75rem;
  }
  .rn-section:has(.rn-steps) .rn-section__title {
    font-size: clamp(1.375rem, 5.5vw, 1.75rem);
  }
  .rn-steps {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    background: transparent;
    border: none;
    border-radius: 0;
  }
  .rn-steps__item {
    padding: 1.25rem 1.125rem;
    border-color: var(--rn-border);
    border-radius: 0.875rem;
  }
  .rn-steps__item:nth-child(n) {
    border-radius: 0.875rem;
  }
  .rn-steps__num {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }
  .rn-steps__title {
    font-size: 0.9375rem;
  }
  .rn-steps__text {
    font-size: 0.8125rem;
    line-height: 1.55;
  }
  .rn-section.rn-brands {
    padding-inline: 1rem;
  }
  .rn-brands__head {
    margin-bottom: 1.75rem;
  }
  .rn-brands__desc {
    font-size: 0.875rem;
    line-height: 1.65;
  }
  [data-fls-index] .rn-brands__grid,
  [data-fls-services-washing] .rn-brands__grid,
  [data-fls-services-dryer] .rn-brands__grid,
  [data-fls-services-dishwasher] .rn-brands__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
    overflow: visible;
  }
  .rn-brands__item {
    min-height: 4rem;
    padding: 0.75rem 0.625rem;
  }
  .rn-brands__logo {
    height: 1.75rem;
  }
  .rn-brands__logo--lg {
    height: 2rem;
  }
  .rn-section.rn-districts {
    padding-inline: 1rem;
  }
  .rn-districts__panel {
    padding: 1.5rem 1.25rem;
    gap: 1.375rem;
    border-radius: 0.875rem;
  }
  .rn-districts__title {
    font-size: clamp(1.375rem, 5.5vw, 1.75rem);
    max-width: none;
  }
  .rn-districts__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0.625rem;
    gap: 0.375rem;
  }
  .rn-districts__chip {
    padding: 0.5rem 0.5rem;
    gap: 0.375rem;
    font-size: 0.6875rem;
  }
  .rn-districts__chip-pin {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.5rem;
  }
  .rn-districts__chip-pin .rn-map-drop {
    width: 0.5rem;
    height: 0.5rem;
  }
  .rn-districts__chip-name {
    line-height: 1.25;
  }
  .rn-districts__map {
    border-radius: 0.875rem;
    min-height: 17.5rem;
  }
  .rn-districts__map .leaflet-container,
  .rn-districts__map .rn-districts__map-body {
    pointer-events: none;
    touch-action: pan-y;
  }
  .rn-districts__map-body {
    min-height: 17.5rem;
  }
  .rn-hero {
    padding-top: 5.5rem;
  }
  .rn-hero__logo, .rn-hero__label {
    display: none;
  }
  .rn-benefits__progress {
    display: none;
  }
  .rn-section:has(.rn-services) {
    padding-inline: 1rem;
  }
  .rn-services {
    gap: 0.875rem;
  }
  .rn-services__body {
    padding: 1.25rem 1.125rem;
  }
  .rn-section.rn-reviews {
    padding-inline: 1rem;
  }
  .rn-reviews__card {
    flex: 0 0 100%;
    padding: 1.375rem 1.25rem;
    border-radius: 0.875rem;
  }
  .rn-reviews__frame {
    padding-inline: 0;
  }
  .rn-reviews .rn-btn--nav {
    display: none;
  }
  .rn-reviews__track {
    gap: 0.875rem;
  }
  .rn-reviews__dots {
    margin-top: 1.375rem;
    gap: 0.625rem;
    flex-wrap: wrap;
    padding-inline: 0.25rem;
  }
  .rn-reviews__dot {
    width: 0.5625rem;
    height: 0.5625rem;
  }
  .rn-reviews__dot._active {
    width: 1.375rem;
    border-radius: 62.4375rem;
  }
  .rn-cta__stage {
    height: auto;
    min-height: 0;
    overflow: hidden;
  }
  .rn-cta__overlay {
    background: linear-gradient(180deg, rgba(10, 12, 16, 0.55) 0%, rgba(10, 12, 16, 0.72) 100%), linear-gradient(90deg, rgba(10, 12, 16, 0.5) 0%, rgba(10, 12, 16, 0.65) 100%);
  }
  .rn-cta__content {
    position: relative;
    inset: auto;
    max-width: none;
    width: 100%;
    padding: 1rem 1rem 1.25rem;
    align-items: stretch;
    justify-content: stretch;
  }
  .rn-cta__form-card {
    width: 100%;
    max-width: none;
    padding: 1.375rem 1.125rem;
    border-radius: 0.875rem;
  }
  .rn-cta__form-head {
    margin-bottom: 1rem;
    padding-bottom: 0.875rem;
  }
  .rn-cta__title {
    font-size: clamp(1.25rem, 5.5vw, 1.625rem);
  }
  .rn-cta__lead {
    font-size: 0.875rem;
  }
  .rn-cta__address {
    display: none !important;
  }
}
@media (max-width: 36em) {
  .rn-cards-grid__item {
    grid-template-columns: 2.375rem minmax(0, 1fr);
    padding: 1rem 0.875rem;
    column-gap: 0.75rem;
  }
  .rn-cards-grid__icon {
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 0.5625rem;
  }
  .rn-cards-grid__icon svg {
    width: 1.125rem;
    height: 1.125rem;
  }
  .rn-cards-grid__title {
    font-size: 0.90625rem;
  }
  .rn-cards-grid__text {
    font-size: 0.78125rem;
  }
  .rn-benefits__grid {
    grid-template-columns: 1fr;
  }
  .rn-benefits__item {
    border-right: none !important;
  }
  .rn-about__story-text p {
    font-size: 0.875rem;
    line-height: 1.72;
  }
}
@media (any-hover: hover) {
  .rn-btn--nav:hover {
    transform: translateY(-50%);
    opacity: 0.88;
  }
  .rn-cards-grid__item:hover {
    z-index: 2;
    border-radius: 0.75rem;
    border-color: rgba(var(--rn-accent-rgb), 0.55);
    box-shadow: 0 0 0 0.0625rem rgba(var(--rn-accent-rgb), 0.55), 0 0.75rem 2.5rem rgba(var(--rn-accent-rgb), 0.28);
  }
  .rn-cards-grid--checks .rn-cards-grid__item:hover .rn-cards-grid__icon {
    color: #fff;
    background: linear-gradient(135deg, var(--rn-accent) 0%, var(--rn-purple) 100%);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 0.5rem 1.5rem rgba(var(--rn-accent-rgb), 0.35);
    transform: scale(1.04);
  }
  .rn-cards-grid--checks .rn-cards-grid__item:hover .rn-cards-grid__icon svg {
    transform: scale(1.06);
  }
  .rn-steps__item:hover {
    z-index: 2;
    border-radius: 0.75rem;
    border-color: rgba(var(--rn-accent-rgb), 0.55);
    box-shadow: 0 0 0 0.0625rem rgba(var(--rn-accent-rgb), 0.55), 0 0.75rem 2.5rem rgba(var(--rn-accent-rgb), 0.28);
  }
  .rn-brands__item:hover {
    transform: translateY(-0.125rem);
    border-color: rgba(var(--rn-accent-rgb), 0.4);
    background: linear-gradient(135deg, rgba(var(--rn-accent-rgb), 0.1) 0%, rgba(var(--rn-purple-rgb), 0.06) 100%);
    box-shadow: 0 0.5rem 1.5rem rgba(var(--rn-accent-rgb), 0.12);
  }
  .rn-brands__item:hover .rn-brands__logo {
    opacity: 1;
    filter: brightness(1.08) drop-shadow(0 0 0.75rem rgba(var(--rn-accent-rgb), 0.2));
  }
  .rn-brands__item--more:hover {
    border-color: rgba(var(--rn-accent-rgb), 0.45);
    border-style: dashed;
  }
  .rn-districts__chip:hover {
    color: #fff;
    border-color: rgba(var(--rn-accent-rgb), 0.45);
    background: linear-gradient(135deg, rgba(var(--rn-accent-rgb), 0.16) 0%, rgba(var(--rn-purple-rgb), 0.12) 100%);
    box-shadow: 0 0.375rem 1.25rem rgba(var(--rn-accent-rgb), 0.16);
    transform: translateY(-0.0625rem);
  }
  .rn-map-popup .leaflet-popup-close-button:hover {
    color: var(--rn-accent);
  }
  .rn-services__card:hover {
    transform: translateY(-0.25rem);
    border-color: rgba(var(--rn-accent-rgb), 0.5) !important;
    box-shadow: 0 0.75rem 2.5rem rgba(var(--rn-accent-rgb), 0.25) !important;
  }
  .rn-services__card:hover .rn-services__media img {
    transform: scale(1.04);
  }
  .rn-reviews__card:hover {
    z-index: 2;
    border-radius: 0.75rem;
    border-color: rgba(var(--rn-accent-rgb), 0.55);
    box-shadow: 0 0 0 0.0625rem rgba(var(--rn-accent-rgb), 0.55), 0 0.75rem 2.5rem rgba(var(--rn-accent-rgb), 0.28);
  }
  .rn-cta__address-link:hover {
    opacity: 0.8;
  }
}
@media (max-width: toEm(1200)) {
  [data-fls-index] .rn-brands__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: toEm(768)) {
  .remontnyk__grid-bg,
  .remontnyk__glow,
  .remontnyk__beam,
  .rn-hero__bg-grid,
  .rn-hero__bg-glow,
  .rn-hero__bg-beam {
    animation: none !important;
    will-change: auto;
  }
  .remontnyk__beam,
  .rn-hero__bg-beam {
    display: none;
  }
  .remontnyk__glow,
  .rn-hero__bg-glow {
    filter: none;
  }
  .remontnyk__glow {
    opacity: 0.5;
    width: min(100vw, 37.5rem);
    height: 22.5rem;
  }
  .remontnyk__grid-bg,
  .rn-hero__bg-grid {
    opacity: 0.3;
  }
  .rn-hero__bg-glow--accent,
  .rn-hero__bg-glow--purple {
    opacity: 0.45;
  }
}
@media (max-width: toEm(992)) {
  .rn-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rn-steps__item {
    border-radius: 0;
  }
  .rn-steps__item:nth-child(1) {
    border-top-left-radius: 0.9375rem;
  }
  .rn-steps__item:nth-child(2) {
    border-top-right-radius: 0.9375rem;
  }
  .rn-steps__item:nth-child(3) {
    border-bottom-left-radius: 0.9375rem;
  }
  .rn-steps__item:nth-child(4) {
    border-bottom-right-radius: 0.9375rem;
  }
  [data-fls-index] .rn-brands__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: toEm(992)) and (any-hover: hover) {
  .rn-steps__item:hover {
    border-radius: 0.75rem;
  }
}
@media (min-width: toEm(769)) {
  .rn-cta__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 36.0625em) {
  .rn-hero__rating {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.75rem;
  }
  .rn-hero__rating-text {
    text-align: left;
  }
}
@media (min-width: 48.0625em) {
  [data-rn-reveal] {
    opacity: 0;
    transform: translate3d(0, 2.25rem, 0);
    transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--rn-reveal-delay, 0s);
    will-change: opacity, transform;
  }
  [data-rn-reveal]._revealed {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .rn-logo-icon__drum {
    animation: none;
  }
  .remontnyk__grid-bg,
  .remontnyk__glow,
  .remontnyk__beam,
  .rn-hero__bg-grid,
  .rn-hero__bg-glow,
  .rn-hero__bg-beam {
    animation: none !important;
  }
  [data-rn-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .rn-map-marker--lg .rn-map-drop,
  .rn-map-marker--xl .rn-map-drop {
    animation: none;
  }
}