:root {
  --page-bg: #f5f6f2;
  --surface: #ffffff;
  --surface-muted: #f0f3f7;
  --text-strong: #111827;
  --text-body: #556070;
  --line-soft: rgba(15, 23, 42, 0.09);
  --line-strong: rgba(15, 23, 42, 0.14);
  --hero-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  --glass-blur: 18px;
  --glass-saturate: 175%;
  --glass-edge: rgba(255, 255, 255, 0.38);
  --glass-edge-soft: rgba(255, 255, 255, 0.18);
  --glass-shadow-soft: 0 10px 24px rgba(15, 23, 42, 0.1), 0 2px 8px rgba(15, 23, 42, 0.06);
  --glass-shadow-prominent: 0 16px 34px rgba(15, 23, 42, 0.14), 0 4px 12px rgba(15, 23, 42, 0.08);
  --glass-white-sheen: linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.2) 18%, rgba(255, 255, 255, 0.05) 58%, rgba(255, 255, 255, 0.14) 100%);
  --glass-orange-fill: linear-gradient(135deg, rgba(255, 178, 134, 0.58) 0%, rgba(255, 133, 70, 0.4) 58%, rgba(255, 107, 54, 0.28) 100%);
  --glass-blue-fill: linear-gradient(135deg, rgba(89, 141, 238, 0.22) 0%, rgba(0, 66, 170, 0.16) 58%, rgba(255, 255, 255, 0.14) 100%);
  --glass-pill-fill: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 55%, rgba(255, 255, 255, 0.04) 100%);
  --glass-hover-blue: linear-gradient(135deg, rgba(91, 146, 246, 0.38) 0%, rgba(0, 66, 170, 0.28) 55%, rgba(255, 255, 255, 0.12) 100%);
}

body {
  background: var(--page-bg);
  color: var(--text-strong);
}

.menu.cid-rtyGjS7x5k {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  pointer-events: none;
}

.menu.cid-rtyGjS7x5k .navbar {
  width: min(1180px, calc(100% - 24px));
  margin: 1rem auto 0;
  padding: 0.85rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.85rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  pointer-events: auto;
}

.menu.cid-rtyGjS7x5k .menu-logo {
  flex: 1 1 auto;
  min-width: 0;
  margin-right: auto;
}

.menu.cid-rtyGjS7x5k .navbar-brand,
.menu.cid-rtyGjS7x5k .navbar-logo,
.menu.cid-rtyGjS7x5k .navbar-logo a {
  display: flex;
  align-items: center;
  max-width: 100%;
}

.menu.cid-rtyGjS7x5k .navbar-logo {
  min-width: 0;
}

.menu.cid-rtyGjS7x5k .navbar-logo img {
  display: block;
  width: auto !important;
  height: clamp(2.35rem, 3.2vw, 3rem) !important;
  max-width: min(100%, 14rem) !important;
}

.menu.cid-rtyGjS7x5k .nav-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.menu.cid-rtyGjS7x5k .navbar-buttons {
  margin: 0;
}

.menu.cid-rtyGjS7x5k .navbar-buttons .btn {
  width: auto;
  min-width: 7.85rem;
  min-height: 3rem;
  padding: 0.8rem 1.15rem;
  border-radius: 999px !important;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 160, 100, 0.6) !important;
  background: linear-gradient(180deg, #ff9a5c 0%, #ff8546 100%) !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow:
    0 14px 28px rgba(255, 133, 70, 0.18),
    0 4px 12px rgba(15, 23, 42, 0.1) !important;
  color: #ffffff !important;
  font-size: 0.96rem !important;
  line-height: 1.05;
  white-space: nowrap;
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.42s ease,
    border-color 0.42s ease,
    box-shadow 0.42s ease,
    filter 0.42s ease,
    color 0.32s ease;
}

.menu.cid-rtyGjS7x5k .navbar-buttons .btn:hover,
.menu.cid-rtyGjS7x5k .navbar-buttons .btn:focus {
  transform: translateY(-1px) scale(1.012);
  border-color: rgba(255, 180, 130, 0.7) !important;
  background: linear-gradient(180deg, #ffa56a 0%, #ff7030 100%) !important;
  box-shadow:
    0 18px 34px rgba(255, 133, 70, 0.22),
    0 8px 18px rgba(15, 23, 42, 0.12) !important;
  filter: saturate(1.06);
}

.menu.cid-rtyGjS7x5k .navbar-buttons .btn::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: none;
  pointer-events: none;
}

.menu.cid-rtyGjS7x5k .navbar-buttons .mbr-iconfont-btn {
  width: auto;
  height: auto;
  font-size: inherit;
}

.header6.cid-rtyBUqWyPc {
  display: flex;
  align-items: flex-end;
  min-height: 100svh;
  padding: 8rem 0 4rem;
  background-position: center 28% !important;
}

.header6.cid-rtyBUqWyPc .mbr-overlay {
  opacity: 1 !important;
  background: linear-gradient(90deg, rgba(10, 16, 26, 0.78) 0%, rgba(10, 16, 26, 0.56) 34%, rgba(10, 16, 26, 0.34) 64%, rgba(10, 16, 26, 0.48) 100%) !important;
}

.header6.cid-rtyBUqWyPc .container,
#catalog-grid .container,
.social-showcase .container,
.seo-local-section .container,
#contacts1-7 .container,
.legal-footer .container {
  width: min(1180px, calc(100% - 24px));
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.header6.cid-rtyBUqWyPc .row {
  justify-content: flex-start !important;
  margin-left: 0;
  margin-right: 0;
}

.header6.cid-rtyBUqWyPc .mbr-white.col-md-10 {
  max-width: 41rem;
  flex: 0 0 41rem;
  padding-left: 0;
  padding-right: 0;
}

.hero-eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 0.9rem;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: var(--glass-white-sheen), var(--glass-pill-fill);
  backdrop-filter: blur(14px) saturate(165%);
  -webkit-backdrop-filter: blur(14px) saturate(165%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    inset 0 -10px 18px rgba(15, 23, 42, 0.05),
    0 8px 18px rgba(15, 23, 42, 0.06);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.header6.cid-rtyBUqWyPc .hero-eyebrow {
  margin-bottom: 1.2rem;
}

.header6.cid-rtyBUqWyPc .mbr-section-title,
.header6.cid-rtyBUqWyPc .mbr-text.display-5 {
  text-align: left !important;
}

.header6.cid-rtyBUqWyPc .mbr-section-title,
.header6.cid-rtyBUqWyPc .mbr-text,
.header6.cid-rtyBUqWyPc .catalog-hero-note {
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.32);
}

.header6.cid-rtyBUqWyPc .mbr-section-title {
  max-width: 10ch;
  margin: 0 0 1.25rem;
  font-size: clamp(3.15rem, 7vw, 6.1rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.header6.cid-rtyBUqWyPc .mbr-text.display-5 {
  max-width: 33rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.06rem;
  line-height: 1.68;
}

.header6.cid-rtyBUqWyPc .mbr-section-btn.align-center {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.8rem;
  text-align: left !important;
}

.header6.cid-rtyBUqWyPc .btn {
  width: auto;
  max-width: none;
  min-height: 3.35rem;
  margin: 0;
  padding: 0.92rem 1.35rem !important;
  border-radius: 999px !important;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12) !important;
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.42s ease,
    border-color 0.42s ease,
    box-shadow 0.42s ease,
    filter 0.42s ease,
    color 0.32s ease;
}

.header6.cid-rtyBUqWyPc .btn-primary,
.header6.cid-rtyBUqWyPc .btn-primary:active,
#catalog-grid .btn-primary,
#catalog-grid .btn-primary:active {
  border: 1px solid rgba(255, 160, 100, 0.6) !important;
  background: linear-gradient(180deg, #ff9a5c 0%, #ff8546 100%) !important;
  color: #ffffff !important;
  box-shadow:
    0 14px 28px rgba(255, 133, 70, 0.18),
    0 4px 12px rgba(15, 23, 42, 0.1) !important;
}

.header6.cid-rtyBUqWyPc .btn-primary:hover,
.header6.cid-rtyBUqWyPc .btn-primary:focus,
#catalog-grid .btn-primary:hover,
#catalog-grid .btn-primary:focus {
  transform: translateY(-1px) scale(1.012);
  border-color: rgba(255, 180, 130, 0.7) !important;
  background: linear-gradient(180deg, #ffa56a 0%, #ff7030 100%) !important;
  box-shadow:
    0 18px 36px rgba(255, 133, 70, 0.22),
    0 8px 18px rgba(15, 23, 42, 0.12) !important;
  filter: saturate(1.06);
}

.header6.cid-rtyBUqWyPc .btn-primary-outline,
.header6.cid-rtyBUqWyPc .btn-primary-outline:active {
  border: 1px solid rgba(140, 180, 240, 0.35) !important;
  background: linear-gradient(180deg, rgba(30, 60, 120, 0.75) 0%, rgba(15, 40, 90, 0.8) 100%) !important;
  color: #ffffff !important;
  box-shadow:
    0 12px 28px rgba(15, 23, 42, 0.14) !important;
}

.header6.cid-rtyBUqWyPc .btn-primary-outline:hover,
.header6.cid-rtyBUqWyPc .btn-primary-outline:focus {
  transform: translateY(-1px) scale(1.012);
  border-color: rgba(160, 200, 255, 0.45) !important;
  background: linear-gradient(180deg, rgba(40, 75, 150, 0.85) 0%, rgba(20, 55, 120, 0.9) 100%) !important;
  box-shadow:
    0 18px 34px rgba(0, 66, 170, 0.16),
    0 8px 18px rgba(15, 23, 42, 0.12) !important;
}

.hero-contact-links,
.catalog-hero-note,
#katalog-einstiege {
  display: none !important;
}

.header6.cid-rtyBUqWyPc .mbr-arrow {
  bottom: 1.35rem;
}

#catalog-grid {
  padding: 4.5rem 0 4.5rem;
  background: #ffffff;
  scroll-margin-top: 5.5rem;
}

.catalog-grid-header {
  max-width: 39rem;
  margin-bottom: 2.3rem;
}

.catalog-grid-header .section-label {
  margin-bottom: 1rem;
  color: var(--brand-blue);
  border-color: rgba(170, 198, 240, 0.34);
  background: var(--glass-white-sheen), linear-gradient(135deg, rgba(68, 116, 206, 0.12) 0%, rgba(255, 255, 255, 0.38) 100%);
}

.catalog-grid-header h2 {
  margin: 0 0 0.9rem;
  color: var(--text-strong);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.catalog-grid-header .display-5,
.catalog-note {
  margin: 0;
  color: var(--text-body);
  font-size: 1.02rem;
  line-height: 1.7;
}

.catalog-grid-header .display-5 p,
.catalog-note p {
  margin: 0;
}

#catalog-grid .row {
  row-gap: 1.5rem;
}

.catalog-card {
  height: 100%;
  border-radius: 1.35rem;
  border: 1px solid var(--line-soft);
  background: var(--surface);
  box-shadow: none;
}

.catalog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--hero-shadow);
}

.catalog-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.catalog-visual {
  min-height: 240px;
  padding: 1.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.catalog-badge {
  border-color: rgba(255, 255, 255, 0.26);
  background: var(--glass-white-sheen), linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -10px 18px rgba(0, 0, 0, 0.08),
    0 8px 16px rgba(0, 0, 0, 0.08);
}

.catalog-title {
  max-width: 13.5rem;
  font-size: 1.7rem;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.catalog-copy {
  padding: 1.3rem 1.3rem 1.4rem;
}

.catalog-copy p,
.catalog-copy .display-7 p {
  margin: 0 0 1.15rem;
  color: var(--text-body);
  line-height: 1.62;
}

.catalog-copy .btn {
  min-height: 2.9rem;
  padding: 0.78rem 1.05rem !important;
}

.catalog-note {
  max-width: 34rem;
  margin-top: 2rem;
}

.social-showcase {
  padding: 0 0 4rem;
  background: var(--page-bg);
  color: var(--text-strong);
}

.social-showcase-shell {
  display: grid;
  gap: 1.4rem;
  align-items: end;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--line-soft);
}

.social-showcase .section-label {
  margin-bottom: 0.9rem;
  color: var(--brand-blue);
  border-color: rgba(170, 198, 240, 0.34);
  background: var(--glass-white-sheen), linear-gradient(135deg, rgba(68, 116, 206, 0.12) 0%, rgba(255, 255, 255, 0.38) 100%);
}

.social-showcase-title {
  margin: 0 0 0.65rem;
  color: var(--text-strong);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.08;
}

.social-showcase-copy {
  max-width: 36rem;
  margin: 0;
  color: var(--text-body);
}

.social-link-row {
  display: flex;
  justify-content: flex-start;
  margin-top: 0;
}

.social-link-btn {
  min-width: 0;
  padding: 0.82rem 1.1rem;
  border-radius: 999px !important;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(170, 198, 240, 0.34);
  background: var(--glass-white-sheen), linear-gradient(135deg, rgba(68, 116, 206, 0.12) 0%, rgba(255, 255, 255, 0.58) 100%);
  color: var(--brand-blue);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -10px 18px rgba(15, 23, 42, 0.05),
    0 12px 22px rgba(15, 23, 42, 0.08) !important;
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.42s ease,
    border-color 0.42s ease,
    box-shadow 0.42s ease,
    filter 0.42s ease,
    color 0.32s ease;
}

.social-link-btn:hover,
.social-link-btn:focus {
  transform: translateY(-1px) scale(1.012);
  border-color: rgba(186, 214, 255, 0.42);
  background: var(--glass-white-sheen), var(--glass-hover-blue);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -12px 20px rgba(0, 35, 91, 0.18),
    inset 0 0 18px rgba(176, 212, 255, 0.1),
    0 16px 30px rgba(0, 66, 170, 0.12),
    0 8px 18px rgba(15, 23, 42, 0.08) !important;
}

.social-embed-carousel {
  margin-top: 1.9rem;
}

.social-embed-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: start;
}

.social-embed-track[data-count="1"] {
  grid-template-columns: minmax(0, min(100%, 27rem));
  justify-content: center;
}

.social-embed-track[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 56rem;
  margin-inline: auto;
}

.social-embed-slide {
  min-width: 0;
}

.social-embed-card {
  overflow: hidden;
  border-radius: 1.35rem;
  border: 1px solid var(--line-soft);
  background: #ffffff;
  box-shadow: var(--hero-shadow);
}

.social-embed-card .tiktok-embed {
  margin: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

.social-embed-card iframe {
  display: block;
  width: 100%;
  min-height: 600px;
  border: 0;
  background: #ffffff;
}

.social-embed-controls {
  display: none;
}

.social-embed-control {
  min-width: 0;
  padding: 0.76rem 1.05rem;
  border-radius: 999px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(170, 198, 240, 0.34);
  background: var(--glass-white-sheen), linear-gradient(135deg, rgba(68, 116, 206, 0.12) 0%, rgba(255, 255, 255, 0.58) 100%);
  color: var(--brand-blue);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.05;
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -10px 18px rgba(15, 23, 42, 0.05),
    0 12px 22px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.42s ease,
    border-color 0.42s ease,
    box-shadow 0.42s ease,
    filter 0.42s ease,
    color 0.32s ease;
}

.social-embed-control:hover,
.social-embed-control:focus {
  transform: translateY(-1px) scale(1.012);
  border-color: rgba(186, 214, 255, 0.42);
  background: var(--glass-white-sheen), var(--glass-hover-blue);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    inset 0 -12px 20px rgba(0, 35, 91, 0.18),
    inset 0 0 18px rgba(176, 212, 255, 0.1),
    0 16px 30px rgba(0, 66, 170, 0.12),
    0 8px 18px rgba(15, 23, 42, 0.08);
}

.social-embed-control:disabled {
  opacity: 0.45;
  cursor: default;
}

.menu.cid-rtyGjS7x5k .navbar-buttons .btn:active,
.header6.cid-rtyBUqWyPc .btn:active,
#catalog-grid .btn:active,
.social-link-btn:active,
.social-embed-control:active {
  transform: translateY(0) scale(0.985);
}

.social-link-btn::before,
.social-embed-control::before,
.hero-eyebrow::before,
.section-label::before,
.catalog-badge::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.42), transparent 34%),
    radial-gradient(circle at 78% 84%, rgba(255, 255, 255, 0.16), transparent 38%);
  pointer-events: none;
}

.header6.cid-rtyBUqWyPc .btn::before,
#catalog-grid .btn::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: none;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .menu.cid-rtyGjS7x5k .navbar-buttons .btn,
  .header6.cid-rtyBUqWyPc .btn,
  #catalog-grid .btn,
  .social-link-btn,
  .social-embed-control {
    transition: none;
  }
}

.seo-local-section {
  padding: 0 0 4.5rem;
  background: var(--page-bg);
}

.seo-local-panel {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.seo-local-panel h2 {
  max-width: 34rem;
  margin: 0 0 0.9rem;
  color: var(--text-strong);
  font-size: clamp(1.95rem, 3.8vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.seo-local-intro {
  max-width: 40rem;
  margin: 0 0 1.6rem;
  color: var(--text-body);
  line-height: 1.72;
}

.seo-service-grid,
.seo-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}

.seo-service-card,
.seo-faq-card {
  padding: 1rem 0 0;
  border: 0;
  border-top: 1px solid var(--line-soft);
  border-radius: 0;
  background: transparent;
}

.seo-service-card h3,
.seo-faq-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.08rem;
  line-height: 1.3;
  color: var(--text-strong);
}

.seo-service-card p,
.seo-faq-card p {
  margin: 0;
  color: var(--text-body);
  line-height: 1.65;
}

#contacts1-7 {
  padding: 0 0 4.5rem;
  background: var(--page-bg);
}

#contacts1-7 .title {
  margin-bottom: 1.3rem;
}

#contacts1-7 .display-1 {
  max-width: 22rem;
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

#contacts1-7 .contact-lead {
  max-width: 33rem;
  margin: 0.8rem 0 0;
  color: var(--text-body);
  font-size: 1rem;
  line-height: 1.68;
}

#contacts1-7 .left-block.wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

#contacts1-7 .b {
  padding: 1.1rem 0 0;
  border: 0;
  border-top: 1px solid var(--line-soft);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#contacts1-7 .b h5 {
  margin-bottom: 0.45rem !important;
  color: var(--text-strong);
  font-size: 1rem;
}

#contacts1-7 .mbr-text,
#contacts1-7 .mbr-text p,
#contacts1-7 .mbr-text a,
#contacts1-7 .mbr-text span {
  color: var(--text-body);
  line-height: 1.6;
  white-space: normal;
}

#contacts1-7 .b-mail .mbr-text,
#contacts1-7 .b-mail .mbr-text p,
#contacts1-7 .b-mail .mbr-text a,
#contacts1-7 .b-phone .mbr-text,
#contacts1-7 .b-phone .mbr-text p,
#contacts1-7 .b-phone .mbr-text a,
#contacts1-7 .b-phone .mbr-text span {
  white-space: normal;
  word-break: break-word;
}

#contacts1-7 .col-md-6:last-child {
  display: none;
}

#contacts1-7 .col-md-6:first-of-type {
  flex: 0 0 100%;
  max-width: 100%;
}

.legal-footer {
  padding: 1.8rem 0 2.4rem;
  border-top: 1px solid var(--line-soft);
  background: #ffffff;
  color: var(--text-body);
}

.legal-footer-inner {
  justify-content: space-between;
  text-align: left;
}

.legal-footer-brand {
  color: var(--text-strong);
}

.legal-footer-links a {
  color: var(--text-body);
}

.legal-footer-links a:hover,
.legal-footer-links a:focus {
  color: var(--brand-blue);
}

@media (min-width: 768px) {
  .catalog-visual {
    min-height: 290px;
  }

  .seo-service-grid,
  #contacts1-7 .left-block.wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
  }
}

@media (min-width: 992px) {
  .social-showcase-shell {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (max-width: 991px) {
  .header6.cid-rtyBUqWyPc {
    padding: 5.5rem 0 3.25rem;
    background-position: center center !important;
  }

  .header6.cid-rtyBUqWyPc .mbr-white.col-md-10 {
    max-width: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 767px) {
  .menu.cid-rtyGjS7x5k .navbar {
    width: calc(100% - 16px);
    margin-top: 0.5rem;
    padding: 0.7rem 0.8rem;
    gap: 0.7rem;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between;
    min-height: auto !important;
  }

  .menu.cid-rtyGjS7x5k .menu-logo {
    min-width: 0;
  }

  .menu.cid-rtyGjS7x5k .navbar-logo img {
    height: clamp(1.75rem, 7vw, 2.3rem) !important;
    max-width: min(100%, 10.75rem) !important;
  }

  .menu.cid-rtyGjS7x5k .nav-actions {
    gap: 0.35rem;
  }

  .menu.cid-rtyGjS7x5k .navbar-buttons .btn {
    min-width: 6.35rem;
    min-height: 2.8rem;
    padding: 0.68rem 0.95rem !important;
    font-size: 0.88rem !important;
  }

  .header6.cid-rtyBUqWyPc {
    min-height: auto;
    padding: 5.5rem 0 2.6rem;
  }

  .header6.cid-rtyBUqWyPc .mbr-section-title {
    max-width: 9ch;
    font-size: clamp(2.8rem, 13vw, 4.2rem);
  }

  .header6.cid-rtyBUqWyPc .mbr-section-btn.align-center {
    flex-direction: column;
    align-items: stretch;
  }

  .header6.cid-rtyBUqWyPc .btn {
    width: 100%;
    justify-content: center;
  }

  #catalog-grid {
    padding: 3.4rem 0 3.4rem;
  }

  .catalog-title {
    max-width: 12rem;
    font-size: 1.5rem;
  }

  .social-embed-carousel {
    margin-top: 1.5rem;
  }

  .social-embed-track {
    display: flex;
    gap: 0.9rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .social-embed-track::-webkit-scrollbar {
    display: none;
  }

  .social-embed-slide {
    flex: 0 0 calc(100% - 0.15rem);
    min-width: calc(100% - 0.15rem);
    scroll-snap-align: start;
  }

  .social-embed-card iframe {
    min-height: min(72svh, 610px);
  }

  .social-embed-controls {
    display: flex;
    gap: 0.7rem;
    margin-top: 1rem;
  }

  .social-showcase,
  .seo-local-section,
  #contacts1-7 {
    padding-bottom: 3.4rem;
  }

  .legal-footer-inner,
  .legal-footer-links {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 389px) {
  .menu.cid-rtyGjS7x5k .navbar {
    gap: 0.55rem;
  }

  .menu.cid-rtyGjS7x5k .navbar-logo img {
    height: 1.65rem !important;
    max-width: 9.5rem !important;
  }

  .menu.cid-rtyGjS7x5k .navbar-buttons .btn {
    min-width: 6rem;
    padding: 0.65rem 0.88rem !important;
    font-size: 0.84rem !important;
  }

  .social-embed-controls {
    flex-direction: column;
  }
}
