*,
*::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%;
}

.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: flex;
  min-width: 0;
  flex-direction: column;
  gap: 10px;
}

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

.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; }
}
