@font-face {
  font-family: "Cormorant Garamond";
  src: url("../assets/fonts/cormorant-garamond-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../assets/fonts/cormorant-garamond-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../assets/fonts/cormorant-garamond-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../assets/fonts/cormorant-garamond-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/manrope-200.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/manrope-300.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/manrope-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/manrope-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/manrope-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/manrope-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/manrope-800.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

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

html {
  min-width: 320px;
}

body {
  margin: 0;
  color: #3e4a63;
  background: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
}

body.is-modal-open {
  overflow: hidden;
}

body.is-consent-locked {
  overflow: hidden;
  touch-action: none;
}

a {
  color: inherit;
  text-decoration: none;
}

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

@scope (body.site-page) {
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.page {
  min-height: 100vh;
  background: #ffffff;
}

.page section {
  scroll-margin-top: 120px;
}

.first-screen {
  position: relative;
  width: min(100%, 420px);
  min-height: 614px;
  margin: 0 auto;
  padding: 128px 10px 0;
  overflow: hidden;
  background: #ffffff;
}

.first-screen::before {
  content: "";
  position: absolute;
  display: none;
  pointer-events: none;
}

.first-screen__image {
  display: none;
}

.first-screen__image::after {
  content: "";
  position: absolute;
  inset: 0;
  display: none;
  pointer-events: none;
}

.rating-section {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 0 20px 50px;
  background: #ffffff;
}

.rating-section__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
}

.rating-section__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  color: #3e4a63;
}

.rating-section__title {
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
}

.rating-section__lead {
  max-width: 628px;
  margin: 0;
  color: #3e4a63;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.rating-section__banner {
  width: 100%;
  aspect-ratio: 1456 / 180;
  object-fit: cover;
  box-shadow: 1px 1px 4px rgba(127, 207, 226, 0.3);
}

.rating-section__caption {
  margin: 0;
  color: #3a3939;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.rating-section__photo-wrap {
  position: relative;
  width: 100%;
  height: 200px;
  aspect-ratio: auto;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 1px 1px 4px rgba(127, 207, 226, 0.3);
}

.rating-section__photo-wrap picture {
  display: block;
  width: 100%;
  height: 100%;
}

.rating-section__photo {
  position: absolute;
  left: 0;
  top: -15.29%;
  width: 100%;
  height: 126.75%;
  max-width: none;
  object-fit: cover;
}

@media (max-width: 379px) {
  .rating-section__photo-wrap {
    height: 176px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 120;
  width: min(100%, 335px);
  margin: 0 auto;
  padding: 10px 0 12px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(62, 74, 99, 0.08);
  backdrop-filter: blur(12px);
  transform: translateX(-50%);
}

.header::before {
  content: "";
  position: absolute;
  inset: 0 -20px;
  z-index: -1;
  background: #ffffff;
}

.header__top {
  display: grid;
  grid-template-columns: 80px 1px 99px minmax(130px, 1fr);
  align-items: center;
  min-height: 48px;
}

.logo {
  display: flex;
  align-items: center;
  width: 80px;
  height: 48px;
}

.logo__image {
  width: 80px;
  height: auto;
}

.header__divider {
  width: 1px;
  height: 48px;
  background: #6c7c98;
}

.header__descriptor {
  width: 99px;
  margin: 0 0 0 11px;
  color: #3e4a63;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
}

.header__phone {
  justify-self: end;
  color: #3e4a63;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
  text-shadow: 1px 1px 10px rgba(62, 74, 99, 0.4);
}

.header__callback {
  justify-self: end;
  color: #3e4a63;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
  text-shadow: 1px 1px 10px rgba(62, 74, 99, 0.4);
}

.header__address {
  margin: 18px 0 0;
  color: #3e4a63;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.header__schedule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #3e4a63;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.header__schedule-icon {
  width: 14px;
  height: 15px;
  flex: 0 0 auto;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

.hero__content {
  width: min(100%, 335px);
  text-align: center;
}

.hero__title {
  margin: 0;
  color: #232a36;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.hero__title-line {
  display: block;
}

.hero__subtitle {
  width: min(100%, 335px);
  margin: 10px auto 0;
  color: #3e4a63;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.hero__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 354px);
  min-height: 58px;
  padding: 18px 32px 19px;
  color: #ffffff;
  background: #3e4a63;
  border: 1px solid #3e4a63;
  border-radius: 999px;
  font-size: 14px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.intro-video {
  position: relative;
  width: min(100%, 354px);
  min-height: 173px;
  margin: 21px auto 0;
}

.intro-video__text {
  width: 188px;
  margin: 0;
  color: #3e4a63;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.intro-video__phone {
  width: 101px;
  height: 173px;
  object-fit: cover;
  filter: drop-shadow(1px 1px 2px rgba(108, 124, 152, 0.5));
}

.intro-video__phone-button {
  position: absolute;
  top: 0;
  right: 20px;
  width: 101px;
  height: 173px;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
}

.intro-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: rgba(62, 74, 99, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  box-shadow: 1px 1px 10px rgba(35, 42, 54, 0.25);
  transform: translate(-50%, -50%);
}

.intro-video__play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #ffffff;
}

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

.video-modal[hidden] {
  display: none;
}

.video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(35, 42, 54, 0.72);
}

.video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  overflow: hidden;
  background: #111722;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(35, 42, 54, 0.32);
}

.video-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 34px;
  height: 34px;
  padding: 0;
  background: rgba(17, 23, 34, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  cursor: pointer;
}

.video-modal__close::before,
.video-modal__close::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 9px;
  width: 15px;
  height: 2px;
  background: #ffffff;
}

.video-modal__close::before {
  transform: rotate(45deg);
}

.video-modal__close::after {
  transform: rotate(-45deg);
}

.video-modal__video {
  display: block;
  width: 100%;
  max-height: calc(100vh - 40px);
  background: #111722;
}

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

.lead-modal[hidden] {
  display: none;
}

.lead-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(35, 42, 54, 0.72);
}

.lead-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 859px);
  min-height: 500px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(127, 207, 226, 0.3), 0 18px 50px rgba(35, 42, 54, 0.22);
}

.lead-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 34px;
  height: 34px;
  padding: 0;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(108, 124, 152, 0.35);
  border-radius: 50%;
  cursor: pointer;
}

.lead-modal__close::before,
.lead-modal__close::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 9px;
  width: 15px;
  height: 2px;
  background: #3e4a63;
}

.lead-modal__close::before {
  transform: rotate(45deg);
}

.lead-modal__close::after {
  transform: rotate(-45deg);
}

.lead-modal__image {
  position: absolute;
  top: 15px;
  left: 304px;
  width: 742px;
  height: 484px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.lead-modal__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.88) 22%, rgba(255, 255, 255, 0.08) 58%);
  pointer-events: none;
}

.lead-modal__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}

.lead-modal__content {
  position: relative;
  z-index: 2;
  width: 606px;
  padding: 62px 0 48px 126px;
}

.lead-modal__title {
  width: 606px;
  margin: 0 0 50px;
  color: #000000;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
}

.lead-form {
  width: 356px;
}

.lead-form__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.lead-form__field {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}

.lead-form__field input {
  width: 100%;
  height: 62px;
  padding: 10px 20px;
  color: #3e4a63;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.8);
  border-radius: 99px;
  font: inherit;
  font-size: 16px;
  line-height: 1;
  outline: none;
}

.lead-form__field input::placeholder {
  color: #939292;
  opacity: 1;
}

.lead-form__field input:focus {
  border-color: #6c7c98;
  box-shadow: 0 0 0 3px rgba(127, 207, 226, 0.22);
}

.lead-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 62px;
  margin: 0 0 20px;
  padding: 20px 40px;
  color: #f4f6f9;
  background: #3e4a63;
  border: 1px solid #3e4a63;
  border-radius: 999px;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.lead-form__submit:hover,
.lead-form__submit:focus-visible {
  background: #232a36;
  border-color: #232a36;
}

.lead-form__submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.lead-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  color: #000000;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35;
}

.lead-form__consent input {
  width: 12px;
  height: 12px;
  margin: 4px 2px 0;
  flex: 0 0 auto;
  accent-color: #3e4a63;
}

.lead-form__consent span {
  display: block;
  min-width: 0;
}

.lead-form__consent a {
  color: #4a87cd;
}

.lead-form__consent a + a {
  display: block;
  margin-top: 8px;
}

.form-status-modal {
  position: fixed;
  inset: 0;
  z-index: 35;
  display: grid;
  place-items: center;
  padding: 20px;
}

.form-status-modal[hidden] {
  display: none;
}

.form-status-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(35, 42, 54, 0.72);
}

.form-status-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  padding: 54px 34px 46px;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(127, 207, 226, 0.3), 0 18px 50px rgba(35, 42, 54, 0.22);
  text-align: center;
}

.form-status-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  padding: 0;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(108, 124, 152, 0.35);
  border-radius: 50%;
  cursor: pointer;
}

.form-status-modal__close::before,
.form-status-modal__close::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 9px;
  width: 15px;
  height: 2px;
  background: #3e4a63;
}

.form-status-modal__close::before {
  transform: rotate(45deg);
}

.form-status-modal__close::after {
  transform: rotate(-45deg);
}

.form-status-modal__title {
  margin: 0;
  color: #000000;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.05;
}

.personal-consent-modal {
  position: fixed;
  inset: 0;
  z-index: 95;
  display: grid;
  place-items: center;
  padding: 20px;
}

.personal-consent-modal[hidden] {
  display: none;
}

.personal-consent-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(35, 42, 54, 0.72);
}

.personal-consent-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 904px);
  max-height: min(760px, calc(100vh - 40px));
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(127, 207, 226, 0.3), 0 18px 50px rgba(35, 42, 54, 0.22);
}

.personal-consent-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 34px;
  height: 34px;
  padding: 0;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(108, 124, 152, 0.35);
  border-radius: 50%;
  cursor: pointer;
}

.personal-consent-modal__close::before,
.personal-consent-modal__close::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 9px;
  width: 15px;
  height: 2px;
  background: #3e4a63;
}

.personal-consent-modal__close::before {
  transform: rotate(45deg);
}

.personal-consent-modal__close::after {
  transform: rotate(-45deg);
}

.personal-consent-modal__content {
  max-height: min(760px, calc(100vh - 40px));
  overflow-y: auto;
  padding: 54px 48px 50px;
  color: #3e4a63;
  font-size: 16px;
  line-height: 1.65;
}

.personal-consent-modal__content h2,
.personal-consent-modal__content h3 {
  margin: 0 0 22px;
  color: #000000;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

.personal-consent-modal__content h2 {
  max-width: 680px;
  font-size: 44px;
  line-height: 0.98;
}

.personal-consent-modal__content h3 {
  margin-top: 30px;
  font-size: 32px;
  line-height: 1.05;
}

.personal-consent-modal__content p {
  margin: 0 0 14px;
}

.personal-consent-modal__content a {
  color: #4a87cd;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.personal-consent-modal__content hr {
  height: 1px;
  margin: 30px 0;
  background: rgba(127, 207, 226, 0.45);
  border: 0;
}

@media (max-width: 767px) {
  .personal-consent-modal {
    align-items: start;
    padding: 18px 12px;
  }

  .personal-consent-modal__dialog,
  .personal-consent-modal__content {
    max-height: calc(100dvh - 36px);
  }

  .personal-consent-modal__dialog {
    width: min(100%, 420px);
  }

  .personal-consent-modal__content {
    padding: 58px 20px 34px;
    font-size: 14px;
    line-height: 1.55;
  }

  .personal-consent-modal__content h2 {
    font-size: 34px;
  }

  .personal-consent-modal__content h3 {
    font-size: 25px;
  }

  .personal-consent-modal__close {
    position: fixed;
    top: max(14px, env(safe-area-inset-top));
    right: max(14px, env(safe-area-inset-right));
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(35, 42, 54, 0.18);
  }
}

.policy-page {
  color: #3e4a63;
  padding-top: 128px;
}

.policy-header {
  width: min(100% - 40px, 984px);
  padding-top: 26px;
}

.policy-header .logo {
  flex: 0 0 auto;
}

.policy-section {
  width: min(100%, 1024px);
  margin: 0 auto;
  padding: 46px 20px 70px;
  background: #ffffff;
}

.policy-section__inner {
  width: min(100%, 904px);
  margin: 0 auto;
}

.policy-section__back {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-bottom: 28px;
  padding: 10px 20px;
  color: #3e4a63;
  border: 1px solid rgba(127, 207, 226, 0.8);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.policy-content {
  padding: 34px 28px 42px;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(127, 207, 226, 0.3);
}

.policy-content h1,
.policy-content h2,
.policy-content p,
.policy-content ul {
  margin-top: 0;
}

.policy-content h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: #232a36;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.policy-content h2 {
  margin: 42px 0 18px;
  color: #232a36;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.policy-content p,
.policy-content li {
  color: #3e4a63;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.policy-content p {
  margin-bottom: 14px;
}

.policy-content .policy-meta-line {
  margin-bottom: 8px;
}

.policy-content ul {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  padding-left: 20px;
}

.policy-content a {
  color: #4a87cd;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-content strong {
  color: #232a36;
  font-weight: 600;
}

.policy-content hr {
  height: 1px;
  margin: 28px 0;
  background: rgba(127, 207, 226, 0.45);
  border: 0;
}

.policy-table-wrap {
  width: 100%;
  margin: 22px 0 30px;
  overflow-x: auto;
  border: 1px solid rgba(127, 207, 226, 0.35);
  border-radius: 12px;
}

.policy-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  background: #ffffff;
}

.policy-table th,
.policy-table td {
  padding: 14px 16px;
  color: #3e4a63;
  border-bottom: 1px solid rgba(127, 207, 226, 0.25);
  border-right: 1px solid rgba(127, 207, 226, 0.25);
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}

.policy-table th {
  color: #232a36;
  background: rgba(127, 207, 226, 0.12);
  font-weight: 600;
}

.policy-table tr:last-child td {
  border-bottom: 0;
}

.policy-table th:last-child,
.policy-table td:last-child {
  border-right: 0;
}

.cookie-consent {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(35, 42, 54, 0.18);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent__panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(100%, 1024px);
  min-height: 100px;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 -4px 24px rgba(62, 74, 99, 0.14);
}

.cookie-consent__text {
  width: 628px;
  color: #3e4a63;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}

.cookie-consent__text p {
  margin: 0;
}

.cookie-consent__text p + p {
  margin-top: 10px;
}

.cookie-consent__text a {
  position: relative;
  z-index: 2;
  color: #4a87cd;
  cursor: pointer;
  pointer-events: auto;
}

.cookie-consent__actions {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 356px;
  flex: 0 0 auto;
}

.cookie-consent__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 163px;
  min-height: 58px;
  padding: 20px 40px;
  border: 1px solid #6c7c98;
  border-radius: 999px;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.cookie-consent__button--accept {
  order: 2;
  color: #ffffff;
  background: #3e4a63;
}

.cookie-consent__button--reject {
  order: 1;
  color: #3e4a63;
  background: #ffffff;
}

@media (max-width: 1023px) {
  .cookie-consent__panel {
    align-items: flex-start;
    flex-direction: column;
    width: min(100%, 728px);
    min-height: 190px;
    gap: 20px;
    padding: 20px 20px 20px;
  }

  .cookie-consent__text {
    width: 100%;
    min-height: 74px;
  }

  .cookie-consent__actions {
    width: 100%;
  }

  .cookie-consent__button {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cookie-consent__panel {
    width: 728px;
  }

  .cookie-consent__text {
    width: 688px;
  }

  .cookie-consent__actions {
    align-self: center;
    width: 356px;
    gap: 30px;
  }

  .cookie-consent__button {
    width: 163px;
    min-height: 56px;
  }
}

@media (max-width: 767px) {
  .cookie-consent__panel {
    width: min(100%, 375px);
    min-height: 260px;
    padding: 20px;
  }

  .cookie-consent__text {
    min-height: 154px;
  }

  .cookie-consent__actions {
    gap: 30px;
  }

  .cookie-consent__button {
    width: calc((100% - 30px) / 2);
    min-height: 56px;
    padding: 20px 24px;
  }
}

@media (max-width: 767px) {
  .policy-header {
    width: min(100% - 40px, 335px);
  }

  .policy-section {
    padding: 34px 20px 52px;
  }

  .policy-content {
    padding: 26px 18px 32px;
  }

  .policy-content h1 {
    font-size: 32px;
    line-height: 1;
  }

  .policy-content h2 {
    margin-top: 34px;
    font-size: 26px;
  }

  .policy-table {
    min-width: 760px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .lead-modal {
    align-items: start;
    padding: 91px 20px 20px;
  }

  .lead-modal__dialog {
    width: 728px;
    min-height: 500px;
  }

  .lead-modal__image {
    top: 75px;
    left: 238px;
    width: 650px;
    height: 424px;
  }

  .lead-modal__image::before {
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 24%, rgba(255, 255, 255, 0.08) 61%);
  }

  .lead-modal__content {
    width: 606px;
    padding: 62px 0 48px 66px;
  }

  .lead-modal__title {
    width: 606px;
    margin-bottom: 50px;
    font-size: 42px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .lead-modal {
    align-items: start;
    padding: 100px 20px 20px;
  }

  .lead-modal__dialog {
    width: min(100%, 335px);
    min-height: 500px;
  }

  .lead-modal__image {
    display: none;
  }

  .lead-modal__content {
    position: absolute;
    top: 50%;
    left: calc(50% - 1.5px);
    width: 300px;
    padding: 0;
    transform: translate(-50%, calc(-50% - 0.5px));
  }

  .lead-modal__title {
    width: 100%;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }

  .lead-form {
    width: 100%;
  }

  .lead-form__field input {
    font-size: 14px;
  }

  .lead-form__submit {
    font-size: 14px;
  }
}

.choice-section {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 27px 20px 44px;
  background: #ffffff;
}

.choice-section__inner {
  width: min(100%, 335px);
  margin: 0 auto;
}

.choice-section__photo {
  width: 100%;
  height: 187px;
  object-fit: cover;
  border-radius: 16px;
}

.choice-section__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.choice-section__title {
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
  text-align: center;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.choice-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.choice-card {
  width: 100%;
  padding: 18px 10px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-radius: 16px;
  box-shadow: 2px 2px 4px rgba(127, 207, 226, 0.3);
}

.choice-card__header {
  display: flex;
  align-items: center;
  gap: 24px;
}

.choice-card__icon-wrap {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  overflow: hidden;
  background: #f4f6f9;
  border-radius: 50%;
}

.choice-card__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.choice-card__title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #3e4a63;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.choice-card__text {
  margin: 10px 20px 0;
  color: #6c7c98;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.all-on-section {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 0 20px 44px;
  background: #ffffff;
}

.all-on-section__inner {
  width: min(100%, 335px);
  margin: 0 auto;
}

.all-on-section__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #3e4a63;
  text-align: center;
}

.all-on-section__title {
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.all-on-section__text {
  color: #3e4a63;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.all-on-section__text p {
  margin: 0;
}

.all-on-section__text p + p {
  margin-top: 10px;
}

.all-on-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.all-on-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.5);
  border-radius: 16px;
  filter: drop-shadow(0 4px 2px rgba(127, 207, 226, 0.3));
}

.all-on-card__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.all-on-card__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  color: #6c7c98;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.all-on-card__title {
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.all-on-card__lead,
.all-on-card__description {
  margin: 0;
}

.all-on-card__features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.all-on-card__feature {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
  color: #3e4a63;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.all-on-card__feature-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.all-on-card__feature-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 16px;
}

.all-on-card__image {
  width: 100%;
  margin-top: 20px;
  object-fit: contain;
}

.all-on-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 255px;
  margin-top: 30px;
  padding: 15px 10px 20px;
  border: 1px solid rgba(127, 207, 226, 0.5);
  border-radius: 16px;
}

.all-on-cta__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
  min-height: 129px;
}

.all-on-cta__image {
  width: 52px;
  height: 100px;
  flex: 0 0 52px;
  object-fit: contain;
}

.all-on-cta__text {
  width: 226px;
  margin: 0;
  color: #3e4a63;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.all-on-cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 262px);
  min-height: 60px;
  margin-top: 10px;
  padding: 18px 24px;
  color: #ffffff;
  background: #3e4a63;
  border: 1px solid #6c7c98;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}

.operation-section {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 0 20px 44px;
  background: #ffffff;
}

.operation-section__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: min(100%, 335px);
  margin: 0 auto;
}

.operation-section__intro {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #3e4a63;
  text-align: center;
}

.operation-section__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.operation-section__title {
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.operation-section__lead {
  margin: 0;
  color: #3e4a63;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.operation-section__text {
  color: #3e4a63;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.operation-section__text p {
  margin: 0;
}

.operation-section__text p + p {
  margin-top: 10px;
}

.operation-stats {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.operation-stat {
  width: 100%;
  padding: 0 0 20px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(127, 207, 226, 0.3);
}

.operation-stat__top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.operation-stat__icon-wrap {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  overflow: hidden;
}

.operation-stat__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.operation-stat__value {
  margin: 0;
  color: #6c7c98;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  white-space: nowrap;
}

.operation-stat__text {
  margin: 0;
  padding: 0 20px;
  color: #6c7c98;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

.operation-note {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 26px 30px;
  overflow: hidden;
  background: rgba(244, 246, 249, 0.4);
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(127, 207, 226, 0.3);
}

.operation-note__icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  object-fit: contain;
}

.operation-note__text {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #3e4a63;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.operation-paska {
  display: none;
}

.paska-section {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 0 20px 44px;
  background: #ffffff;
}

.paska-section__inner {
  position: relative;
  width: min(100%, 335px);
  height: 530px;
  margin: 0 auto;
}

.paska-section__photo {
  width: 100%;
  height: 504px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(127, 207, 226, 0.3);
}

.paska-section__caption {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(100%, 288px);
  min-height: 52px;
  margin: 0;
  padding: 8px 13px;
  color: #3e4a63;
  background: #ffffff;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  transform: translateX(-50%);
}

.doctor-videos-section {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 0 0 44px;
  overflow: hidden;
  background: #ffffff;
}

.doctor-videos-section__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.doctor-videos-section__title {
  width: min(100%, 333px);
  margin: 0 auto;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
  text-align: center;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.doctor-videos {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-right: 20px;
  padding-left: 20px;
  cursor: grab;
  scroll-snap-type: x proximity;
  scroll-padding-left: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  user-select: none;
}

.doctor-videos.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.doctor-videos::-webkit-scrollbar {
  display: none;
}

.doctor-video-card {
  width: 290px;
  flex: 0 0 290px;
  scroll-snap-align: start;
}

.doctor-video-card__button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.doctor-video-card__image {
  width: 100%;
  aspect-ratio: 1752 / 3068;
  object-fit: cover;
  pointer-events: none;
}

.doctor-video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  background: rgba(62, 74, 99, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  box-shadow: 1px 1px 10px rgba(35, 42, 54, 0.25);
  transform: translate(-50%, -50%);
}

.doctor-video-card__play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #ffffff;
}

.doctor-video-card__title {
  width: 100%;
  margin: 10px 0 0;
  color: #000000;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
  text-align: center;
}

.protocols-section {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 0 20px 44px;
  background: #ffffff;
}

.protocols-section__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: min(100%, 335px);
  margin: 0 auto;
}

.protocols-section__title {
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
  text-align: center;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.protocol-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.protocol-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.protocol-card__media {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 423 / 307;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-radius: 16px;
  box-shadow: 0 2px 2px rgba(127, 207, 226, 0.3);
}

.protocol-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.protocol-card__image--classic-4 {
  width: 82%;
  height: 90%;
}

.protocol-card__image--classic-6 {
  width: 89%;
  height: 100%;
}

.protocol-card__title {
  width: 100%;
  margin: 0;
  color: #6c7c98;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.protocols-cta {
  display: none;
}

.diagnostics-section {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 0 20px 44px;
  background: #ffffff;
}

.diagnostics-section__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: min(100%, 335px);
  margin: 0 auto;
}

.diagnostics-section__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  text-align: center;
}

.diagnostics-section__title {
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.diagnostics-section__lead {
  margin: 0;
  color: #6c7c98;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.diagnostics-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.diagnostics-card {
  width: 100%;
  background: #ffffff;
}

.diagnostics-card__photo {
  width: 100%;
  height: 239px;
  object-fit: cover;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-radius: 16px 16px 0 0;
  box-shadow: 2px 2px 4px rgba(127, 207, 226, 0.3);
}

.diagnostics-card__photo--planning {
  object-position: center 58%;
}

.diagnostics-card__photo--tomograph {
  height: min(189px, calc((100vw - 40px) * 400 / 710));
  object-position: center 33%;
}

.diagnostics-card__body {
  width: 100%;
  padding: 20px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  box-shadow: 2px 2px 4px rgba(127, 207, 226, 0.3);
}

.diagnostics-card__head {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.diagnostics-card__head--wide {
  gap: 24px;
}

.diagnostics-card__icon-wrap {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  overflow: hidden;
  background: #f4f6f9;
  border-radius: 50%;
}

.diagnostics-card__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.diagnostics-card__title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #3e4a63;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.diagnostics-card__text {
  margin: 10px 0 0;
  padding-left: 20px;
  color: #6c7c98;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.diagnostics-card__text--large {
  font-size: 16px;
}

.team-section {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 0 0 44px;
  overflow: hidden;
  background: #ffffff;
}

.team-section__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.team-section__intro {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: min(100%, 336px);
  margin: 0 auto;
  color: #3e4a63;
  text-align: center;
}

.team-section__title {
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.team-section__lead {
  margin: 0;
  color: #3e4a63;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.team-carousel {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.team-carousel.is-dragging {
  cursor: grabbing;
}

.team-carousel::-webkit-scrollbar {
  display: none;
}

.team-carousel__track {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  width: max-content;
}

.team-card {
  --team-card-width: min(334px, calc(100vw - 40px));
  width: var(--team-card-width);
  min-height: 687px;
  flex: 0 0 var(--team-card-width);
  filter: drop-shadow(2px 4px 2px rgba(127, 207, 226, 0.3));
}

.team-card--lead {
  width: var(--team-card-width);
  flex-basis: var(--team-card-width);
}

.team-card__media {
  position: relative;
  z-index: 1;
  width: 100%;
  height: min(218px, calc(65.25vw - 26.1px));
  overflow: hidden;
  contain: paint;
  background: #f4f6f9;
  border-radius: 16px 16px 0 0;
  clip-path: inset(0 round 16px 16px 0 0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(#ffffff, #000000);
}

.team-card__media--blue {
  background: #7fcfe2;
}

.team-card__photo {
  position: absolute;
  display: block;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}

.team-card__photo--paska {
  top: -0.33%;
  left: 0.1%;
  width: 100%;
  height: 200.7%;
}

.team-card__photo--radik {
  top: 0.09%;
  left: 10.45%;
  width: 79.36%;
  height: 159.27%;
}

.team-card__photo--ovsyannikov {
  top: 0.18%;
  left: 0.11%;
  width: 100%;
  height: 238.87%;
}

.team-card__photo--nikolaev {
  top: 7.43%;
  left: 4.49%;
  width: 91.49%;
  height: 185.03%;
}

.team-card__photo--zatula {
  top: -5.07%;
  left: 2.98%;
  width: 94.47%;
  height: 185.38%;
}

.team-card__photo--abdulzagirov {
  top: -2.09%;
  left: -5.72%;
  width: 114.65%;
  height: 184.45%;
}

.team-card__photo--golovkov {
  top: -12.71%;
  left: 0.12%;
  width: 100%;
  height: 263.21%;
}

.team-card__photo--sipki {
  top: -1.39%;
  left: 7.92%;
  width: 88%;
  height: 169.46%;
}

.team-card__photo--chelubeev {
  top: 4.01%;
  left: 4.78%;
  width: 90.54%;
  height: 192.09%;
}

.team-card__photo--skotarenko {
  top: 2.56%;
  left: 7.16%;
  width: 85.83%;
  height: 169.43%;
}

.team-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 0;
  min-height: 469px;
  padding: 30px 20px;
  overflow: visible;
  background: #fcfcfc;
  border-radius: 0 0 16px 16px;
  box-shadow: 2px 2px 4px rgba(108, 124, 152, 0.2);
}

.team-card--lead .team-card__body {
  min-height: 469px;
}

.team-card__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  color: #6c7c98;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.team-card__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #3e4a63;
}

.team-card__name {
  margin: 0;
  color: #3e4a63;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.18;
}

.team-card__position,
.team-card__description {
  margin: 0;
}

.team-card__description + .team-card__description {
  margin-top: -10px;
}

.reasons-section {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 0 20px 44px;
  background: #ffffff;
}

.reasons-section__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: min(100%, 335px);
  margin: 0 auto;
}

.reasons-section__title {
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
  text-align: center;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.reasons-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.reason-card {
  width: 100%;
  padding: 20px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-radius: 16px;
  box-shadow: 2px 2px 4px rgba(127, 207, 226, 0.6);
}

.reason-card__number {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #ffffff;
  background: #7fcfe2;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.reason-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}

.reason-card__icon {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
}

.reason-card__title {
  width: 100%;
  margin: 0;
  color: #3e4a63;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.reason-card__text {
  width: 100%;
  margin: 0;
  color: #6c7c98;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.reasons-cta {
  width: 100%;
  padding: 20px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(127, 207, 226, 0.3);
}

.reasons-cta__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.reasons-cta__image {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  object-fit: contain;
}

.reasons-cta__text {
  flex: 1 1 175px;
  min-width: 0;
  margin: 0;
  color: #3e4a63;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.reasons-cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 18px 40px;
  color: #ffffff;
  background: #3e4a63;
  border: 1px solid #6c7c98;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}

.cases-section {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 0 20px 44px;
  background: #ffffff;
}

.cases-section__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: min(100%, 335px);
  margin: 0 auto;
}

.cases-section__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  text-align: center;
}

.cases-section__title {
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.cases-section__lead {
  margin: 0;
  color: #6c7c98;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.case-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.case-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.case-card__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 10px;
  width: 100%;
}

.case-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  padding: 10px 20px;
  color: #ffffff;
  border-radius: 99px;
  font-size: 14px;
  line-height: 1.35;
  white-space: nowrap;
}

.case-card__badge {
  background: #93a0b8;
  font-weight: 400;
}

.case-card__photos {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}

.case-card__photo {
  width: 50%;
  aspect-ratio: 290 / 424;
  object-fit: cover;
}

.case-card__photo-reveal {
  position: relative;
  width: 50%;
  padding: 0;
  overflow: hidden;
  background: #eef3f6;
  border: 0;
  cursor: pointer;
}

.case-card__photo-reveal .case-card__photo {
  width: 100%;
  height: 100%;
}

.case-card__photo--before {
  filter: blur(12px);
  transform: scale(1.04);
  transition: filter 0.25s ease, transform 0.25s ease;
}

.case-card__photo-label {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 16px;
  color: #ffffff;
  background: rgba(62, 74, 99, 0.42);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  transition: opacity 0.2s ease;
}

.case-card__photo-reveal.is-revealed {
  cursor: default;
}

.case-card__photo-reveal.is-revealed .case-card__photo--before {
  filter: blur(0);
  transform: scale(1);
}

.case-card__photo-reveal.is-revealed .case-card__photo-label {
  opacity: 0;
  pointer-events: none;
}

.case-card__text {
  width: 100%;
  margin: 0;
  color: #3e4a63;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
}

.case-card__text p {
  margin: 0;
}

.case-card__text p + p {
  margin-top: 8px;
}

.case-card__note {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  color: #6c7c98;
  background: #ffffff;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.quality-section {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 0 20px 44px;
  background: #ffffff;
}

.quality-section__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: min(100%, 335px);
  margin: 0 auto;
}

.quality-section__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  text-align: center;
}

.quality-section__title {
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.quality-section__lead {
  margin: 0;
  color: #6c7c98;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.quality-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.quality-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 209px;
  padding: 20px 10px;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-radius: 16px;
  box-shadow: 2px 2px 4px rgba(127, 207, 226, 0.3);
}

.quality-card__head {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  min-height: 80px;
}

.quality-card__icon-wrap {
  display: grid;
  place-items: center;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  padding: 20px;
  background: #f4f6f9;
  border-radius: 50%;
}

.quality-card__icon {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.quality-card__title {
  margin: 0;
  color: #3e4a63;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.quality-card__text {
  margin: 20px 20px 0;
  color: #6c7c98;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.quality-summary {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.quality-summary__media {
  position: relative;
  width: 100%;
  height: 270px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.quality-summary__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

.quality-summary__text {
  margin: 0;
  padding: 20px;
  color: #3e4a63;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  box-shadow: 2px 2px 4px rgba(127, 207, 226, 0.3);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.appointment-section {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 0 20px 44px;
  background: #ffffff;
}

.appointment-section__panel {
  position: relative;
  width: min(100%, 335px);
  margin: 0 auto;
  padding: 50px 20px;
  overflow: hidden;
  color: #ffffff;
  background: #232a36 url("../assets/images/appointment-decor.svg") center / 100% 100% no-repeat;
  border: 1px solid #ffffff;
  border-radius: 16px;
}

.appointment-section__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.appointment-section__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  text-align: center;
}

.appointment-section__title {
  width: 100%;
  margin: 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.appointment-section__lead {
  width: 100%;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.appointment-benefits {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.appointment-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: min(100%, 263px);
}

.appointment-benefit__media {
  position: relative;
  width: 100%;
  height: 213px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 16px;
  transform: translateZ(0);
}

.appointment-benefit__media--consult {
  overflow: visible;
  z-index: 1;
}

.appointment-benefit__image {
  position: absolute;
  display: block;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}

.appointment-benefit__image--consult-back {
  z-index: 1;
  left: 101px;
  bottom: -5px;
  width: 162px;
  height: 222px;
  border-radius: 16px;
}

.appointment-benefit__image--consult-front {
  z-index: 2;
  left: -20px;
  bottom: -5px;
  width: 191px;
  height: 249px;
  border-radius: 16px;
}

.appointment-benefit__image--ct {
  top: -91px;
  left: 0;
  width: 263px;
  height: 395px;
}

.appointment-benefit__image--plans {
  top: -69px;
  left: 29px;
  width: 234px;
  height: 352px;
  border-radius: 16px;
}

.appointment-benefit__image--installment {
  top: -8px;
  left: -17px;
  width: 300px;
  height: 232px;
  border-radius: 16px;
}

.appointment-benefit__title {
  width: 100%;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.appointment-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 61px;
  padding: 20px 40px;
  color: #3e4a63;
  background: #ffffff;
  border: 1px solid #6c7c98;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}

.lab-section {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 0 20px 44px;
  background: #ffffff;
}

.lab-section__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: min(100%, 335px);
  margin: 0 auto;
}

.lab-section__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  text-align: center;
}

.lab-section__title {
  width: 100%;
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.lab-section__lead {
  width: 100%;
  margin: 0;
  color: #6c7c98;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.lab-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.lab-feature {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  min-height: 206px;
  padding: 20px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-radius: 16px;
  box-shadow: 2px 2px 4px rgba(127, 207, 226, 0.3);
}

.lab-feature__head {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.lab-feature__icon-wrap {
  display: grid;
  place-items: center;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  background: #f4f6f9;
  border-radius: 50%;
}

.lab-feature__icon {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.lab-feature__title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #3e4a63;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.lab-feature__text {
  margin: 0;
  padding: 0 10px 0 20px;
  color: #6c7c98;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.lab-gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.lab-gallery__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.lab-gallery__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-radius: 16px;
  box-shadow: 0 2px 2px rgba(127, 207, 226, 0.3);
}

.lab-gallery__title {
  width: 100%;
  margin: 0;
  color: #3e4a63;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.lab-summary {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.lab-summary__image {
  display: block;
  width: 100%;
  aspect-ratio: 983 / 700;
  object-fit: cover;
  object-position: center 45%;
  border-radius: 16px 16px 0 0;
}

.lab-summary__text {
  margin: 0;
  padding: 20px;
  color: #3e4a63;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  box-shadow: 2px 2px 4px rgba(127, 207, 226, 0.3);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.rehab-section {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 0 20px 44px;
  background: #ffffff;
}

.rehab-section__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: min(100%, 335px);
  margin: 0 auto;
}

.rehab-section__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  text-align: center;
}

.rehab-section__title {
  width: 100%;
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.rehab-section__lead {
  width: 100%;
  margin: 0;
  color: #6c7c98;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.rehab-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.rehab-card {
  position: relative;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-radius: 16px;
  box-shadow: 2px 2px 4px rgba(127, 207, 226, 0.3);
}

.rehab-card__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 10px;
}

.rehab-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 242 / 246;
  object-fit: cover;
  border-radius: 16px;
}

.rehab-card__image--stationary {
  object-position: center top;
}

.rehab-card__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  text-align: center;
}

.rehab-card__title {
  width: 100%;
  margin: 0;
  color: #3e4a63;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.rehab-card__title--small {
  font-size: 18px;
}

.rehab-card__text {
  width: 100%;
  margin: 0;
  color: #6c7c98;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.rehab-card__icon-wrap {
  position: absolute;
  top: 3px;
  left: 2px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: #f4f6f9;
  border-radius: 50%;
}

.rehab-card__icon {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.outstation-section {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 0 20px 44px;
  background: #ffffff;
}

.outstation-section__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: min(100%, 335px);
  margin: 0 auto;
}

.outstation-cta__hero {
  display: none;
}

.outstation-cta {
  width: 100%;
  padding: 20px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(127, 207, 226, 0.3);
}

.outstation-cta__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 30px;
  width: 100%;
}

.outstation-cta__image {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  object-fit: contain;
}

.outstation-cta__text {
  flex: 1 1 160px;
  min-width: 0;
  margin: 0;
  color: #3e4a63;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.outstation-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 20px 40px;
  color: #ffffff;
  background: #3e4a63;
  border: 1px solid #6c7c98;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}

.outstation-section__map {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.outstation-section__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.outstation-section__title {
  width: 100%;
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.outstation-section__lead {
  width: 100%;
  margin: 0;
  color: #6c7c98;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.outstation-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.outstation-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 20px 10px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-radius: 16px;
  box-shadow: 2px 2px 4px rgba(127, 207, 226, 0.5);
}

.outstation-card__icon-wrap {
  display: grid;
  place-items: center;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.outstation-card__icon {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.outstation-card__content {
  display: flex;
  flex: 1 1 200px;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.outstation-card__title {
  width: 100%;
  margin: 0;
  color: #3e4a63;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.outstation-card__text {
  width: 100%;
  margin: 0;
  color: #6c7c98;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.outstation-gallery {
  display: flex;
  gap: 20px;
  width: 100%;
}

.outstation-gallery__image {
  display: block;
  flex: 1 1 0;
  min-width: 0;
  height: 114px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(127, 207, 226, 0.3);
}

.faq-section {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 0 20px 44px;
  background: #ffffff;
}

.faq-section__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: min(100%, 335px);
  margin: 0 auto;
}

.faq-section__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  text-align: center;
}

.faq-section__title {
  width: 100%;
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.faq-section__subtitle {
  width: 100%;
  margin: 0;
  color: #6c7c98;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.faq-item {
  width: 100%;
}

.faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 60px;
  padding: 20px;
  color: #3e4a63;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-radius: 16px;
  box-shadow: 2px 2px 4px rgba(127, 207, 226, 0.3);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.faq-item__question-text {
  min-width: 0;
  color: #3e4a63;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.faq-item__icon {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  transition: transform 0.25s ease;
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #3e4a63;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.2s ease;
}

.faq-item.is-open .faq-item__icon {
  transform: rotate(180deg);
}

.faq-item.is-open .faq-item__icon::after {
  opacity: 0;
}

.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.2s ease;
}

.faq-item.is-open .faq-item__answer {
  max-height: 260px;
  opacity: 1;
}

.faq-item__answer-inner {
  width: 100%;
  margin-top: 1px;
  padding: 20px;
  background: #fcfcfc;
  border-radius: 16px;
  box-shadow: 0 2px 2px rgba(127, 207, 226, 0.3);
}

.faq-item__answer-text {
  width: 100%;
  margin: 0;
  color: #6c7c98;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.location-section {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 0 20px 38px;
  background: #ffffff;
}

.location-section__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: min(100%, 335px);
  margin: 0 auto;
}

.location-section__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  text-align: center;
}

.location-section__title {
  width: 100%;
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.location-section__subtitle {
  width: 100%;
  margin: 0;
  color: #6c7c98;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.location-section__map {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(127, 207, 226, 0.3);
}

.location-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 30px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(127, 207, 226, 0.3);
}

.location-card__title {
  width: 100%;
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
  text-align: center;
  letter-spacing: 0;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.location-card__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.location-card__row {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-height: 60px;
  margin: 0;
  padding: 10px;
  color: #6c7c98;
}

.location-card__icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.location-card__text {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #6c7c98;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.location-card__divider {
  width: 100%;
  height: 1px;
  background: rgba(127, 207, 226, 0.3);
}

.location-gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.location-gallery__image {
  display: block;
  width: 100%;
  height: 223px;
  object-fit: cover;
  border: 1px solid rgba(127, 207, 226, 0.3);
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(127, 207, 226, 0.3);
}

.site-footer {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 0 20px 34px;
  background: #ffffff;
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 27px;
  width: min(100%, 335px);
  margin: 0 auto;
}

.site-footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.site-footer__brand {
  display: flex;
  justify-content: center;
  width: 100%;
}

.site-footer__logo-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  width: min(100%, 235px);
}

.site-footer__logo {
  width: 100px;
  height: 48px;
  object-fit: contain;
}

.site-footer__divider {
  width: 1px;
  height: 48px;
  background: #6c7c98;
}

.site-footer__descriptor {
  width: 113px;
  margin: 0;
  color: #3e4a63;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
}

.site-footer__company {
  width: 100%;
  color: #6c7c98;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.site-footer__company p {
  margin: 0;
}

.site-footer__company p + p {
  margin-top: 5px;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 28px;
  width: 100%;
  color: #3e4a63;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.site-footer__links a {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.site-footer__warning {
  width: 100%;
  margin: 0;
  color: #6c7c98;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

@media (min-width: 768px) {
  .policy-page {
    padding-top: 100px;
  }

  .first-screen {
    width: min(100%, 768px);
    min-height: 928px;
    padding: 0;
  }

  .rating-section {
    width: min(100%, 768px);
    padding: 0 20px 54px;
  }

  .rating-section__inner {
    width: 728px;
    margin: 0 auto;
  }

  .rating-section__intro {
    gap: 20px;
  }

  .rating-section__title {
    font-size: 42px;
  }

  .rating-section__lead {
    width: 628px;
    max-width: 100%;
    font-size: 16px;
    line-height: normal;
  }

  .rating-section__caption {
    font-size: 14px;
    line-height: normal;
  }

  .rating-section__photo-wrap {
    height: 382px;
    aspect-ratio: auto;
  }

  .header {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 120;
    width: 728px;
    height: 100px;
    padding: 0;
    transform: translateX(-50%);
  }

  .header::before {
    inset: 0 calc((728px - 100vw) / 2);
  }

  .header__top {
    display: block;
    min-height: 0;
  }

  .logo {
    position: absolute;
    left: 10px;
    top: 26px;
    width: 100px;
    height: 48px;
  }

  .logo__image {
    width: 100px;
    height: 48px;
    object-fit: contain;
  }

  .header__divider {
    position: absolute;
    left: 120px;
    top: 26px;
  }

  .header__descriptor {
    position: absolute;
    left: 130px;
    top: 34px;
    width: 113px;
    margin: 0;
    font-size: 12px;
  }

  .header__callback {
    position: absolute;
    top: 37px;
    right: 10px;
    font-size: 16px;
  }

  .header__address {
    position: absolute;
    left: 274px;
    top: 31px;
    width: 280px;
    margin: 0;
    font-size: 14px;
    text-align: left;
  }

  .header__schedule {
    position: absolute;
    left: 274px;
    top: 50px;
    justify-content: flex-start;
    font-size: 14px;
    text-align: left;
  }

  .hero {
    position: absolute;
    left: 30px;
    top: 100px;
    z-index: 2;
    display: block;
    width: 714px;
    height: 394px;
    margin: 0;
  }

  .hero__content {
    width: auto;
    text-align: left;
  }

  .hero__title {
    position: absolute;
    left: 0;
    top: 30px;
    width: 560px;
    font-size: 46px;
    line-height: 44px;
  }

  .hero__subtitle {
    position: absolute;
    left: 0;
    top: 226px;
    width: 434px;
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
  }

  .hero__button {
    position: absolute;
    left: 0;
    top: 310px;
    width: 297px;
    min-height: 62px;
    padding: 20px 40px;
    font-size: 16px;
  }

  .intro-video {
    position: absolute;
    left: 347px;
    top: 180px;
    z-index: 3;
    width: 330px;
    min-height: 270px;
    margin: 0;
  }

  .intro-video__text {
    position: absolute;
    left: 0;
    top: 239px;
    width: 250px;
    font-size: 16px;
  }

  .intro-video__phone-button {
    top: 0;
    right: 0;
    width: 139px;
    height: 239px;
    border-radius: 16px;
  }

  .intro-video__phone {
    width: 139px;
    height: 239px;
  }

  .intro-video__play {
    width: 52px;
    height: 52px;
  }

  .intro-video__play::before {
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 17px;
  }

  .first-screen__image {
    position: absolute;
    left: 20px;
    top: 521px;
    display: block;
    width: 728px;
    height: 407px;
    background: url("../assets/images/hero-tablet-bg.webp") center / cover no-repeat;
    border-radius: 16px;
  }

  .choice-section {
    width: min(100%, 768px);
    padding: 50px 20px 54px;
  }

  .choice-section__inner {
    width: 728px;
  }

  .choice-section__photo {
    display: none;
  }

  .choice-section__content {
    gap: 20px;
    margin-top: 0;
  }

  .choice-section__title {
    font-size: 36px;
    line-height: 1.18;
    text-align: left;
  }

  .choice-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .choice-card {
    display: flex;
    flex-direction: column;
    min-height: 236px;
    padding: 18px 10px;
  }

  .choice-card:nth-child(3),
  .choice-card:nth-child(4) {
    min-height: 276px;
  }

  .choice-card__title {
    font-size: 22px;
    line-height: 1.35;
  }

  .choice-card__text {
    margin: 10px 20px 0;
    font-size: 16px;
    line-height: 1.35;
    text-align: left;
  }

  .all-on-section {
    width: min(100%, 768px);
    padding: 0 20px 54px;
  }

  .all-on-section__inner {
    width: 728px;
  }

  .all-on-section__intro {
    gap: 20px;
    text-align: left;
  }

  .all-on-section__title {
    font-size: 36px;
    line-height: 1.18;
  }

  .all-on-section__text {
    font-size: 16px;
    line-height: 1.35;
  }

  .all-on-cards {
    gap: 20px;
    margin-top: 30px;
  }

  .all-on-card {
    display: grid;
    grid-template-columns: 357px minmax(0, 1fr);
    align-items: center;
    column-gap: 20px;
    min-height: 489px;
    padding: 50px 30px 50px 50px;
  }

  .all-on-card__content {
    gap: 30px;
  }

  .all-on-card__head {
    width: 100%;
    font-size: 16px;
    line-height: 1.35;
    text-align: left;
  }

  .all-on-card__title {
    font-size: 24px;
    line-height: 1.18;
  }

  .all-on-card__features {
    gap: 20px;
  }

  .all-on-card__feature {
    font-size: 16px;
    line-height: 1.35;
  }

  .all-on-card__image {
    width: min(100%, 270px);
    max-height: 360px;
    margin-top: 0;
    justify-self: end;
  }

  .all-on-cta {
    min-height: 233px;
    margin-top: 30px;
    padding: 24px 18px 20px;
  }

  .all-on-cta__top {
    gap: 22px;
    min-height: 100px;
  }

  .all-on-cta__text {
    width: 563px;
    font-size: 16px;
    line-height: 1.35;
  }

  .all-on-cta__button {
    width: auto;
    min-width: 297px;
    min-height: 62px;
    margin-top: 2px;
    padding: 20px 40px;
  }

  .operation-section {
    width: min(100%, 768px);
    padding: 0 20px 54px;
  }

  .operation-section__inner {
    width: 728px;
  }

  .operation-section__intro {
    text-align: left;
  }

  .operation-section__title {
    font-size: 36px;
    line-height: 1.18;
    text-align: left;
  }

  .operation-section__lead {
    font-size: 24px;
    line-height: 1.35;
    text-align: left;
  }

  .operation-section__text {
    font-size: 16px;
    line-height: 1.35;
    text-align: left;
  }

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

  .operation-stat {
    min-height: 154px;
    padding-bottom: 20px;
  }

  .operation-stat__top {
    min-height: 80px;
  }

  .operation-stat__icon-wrap {
    width: 80px;
    height: 80px;
    flex-basis: 80px;
  }

  .operation-stat__value {
    font-size: 24px;
    line-height: 1.35;
  }

  .operation-stat__text {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }

  .operation-note__text {
    font-size: 16px;
    line-height: 1.35;
    text-align: left;
  }

  .paska-section {
    width: min(100%, 768px);
    padding: 0 20px 54px;
  }

  .paska-section__inner {
    width: 728px;
    height: 517px;
  }

  .paska-section__photo {
    height: 474px;
    object-position: center 22%;
  }

  .paska-section__caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: min(100%, 673px);
    min-height: 80px;
    padding: 21px 23px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 4px 4px rgba(127, 207, 226, 0.3);
    font-size: 16px;
    line-height: 14px;
    text-align: center;
  }

  .doctor-videos-section {
    width: min(100%, 768px);
    padding: 0 0 54px;
  }

  .doctor-videos-section__inner {
    gap: 30px;
  }

  .doctor-videos-section__title {
    width: 717px;
    margin: 0 0 0 20px;
    font-size: 36px;
    line-height: normal;
    text-align: left;
  }

  .doctor-videos {
    gap: 20px;
    padding-right: 20px;
    padding-left: 20px;
    scroll-padding-left: 20px;
  }

  .doctor-video-card {
    width: 290px;
    flex-basis: 290px;
  }

  .doctor-video-card__title {
    margin-top: 10px;
    font-size: 16px;
    line-height: normal;
  }

  .protocols-section {
    width: min(100%, 768px);
    padding: 0 20px 54px;
  }

  .protocols-section__inner {
    width: 728px;
  }

  .protocols-section__title {
    font-size: 36px;
    line-height: 1.18;
    text-align: left;
  }

  .protocol-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
  }

  .protocol-card {
    gap: 20px;
  }

  .protocol-card__title {
    font-size: 24px;
    line-height: 1.35;
  }

  .diagnostics-section {
    width: min(100%, 768px);
    padding: 0 20px 54px;
  }

  .diagnostics-section__inner {
    width: 727px;
    gap: 30px;
  }

  .diagnostics-section__intro {
    width: 741px;
    gap: 20px;
    text-align: left;
  }

  .diagnostics-section__title {
    font-size: 36px;
    line-height: 1.18;
  }

  .diagnostics-section__lead {
    font-size: 16px;
    line-height: normal;
  }

  .diagnostics-cards {
    display: grid;
    grid-template-columns: 355px 352px;
    gap: 30px 20px;
  }

  .diagnostics-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .diagnostics-card:nth-child(1),
  .diagnostics-card:nth-child(2) {
    height: 546px;
  }

  .diagnostics-card:nth-child(3),
  .diagnostics-card:nth-child(4) {
    height: 501px;
  }

  .diagnostics-card:nth-child(5) {
    grid-column: 1 / -1;
    width: 710px;
    height: 572px;
    margin-top: 20px;
  }

  .diagnostics-card__photo {
    height: 239px;
  }

  .diagnostics-card:nth-child(5) .diagnostics-card__photo {
    height: 400px;
    min-height: 0;
    border-radius: 16px 16px 0 0;
    object-position: center 35%;
  }

  .diagnostics-card__body {
    flex: 1 1 auto;
    padding: 20px;
  }

  .diagnostics-card:nth-child(5) .diagnostics-card__body {
    min-height: 172px;
    border-top: 0;
    border-left: 1px solid rgba(127, 207, 226, 0.3);
    border-radius: 0 0 16px 16px;
  }

  .diagnostics-card__title {
    font-size: 20px;
    line-height: normal;
  }

  .diagnostics-card:nth-child(5) .diagnostics-card__title {
    font-size: 22px;
  }

  .diagnostics-card__text {
    padding-left: 20px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }

  .diagnostics-card__text--large {
    font-size: 16px;
  }

  .team-section {
    width: min(100%, 768px);
    padding: 0 0 54px;
  }

  .team-section__inner {
    gap: 30px;
  }

  .team-section__intro {
    width: 728px;
    margin: 0 0 0 20px;
    gap: 10px;
    text-align: left;
  }

  .team-section__title {
    font-size: 42px;
    line-height: normal;
  }

  .team-section__lead {
    font-size: 24px;
    line-height: normal;
  }

  .team-carousel {
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
  }

  .team-carousel__track {
    gap: 20px;
  }

  .team-card,
  .team-card--lead {
    --team-card-width: 354px;
    display: flex;
    flex-direction: column;
    min-height: 687px;
    height: auto;
  }

  .team-card--lead {
    --team-card-width: 352px;
  }

  .team-card__media {
    height: calc(var(--team-card-width) * 276 / 423);
  }

  .team-card__body,
  .team-card--lead .team-card__body {
    flex: 1 1 auto;
    height: auto;
    min-height: calc(687px - (var(--team-card-width) * 276 / 423));
    padding: 30px 20px;
    overflow: visible;
  }

  .team-card__text {
    gap: 20px;
    font-size: 16px;
    line-height: normal;
  }

  .team-card__head {
    gap: 10px;
  }

  .team-card__name {
    font-size: 22px;
    line-height: normal;
  }

  .team-card__description + .team-card__description {
    margin-top: -10px;
  }

  .reasons-section {
    width: min(100%, 768px);
    padding: 0 0 54px;
  }

  .reasons-section__inner {
    width: 730px;
    gap: 30px;
  }

  .reasons-section__title {
    color: #000000;
    font-size: 36px;
    line-height: normal;
    text-align: left;
  }

  .reasons-cards {
    display: grid;
    grid-template-columns: repeat(2, 355px);
    gap: 20px;
    width: 730px;
  }

  .reason-card {
    display: flex;
    align-items: flex-start;
    width: 355px;
    height: 375px;
    padding: 20px;
  }

  .reason-card__content {
    gap: 10px;
  }

  .reason-card__title {
    font-size: 18px;
    line-height: normal;
  }

  .reason-card__text {
    font-size: 16px;
    line-height: normal;
  }

  .reasons-cta {
    width: 730px;
    padding: 20px;
  }

  .reasons-cta__content {
    gap: 10px 30px;
  }

  .reasons-cta__image {
    width: 80px;
    height: 80px;
    flex-basis: 80px;
  }

  .reasons-cta__text {
    flex: 0 0 560px;
    width: 560px;
    font-size: 16px;
    line-height: normal;
  }

  .reasons-cta__button {
    width: 297px;
    min-height: 61px;
    padding: 20px 40px;
    font-size: 16px;
    line-height: normal;
  }

  .cases-section {
    width: min(100%, 768px);
    padding: 0 20px 54px;
  }

  .cases-section__inner {
    width: 728px;
    gap: 30px;
  }

  .cases-section__intro {
    gap: 20px;
    text-align: left;
  }

  .cases-section__title {
    font-size: 36px;
    line-height: normal;
  }

  .cases-section__lead {
    font-size: 18px;
    line-height: normal;
  }

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

  .case-card {
    gap: 20px;
    min-width: 0;
  }

  .case-card__badges {
    gap: 20px 10px;
  }

  .case-card__badge {
    font-size: 14px;
    line-height: normal;
  }

  .case-card__photos {
    align-items: stretch;
  }

  .case-card__photo,
  .case-card__photo-reveal {
    aspect-ratio: 290 / 424;
  }

  .case-card__photo-reveal {
    border-radius: 16px 0 0 16px;
  }

  .case-card__photo-reveal .case-card__photo {
    border-radius: 16px 0 0 16px;
  }

  .case-card__photos > .case-card__photo {
    border-radius: 0 16px 16px 0;
  }

  .case-card__text {
    min-height: 186px;
    font-size: 14px;
    line-height: normal;
    text-align: left;
  }

  .case-card__text p + p {
    margin-top: 10px;
  }

  .case-card__note {
    padding: 10px 0;
    font-size: 14px;
    line-height: normal;
    text-align: left;
  }

  .quality-section {
    width: min(100%, 768px);
    padding: 0 20px 54px;
  }

  .quality-section__inner {
    width: 728px;
    gap: 20px;
  }

  .quality-section__intro {
    gap: 20px;
    text-align: left;
  }

  .quality-section__title {
    font-size: 36px;
    line-height: normal;
  }

  .quality-section__lead {
    font-size: 16px;
    line-height: normal;
  }

  .quality-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 228px 250px 250px;
    gap: 30px 20px;
  }

  .quality-card {
    min-height: 0;
    height: 100%;
    padding: 20px 10px;
  }

  .quality-card__head {
    min-height: 80px;
    gap: 24px;
  }

  .quality-card__title {
    font-size: 18px;
    line-height: normal;
  }

  .quality-card__text {
    margin: 20px 0 0;
    padding-left: 20px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }

  .quality-summary {
    margin-top: 0;
  }

  .quality-summary__media {
    height: 700px;
  }

  .quality-summary__image {
    top: -50.24%;
    left: 1.43%;
    width: 100%;
    height: 156.32%;
    object-position: center;
  }

  .quality-summary__text {
    padding: 20px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }

  .appointment-section {
    width: min(100%, 768px);
    padding: 0 20px 54px;
  }

  .appointment-section__panel {
    width: 728px;
    padding: 50px 20px;
    background-position: center;
    background-size: 100% 100%;
  }

  .appointment-section__content {
    gap: 30px;
  }

  .appointment-section__top {
    gap: 20px;
    margin-bottom: 20px;
  }

  .appointment-section__title {
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
  }

  .appointment-section__lead {
    font-size: 18px;
    line-height: normal;
  }

  .appointment-benefits {
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 50px 40px;
  }

  .appointment-benefit {
    flex: 0 0 263px;
    width: 263px;
    gap: 20px;
  }

  .appointment-benefit__media {
    width: 263px;
    height: 213px;
  }

  .appointment-benefit__image--installment {
    top: -30px;
    left: -35px;
    width: 356px;
    height: 275px;
  }

  .appointment-benefit__title {
    font-size: 16px;
    line-height: normal;
  }

  .appointment-section__button {
    width: 297px;
    min-height: 61px;
    font-size: 16px;
    line-height: normal;
  }

  .lab-section {
    width: min(100%, 768px);
    padding: 0 20px 54px;
  }

  .lab-section__inner {
    width: 728px;
    gap: 30px;
  }

  .lab-section__intro {
    align-items: flex-start;
    width: 744px;
    max-width: 100%;
    text-align: left;
  }

  .lab-section__title {
    font-size: 36px;
    line-height: normal;
  }

  .lab-section__lead {
    font-size: 16px;
    line-height: normal;
  }

  .lab-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 228px;
    gap: 20px 50px;
  }

  .lab-feature {
    min-height: 0;
    height: 100%;
    padding: 20px;
  }

  .lab-feature__title {
    font-size: 18px;
    line-height: normal;
  }

  .lab-feature__text {
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }

  .lab-gallery {
    flex-flow: row wrap;
    gap: 20px;
  }

  .lab-gallery__item {
    flex: 0 0 auto;
    width: 228px;
    gap: 20px;
  }

  .lab-gallery__item:nth-child(2) {
    width: 229px;
  }

  .lab-gallery__item:nth-child(3) {
    width: 231px;
  }

  .lab-gallery__image {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .lab-gallery__title {
    font-size: 16px;
    line-height: normal;
  }

  .lab-summary__image {
    width: 725px;
    max-width: 100%;
    height: 516px;
    aspect-ratio: auto;
    object-position: center;
  }

  .lab-summary__text {
    padding: 38px 41px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }

  .rehab-section {
    width: min(100%, 768px);
    padding: 0 20px 54px;
  }

  .rehab-section__inner {
    width: 728px;
    gap: 30px;
  }

  .rehab-section__intro {
    align-items: flex-start;
    text-align: left;
  }

  .rehab-section__title {
    font-size: 36px;
    line-height: normal;
  }

  .rehab-section__lead {
    font-size: 16px;
    line-height: normal;
  }

  .rehab-cards {
    flex-flow: row wrap;
    align-items: center;
    gap: 20px;
  }

  .rehab-card {
    flex: 0 0 354px;
    width: 354px;
    height: 550px;
    padding: 10px;
  }

  .rehab-card__inner {
    height: 498px;
    padding: 10px;
  }

  .rehab-card__image {
    height: auto;
    aspect-ratio: 242 / 246;
  }

  .rehab-card__image--stationary {
    object-position: center bottom;
  }

  .rehab-card__content {
    text-align: left;
  }

  .rehab-card__title,
  .rehab-card__title--small {
    font-size: 20px;
    line-height: normal;
  }

  .rehab-card__text {
    font-size: 16px;
    line-height: normal;
  }

  .outstation-section {
    width: min(100%, 768px);
    padding: 0 20px 54px;
  }

  .outstation-section__inner {
    width: 728px;
    gap: 30px;
  }

  .outstation-cta__hero {
    display: block;
    width: 725px;
    max-width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 16px;
  }

  .outstation-cta {
    width: 725px;
    max-width: 100%;
    padding: 20px;
  }

  .outstation-cta__content {
    gap: 30px;
  }

  .outstation-cta__image {
    flex-basis: 100px;
    width: 100px;
    height: 100px;
  }

  .outstation-cta__text {
    flex: 0 0 555px;
    width: 555px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }

  .outstation-cta__button {
    min-height: 61px;
    font-size: 16px;
    line-height: normal;
  }

  .outstation-section__map {
    width: 725px;
    max-width: 100%;
    height: 543px;
    object-fit: cover;
  }

  .outstation-section__intro {
    align-items: flex-start;
    margin-top: 0;
    text-align: left;
  }

  .outstation-section__title {
    font-size: 36px;
    line-height: normal;
  }

  .outstation-section__lead {
    font-size: 16px;
    line-height: normal;
  }

  .outstation-cards {
    gap: 20px;
  }

  .outstation-card {
    padding: 20px;
  }

  .outstation-card__title {
    font-size: 18px;
    line-height: normal;
  }

  .outstation-card__text {
    font-size: 16px;
    line-height: normal;
  }

  .outstation-gallery {
    gap: 20px;
  }

  .outstation-gallery__image {
    height: 250px;
  }

  .faq-section {
    width: min(100%, 768px);
    padding: 0 20px 54px;
  }

  .faq-section__inner {
    width: 728px;
    gap: 30px;
  }

  .faq-section__header {
    align-items: flex-start;
    text-align: left;
  }

  .faq-section__title {
    font-size: 42px;
    line-height: normal;
  }

  .faq-section__subtitle {
    font-size: 16px;
    line-height: normal;
  }

  .faq-list {
    gap: 20px;
  }

  .faq-item__question {
    min-height: 62px;
    gap: 20px;
    padding: 20px;
  }

  .faq-item__question-text {
    font-size: 16px;
    line-height: normal;
  }

  .faq-item.is-open .faq-item__answer {
    max-height: 320px;
  }

  .faq-item__answer-inner {
    margin-top: 1px;
    padding: 20px;
  }

  .faq-item__answer-text {
    font-size: 16px;
    line-height: normal;
  }

  .location-section {
    width: min(100%, 768px);
    padding: 0 20px 54px;
  }

  .location-section__inner {
    width: 728px;
    gap: 30px;
  }

  .location-section__header {
    align-items: flex-start;
    text-align: left;
  }

  .location-section__title {
    font-size: 42px;
    line-height: normal;
  }

  .location-section__subtitle {
    font-size: 16px;
    line-height: normal;
  }

  .location-section__map {
    height: 400px;
  }

  .location-card {
    padding: 30px;
  }

  .location-card__title {
    font-size: 42px;
    line-height: normal;
  }

  .location-card__group {
    gap: 0;
  }

  .location-card__row {
    width: auto;
    min-height: 60px;
    padding: 10px;
  }

  .location-card__text {
    flex: 0 1 auto;
    font-size: 16px;
    line-height: normal;
  }

  .location-card__divider {
    margin: 10px 0;
  }

  .location-gallery {
    flex-direction: row;
    gap: 50px;
    padding: 10px 30px;
  }

  .location-gallery__image {
    flex: 1 1 0;
    min-width: 0;
    height: auto;
    aspect-ratio: 4096 / 2725;
  }

  .site-footer {
    width: min(100%, 768px);
    padding: 0 20px 54px;
  }

  .site-footer__inner {
    width: 728px;
    gap: 27px;
  }

  .site-footer__top {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px 50px;
  }

  .site-footer__brand {
    flex: 0 0 244px;
    justify-content: flex-start;
    width: auto;
  }

  .site-footer__logo-row {
    justify-content: flex-start;
    width: 244px;
  }

  .site-footer__descriptor {
    line-height: normal;
  }

  .site-footer__company {
    flex: 1 1 390px;
    width: auto;
    line-height: normal;
    text-align: left;
    white-space: nowrap;
  }

  .site-footer__links {
    gap: 100px;
    width: 100%;
    line-height: normal;
  }

  .site-footer__warning {
    font-size: 42px;
    line-height: normal;
  }
}

@media (min-width: 1024px) {
  .first-screen {
    width: min(100%, 1024px);
    min-height: 665px;
    padding: 0;
  }

  .rating-section {
    width: min(100%, 1024px);
    padding: 0 20px 54px;
  }

  .rating-section__inner {
    width: 975px;
    gap: 20px;
  }

  .rating-section__title {
    font-size: 42px;
    line-height: normal;
  }

  .rating-section__lead {
    width: 628px;
    font-size: 16px;
    line-height: normal;
  }

  .rating-section__banner {
    height: auto;
  }

  .rating-section__caption {
    width: 975px;
    font-size: 14px;
    line-height: normal;
  }

  .rating-section__photo-wrap {
    height: 512px;
    aspect-ratio: auto;
  }

  .first-screen::before {
    left: 30px;
    top: 1px;
    z-index: 1;
    display: block;
    width: 689px;
    height: 588px;
    border-radius: 16px;
    background: linear-gradient(
      90deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.98) 20%,
      rgba(248, 248, 250, 0.94) 44%,
      rgba(242, 240, 241, 0.72) 72%,
      rgba(242, 240, 241, 0) 100%
    );
  }

  .header {
    width: 984px;
    height: 100px;
  }

  .header::before {
    inset: 0 calc((984px - 100vw) / 2);
  }

  .header__phone {
    left: 604px;
    right: auto;
  }

  .header__callback {
    position: absolute;
    top: 19px;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 40px;
    padding: 10px 0;
    color: #3e4a63;
    background: transparent;
    border: 0;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
  }

  .hero {
    left: 30px;
    top: 100px;
    width: 970px;
    height: 465px;
  }

  .hero__title {
    width: 560px;
  }

  .hero__title-line {
    display: inline;
  }

  .hero__subtitle {
    top: 226px;
  }

  .hero__button {
    top: 310px;
  }

  .intro-video {
    left: 375px;
    top: 397px;
    width: 250px;
    min-height: 244px;
  }

  .intro-video__text {
    left: -345px;
    top: 105px;
    width: 250px;
  }

  .intro-video__phone-button {
    top: 0;
    right: auto;
    left: 0;
    width: 143px;
    height: 244px;
  }

  .intro-video__phone {
    width: 143px;
    height: 244px;
  }

  .first-screen__image {
    left: 224px;
    top: 1px;
    width: 1008px;
    height: 588px;
    overflow: hidden;
    background-position: center top;
    border-radius: 0;
  }

  .first-screen__image::after {
    display: none;
  }

  .choice-section {
    width: min(100%, 1024px);
    padding: 50px 20px 54px;
  }

  .choice-section__inner {
    width: 984px;
  }

  .choice-section__title {
    width: 983px;
    font-size: 42px;
    line-height: normal;
  }

  .choice-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 250px 214px 192px;
    gap: 20px;
  }

  .choice-card {
    min-height: 0;
    height: 100%;
    padding: 18px 10px;
  }

  .choice-card:nth-child(3),
  .choice-card:nth-child(4) {
    min-height: 0;
  }

  .choice-card__title {
    font-size: 22px;
    line-height: normal;
  }

  .choice-card__text {
    line-height: normal;
  }

  .all-on-section {
    width: min(100%, 1024px);
    padding: 0 20px 54px;
  }

  .all-on-section__inner {
    width: 984px;
  }

  .all-on-section__intro {
    gap: 20px;
    text-align: left;
  }

  .all-on-section__title {
    font-size: 42px;
    line-height: normal;
  }

  .all-on-section__text {
    font-size: 16px;
    line-height: normal;
  }

  .all-on-cards {
    gap: 20px;
    margin-top: 30px;
  }

  .all-on-card {
    display: grid;
    grid-template-columns: 357px 503px;
    align-items: center;
    justify-content: space-between;
    min-height: 505px;
    padding: 50px;
  }

  .all-on-card__content {
    gap: 30px;
  }

  .all-on-card__head {
    width: 357px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }

  .all-on-card__title {
    font-size: 32px;
    line-height: normal;
  }

  .all-on-card__features {
    gap: 20px;
  }

  .all-on-card__feature {
    font-size: 16px;
    line-height: normal;
  }

  .all-on-card__image {
    width: 503px;
    height: 405px;
    max-height: none;
    margin-top: 0;
    object-fit: contain;
  }

  .all-on-cta {
    position: relative;
    flex-direction: row;
    align-items: center;
    min-height: 148px;
    margin-top: 30px;
    padding: 0 30px 0 25px;
  }

  .all-on-cta__top {
    justify-content: flex-start;
    gap: 61px;
    width: auto;
    min-height: 0;
    flex: 0 0 583px;
  }

  .all-on-cta__image {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .all-on-cta__text {
    width: 482px;
    font-size: 16px;
    line-height: normal;
  }

  .all-on-cta__button {
    position: relative;
    width: 276px;
    min-width: 276px;
    min-height: 62px;
    margin-top: 0;
    margin-left: auto;
    padding: 20px 40px;
    font-size: 16px;
    line-height: normal;
  }

  .all-on-cta__button::before {
    content: "";
    position: absolute;
    left: -31px;
    top: 50%;
    width: 1px;
    height: 86px;
    background: rgba(127, 207, 226, 0.5);
    transform: translateY(-50%);
  }

  .operation-section {
    width: min(100%, 1024px);
    padding: 0 20px 54px;
  }

  .operation-section__inner {
    position: relative;
    width: 984px;
    gap: 30px;
  }

  .operation-section__intro {
    width: 537px;
    text-align: left;
  }

  .operation-section__title {
    font-size: 36px;
    line-height: normal;
    text-align: left;
  }

  .operation-section__lead {
    font-size: 24px;
    line-height: normal;
    text-align: left;
  }

  .operation-section__text {
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }

  .operation-paska {
    position: absolute;
    left: 560px;
    top: -13px;
    z-index: 1;
    display: block;
    width: 424px;
    height: 509px;
    pointer-events: none;
  }

  .operation-paska__photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 424px;
    height: 474px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 4px 4px rgba(127, 207, 226, 0.3);
  }

  .operation-paska__caption {
    position: absolute;
    left: 25px;
    top: 429px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 374px;
    min-height: 80px;
    margin: 0;
    padding: 21px 23px;
    overflow: hidden;
    color: #3e4a63;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 16px;
    box-shadow: 0 4px 4px rgba(127, 207, 226, 0.3);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }

  .operation-stats {
    grid-template-columns: 314px 316px 314px;
    grid-template-rows: repeat(2, 136px);
    gap: 20px;
  }

  .operation-stat {
    min-height: 0;
    height: 136px;
    padding-bottom: 20px;
  }

  .operation-stat:nth-child(2),
  .operation-stat:nth-child(5) {
    width: 316px;
  }

  .operation-stat__top {
    min-height: 80px;
    justify-content: flex-start;
  }

  .operation-stat__icon-wrap {
    width: 80px;
    height: 80px;
    flex-basis: 80px;
  }

  .operation-stat__value {
    font-size: 24px;
    line-height: normal;
  }

  .operation-stat__text {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }

  .operation-note {
    padding: 26px 30px;
  }

  .operation-note__text {
    max-width: 765px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }

  .paska-section {
    display: none;
  }

  .doctor-videos-section {
    width: min(100%, 1024px);
    padding: 0 0 54px;
  }

  .doctor-videos-section__inner {
    gap: 50px;
  }

  .doctor-videos-section__title {
    width: 983px;
    margin: 0 0 0 20px;
    font-size: 42px;
    line-height: normal;
    text-align: left;
  }

  .doctor-videos {
    gap: 20px;
    padding-right: 20px;
    padding-left: 20px;
    scroll-padding-left: 20px;
  }

  .doctor-video-card {
    width: 290px;
    flex-basis: 290px;
  }

  .doctor-video-card__title {
    margin-top: 10px;
    font-size: 16px;
    line-height: normal;
  }

  .protocols-section {
    width: min(100%, 1024px);
    padding: 0 20px 54px;
  }

  .protocols-section__inner {
    gap: 30px;
    width: 984px;
  }

  .protocols-section__title {
    width: 983px;
    font-size: 42px;
    line-height: normal;
    text-align: left;
  }

  .protocol-cards {
    display: grid;
    grid-template-columns: 483px 480px;
    gap: 30px 20px;
  }

  .protocol-card {
    gap: 20px;
    width: auto;
  }

  .protocol-card__media {
    width: 100%;
  }

  .protocol-card__title {
    font-size: 22px;
    line-height: normal;
  }

  .protocols-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 984px;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid rgba(127, 207, 226, 0.3);
    box-shadow: 0 4px 4px rgba(127, 207, 226, 0.3);
  }

  .protocols-cta__content {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 648px;
  }

  .protocols-cta__icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    object-fit: contain;
  }

  .protocols-cta__text {
    flex: 1 1 auto;
    min-width: 0;
    height: 43px;
    margin: 0;
    color: #3e4a63;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }

  .protocols-cta__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 297px;
    min-height: 62px;
    padding: 20px 40px;
    color: #ffffff;
    background: #3e4a63;
    border: 1px solid #6c7c98;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
  }

  .diagnostics-section {
    width: min(100%, 1024px);
    padding: 0 20px 54px;
  }

  .diagnostics-section__inner {
    width: 984px;
    gap: 30px;
  }

  .diagnostics-section__intro {
    width: 741px;
    gap: 20px;
    text-align: left;
  }

  .diagnostics-section__title {
    font-size: 42px;
    line-height: normal;
  }

  .diagnostics-section__lead {
    font-size: 16px;
    line-height: normal;
  }

  .diagnostics-cards {
    display: grid;
    grid-template-columns: 483px 481px;
    gap: 30px 20px;
  }

  .diagnostics-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .diagnostics-card:nth-child(1),
  .diagnostics-card:nth-child(3) {
    width: 483px;
  }

  .diagnostics-card:nth-child(2),
  .diagnostics-card:nth-child(4) {
    width: 481px;
  }

  .diagnostics-card:nth-child(1),
  .diagnostics-card:nth-child(2),
  .diagnostics-card:nth-child(3),
  .diagnostics-card:nth-child(4) {
    height: auto;
  }

  .diagnostics-card:nth-child(5) {
    grid-column: 1 / -1;
    width: 984px;
    height: auto;
    margin-top: 0;
  }

  .diagnostics-card__photo {
    height: 239px;
  }

  .diagnostics-card:nth-child(5) .diagnostics-card__photo {
    height: 400px;
    min-height: 0;
    border-radius: 16px 16px 0 0;
    object-position: center 35%;
  }

  .diagnostics-card__body {
    flex: 1 1 auto;
    padding: 20px;
  }

  .diagnostics-card:nth-child(5) .diagnostics-card__body {
    min-height: 0;
    border-top: 0;
    border-left: 1px solid rgba(127, 207, 226, 0.3);
    border-radius: 0 0 16px 16px;
  }

  .diagnostics-card__head {
    gap: 20px;
  }

  .diagnostics-card__head--wide {
    gap: 24px;
  }

  .diagnostics-card__title {
    font-size: 22px;
    line-height: normal;
  }

  .diagnostics-card:nth-child(5) .diagnostics-card__title {
    font-size: 22px;
  }

  .diagnostics-card__text {
    padding-left: 20px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }

  .diagnostics-card__text--large {
    font-size: 16px;
  }

  .team-section {
    width: min(100%, 1024px);
    padding: 0 0 54px;
  }

  .team-section__inner {
    gap: 30px;
  }

  .team-section__intro {
    width: 983px;
    margin: 0 0 0 20px;
    gap: 10px;
    text-align: left;
  }

  .team-section__title {
    font-size: 42px;
    line-height: normal;
  }

  .team-section__lead {
    font-size: 24px;
    line-height: normal;
  }

  .team-carousel {
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
  }

  .team-carousel__track {
    gap: 20px;
  }

  .team-card,
  .team-card--lead {
    --team-card-width: 482px;
    display: flex;
    flex-direction: column;
    min-height: 687px;
    height: 687px;
  }

  .team-card__media {
    height: calc(var(--team-card-width) * 276 / 423);
  }

  .team-card__body,
  .team-card--lead .team-card__body {
    flex: 1 1 auto;
    height: auto;
    min-height: calc(687px - (var(--team-card-width) * 276 / 423));
    padding: 30px 20px;
    overflow: visible;
  }

  .team-card__text {
    gap: 20px;
    font-size: 16px;
    line-height: normal;
  }

  .team-card__head {
    gap: 10px;
  }

  .team-card__name {
    font-size: 22px;
    line-height: normal;
  }

  .team-card__position,
  .team-card__description {
    font-size: 16px;
    line-height: normal;
  }

  .team-card__description + .team-card__description {
    margin-top: -10px;
  }

  .reasons-section {
    width: min(100%, 1024px);
    padding: 0 0 54px;
  }

  .reasons-section__inner {
    width: 985px;
    gap: 30px;
  }

  .reasons-section__title {
    color: #000000;
    font-size: 42px;
    line-height: normal;
    text-align: left;
  }

  .reasons-cards {
    display: grid;
    grid-template-columns: repeat(3, 315px);
    gap: 20px;
    width: 985px;
  }

  .reason-card {
    display: flex;
    align-items: flex-start;
    width: 315px;
    height: 375px;
    padding: 20px;
  }

  .reason-card__content {
    gap: 10px;
    margin-top: 10px;
  }

  .reason-card__title {
    font-size: 18px;
    line-height: normal;
  }

  .reason-card__text {
    font-size: 16px;
    line-height: normal;
  }

  .reasons-cta {
    width: 985px;
    padding: 20px;
  }

  .reasons-cta__content {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 30px;
  }

  .reasons-cta__image {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .reasons-cta__text {
    flex: 1 1 auto;
    width: auto;
    font-size: 16px;
    line-height: normal;
  }

  .reasons-cta__button {
    width: 297px;
    min-height: 61px;
    padding: 20px 40px;
    flex: 0 0 297px;
    font-size: 16px;
    line-height: normal;
    white-space: nowrap;
  }

  .cases-section {
    width: min(100%, 1024px);
    padding: 0 20px 54px;
  }

  .cases-section__inner {
    width: 985px;
    gap: 30px;
  }

  .cases-section__intro {
    gap: 20px;
    text-align: left;
  }

  .cases-section__title {
    font-size: 36px;
    line-height: normal;
  }

  .cases-section__lead {
    font-size: 18px;
    line-height: normal;
  }

  .case-cards {
    display: grid;
    grid-template-columns: repeat(3, 315px);
    gap: 20px;
    width: 985px;
  }

  .case-card {
    gap: 20px;
    width: 315px;
    min-width: 0;
  }

  .case-card__badges {
    gap: 20px 10px;
  }

  .case-card__badge {
    font-size: 14px;
    line-height: normal;
  }

  .case-card__photos {
    align-items: stretch;
  }

  .case-card__photo,
  .case-card__photo-reveal {
    aspect-ratio: 290 / 424;
  }

  .case-card__photo-reveal {
    border-radius: 16px 0 0 16px;
  }

  .case-card__photo-reveal .case-card__photo {
    border-radius: 16px 0 0 16px;
  }

  .case-card__photos > .case-card__photo {
    border-radius: 0 16px 16px 0;
  }

  .case-card__text {
    min-height: 0;
    font-size: 14px;
    line-height: normal;
    text-align: left;
  }

  .case-card__text p + p {
    margin-top: 10px;
  }

  .case-card__note {
    padding: 10px 0;
    font-size: 14px;
    line-height: normal;
    text-align: left;
  }

  .quality-section {
    width: min(100%, 1024px);
    padding: 0 20px 54px;
  }

  .quality-section__inner {
    width: 984px;
    gap: 20px;
  }

  .quality-section__intro {
    width: 788px;
    gap: 20px;
    text-align: left;
  }

  .quality-section__title {
    font-size: 42px;
    line-height: normal;
  }

  .quality-section__lead {
    font-size: 16px;
    line-height: normal;
  }

  .quality-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 206px 228px 228px;
    gap: 30px 20px;
  }

  .quality-card {
    min-height: 0;
    height: 100%;
    padding: 20px 10px;
  }

  .quality-card__head {
    min-height: 80px;
    gap: 24px;
  }

  .quality-card__title {
    font-size: 22px;
    line-height: normal;
  }

  .quality-card__text {
    margin: 20px 0 0;
    padding-left: 20px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }

  .quality-summary {
    margin-top: 0;
  }

  .quality-summary__media {
    height: 700px;
  }

  .quality-summary__image {
    top: -72.96%;
    left: -0.05%;
    width: 100%;
    height: 208.72%;
    object-position: center;
  }

  .quality-summary__text {
    padding: 20px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }

  .appointment-section {
    width: min(100%, 1024px);
    padding: 0 20px 54px;
  }

  .appointment-section__panel {
    width: 984px;
    padding: 50px 100px;
    background-position: center;
    background-size: 100% 100%;
  }

  .appointment-section__content {
    gap: 30px;
  }

  .appointment-section__top {
    gap: 20px;
    margin-bottom: 20px;
  }

  .appointment-section__title {
    font-size: 54px;
    font-weight: 600;
    line-height: 55px;
  }

  .appointment-section__lead {
    font-size: 24px;
    line-height: normal;
  }

  .appointment-benefits {
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 50px 100px;
  }

  .appointment-benefit {
    flex: 0 0 263px;
    width: 263px;
    gap: 20px;
  }

  .appointment-benefit__media {
    width: 263px;
    height: 213px;
  }

  .appointment-benefit__image--installment {
    top: -30px;
    left: -35px;
    width: 356px;
    height: 275px;
  }

  .appointment-benefit__title {
    font-size: 16px;
    line-height: normal;
  }

  .appointment-section__button {
    width: 297px;
    min-height: 61px;
    font-size: 16px;
    line-height: normal;
  }

  .lab-section {
    width: min(100%, 1024px);
    padding: 0 20px 54px;
  }

  .lab-section__inner {
    width: 984px;
    gap: 30px;
  }

  .lab-section__intro {
    align-items: flex-start;
    width: 744px;
    max-width: 100%;
    text-align: left;
  }

  .lab-section__title {
    font-size: 42px;
    line-height: normal;
  }

  .lab-section__lead {
    font-size: 16px;
    line-height: normal;
  }

  .lab-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 206px;
    gap: 30px 50px;
  }

  .lab-feature {
    min-height: 0;
    height: 100%;
    padding: 20px;
  }

  .lab-feature__title {
    font-size: 22px;
    line-height: normal;
  }

  .lab-feature__text {
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }

  .lab-gallery {
    flex-flow: row wrap;
    gap: 20px;
  }

  .lab-gallery__item {
    flex: 0 0 auto;
    width: 314px;
    gap: 20px;
  }

  .lab-gallery__item:nth-child(2) {
    width: 315px;
  }

  .lab-gallery__item:nth-child(3) {
    width: 314px;
  }

  .lab-gallery__image {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .lab-gallery__title {
    font-size: 16px;
    line-height: normal;
  }

  .lab-summary {
    width: 983px;
  }

  .lab-summary__image {
    width: 983px;
    max-width: 100%;
    height: 700px;
    aspect-ratio: auto;
    object-position: center;
  }

  .lab-summary__text {
    padding: 38px 41px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }

  .rehab-section {
    width: min(100%, 1024px);
    padding: 0 20px 30px;
  }

  .rehab-section__inner {
    width: 984px;
    gap: 30px;
  }

  .rehab-section__intro {
    align-items: flex-start;
    text-align: left;
  }

  .rehab-section__title {
    font-size: 42px;
    line-height: normal;
  }

  .rehab-section__lead {
    font-size: 16px;
    line-height: normal;
  }

  .rehab-cards {
    flex-flow: row nowrap;
    align-items: center;
    gap: 20px;
  }

  .rehab-card {
    flex: 0 0 232px;
    width: 232px;
    height: 550px;
    padding: 10px;
  }

  .rehab-card:nth-child(2) {
    flex-basis: 230px;
    width: 230px;
  }

  .rehab-card:nth-child(3) {
    flex-basis: 229px;
    width: 229px;
  }

  .rehab-card:nth-child(4) {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }

  .rehab-card__inner {
    height: 498px;
    padding: 10px;
  }

  .rehab-card__image {
    height: auto;
    aspect-ratio: 242 / 246;
  }

  .rehab-card__image--stationary {
    object-position: center bottom;
  }

  .rehab-card__content {
    text-align: left;
  }

  .rehab-card__title,
  .rehab-card__title--small {
    font-size: 20px;
    line-height: normal;
  }

  .rehab-card__text {
    font-size: 16px;
    line-height: normal;
  }

  .outstation-section {
    width: min(100%, 1024px);
    padding: 0 20px 54px;
  }

  .outstation-section__inner {
    width: 985px;
    gap: 30px;
  }

  .outstation-cta__hero {
    display: block;
    width: 984px;
    max-width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 16px;
  }

  .outstation-cta {
    width: 985px;
    max-width: 100%;
    padding: 20px;
  }

  .outstation-cta__content {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 30px;
  }

  .outstation-cta__image {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }

  .outstation-cta__text {
    flex: 1 1 auto;
    width: auto;
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }

  .outstation-cta__button {
    flex: 0 0 297px;
    width: 297px;
    min-height: 61px;
    font-size: 16px;
    line-height: normal;
  }

  .outstation-section__map {
    width: 985px;
    max-width: 100%;
    height: 739px;
    object-fit: cover;
  }

  .outstation-section__intro {
    align-items: flex-start;
    margin-top: 0;
    text-align: left;
  }

  .outstation-section__title {
    font-size: 42px;
    line-height: normal;
  }

  .outstation-section__lead {
    font-size: 16px;
    line-height: normal;
  }

  .outstation-cards {
    gap: 20px;
  }

  .outstation-card {
    flex-wrap: nowrap;
    padding: 20px;
  }

  .outstation-card__content {
    flex: 1 1 0;
  }

  .outstation-card__title {
    font-size: 18px;
    line-height: normal;
  }

  .outstation-card__text {
    font-size: 16px;
    line-height: normal;
  }

  .outstation-gallery {
    align-items: center;
    gap: 20px;
  }

  .outstation-gallery__image {
    flex: 0 0 314px;
    width: 314px;
    height: 212px;
  }

  .outstation-gallery__image:first-child {
    height: 210px;
  }

  .outstation-gallery__image:last-child {
    flex-basis: 316px;
    width: 316px;
  }

  .faq-section {
    width: min(100%, 1024px);
    padding: 0 20px 54px;
  }

  .faq-section__inner {
    width: 984px;
    gap: 30px;
  }

  .faq-section__header {
    align-items: flex-start;
    gap: 20px;
    text-align: left;
  }

  .faq-section__title {
    font-size: 42px;
    line-height: normal;
  }

  .faq-section__subtitle {
    font-size: 16px;
    line-height: normal;
  }

  .faq-list {
    gap: 20px;
  }

  .faq-item {
    gap: 1px;
  }

  .faq-item__question {
    min-height: 62px;
    padding: 20px;
    box-shadow: 2px 2px 4px rgba(127, 207, 226, 0.3);
  }

  .faq-item__question-text {
    font-size: 16px;
    line-height: normal;
    white-space: nowrap;
  }

  .faq-item.is-open .faq-item__answer {
    max-height: 220px;
  }

  .faq-item__answer-inner {
    padding: 20px;
    box-shadow: 0 2px 2px rgba(127, 207, 226, 0.3);
  }

  .faq-item__answer-text {
    font-size: 16px;
    line-height: normal;
  }

  .location-section {
    width: min(100%, 1024px);
    padding: 0 20px 54px;
  }

  .location-section__inner {
    width: 984px;
    gap: 30px;
  }

  .location-section__header {
    align-items: flex-start;
    text-align: left;
  }

  .location-section__title {
    font-size: 42px;
    line-height: normal;
  }

  .location-section__subtitle {
    font-size: 16px;
    line-height: normal;
  }

  .location-section__map {
    width: 984px;
    max-width: 100%;
    height: 400px;
  }

  .location-card {
    align-self: stretch;
    width: 984px;
    max-width: 100%;
    min-height: 571px;
    padding: 30px;
  }

  .location-card__title {
    font-size: 42px;
    line-height: normal;
  }

  .location-card__group {
    gap: 0;
  }

  .location-card__row {
    width: auto;
    min-height: 60px;
    padding: 10px;
  }

  .location-card__text {
    flex: 0 1 auto;
    font-size: 16px;
    line-height: normal;
  }

  .location-card__divider {
    margin: 10px 0;
  }

  .location-gallery {
    flex-direction: row;
    gap: 50px;
    padding: 10px 30px;
  }

  .location-gallery__image {
    flex: 1 1 0;
    min-width: 0;
    height: auto;
    aspect-ratio: 4096 / 2725;
  }

  .site-footer {
    width: min(100%, 1024px);
    padding: 0 20px 54px;
  }

  .site-footer__inner {
    width: 984px;
    gap: 27px;
  }

  .site-footer__top {
    align-content: flex-start;
    justify-content: flex-start;
    gap: 20px 536px;
  }

  .site-footer__brand {
    flex: 0 0 244px;
  }

  .site-footer__logo-row {
    width: 244px;
  }

  .site-footer__company {
    flex: 0 0 auto;
    width: auto;
    font-size: 16px;
    line-height: normal;
    white-space: nowrap;
  }

  .site-footer__links {
    flex: 0 0 984px;
    gap: 100px;
    width: 984px;
    font-size: 16px;
    line-height: normal;
    white-space: nowrap;
  }

  .site-footer__warning {
    font-size: 42px;
    line-height: normal;
  }
}

@media (min-width: 390px) and (max-width: 767px) {
  .first-screen {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero__button,
  .intro-video {
    width: 100%;
  }

  .intro-video__phone-button {
    right: 31px;
  }
}

@media (max-width: 374px) {
  .header__top {
    grid-template-columns: 74px 1px 92px minmax(118px, 1fr);
  }

  .logo,
  .logo__image {
    width: 74px;
  }

  .header__descriptor {
    width: 92px;
    margin-left: 9px;
    font-size: 9px;
  }

  .header__callback {
    font-size: 13px;
  }

  .hero__title {
    font-size: 30px;
  }

  .hero__button {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 13px;
  }
}

/* Светлый квиз расчёта стоимости */
.cost-quiz-section {
  margin-bottom: 50px;
  padding: 64px 20px;
  background: #f4f7fb;
}

.cost-quiz-section__inner {
  width: min(100%, 1276px);
  margin: 0 auto;
}

.cost-quiz-section__heading {
  width: min(100%, 820px);
  margin-bottom: 32px;
}

.cost-quiz-section__eyebrow,
.cost-quiz-modal__heading p {
  margin: 0 0 10px;
  color: #6c7c98;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cost-quiz-section__title {
  margin: 0;
  color: #0d1c31;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 6vw, 54px);
  font-weight: 500;
  line-height: .98;
}

.cost-quiz-section__lead {
  width: min(100%, 690px);
  margin: 18px 0 0;
  color: #596983;
  font-size: 16px;
  line-height: 1.55;
}

.cost-quiz-section__layout {
  display: grid;
  align-items: start;
  gap: 24px;
}

.cost-quiz-section__main {
  min-width: 0;
}

.light-quiz {
  min-width: 0;
  min-height: 510px;
  padding: 24px;
  border: 1px solid #dbe2ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(62, 74, 99, .08);
}

.light-quiz__progress {
  margin-bottom: 24px;
}

.light-quiz__progress > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 9px;
  color: #6c7c98;
  font-size: 13px;
  font-weight: 600;
}

.light-quiz__progress-track {
  width: 100%;
  height: 7px;
  overflow: hidden;
  border-radius: 99px;
  background: #e8edf4;
}

.light-quiz__progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7fcfe2, #4eb6ce);
  transition: width .25s ease;
}

.light-quiz__question h3,
.light-quiz__result h3,
.light-quiz__form h3,
.light-quiz__success h3 {
  margin: 0;
  color: #0d1c31;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 5vw, 40px);
  font-weight: 500;
  line-height: 1.02;
}

.light-quiz__question > p,
.light-quiz__result > p,
.light-quiz__form > p,
.light-quiz__success p {
  margin: 10px 0 0;
  color: #6c7c98;
  font-size: 14px;
  line-height: 1.5;
}

.light-quiz__options {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.light-quiz__option {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 12px 16px;
  border: 1px solid #dbe2ec;
  border-radius: 14px;
  color: #26364f;
  background: #f8fafc;
  font: 600 14px/1.35 "Manrope", Arial, sans-serif;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.light-quiz__option:hover,
.light-quiz__option:focus-visible {
  border-color: #7fcfe2;
  background: #eef9fc;
  outline: 0;
  transform: translateY(-1px);
}

.light-quiz__option i {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #93a0b8;
  border-radius: 50%;
  background: #ffffff;
}

.light-quiz__option--check input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #4eb6ce;
}

.light-quiz__actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.light-quiz__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid #3e4a63;
  border-radius: 99px;
  color: #ffffff;
  background: #3e4a63;
  font: 600 14px/1.25 "Manrope", Arial, sans-serif;
  text-align: center;
  cursor: pointer;
}

.light-quiz__button:hover,
.light-quiz__button:focus-visible {
  border-color: #4eb6ce;
  background: #4eb6ce;
  outline: 0;
}

.light-quiz__button--secondary {
  color: #3e4a63;
  border-color: #d3dbe6;
  background: #ffffff;
}

.light-quiz__result-label {
  margin-bottom: 8px !important;
  color: #36a7c1 !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.light-quiz__result-bonuses {
  display: grid;
  gap: 10px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.light-quiz__result-form {
  display: grid;
}

.light-quiz__contact-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 10px;
  margin-top: 20px;
}

.light-quiz__contact-row label {
  min-width: 0;
}

.light-quiz__contact-row input {
  width: 100%;
  min-height: 52px;
  padding: 13px 16px;
  border: 1px solid #d3dbe6;
  border-radius: 99px;
  color: #26364f;
  background: #ffffff;
  font: 400 15px/1.3 "Manrope", Arial, sans-serif;
}

.light-quiz__contact-row input:focus-visible {
  border-color: #7fcfe2;
  outline: 2px solid rgba(127, 207, 226, .25);
}

.light-quiz__result-form .light-quiz__consent {
  margin-top: 10px;
}

.light-quiz__result-form .light-quiz__status {
  margin-top: 4px;
}

.light-quiz__bonus,
.cost-quiz-bonus {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 12px;
  border: 1px solid #dbe2ec;
  border-radius: 14px;
  background: #f8fafc;
}

.light-quiz__bonus > span,
.cost-quiz-bonus > span {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  background: #7fcfe2;
  font-size: 13px;
  font-weight: 700;
}

.light-quiz__bonus p,
.cost-quiz-bonus p {
  min-width: 0;
  margin: 0;
  color: #3e4a63;
  font-size: 13px;
  line-height: 1.4;
}

.light-quiz__form {
  display: grid;
  gap: 12px;
}

.light-quiz__form > input:not([type="hidden"]):not(.light-quiz__honey) {
  width: 100%;
  min-height: 52px;
  padding: 13px 16px;
  border: 1px solid #d3dbe6;
  border-radius: 14px;
  color: #26364f;
  background: #ffffff;
  font: 400 15px/1.3 "Manrope", Arial, sans-serif;
}

.light-quiz__form > input:focus-visible {
  border-color: #7fcfe2;
  outline: 2px solid rgba(127, 207, 226, .25);
}

.light-quiz__consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #6c7c98;
  font-size: 11px;
  line-height: 1.45;
}

.light-quiz__consent input {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: #4eb6ce;
}

.light-quiz__consent a {
  color: #3e4a63;
  text-decoration: underline;
}

.light-quiz__honey {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.light-quiz__status {
  min-height: 18px;
  margin: 0;
  color: #b5472d;
  font-size: 12px;
}

.light-quiz__success {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.light-quiz__success > span {
  display: inline-flex;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: #4eb6ce;
  font-size: 26px;
}

.cost-quiz-side {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 12px;
}

.cost-quiz-side__clipboard {
  width: min(100%, 330px);
  height: 300px;
  margin: 0 auto;
  object-fit: cover;
  object-position: center 40%;
}

.cost-quiz-bonuses {
  padding: 24px;
  border-radius: 24px;
  color: #ffffff;
  background: #3e4a63;
}

.cost-quiz-bonuses h3 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.cost-quiz-bonuses__list {
  display: grid;
  gap: 10px;
}

.cost-quiz-bonus {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
}

.cost-quiz-bonus p {
  color: #ffffff;
}

.cost-quiz-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 10px;
}

.cost-quiz-modal[hidden] {
  display: none;
}

.cost-quiz-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 28, 49, .66);
  backdrop-filter: blur(8px);
}

.cost-quiz-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 900px);
  max-height: calc(100dvh - 20px);
  padding: 22px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 24px;
  background: #f4f7fb;
  box-shadow: 0 30px 90px rgba(13, 28, 49, .28);
  scrollbar-width: thin;
}

.cost-quiz-modal__close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

.cost-quiz-modal__close::before,
.cost-quiz-modal__close::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 11px;
  width: 18px;
  height: 2px;
  background: #3e4a63;
}

.cost-quiz-modal__close::before { transform: rotate(45deg); }
.cost-quiz-modal__close::after { transform: rotate(-45deg); }

.cost-quiz-modal__heading {
  padding: 2px 52px 16px 2px;
}

.cost-quiz-modal__heading p {
  margin-bottom: 5px;
}

.cost-quiz-modal__heading h2 {
  margin: 0;
  color: #0d1c31;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 500;
  line-height: 1;
}

.light-quiz--modal {
  min-height: 0;
  padding: 20px;
  box-shadow: none;
}

.light-quiz--modal .light-quiz__options,
.light-quiz--modal .light-quiz__result-bonuses {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 700px) {
  .light-quiz { padding: 32px; }
  .light-quiz__options,
  .light-quiz__result-bonuses { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .light-quiz__form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .light-quiz__form h3,
  .light-quiz__form > p,
  .light-quiz__consent,
  .light-quiz__button,
  .light-quiz__status { grid-column: 1 / -1; }
}

@media (min-width: 1024px) {
  .cost-quiz-section { padding: 90px 40px; }
  .cost-quiz-section__layout { grid-template-columns: minmax(0, 2fr) minmax(300px, .8fr); }
  .cost-quiz-bonuses { padding: 30px; }
}

@media (max-width: 699px) {
  .cost-quiz-section { padding: 56px 16px; }
  .cost-quiz-section__heading { margin-bottom: 24px; }
  .light-quiz { min-height: 500px; padding: 20px 16px; border-radius: 20px; }
  .light-quiz__question h3,
  .light-quiz__result h3,
  .light-quiz__form h3 { font-size: 30px; }
  .light-quiz__actions { flex-direction: column-reverse; }
  .light-quiz__button { width: 100%; }
  .cost-quiz-bonuses { padding: 20px 16px; border-radius: 20px; }
  .cost-quiz-side__clipboard { height: 280px; }
  .cost-quiz-modal { padding: 6px; }
  .cost-quiz-modal__dialog { max-height: calc(100dvh - 12px); padding: 14px; border-radius: 18px; }
  .cost-quiz-modal__heading { padding: 0 44px 10px 0; }
  .cost-quiz-modal__heading p { font-size: 10px; }
  .cost-quiz-modal__heading h2 { font-size: 26px; }
  .cost-quiz-modal__close { top: 10px; right: 10px; width: 36px; height: 36px; }
  .cost-quiz-modal__close::before,
  .cost-quiz-modal__close::after { top: 17px; left: 9px; }
  .light-quiz--modal { min-height: 0; padding: 14px; }
  .light-quiz--modal .light-quiz__progress { margin-bottom: 14px; }
  .light-quiz--modal .light-quiz__question h3,
  .light-quiz--modal .light-quiz__result h3,
  .light-quiz--modal .light-quiz__form h3 { font-size: 26px; }
  .light-quiz--modal .light-quiz__options { gap: 7px; margin-top: 14px; }
  .light-quiz--modal .light-quiz__option { min-height: 44px; padding: 9px 12px; }
  .light-quiz--modal .light-quiz__actions { margin-top: 12px; }
  .light-quiz--modal .light-quiz__result-bonuses { grid-template-columns: 1fr 1fr; gap: 7px; margin: 12px 0; }
  .light-quiz--modal .light-quiz__bonus { min-height: 58px; padding: 8px; }
  .light-quiz--modal .light-quiz__bonus > span { flex-basis: 32px; width: 32px; height: 32px; }
  .light-quiz--modal .light-quiz__bonus p { font-size: 10px; }
  .light-quiz__contact-row { grid-template-columns: 1fr; }
  .light-quiz--modal .light-quiz__contact-row { gap: 7px; }
  .light-quiz--modal .light-quiz__contact-row input,
  .light-quiz--modal .light-quiz__contact-row .light-quiz__button { min-height: 46px; }
  .light-quiz--modal .light-quiz__result-form .light-quiz__consent { margin-top: 7px; font-size: 9px; line-height: 1.35; }
}

}

/* Dark campaign page: isolated to prevent rules leaking into other pages. */
body.dark-page { color-scheme: dark; }
body.dark-page * { box-sizing: border-box; }
body.dark-page, body.dark-page { margin: 0; min-height: 100%; }
body.dark-page { background: #010e21; color: #fff; font-family: "Manrope", sans-serif; }
body.dark-page .hero { width: 100%; min-height: 747px; background: #010e21; overflow: hidden; }
body.dark-page .hero__canvas { position: relative; width: 1276px; height: 570px; margin: 0 auto; }
body.dark-page .hero__photo { position: absolute; inset: 0; width: 1276px; height: 718px; object-fit: cover; object-position: top; clip-path: inset(0 0 148px 0); pointer-events: none; }
body.dark-page .header { position: absolute; inset: 0 0 auto; height: 104px; }
body.dark-page .brand { position: absolute; left: 0; top: 25px; display: flex; align-items: center; }
body.dark-page .brand__logo { width: 97px; height: 60px; object-fit: cover; }
body.dark-page .brand__caption { margin-left: 20px; font-size: 12px; line-height: 1.15; }
body.dark-page .address { position: absolute; left: 270px; top: 46px; display: flex; align-items: center; width: 270px; color: #e9e9e9; font-size: 14px; }
body.dark-page .address img { width: 14px; height: 14px; margin-right: 0; }
body.dark-page .contacts { position: absolute; right: 20px; top: 33px; width: 200px; display: flex; flex-direction: column; align-items: flex-end; }
body.dark-page .contacts__phone { color: #fff; font-weight: 600; font-size: 18px; line-height: 1.35; text-decoration: none; }
body.dark-page .contacts__hours { color: #b8b8b8; font-size: 14px; white-space: nowrap; }
body.dark-page .contacts__hours i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #4cf49a; }
body.dark-page .offer { position: absolute; left: 0; top: 119px; width: 569px; }
body.dark-page .offer__copy { display: flex; flex-direction: column; gap: 10px; }
body.dark-page h1 { margin: 0; width: 550px; font-family: "Cormorant Garamond", serif; font-size: 54px; font-weight: 500; line-height: 44px; letter-spacing: -.35px; }
body.dark-page .offer__lead { margin: 0; font-size: 26px; line-height: 1.35; }
body.dark-page .offer__lead strong { color: #7fcfe2; font-weight: 400; }
body.dark-page .offer__description { width: 558px; margin: 0; color: #d8d8d8; font-size: 16px; font-weight: 300; line-height: 1.35; }
body.dark-page .button { display: flex; align-items: center; justify-content: center; width: 334px; height: 62px; margin-top: 30px; border: 1px solid #3e4a63; border-radius: 999px; background: #fff; color: #3e4a63; font-size: 16px; font-weight: 600; text-decoration: none; }
body.dark-page .button:hover { background: #7fcfe2; color: #010e21; }
body.dark-page .doctor-card { position: absolute; left: 1038px; top: 195px; width: 217px; padding: 20px; border: 1px solid #fff; border-radius: 16px; font-size: 16px; line-height: 1.35; }
body.dark-page .doctor-card strong { font-weight: 600; }
body.dark-page .doctor-card p { margin: 16px 0 0; }
body.dark-page .benefits { position: absolute; left: 0; top: 471px; display: flex; gap: 20px; width: 1276px; min-height: 188px; padding: 20px; border: 1px solid rgba(255,255,255,.4); border-radius: 16px; background: rgba(0,17,40,.4); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
body.dark-page .benefit { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
body.dark-page .benefit__icon { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; padding: 10px; border-radius: 50%; background: #0f2236; }
body.dark-page .benefit__icon img { width: 40px; height: 40px; object-fit: contain; }
body.dark-page .benefit p { margin: 0; font-size: 16px; line-height: 1.35; }
body.dark-page .ratings { width: 100%; background: #010e21; }
body.dark-page .ratings__inner { display: grid; grid-template-columns: 628px 598px; column-gap: 50px; width: 1276px; height: 314px; margin: 0 auto; }
body.dark-page .ratings__copy { align-self: start; display: flex; flex-direction: column; gap: 20px; width: 628px; margin-top: 13px; }
body.dark-page .ratings h2 { margin: 0; font-family: "Cormorant Garamond", serif; font-size: 42px; font-weight: 400; line-height: normal; white-space: nowrap; font-feature-settings: "lnum" 1, "pnum" 1; }
body.dark-page .ratings h2 span { color: #7fcfe2; }
body.dark-page .ratings__intro, body.dark-page .ratings__note { margin: 0; font-weight: 400; line-height: normal; }
body.dark-page .ratings__intro { width: 100%; font-size: 16px; }
body.dark-page .ratings__banner { display: block; width: 100%; aspect-ratio: 1456 / 180; object-fit: cover; box-shadow: 1px 1px 4px rgba(127,207,226,.3); }
body.dark-page .ratings__note { width: 437px; color: #cecece; font-size: 14px; }
body.dark-page .ratings__note a { color: inherit; text-decoration: none; }
body.dark-page .ratings__note a:hover { text-decoration: underline; }
body.dark-page .ratings__photo { position: relative; width: 598px; height: 314px; overflow: hidden; border: 1px solid #000; border-radius: 16px; box-shadow: 1px 1px 4px rgba(127,207,226,.3); }
body.dark-page .ratings__photo img { position: absolute; top: -15.29%; left: -.02%; width: 100.04%; height: 126.75%; object-fit: fill; }
body.dark-page .cases { width: 100%; margin-top: 100px; background: #010e21; }
body.dark-page .cases__inner { width: 1276px; height: 1396px; margin: 0 auto; }
body.dark-page .cases__heading { display: flex; flex-direction: column; gap: 20px; width: 958px; height: 122px; }
body.dark-page .cases__heading h2 { margin: 0; font-family: "Cormorant Garamond", serif; font-size: 42px; font-weight: 400; line-height: 40px; font-feature-settings: "lnum" 1, "pnum" 1; }
body.dark-page .cases__heading h2 span { color: #7fcfe2; }
body.dark-page .cases__heading p { margin: 0; font-size: 16px; line-height: normal; }
body.dark-page .cases__grid { display: grid; grid-template-columns: repeat(3, 412px); grid-auto-rows: 602px; gap: 20px; width: 1276px; margin-top: 50px; }
body.dark-page .case-card { position: relative; width: 412px; height: 602px; padding: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.4); border-radius: 16px; }
body.dark-page .case-card__photos { display: flex; width: 372px; height: 256px; overflow: hidden; border-radius: 16px; }
body.dark-page .case-card__photos figure { position: relative; width: 186px; height: 256px; margin: 0; overflow: hidden; background: #082343; }
body.dark-page .case-card__photos figure > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
body.dark-page .case-card__photos figure:first-child > img { filter: blur(12px); transition: filter .3s ease; }
body.dark-page .case-card__photos figure:first-child.is-revealed > img { filter: none; }
body.dark-page .case-card__photos figcaption { position: absolute; left: 20px; top: 213px; z-index: 2; height: 33px; padding: 5px 10px; border: 1px solid rgba(255,255,255,.4); border-radius: 16px; background: rgba(10,15,23,.8); font-size: 14px; line-height: normal; }
body.dark-page .case-card__reveal { position: absolute; inset: 0; z-index: 1; display: flex; align-items: center; justify-content: center; width: 100%; border: 0; background: rgba(1,14,33,.16); color: #fff; cursor: pointer; }
body.dark-page .case-card__reveal span { padding: 7px 12px; border: 1px solid rgba(255,255,255,.65); border-radius: 16px; background: rgba(10,15,23,.78); font: 400 14px/normal "Manrope", sans-serif; }
body.dark-page .case-card__reveal:hover span, body.dark-page .case-card__reveal:focus-visible span { border-color: #7fcfe2; background: rgba(17,36,63,.95); }
body.dark-page .case-card__reveal:focus-visible { outline: 2px solid #7fcfe2; outline-offset: -3px; }
body.dark-page .case-card__photos figure:first-child.is-revealed .case-card__reveal { display: none; }
body.dark-page .case-card__photos figcaption { pointer-events: none; }
body.dark-page .case-photo--inset-after { top: 3.85% !important; left: 3.52% !important; width: 93.02% !important; height: 98.82% !important; object-fit: fill !important; }
body.dark-page .case-photo--inset-before { top: 1.75% !important; left: 4.52% !important; width: 90.82% !important; height: 96.47% !important; object-fit: fill !important; }
body.dark-page .case-card__meta { display: flex; align-items: center; justify-content: space-between; width: 372px; margin-top: 19px; }
body.dark-page .case-card__meta > div { display: flex; align-items: center; gap: 10px; }
body.dark-page .case-card__meta span, body.dark-page .case-card__meta strong { display: inline-flex; align-items: center; justify-content: center; min-height: 31px; padding: 5px 10px; border: 1px solid rgba(255,255,255,.6); border-radius: 16px; color: #fff; font-size: 14px; font-weight: 400; line-height: normal; white-space: nowrap; }
body.dark-page .case-card__meta span { background: #11243f; }
body.dark-page .case-card__meta > div > span:first-child { font-family: "Manrope", sans-serif; font-variant-numeric: lining-nums tabular-nums; font-feature-settings: "lnum" 1, "tnum" 1; letter-spacing: .01em; }
body.dark-page .case-card__meta strong { background: linear-gradient(90deg,#421b5c,#822080); font-weight: 700; }
body.dark-page .case-card__meta small { font-size: inherit; font-weight: 400; }
body.dark-page .case-card__details { display: flex; flex-direction: column; gap: 20px; margin-top: 19px; }
body.dark-page .case-card__details p, body.dark-page .case-card__note { display: flex; align-items: flex-start; gap: 10px; width: 372px; min-height: 44px; margin: 0; font-size: 16px; line-height: normal; }
body.dark-page .case-card__details img, body.dark-page .case-card__note img { flex: 0 0 20px; width: 20px; height: 20px; object-fit: contain; }
body.dark-page .case-card__details b { font-weight: 700; }
body.dark-page .case-card__note { position: absolute; left: 20px; bottom: 20px; font-weight: 200; }
body.dark-page .implant-quiz-section { width: 100%; background: #010e21; color: #fff; }
body.dark-page .implant-quiz-wrap { position: relative; width: 1296px; min-height: 1002px; margin: 0 auto; }
body.dark-page .implant-quiz-main { display: flex; flex-direction: column; gap: 30px; width: 864px; padding-top: 100px; }
body.dark-page .quiz-intro { display: flex; flex-direction: column; gap: 20px; width: 817px; margin: 0 auto; }
body.dark-page .quiz-intro h2 { margin: 0; font-family: "Cormorant Garamond", serif; font-size: 42px; font-weight: 400; line-height: 40px; font-feature-settings: "lnum" 1, "pnum" 1; }
body.dark-page .quiz-intro p { width: 796px; margin: 0; font-size: 16px; line-height: normal; }
body.dark-page .implant-quiz-image { position: absolute; top: 0; right: 0; width: 354px; height: 532px; border-radius: 16px; object-fit: cover; }
body.dark-page .quiz-bonuses { position: absolute; top: 482px; right: 24px; width: 334px; color: #fff; }
body.dark-page .quiz-bonuses h3 { width: 361px; margin: 0 0 20px; font: 400 22px/normal "Manrope", sans-serif; }
body.dark-page .quiz-bonuses__list { display: flex; flex-direction: column; gap: 20px; }
body.dark-page .quiz-bonus { display: flex; align-items: center; justify-content: center; gap: 10px; width: 334px; min-height: 80px; padding: 20px; border: 1px solid rgba(255,255,255,.4); border-radius: 16px; box-shadow: 0 4px 4px rgba(127,207,226,.3); }
body.dark-page .quiz-bonus img { flex: 0 0 40px; width: 40px; height: 40px; object-fit: contain; }
body.dark-page .quiz-bonus p { flex: 1 1 auto; min-width: 0; margin: 0; font-size: 16px; font-weight: 400; line-height: normal; }
body.dark-page .quiz-bonus:first-child p { white-space: nowrap; }
body.dark-page .quiz-bonus small { display: block; color: #a4a4a4; font-size: 12px; font-weight: 400; line-height: normal; }
body.dark-page .quiz-shell { width: 864px; padding: 10px; }
body.dark-page .quiz-card { width: 844px; min-height: 221px; padding: 50px; overflow: hidden; border: 1px solid rgba(255,255,255,.4); border-radius: 16px; background: #010e21; }
body.dark-page .quiz-progress { display: block; margin-bottom: 34px; }
body.dark-page .quiz-progress-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.3; }
body.dark-page .quiz-progress-top span:last-child { color: #7fcfe2; font-variant-numeric: tabular-nums; }
body.dark-page .quiz-progress-bar { width: 100%; height: 7px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.14); }
body.dark-page .quiz-progress-fill { width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#7fcfe2,#4cbad4); box-shadow: 0 0 14px rgba(127,207,226,.35); transition: width .3s ease; }
body.dark-page .quiz-question h3 { margin: 0 0 30px; font-family: "Manrope", sans-serif; font-size: 26px; font-weight: 400; line-height: normal; }
body.dark-page .quiz-question-note { margin: -15px 0 25px; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.45; }
body.dark-page .quiz-options { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
body.dark-page .quiz-option { display: flex; align-items: center; gap: 10px; min-height: 20px; padding: 0; border: 0; background: transparent; color: #fff; font: 400 16px/normal "Manrope", sans-serif; text-align: left; cursor: pointer; }
body.dark-page .quiz-option:hover { color: #7fcfe2; }
body.dark-page .quiz-option-number { display: inline-flex; flex: 0 0 20px; align-items: center; justify-content: center; width: 20px; height: 20px; overflow: hidden; border: 1px solid #fff; border-radius: 50%; color: transparent; font-size: 0; }
body.dark-page .quiz-option:hover .quiz-option-number, body.dark-page .quiz-option.active .quiz-option-number { border-color: #7fcfe2; box-shadow: inset 0 0 0 5px #010e21; background: #7fcfe2; }
body.dark-page .quiz-option-arrow { display: none; }
body.dark-page .quiz-checkbox { align-items: flex-start; }
body.dark-page .quiz-checkbox input { flex: 0 0 20px; width: 20px; height: 20px; margin: 0; accent-color: #7fcfe2; }
body.dark-page .quiz-actions { display: flex; gap: 12px; margin-top: 30px; }
body.dark-page .quiz-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 26px; border-radius: 999px; font: 600 16px/normal "Manrope", sans-serif; cursor: pointer; transition: background .2s ease, transform .2s ease; }
body.dark-page .quiz-btn:hover { transform: translateY(-1px); }
body.dark-page .quiz-btn-primary { flex: 1; border: 1px solid #3e4a63; background: #fff; color: #3e4a63; }
body.dark-page .quiz-btn-primary:hover { background: #7fcfe2; color: #010e21; }
body.dark-page .quiz-btn-secondary { border: 1px solid rgba(255,255,255,.4); background: #11243f; color: #fff; }
body.dark-page .quiz-disclaimer { margin-top: 24px; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.5; }
body.dark-page .quiz-result { display: grid; gap: 16px; }
body.dark-page .result-header { padding: 22px; border: 1px solid rgba(127,207,226,.35); border-radius: 16px; background: rgba(127,207,226,.08); }
body.dark-page .result-label { margin-bottom: 8px; color: #7fcfe2; font-size: 14px; }
body.dark-page .result-title { margin: 0; font-family: "Cormorant Garamond", serif; font-size: 34px; font-weight: 400; line-height: 1.16; }
body.dark-page .result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
body.dark-page .result-card { padding: 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: #0f2236; }
body.dark-page .result-card span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.6); font-size: 13px; }
body.dark-page .result-card strong { display: block; font-size: 19px; line-height: 1.35; }
body.dark-page .result-card--price { display: flex; flex-direction: column; gap: 12px; }
body.dark-page .result-card--price .result-card__label { color: rgba(255,255,255,.6); font-size: 13px; }
body.dark-page .result-price-row, body.dark-page .result-price-total { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 16px; align-items: end; }
body.dark-page .result-price-row + .result-price-row { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.1); }
body.dark-page .result-price-row span, body.dark-page .result-price-total span { margin: 0; color: rgba(255,255,255,.78); line-height: 1.35; }
body.dark-page .result-price-row strong, body.dark-page .result-price-total strong { white-space: nowrap; font-variant-numeric: lining-nums tabular-nums; }
body.dark-page .result-price-total { padding-top: 14px; border-top: 1px solid rgba(127,207,226,.35); }
body.dark-page .result-price-total span, body.dark-page .result-price-total strong { color: #fff; font-size: 19px; font-weight: 700; }
body.dark-page .result-text { color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.6; }
body.dark-page .appointment-box { margin-top: 20px; padding: 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(15,34,54,.75); }
body.dark-page .appointment-box h4 { margin: 0 0 14px; font-size: 22px; line-height: 1.25; }
body.dark-page .days-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 8px; margin: 16px 0; }
body.dark-page .slots-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 18px; }
body.dark-page .day-btn, body.dark-page .slot-btn { min-height: 54px; padding: 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; background: #11243f; color: #fff; font: inherit; cursor: pointer; }
body.dark-page .day-btn:hover, body.dark-page .slot-btn:hover, body.dark-page .day-btn.active, body.dark-page .slot-btn.active { border-color: #7fcfe2; background: rgba(127,207,226,.14); }
body.dark-page .day-btn strong, body.dark-page .day-btn span { display: block; }
body.dark-page .day-btn span { margin-top: 3px; color: rgba(255,255,255,.55); font-size: 12px; }
body.dark-page .lead-form { display: grid; gap: 12px; margin-top: 16px; }
body.dark-page .lead-form input { width: 100%; min-height: 54px; padding: 0 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; outline: 0; background: #0f2236; color: #fff; font: inherit; }
body.dark-page .lead-form input::placeholder { color: rgba(255,255,255,.45); }
body.dark-page .lead-form__consent { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.45; }
body.dark-page .lead-form__consent input { flex: 0 0 18px; width: 18px; min-height: 18px; margin: 2px 0 0; padding: 0; accent-color: #7fcfe2; }
body.dark-page .lead-form__consent a { color: #9ddcea; }
body.dark-page .lead-form__honey { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; min-height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
body.dark-page .lead-form__status { min-height: 18px; margin: 0; color: #ffb6b6; font-size: 13px; line-height: 1.4; }
body.dark-page .lead-form .quiz-btn:disabled { cursor: wait; opacity: .65; transform: none; }
body.dark-page .hidden { display: none !important; }

@media (max-width: 1316px) {
  body.dark-page .hero__canvas, body.dark-page .ratings__inner, body.dark-page .cases__inner { width: calc(100% - 40px); }
  body.dark-page .hero__photo { width: 100%; }
  body.dark-page .doctor-card { left: auto; right: 20px; }
  body.dark-page .benefits { width: 100%; }
  body.dark-page .ratings__inner { grid-template-columns: minmax(0, 1.05fr) minmax(360px, 1fr); column-gap: 32px; height: auto; }
  body.dark-page .ratings__copy, body.dark-page .ratings__photo { width: 100%; }
  body.dark-page .cases__inner { height: auto; }
  body.dark-page .cases__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; }
  body.dark-page .case-card { width: 100%; }
  body.dark-page .case-card__photos, body.dark-page .case-card__meta, body.dark-page .case-card__details p, body.dark-page .case-card__note { width: 100%; }
  body.dark-page .case-card__photos figure { width: 50%; }
  body.dark-page .implant-quiz-wrap { width: calc(100% - 40px); }
  body.dark-page .implant-quiz-main { width: calc(100% - 390px); }
  body.dark-page .quiz-intro, body.dark-page .quiz-intro p, body.dark-page .quiz-shell, body.dark-page .quiz-card { width: 100%; }
}

@media (max-width: 900px) {
  body.dark-page .hero { min-height: 0; }
  body.dark-page .hero__canvas { width: 100%; height: auto; min-height: 0; padding: 20px; overflow: hidden; }
  body.dark-page .hero__photo { width: 100%; height: 760px; clip-path: none; object-position: 62% top; opacity: .48; }
  body.dark-page .header { position: relative; inset: auto; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; height: auto; }
  body.dark-page .brand, body.dark-page .contacts { position: static; }
  body.dark-page .brand__caption { display: none; }
  body.dark-page .address { display: none; }
  body.dark-page .contacts { width: auto; }
  body.dark-page .contacts__hours { font-size: 12px; }
  body.dark-page .offer { position: relative; left: auto; top: auto; z-index: 1; width: min(100%, 620px); margin-top: 55px; }
  body.dark-page .offer__copy, body.dark-page h1, body.dark-page .offer__lead, body.dark-page .offer__description { width: 100%; }
  body.dark-page h1 { font-size: clamp(42px, 8vw, 54px); line-height: .92; }
  body.dark-page .offer__lead { font-size: clamp(21px, 4.5vw, 26px); }
  body.dark-page .doctor-card { position: relative; inset: auto; z-index: 1; width: min(100%, 360px); margin-top: 34px; background: rgba(1,14,33,.64); }
  body.dark-page .benefits { position: relative; inset: auto; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; margin-top: 28px; }
  body.dark-page .ratings { padding-top: 60px; }
  body.dark-page .ratings__inner { grid-template-columns: 1fr; gap: 30px; width: calc(100% - 40px); }
  body.dark-page .ratings h2 { font-size: clamp(34px, 7vw, 42px); white-space: normal; }
  body.dark-page .ratings__note { width: 100%; }
  body.dark-page .ratings__photo { height: auto; aspect-ratio: 598 / 314; }
  body.dark-page .cases { margin-top: 70px; }
  body.dark-page .cases__heading { width: 100%; height: auto; }
  body.dark-page .cases__heading h2 { font-size: clamp(34px, 7vw, 42px); line-height: 1; }
  body.dark-page .cases__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; }
  body.dark-page .case-card { min-height: 602px; height: auto; }
  body.dark-page .case-card__meta { align-items: flex-start; flex-wrap: wrap; gap: 8px; }
  body.dark-page .case-card__meta > div { flex-wrap: wrap; gap: 6px; }
  body.dark-page .implant-quiz-wrap { display: grid; grid-template-columns: 1fr 280px; gap: 30px; width: calc(100% - 40px); padding: 80px 0; }
  body.dark-page .implant-quiz-main { grid-column: 1 / -1; width: 100%; padding-top: 0; }
  body.dark-page .implant-quiz-image, body.dark-page .quiz-bonuses { position: static; width: 100%; }
  body.dark-page .implant-quiz-image { grid-column: 2; grid-row: 2; height: auto; aspect-ratio: 354 / 532; }
  body.dark-page .quiz-bonuses { grid-column: 1; grid-row: 2; }
  body.dark-page .quiz-bonuses h3, body.dark-page .quiz-bonus { width: 100%; }
  body.dark-page .quiz-bonus:first-child p { white-space: normal; }
}

@media (max-width: 640px) {
  body.dark-page .hero__canvas { padding: 16px; }
  body.dark-page .hero__photo { height: 700px; object-position: 64% top; }
  body.dark-page .brand__logo { width: 78px; height: 48px; }
  body.dark-page .contacts__phone { font-size: 16px; }
  body.dark-page .contacts__hours { max-width: 150px; white-space: normal; text-align: right; }
  body.dark-page .offer { margin-top: 45px; }
  body.dark-page h1 { font-size: 40px; }
  body.dark-page .offer__description { font-size: 15px; }
  body.dark-page .button { width: 100%; max-width: 334px; }
  body.dark-page .benefits { grid-template-columns: 1fr; gap: 24px; }
  body.dark-page .ratings__inner, body.dark-page .cases__inner, body.dark-page .implant-quiz-wrap { width: calc(100% - 32px); }
  body.dark-page .ratings__copy { gap: 16px; }
  body.dark-page .cases__grid { grid-template-columns: 1fr; margin-top: 36px; }
  body.dark-page .case-card { min-height: 622px; padding: 16px; }
  body.dark-page .case-card__photos { height: 240px; }
  body.dark-page .case-card__photos figure { height: 240px; }
  body.dark-page .case-card__photos figcaption { left: 12px; top: 198px; }
  body.dark-page .case-card__meta { align-items: flex-start; gap: 8px; }
  body.dark-page .case-card__meta > div { flex-wrap: wrap; gap: 6px; }
  body.dark-page .case-card__meta span, body.dark-page .case-card__meta strong { padding: 5px 8px; font-size: 12px; }
  body.dark-page .case-card__details p, body.dark-page .case-card__note { font-size: 14px; }
  body.dark-page .case-card__note { left: 16px; bottom: 16px; width: calc(100% - 32px); }
  body.dark-page .implant-quiz-wrap { display: flex; flex-direction: column; gap: 28px; padding: 64px 0; }
  body.dark-page .quiz-intro { gap: 16px; }
  body.dark-page .quiz-intro h2 { font-size: 34px; line-height: 1; }
  body.dark-page .quiz-shell { padding: 0; }
  body.dark-page .quiz-card { padding: 24px 18px; }
  body.dark-page .quiz-question h3 { margin-bottom: 24px; font-size: 22px; }
  body.dark-page .quiz-actions { flex-direction: column; }
  body.dark-page .quiz-btn { width: 100%; }
  body.dark-page .result-grid { grid-template-columns: 1fr; }
  body.dark-page .appointment-box { padding: 16px; }
  body.dark-page .days-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.dark-page .slots-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.dark-page .implant-quiz-image { order: 2; max-height: 420px; object-position: top; }
  body.dark-page .quiz-bonuses { order: 3; }
}

/* Standalone implant calculator: isolated from the main landing styles. */
body.implant-calculator-page {
    --bg:#F4F6F9;
    --surface:#FFFFFF;
    --ink:#232A36;
    --muted:#6C7C98;
    --brand:#3E4A63;
    --brand-deep:#232A36;
    --accent:#7FCFE2;
    --accent-soft:rgba(127,207,226,.18);
    --border:rgba(127,207,226,.38);
    --font-display:'Cormorant Garamond', Georgia, serif;
    --font-body:'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  }
  body.implant-calculator-page * {box-sizing:border-box;}
  body.implant-calculator-page {margin:0;background:var(--bg);font-family:var(--font-body);color:var(--ink);letter-spacing:0;}
  body.implant-calculator-page a {color:inherit;}
  body.implant-calculator-page .app {min-height:100vh;display:flex;justify-content:center;padding:24px 16px 64px;background:linear-gradient(180deg,#fff 0%,#f4f6f9 42%,#eef4f7 100%);}
  body.implant-calculator-page .shell {width:100%;max-width:760px;}

  body.implant-calculator-page .quiz-header {display:flex;flex-direction:column;gap:18px;margin-bottom:26px;}
  body.implant-calculator-page .brand-row {display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;}
  body.implant-calculator-page .brand {display:flex;align-items:center;gap:12px;min-width:0;text-decoration:none;}
  body.implant-calculator-page .brand-logo {width:112px;height:auto;display:block;}
  body.implant-calculator-page .brand-divider {width:1px;height:48px;background:var(--muted);opacity:.8;}
  body.implant-calculator-page .brand-text {max-width:150px;color:var(--brand);font-size:12px;font-weight:600;line-height:1.35;text-transform:uppercase;}
  body.implant-calculator-page .header-phone {justify-self:end;color:var(--brand);font-size:15px;font-weight:700;text-decoration:none;white-space:nowrap;}
  body.implant-calculator-page .reset-link {justify-self:end;grid-column:1 / -1;font-family:var(--font-body);font-size:13px;color:var(--muted);background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:3px;padding:0;}
  body.implant-calculator-page .reset-link:hover {color:var(--brand-deep);}
  body.implant-calculator-page .progress-track {height:6px;border-radius:99px;background:rgba(108,124,152,.18);overflow:hidden;}
  body.implant-calculator-page .progress-fill {height:100%;background:var(--accent);border-radius:99px;transition:width .4s ease;width:0%;}

  body.implant-calculator-page .card {background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:32px 28px;box-shadow:0 4px 4px rgba(127,207,226,.18),0 18px 45px rgba(35,42,54,.08);}

  body.implant-calculator-page .eyebrow {font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 10px;}
  body.implant-calculator-page .question-title {font-family:var(--font-display);font-weight:400;font-size:clamp(30px,5vw,44px);line-height:1.02;margin:0 0 24px;color:#000;}

  body.implant-calculator-page .option-grid {display:flex;flex-direction:column;gap:10px;}
  body.implant-calculator-page .option-btn {display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;text-align:left;padding:16px 18px;border:1px solid var(--border);border-radius:8px;background:#fff;font-family:var(--font-body);font-size:16px;color:var(--ink);cursor:pointer;transition:border-color .15s ease, background .15s ease, transform .08s ease, box-shadow .15s ease;}
  body.implant-calculator-page .option-btn:hover {border-color:var(--accent);background:var(--accent-soft);box-shadow:0 8px 22px rgba(127,207,226,.18);}
  body.implant-calculator-page .option-btn:active {transform:scale(.99);}
  body.implant-calculator-page .option-btn:focus-visible {outline:2px solid var(--accent);outline-offset:2px;}
  body.implant-calculator-page .option-btn .arrow {color:var(--brand);font-size:18px;flex-shrink:0;}

  body.implant-calculator-page .price-card {position:relative;overflow:hidden;background:var(--brand);border-radius:16px;padding:30px 26px;color:#fff;}
  body.implant-calculator-page .price-label {font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.72);margin:0 0 8px;}
  body.implant-calculator-page .price-value {font-family:var(--font-display);font-weight:400;font-size:clamp(36px,7vw,56px);line-height:1.02;margin:0;position:relative;animation:revealClip 1.1s cubic-bezier(.2,.8,.2,1) forwards;}
  body.implant-calculator-page .price-note {margin:14px 0 0;font-size:14px;color:rgba(255,255,255,.78);line-height:1.55;}
  body.implant-calculator-page .scan-line {position:absolute;top:0;bottom:0;width:3px;background:var(--accent);box-shadow:0 0 16px 2px var(--accent);animation:sweep 1.1s cubic-bezier(.2,.8,.2,1) forwards;}
  @keyframes revealClip{from{clip-path:inset(0 100% 0 0);}to{clip-path:inset(0 0% 0 0);}}
  @keyframes sweep{from{left:0;}to{left:100%;}}
  @media (prefers-reduced-motion: reduce){
    body.implant-calculator-page .price-value {animation:none;clip-path:none;}
    body.implant-calculator-page .scan-line {display:none;}
  }

  body.implant-calculator-page .summary-box {margin-top:16px;padding:16px 18px;background:var(--accent-soft);border:1px solid var(--border);border-radius:8px;font-size:14px;line-height:1.6;}
  body.implant-calculator-page .summary-box b {color:var(--brand-deep);}

  body.implant-calculator-page .cta-block {margin-top:26px;}
  body.implant-calculator-page .cta-question {font-family:var(--font-display);font-weight:400;font-size:28px;line-height:1.08;margin:0;color:#000;}
  body.implant-calculator-page .cta-free {display:inline-block;margin-top:8px;font-size:12px;font-weight:700;color:#fff;background:var(--brand);padding:4px 10px;border-radius:99px;letter-spacing:.02em;}
  body.implant-calculator-page .cta-buttons {display:flex;gap:10px;margin-top:16px;}

  body.implant-calculator-page .btn {flex:1;min-height:54px;padding:14px 18px;border-radius:999px;font-family:var(--font-body);font-weight:700;font-size:15px;cursor:pointer;border:1px solid transparent;transition:transform .08s ease, opacity .15s ease, background .15s ease;}
  body.implant-calculator-page .btn:active {transform:scale(.98);}
  body.implant-calculator-page .btn-amber {background:var(--brand);color:#fff;}
  body.implant-calculator-page .btn-amber:hover {background:var(--brand-deep);}
  body.implant-calculator-page .btn-ghost {background:transparent;border-color:var(--border);color:var(--muted);}
  body.implant-calculator-page .btn-ghost:hover {border-color:var(--muted);color:var(--ink);}
  body.implant-calculator-page .btn-full {width:100%;}
  body.implant-calculator-page .btn:focus-visible {outline:2px solid var(--accent);outline-offset:2px;}

  body.implant-calculator-page .day-row {display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;margin-bottom:18px;scrollbar-width:none;}
  body.implant-calculator-page .day-row::-webkit-scrollbar {display:none;}
  body.implant-calculator-page .day-chip {flex:0 0 auto;padding:10px 13px;border-radius:8px;border:1px solid var(--border);background:var(--surface);font-size:13px;color:var(--ink);cursor:pointer;text-align:center;min-width:62px;font-family:var(--font-body);}
  body.implant-calculator-page .day-chip .dow {display:block;font-size:11px;color:var(--muted);margin-bottom:2px;}
  body.implant-calculator-page .day-chip.active {border-color:var(--brand);background:var(--brand);color:#fff;}
  body.implant-calculator-page .day-chip.active .dow {color:rgba(255,255,255,.7);}
  body.implant-calculator-page .day-chip:focus-visible {outline:2px solid var(--accent);outline-offset:2px;}

  body.implant-calculator-page .block-grid {display:grid;grid-template-columns:1fr 1fr;gap:10px;}
  body.implant-calculator-page .block-btn {padding:14px 12px;border-radius:8px;border:1px solid var(--border);background:var(--surface);font-weight:700;font-size:14px;color:var(--ink);cursor:pointer;text-align:center;font-family:var(--font-body);}
  body.implant-calculator-page .block-btn:hover {border-color:var(--accent);background:var(--accent-soft);}
  body.implant-calculator-page .block-btn:focus-visible {outline:2px solid var(--accent);outline-offset:2px;}

  body.implant-calculator-page .selected-slot-banner {display:flex;align-items:center;gap:10px;padding:13px 15px;border-radius:8px;background:var(--accent-soft);border:1px solid var(--border);margin-bottom:18px;font-size:14px;}

  body.implant-calculator-page .form-field {display:flex;flex-direction:column;gap:6px;margin-bottom:14px;}
  body.implant-calculator-page .form-field label {font-size:13px;color:var(--muted);font-weight:700;}
  body.implant-calculator-page .form-field input {padding:14px 16px;border-radius:99px;border:1px solid var(--border);font-family:var(--font-body);font-size:15px;color:var(--ink);background:var(--surface);width:100%;}
  body.implant-calculator-page .form-field input:focus-visible {outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent);}
  body.implant-calculator-page .form-error {font-size:13px;color:#B5472D;min-height:1.1em;margin:-6px 0 14px;}

  body.implant-calculator-page .consent {display:flex;gap:9px;align-items:flex-start;font-size:12px;color:var(--muted);line-height:1.5;margin-bottom:18px;}
  body.implant-calculator-page .consent input {margin-top:3px;flex-shrink:0;}

  body.implant-calculator-page .back-link {display:inline-block;margin-bottom:16px;font-size:13px;color:var(--muted);text-decoration:underline;text-underline-offset:3px;cursor:pointer;background:none;border:none;padding:0;font-family:var(--font-body);}
  body.implant-calculator-page .back-link:hover {color:var(--brand-deep);}

  body.implant-calculator-page .end-icon {width:46px;height:46px;border-radius:50%;background:var(--brand);display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
  body.implant-calculator-page .end-title {font-family:var(--font-display);font-weight:400;font-size:32px;line-height:1.08;margin:0 0 10px;color:#000;}
  body.implant-calculator-page .end-text {font-size:15px;color:var(--muted);line-height:1.6;margin:0 0 6px;}
  body.implant-calculator-page .end-phone {display:inline-block;margin-top:14px;font-weight:700;color:var(--brand-deep);text-decoration:none;}

  body.implant-calculator-page .quiz-footer {margin-top:28px;padding-top:20px;border-top:1px solid var(--border);color:var(--muted);font-size:12px;line-height:1.5;text-align:center;}

  @media (max-width: 560px){
    body.implant-calculator-page .app {padding:18px 12px 42px;}
    body.implant-calculator-page .brand-row {grid-template-columns:auto 1px 1fr;gap:10px;}
    body.implant-calculator-page .brand-logo {width:88px;}
    body.implant-calculator-page .brand-text {font-size:9px;max-width:108px;}
    body.implant-calculator-page .header-phone {grid-column:1 / -1;justify-self:start;font-size:14px;}
    body.implant-calculator-page .reset-link {justify-self:start;}
    body.implant-calculator-page .card {padding:26px 18px;border-radius:14px;}
    body.implant-calculator-page .question-title {font-size:30px;}
    body.implant-calculator-page .cta-buttons {flex-direction:column;}
    body.implant-calculator-page .block-grid {grid-template-columns:1fr;}
  }

/* Compact doctors landing page. */
.landing-page {
  min-width: 320px;
  margin: 0;
  background: #ffffff;
  color: #3e4a63;
}

.landing {
  display: flex;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  gap: 0;
  background: #ffffff;
}

.landing > .clinic-gallery + .doctor-story { margin-top: 20px; }
.landing > .doctor-story + .certificates { margin-top: -4px; }
.landing > .certificates + .consultation-offer { margin-top: 26px; }
.landing > .consultation-offer + .patient-cases { margin-top: 2px; }
.landing > .landing-sedation + .landing-aftercare { margin-top: 30px; }
.landing > .landing-coffee + .landing-booking {
  margin-top: 20px;
}
.landing > .landing-booking + .landing-location,
.landing > .landing-location + .landing-footer { margin-top: 30px; }

.landing-hero {
  position: relative;
  width: 100%;
  max-width: 360px;
  min-height: 695px;
  margin: 0 auto;
  background: #ffffff;
}

.landing-header {
  position: static;
}

.landing-header__logo {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 70px;
  height: 43px;
  overflow: hidden;
}

.landing-header__logo picture {
  display: block;
  width: 100%;
  height: 100%;
}

.landing-header__logo img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.landing-header__contacts {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  width: 135px;
  flex-direction: column;
  align-items: flex-end;
}

.landing-header__phone {
  display: block;
  width: 135px;
  color: #3e4a63;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-align: right;
  white-space: nowrap;
}

.landing-header__metro {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  color: #6c7c98;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.landing-header__metro img {
  width: 8px;
  height: 10px;
  max-width: none;
}

.landing-hero__title {
  position: absolute;
  top: 63px;
  left: 20px;
  width: 320px;
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-feature-settings: "lnum" 1, "pnum" 1;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}

.landing-hero__text {
  position: absolute;
  top: 477px;
  left: 12.5px;
  width: 335px;
  margin: 0;
  color: #656565;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.landing-hero__button {
  position: absolute;
  top: 611px;
  left: 20px;
  display: flex;
  width: 320px;
  height: 58px;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  border: 1px solid #3e4a63;
  border-radius: 999px;
  background: #3e4a63;
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  cursor: pointer;
}

.landing-hero__button-copy,
.landing-hero__button-copy > span,
.landing-hero__button-copy small {
  display: block;
}

.landing-hero__button-copy small {
  font-size: 12px;
  font-weight: 300;
}

.landing-hero__doctors {
  position: absolute;
  top: 187px;
  left: 0;
  width: 360px;
  height: 270px;
  padding: 0;
  overflow: hidden;
  max-width: none;
  border: 0;
  border-radius: 12px;
  background: transparent;
  cursor: zoom-in;
}

.landing-hero__doctors picture,
.landing-hero__doctors img {
  display: block;
  width: 100%;
  height: 100%;
}

.landing-hero__doctors img {
  max-width: none;
  object-fit: cover;
}

.landing-hero__note {
  position: absolute;
  top: 679px;
  left: 50%;
  z-index: 2;
  margin: 0;
  color: #3e4a63;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  white-space: nowrap;
  transform: translateX(-50%);
}

.landing-doctor-card {
  position: absolute;
  display: flex;
  width: 135px;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.12));
  border-color: rgba(255, 255, 255, 0.62);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  backdrop-filter: blur(18px) saturate(145%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    inset 0 -1px 0 rgba(255, 255, 255, 0.14),
    0 8px 24px rgba(31, 39, 55, 0.16);
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  line-height: 15.5px;
  text-shadow: 0 1px 3px rgba(31, 39, 55, 0.46);
}

.landing-doctor-card--orthopedist {
  top: 317px;
  left: 20px;
  background:
    linear-gradient(135deg, rgba(91, 98, 110, 0.5), rgba(91, 98, 110, 0.32));
  border-color: rgba(255, 255, 255, 0.72);
  text-shadow: 0 1px 3px rgba(31, 39, 55, 0.68);
}

.landing-doctor-card--surgeon {
  top: 307px;
  left: 213px;
}

.landing-doctor-card__name,
.landing-doctor-card__position {
  width: 100%;
  margin: 0;
}

.landing-doctor-card__name {
  font-weight: 600;
}

.landing-doctor-card__position {
  margin-top: 3px;
  font-weight: 400;
}

.landing-doctor-card--surgeon .landing-doctor-card__position {
  white-space: nowrap;
}

.clinic-intro {
  position: relative;
  width: 100%;
  max-width: 360px;
  min-height: 308px;
  margin: 0 auto;
  background: #ffffff;
}

.clinic-intro__title {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 150px;
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-feature-settings: "lnum" 1, "pnum" 1;
  font-weight: 500;
  line-height: 26px;
}

.clinic-intro__lead {
  position: absolute;
  top: 44px;
  left: 191px;
  width: 135px;
  margin: 0;
  color: #3e4a63;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.clinic-intro__arrow {
  position: absolute;
  top: 59px;
  left: 318px;
  display: flex;
  width: 22.45px;
  height: 34.27px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.clinic-intro__arrow img {
  width: 34.16px;
  height: 17.65px;
  max-width: none;
  transform: rotate(102.85deg) scaleY(-1);
}

.clinic-intro__preview {
  position: absolute;
  top: 104px;
  left: 20px;
  display: block;
  width: 320px;
  height: 174px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background: #3e4a63;
  cursor: pointer;
}

.clinic-intro__preview:focus-visible {
  outline: 2px solid #7fcfe2;
  outline-offset: 3px;
}

.clinic-intro__preview img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform 180ms ease;
}

.clinic-intro__preview:hover img {
  transform: scale(1.015);
}

.clinic-intro__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: rgba(62, 74, 99, 0.68);
  box-shadow: 0 8px 24px rgba(20, 29, 47, 0.24);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transform: translate(-50%, -50%);
  transition:
    background-color 180ms ease,
    transform 180ms ease;
  pointer-events: none;
}

.clinic-intro__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffffff;
  transform: translate(-50%, -50%);
}

.clinic-intro__preview:hover .clinic-intro__play {
  background: rgba(62, 74, 99, 0.8);
  transform: translate(-50%, -50%) scale(1.04);
}

.prosthesis-types {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 360px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto;
  height: 486px;
  padding: 30px 20px;
  overflow: hidden;
  border-radius: 12px;
  background: #3e4a63;
}

.prosthesis-types__title {
  grid-column: 1 / -1;
  width: auto;
  margin: 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-feature-settings: "lnum" 1, "pnum" 1;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}

.prosthesis-types__title span {
  color: #7fcfe2;
}

.prosthesis-types__lead {
  z-index: 2;
  display: flex;
  width: auto;
  min-height: 60px;
  align-items: center;
  grid-column: 1 / -1;
  margin: 0;
  padding: 10px;
  border-radius: 12px;
  background: #ffffff;
  color: #3e4a63;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.prosthesis-card {
  position: relative;
  width: 150px;
  height: 150px;
  justify-self: center;
  margin: 0;
}

.prosthesis-card--classic {
  grid-column: 1;
  transform: translateY(-1px);
}

.prosthesis-card--modern {
  grid-column: 2;
  transform: translateY(3px);
}

.prosthesis-card picture {
  display: block;
  width: 100%;
  height: 100%;
}

.prosthesis-card img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.prosthesis-card__type,
.prosthesis-card__price {
  position: absolute;
  z-index: 1;
  margin: 0;
  border-radius: 12px;
  background: #ffffff;
  color: #3e4a63;
  font-family: "Manrope", Arial, sans-serif;
  line-height: 20px;
  white-space: nowrap;
}

.prosthesis-card__type {
  top: 1px;
  left: 1px;
  width: 150px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.prosthesis-card--modern .prosthesis-card__type {
  top: -3px;
}

.prosthesis-card__price {
  top: 117px;
  left: 12px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 800;
}

.prosthesis-card--modern .prosthesis-card__price {
  top: 113px;
  left: 11px;
}

.prosthesis-types__installment {
  grid-column: 1 / -1;
  justify-self: center;
  margin: 0;
  padding: 5px 10px;
  border-radius: 12px;
  background: #ffffff;
  color: #1b6ce3;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  transform: translateY(-4px);
}

.clinic-gallery {
  position: relative;
  width: 100%;
  max-width: 360px;
  min-height: 524px;
  margin: 0 auto;
  background: #ffffff;
}

.clinic-gallery__heading {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 320px;
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-feature-settings: "lnum" 1, "pnum" 1;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}

.clinic-gallery__lead {
  position: absolute;
  top: 124px;
  left: 20px;
  width: 320px;
  margin: 0;
  color: #3e4a63;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.clinic-gallery__viewport {
  position: absolute;
  top: 164px;
  left: 0;
  width: 100%;
  height: 268px;
}

.clinic-gallery__track {
  display: flex;
  width: 100%;
  height: 240px;
  gap: 10px;
  margin: 0;
  padding: 0 20px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-padding-left: 20px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}

.clinic-gallery__track::-webkit-scrollbar {
  display: none;
}

.clinic-gallery__track::after {
  content: "";
  width: 130px;
  height: 1px;
  flex: 0 0 130px;
}

.clinic-gallery__track:focus-visible {
  outline: 2px solid #7fcfe2;
  outline-offset: -2px;
}

.clinic-gallery__slide {
  width: 180px;
  height: 240px;
  margin: 0;
  overflow: hidden;
  flex: 0 0 180px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.clinic-gallery__slide--wide {
  width: 320px;
  flex-basis: 320px;
}

.clinic-gallery__slide picture,
.clinic-gallery__slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.clinic-gallery__slide img {
  max-width: none;
  object-fit: cover;
}

.clinic-gallery__pagination {
  position: absolute;
  top: 270px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
}

.clinic-gallery__pagination button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  background: url("../assets/icons/gallery-dot.svg") center / 8px 8px no-repeat;
  cursor: pointer;
}

.clinic-gallery__pagination button.is-active {
  background-image: url("../assets/icons/gallery-dot-active.svg");
}

.clinic-gallery__pagination button:focus-visible {
  outline: 2px solid #7fcfe2;
  outline-offset: 3px;
  border-radius: 50%;
}

.clinic-gallery__title {
  position: absolute;
  top: 472px;
  left: 50%;
  width: 319px;
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-feature-settings: "lnum" 1, "pnum" 1;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  transform: translateX(-50%);
}

.photo-open {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: zoom-in;
}

.photo-open--fill {
  display: block;
  width: 100%;
  height: 100%;
}

.photo-open:focus-visible {
  outline: 2px solid #7fcfe2;
  outline-offset: 2px;
}

.doctor-story {
  position: relative;
  width: 100%;
  max-width: 360px;
  min-height: 337px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
}

.certificates__track::-webkit-scrollbar {
  display: none;
}

.doctor-story__card {
  position: relative;
  width: 320px;
  height: 337px;
  margin: 0 20px;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(127, 207, 226, 0.1), rgba(127, 207, 226, 0.2));
}

.doctor-story__facts {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.doctor-story__name,
.doctor-story__role {
  position: absolute;
  left: 20px;
  width: 156px;
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  line-height: 19px;
}

.doctor-story__name {
  top: 30px;
  color: #000000;
  font-size: 14px;
}

.doctor-story__role {
  top: 68px;
  color: #7d8699;
  font-size: 12px;
}

.doctor-story__facts ul {
  position: absolute;
  top: 97px;
  left: 0;
  display: grid;
  width: 201px;
  gap: 10px;
  margin: 0;
  padding: 0 0 0 20px;
  color: #3e4a63;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
}

.doctor-story__facts li:nth-child(1) {
  width: 181px;
}

.doctor-story__facts li:nth-child(2) {
  width: 140px;
}

.doctor-story__facts li:nth-child(3) {
  width: 153px;
}

.doctor-story__facts li::marker {
  font-size: 8px;
}

.doctor-story__photo {
  position: absolute;
  top: 63px;
  left: 48px;
  z-index: 1;
  width: 366px;
  height: 274px;
}

.doctor-story__photo picture,
.doctor-story__photo img {
  display: block;
  width: 100%;
  height: 100%;
}

.doctor-story__photo img {
  max-width: none;
  object-fit: cover;
}

.certificates__pagination {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
}

[data-snap-pagination] button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  background: url("../assets/icons/gallery-dot.svg") center / 8px 8px no-repeat;
  cursor: pointer;
}

[data-snap-pagination] button.is-active {
  background-image: url("../assets/icons/gallery-dot-active.svg");
}

[data-snap-pagination] button:focus-visible {
  outline: 2px solid #7fcfe2;
  outline-offset: 3px;
  border-radius: 50%;
}

.doctor-story-gap {
  width: 100%;
  max-width: 360px;
  height: 137px;
  margin: 0 auto;
  background: #ffffff;
}

.consultation-offer {
  position: relative;
  width: 100%;
  max-width: 360px;
  min-height: 515px;
  margin: 0 auto;
  background: #ffffff;
}

.consultation-offer__count {
  position: static;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 54px;
  font-feature-settings: "lnum" 1, "pnum" 1;
  font-weight: 700;
  line-height: normal;
}

.consultation-offer__title {
  position: absolute;
  top: 0;
  left: 20px;
  width: 320px;
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-feature-settings: "lnum" 1, "pnum" 1;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}

.consultation-offer__title span {
  display: block;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
}

.consultation-benefit {
  position: absolute;
  left: 20px;
  display: flex;
  width: 320px;
  height: 88px;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 10px;
  border-radius: 12px;
  background: rgba(127, 207, 226, 0.3);
}

.consultation-benefit:nth-of-type(1) {
  top: 141px;
}

.consultation-benefit:nth-of-type(2) {
  top: 239px;
}

.consultation-benefit:nth-of-type(3) {
  top: 337px;
  height: 100px;
}

.consultation-benefit__photo {
  width: 90px;
  height: 68px;
  overflow: hidden;
  flex: 0 0 90px;
  border-radius: 12px;
  box-shadow: 2px 2px 4px rgba(127, 207, 226, 0.3);
}

.consultation-benefit__photo picture,
.consultation-benefit__photo img {
  display: block;
  width: 100%;
  height: 100%;
}

.consultation-benefit__photo img {
  max-width: none;
  object-fit: cover;
}

.consultation-benefit__photo--ct img {
  object-position: center 62%;
}

.consultation-benefit p {
  width: 200px;
  margin: 0;
  color: #3e4a63;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.consultation-benefit strong {
  display: block;
  color: #1b6ce3;
  font-weight: 800;
}

.consultation-offer__button {
  position: absolute;
  top: 457px;
  left: 20px;
  display: flex;
  width: 320px;
  min-height: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  border: 1px solid #3e4a63;
  border-radius: 999px;
  background: #3e4a63;
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  cursor: pointer;
}

.certificates {
  position: relative;
  width: 100%;
  max-width: 360px;
  min-height: 147px;
  margin: 0 auto;
  background: #ffffff;
}

.certificates__slider {
  position: relative;
  width: 100%;
  height: 147px;
}

.certificates__track {
  display: flex;
  width: 100%;
  height: 116px;
  gap: 20px;
  padding: 0 20px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-padding-left: 20px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}

.certificates__track::after {
  content: "";
  width: 150px;
  height: 1px;
  flex: 0 0 150px;
}

.certificate-card {
  width: 150px;
  height: 110px;
  margin: 0;
  overflow: hidden;
  flex: 0 0 150px;
  border-radius: 12px;
  background: #f4f6f9;
  box-shadow: 1px 1px 4px rgba(127, 207, 226, 0.3);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.certificate-card img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.certificates__pagination {
  top: 135px;
  max-width: 320px;
  gap: 7px;
}

.patient-cases {
  position: relative;
  width: 100%;
  max-width: 360px;
  min-height: 652px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
}

.patient-cases__title {
  position: absolute;
  top: 28px;
  left: 20px;
  width: 320px;
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-feature-settings: "lnum" 1, "pnum" 1;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}

.patient-cases__faces {
  position: absolute;
  top: 152px;
  left: 0;
  width: 100%;
  height: 150px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  padding: 0 20px;
  scrollbar-width: none;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}

.patient-cases__faces::-webkit-scrollbar {
  display: none;
}

.patient-cases__faces-track {
  display: flex;
  width: max-content;
  gap: 20px;
}

.patient-cases__face {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
  flex: 0 0 150px;
  border-radius: 50%;
}

.patient-cases__face img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.patient-cases__face--03 img {
  top: -14.56%;
  left: -14.15%;
  width: 121.68%;
  height: 121.68%;
}

.patient-cases__face--04 img {
  top: -5.3%;
  left: -9.84%;
  width: 119.24%;
  height: 119.24%;
}

.patient-cases__face--05 img {
  top: -17.46%;
  left: -17.25%;
  width: 134.76%;
  height: 134.76%;
}

.patient-cases__face--06 img {
  top: -16.18%;
  left: -15.76%;
  width: 132.12%;
  height: 132.12%;
}

.patient-cases__main {
  position: relative;
  display: block;
  width: 319px;
  height: 326px;
  margin: 322px auto 4px;
  overflow: hidden;
  border-radius: 12px;
}

.patient-cases__main img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.implant-indications {
  position: relative;
  width: 100%;
  max-width: 360px;
  min-height: 724px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
}

.implant-indications__title {
  position: absolute;
  top: 26px;
  left: 20px;
  width: 320px;
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-feature-settings: "lnum" 1, "pnum" 1;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}

.implant-indications__list {
  position: absolute;
  top: 150px;
  left: 20px;
  display: grid;
  grid-template-columns: repeat(2, 150px);
  gap: 20px 20px;
  width: 320px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.implant-indications__list li {
  position: relative;
  min-height: 38px;
  padding-left: 30px;
  color: #3e4a63;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.implant-indications__list li::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 5px;
  width: 9px;
  height: 16px;
  border: solid #3e4a63;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.implant-indications__photo {
  position: absolute;
  top: 266px;
  left: 20px;
  width: 319px;
  height: 428px;
  overflow: hidden;
  border-radius: 12px;
}

.implant-indications__photo img {
  position: absolute;
  top: -11.94%;
  left: 0;
  display: block;
  width: 100%;
  height: 111.94%;
  max-width: none;
  object-fit: cover;
}

.landing-rating,
.landing-sedation,
.landing-aftercare,
.landing-coffee,
.landing-booking,
.landing-location,
.landing-footer {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
}

.landing-rating {
  min-height: 407px;
  padding: 0 20px;
}

.landing-rating h2,
.landing-sedation h2,
.landing-aftercare h2,
.landing-coffee h2,
.landing-booking h2,
.landing-location h2 {
  margin: 0;
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-feature-settings: "lnum" 1, "pnum" 1;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}

.landing-rating > h2 {
  position: absolute;
  top: 0;
  left: 20px;
  width: 320px;
  font-size: 27px;
}

.landing-rating__banner {
  position: absolute;
  top: 72px;
  left: 20px;
  display: block;
  width: 320px;
  height: 40px;
  overflow: hidden;
  box-shadow: 1px 1px 4px rgba(127, 207, 226, 0.3);
}

.landing-rating__banner img,
.landing-rating__awards img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.landing-rating > p {
  position: absolute;
  top: 132px;
  left: 20px;
  width: 320px;
  margin: 0;
  color: #3e4a63;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.landing-rating > p a {
  color: inherit;
}

.landing-rating__awards {
  position: absolute;
  top: 209px;
  left: 20px;
  width: 320px;
  height: 168px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 1px 1px 4px rgba(127, 207, 226, 0.3);
}

.landing-rating__awards img {
  height: 126.75%;
  object-position: center 58%;
}

.landing-sedation {
  min-height: 677px;
}

.landing-sedation > h2 {
  position: absolute;
  top: 0;
  left: 20px;
  width: 320px;
}

.landing-sedation > h2 span {
  color: #00a2c8;
}

.landing-sedation__text {
  position: absolute;
  top: 98px;
  left: 20px;
  width: 320px;
  margin: 0;
  color: #3e4a63;
  font: 400 14px/20px "Manrope", Arial, sans-serif;
  text-align: center;
}

.landing-sedation__benefits {
  position: absolute;
  top: 198px;
  left: 20px;
  display: grid;
  width: 320px;
  grid-template-columns: repeat(2, 150px);
  grid-auto-rows: 57px;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-sedation__benefits li {
  position: relative;
  padding-left: 30px;
  color: #3e4a63;
  font: 400 14px/normal "Manrope", Arial, sans-serif;
}

.landing-sedation__benefits li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../assets/icons/landing-done.png") center / contain no-repeat;
}

.landing-sedation__photo {
  position: absolute;
  top: 352px;
  left: 20px;
  width: 320px;
  height: 325px;
  overflow: hidden;
  border-radius: 12px;
}

.landing-sedation__photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.landing-sedation__doctor {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 135px;
  height: 119px;
  flex-direction: column;
  gap: 3px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  background: rgba(62, 74, 99, 0.48);
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.landing-sedation__doctor strong {
  font-weight: 600;
}

.landing-sedation__doctor--left {
  top: 505px;
  left: 25px;
}

.landing-sedation__doctor--right {
  top: 525px;
  left: 201px;
}

.landing-aftercare {
  min-height: 2144px;
}

.landing-aftercare__card {
  position: absolute;
  left: 20px;
  display: flex;
  width: 320px;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  color: #6c7c98;
  text-align: center;
}

.landing-aftercare__card--stationary { top: 0; }
.landing-aftercare__card--taxi { top: 576px; }
.landing-aftercare__card--meds { top: 1063px; }
.landing-aftercare__card--checkups { top: 1613px; }

.landing-aftercare__card p {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.landing-aftercare__card--taxi h2 {
  line-height: normal;
}

.landing-aftercare__photo {
  width: 320px;
  height: 325px;
  overflow: hidden;
  flex: 0 0 325px;
  border-radius: 12px;
  box-shadow: 2px 2px 2px rgba(127, 207, 226, 0.3);
}

.landing-aftercare__photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.landing-aftercare__card--stationary img { object-position: center bottom; }
.landing-aftercare__card--taxi img { object-position: center; }
.landing-aftercare__card--meds img { object-position: center 58%; }

.landing-coffee {
  min-height: 423px;
}

.landing-coffee > h2 {
  position: absolute;
  top: 0;
  left: 26px;
  width: 308px;
}

.landing-coffee__photo {
  position: absolute;
  top: 98px;
  left: 20px;
  width: 320px;
  height: 325px;
  overflow: hidden;
  border-radius: 12px;
}

.landing-coffee__photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 62%;
}

.landing-booking {
  min-height: 0;
}

.landing-booking__form {
  position: relative;
  display: flex;
  width: 320px;
  min-height: 345px;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  padding: 30px 10px;
  border-radius: 12px;
  background: #3e4a63;
}

.landing-booking__form h2 {
  margin-bottom: 10px;
  color: #ffffff;
  line-height: 30px;
}

.landing-booking__phone,
.landing-booking__phone input {
  display: block;
  width: 100%;
}

.landing-booking__phone input {
  height: 62px;
  padding: 10px 20px;
  border: 1px solid rgba(127, 207, 226, 0.8);
  border-radius: 99px;
  background: #ffffff;
  color: #3e4a63;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
}

.landing-booking__form > button {
  width: 100%;
  height: 59px;
  min-height: 59px;
  padding: 14px 40px;
  border: 1px solid #3e4a63;
  border-radius: 999px;
  background: #7fcfe2;
  color: #3e4a63;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.landing-booking__form > button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.landing-booking__consent {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 10px;
  align-items: start;
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  line-height: normal;
  min-height: 94px;
}

.landing-booking__consent input {
  width: 12px;
  height: 12px;
  margin: 4px 0 0 2px;
}

.landing-booking__consent a {
  display: inline;
  margin-top: 0;
  color: inherit;
}

.landing-booking__consent a + a {
  display: block;
  margin-top: 8px;
}

.landing-booking__status {
  min-height: 14px;
  margin: 0;
  color: #ffffff;
  font: 10px/1.35 "Manrope", Arial, sans-serif;
  text-align: center;
}

.landing-booking__status:empty {
  display: none;
}

.landing-location {
  min-height: 827px;
}

.landing-location__header {
  position: absolute;
  top: 0;
  left: 20px;
  display: flex;
  width: 320px;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  color: #6c7c98;
  text-align: center;
}

.landing-location__header h2 {
  line-height: normal;
}

.landing-location__header p,
.landing-location__header address {
  width: 100%;
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

.landing-location__header address {
  font-weight: 600;
}

.landing-location__header > a {
  color: #6c7c98;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.landing-location__map {
  position: absolute;
  top: 209px;
  left: 20px;
  width: 319px;
  height: 263px;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(127, 207, 226, 0.3);
}

.landing-location__map-frame {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.landing-location__photo {
  position: absolute;
  top: 502px;
  left: 20px;
  width: 320px;
  height: 325px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 4px rgba(127, 207, 226, 0.3);
}

.landing-location__photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.landing-footer {
  display: flex;
  min-height: 404px;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 0 20px 30px;
  color: #6c7c98;
  text-align: center;
}

.landing-footer__logo {
  display: block;
  width: 100px;
  height: 48px;
}

.landing-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.landing-footer > p:not(.landing-footer__notice) {
  min-height: 62px;
  margin: 0;
  font: 14px/normal "Manrope", Arial, sans-serif;
}

.landing-footer nav {
  display: flex;
  width: 320px;
  flex-wrap: wrap;
  gap: 20px 100px;
  justify-content: center;
  color: #3e4a63;
  font: 16px/normal "Manrope", Arial, sans-serif;
}

.landing-footer nav a {
  color: inherit;
}

.landing-footer__notice {
  width: 320px;
  margin: 0;
  color: #6c7c98;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.photo-lightbox[hidden],
.consultation-modal[hidden] {
  display: none;
}

.photo-lightbox,
.consultation-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 16px;
}

.photo-lightbox__backdrop,
.consultation-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(14, 20, 32, 0.84);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.photo-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 960px);
  height: min(88vh, 760px);
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
}

.photo-lightbox__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: calc(88vh - 56px);
  grid-column: 2;
  grid-row: 1;
  object-fit: contain;
}

.photo-lightbox__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(35, 42, 54, 0.75);
  color: #ffffff;
  font: 400 30px/1 "Manrope", Arial, sans-serif;
  cursor: pointer;
}

.photo-lightbox__nav {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: rgba(35, 42, 54, 0.7);
  color: #ffffff;
  font: 400 34px/1 "Manrope", Arial, sans-serif;
  cursor: pointer;
}

.photo-lightbox__nav--prev {
  grid-column: 1;
  grid-row: 1;
}

.photo-lightbox__nav--next {
  grid-column: 3;
  grid-row: 1;
}

.photo-lightbox__meta {
  display: flex;
  grid-column: 2;
  grid-row: 2;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
  color: #ffffff;
  font: 400 14px/20px "Manrope", Arial, sans-serif;
}

.photo-lightbox__meta p {
  margin: 0;
}

.consultation-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  padding: 34px 24px 24px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(20, 29, 47, 0.28);
}

.consultation-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(62, 74, 99, 0.25);
  border-radius: 50%;
  background: #ffffff;
  color: #3e4a63;
  font: 400 26px/1 "Manrope", Arial, sans-serif;
  cursor: pointer;
}

.consultation-modal h2 {
  margin: 0 30px 8px 0;
  color: #3e4a63;
  font: 600 30px/30px "Cormorant Garamond", Georgia, serif;
}

.consultation-modal__dialog > p {
  margin: 0 0 20px;
  color: #656565;
  font: 400 14px/20px "Manrope", Arial, sans-serif;
}

.consultation-modal form,
.consultation-modal label {
  display: grid;
  gap: 6px;
}

.consultation-modal form {
  gap: 14px;
}

.consultation-modal label {
  color: #3e4a63;
  font: 500 13px/18px "Manrope", Arial, sans-serif;
}

.consultation-modal input[type="text"],
.consultation-modal input[type="tel"] {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(108, 124, 152, 0.35);
  border-radius: 999px;
  color: #232a36;
  background: #ffffff;
  font: 400 15px/1 "Manrope", Arial, sans-serif;
}

.consultation-modal__consent {
  display: flex !important;
  align-items: flex-start;
  grid-template-columns: none;
  gap: 8px !important;
  font-size: 11px !important;
  line-height: 16px !important;
}

.consultation-modal__consent input {
  margin-top: 2px;
}

.consultation-modal__consent a {
  color: #1b6ce3;
}

.consultation-modal form > button {
  min-height: 50px;
  padding: 10px 22px;
  border: 0;
  border-radius: 999px;
  background: #3e4a63;
  color: #ffffff;
  font: 600 14px/20px "Manrope", Arial, sans-serif;
  cursor: pointer;
}

.consultation-modal form > button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.consultation-modal__status {
  min-height: 20px;
  margin: 0;
  color: #3e4a63;
  font: 400 13px/20px "Manrope", Arial, sans-serif;
  text-align: center;
}

.consultation-modal__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.landing-video-modal[hidden] {
  display: none;
}

.landing-video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.landing-video-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(14, 20, 32, 0.78);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.landing-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 405px);
  max-height: calc(100vh - 40px);
}

.landing-video-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  padding: 0 0 3px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: rgba(35, 42, 54, 0.72);
  color: #ffffff;
  font: 400 28px/1 "Manrope", Arial, sans-serif;
  cursor: pointer;
}

.landing-video-modal__player {
  display: block;
  width: 100%;
  max-height: calc(100vh - 40px);
  aspect-ratio: 9 / 16;
  border-radius: 16px;
  background: #010e21;
  object-fit: contain;
}

/* Implant method quiz used by the landing hero. */
.zp-quiz-modal[hidden] {
  display: none;
}

.zp-quiz-modal {
  position: fixed;
  inset: 0;
  z-index: 1250;
  display: grid;
  place-items: center;
  padding: 20px;
}

.zp-quiz-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(14, 20, 32, 0.82);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.zp-quiz {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  max-height: calc(100dvh - 40px);
  overflow: auto;
  border: 1px solid rgba(127, 207, 226, 0.5);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(14, 20, 32, 0.32);
  color: #3e4a63;
  font-family: "Manrope", Arial, sans-serif;
}

.zp-quiz__close {
  position: sticky;
  top: 12px;
  z-index: 4;
  display: grid;
  width: 38px;
  height: 38px;
  margin: 12px 12px -50px auto;
  place-items: center;
  padding: 0 0 3px;
  border: 1px solid rgba(62, 74, 99, 0.25);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #3e4a63;
  font: 400 28px/1 "Manrope", Arial, sans-serif;
  cursor: pointer;
}

.zp-quiz__wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 30px;
  padding: 44px;
  background:
    radial-gradient(circle at 10% 12%, rgba(127, 207, 226, 0.24), transparent 32%),
    linear-gradient(135deg, #ffffff, #f4fbfd);
}

.zp-quiz__intro {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.zp-quiz__badge {
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 14px;
  border: 1px solid rgba(127, 207, 226, 0.8);
  border-radius: 999px;
  background: rgba(127, 207, 226, 0.18);
  color: #1b6ce3;
  font-size: 13px;
  font-weight: 600;
}

.zp-quiz__title,
.zp-question h3,
.zp-result__title {
  color: #3e4a63;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.zp-quiz__title {
  margin: 0 0 18px;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 600;
  line-height: 0.98;
}

.zp-quiz__text {
  margin: 0 0 28px;
  color: #6c7c98;
  font-size: 15px;
  line-height: 1.55;
}

.zp-quiz__benefits {
  display: grid;
  gap: 10px;
}

.zp-quiz__benefits p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid rgba(127, 207, 226, 0.38);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.4;
}

.zp-quiz__benefits span {
  color: #1b6ce3;
  font-weight: 800;
}

.zp-quiz__card {
  min-width: 0;
  min-height: 560px;
  padding: 28px;
  border: 1px solid rgba(127, 207, 226, 0.48);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 1px 2px 16px rgba(62, 74, 99, 0.1);
}

.zp-quiz__progress {
  margin-bottom: 24px;
}

.zp-quiz__progress-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
  color: #6c7c98;
  font-size: 13px;
}

.zp-quiz__progress-line {
  display: block;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(127, 207, 226, 0.25);
}

.zp-quiz__progress-line span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #3e4a63, #7fcfe2);
  transition: width 0.25s ease;
}

.zp-question h3 {
  margin: 0 0 18px;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.05;
}

.zp-question__note {
  margin: -7px 0 18px;
  color: #6c7c98;
  font-size: 13px;
  line-height: 1.45;
}

.zp-options {
  display: grid;
  gap: 10px;
}

.zp-option {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  border: 1px solid rgba(108, 124, 152, 0.28);
  border-radius: 12px;
  background: #ffffff;
  color: #3e4a63;
  font: 500 14px/1.35 "Manrope", Arial, sans-serif;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.zp-option:hover,
.zp-option:focus-visible,
.zp-option.is-active {
  border-color: #7fcfe2;
  background: rgba(127, 207, 226, 0.16);
  transform: translateY(-1px);
}

.zp-option__num {
  display: inline-grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border: 1px solid rgba(127, 207, 226, 0.8);
  border-radius: 50%;
  color: #1b6ce3;
  font-size: 13px;
  font-weight: 700;
}

.zp-option__arrow {
  margin-left: auto;
  color: #7d8699;
  font-size: 22px;
}

.zp-checkbox input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  accent-color: #3e4a63;
}

.zp-actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.zp-btn {
  min-height: 52px;
  padding: 10px 22px;
  border: 1px solid #3e4a63;
  border-radius: 999px;
  font: 600 14px/1.3 "Manrope", Arial, sans-serif;
  cursor: pointer;
}

.zp-btn--primary {
  flex: 1;
  background: #3e4a63;
  color: #ffffff;
}

.zp-btn--secondary {
  background: #ffffff;
  color: #3e4a63;
}

.zp-btn:disabled {
  cursor: wait;
  opacity: 0.65;
}

.zp-disclaimer,
.zp-form__status {
  margin: 16px 0 0;
  color: #7d8699;
  font-size: 11px;
  line-height: 1.45;
}

.zp-disclaimer a {
  color: #1b6ce3;
}

.zp-result {
  display: grid;
  gap: 14px;
}

.zp-result__header,
.zp-appointment {
  padding: 18px;
  border: 1px solid rgba(127, 207, 226, 0.5);
  border-radius: 16px;
  background: rgba(127, 207, 226, 0.14);
}

.zp-result__label {
  margin-bottom: 6px;
  color: #1b6ce3;
  font-size: 12px;
  font-weight: 700;
}

.zp-result__title {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.05;
}

.zp-result__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.zp-result__card {
  padding: 15px;
  border: 1px solid rgba(108, 124, 152, 0.2);
  border-radius: 12px;
  background: #ffffff;
}

.zp-result__card span {
  display: block;
  margin-bottom: 7px;
  color: #6c7c98;
  font-size: 12px;
}

.zp-result__card strong {
  display: block;
  font-size: 17px;
  line-height: 1.3;
}

.zp-result__text {
  color: #6c7c98;
  font-size: 13px;
  line-height: 1.55;
}

.zp-appointment {
  margin-top: 2px;
}

.zp-appointment h4 {
  margin: 0 0 12px;
  color: #3e4a63;
  font: 600 25px/1.05 "Cormorant Garamond", Georgia, serif;
}

.zp-days,
.zp-slots {
  display: grid;
  gap: 8px;
}

.zp-days {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 16px 0;
}

.zp-slots {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 16px;
}

.zp-day,
.zp-slot {
  min-height: 50px;
  padding: 7px;
  border: 1px solid rgba(108, 124, 152, 0.28);
  border-radius: 12px;
  background: #ffffff;
  color: #3e4a63;
  font: 500 12px/1.25 "Manrope", Arial, sans-serif;
  cursor: pointer;
}

.zp-day:hover,
.zp-day.is-active,
.zp-slot:hover,
.zp-slot.is-active {
  border-color: #7fcfe2;
  background: rgba(127, 207, 226, 0.2);
}

.zp-day strong,
.zp-day span {
  display: block;
}

.zp-day span {
  margin-top: 3px;
  color: #6c7c98;
  font-size: 10px;
}

.zp-form {
  display: grid;
  gap: 10px;
}

.zp-form input[type="tel"] {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(108, 124, 152, 0.35);
  border-radius: 999px;
  background: #ffffff;
  color: #3e4a63;
  font: 400 15px/1 "Manrope", Arial, sans-serif;
}

.zp-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #6c7c98;
  font-size: 10px;
  line-height: 1.4;
}

.zp-form__consent input {
  margin-top: 2px;
  accent-color: #3e4a63;
}

.zp-form__consent a {
  color: #1b6ce3;
}

.zp-form__status {
  min-height: 16px;
  margin-top: 0;
  text-align: center;
}

@media (max-width: 820px) {
  .zp-quiz__wrap {
    grid-template-columns: 1fr;
  }

  .zp-quiz__intro {
    padding-right: 42px;
  }

  .zp-quiz__benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .zp-quiz-modal {
    padding: 8px;
  }

  .zp-quiz {
    max-height: calc(100dvh - 16px);
    border-radius: 16px;
  }

  .zp-quiz__wrap {
    gap: 18px;
    padding: 24px 12px 14px;
  }

  .zp-quiz__intro {
    padding: 0 38px 0 2px;
  }

  .zp-quiz__badge {
    margin-bottom: 10px;
    padding: 6px 10px;
    font-size: 11px;
  }

  .zp-quiz__title {
    margin-bottom: 10px;
    font-size: 31px;
    line-height: 0.98;
  }

  .zp-quiz__text {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
  }

  .zp-quiz__benefits {
    display: none;
  }

  .zp-quiz__card {
    min-height: 0;
    padding: 16px;
    border-radius: 14px;
  }

  .zp-question h3 {
    font-size: 28px;
  }

  .zp-option {
    min-height: 52px;
    padding: 10px 12px;
    font-size: 13px;
  }

  .zp-actions,
  .zp-result__grid,
  .zp-days,
  .zp-slots {
    grid-template-columns: 1fr 1fr;
  }

  .zp-actions {
    display: grid;
  }

  .zp-result__title {
    font-size: 28px;
  }

  .zp-appointment {
    padding: 14px;
  }
}

/* Tracking fallback kept out of the markup so all styles live here. */
.analytics-pixel {
  position: absolute;
  left: -9999px;
}
