/* Master Smile Bomb Landing */
/* line 3, theme.scss */
body[data-theme-template*="index"] {
  margin: 0;
  background: #fbfbf9; }

/* line 8, theme.scss */
body[data-theme-template*="index"] .msb-clean-layout,
body[data-theme-template*="index"] .msb-clean-layout > main {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: transparent; }

/* line 19, theme.scss */
body[data-theme-template*="index"] .preloader,
body[data-theme-template*="index"] [data-fixed-panels],
body[data-theme-template*="index"] .outside-widgets {
  display: none !important; }

/* line 25, theme.scss */
.msb-page {
  --ink: #111614;
  --muted: #69736b;
  --green: #19733f;
  --green-2: #0b3f2a;
  --green-3: #0a2f22;
  --line: rgba(17, 22, 20, .10);
  --soft: #f1f8f2;
  --paper: #ffffff;
  --shadow: 0 28px 80px rgba(10, 47, 34, .10);
  color: var(--ink);
  background: #fbfbf9;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  overflow: clip; }

/* line 41, theme.scss */
.msb-page *,
.msb-page *::before,
.msb-page *::after {
  box-sizing: border-box; }

/* line 45, theme.scss */
.msb-page a {
  color: inherit;
  text-decoration: none; }

/* line 46, theme.scss */
.msb-page img {
  display: block;
  max-width: 100%; }

/* line 47, theme.scss */
.msb-page button,
.msb-page input {
  font: inherit; }

/* line 49, theme.scss */
.msb-page button {
  cursor: pointer; }

/* line 51, theme.scss */
.msb-main {
  max-width: 1780px;
  margin: 0 auto; }

/* line 56, theme.scss */
.msb-floating-call {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  box-shadow: 0 20px 40px rgba(25, 115, 63, 0.25); }

/* line 71, theme.scss */
.msb-header {
  position: sticky;
  top: 0;
  z-index: 80;
  max-width: 1780px;
  margin: 0 auto;
  min-height: 92px;
  padding: 0 68px;
  display: grid;
  grid-template-columns: 240px 1fr 260px;
  align-items: center;
  gap: 24px;
  background: rgba(251, 251, 249, 0.82);
  backdrop-filter: blur(18px); }

/* line 87, theme.scss */
.msb-header.is-scrolled {
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.06); }

/* line 91, theme.scss */
.msb-logo {
  display: flex;
  align-items: center;
  gap: 12px; }

/* line 97, theme.scss */
.msb-logo img {
  width: 54px;
  height: 54px;
  border-radius: 50%; }

/* line 103, theme.scss */
.msb-logo b {
  display: block;
  font-size: 21px;
  line-height: 1.05;
  font-weight: 800; }

/* line 110, theme.scss */
.msb-logo small {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800; }

/* line 120, theme.scss */
.msb-nav {
  display: flex;
  justify-content: center;
  gap: 42px; }

/* line 126, theme.scss */
.msb-nav a {
  font-size: 15px;
  font-weight: 700; }

/* line 131, theme.scss */
.msb-header-actions {
  display: grid;
  justify-items: end;
  gap: 4px; }

/* line 137, theme.scss */
.msb-phone {
  font-size: 18px;
  font-weight: 800; }

/* line 142, theme.scss */
.msb-callback {
  color: var(--green);
  font-size: 14px;
  font-weight: 700; }

/* line 148, theme.scss */
.msb-burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: var(--soft);
  border-radius: 12px;
  padding: 10px; }

/* line 158, theme.scss */
.msb-burger span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--green-2); }

/* line 165, theme.scss */
.msb-btn {
  min-height: 60px;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 13px;
  color: #fff !important;
  background: var(--green);
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(25, 115, 63, 0.2);
  transition: transform .22s ease, box-shadow .22s ease; }

/* line 182, theme.scss */
.msb-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(25, 115, 63, 0.26); }

/* line 187, theme.scss */
.msb-hero {
  position: relative;
  min-height: 690px;
  padding: 70px 68px 58px;
  display: grid;
  grid-template-columns: 0.9fr 1.05fr 0.58fr;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 50% 26%, rgba(25, 115, 63, 0.12), rgba(0, 0, 0, 0) 24%), linear-gradient(180deg, #fff, #fbfbf9); }

/* line 201, theme.scss */
.msb-overline {
  margin: 0 0 24px;
  color: #5a645d;
  font-size: 15px; }

/* line 207, theme.scss */
.msb-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(58px, 6.2vw, 116px);
  line-height: .94;
  letter-spacing: -.075em;
  font-weight: 300; }

/* line 216, theme.scss */
.msb-hero h1 span {
  color: var(--green); }

/* line 220, theme.scss */
.msb-lead {
  max-width: 500px;
  margin: 34px 0 0;
  color: #5f6962;
  font-size: 19px;
  line-height: 1.65; }

/* line 228, theme.scss */
.msb-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 34px; }

/* line 236, theme.scss */
.msb-play {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #3f4943;
  font-size: 15px;
  font-weight: 700; }

/* line 245, theme.scss */
.msb-play i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--green);
  font-style: normal; }

/* line 256, theme.scss */
.msb-hero-art {
  position: relative;
  min-height: 520px; }

/* line 261, theme.scss */
.msb-hero-tooth {
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(520px, 88%);
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 28px 52px rgba(25, 115, 63, 0.16)); }

/* line 270, theme.scss */
.msb-orbit {
  position: absolute;
  left: 50%;
  top: 48%;
  border: 2px solid rgba(25, 115, 63, 0.34);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-14deg);
  pointer-events: none; }

/* line 280, theme.scss */
.msb-orbit--one {
  width: 640px;
  height: 150px; }

/* line 285, theme.scss */
.msb-orbit--two {
  width: 58px;
  height: 58px;
  left: 87%;
  top: 31%;
  background: rgba(25, 115, 63, 0.1); }

/* line 293, theme.scss */
.msb-contact-panel {
  align-self: center;
  padding: 42px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px); }

/* line 303, theme.scss */
.msb-contact-panel h2 {
  margin: 0 0 24px;
  font-size: 22px; }

/* line 308, theme.scss */
.msb-contact-panel a,
.msb-contact-panel p {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
  margin: 20px 0 0;
  color: #303b34;
  font-size: 16px;
  line-height: 1.45; }

/* line 320, theme.scss */
.msb-contact-panel i {
  color: var(--green);
  font-style: normal;
  font-weight: 900; }

/* line 326, theme.scss */
.msb-dark {
  position: relative;
  min-height: 380px;
  padding: 64px 88px;
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: 42px;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--green-3); }

/* line 339, theme.scss */
.msb-dark-bg {
  position: absolute;
  inset: 0;
  opacity: .42; }

/* line 345, theme.scss */
.msb-dark-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 47, 34, 0.96), rgba(10, 47, 34, 0.72), rgba(10, 47, 34, 0.92)); }

/* line 352, theme.scss */
.msb-dark-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.15) contrast(1.05); }

/* line 359, theme.scss */
.msb-dark-copy,
.msb-dark-stats {
  position: relative;
  z-index: 1; }

/* line 365, theme.scss */
.msb-dark h2 {
  margin: 0;
  font-size: clamp(46px, 4vw, 74px);
  line-height: 1.02;
  letter-spacing: -.065em;
  font-weight: 300; }

/* line 373, theme.scss */
.msb-dark p {
  max-width: 360px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.62; }

/* line 381, theme.scss */
.msb-dark-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px; }

/* line 387, theme.scss */
.msb-dark-stats div {
  min-height: 210px;
  padding: 34px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px); }

/* line 396, theme.scss */
.msb-dark-stats i {
  display: block;
  margin-bottom: 42px;
  font-style: normal;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.72); }

/* line 404, theme.scss */
.msb-dark-stats strong {
  display: block;
  font-size: 54px;
  line-height: 1;
  font-weight: 300; }

/* line 411, theme.scss */
.msb-dark-stats span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px; }

/* line 418, theme.scss */
.msb-philosophy {
  padding: 74px 88px 34px; }

/* line 422, theme.scss */
.msb-section-head--wide {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 80px;
  align-items: end; }

/* line 429, theme.scss */
.msb-section-head h2,
.msb-side-title h2,
.msb-appointment-title h2,
.msb-docs h2 {
  margin: 0;
  font-size: clamp(48px, 4.8vw, 92px);
  line-height: .98;
  letter-spacing: -.075em;
  font-weight: 300; }

/* line 440, theme.scss */
.msb-section-head h2 span {
  color: var(--green); }

/* line 444, theme.scss */
.msb-section-head p {
  margin: 0;
  color: #5e6962;
  font-size: 19px;
  line-height: 1.6; }

/* line 451, theme.scss */
.msb-value-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 58px; }

/* line 458, theme.scss */
.msb-value-grid article {
  min-height: 232px;
  padding: 26px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  transition: transform .22s ease, box-shadow .22s ease; }

/* line 467, theme.scss */
.msb-value-grid article:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow); }

/* line 472, theme.scss */
.msb-value-grid em {
  color: #989f9a;
  font-size: 44px;
  line-height: 1;
  font-style: normal;
  font-weight: 300; }

/* line 480, theme.scss */
.msb-value-grid i {
  float: right;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--soft);
  color: var(--green);
  font-style: normal; }

/* line 492, theme.scss */
.msb-value-grid h3 {
  margin: 46px 0 0;
  font-size: 19px; }

/* line 497, theme.scss */
.msb-value-grid p {
  margin: 16px 0 0;
  color: #6d766f;
  font-size: 15px;
  line-height: 1.5; }

/* line 504, theme.scss */
.msb-services,
.msb-specialists,
.msb-prices,
.msb-reviews {
  padding: 30px 88px;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 44px;
  align-items: start;
  border-top: 1px solid var(--line); }

/* line 516, theme.scss */
.msb-side-title h2 {
  font-size: clamp(40px, 3.4vw, 64px); }

/* line 520, theme.scss */
.msb-side-title p {
  max-width: 240px;
  margin: 18px 0 0;
  color: #6d766f;
  font-size: 16px;
  line-height: 1.55; }

/* line 528, theme.scss */
.msb-side-title a {
  display: inline-block;
  margin-top: 24px;
  color: var(--green);
  font-size: 15px;
  font-weight: 800; }

/* line 536, theme.scss */
.msb-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px; }

/* line 542, theme.scss */
.msb-service-card {
  position: relative;
  min-height: 270px;
  padding: 26px;
  display: grid;
  align-content: space-between;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease; }

/* line 555, theme.scss */
.msb-service-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow); }

/* line 560, theme.scss */
.msb-service-card img {
  width: 160px;
  height: 142px;
  object-fit: contain;
  justify-self: center;
  margin-top: -5px;
  filter: drop-shadow(0 14px 24px rgba(25, 115, 63, 0.1)); }

/* line 569, theme.scss */
.msb-service-card h3 {
  margin: 0;
  font-size: 18px; }

/* line 574, theme.scss */
.msb-service-card p {
  margin: 10px 0 0;
  color: #6d766f;
  font-size: 14px;
  line-height: 1.45; }

/* line 581, theme.scss */
.msb-service-card > a {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(25, 115, 63, 0.18);
  color: var(--green); }

/* line 594, theme.scss */
.msb-specialist-strip article {
  padding: 22px;
  min-height: 230px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line); }

/* line 602, theme.scss */
.msb-specialist-strip div {
  height: 92px;
  border-radius: 12px;
  background: radial-gradient(circle at center, rgba(25, 115, 63, 0.16), rgba(0, 0, 0, 0) 32%), linear-gradient(135deg, #f8faf8, #eef7f0); }

/* line 610, theme.scss */
.msb-specialist-strip h3 {
  margin: 22px 0 0;
  font-size: 20px; }

/* line 615, theme.scss */
.msb-specialist-strip p,
.msb-legal-note {
  color: #6d766f;
  font-size: 15px;
  line-height: 1.45; }

/* line 622, theme.scss */
.msb-legal-note {
  grid-column: 2;
  margin: 16px 0 0; }

/* line 627, theme.scss */
.msb-prices {
  grid-template-columns: 330px minmax(0, 1fr) 460px; }

/* line 631, theme.scss */
.msb-price-board {
  display: grid;
  border-top: 1px solid var(--line); }

/* line 636, theme.scss */
.msb-price-row {
  min-height: 66px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 160px 42px;
  align-items: center;
  gap: 20px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  text-align: left; }

/* line 650, theme.scss */
.msb-price-row span {
  font-size: 17px;
  font-weight: 700; }

/* line 655, theme.scss */
.msb-price-row b {
  color: var(--green);
  font-size: 17px; }

/* line 660, theme.scss */
.msb-price-row i {
  font-style: normal;
  font-size: 24px; }

/* line 665, theme.scss */
.msb-price-photo {
  position: relative;
  min-height: 280px;
  border-radius: 16px;
  overflow: hidden; }

/* line 672, theme.scss */
.msb-price-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 678, theme.scss */
.msb-price-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(10, 47, 34, 0.58)); }

/* line 685, theme.scss */
.msb-price-photo div {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  padding: 18px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.84); }

/* line 696, theme.scss */
.msb-price-photo p {
  margin: 0 0 12px;
  color: #334139;
  font-size: 14px;
  line-height: 1.45; }

/* line 703, theme.scss */
.msb-price-photo a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 18px;
  border-radius: 10px;
  color: #fff;
  background: var(--green);
  font-weight: 800;
  font-size: 13px; }

/* line 715, theme.scss */
.msb-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px; }

/* line 721, theme.scss */
.msb-review-grid article {
  min-height: 180px;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line); }

/* line 729, theme.scss */
.msb-review-grid i {
  display: block;
  color: var(--green);
  font-size: 42px;
  line-height: .7;
  font-style: normal; }

/* line 737, theme.scss */
.msb-review-grid p {
  margin: 18px 0 0;
  color: #4f5a53;
  line-height: 1.5; }

/* line 743, theme.scss */
.msb-review-grid b {
  display: block;
  margin-top: 18px; }

/* line 748, theme.scss */
.msb-review-grid span {
  display: block;
  margin-top: 4px;
  color: #7b837d;
  font-size: 13px; }

/* line 755, theme.scss */
.msb-appointment {
  margin: 34px 88px 0;
  min-height: 240px;
  display: grid;
  grid-template-columns: 0.85fr 1fr .55fr;
  gap: 34px;
  align-items: center;
  padding: 40px 48px;
  border-radius: 26px;
  background: radial-gradient(circle at 12% 45%, rgba(25, 115, 63, 0.09), rgba(0, 0, 0, 0) 25%), linear-gradient(135deg, #f4fbf4, #ffffff);
  border: 1px solid var(--line); }

/* line 770, theme.scss */
.msb-appointment-title span {
  display: block;
  margin-bottom: 16px;
  color: var(--green);
  font-weight: 800; }

/* line 777, theme.scss */
.msb-appointment-title h2 {
  font-size: clamp(36px, 3.2vw, 58px); }

/* line 781, theme.scss */
.msb-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px; }

/* line 787, theme.scss */
.msb-form input {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  outline: none; }

/* line 796, theme.scss */
.msb-form button {
  grid-column: span 2;
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--green);
  font-weight: 800; }

/* line 806, theme.scss */
.msb-form label {
  grid-column: span 2;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #6d766f;
  font-size: 13px; }

/* line 815, theme.scss */
.msb-appointment-contact {
  display: grid;
  gap: 18px; }

/* line 820, theme.scss */
.msb-appointment-contact p {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  margin: 0;
  color: #334139;
  line-height: 1.45; }

/* line 829, theme.scss */
.msb-appointment-contact i {
  color: var(--green);
  font-style: normal; }

/* line 834, theme.scss */
.msb-docs {
  margin: 34px 88px 0;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line); }

/* line 846, theme.scss */
.msb-docs h2 {
  font-size: 34px; }

/* line 850, theme.scss */
.msb-docs p {
  margin: 8px 0 0;
  color: #6d766f;
  line-height: 1.5; }

/* line 856, theme.scss */
.msb-docs a {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--green);
  font-weight: 800; }

/* line 867, theme.scss */
.msb-footer {
  max-width: 1780px;
  margin: 50px auto 0;
  padding: 0 68px 42px;
  display: grid;
  grid-template-columns: 310px 1fr 390px;
  gap: 42px;
  align-items: start; }

/* line 877, theme.scss */
.msb-footer img {
  width: 56px;
  height: 56px;
  border-radius: 50%; }

/* line 883, theme.scss */
.msb-footer p,
.msb-footer span {
  display: block;
  margin: 16px 0 0;
  color: #6d766f;
  font-size: 14px;
  line-height: 1.45; }

/* line 892, theme.scss */
.msb-footer nav {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 12px 42px; }

/* line 898, theme.scss */
.msb-footer nav a,
.msb-footer div > a {
  display: block;
  color: #28342d;
  font-weight: 700; }

/* line 905, theme.scss */
.msb-footer div > a + a {
  margin-top: 10px; }

@media (max-width: 1280px) {
  /* line 910, theme.scss */
  .msb-header {
    grid-template-columns: auto auto;
    padding: 0 22px; }

  /* line 915, theme.scss */
  .msb-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 90px;
    display: none;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow); }

  /* line 929, theme.scss */
  .msb-nav.is-open {
    display: flex; }

  /* line 930, theme.scss */
  .msb-burger {
    display: block; }

  /* line 931, theme.scss */
  .msb-phone,
  .msb-callback {
    display: none; }

  /* line 934, theme.scss */
  .msb-hero {
    grid-template-columns: 1fr;
    padding: 44px 28px; }

  /* line 939, theme.scss */
  .msb-hero-art {
    min-height: 420px; }

  /* line 943, theme.scss */
  .msb-contact-panel {
    max-width: 520px; }

  /* line 947, theme.scss */
  .msb-dark,
  .msb-section-head--wide,
  .msb-services,
  .msb-specialists,
  .msb-prices,
  .msb-reviews,
  .msb-appointment,
  .msb-docs,
  .msb-footer {
    grid-template-columns: 1fr; }

  /* line 959, theme.scss */
  .msb-services,
  .msb-specialists,
  .msb-prices,
  .msb-reviews {
    padding: 30px 28px; }

  /* line 966, theme.scss */
  .msb-philosophy,
  .msb-dark {
    padding: 50px 28px; }

  /* line 971, theme.scss */
  .msb-appointment,
  .msb-docs {
    margin-left: 28px;
    margin-right: 28px; }

  /* line 977, theme.scss */
  .msb-value-grid,
  .msb-service-grid,
  .msb-specialist-strip,
  .msb-review-grid,
  .msb-dark-stats {
    grid-template-columns: repeat(2, 1fr); }

  /* line 985, theme.scss */
  .msb-price-photo {
    max-width: 620px; } }
@media (max-width: 720px) {
  /* line 991, theme.scss */
  .msb-header {
    min-height: 76px; }

  /* line 995, theme.scss */
  .msb-logo span {
    display: none; }

  /* line 996, theme.scss */
  .msb-logo img {
    width: 48px;
    height: 48px; }

  /* line 998, theme.scss */
  .msb-hero h1 {
    font-size: 50px; }

  /* line 1002, theme.scss */
  .msb-hero-art {
    min-height: 330px; }

  /* line 1006, theme.scss */
  .msb-orbit--one {
    width: 360px;
    height: 100px; }

  /* line 1011, theme.scss */
  .msb-contact-panel,
  .msb-dark-stats div,
  .msb-appointment,
  .msb-docs {
    padding: 22px; }

  /* line 1018, theme.scss */
  .msb-section-head h2,
  .msb-side-title h2,
  .msb-appointment-title h2 {
    font-size: 40px; }

  /* line 1024, theme.scss */
  .msb-value-grid,
  .msb-service-grid,
  .msb-specialist-strip,
  .msb-review-grid,
  .msb-dark-stats,
  .msb-form,
  .msb-footer nav {
    grid-template-columns: 1fr; }

  /* line 1034, theme.scss */
  .msb-price-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 0; }

  /* line 1040, theme.scss */
  .msb-form button,
  .msb-form label {
    grid-column: auto; }

  /* line 1045, theme.scss */
  .msb-footer {
    padding-left: 22px;
    padding-right: 22px; } }
/* Actual data patch: logo, facts, documents */
/* line 1052, theme.scss */
.msb-page--actual .msb-logo img,
.msb-page--actual .msb-footer img {
  object-fit: cover;
  background: #fff;
  border: 1px solid rgba(25, 115, 63, 0.14); }

/* line 1059, theme.scss */
.msb-page--actual .msb-dark-stats strong {
  font-size: 42px;
  letter-spacing: -.04em; }

/* line 1064, theme.scss */
.msb-page--actual .msb-work-strip {
  grid-template-columns: repeat(4, 1fr); }

/* line 1068, theme.scss */
.msb-page--actual .msb-page--actual .msb-clean-facts article i {
  font-size: 36px;
  color: var(--green); }

/* line 1073, theme.scss */
.msb-page--actual .msb-doc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end; }

/* line 1080, theme.scss */
.msb-page--actual .msb-doc-actions a {
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--green);
  font-weight: 800; }

/* line 1091, theme.scss */
.msb-page--actual .msb-docs {
  grid-template-columns: 1fr auto; }

/* line 1095, theme.scss */
.msb-page--actual .msb-docs h2 {
  margin-bottom: 14px; }

/* line 1099, theme.scss */
.msb-page--actual .msb-docs p {
  max-width: 980px; }

@media (max-width: 1280px) {
  /* line 1104, theme.scss */
  .msb-page--actual .msb-work-strip {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1108, theme.scss */
  .msb-page--actual .msb-docs {
    grid-template-columns: 1fr; }

  /* line 1112, theme.scss */
  .msb-page--actual .msb-doc-actions {
    justify-content: flex-start; } }
@media (max-width: 720px) {
  /* line 1118, theme.scss */
  .msb-page--actual .msb-work-strip {
    grid-template-columns: 1fr; } }
/* Doctors section + clean copy patch */
/* line 1125, theme.scss */
.msb-doctors {
  padding: 30px 88px;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 44px;
  align-items: start;
  border-top: 1px solid var(--line); }

/* line 1134, theme.scss */
.msb-doctor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px; }

/* line 1140, theme.scss */
.msb-doctor-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 26px;
  min-height: 360px;
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(10, 47, 34, 0.06); }

/* line 1152, theme.scss */
.msb-doctor-photo {
  min-height: 310px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 28%, rgba(25, 115, 63, 0.2), rgba(0, 0, 0, 0) 34%), linear-gradient(135deg, #f8faf8, #eaf4ec);
  border: 1px solid rgba(25, 115, 63, 0.1); }

/* line 1163, theme.scss */
.msb-doctor-photo span {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green);
  background: rgba(255, 255, 255, 0.8);
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -.04em; }

/* line 1176, theme.scss */
.msb-doctor-label {
  margin: 0 0 12px;
  color: var(--green);
  font-weight: 800;
  font-size: 14px; }

/* line 1183, theme.scss */
.msb-doctor-card h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -.05em;
  font-weight: 300; }

/* line 1191, theme.scss */
.msb-doctor-card p {
  margin: 16px 0 0;
  color: #59635c;
  line-height: 1.55;
  font-size: 15px; }

/* line 1198, theme.scss */
.msb-doctor-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: #59635c;
  line-height: 1.55;
  font-size: 14px; }

/* line 1206, theme.scss */
.msb-doctor-card li + li {
  margin-top: 7px; }

/* line 1210, theme.scss */
.msb-doctor-card a {
  display: inline-flex;
  margin-top: 20px;
  color: var(--green);
  font-weight: 800; }

/* line 1217, theme.scss */
.msb-page--actual .msb-dark-copy p,
.msb-page--actual .msb-section-head p,
.msb-page--actual .msb-side-title p,
.msb-page--actual .msb-docs p,
.msb-page--actual .msb-review-grid p {
  max-width: none; }

/* line 1225, theme.scss */
.msb-page--actual .msb-page--actual .msb-specialists {
  padding-top: 30px; }

/* line 1229, theme.scss */
.msb-page--actual .msb-review-grid article {
  min-height: 210px; }

@media (max-width: 1280px) {
  /* line 1234, theme.scss */
  .msb-doctors {
    grid-template-columns: 1fr;
    padding: 30px 28px; }

  /* line 1239, theme.scss */
  .msb-doctor-grid {
    grid-template-columns: 1fr; }

  /* line 1243, theme.scss */
  .msb-doctor-card {
    grid-template-columns: 160px 1fr; } }
@media (max-width: 720px) {
  /* line 1249, theme.scss */
  .msb-doctor-card {
    grid-template-columns: 1fr; }

  /* line 1253, theme.scss */
  .msb-doctor-photo {
    min-height: 180px; } }
/* External platforms links */
/* line 1260, theme.scss */
.msb-links {
  padding: 30px 88px;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 44px;
  align-items: start;
  border-top: 1px solid var(--line); }

/* line 1269, theme.scss */
.msb-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px; }

/* line 1275, theme.scss */
.msb-link-card {
  position: relative;
  min-height: 210px;
  padding: 24px;
  border-radius: 18px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 22px;
  background: radial-gradient(circle at 78% 18%, rgba(25, 115, 63, 0.1), rgba(0, 0, 0, 0) 34%), #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(10, 47, 34, 0.06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }

/* line 1291, theme.scss */
.msb-link-card:hover {
  transform: translateY(-7px);
  border-color: rgba(25, 115, 63, 0.22);
  box-shadow: 0 28px 70px rgba(10, 47, 34, 0.12); }

/* line 1297, theme.scss */
.msb-link-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -.04em; }

/* line 1309, theme.scss */
.msb-link-icon--pd {
  background: linear-gradient(135deg, #19733f, #0a4c2d); }

/* line 1310, theme.scss */
.msb-link-icon--np {
  background: linear-gradient(135deg, #3a8b62, #19733f); }

/* line 1311, theme.scss */
.msb-link-icon--ym {
  background: linear-gradient(135deg, #e3392f, #b51f19); }

/* line 1312, theme.scss */
.msb-link-icon--dg {
  background: linear-gradient(135deg, #2aa64a, #167b34); }

/* line 1314, theme.scss */
.msb-link-card b {
  display: block;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -.04em;
  font-weight: 400; }

/* line 1323, theme.scss */
.msb-link-card small {
  display: block;
  margin-top: 12px;
  color: #647067;
  font-size: 15px;
  line-height: 1.45; }

/* line 1331, theme.scss */
.msb-link-card em {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  justify-self: end;
  border-radius: 50%;
  color: var(--green);
  border: 1px solid rgba(25, 115, 63, 0.18);
  font-style: normal; }

/* line 1343, theme.scss */
.msb-mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(17, 22, 20, 0.1); }

/* line 1352, theme.scss */
.msb-mini-links a {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: var(--green);
  background: rgba(25, 115, 63, 0.08);
  font-size: 13px;
  font-weight: 800; }

@media (max-width: 1280px) {
  /* line 1365, theme.scss */
  .msb-links {
    grid-template-columns: 1fr;
    padding: 30px 28px; }

  /* line 1370, theme.scss */
  .msb-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 720px) {
  /* line 1376, theme.scss */
  .msb-link-grid {
    grid-template-columns: 1fr; }

  /* line 1380, theme.scss */
  .msb-link-card {
    min-height: 170px; } }
/* line 1387, theme.scss */
.msb-header--v8 {
  position: sticky;
  top: 12px;
  max-width: 1840px;
  margin: 12px auto 0;
  min-height: 96px;
  padding: 0 34px;
  grid-template-columns: 120px minmax(0, 1fr) 220px;
  gap: 26px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 22, 20, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(10, 47, 34, 0.08); }

/* line 1402, theme.scss */
.msb-header--v8 .msb-header-left,
.msb-header--v8 .msb-header-right {
  display: flex;
  align-items: center; }

/* line 1408, theme.scss */
.msb-header--v8 .msb-header-right {
  justify-content: flex-end;
  flex-direction: column;
  gap: 4px; }

/* line 1414, theme.scss */
.msb-logo-icon {
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

/* line 1422, theme.scss */
.msb-logo-icon img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 50%; }

/* line 1429, theme.scss */
.msb-header-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; }

/* line 1436, theme.scss */
.msb-brand-title {
  display: block;
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.05em;
  font-weight: 400;
  text-align: center; }

/* line 1446, theme.scss */
.msb-nav--capsule {
  min-height: 62px;
  padding: 0 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  border-radius: 999px;
  background: rgba(247, 249, 247, 0.96);
  border: 1px solid rgba(17, 22, 20, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9); }

/* line 1459, theme.scss */
.msb-nav--capsule a {
  min-height: 40px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #5a645d;
  font-size: 15px;
  font-weight: 600;
  transition: background .2s ease, color .2s ease; }

/* line 1472, theme.scss */
.msb-nav--capsule a:hover {
  color: var(--green);
  background: rgba(25, 115, 63, 0.08); }

/* line 1477, theme.scss */
.msb-header--v8 .msb-phone {
  font-size: 18px;
  line-height: 1; }

/* line 1482, theme.scss */
.msb-header--v8 .msb-callback {
  font-size: 14px;
  line-height: 1; }

/* line 1487, theme.scss */
.msb-hero--v8 {
  padding-top: 56px; }

/* line 1491, theme.scss */
.msb-hero--v8 .msb-overline {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--green);
  background: rgba(25, 115, 63, 0.08);
  font-size: 14px;
  font-weight: 800; }

/* line 1503, theme.scss */
.msb-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px; }

/* line 1510, theme.scss */
.msb-hero-badges span {
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 22, 20, 0.08);
  color: #3e4942;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(10, 47, 34, 0.05); }

/* line 1524, theme.scss */
.msb-art-note {
  position: absolute;
  z-index: 4;
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(10, 47, 34, 0.08);
  color: var(--green);
  font-size: 14px;
  font-weight: 800; }

/* line 1539, theme.scss */
.msb-art-note--one {
  left: 2%;
  top: 30%; }

/* line 1544, theme.scss */
.msb-art-note--two {
  left: 64%;
  top: 10%; }

/* line 1549, theme.scss */
.msb-art-note--three {
  right: 0;
  top: 44%; }

/* line 1554, theme.scss */
.msb-hero--v8 .msb-contact-panel {
  padding: 34px; }

/* line 1558, theme.scss */
.msb-hero--v8 .msb-contact-panel h2 {
  font-size: 24px;
  line-height: 1.05; }

@media (max-width: 1280px) {
  /* line 1564, theme.scss */
  .msb-header--v8 {
    top: 8px;
    margin-top: 8px;
    padding: 0 18px;
    grid-template-columns: 70px minmax(0, 1fr) 70px;
    min-height: 86px; }

  /* line 1572, theme.scss */
  .msb-header--v8 .msb-header-right {
    justify-content: center; }

  /* line 1576, theme.scss */
  .msb-header--v8 .msb-phone,
  .msb-header--v8 .msb-callback {
    display: none; }

  /* line 1581, theme.scss */
  .msb-header--v8 .msb-burger {
    display: block; }

  /* line 1585, theme.scss */
  .msb-header-center {
    gap: 8px; }

  /* line 1589, theme.scss */
  .msb-brand-title {
    font-size: 24px; }

  /* line 1593, theme.scss */
  .msb-nav--capsule {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 104px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    min-height: auto;
    padding: 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 44px rgba(10, 47, 34, 0.12); }

  /* line 1609, theme.scss */
  .msb-nav--capsule.is-open {
    display: flex; }

  /* line 1613, theme.scss */
  .msb-nav--capsule a {
    justify-content: flex-start;
    padding: 0 14px; }

  /* line 1618, theme.scss */
  .msb-hero--v8 .msb-contact-panel {
    max-width: 100%; } }
@media (max-width: 720px) {
  /* line 1624, theme.scss */
  .msb-brand-title {
    font-size: 20px; }

  /* line 1628, theme.scss */
  .msb-hero-badges {
    flex-direction: column;
    align-items: flex-start; }

  /* line 1633, theme.scss */
  .msb-art-note {
    display: none; }

  /* line 1637, theme.scss */
  .msb-header--v8 {
    grid-template-columns: 58px minmax(0, 1fr) 58px; }

  /* line 1641, theme.scss */
  .msb-logo-icon {
    width: 48px;
    height: 48px; }

  /* line 1646, theme.scss */
  .msb-logo-icon img {
    width: 44px;
    height: 44px; } }
/* Real review excerpts */
/* line 1654, theme.scss */
.msb-review-quotes {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px; }

/* line 1662, theme.scss */
.msb-review-quotes span {
  min-height: 38px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: var(--green);
  background: rgba(25, 115, 63, 0.08);
  border: 1px solid rgba(25, 115, 63, 0.1);
  font-size: 14px;
  font-weight: 800; }

@media (max-width: 1280px) {
  /* line 1676, theme.scss */
  .msb-review-quotes {
    grid-column: auto; } }
/* Doctors showcase v11 */
/* line 1683, theme.scss */
.msb-doctors--showcase {
  padding: 34px 88px;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 44px;
  align-items: start;
  border-top: 1px solid var(--line); }

/* line 1692, theme.scss */
.msb-doctor-showcase {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  align-items: stretch; }

/* line 1699, theme.scss */
.msb-doctor-poster {
  position: relative;
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
  background: #dfe6e1;
  box-shadow: 0 28px 80px rgba(10, 47, 34, 0.1); }

/* line 1708, theme.scss */
.msb-doctor-poster--featured {
  min-height: 580px; }

/* line 1712, theme.scss */
.msb-doctor-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 1718, theme.scss */
.msb-doctor-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 20, 18, 0.28) 0%, rgba(13, 20, 18, 0.04) 32%, rgba(13, 20, 18, 0.42) 100%); }

/* line 1724, theme.scss */
.msb-doctor-meta {
  position: absolute;
  z-index: 2;
  color: #fff; }

/* line 1730, theme.scss */
.msb-doctor-meta strong {
  display: block;
  font-size: clamp(28px, 2.2vw, 44px);
  line-height: .95;
  letter-spacing: -.05em;
  font-weight: 400;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.18); }

/* line 1739, theme.scss */
.msb-doctor-meta--left {
  left: 24px;
  top: 24px;
  max-width: 62%; }

/* line 1745, theme.scss */
.msb-doctor-meta--right {
  right: 24px;
  top: 28px;
  display: grid;
  justify-items: end;
  gap: 4px;
  max-width: 34%; }

/* line 1754, theme.scss */
.msb-doctor-meta--right span {
  display: block;
  color: rgba(255, 255, 255, 0.94);
  font-size: 17px;
  line-height: 1.1;
  text-align: right; }

/* line 1762, theme.scss */
.msb-doctor-cta {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  min-height: 46px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(10px);
  font-weight: 700; }

@media (max-width: 1280px) {
  /* line 1780, theme.scss */
  .msb-doctors--showcase {
    grid-template-columns: 1fr;
    padding: 30px 28px; }

  /* line 1785, theme.scss */
  .msb-doctor-showcase {
    grid-template-columns: 1fr; }

  /* line 1790, theme.scss */
  .msb-doctor-poster,
  .msb-doctor-poster--featured {
    min-height: 520px; } }
@media (max-width: 720px) {
  /* line 1797, theme.scss */
  .msb-doctor-poster,
  .msb-doctor-poster--featured {
    min-height: 420px;
    border-radius: 22px; }

  /* line 1803, theme.scss */
  .msb-doctor-meta--left {
    max-width: 72%; }

  /* line 1807, theme.scss */
  .msb-doctor-meta strong {
    font-size: 28px; }

  /* line 1811, theme.scss */
  .msb-doctor-meta--right span {
    font-size: 14px; }

  /* line 1815, theme.scss */
  .msb-doctor-cta {
    bottom: 18px;
    left: 18px; } }
/* Header exact match v13 */
/* line 1823, theme.scss */
.msb-header--exact {
  position: relative;
  top: auto;
  max-width: 1840px;
  margin: 0 auto;
  min-height: 108px;
  padding: 0 34px;
  display: grid;
  grid-template-columns: 250px 1fr 220px;
  align-items: center;
  gap: 18px;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none; }

/* line 1840, theme.scss */
.msb-logo--exact {
  display: flex;
  align-items: center;
  gap: 12px; }

/* line 1846, theme.scss */
.msb-logo--exact img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%; }

/* line 1853, theme.scss */
.msb-logo--exact b {
  display: block;
  color: #121715;
  font-size: 27px;
  line-height: .88;
  letter-spacing: -.04em;
  font-weight: 700; }

/* line 1862, theme.scss */
.msb-nav--exact {
  display: flex;
  justify-content: center;
  gap: 42px; }

/* line 1868, theme.scss */
.msb-nav--exact a {
  color: #2f3833;
  font-size: 14px;
  font-weight: 500; }

/* line 1874, theme.scss */
.msb-header-actions--exact {
  display: grid;
  justify-items: end;
  gap: 6px; }

/* line 1880, theme.scss */
.msb-header-actions--exact .msb-phone {
  color: #18201c;
  font-size: 16px;
  font-weight: 600; }

/* line 1886, theme.scss */
.msb-header-actions--exact .msb-callback {
  color: var(--green);
  font-size: 13px;
  font-weight: 600; }

/* line 1892, theme.scss */
.msb-hero--exact {
  min-height: 620px;
  padding: 6px 34px 40px;
  display: grid;
  grid-template-columns: 1.02fr 1.05fr 360px;
  gap: 12px;
  align-items: center;
  background: transparent;
  border-bottom: 0; }

/* line 1903, theme.scss */
.msb-hero-copy--exact {
  align-self: center;
  padding-top: 24px; }

/* line 1908, theme.scss */
.msb-hero-copy--exact .msb-overline {
  display: none; }

/* line 1912, theme.scss */
.msb-hero--exact h1 {
  margin: 0;
  color: #131816;
  font-size: clamp(62px, 5.5vw, 88px);
  line-height: .96;
  letter-spacing: -.07em;
  font-weight: 300; }

/* line 1921, theme.scss */
.msb-hero--exact h1 span {
  color: #3d985b; }

/* line 1925, theme.scss */
.msb-hero--exact .msb-lead {
  max-width: 520px;
  margin: 34px 0 0;
  color: #55615a;
  font-size: 19px;
  line-height: 1.55; }

/* line 1933, theme.scss */
.msb-hero--exact .msb-hero-actions {
  gap: 18px;
  margin-top: 34px; }

/* line 1938, theme.scss */
.msb-hero--exact .msb-btn {
  min-height: 62px;
  padding: 0 26px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700; }

/* line 1946, theme.scss */
.msb-play--exact {
  min-height: 62px;
  padding: 0 22px 0 14px;
  gap: 14px;
  border: 1px solid rgba(17, 22, 20, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84); }

/* line 1955, theme.scss */
.msb-play--exact i {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(17, 22, 20, 0.12);
  color: #7eb895;
  background: #fff;
  font-size: 12px; }

/* line 1964, theme.scss */
.msb-play--exact span {
  color: #4a544f;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500; }

/* line 1971, theme.scss */
.msb-hero-art--exact {
  position: relative;
  min-height: 560px; }

/* line 1976, theme.scss */
.msb-hero-art--exact .msb-hero-tooth {
  position: absolute;
  left: 50%;
  top: 49%;
  width: min(480px, 86%);
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 20px 40px rgba(25, 115, 63, 0.12)); }

/* line 1985, theme.scss */
.msb-hero-art--exact .msb-orbit--one {
  width: 565px;
  height: 128px;
  left: 51%;
  top: 49%;
  border-width: 2px;
  border-color: rgba(99, 171, 122, 0.55);
  transform: translate(-50%, -50%) rotate(-12deg); }

/* line 1995, theme.scss */
.msb-hero-art--exact .msb-orbit--two {
  width: 34px;
  height: 34px;
  left: 84%;
  top: 34%;
  border: 0;
  background: rgba(99, 171, 122, 0.72);
  box-shadow: 0 0 0 7px rgba(99, 171, 122, 0.16); }

/* line 2005, theme.scss */
.msb-implant-wrap {
  position: absolute;
  left: 16%;
  bottom: 8%;
  width: 168px;
  height: 168px; }

/* line 2013, theme.scss */
.msb-hero-implant--exact {
  position: static;
  width: 100%;
  transform: rotate(-9deg);
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.18)); }

/* line 2020, theme.scss */
.msb-contact-panel--exact {
  align-self: center;
  padding: 28px 28px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 22, 20, 0.08);
  box-shadow: 0 16px 36px rgba(10, 47, 34, 0.06);
  backdrop-filter: blur(12px); }

/* line 2030, theme.scss */
.msb-contact-panel--exact h2 {
  display: none; }

/* line 2034, theme.scss */
.msb-contact-panel--exact a,
.msb-contact-panel--exact p {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: start;
  margin: 0;
  padding: 14px 0;
  color: #38433d;
  font-size: 16px;
  line-height: 1.45; }

/* line 2047, theme.scss */
.msb-contact-panel--exact a + a,
.msb-contact-panel--exact a + p,
.msb-contact-panel--exact p + p {
  border-top: 1px solid rgba(17, 22, 20, 0.06); }

/* line 2053, theme.scss */
.msb-contact-panel--exact i {
  color: #59a570;
  font-style: normal;
  font-weight: 700; }

@media (max-width: 1280px) {
  /* line 2060, theme.scss */
  .msb-header--exact {
    min-height: 86px;
    padding: 0 18px;
    grid-template-columns: 200px 1fr 56px; }

  /* line 2066, theme.scss */
  .msb-nav--exact {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 84px;
    display: none;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(17, 22, 20, 0.08);
    box-shadow: 0 18px 44px rgba(10, 47, 34, 0.12);
    z-index: 90; }

  /* line 2082, theme.scss */
  .msb-nav--exact.is-open {
    display: flex; }

  /* line 2086, theme.scss */
  .msb-header-actions--exact .msb-phone,
  .msb-header-actions--exact .msb-callback {
    display: none; }

  /* line 2091, theme.scss */
  .msb-header--exact .msb-burger {
    display: block; }

  /* line 2095, theme.scss */
  .msb-hero--exact {
    grid-template-columns: 1fr;
    padding: 12px 18px 34px;
    gap: 22px; }

  /* line 2101, theme.scss */
  .msb-hero-copy--exact {
    padding-top: 0; }

  /* line 2105, theme.scss */
  .msb-contact-panel--exact {
    max-width: 560px; } }
@media (max-width: 720px) {
  /* line 2111, theme.scss */
  .msb-header--exact {
    grid-template-columns: 170px 1fr 48px;
    gap: 10px; }

  /* line 2116, theme.scss */
  .msb-logo--exact img {
    width: 42px;
    height: 42px; }

  /* line 2121, theme.scss */
  .msb-logo--exact b {
    font-size: 22px; }

  /* line 2125, theme.scss */
  .msb-hero--exact h1 {
    font-size: 50px; }

  /* line 2129, theme.scss */
  .msb-hero--exact .msb-lead {
    font-size: 17px; }

  /* line 2133, theme.scss */
  .msb-hero-art--exact {
    min-height: 420px; }

  /* line 2137, theme.scss */
  .msb-implant-wrap {
    width: 122px;
    height: 122px;
    left: 10%;
    bottom: 6%; }

  /* line 2144, theme.scss */
  .msb-contact-panel--exact {
    padding: 20px; }

  /* line 2148, theme.scss */
  .msb-contact-panel--exact a,
  .msb-contact-panel--exact p {
    font-size: 14px; } }
/* Short phone and working hours */
/* line 2156, theme.scss */
.msb-page small {
  font-size: .86em;
  color: inherit;
  opacity: .78;
  font-weight: 600; }

/* line 2163, theme.scss */
.msb-contact-panel small,
.msb-appointment-contact small {
  display: inline-block;
  margin-top: 4px; }

/* Final cleanup v16 */
/* line 2171, theme.scss */
.msb-page {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision; }

/* line 2176, theme.scss */
.msb-main {
  overflow: hidden; }

/* PNG cutouts: no white square, clean object scaling */
/* line 2181, theme.scss */
.msb-hero-tooth,
.msb-hero-implant,
.msb-service-card img {
  mix-blend-mode: normal;
  background: transparent !important; }

/* Remove dead meta spacing after deleted artifact paragraphs */
/* line 2189, theme.scss */
.msb-section-head--wide {
  align-items: start; }

/* line 2193, theme.scss */
.msb-side-title p:empty,
.msb-section-head p:empty,
.msb-dark-copy p:empty {
  display: none !important; }

/* line 2199, theme.scss */
.msb-doctors--showcase .msb-side-title p:empty,
.msb-prices .msb-side-title p:empty {
  display: none !important; }

/* Clean rhythm between large sections */
/* line 2205, theme.scss */
.msb-philosophy,
.msb-services,
.msb-doctors,
.msb-specialists,
.msb-prices,
.msb-reviews,
.msb-links {
  scroll-margin-top: 120px; }

/* Make external links and document block less noisy */
/* line 2216, theme.scss */
.msb-links .msb-side-title p {
  max-width: 260px; }

/* line 2220, theme.scss */
.msb-docs {
  align-items: start; }

/* Contact card text: phone + short phone */
/* line 2225, theme.scss */
.msb-contact-panel small,
.msb-appointment-contact small {
  font-size: .92em;
  opacity: .82; }

/* Doctors cards: stronger crop safety */
/* line 2232, theme.scss */
.msb-doctor-poster img {
  object-position: center top; }

/* Keep footer clean on narrow screens */
@media (max-width: 720px) {
  /* line 2238, theme.scss */
  .msb-footer nav {
    gap: 10px; }

  /* line 2242, theme.scss */
  .msb-footer div > a,
  .msb-footer nav a {
    font-size: 15px; } }
@media (max-width: 640px) {
  /* line 2250, theme.scss */
  .msb-license-grid {
    grid-template-columns: 1fr; } }
/* Premium license services v18 */
/* line 2258, theme.scss */
.msb-specialists--premium {
  padding: 40px 88px;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 44px;
  align-items: start;
  border-top: 1px solid var(--line); }

/* line 2267, theme.scss */
.msb-license-grid--premium {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px; }

/* line 2273, theme.scss */
.msb-license-card {
  grid-column: span 3;
  min-height: 100%;
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(248, 251, 248, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
  border: 1px solid rgba(18, 24, 21, 0.07);
  box-shadow: 0 18px 44px rgba(10, 47, 34, 0.05);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }

/* line 2285, theme.scss */
.msb-license-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(10, 47, 34, 0.09);
  border-color: rgba(61, 152, 91, 0.18); }

/* line 2291, theme.scss */
.msb-license-card--featured {
  grid-column: span 4;
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  align-items: center;
  gap: 8px;
  padding: 22px;
  background: radial-gradient(circle at 22% 24%, rgba(88, 176, 113, 0.12), rgba(0, 0, 0, 0) 28%), linear-gradient(135deg, #f6fbf7 0%, #ffffff 64%); }

/* line 2303, theme.scss */
.msb-license-card--featured .msb-license-media {
  min-height: 268px; }

/* line 2307, theme.scss */
.msb-license-media {
  width: 100%;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: radial-gradient(circle at 50% 38%, rgba(99, 171, 122, 0.16), rgba(0, 0, 0, 0) 24%), #f3f8f4;
  overflow: hidden; }

/* line 2320, theme.scss */
.msb-license-media img {
  width: 78%;
  max-width: 220px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 16px 32px rgba(58, 117, 78, 0.08)); }

/* line 2328, theme.scss */
.msb-license-copy {
  padding: 14px 2px 2px; }

/* line 2332, theme.scss */
.msb-license-tag {
  min-height: 32px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: var(--green);
  background: rgba(61, 152, 91, 0.1);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase; }

/* line 2346, theme.scss */
.msb-license-copy h3 {
  margin: 14px 0 10px;
  color: #141917;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -.05em;
  font-weight: 700; }

/* line 2355, theme.scss */
.msb-license-card--featured .msb-license-copy h3 {
  font-size: 34px; }

/* line 2359, theme.scss */
.msb-license-copy p {
  margin: 0;
  color: #66726a;
  font-size: 15px;
  line-height: 1.5;
  max-width: 28ch; }

@media (max-width: 1480px) {
  /* line 2368, theme.scss */
  .msb-specialists--premium {
    grid-template-columns: 1fr;
    padding: 30px 28px; }

  /* line 2373, theme.scss */
  .msb-license-card--featured {
    grid-column: span 12; }

  /* line 2377, theme.scss */
  .msb-license-card {
    grid-column: span 6; } }
@media (max-width: 980px) {
  /* line 2383, theme.scss */
  .msb-license-card,
  .msb-license-card--featured {
    grid-column: span 12; }

  /* line 2388, theme.scss */
  .msb-license-card--featured {
    grid-template-columns: 1fr; }

  /* line 2392, theme.scss */
  .msb-license-card--featured .msb-license-media {
    min-height: 220px; } }
@media (max-width: 640px) {
  /* line 2398, theme.scss */
  .msb-license-copy h3 {
    font-size: 22px; }

  /* line 2402, theme.scss */
  .msb-license-card--featured .msb-license-copy h3 {
    font-size: 28px; }

  /* line 2406, theme.scss */
  .msb-license-media {
    min-height: 160px; } }
/* External links icons v19 */
/* line 2413, theme.scss */
.msb-link-grid--icons {
  align-items: stretch; }

/* line 2417, theme.scss */
.msb-link-card--icon {
  min-height: 290px;
  grid-template-rows: auto auto 1fr auto;
  gap: 18px; }

/* line 2423, theme.scss */
.msb-link-art {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 14px 28px rgba(38, 118, 76, 0.1)); }

/* line 2431, theme.scss */
.msb-link-card--icon b {
  margin-top: 4px; }

/* line 2435, theme.scss */
.msb-link-card--icon small {
  margin-top: 10px;
  max-width: 26ch; }

@media (max-width: 720px) {
  /* line 2441, theme.scss */
  .msb-link-card--icon {
    min-height: 220px; }

  /* line 2445, theme.scss */
  .msb-link-art {
    width: 78px;
    height: 78px; } }
/* Visual QA cleanup v20 */
/* line 2452, theme.scss */
.msb-logo--exact img,
.msb-footer img {
  object-fit: cover;
  border-radius: 50%; }

/* line 2458, theme.scss */
.msb-link-art {
  background: transparent !important; }

@media (min-width: 721px) and (max-width: 1280px) {
  /* line 2463, theme.scss */
  .msb-hero-art--exact {
    min-height: 680px;
    margin-top: 18px; }

  /* line 2468, theme.scss */
  .msb-hero-art--exact .msb-hero-tooth {
    width: min(520px, 76vw);
    top: 58%; }

  /* line 2473, theme.scss */
  .msb-hero-art--exact .msb-orbit--one {
    top: 58%; }

  /* line 2477, theme.scss */
  .msb-hero-art--exact .msb-orbit--two {
    top: 44%; }

  /* line 2481, theme.scss */
  .msb-implant-wrap {
    left: 16%;
    bottom: 8%; } }
@media (max-width: 720px) {
  /* line 2488, theme.scss */
  .msb-hero--exact .msb-hero-actions {
    position: relative;
    z-index: 2; }

  /* line 2493, theme.scss */
  .msb-hero-art--exact {
    min-height: 500px;
    margin-top: 8px; }

  /* line 2498, theme.scss */
  .msb-hero-art--exact .msb-hero-tooth {
    width: min(360px, 88vw);
    top: 55%; }

  /* line 2503, theme.scss */
  .msb-hero-art--exact .msb-orbit--one {
    top: 55%;
    width: 430px; }

  /* line 2508, theme.scss */
  .msb-hero-art--exact .msb-orbit--two {
    top: 42%; } }
