@charset "UTF-8";
/*====== VARIABLES AND GLOBAL MODIFIERS ======*/
:root {
  --primary-clr: #1A436E;
  --additional-clr: #92907C;
  --text-clr: #101011;
  --text-clr-on-blue: #fff;
  --danger-clr: #ff5959;
  --success-clr: #08ce3a;
  --link-clr: #1A436E;
  --body-bg-clr: #fff;
  --shape-color: #F7F6F5;
  --shape-color-on-blue: #284E76;
  --field-border-clr: #F7F6F5;
  --field-border-radius: 5px;
  --max-width: 1440px;
  --min-width: 320px;
  --primary-font: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
      "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --secondary-font: "Playfair Display", Georgia, "Times New Roman", serif;
  --line-height: 1.5;
  --font-size: 18px;
  --letter-spacing: 0px;
  --primary-gradient: linear-gradient(90deg, #FFF 0%, #1C4674 88.73%), var(--, #FFF);
  --border-color: 1px solid #F7F6F5;
  /* Forms */
  --input-bg-clr: #F7F6F5;
  --input-height-desktop: 70px;
  --input-height-mobile: 50px;
  --input-text-clr: #101011;
  --input-placeholder-clr: #999;
  --input-focus-border-clr: #1A436E;
  --input-hover-bg-clr: #EFEFEF;
}

*,
button, a {
  touch-action: manipulation;
}

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

html {
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:focus:not(:focus-visible),
:active {
  outline-style: none;
}

a, button {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  color: currentColor;
}

main,
aside,
nav,
header,
footer,
section {
  display: block;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0;
}

img, video {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

iframe, object {
  display: block;
  max-width: 100%;
}

button,
input[type=button] {
  display: inline-block;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0px;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1.35;
  border: none;
  margin: 0;
}

[hidden],
.hidden {
  display: none !important;
}

[disabled] {
  opacity: 0.6;
  cursor: no-drop;
}

/* Стили для WebKit-браузеров (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 12px; /* ширина скроллбара */
}

::-webkit-scrollbar-track {
  background: #2e2e2e; /* цвет дорожки */
}

::-webkit-scrollbar-thumb {
  background-color: #555; /* цвет самого скроллбара */
  border-radius: 6px; /* скругление углов скроллбара */
  border: 3px solid #2e2e2e; /* граница вокруг скроллбара */
}

/* Стили для Firefox (ограниченная поддержка) */
* {
  scrollbar-width: thin; /* "auto" или "thin" */
  scrollbar-color: #555 #2e2e2e; /* цвет скроллбара и дорожки */
}

/* Поддержка для всех остальных элементов, где нужна кастомизация */
body {
  --scrollbarBG: #2e2e2e;
  --thumbBG: #555;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: var(--font-size);
  scroll-behavior: smooth;
  overscroll-behavior: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  font-family: var(--primary-font);
  background-color: var(--body-bg-clr);
  color: var(--text-clr);
  line-height: var(--line-height);
  min-width: var(--min-width);
  min-height: 100vh;
  overflow-x: hidden;
  letter-spacing: var(--letter-spacing);
  overscroll-behavior: none;
  padding-bottom: env(safe-area-inset-bottom);
  margin-bottom: calc(-1 * env(safe-area-inset-bottom));
}

.scroll-hide {
  overflow: hidden;
  max-height: 100%;
  height: 100%;
  padding-right: 16px;
}

@media (max-width: 1200px) {
  .heading-yy-2 {
    font-size: 28px;
  }
  .scroll-hide-1200 {
    overflow: hidden;
    max-height: 100%;
    height: 100%;
    padding-right: 16px;
  }
}
@media (max-width: 960px) {
  .scroll-hide-960 {
    overflow: hidden;
    max-height: 100%;
    height: 100%;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .scroll-hide-767 {
    overflow: hidden;
    max-height: 100%;
    height: 100%;
    padding-right: 16px;
  }
}
.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  user-select: none;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 413px) {
  .container {
    padding: 0 20px;
  }
}

.primary-color {
  color: var(--primary-clr);
}

.secondary-color {
  color: var(--secondary-clr);
}

.mark-danger {
  color: var(--danger-clr);
}

.card-bg-color {
  background-color: var(--card-bg-color);
}

.picture {
  border-radius: var(--border-radius);
  overflow: hidden;
}

.highlight-text {
  background: var(--primary-clr);
  padding: 4px;
}

.nowrap {
  white-space: nowrap;
}

.list-style-recovery ul,
.list-style-recovery ol {
  list-style: revert;
  padding: revert;
  margin: revert;
}

.list-group {
  list-style: disc;
  padding-left: 30px;
  margin: 10px 0;
}

.list-group-item {
  padding: 5px 0;
  line-height: 1.4;
}

.inner-link a {
  color: var(--link-color);
  font-weight: bold;
}
.inner-link a:hover {
  opacity: 0.8;
}
.inner-link a:active {
  opacity: 0.7;
}
.inner-link a:focus-visible {
  text-decoration: underline;
}

.divider {
  position: relative;
  display: flex;
  padding-bottom: 0px;
  height: 2px;
  margin-top: 20px;
}
.divider:before {
  content: "";
  width: 60px;
  position: relative;
  height: 100%;
  background-color: var(--secondary-clr);
}
.divider:after {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  margin-left: 15px;
  background-color: rgba(165, 165, 165, 0.3);
}

.gradient-text {
  background: linear-gradient(45deg, #EFECFF, #575769);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 16px;
  width: 16px;
  cursor: pointer;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23EA3C46' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='6' x2='6' y2='18'/><line x1='6' y1='6' x2='18' y2='18'/></svg>") no-repeat center;
}

.mt-60 {
  margin-top: 60px;
}

ul li::marker,
ol li::marker {
  color: var(--primary-clr);
}

figure.wp-block-embed-youtube {
  position: relative;
}

.yt-lazy-play {
  pointer-events: none;
}

figure:hover .yt-lazy-play {
  opacity: 1 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: var(--heading-line-height);
}

.img-zoom .img-zoom__target {
  transition: transform 0.55s ease;
  will-change: transform;
}
.img-zoom:hover .img-zoom__target {
  transform: scale(1.06);
}

.block-header {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .block-header {
    margin-bottom: 32px;
  }
}

.section-inner-pt {
  padding-top: 30px;
}

.section-pt {
  padding-top: 90px;
}
@media (max-width: 767px) {
  .section-pt {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .section-pt {
    padding-top: 60px;
  }
}

.section-title {
  font-family: var(--secondary-font);
  font-size: 45px;
  font-weight: 700;
  color: #101011;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}
@media (max-width: 1200px) {
  .section-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .section-title {
    font-size: 28px;
  }
}
.section-title--xl {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .section-title--xl {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .section-title--xl {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .section-title--xl {
    font-size: 26px;
  }
}
@media (max-width: 390px) {
  .section-title--xl {
    font-size: 24px;
  }
}
.section-title--with-desc {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .section-title--with-desc {
    margin-bottom: 12px;
  }
}

/*=============== COMPONENTS ===============*/
/* ============================================
   СТИЛИ КНОПКИ КОНСУЛЬТАЦИИ
   ============================================ */
.consultation-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 230px;
  height: 60px;
  padding: 9px;
  background-color: #f1f0ed;
  border-radius: 53px;
  border: none;
  font-size: 16px;
  line-height: 13.599px;
  color: #101011;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.consultation-btn:hover {
  background-color: #e5e4e1;
  transform: translateY(-2px);
}
.consultation-btn:active {
  transform: translateY(0);
}
.consultation-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.603px;
  height: 29.603px;
  background-color: #fff;
  border-radius: 50%;
}
.consultation-btn__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ============================================
   Адаптивность
   ============================================ */
/* Планшеты и маленькие ноутбуки */
@media (max-width: 1200px) {
  .consultation-btn {
    width: 200px;
    height: 55px;
  }
}
@media (max-width: 980px) {
  .consultation-btn {
    display: none;
  }
  .header__contacts--mobile .consultation-btn {
    display: flex;
  }
}
/* Планшеты */
@media (max-width: 960px) {
  .consultation-btn {
    width: 180px;
    height: 50px;
  }
}
/* Мобильные устройства */
@media (max-width: 767px) {
  .consultation-btn {
    width: 100%;
    max-width: 280px;
  }
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 70px;
  border-radius: 86px;
  border: 1px solid var(--primary-clr);
  background-color: #fff;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #101011;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  /* Текст и SVG поверх шиммера */
}
.btn > span:not(.shimmer),
.btn > svg {
  position: relative;
  z-index: 2;
}
.btn svg {
  flex-shrink: 0;
}
.btn {
  /* Hover: заливка синим */
}
.btn:hover {
  background-color: var(--primary-clr);
  color: #fff;
  box-shadow: 0 5px 20px rgba(26, 67, 110, 0.3);
}
.btn:hover svg path {
  stroke: #fff;
  transition: stroke 0.3s ease;
}
.btn {
  /* ---- Shimmer / Переливание ---- */
}
.btn .shimmer {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
  z-index: 1;
}
.btn:hover .shimmer {
  left: 200%;
  transition: left 0.8s ease-in-out;
}
.btn {
  /* ---- Модификатор: залитая синяя (primary) — как в hero-block__btn ---- */
}
.btn--primary {
  background-color: var(--primary-clr);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 18px 32px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.btn--primary svg path {
  stroke: #fff;
}
.btn--primary::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-left: 15px;
  flex-shrink: 0;
}
.btn--primary:hover {
  background-color: #112d4d;
  color: #fff;
  box-shadow: 0 5px 20px rgba(26, 67, 110, 0.3);
}
.btn {
  /* ---- Модификатор: белая (для синего фона) — как primary, но инвертированная ---- */
}
.btn--primary-white {
  background-color: #fff;
  color: var(--primary-clr);
  border: none;
  border-radius: 50px;
  padding: 18px 32px;
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.btn--primary-white::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: rgba(26, 67, 110, 0.35);
  margin-left: 15px;
  flex-shrink: 0;
}
.btn--primary-white:hover {
  background-color: var(--primary-clr);
  color: #fff;
}
.btn--primary-white:hover::after {
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 980px) {
  .btn--primary-white {
    height: auto;
  }
}
.btn {
  /* ---- Модификатор: на синем фоне (инвертированная) ---- */
}
.btn--on-blue {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn--on-blue svg path {
  stroke: #fff;
}
.btn--on-blue:hover {
  background-color: #fff;
  color: var(--primary-clr);
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.25);
}
.btn--on-blue:hover svg path {
  stroke: var(--primary-clr);
}
.btn {
  /* Адаптив: кнопка уменьшается вместе с полями */
}
@media (max-width: 980px) {
  .btn {
    height: var(--input-height-mobile);
    font-size: 14px;
  }
}

.form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form__group {
  position: relative;
}
.form__label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-clr);
  margin-bottom: 6px;
}
.form__methods {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.form__method {
  cursor: pointer;
}
.form__method input {
  display: none;
}
.form__method-btn {
  display: inline-block;
  padding: 8px 15px;
  font-size: 14px;
  color: var(--text-clr);
  background-color: var(--input-bg-clr);
  border: 1px solid transparent;
  border-radius: 20px;
  transition: all 0.3s ease;
}
input:checked + .form__method-btn {
  background-color: var(--primary-clr);
  color: #fff;
  border-color: var(--primary-clr);
}
.form__input {
  width: 100%;
  height: var(--input-height-desktop);
  background-color: var(--input-bg-clr);
  border: 1px solid transparent;
  border-radius: var(--field-border-radius);
  padding: 0 20px;
  font-family: var(--primary-font);
  font-size: 16px;
  color: var(--input-text-clr);
  transition: all 0.3s ease;
  outline: none;
}
.form__input::placeholder {
  color: var(--input-placeholder-clr);
  font-weight: 400;
}
.form__input:hover {
  background-color: var(--input-hover-bg-clr);
}
.form__input:focus {
  border-color: var(--input-focus-border-clr);
  background-color: #fff;
}
.form__input.error {
  border-color: var(--danger-clr);
  background-color: #fffafa;
}
.form .error-message {
  display: none;
  color: var(--danger-clr);
  font-size: 12px;
  margin-top: 4px;
  padding-left: 5px;
}
.form .error-message.visible {
  display: block;
}
.form__checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 5px;
}
.form__checkbox {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  /* Reset browser default margin */
  cursor: pointer;
  accent-color: var(--primary-clr);
}
.form__checkbox-text {
  font-size: 13px;
  line-height: 1.4;
  color: var(--text-clr);
}
.form__checkbox-text a {
  color: var(--primary-clr);
  text-decoration: underline;
}
.form__checkbox-text a:hover {
  text-decoration: none;
}
@media (max-width: 980px) {
  .form__input {
    height: var(--input-height-mobile);
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* top-align so it scrolls like a page */
  padding: 40px 20px;
  overflow-y: auto;
  /* the overlay itself scrolls */
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal {
  position: relative;
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  transform: translateY(20px);
  transition: transform 0.3s ease;
  margin: auto;
  /* vertically center when content is short */
}
.modal-overlay.active .modal {
  transform: translateY(0);
}
.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s ease;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: var(--primary-clr);
  border-radius: 1px;
}
.modal__close::before {
  transform: rotate(45deg);
}
.modal__close::after {
  transform: rotate(-45deg);
}
.modal__close:hover {
  background-color: #fff;
}
.modal__header {
  width: 100%;
  aspect-ratio: 780/357;
  position: relative;
}
.modal__header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.modal__body {
  padding: 30px;
}
.modal__title {
  font-family: var(--secondary-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
  text-align: center;
}
.modal__title-main {
  color: #101011;
}
.modal__title-sub {
  color: var(--additional-clr);
}
.modal__desc {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-clr);
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .modal {
    border-radius: 15px;
  }
  .modal__body {
    padding: 20px;
  }
  .modal__title {
    font-size: 24px;
  }
}

/* Видео-попап */
.modal--video {
  max-width: 900px;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
}

.modal__video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  line-height: 0;
}

.modal__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal-overlay--video {
  align-items: center;
  padding: 20px;
}
.modal-overlay--video .modal__close {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-overlay--video .modal__close::before, .modal-overlay--video .modal__close::after {
  background-color: #fff;
}
.modal-overlay--video .modal__close:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.swiper-nav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid var(--primary-clr);
  color: var(--primary-clr);
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}
.swiper-nav__btn:hover {
  background: var(--primary-clr);
  color: #fff;
  transform: scale(1.06);
}
.swiper-nav__btn:active {
  transform: scale(0.96);
}
.swiper-nav__btn.swiper-button-disabled, .swiper-nav__btn[disabled] {
  opacity: 0.35;
  pointer-events: none;
}
.swiper-nav__btn svg {
  display: block;
  pointer-events: none;
}
@media (max-width: 767px) {
  .swiper-nav__btn {
    width: 44px;
    height: 44px;
  }
}

.section-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.section-tabs__btn {
  padding: 10px 24px;
  border-radius: 100px;
  border: 1.5px solid rgba(255, 255, 255, 0.38);
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.section-tabs__btn:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}
.section-tabs__btn.is-active {
  background: #fff;
  border-color: #fff;
  color: var(--primary-clr);
}
@media (max-width: 575px) {
  .section-tabs__btn {
    padding: 8px 18px;
    font-size: 14px;
  }
}

.section-tabs__panels {
  position: relative;
}

.section-tabs__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  pointer-events: none;
}
.section-tabs__panel.is-active {
  position: relative;
  visibility: visible;
  pointer-events: auto;
}

img:not(.no-preload) {
  opacity: 0;
}

img.is-loaded {
  animation: db-img-fade-in 0.4s ease forwards;
}

@keyframes db-img-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  img:not(.no-preload) {
    opacity: 1;
  }
  img.is-loaded {
    animation: none;
    opacity: 1;
  }
}
.narcos-block__title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .narcos-block__title {
    margin-bottom: 28px;
  }
}
.narcos-block__media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .narcos-block__media {
    border-radius: 16px;
  }
}
.narcos-block__img {
  display: block;
  width: 100%;
  height: 580px;
  object-fit: cover;
  object-position: center top;
}
@media (max-width: 1023px) {
  .narcos-block__img {
    height: 460px;
  }
}
.narcos-block__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 120px 60px 52px;
  background: linear-gradient(to top, rgba(15, 40, 70, 0.9) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767px) {
  .narcos-block__overlay {
    padding: 80px 24px 32px;
    gap: 8px;
  }
}
.narcos-block__lead {
  margin: 0;
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .narcos-block__lead {
    font-size: 16px;
  }
}
.narcos-block__text {
  margin: 0;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .narcos-block__text {
    font-size: 15px;
  }
}

.brands-block__header {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .brands-block__header {
    margin-bottom: 28px;
  }
}
.brands-block__title {
  max-width: 960px;
  margin-bottom: 40px;
}
.brands-block__title span {
  color: var(--additional-clr);
}
@media (max-width: 767px) {
  .brands-block__title {
    margin-bottom: 28px;
  }
}
.brands-block__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1023px) {
  .brands-block__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .brands-block__grid {
    gap: 12px;
  }
}
.brands-block__logo {
  display: block;
  width: 100%;
  height: auto;
}

.prices-block__title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .prices-block__title {
    margin-bottom: 20px;
  }
}
.prices-block__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.prices-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
  background: var(--shape-color);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .prices-row {
    padding: 20px;
    border-radius: 14px;
    gap: 16px;
  }
}
.prices-row__service {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-clr);
}
@media (max-width: 767px) {
  .prices-row__service {
    font-size: 16px;
  }
}
.prices-row__price {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary-clr);
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .prices-row__price {
    font-size: 16px;
  }
}

.prices-included {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .prices-included {
    border-radius: 14px;
  }
}
.prices-included__header {
  display: flex;
  align-items: center;
  padding: 30px;
  background: var(--primary-clr);
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .prices-included__header {
    padding: 20px;
    font-size: 16px;
  }
}
.prices-included__body {
  background: var(--shape-color);
  padding: 40px 30px;
}
@media (max-width: 767px) {
  .prices-included__body {
    padding: 24px 20px;
  }
}
.prices-included__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .prices-included__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.prices-included__list li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--primary-font);
  font-size: 20px;
  line-height: 1.3;
  color: var(--text-clr);
}
.prices-included__list li::before {
  content: "";
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #C0AB72;
}
@media (max-width: 767px) {
  .prices-included__list li {
    font-size: 16px;
  }
}

.prices-cta {
  position: relative;
  margin-top: 12px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--primary-clr);
  min-height: 175px;
}
@media (max-width: 767px) {
  .prices-cta {
    border-radius: 16px;
  }
}
.prices-cta__bg {
  position: absolute;
  inset: 0;
}
.prices-cta__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  mix-blend-mode: multiply;
  opacity: 0.45;
}
.prices-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 50px;
  min-height: 175px;
}
@media (max-width: 1023px) {
  .prices-cta__inner {
    gap: 28px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .prices-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 32px 28px;
    min-height: 0;
  }
}
.prices-cta__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.prices-cta__title {
  margin: 0;
  font-family: var(--secondary-font);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.prices-cta__title span {
  color: var(--additional-clr);
}
@media (max-width: 1279px) {
  .prices-cta__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .prices-cta__title {
    font-size: 26px;
  }
}
.prices-cta__desc {
  margin: 0;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 767px) {
  .prices-cta__desc {
    font-size: 15px;
  }
}
.prices-cta__btn {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .prices-cta__btn {
    width: 100%;
  }
}

.faq-block__title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .faq-block__title {
    margin-bottom: 20px;
  }
}
.faq-block__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .faq-block__list {
    gap: 12px;
  }
}

.faq-item {
  border-radius: 20px;
  background: var(--shape-color);
  overflow: hidden;
}
@media (max-width: 767px) {
  .faq-item {
    border-radius: 14px;
  }
}
.faq-item[open] {
  background: #fff;
  box-shadow: 0 18px 45px rgba(22, 38, 55, 0.08);
}
.faq-item[open] .faq-item__summary {
  background: var(--primary-clr);
  color: #fff;
}
.faq-item[open] .faq-item__icon::before, .faq-item[open] .faq-item__icon::after {
  background: #fff;
}
.faq-item[open] .faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq-item__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 86px;
  padding: 26px 30px;
  border-radius: 20px;
  color: var(--text-clr);
  cursor: pointer;
  list-style: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.faq-item__summary::-webkit-details-marker {
  display: none;
}
.faq-item__summary::marker {
  content: "";
}
@media (max-width: 767px) {
  .faq-item__summary {
    min-height: 66px;
    gap: 16px;
    padding: 20px;
    border-radius: 14px;
  }
}
.faq-item__question {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .faq-item__question {
    font-size: 16px;
  }
}
.faq-item__icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.faq-item__icon::before, .faq-item__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, background 0.2s ease;
}
.faq-item__icon::before {
  transform: translate(-50%, -50%);
}
.faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-item__body {
  padding: 34px 30px 36px;
}
@media (max-width: 767px) {
  .faq-item__body {
    padding: 22px 20px 24px;
  }
}
.faq-item__answer {
  max-width: 1180px;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--text-clr);
}
@media (max-width: 767px) {
  .faq-item__answer {
    font-size: 15px;
  }
}
.faq-item__answer p {
  margin: 0;
}
.faq-item__answer p + p {
  margin-top: 12px;
}
.faq-item__answer ul,
.faq-item__answer ol {
  margin: 12px 0 0;
  padding-left: 22px;
}

.article-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  border-radius: 20px;
  background: var(--shape-color);
  padding: 14px;
}
.article-card__img-wrap {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 5/3;
  background: var(--shape-color);
}
.article-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.article-card:hover .article-card__img {
  transform: scale(1.05);
}
.article-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 4px 6px;
}
.article-card__badge {
  align-self: flex-start;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary-clr);
  background: rgba(26, 67, 110, 0.06);
  padding: 4px 8px;
  border-radius: 6px;
}
.article-card__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text-clr);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.entry-content {
  color: var(--text-clr);
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 1.7;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 1100px) {
  .entry-content {
    font-size: 17px;
    line-height: 1.65;
  }
}
@media (max-width: 767px) {
  .entry-content {
    font-size: 16px;
    line-height: 1.6;
  }
}
.entry-content > :first-child {
  margin-top: 0 !important;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 0 0 16px 0;
  color: var(--text-clr);
  font-family: var(--secondary-font);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.entry-content * + h2 {
  margin-top: 48px !important;
}
.entry-content * + h3 {
  margin-top: 36px !important;
}
.entry-content * + h4 {
  margin-top: 28px !important;
}
.entry-content * + h5 {
  margin-top: 24px !important;
}
.entry-content * + h6 {
  margin-top: 20px !important;
}
.entry-content > * {
  margin-top: 0;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .entry-content > * {
    margin-bottom: 18px;
  }
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
.entry-content h2 {
  font-size: 32px;
}
@media (max-width: 1200px) {
  .entry-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .entry-content h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .entry-content h2 {
    font-size: 22px;
  }
}
.entry-content h3 {
  font-size: 24px;
}
@media (max-width: 1200px) {
  .entry-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .entry-content h3 {
    font-size: 20px;
  }
}
.entry-content h4 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .entry-content h4 {
    font-size: 18px;
  }
}
.entry-content h5 {
  font-size: 14px;
  font-family: var(--primary-font);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(16, 16, 17, 0.7);
}
.entry-content h6 {
  font-size: 13px;
  font-family: var(--primary-font);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(16, 16, 17, 0.55);
}
.entry-content p {
  margin: 0;
}
.entry-content p.has-large-font-size,
.entry-content p.is-style-lead,
.entry-content .is-style-lead > p {
  font-size: 20px;
  line-height: 1.55;
  color: var(--text-clr);
  font-weight: 500;
}
@media (max-width: 767px) {
  .entry-content p.has-large-font-size,
  .entry-content p.is-style-lead,
  .entry-content .is-style-lead > p {
    font-size: 17px;
  }
}
.entry-content a {
  color: var(--link-clr);
  text-decoration: underline;
  text-decoration-color: rgba(26, 67, 110, 0.35);
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.entry-content a:hover {
  color: var(--additional-clr);
  text-decoration-color: currentColor;
}
.entry-content strong, .entry-content b {
  font-weight: 700;
  color: var(--text-clr);
}
.entry-content em, .entry-content i {
  font-style: italic;
}
.entry-content mark {
  background: rgba(146, 144, 124, 0.22);
  color: var(--text-clr);
  padding: 0 4px;
  border-radius: 3px;
}
.entry-content code,
.entry-content .wp-block-code code {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 0.88em;
  padding: 2px 7px;
  background: #fff;
  border-radius: 6px;
  color: var(--primary-clr);
  border: 1px solid rgba(16, 16, 17, 0.06);
}
.entry-content ul,
.entry-content ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.entry-content ul li,
.entry-content ol li {
  position: relative;
  padding-left: 28px;
  line-height: 1.6;
}
.entry-content ul li ul,
.entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol {
  margin-top: 10px;
}
.entry-content ul > li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0.65em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary-clr);
}
.entry-content ol {
  counter-reset: entry-ol;
}
.entry-content ol > li {
  counter-increment: entry-ol;
  padding-left: 32px;
}
.entry-content ol > li::before {
  content: counter(entry-ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  min-width: 22px;
  font-weight: 700;
  color: var(--primary-clr);
  font-feature-settings: "tnum" 1;
}
.entry-content blockquote,
.entry-content .wp-block-quote {
  position: relative;
  margin: 0;
  padding: 26px 30px 26px 32px;
  border-radius: 18px;
  background: #fff;
  border-left: 3px solid var(--primary-clr);
  font-family: var(--secondary-font);
  font-size: 20px;
  line-height: 1.5;
  color: var(--text-clr);
  font-style: italic;
}
.entry-content blockquote > p,
.entry-content .wp-block-quote > p {
  margin: 0;
}
.entry-content blockquote > p + p,
.entry-content .wp-block-quote > p + p {
  margin-top: 12px;
}
.entry-content blockquote cite,
.entry-content blockquote .wp-block-quote__citation,
.entry-content .wp-block-quote cite,
.entry-content .wp-block-quote .wp-block-quote__citation {
  display: block;
  margin-top: 14px;
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: rgba(16, 16, 17, 0.6);
}
.entry-content blockquote cite::before,
.entry-content blockquote .wp-block-quote__citation::before,
.entry-content .wp-block-quote cite::before,
.entry-content .wp-block-quote .wp-block-quote__citation::before {
  content: "— ";
}
@media (max-width: 767px) {
  .entry-content blockquote,
  .entry-content .wp-block-quote {
    padding: 20px 22px 20px 24px;
    font-size: 17px;
  }
}
.entry-content .wp-block-pullquote {
  padding: 36px 24px;
  border-top: 2px solid var(--primary-clr);
  border-bottom: 2px solid var(--primary-clr);
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 24px;
  line-height: 1.4;
  color: var(--text-clr);
}
.entry-content .wp-block-pullquote p {
  margin: 0;
}
.entry-content .wp-block-pullquote cite {
  display: block;
  margin-top: 12px;
  font-family: var(--primary-font);
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(16, 16, 17, 0.55);
}
.entry-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.entry-content figure,
.entry-content .wp-block-image {
  margin: 0;
}
.entry-content figure img,
.entry-content .wp-block-image img {
  border-radius: 18px;
  width: 100%;
}
@media (max-width: 575px) {
  .entry-content figure img,
  .entry-content .wp-block-image img {
    border-radius: 14px;
  }
}
.entry-content figure figcaption,
.entry-content .wp-block-image figcaption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(16, 16, 17, 0.55);
  text-align: center;
}
.entry-content .wp-block-image.alignleft {
  float: left;
  margin: 4px 24px 12px 0;
  max-width: 50%;
}
.entry-content .wp-block-image.alignright {
  float: right;
  margin: 4px 0 12px 24px;
  max-width: 50%;
}
.entry-content .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry-content .wp-block-image.alignwide, .entry-content .wp-block-image.alignfull {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 575px) {
  .entry-content .wp-block-image.alignleft, .entry-content .wp-block-image.alignright {
    float: none;
    margin: 0;
    max-width: 100%;
  }
}
.entry-content .wp-block-embed,
.entry-content .wp-block-embed__wrapper {
  margin: 0;
}
.entry-content .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 18px;
  overflow: hidden;
}
.entry-content .wp-block-embed__wrapper iframe,
.entry-content .wp-block-embed__wrapper video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 575px) {
  .entry-content .wp-block-embed__wrapper {
    border-radius: 14px;
  }
}
.entry-content .wp-block-video {
  margin: 0;
  background: #fff;
  padding: 16px;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.entry-content .wp-block-video video {
  width: 100%;
  border-radius: 14px;
  display: block;
}
@media (max-width: 575px) {
  .entry-content .wp-block-video video {
    border-radius: 10px;
  }
}
.entry-content .wp-block-video figcaption {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(16, 16, 17, 0.55);
  text-align: center;
}
.entry-content .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(var(--gallery-cols, 3), minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-content .wp-block-gallery.columns-2 {
  --gallery-cols: 2;
}
.entry-content .wp-block-gallery.columns-3 {
  --gallery-cols: 3;
}
.entry-content .wp-block-gallery.columns-4 {
  --gallery-cols: 4;
}
.entry-content .wp-block-gallery.columns-5 {
  --gallery-cols: 5;
}
@media (max-width: 767px) {
  .entry-content .wp-block-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .entry-content .wp-block-gallery {
    grid-template-columns: 1fr;
  }
}
.entry-content .wp-block-gallery figure,
.entry-content .wp-block-gallery .wp-block-image {
  margin: 0;
}
.entry-content .wp-block-gallery figure img,
.entry-content .wp-block-gallery .wp-block-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.entry-content .wp-block-table,
.entry-content table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.5;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(26, 67, 110, 0.06);
}
.entry-content .wp-block-table table,
.entry-content table table {
  box-shadow: none;
  border-radius: 0;
}
.entry-content .wp-block-table thead,
.entry-content table thead {
  background: var(--primary-clr);
  color: #fff;
}
.entry-content .wp-block-table th,
.entry-content .wp-block-table td,
.entry-content table th,
.entry-content table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(16, 16, 17, 0.06);
  vertical-align: top;
}
@media (max-width: 575px) {
  .entry-content .wp-block-table th,
  .entry-content .wp-block-table td,
  .entry-content table th,
  .entry-content table td {
    padding: 10px 12px;
  }
}
.entry-content .wp-block-table th,
.entry-content table th {
  font-weight: 700;
  border-bottom: 0;
  letter-spacing: 0.01em;
}
.entry-content .wp-block-table tbody tr:last-child td,
.entry-content table tbody tr:last-child td {
  border-bottom: 0;
}
.entry-content .wp-block-table tbody tr:nth-child(even) td,
.entry-content table tbody tr:nth-child(even) td {
  background: rgba(247, 246, 245, 0.6);
}
.entry-content .wp-block-table figcaption {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(16, 16, 17, 0.55);
  text-align: center;
}
.entry-content .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.entry-content .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 100px;
  background: var(--primary-clr);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.entry-content .wp-block-button__link:hover {
  background: #14375a;
  color: #fff;
  transform: translateY(-1px);
  text-decoration: none;
}
.entry-content .is-style-outline .wp-block-button__link,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: var(--primary-clr);
  border: 1.5px solid var(--primary-clr);
}
.entry-content .is-style-outline .wp-block-button__link:hover,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: var(--primary-clr);
  color: #fff;
}
.entry-content hr,
.entry-content .wp-block-separator {
  height: 1px;
  margin: 36px 0;
  border: 0;
  background: rgba(16, 16, 17, 0.1);
}
.entry-content hr.is-style-wide,
.entry-content .wp-block-separator.is-style-wide {
  height: 1px;
}
.entry-content hr.is-style-dots,
.entry-content .wp-block-separator.is-style-dots {
  background: none;
  text-align: center;
  line-height: 1;
  color: rgba(16, 16, 17, 0.3);
}
.entry-content hr.is-style-dots::before,
.entry-content .wp-block-separator.is-style-dots::before {
  content: "•••";
  letter-spacing: 12px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .entry-content hr,
  .entry-content .wp-block-separator {
    margin: 28px 0;
  }
}
.entry-content .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 0;
}
@media (max-width: 767px) {
  .entry-content .wp-block-columns {
    gap: 22px;
  }
}
.entry-content .wp-block-column {
  flex: 1;
  min-width: 0;
}
.entry-content .wp-block-column > * + * {
  margin-top: 16px;
}
@media (max-width: 600px) {
  .entry-content .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-direction: column;
  }
}
.entry-content .wp-block-group > * + * {
  margin-top: 22px;
}
.entry-content .wp-block-cover {
  position: relative;
  min-height: 360px;
  padding: 44px;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.entry-content .wp-block-cover .wp-block-cover__image-background,
.entry-content .wp-block-cover .wp-block-cover__video-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry-content .wp-block-cover .wp-block-cover__inner-container {
  position: relative;
  z-index: 1;
  max-width: 720px;
  text-align: center;
}
@media (max-width: 575px) {
  .entry-content .wp-block-cover {
    min-height: 260px;
    padding: 26px;
    border-radius: 16px;
  }
}
.entry-content .alignwide,
.entry-content .alignfull {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.entry-content .wp-block-code,
.entry-content pre {
  padding: 20px 22px;
  border-radius: 14px;
  background: #101a26;
  color: #e6edf3;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 14px;
  line-height: 1.55;
  overflow-x: auto;
}
.entry-content .wp-block-code code,
.entry-content pre code {
  background: transparent;
  color: inherit;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.entry-content::after {
  content: "";
  display: block;
  clear: both;
}

.page-transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.page-transition-overlay.is-active {
  opacity: 1;
  pointer-events: all;
}

/* ============================================
   ПЛАВАЮЩИЕ ВИДЖЕТЫ: Наверх + Соцсети
   ============================================ */
/* ---- Скрываем виджеты пока куки не приняты ---- */
body.cookie-pending .scroll-top {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(16px) !important;
}
body.cookie-pending .social-widget {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}

/* ---- Кнопка "Наверх" (нижний левый угол) ---- */
.scroll-top {
  position: fixed;
  bottom: 40px;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #1A436E;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  box-shadow: 0 0 0 4px #fff, 0 4px 18px rgba(26, 67, 110, 0.45);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.scroll-top svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top:hover {
  background: #142f52;
  box-shadow: 0 0 0 4px #fff, 0 6px 22px rgba(26, 67, 110, 0.55);
  transform: translateY(-4px);
}
.scroll-top:active {
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .scroll-top {
    bottom: 24px;
    left: 16px;
    width: 50px;
    height: 50px;
  }
  .scroll-top svg {
    width: 16px;
    height: 16px;
  }
}

/* ---- Виджет соцсетей (нижний правый угол) ---- */
.social-widget {
  position: fixed;
  bottom: 40px;
  right: 40px;
  /* z-index выше sticky-шапки (1000), чтобы развёрнутые иконки не уходили под неё */
  z-index: 1010;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.social-widget__links {
  /* Абсолютно над кнопкой — виджет занимает только размер кнопки-тогла */
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  pointer-events: none;
}
.social-widget__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  opacity: 0;
  transform: translateY(18px) scale(0.75);
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease, opacity 0.25s ease;
}
.social-widget__link img,
.social-widget__link svg {
  width: 26px;
  height: 26px;
  display: block;
  flex-shrink: 0;
}
.social-widget__link:hover {
  transform: translateY(0) scale(1.13) !important;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.22);
}
.social-widget__link {
  /* Иконка телефона — золотистый акцент */
}
.social-widget__link--phone svg {
  stroke: #1A436E;
}
.social-widget.is-open .social-widget__links {
  pointer-events: auto;
}
.social-widget.is-open .social-widget__link {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  /* Нижние появляются первыми (ближе к кнопке) */
}
.social-widget.is-open .social-widget__link:nth-child(4) {
  transition-delay: 0.04s;
}
.social-widget.is-open .social-widget__link:nth-child(3) {
  transition-delay: 0.08s;
}
.social-widget.is-open .social-widget__link:nth-child(2) {
  transition-delay: 0.12s;
}
.social-widget.is-open .social-widget__link:nth-child(1) {
  transition-delay: 0.16s;
}
.social-widget__toggle {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #1A436E;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 0 4px #fff, 0 4px 20px rgba(26, 67, 110, 0.45);
  flex-shrink: 0;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.social-widget__toggle:hover {
  background: #142f52;
  box-shadow: 0 0 0 4px #fff, 0 6px 28px rgba(26, 67, 110, 0.55);
  transform: scale(1.07);
}
.social-widget__toggle .icon-msg,
.social-widget__toggle .icon-close {
  position: absolute;
  width: 22px;
  height: 22px;
  transition: opacity 0.25s ease, transform 0.3s ease;
}
.social-widget__toggle .icon-msg {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
.social-widget__toggle .icon-close {
  opacity: 0;
  transform: rotate(-60deg) scale(0.7);
}
.social-widget.is-open .social-widget__toggle {
  background: var(--additional-clr);
  box-shadow: 0 4px 20px rgba(146, 144, 124, 0.45);
}
.social-widget.is-open .social-widget__toggle .icon-msg {
  opacity: 0;
  transform: rotate(60deg) scale(0.7);
}
.social-widget.is-open .social-widget__toggle .icon-close {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
@media (max-width: 768px) {
  .social-widget {
    bottom: 24px;
    right: 16px;
  }
  .social-widget__toggle {
    width: 50px;
    height: 50px;
  }
  .social-widget__toggle .icon-msg,
  .social-widget__toggle .icon-close {
    width: 20px;
    height: 20px;
  }
  .social-widget__link {
    width: 44px;
    height: 44px;
  }
  .social-widget__link img,
  .social-widget__link svg {
    width: 22px;
    height: 22px;
  }
}

/* ============================================
   БАННЕР СОГЛАСИЯ С COOKIES
   ============================================ */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  background: #fff;
  border-top: 1px solid #ebebeb;
  box-shadow: 0 -6px 32px rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
  transition: transform 0.45s cubic-bezier(0.34, 1.08, 0.64, 1);
}
.cookie-banner.is-visible {
  transform: translateY(0);
}
.cookie-banner__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .cookie-banner__inner {
    padding: 16px 24px;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .cookie-banner__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
  }
}
.cookie-banner__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #F0F4F9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-clr);
}
.cookie-banner__icon svg {
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  .cookie-banner__icon {
    display: none;
  }
}
.cookie-banner__text {
  flex: 1;
  font-size: 13.5px;
  line-height: 1.55;
  color: #555;
  margin: 0;
}
.cookie-banner__text a {
  color: var(--primary-clr);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-banner__text a:hover {
  text-decoration: none;
}
.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cookie-banner__actions {
    width: 100%;
  }
}
.cookie-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 28px;
  border-radius: 50px;
  font-family: var(--primary-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.15s ease;
  white-space: nowrap;
}
.cookie-banner__btn--accept {
  background: var(--primary-clr);
  color: #fff;
}
.cookie-banner__btn--accept:hover {
  background: #112d4d;
  box-shadow: 0 4px 16px rgba(26, 67, 110, 0.35);
  transform: translateY(-1px);
}
.cookie-banner__btn--accept:active {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .cookie-banner__btn {
    width: 100%;
    height: 46px;
  }
}

/*================ SECTIONS ================*/
.internal-layout body .wrapper {
  overflow: clip;
}
.internal-layout .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 992px) {
  .internal-layout .container {
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
  }
}

.internal-sidebar {
  width: 100%;
}
@media (min-width: 992px) {
  .internal-sidebar {
    width: 320px;
    flex-shrink: 0;
    position: sticky;
    top: 100px;
  }
}
.internal-sidebar__menu-wrap {
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .internal-sidebar__menu-wrap {
    margin-bottom: 0;
    /* Градиент-подсказка «есть ещё справа» */
  }
  .internal-sidebar__menu-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 100%;
    background: linear-gradient(to right, transparent, var(--shape-color) 80%);
    border-radius: 0 16px 16px 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .internal-sidebar__menu-wrap.has-more::after {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .internal-sidebar__menu-wrap {
    margin-bottom: 24px;
  }
}
.internal-sidebar__menu {
  background: var(--shape-color);
  border-radius: 16px;
  padding: 24px;
  list-style: none;
  margin: 0;
}
@media (max-width: 991px) {
  .internal-sidebar__menu {
    display: flex;
    overflow-x: auto;
    padding: 16px;
    gap: 12px;
    -webkit-overflow-scrolling: touch;
    /* тонкий скроллбар виден, чтобы была подсказка */
    scrollbar-width: thin;
    scrollbar-color: rgba(26, 67, 110, 0.25) transparent;
  }
  .internal-sidebar__menu::-webkit-scrollbar {
    height: 3px;
  }
  .internal-sidebar__menu::-webkit-scrollbar-track {
    background: transparent;
  }
  .internal-sidebar__menu::-webkit-scrollbar-thumb {
    background: rgba(26, 67, 110, 0.25);
    border-radius: 2px;
  }
}
.internal-sidebar__menu li {
  margin-bottom: 12px;
}
.internal-sidebar__menu li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .internal-sidebar__menu li {
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
.internal-sidebar__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-radius: 12px;
  color: var(--text-clr);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 991px) {
  .internal-sidebar__link {
    gap: 4px;
  }
}
.internal-sidebar__link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.internal-sidebar__link:hover, .internal-sidebar__link.is-active {
  background-color: var(--primary-clr);
  color: var(--text-clr-on-blue);
}
.internal-sidebar__link:hover svg, .internal-sidebar__link.is-active svg {
  opacity: 1;
  transform: translateX(0);
}
.internal-sidebar__cta {
  background: var(--primary-clr);
  border-radius: 16px;
  padding: 32px 24px;
  color: var(--text-clr-on-blue);
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .internal-sidebar__cta {
    display: none;
  }
}
.internal-sidebar__cta::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}
.internal-sidebar__cta-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}
.internal-sidebar__cta-desc {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.internal-sidebar__cta .btn {
  width: 100%;
  background: #fff;
  color: var(--primary-clr);
  border: none;
  position: relative;
  z-index: 2;
  font-weight: 600;
  padding: 16px;
}
.internal-sidebar__cta .btn:hover {
  background: #f1f1f1;
}

.internal-content {
  flex-grow: 1;
  min-width: 0;
}
.internal-content__header {
  margin-bottom: 40px;
}
.internal-content__title {
  /* font-size намеренно не задаём — им управляет .section-title / .section-title--xl */
  font-family: var(--secondary-font);
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--text-clr);
}
.internal-content__subtitle {
  font-size: 18px;
  color: var(--text-clr);
  line-height: 1.5;
  font-weight: 500;
}
.internal-content__block {
  margin-bottom: 48px;
}
.internal-content__block:last-child {
  margin-bottom: 0;
}
.internal-content h2 {
  font-size: 28px;
  font-family: var(--secondary-font);
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--text-clr);
}
@media (min-width: 992px) {
  .internal-content h2 {
    font-size: 36px;
  }
}
.internal-content {
  /* Карточки с собственным размером — сбрасываем переопределение h2 */
}
.internal-content .price-card__title {
  font-size: 22px;
}
@media (max-width: 767px) {
  .internal-content .price-card__title {
    font-size: 20px;
  }
}
.internal-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
  color: var(--text-clr);
}
@media (min-width: 992px) {
  .internal-content p {
    font-size: 18px;
  }
}
.internal-content p:last-child {
  margin-bottom: 0;
}
.internal-content {
  /* Специфично для О враче */
}
.internal-content .about-specialization {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .internal-content .about-specialization {
    grid-template-columns: repeat(2, 1fr);
  }
}
.internal-content .about-specialization__item {
  background: var(--shape-color);
  border-radius: 16px;
  padding: 28px;
  transition: transform 0.3s ease;
}
.internal-content .about-specialization__item:hover {
  transform: translateY(-5px);
}
.internal-content .about-specialization__item h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--primary-clr);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.internal-content .about-specialization__item h3::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  background: var(--primary-clr);
  border-radius: 50%;
  border: 4px solid var(--shape-color);
  box-shadow: 0 0 0 2px rgba(26, 67, 110, 0.2);
}
.internal-content .about-specialization__item p {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.6;
  color: var(--text-clr);
}
.internal-content .about-specialization__item p:last-child {
  margin-bottom: 0;
}
.internal-content .about-hero {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
@media (min-width: 1100px) {
  .internal-content .about-hero {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }
}
.internal-content .about-hero__text {
  flex: 1;
  width: 100%;
}
.internal-content .about-hero__img {
  width: 100%;
  flex-shrink: 0;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 1100px) {
  .internal-content .about-hero__img {
    max-width: 400px;
    margin: 0;
  }
}
.internal-content .about-hero__img img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  display: block;
}
.internal-content .about-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
.internal-content .about-contacts__item {
  background: var(--shape-color);
  border-radius: 16px;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
@media (min-width: 576px) {
  .internal-content .about-contacts__item {
    width: auto;
  }
}
.internal-content .about-contacts__label {
  font-size: 13px;
  color: var(--additional-clr);
  display: block;
}
.internal-content .about-contacts__value {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-clr);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.internal-content .about-contacts__value:hover {
  opacity: 0.8;
}
.internal-content .about-roadmap {
  position: relative;
  padding-left: 24px;
  margin-top: 32px;
}
.internal-content .about-roadmap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  width: 2px;
  background: var(--primary-clr);
  opacity: 0.2;
}
.internal-content .about-roadmap__item {
  position: relative;
  margin-bottom: 32px;
}
.internal-content .about-roadmap__item:last-child {
  margin-bottom: 0;
}
.internal-content .about-roadmap__item::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -24px;
  width: 16px;
  height: 16px;
  background: var(--primary-clr);
  border-radius: 50%;
  border: 4px solid var(--body-bg-clr);
  box-shadow: 0 0 0 2px rgba(26, 67, 110, 0.2);
}
.internal-content .about-roadmap__year {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-clr);
  margin-bottom: 8px;
}
.internal-content .about-roadmap__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-clr);
  margin-bottom: 8px;
  font-family: var(--secondary-font);
}
.internal-content .about-roadmap__desc {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-clr);
}
.internal-content .about-inline-img {
  margin: 32px 0;
  width: 100%;
}
.internal-content .about-inline-img img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  max-height: 400px;
  object-fit: cover;
}
.internal-content {
  /* Специфично для страницы "Сертификаты" */
}
.internal-content .certificates-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .internal-content .certificates-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .internal-content .certificates-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.internal-content .certificates-grid__item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background: #f8f9fb;
  aspect-ratio: 3/4;
}
.internal-content .certificates-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.4s ease;
}
.internal-content .certificates-grid__item:hover img {
  transform: scale(1.05);
}
.internal-content .certificates-grid__item:hover .certificates-grid__overlay {
  opacity: 1;
}
.internal-content .certificates-grid__overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 67, 110, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.internal-content .certificates-grid__overlay svg {
  width: 48px;
  height: 48px;
  color: #fff;
}

/* Модальное окно для сертификатов (глобально) */
.cert-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.cert-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.cert-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: transform 0.3s ease;
}
.cert-modal__close:hover {
  transform: scale(1.1);
}
.cert-modal__close svg {
  width: 32px;
  height: 32px;
}
.cert-modal__content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.cert-modal__content img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

/* Специфично для страницы "Команда" */
.team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (min-width: 1100px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.team-card {
  background: var(--shape-color);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.team-card__img {
  width: 100%;
  aspect-ratio: 4/5;
  position: relative;
}
.team-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-card__placeholder {
  width: 100%;
  height: 100%;
  background: #e2e8f0;
}
.team-card__info {
  padding: 24px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team-card__name {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-clr);
  margin-bottom: 8px;
  font-family: var(--secondary-font);
}
.team-card__pos {
  font-size: 16px;
  color: var(--primary-clr);
  font-weight: 500;
}

/* Специфично для страницы "Отзывы" */
.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.reviews-list .review-card {
  background: var(--shape-color);
}
.reviews-list .review-card__name {
  color: var(--text-clr);
}
.reviews-list .review-card__meta {
  color: rgba(0, 0, 0, 0.58);
}
.reviews-list .review-card__text {
  color: var(--text-clr);
  display: block; /* Снимаем ограничение в 5 строк */
  -webkit-line-clamp: unset;
  overflow: visible;
}
.reviews-list .review-card__sep {
  display: none;
}
.reviews-list .review-card__footer {
  background: var(--shape-color-on-blue);
  margin: 16px -24px -24px -24px;
  padding: 16px 24px;
  border-radius: 0 0 24px 24px;
}
@media (max-width: 575px) {
  .reviews-list .review-card__footer {
    margin: 14px -18px -20px -18px;
    padding: 14px 18px;
    border-radius: 0 0 20px 20px;
  }
}
.reviews-list .review-card__date {
  color: rgba(255, 255, 255, 0.55);
}
.reviews-list .review-card__date svg {
  color: rgba(255, 255, 255, 0.4);
}

.reviews-load-more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.reviews-load-more .btn {
  width: 100%;
  max-width: 300px;
}

/* ============================================
   СТРАНИЦА "СТОИМОСТЬ"
   ============================================ */
.prices-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 40px;
}

.price-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}
.price-card__title {
  font-family: var(--secondary-font);
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-clr);
  padding: 28px 32px 20px;
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
  .price-card__title {
    font-size: 18px;
    padding: 20px 20px 16px;
  }
}
.price-card__table-wrapper {
  overflow-x: auto;
}
.price-card__table {
  width: 100%;
  border-collapse: collapse;
}
.price-card__table tr {
  border-bottom: 1px solid #f4f4f4;
}
.price-card__table tr:last-child {
  border-bottom: none;
}
.price-card__table tr:nth-child(odd) {
  background: #fafafa;
}
.price-card__table td {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-clr);
  vertical-align: top;
}
@media (max-width: 767px) {
  .price-card__table td {
    padding: 12px 20px;
    font-size: 15px;
  }
}
.price-card__service {
  width: 65%;
}
.price-card__val {
  font-weight: 700;
  color: var(--primary-clr);
  white-space: nowrap;
  text-align: right;
  width: 35%;
}
.price-card__included {
  background: #f8fafd;
  border-top: 1px solid #eaeaea;
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .price-card__included {
    padding: 18px 20px;
  }
}
.price-card__included-title {
  font-weight: 700;
  font-size: 15px;
  color: var(--primary-clr);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.price-card__included-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.price-card__included-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--text-clr);
  line-height: 1.5;
}
.price-card__included-list li svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.legal-page {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .legal-page {
    padding-bottom: 70px;
  }
}
.legal-page__inner {
  max-width: 860px;
  margin: 0 auto;
}
.legal-page__back {
  margin-bottom: 32px;
}
.legal-page__back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--additional-clr);
  text-decoration: none;
  transition: color 0.2s ease;
}
.legal-page__back-link svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.legal-page__back-link:hover {
  color: var(--primary-clr);
}
.legal-page__back-link:hover svg {
  transform: translateX(-3px);
}
.legal-page__title {
  font-family: var(--secondary-font);
  font-size: 45px;
  font-weight: 700;
  color: var(--text-clr);
  line-height: 1.2;
  margin: 0 0 16px;
}
@media (max-width: 1200px) {
  .legal-page__title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .legal-page__title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .legal-page__title {
    font-size: 26px;
  }
}
.legal-page__date {
  font-size: 14px;
  color: var(--additional-clr);
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .legal-page__date {
    margin-bottom: 32px;
  }
}
.legal-page__content {
  background: var(--shape-color);
  border-radius: 28px;
  padding: 48px 56px;
}
@media (max-width: 991px) {
  .legal-page__content {
    padding: 36px 40px;
  }
}
@media (max-width: 767px) {
  .legal-page__content {
    padding: 28px 24px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .legal-page__content {
    padding: 24px 20px;
    border-radius: 16px;
  }
}

.not-found {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 120px);
  padding: 60px 0 100px;
}
@media (max-width: 767px) {
  .not-found {
    padding: 40px 0 70px;
  }
}
.not-found__inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.not-found__code {
  font-family: var(--secondary-font);
  font-size: 260px;
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--primary-clr);
  opacity: 0.07;
  user-select: none;
  pointer-events: none;
  margin-bottom: -48px;
}
@media (max-width: 767px) {
  .not-found__code {
    font-size: 170px;
    margin-bottom: -30px;
  }
}
@media (max-width: 480px) {
  .not-found__code {
    font-size: 120px;
    margin-bottom: -20px;
  }
}
.not-found__title {
  font-family: var(--secondary-font);
  font-size: 40px;
  font-weight: 700;
  color: var(--text-clr);
  line-height: 1.2;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .not-found__title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .not-found__title {
    font-size: 24px;
  }
}
.not-found__desc {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(16, 16, 17, 0.55);
  margin: 0 0 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .not-found__desc {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.not-found__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .not-found__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}
.not-found__btn {
  min-width: 220px;
}
@media (max-width: 480px) {
  .not-found__btn {
    min-width: 0;
    width: 100%;
  }
}
.not-found__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.not-found__links li {
  margin: 0;
  padding: 0;
}
.not-found__links a {
  font-size: 14px;
  font-weight: 600;
  color: var(--additional-clr);
  text-decoration: none;
  transition: color 0.2s ease;
}
.not-found__links a:hover {
  color: var(--primary-clr);
}

.btn--outline {
  background: transparent;
  border: 1.5px solid rgba(26, 67, 110, 0.3);
  color: var(--primary-clr);
}
.btn--outline:hover {
  border-color: var(--primary-clr);
  background: var(--primary-clr);
  color: #fff;
}

/* ============================================
   СТИЛИ ТОЛЬКО ДЛЯ ШАПКИ САЙТА
   ============================================ */
.header {
  padding: 20px 0;
  position: relative;
  z-index: 1000;
  /* На мобильных — всегда прилипшая шапка через CSS (нативно для iOS) */
}
@media (max-width: 991px) {
  .header {
    position: sticky;
    top: 0;
    background: #fff;
  }
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.header {
  /* Брендинг: логотип + информация о враче */
}
.header__branding {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.header__logo {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
.header__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__doctor-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.header__doctor-position {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  color: #101011;
  margin: 0;
}
.header__doctor-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.27px;
  text-transform: uppercase;
  color: #101011;
  margin: 0;
}
.header {
  /* Центральная часть: город и время работы */
}
.header__center {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  flex-grow: 1;
}
.header__location {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.header__dropdown {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: -10px;
}
.header__dropdown:hover .header__dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__dropdown-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #101011;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header__dropdown-btn:hover {
  opacity: 0.7;
}
.header__dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #f1f0ed;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 10;
  width: max-content;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  cursor: default;
}
.header__clinic {
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f0ed;
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.header__clinic:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.header__clinic:hover {
  opacity: 0.8;
}
.header__clinic-name {
  font-size: 18px;
  font-weight: 600;
  color: #1A436E;
  margin-bottom: 8px;
}
.header__clinic-info {
  font-size: 16px;
  line-height: 1.4;
  color: #666;
  margin-bottom: 4px;
}
.header__clinic-info:last-child {
  margin-bottom: 0;
}
.header__clinic-info strong {
  color: #101011;
}
.header__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1A436E;
  flex-shrink: 0;
}
.header {
  /* ============================================
     Nav dropdown (Лечение, Заболевания и тд)
     ============================================ */
  /* Desktop: плавающий дропдаун по hover; Mobile: аккордеон по клику */
}
.header__nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #f1f0ed;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  z-index: 200;
  width: 320px;
  padding: 8px 0;
}
@media (max-width: 980px) {
  .header__nav-dropdown {
    position: static;
    opacity: 0;
    visibility: hidden;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.25s ease, visibility 0.25s ease;
  }
}
@media (max-width: 980px) {
  .header__menu-item--dropdown.active .header__nav-dropdown {
    opacity: 1;
    visibility: visible;
    max-height: 800px;
    padding: 8px 0 4px 0;
  }
  .header__menu-item--dropdown.active > .header__menu-link {
    color: #1A436E;
  }
}
.header__nav-dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav-dropdown-item {
  position: relative;
}
@media (min-width: 981px) {
  .header__nav-dropdown-item--has-sub:hover .header__nav-subdropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .header__nav-dropdown-item--has-sub:hover .header__nav-dropdown-arrow {
    color: #1A436E;
  }
}
.header__nav-dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  font-family: var(--primary-font);
  color: #101011;
  text-decoration: none;
  text-align: left;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.header__nav-dropdown-btn span {
  flex: 1;
}
.header__nav-dropdown-btn:hover {
  color: #1A436E;
  opacity: 0.8;
}
@media (max-width: 980px) {
  .header__nav-dropdown-btn {
    padding: 10px 0;
    font-size: 18px;
  }
}
.header__nav-dropdown-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  font-size: 16px;
  color: #101011;
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.header__nav-dropdown-link span {
  flex: 1;
}
.header__nav-dropdown-link:hover {
  color: #1A436E;
  opacity: 0.8;
}
@media (max-width: 980px) {
  .header__nav-dropdown-link {
    padding: 8px 0;
    font-size: 18px;
  }
}
.header__nav-dropdown-arrow {
  flex-shrink: 0;
  transition: color 0.2s ease;
  color: #bbb;
}
@media (max-width: 980px) {
  .header__nav-dropdown-arrow {
    display: none;
  }
}
.header__nav-subdropdown {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 981px) {
  .header__nav-subdropdown {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f0ed;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-8px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    z-index: 201;
    width: 260px;
    padding: 8px 0;
    margin-left: 4px;
  }
}
@media (max-width: 980px) {
  .header__nav-subdropdown {
    padding: 4px 0 8px 12px;
    border-left: 2px solid #e8e8e8;
    margin: 4px 0 0 0;
  }
}
.header__nav-subdropdown-link {
  display: block;
  padding: 11px 20px;
  font-size: 15px;
  color: #101011;
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.header__nav-subdropdown-link:hover {
  color: #1A436E;
  opacity: 0.8;
}
@media (max-width: 980px) {
  .header__nav-subdropdown-link {
    padding: 8px 0;
    font-size: 18px;
  }
  .header__nav-subdropdown-link:hover {
    background-color: transparent;
    opacity: 0.7;
  }
}
.header {
  /* Правая часть: соцсети, телефон, кнопка */
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
}
.header__social {
  display: flex;
  align-items: center;
  gap: 5.59px;
  padding: 10px;
}
.header__social-link {
  display: block;
  width: 31px;
  height: 31px;
  flex-shrink: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.header__social-link:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
.header__social-link img {
  display: block;
  width: 100%;
  height: 100%;
}
.header__phone {
  display: flex;
  align-items: center;
}
.header__phone-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #101011;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header__phone-btn:hover {
  opacity: 0.7;
}
.header__center--mobile, .header__contacts--mobile {
  display: none;
}
.header {
  /* Бургер меню (скрыт на десктопе) */
}
.header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 50px;
  height: 50px;
  background-color: #f1f0ed;
  border-radius: 50%;
  border: none;
  flex-shrink: 0;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  transition: background-color 0.3s ease;
}
.header__burger:hover {
  background-color: #e5e4e1;
}
.header__burger span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #1A436E;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.header__burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header__burger.active span:nth-child(2) {
  opacity: 0;
}
.header__burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.header {
  /* Навигация */
}
.header__nav {
  width: 100%;
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header__menu-item {
  position: relative;
}
.header__menu-item--dropdown {
  padding-bottom: 12px;
  margin-bottom: -12px;
}
.header__menu-item--dropdown .header__menu-link {
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  background: transparent;
  padding: 0;
}
@media (min-width: 981px) {
  .header__menu-item--dropdown:hover .header__nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.header__menu-link {
  font-size: 18px;
  line-height: 1.5;
  color: #101011;
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
  white-space: nowrap;
}
.header__menu-link:hover {
  color: #1A436E;
  opacity: 0.8;
}

/* ============================================
   Адаптивность
   ============================================ */
/* Небольшие десктопы */
@media (max-width: 1400px) {
  .header__top {
    gap: 20px;
  }
  .header__center {
    gap: 20px;
  }
  .header__contacts {
    gap: 20px;
  }
}
/* Планшеты и маленькие ноутбуки */
@media (max-width: 1200px) {
  .header__center {
    gap: 30px;
  }
  .header__contacts {
    gap: 15px;
  }
  .header__menu {
    gap: 15px;
  }
  .header__menu-link {
    font-size: 16px;
  }
  .header__doctor-name {
    font-size: 16px;
  }
}
/* Мобильные устройства */
@media (max-width: 980px) {
  .header {
    padding: 15px 0;
  }
  .header__top {
    flex-wrap: nowrap;
    margin-bottom: 0px;
  }
  .header__branding {
    flex: 1 1 auto;
  }
  .header__logo {
    width: 48px;
    height: 48px;
  }
  .header__doctor-position {
    font-size: 11px;
    line-height: 16px;
  }
  .header__doctor-name {
    font-size: 15px;
    line-height: 18px;
  }
  .header__burger {
    display: flex;
    /* Когда меню открыто, фиксируем бургер, чтобы он не пропадал при скролле */
  }
  .header__burger.active {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 1001;
  }
  .header__center, .header__contacts {
    display: none;
  }
  .header {
    /* Мобильное меню */
  }
  .header__nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    height: 100dvh; /* Поддержка iOS Safari */
    background-color: #fff;
    padding: 20px 20px 100px; /* Увеличил padding-bottom, чтобы Контакты не прятались */
    overflow-y: auto;
    overflow-x: hidden;
    transition: left 0.3s ease;
    z-index: 999;
  }
  .header__nav.active {
    left: 0;
  }
  .header__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px; /* Уменьшил gap до 20px */
  }
  .header__menu-item {
    width: 100%;
    border-bottom: 1px solid #F7F6F5;
    padding-bottom: 15px;
    /* Сбрасываем десктопный hover-трюк */
  }
  .header__menu-item--dropdown {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .header__menu-item:last-child {
    border-bottom: none;
  }
  .header__menu-link {
    font-size: 18px; /* Уменьшил до 18px */
    font-weight: 600;
  }
  /* Мобильные контакты в меню */
  .header__nav.active .header__center--mobile,
  .header__nav.active .header__contacts--mobile {
    display: flex;
    width: 100%;
  }
  .header__nav.active .header__contacts--mobile {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .header__nav.active .header__center--mobile {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #F7F6F5;
  }
  .header__nav.active .header__center--mobile {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .header__nav.active .header__center--mobile .header__location {
    display: flex;
  }
  .header__nav.active .header__contacts--mobile {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  /* Overlay для закрытия меню */
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }
}
/* Маленькие мобильные устройства */
@media (max-width: 480px) {
  .header__doctor-position {
    font-size: 10px;
    line-height: 14px;
  }
  .header__doctor-name {
    font-size: 13px;
    line-height: 16px;
  }
  .header__menu-link {
    font-size: 18px;
  }
}
/* Очень маленькие экраны */
@media (max-width: 360px) {
  .header__doctor-info {
    max-width: 200px;
  }
}
/* ============================================
   Sticky Header — компактная закреплённая шапка
   ============================================ */
@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Заглушка, которая занимает место шапки при position: fixed */
.header-placeholder {
  display: none;
}
.header-placeholder.is-active {
  display: block;
}

.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* Стеклянный эффект */
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(241, 240, 237, 0.7);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.07);
  padding: 12px 0;
  z-index: 1000;
  animation: headerSlideDown 0.32s ease;
  /* Только навигация — верхняя строка скрыта */
}
.header--sticky .header__top {
  display: none;
}
.header--sticky {
  /* Пункты меню слегка компактнее */
}
.header--sticky .header__menu-link {
  font-size: 16px;
}
.header--sticky {
  /* На мобильном sticky не меняет внешний вид (там другой лейаут) */
}
@media (max-width: 980px) {
  .header--sticky {
    padding: 10px 0;
  }
  .header--sticky .header__top {
    display: flex;
    margin-bottom: 0;
  }
}

/* ============================================
   ПОДВАЛ САЙТА
   ============================================ */
.footer {
  /* Увеличенный паддинг — чтобы плавающие виджеты (bottom: 40px) не перекрывали контент */
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 100px;
  }
}
.footer {
  /* ────────────────────────────────────────
     1) Большая брендовая карточка
     ──────────────────────────────────────── */
}
.footer__hero {
  position: relative;
  background-color: var(--primary-clr);
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 4px 83.5px 0 rgba(28, 71, 114, 0.04);
  color: #fff;
}
@media (max-width: 1100px) {
  .footer__hero {
    padding: 36px;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .footer__hero {
    margin-left: -20px;
    margin-right: -20px;
    padding: 24px 20px;
    border-radius: 0;
  }
}
.footer__hero-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 36px;
}
.footer__hero-title {
  font-family: var(--secondary-font);
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}
@media (max-width: 1200px) {
  .footer__hero-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .footer__hero-title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .footer__hero-title {
    font-size: 26px;
  }
}
.footer {
  /* ───── Карточки-табы клиник ───── */
}
.footer__clinic-tabs {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 767px) {
  .footer__clinic-tabs {
    flex-direction: column;
    gap: 14px;
  }
}
.footer__clinic-card {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 24px 28px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.footer__clinic-card:hover {
  background-color: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}
.footer__clinic-card.is-active {
  background-color: #c0ab72;
  border-color: #c0ab72;
}
.footer__clinic-card.is-active:hover {
  background-color: #b59a5e;
  border-color: #b59a5e;
}
@media (max-width: 1100px) {
  .footer__clinic-card {
    padding: 20px 22px;
  }
}
.footer__clinic-card-icon {
  flex-shrink: 0;
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.footer__clinic-card-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.footer__clinic-card-name {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__clinic-card-name {
    font-size: 18px;
  }
}
.footer__clinic-card-address {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.92);
}
@media (max-width: 767px) {
  .footer__clinic-card-address {
    font-size: 16px;
  }
}
.footer {
  /* ───── Внутренняя белая карточка с картой и контактами ───── */
}
.footer__map-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  color: var(--text-clr);
}
@media (max-width: 1100px) {
  .footer__map-card {
    border-radius: 16px;
  }
}
.footer__maps {
  position: relative;
  width: 100%;
  background: #f4f5f7;
}
.footer__map {
  position: relative;
  width: 100%;
}
.footer__map[hidden] {
  display: none;
}
.footer {
  /* Маленькая кнопка «Показать на Я. Картах» поверх картинки карты */
}
.footer__yamap-btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px 8px 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--text-clr);
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.footer__yamap-btn:hover {
  transform: translateY(-2px);
  background: #fafafa;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}
.footer__yamap-btn:active {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .footer__yamap-btn {
    left: 12px;
    bottom: 12px;
    padding: 6px 12px 6px 8px;
    font-size: 13px;
    border-radius: 8px;
  }
}
.footer__yamap-btn-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: block;
}
@media (max-width: 767px) {
  .footer__yamap-btn-icon {
    width: 18px;
    height: 18px;
  }
}
.footer__yamap-btn-text {
  display: inline-block;
}
.footer__map-img {
  display: block;
  width: 100%;
  height: 339px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1100px) {
  .footer__map-img {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .footer__map-img {
    height: 200px;
  }
}
.footer__map-info {
  padding: 28px 50px;
}
@media (max-width: 1100px) {
  .footer__map-info {
    padding: 24px 30px;
  }
}
@media (max-width: 767px) {
  .footer__map-info {
    padding: 22px;
  }
}
.footer {
  /* ───── Список контактов (общий) ───── */
}
.footer__contacts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .footer__contacts {
    gap: 24px;
  }
}
@media (max-width: 960px) {
  .footer__contacts {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
  }
}
@media (max-width: 767px) {
  .footer__contacts {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.footer__contact {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-width: 0;
}
.footer__contact-icon {
  flex-shrink: 0;
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer__contact-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.footer__contact-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-clr);
}
@media (max-width: 767px) {
  .footer__contact-label {
    font-size: 14px;
  }
}
.footer__contact-value {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--text-clr);
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 767px) {
  .footer__contact-value {
    font-size: 16px;
  }
}
.footer a.footer__contact-value:hover {
  color: var(--primary-clr);
  opacity: 0.85;
}
.footer {
  /* ────────────────────────────────────────
     2) Нижняя навигация с выпадающими списками
        (зеркалит шапку, но дропдауны открываются ВВЕРХ)
     ──────────────────────────────────────── */
}
.footer__nav {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .footer__nav {
    margin-top: 30px;
  }
}
.footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .footer__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.footer__menu-item {
  position: relative;
}
@media (max-width: 980px) {
  .footer__menu-item {
    width: 100%;
    border-bottom: 1px solid #f1f0ed;
  }
  .footer__menu-item:last-child {
    border-bottom: none;
  }
}
.footer__menu-item--dropdown {
  padding-top: 12px;
  margin-top: -12px;
}
.footer__menu-item--dropdown .footer__menu-link {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media (min-width: 981px) {
  .footer__menu-item--dropdown:hover .footer__nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.footer__menu-link {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-clr);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.footer__menu-link:hover {
  color: var(--primary-clr);
  opacity: 0.85;
}
@media (max-width: 1200px) {
  .footer__menu-link {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  .footer__menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 0;
    font-size: 18px;
    font-weight: 600;
  }
}
.footer__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--primary-clr);
  flex-shrink: 0;
}
@media (max-width: 980px) {
  .footer__dot {
    display: none;
  }
}
.footer {
  /* ───── Выпадающее меню (открывается ВВЕРХ) ───── */
}
.footer__nav-dropdown {
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #f1f0ed;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  z-index: 200;
  width: 320px;
  padding: 8px 0;
  margin-bottom: 8px;
}
@media (max-width: 980px) {
  .footer__nav-dropdown {
    position: static;
    opacity: 0;
    visibility: hidden;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease, visibility 0.25s ease;
  }
}
@media (max-width: 980px) {
  .footer__menu-item--dropdown.active .footer__nav-dropdown {
    opacity: 1;
    visibility: visible;
    max-height: 800px;
    padding: 4px 0 12px 0;
  }
  .footer__menu-item--dropdown.active > .footer__menu-link {
    color: var(--primary-clr);
  }
}
.footer__nav-dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__nav-dropdown-item {
  position: relative;
}
@media (min-width: 981px) {
  .footer__nav-dropdown-item--has-sub:hover .footer__nav-subdropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .footer__nav-dropdown-item--has-sub:hover .footer__nav-dropdown-arrow {
    color: var(--primary-clr);
  }
}
.footer__nav-dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 12px 20px;
  font-family: var(--primary-font);
  font-size: 16px;
  color: var(--text-clr);
  text-decoration: none;
  text-align: left;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.footer__nav-dropdown-btn span {
  flex: 1;
}
.footer__nav-dropdown-btn:hover {
  color: var(--primary-clr);
  opacity: 0.85;
}
@media (max-width: 980px) {
  .footer__nav-dropdown-btn {
    padding: 10px 0;
    font-size: 17px;
  }
}
.footer__nav-dropdown-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  font-size: 16px;
  color: var(--text-clr);
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.footer__nav-dropdown-link span {
  flex: 1;
}
.footer__nav-dropdown-link:hover {
  color: var(--primary-clr);
  opacity: 0.85;
}
@media (max-width: 980px) {
  .footer__nav-dropdown-link {
    padding: 8px 0;
    font-size: 17px;
  }
}
.footer__nav-dropdown-arrow {
  flex-shrink: 0;
  transition: color 0.2s ease;
  color: #bbb;
}
@media (max-width: 980px) {
  .footer__nav-dropdown-arrow {
    display: none;
  }
}
.footer__nav-subdropdown {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 981px) {
  .footer__nav-subdropdown {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f0ed;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-8px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    z-index: 201;
    width: 260px;
    padding: 8px 0;
    margin-left: 4px;
  }
}
@media (max-width: 980px) {
  .footer__nav-subdropdown {
    padding: 4px 0 8px 12px;
    border-left: 2px solid #e8e8e8;
    margin: 4px 0 0 0;
  }
}
.footer__nav-subdropdown-link {
  display: block;
  padding: 11px 20px;
  font-size: 15px;
  color: var(--text-clr);
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.footer__nav-subdropdown-link:hover {
  color: var(--primary-clr);
  opacity: 0.85;
}
@media (max-width: 980px) {
  .footer__nav-subdropdown-link {
    padding: 6px 0;
    font-size: 16px;
  }
}
.footer__divider {
  margin: 28px 0 0;
  border: 0;
  border-top: 1px solid #ececec;
}
@media (max-width: 767px) {
  .footer__divider {
    margin-top: 20px;
  }
}
.footer {
  /* ────────────────────────────────────────
     3) Нижняя строка
     ──────────────────────────────────────── */
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 36px;
}
@media (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-top: 24px;
  }
}
.footer__bottom-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.footer__brand-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__brand-row .header__logo {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}
.footer__brand-row .header__doctor-info {
  gap: 5px;
}
.footer__brand-row .header__doctor-position {
  font-size: 14px;
  line-height: 20px;
}
.footer__brand-row .header__doctor-name {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.24px;
}
.footer__brand-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer__copyright, .footer__privacy {
  font-size: 14px;
  line-height: 1.4;
  color: #5a647c;
  margin: 0;
}
.footer__privacy {
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.footer__privacy:hover {
  color: var(--primary-clr);
  opacity: 0.85;
}
.footer {
  /* Правая колонка: кнопка + соцсети */
}
.footer__bottom-side {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .footer__bottom-side {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.footer {
  /* В шапке .consultation-btn скрывается на мобильном (max-width: 980px),
     потому что её клонируют в боковое меню. В подвале она должна остаться
     видимой всегда. */
}
@media (max-width: 980px) {
  .footer__consult-btn.consultation-btn {
    display: flex;
  }
}
.footer {
  /* Соцсети в подвале — повторяем поведение шапки + лёгкое усиление на ховере */
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 6.5px;
  padding: 0;
}
.footer__social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}
.footer__social-link:hover {
  transform: scale(1.12);
  opacity: 1;
  box-shadow: 0 6px 18px rgba(26, 67, 110, 0.22);
}
.footer__social-link img {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-block {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .hero-block {
    padding: 0;
  }
}
.hero-block__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1700px;
  max-width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 50px;
  overflow: hidden;
}
.hero-block__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 980px) {
  .hero-block__bg {
    border-radius: 20px;
  }
}
.hero-block__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
  min-height: 740px;
}
@media (max-width: 991px) {
  .hero-block__inner {
    padding: 40px 0 0;
    min-height: 600px;
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
  }
}
.hero-block__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 660px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .hero-block__content {
    max-width: 560px;
  }
}
@media (max-width: 991px) {
  .hero-block__content {
    max-width: 100%;
    margin-bottom: 40px;
    align-items: flex-start;
    text-align: left;
  }
}
.hero-block__badge {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
@media (max-width: 980px) {
  .hero-block__badge {
    margin-bottom: 20px;
    padding: 5px 15px;
  }
}
.hero-block__badge img {
  margin-right: 12px;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.hero-block__badge span {
  font-size: 16px;
  font-weight: 700;
  color: #101011;
  line-height: 1;
}
@media (max-width: 575px) {
  .hero-block__badge span {
    font-size: 14px;
  }
}
.hero-block__title {
  font-family: var(--secondary-font, "Playfair Display", serif);
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #101011;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .hero-block__title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .hero-block__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .hero-block__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 380px) {
  .hero-block__title {
    font-size: 28px;
  }
}
.hero-block__title .highlight-light {
  color: #92907c;
}
.hero-block__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: left;
}
@media (max-width: 480px) {
  .hero-block__list {
    margin: 0 0 30px 0;
  }
}
.hero-block__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #101011;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .hero-block__list li {
    font-size: 16px;
  }
}
.hero-block__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #69738f;
}
@media (max-width: 767px) {
  .hero-block__list li::before {
    top: 7px;
  }
}
.hero-block__list li:last-child {
  margin-bottom: 0;
}
.hero-block__actions {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 8px;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  max-width: fit-content;
}
@media (max-width: 575px) {
  .hero-block__actions {
    flex-direction: column;
    border-radius: 25px;
    padding: 10px;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .hero-block__btn {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
    height: 60px;
  }
}
.hero-block__consultation {
  margin-left: 20px;
  margin-right: 25px;
  font-size: 16px;
  line-height: 1.3;
  color: #101011;
  font-weight: 300;
}
.hero-block__consultation strong {
  font-weight: 700;
}
@media (max-width: 575px) {
  .hero-block__consultation {
    margin: 5px 0 10px;
    text-align: center;
  }
}
.hero-block__image {
  position: absolute;
  bottom: 0;
  right: 60px;
  width: 660px;
  height: 700px;
  max-width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 1200px) {
  .hero-block__image {
    right: -20px;
  }
}
.hero-block__image .hero-block__doctor {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}
@media (max-width: 991px) {
  .hero-block__image {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 610px;
    max-width: 100%;
    margin: 0 auto;
    align-items: flex-end;
    justify-content: center;
  }
  .hero-block__image .hero-block__doctor {
    object-position: bottom center;
  }
}
@media (max-width: 575px) {
  .hero-block__image {
    height: 100%;
  }
}
.hero-block__video {
  position: absolute;
  top: 45%;
  right: 0;
  transform: translate(0%, 0%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1550px) {
  .hero-block__video {
    right: 0%;
  }
}
@media (max-width: 1300px) {
  .hero-block__video {
    right: 5%;
  }
}
@media (max-width: 991px) {
  .hero-block__video {
    left: 50%;
    right: auto;
    top: 25%;
    transform: translate(60%, 90%);
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 575px) {
  .hero-block__video {
    width: 110px;
    height: 110px;
  }
}
.hero-block__video-text {
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  animation: rotateText 20s linear infinite;
}
@media (max-width: 575px) {
  .hero-block__video-text {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.hero-block__play {
  width: 50px;
  height: 50px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.hero-block__play svg {
  width: 20px;
  height: auto;
  margin-left: 6px;
  transition: transform 0.3s;
}
@media (max-width: 575px) {
  .hero-block__play svg {
    width: 16px;
  }
}
.hero-block__video:hover .hero-block__play svg {
  transform: scale(1.15);
}

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.about-block {
  overflow: hidden;
  padding-bottom: 20px;
}
.about-block__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr) minmax(0, 0.5fr);
  gap: 30px;
  align-items: center;
}
@media (max-width: 1200px) {
  .about-block__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  }
}
@media (max-width: 767px) {
  .about-block__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.about-block__title {
  margin-bottom: 34px;
  color: var(--primary-clr);
  line-height: 1.08;
}
.about-block__quote {
  margin-bottom: 28px;
}
.about-block__quote-icon {
  display: block;
  width: 24px;
  height: 15px;
  margin-bottom: 18px;
}
.about-block__quote-text {
  margin: 0;
  line-height: 1.45;
  font-weight: 700;
  color: var(--text-clr);
}
@media (max-width: 575px) {
  .about-block__quote-text {
    font-size: 18px;
  }
}
.about-block__text {
  display: grid;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .about-block__text {
    gap: 18px;
    margin-bottom: 32px;
  }
}
.about-block__text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-clr);
}
@media (max-width: 575px) {
  .about-block__text p {
    font-size: 16px;
  }
}
.about-block__text strong {
  color: var(--text-clr);
  font-weight: 700;
}
.about-block .btn--primary {
  background-color: #fff;
  color: #101011;
  border: 1px solid var(--primary-clr);
  letter-spacing: 0;
}
.about-block .btn--primary::after {
  background-color: rgba(26, 67, 110, 0.2);
}
.about-block .btn--primary:hover {
  background-color: var(--primary-clr);
  color: #fff;
}
.about-block__media {
  max-width: 822px;
  min-width: 0;
  justify-self: center;
}
@media (max-width: 767px) {
  .about-block__media {
    width: 100%;
    margin: 0 auto;
  }
}
.about-block__photo-frame {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
.about-block__photo {
  position: relative;
  z-index: 1;
  display: block;
  height: auto;
  width: 100%;
}
.about-block__facts {
  display: grid;
  gap: 48px;
  min-width: 0;
}
@media (max-width: 1200px) {
  .about-block__facts {
    display: none;
  }
}
.about-block__fact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  min-width: 0;
}
.about-block__fact-icon {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.about-block__fact-body {
  display: grid;
  gap: 12px;
  min-width: 0;
}
.about-block__fact-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.22;
  font-weight: 700;
  color: var(--text-clr);
}
@media (max-width: 575px) {
  .about-block__fact-title {
    font-size: 18px;
  }
}
.about-block__fact-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  color: var(--text-clr);
}
@media (max-width: 575px) {
  .about-block__fact-text {
    font-size: 16px;
  }
}

.services-block__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .services-block__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }
}
.services-block__card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
  min-height: 416px;
  text-decoration: none;
  isolation: isolate;
}
.services-block__card:hover .services-block__card-arrow img {
  transform: rotate(45deg);
}
@media (max-width: 575px) {
  .services-block__card {
    min-height: 300px;
  }
}
.services-block__card-bg {
  position: absolute;
  inset: 0;
  background-color: #1a2d3f;
  z-index: 0;
}
.services-block__card-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-block__card-arrow {
  position: relative;
  z-index: 2;
  align-self: flex-end;
  margin: 24px 24px 0 0;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}
.services-block__card-arrow img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.35s ease;
}
@media (max-width: 575px) {
  .services-block__card-arrow {
    width: 44px;
    height: 44px;
    margin: 16px 16px 0 0;
  }
}
.services-block__card-body {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 0 40px 36px;
}
@media (max-width: 575px) {
  .services-block__card-body {
    padding: 0 24px 28px;
  }
}
.services-block__card-title {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.4px;
  margin: 0 0 16px;
}
@media (max-width: 575px) {
  .services-block__card-title {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.services-block__card-text {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 575px) {
  .services-block__card-text {
    font-size: 16px;
  }
}

.mako-block__title-accent {
  color: var(--additional-clr);
}
.mako-block__columns {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 0 60px;
  align-items: start;
}
@media (max-width: 1100px) {
  .mako-block__columns {
    grid-template-columns: 300px 1fr;
    gap: 0 40px;
  }
}
@media (max-width: 991px) {
  .mako-block__columns {
    grid-template-columns: 1fr;
  }
}
.mako-block__left {
  display: flex;
  flex-direction: column;
}
.mako-block__subtitle {
  font-family: var(--primary-font);
  font-size: 25px;
  font-weight: 700;
  color: #101011;
  line-height: 1.3;
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .mako-block__subtitle {
    font-size: 20px;
  }
}
.mako-block__desc {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  color: #101011;
  line-height: 1.4;
  margin: 0 0 36px;
}
@media (max-width: 767px) {
  .mako-block__desc {
    font-size: 16px;
    margin-bottom: 28px;
  }
}
.mako-block__btn {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mako-block__btn {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .mako-block__btn {
    margin-bottom: 28px;
    height: 60px;
  }
}
.mako-block__doctor {
  border-radius: 20px;
  overflow: hidden;
  flex: 1;
}
@media (max-width: 991px) {
  .mako-block__doctor {
    display: none;
  }
}
.mako-block__doctor-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.mako-block__right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .mako-block__right {
    gap: 28px;
  }
}
.mako-block__main-photo {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 961/530;
}
@media (max-width: 480px) {
  .mako-block__main-photo {
    aspect-ratio: 4/3;
    border-radius: 16px;
  }
}
.mako-block__main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mako-block__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .mako-block__features {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .mako-block__features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.mako-block__feature {
  display: flex;
  flex-direction: column;
}
.mako-block__feature-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.mako-block__feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.mako-block__feature-title {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 700;
  color: #101011;
  line-height: 1.3;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .mako-block__feature-title {
    font-size: 18px;
  }
}
.mako-block__feature-text {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  color: var(--text-clr);
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 767px) {
  .mako-block__feature-text {
    font-size: 16px;
  }
}

.diseases-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .diseases-block__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.diseases-block__title {
  margin: 0;
}
@media (max-width: 767px) {
  .diseases-block__title {
    max-width: 100%;
  }
}
.diseases-block__nav {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .diseases-block__nav {
    margin-bottom: 0;
  }
}

.diseases-block .swiper {
  overflow: visible;
  clip-path: inset(-10px -20px -10px 0);
}
.diseases-block .swiper:not(.swiper-initialized) {
  overflow: hidden;
}
.diseases-block .swiper:not(.swiper-initialized) .swiper-wrapper {
  gap: 28px;
}
@media (max-width: 1024px) {
  .diseases-block .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .diseases-block .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .diseases-block .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 16px;
  }
}
.diseases-block .swiper:not(.swiper-initialized) .swiper-slide {
  flex-shrink: 0;
  width: calc((100% - 84px) / 4);
}
@media (max-width: 1280px) {
  .diseases-block .swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - 72px) / 4);
  }
}
@media (max-width: 1024px) {
  .diseases-block .swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - 48px) / 3.1);
  }
}
@media (max-width: 768px) {
  .diseases-block .swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - 20px) / 2.1);
  }
}
@media (max-width: 480px) {
  .diseases-block .swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - 16px) / 1.15);
  }
}

.disease-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.disease-card:hover .disease-card__img {
  transform: scale(1.04);
}
.disease-card__thumb {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  background: var(--shape-color);
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .disease-card__thumb {
    border-radius: 12px;
    margin-bottom: 10px;
  }
}
.disease-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}
.disease-card__img-placeholder {
  width: 100%;
  height: 100%;
  background: var(--shape-color);
}
.disease-card__name {
  margin: 0;
  font-family: var(--font-primary, "Open Sans", sans-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text-clr);
  transition: color 0.2s ease;
}
@media (max-width: 767px) {
  .disease-card__name {
    font-size: 16px;
  }
}
.disease-card:hover .disease-card__name {
  color: var(--primary-clr);
}

.gallery-block__swiper-wrap {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1481px) {
  .gallery-block__swiper-wrap {
    padding-left: calc((100% - 1440px) / 2 + 20px);
  }
}
.gallery-block__swiper-wrap .swiper {
  overflow: visible;
}

.gallery-block__swiper-wrap .swiper:not(.swiper-initialized) {
  overflow: hidden;
}
.gallery-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-wrapper {
  gap: 20px;
}
@media (min-width: 576px) {
  .gallery-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 24px;
  }
}
@media (min-width: 1280px) {
  .gallery-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 28px;
  }
}
.gallery-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-slide {
  flex-shrink: 0;
  width: calc((100% - 20px) / 1.18);
}
@media (min-width: 576px) {
  .gallery-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - 24px) / 1.24);
  }
}
@media (min-width: 768px) {
  .gallery-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - 24px) / 1.34);
  }
}
@media (min-width: 1280px) {
  .gallery-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - 28px) / 1.42);
  }
}

.gallery-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: var(--shape-color-on-blue);
  width: 100%;
  height: 520px;
}
@media (max-width: 767px) {
  .gallery-card {
    border-radius: 20px;
    height: auto;
    aspect-ratio: 4/3;
  }
}
@media (max-width: 575px) {
  .gallery-card {
    aspect-ratio: 3/2;
  }
}
.gallery-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.gallery-card:hover .gallery-card__img {
  transform: scale(1.03);
}

.stories-block__wrap {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  background: var(--primary-clr);
  border-radius: 40px;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 64px;
}
.stories-block__wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='1' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 200px 200px;
}
@media (max-width: 991px) {
  .stories-block__wrap {
    border-radius: 32px;
    padding-top: 56px;
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .stories-block__wrap {
    width: 100%;
    border-radius: 24px;
    padding-top: 48px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .stories-block__wrap {
    border-radius: 20px;
    padding-top: 40px;
    padding-bottom: 32px;
  }
}
.stories-block__header {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .stories-block__header {
    margin-bottom: 32px;
  }
}
.stories-block__title {
  color: #fff !important;
  margin: 0;
}
.stories-block__swiper-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1481px) {
  .stories-block__swiper-wrap {
    padding-left: calc((100% - 1440px) / 2 + 20px);
  }
}
.stories-block__swiper-wrap .swiper {
  overflow: visible;
}
.stories-block__swiper-wrap .swiper:not(.swiper-initialized) {
  overflow: hidden;
}
.stories-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-wrapper {
  gap: 28px;
}
@media (max-width: 1024px) {
  .stories-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .stories-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .stories-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 16px;
  }
}
.stories-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-slide {
  flex-shrink: 0;
  width: calc((100% - 84px) / 4);
}
@media (max-width: 1280px) {
  .stories-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - 56px) / 3.2);
  }
}
@media (max-width: 1024px) {
  .stories-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - 24px) / 2.2);
  }
}
@media (max-width: 768px) {
  .stories-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - 20px) / 1.5);
  }
}
@media (max-width: 480px) {
  .stories-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-slide {
    width: 86.9565217391%;
  }
}
.stories-block__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  gap: 24px;
}
@media (max-width: 575px) {
  .stories-block__footer {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 28px;
  }
}
.stories-block .btn {
  max-width: 450px;
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
}
.stories-block .btn::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.45);
  flex-shrink: 0;
}
.stories-block .btn:hover {
  background: #fff;
  color: var(--primary-clr);
  border-color: #fff;
}
.stories-block .btn:hover::after {
  background-color: rgba(26, 67, 110, 0.4);
}
.stories-block .swiper-nav__btn {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}
.stories-block .swiper-nav__btn:hover {
  background: #fff;
  color: var(--primary-clr);
  border-color: #fff;
}
.stories-block .swiper-nav__btn.swiper-button-disabled {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.2);
}

.story-card {
  position: relative;
  display: block;
  border-radius: 28px;
  overflow: hidden;
  cursor: pointer;
  background: var(--primary-clr);
  aspect-ratio: 7/10;
  user-select: none;
  -webkit-user-select: none;
  isolation: isolate;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.story-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(26, 67, 110, 0) 30%, rgba(26, 67, 110, 0.65) 65%, rgba(26, 67, 110, 0.92) 100%);
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.story-card:hover .story-card__img {
  transform: translateZ(0) scale(1.05);
}
.story-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.story-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding: 20px 22px 26px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 575px) {
  .story-card__body {
    padding: 14px 14px 18px;
    gap: 6px;
  }
}
.story-card__badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-self: flex-start;
  max-width: 100%;
  padding: 4px 12px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.story-card__title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 575px) {
  .story-card__title {
    font-size: 15px;
  }
}
.story-card__text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.75);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 575px) {
  .story-card__text {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }
}

.reel-modal-overlay {
  align-items: center;
  padding: 20px;
}
.reel-modal-overlay .modal__close {
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.92);
}
.reel-modal-overlay .modal__close:hover {
  background-color: #fff;
}
.reel-modal-overlay .modal__close::before, .reel-modal-overlay .modal__close::after {
  background-color: var(--primary-clr);
}

.reel-modal {
  position: relative;
  width: 100%;
  max-width: 400px;
  min-height: 560px;
  max-height: calc(90vh - 40px);
  aspect-ratio: 9/16;
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #000;
}
.reel-modal__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.reel-modal__video:-webkit-full-screen {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
.reel-modal__video:fullscreen {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
.reel-modal__loader {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.35s ease;
}
.reel-modal__spinner {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
  animation: reel-spin 0.75s linear infinite;
}
.reel-modal-overlay.is-video-ready .reel-modal__loader {
  opacity: 0;
}
.reel-modal-overlay:not(.active) .reel-modal__loader {
  display: none;
}
.reel-modal__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.reel-modal__progress-fill {
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width 0.25s linear;
  will-change: width;
}
.reel-modal__tap-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  z-index: 5;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  color: var(--primary-clr);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.reel-modal__tap-indicator svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.reel-modal__tap-indicator .tap-icon--play {
  display: none;
  margin-left: 3px;
}
.reel-modal__tap-indicator .tap-icon--pause {
  display: block;
}
.reel-modal__tap-indicator.is-paused .tap-icon--play {
  display: block;
}
.reel-modal__tap-indicator.is-paused .tap-icon--pause {
  display: none;
}
.reel-modal__tap-indicator.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}
.reel-modal__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 64px 16px 28px 20px;
  background: linear-gradient(to bottom, rgba(26, 67, 110, 0) 0%, rgba(26, 67, 110, 0.72) 40%, rgba(26, 67, 110, 0.95) 100%);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 12px;
}
@media (max-width: 480px) {
  .reel-modal__overlay {
    padding: 48px 12px 20px 16px;
  }
}
.reel-modal__text-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reel-modal__controls {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 2px;
}
.reel-modal__ctrl {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.reel-modal__ctrl:hover {
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.6);
}
.reel-modal__ctrl .ctrl-icon {
  width: 18px;
  height: 18px;
}
.reel-modal__ctrl .ctrl-icon--on {
  display: block;
}
.reel-modal__ctrl .ctrl-icon--off {
  display: none;
}
.reel-modal__ctrl.is-muted .ctrl-icon--on {
  display: none;
}
.reel-modal__ctrl.is-muted .ctrl-icon--off {
  display: block;
}
.reel-modal__title {
  margin: 0;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reel-modal__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reel-modal__text:empty {
  display: none;
}
.reel-modal__text, .reel-modal__link {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.reel-modal__text-col.is-content-loaded .reel-modal__text, .reel-modal__text-col.is-content-loaded .reel-modal__link {
  opacity: 1;
  transform: translateY(0);
}
.reel-modal__link {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 4px;
  padding: 6px 18px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.reel-modal__link:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.8);
}

@keyframes reel-spin {
  to {
    transform: rotate(360deg);
  }
}
.js-reviews-swiper .swiper-wrapper {
  align-items: stretch;
}
.js-reviews-swiper .swiper-slide {
  height: auto;
}

.reviews-block__swiper-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1481px) {
  .reviews-block__swiper-wrap {
    padding-left: calc((100% - 1440px) / 2 + 20px);
  }
}
.reviews-block__swiper-wrap .swiper {
  overflow: visible;
}

.reviews-block__swiper-wrap .swiper:not(.swiper-initialized) {
  overflow: hidden;
}
.reviews-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-wrapper {
  gap: 28px;
}
@media (max-width: 1024px) {
  .reviews-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .reviews-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .reviews-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 16px;
  }
}
.reviews-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-slide {
  flex-shrink: 0;
  width: calc((100% - 56px) / 3);
}
@media (max-width: 1024px) {
  .reviews-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - 24px) / 2.2);
  }
}
@media (max-width: 768px) {
  .reviews-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - 20px) / 1.6);
  }
}
@media (max-width: 480px) {
  .reviews-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-slide {
    width: 86.9565217391%;
  }
}

.review-card {
  background: var(--shape-color-on-blue);
  border-radius: 24px;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 575px) {
  .review-card {
    padding: 22px 18px 20px;
    border-radius: 20px;
    gap: 14px;
  }
}
.review-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.review-card__author {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.review-card__name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 575px) {
  .review-card__name {
    font-size: 15px;
  }
}
.review-card__meta {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.58);
}
.review-card__stars {
  display: flex;
  gap: 3px;
  flex-shrink: 0;
  margin-top: 2px;
}
.review-card__stars svg {
  display: block;
}
.review-card__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 575px) {
  .review-card__text {
    font-size: 14px;
    -webkit-line-clamp: 4;
  }
}
.review-card__sep {
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
  flex-shrink: 0;
  margin-top: auto;
}
.review-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.review-card__date {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.55);
}
.review-card__date svg {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.4);
}
.review-card__source {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  max-height: 22px;
}
.review-card__source svg,
.review-card__source img {
  display: block;
  max-height: 22px;
  width: auto;
}

.advantages-block {
  padding-top: 30px;
}

.adv-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.adv-cards--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.adv-cards--cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 960px) {
  .adv-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .adv-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.adv-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: var(--shape-color);
  border-radius: 24px;
  padding: 36px 32px 40px;
}
@media (max-width: 575px) {
  .adv-card {
    padding: 20px 14px 24px;
    border-radius: 16px;
  }
}
.adv-card__icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 28px;
}
@media (max-width: 575px) {
  .adv-card__icon-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
}
.adv-card__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media (max-width: 575px) {
  .adv-card__icon {
    width: 32px;
    height: 32px;
  }
}
.adv-card__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-clr);
  line-height: 1.3;
  margin: 0 0 12px;
}
@media (max-width: 575px) {
  .adv-card__title {
    font-size: 16px;
  }
}
.adv-card__text {
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-clr);
  margin: 0;
}
@media (max-width: 575px) {
  .adv-card__text {
    font-size: 14px;
  }
}

.health-reels-block__swiper-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1481px) {
  .health-reels-block__swiper-wrap {
    padding-left: calc((100% - 1440px) / 2 + 20px);
  }
}
.health-reels-block__swiper-wrap .swiper {
  overflow: visible;
}
.health-reels-block .swiper-slide {
  width: 220px;
}
@media (min-width: 480px) {
  .health-reels-block .swiper-slide {
    width: 240px;
  }
}
@media (min-width: 768px) {
  .health-reels-block .swiper-slide {
    width: 265px;
  }
}
@media (min-width: 1280px) {
  .health-reels-block .swiper-slide {
    width: 361.5px;
  }
}
.health-reels-block__swiper-wrap .swiper:not(.swiper-initialized) {
  overflow: hidden;
}
.health-reels-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-wrapper {
  gap: 16px;
}
@media (min-width: 480px) {
  .health-reels-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .health-reels-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 24px;
  }
}
@media (min-width: 1280px) {
  .health-reels-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 28px;
  }
}
.health-reels-block__swiper-wrap .swiper:not(.swiper-initialized) .swiper-slide {
  flex-shrink: 0;
}
.health-reels-block__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  gap: 24px;
}
@media (max-width: 575px) {
  .health-reels-block__footer {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 28px;
  }
}
.health-reels-block__all-btn {
  max-width: 450px;
  font-size: 14px;
  font-weight: 700;
}
.health-reels-block__all-btn::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: rgba(26, 67, 110, 0.35);
  flex-shrink: 0;
}
.health-reels-block__all-btn:hover::after {
  background-color: rgba(255, 255, 255, 0.5);
}

.form-footer-block {
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .form-footer-block {
    padding-bottom: 60px;
  }
}
.form-footer-block__inner {
  display: grid;
  grid-template-columns: minmax(0, 520fr) minmax(0, 785fr);
  grid-template-rows: max-content 1fr;
  column-gap: 60px;
  row-gap: 40px;
  align-items: start;
}
@media (max-width: 1100px) {
  .form-footer-block__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 0;
    row-gap: 40px;
  }
}
.form-footer-block__title {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}
.form-footer-block__title span {
  color: var(--additional-clr);
}
@media (max-width: 1100px) {
  .form-footer-block__title {
    grid-column: 1;
    grid-row: 1;
  }
}
.form-footer-block__left {
  grid-column: 1;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1100px) {
  .form-footer-block__left {
    grid-column: 1;
    grid-row: 2;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .form-footer-block__left {
    flex-direction: column;
    gap: 30px;
  }
}
.form-footer-block__photo {
  width: 100%;
  overflow: hidden;
}
.form-footer-block__photo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 580px;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 1100px) {
  .form-footer-block__photo {
    width: 300px;
    flex-shrink: 0;
  }
  .form-footer-block__photo img {
    max-height: 400px;
  }
}
@media (max-width: 640px) {
  .form-footer-block__photo {
    width: 220px;
  }
  .form-footer-block__photo img {
    max-height: 300px;
  }
}
@media (max-width: 575px) {
  .form-footer-block__photo {
    width: 100%;
    max-width: none;
  }
  .form-footer-block__photo img {
    max-height: 420px;
  }
}
.form-footer-block__left-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 32px;
}
@media (max-width: 1100px) {
  .form-footer-block__left-content {
    padding-top: 0;
    flex: 1;
  }
}
.form-footer-block__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-footer-block__list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 18px; /* max 18px */
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-clr);
}
.form-footer-block__list li::before {
  content: "";
  flex-shrink: 0;
  margin-top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--primary-clr);
}
@media (max-width: 767px) {
  .form-footer-block__list li {
    font-size: 16px;
  }
  .form-footer-block__list li::before {
    margin-top: 8px;
  }
}
.form-footer-block__note {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-clr);
  margin: 0;
}
@media (max-width: 767px) {
  .form-footer-block__note {
    font-size: 16px;
  }
}
.form-footer-block__cta-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 7px;
  background-color: var(--primary-clr);
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  width: fit-content;
}
.form-footer-block__form-wrap {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 1100px) {
  .form-footer-block__form-wrap {
    grid-column: 1;
    grid-row: 3;
  }
}
.form-footer-block .form {
  gap: 20px;
}
.form-footer-block .form__label {
  font-size: 18px;
  margin-bottom: 10px;
}
.form-footer-block .form__input {
  padding-left: 35px;
  padding-right: 35px;
}
.form-footer-block__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
}
@media (max-width: 575px) {
  .form-footer-block__row {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.form-footer-block textarea.form__input {
  height: 198px;
  padding: 20px 35px;
  resize: vertical;
  line-height: 1.5;
}
@media (max-width: 980px) {
  .form-footer-block textarea.form__input {
    height: 140px;
    padding: 15px 20px;
  }
}
.form-footer-block__file-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--input-height-desktop);
  background-color: var(--input-bg-clr);
  border: 1px solid transparent;
  border-radius: var(--field-border-radius);
  padding: 0 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.form-footer-block__file-label:hover {
  background-color: var(--input-hover-bg-clr);
}
@media (max-width: 980px) {
  .form-footer-block__file-label {
    height: var(--input-height-mobile);
  }
}
.form-footer-block__file-input {
  display: none;
}
.form-footer-block__file-text {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 600;
  color: var(--text-clr);
}
@media (max-width: 767px) {
  .form-footer-block__file-text {
    font-size: 16px;
  }
}
.form-footer-block__file-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.form-footer-block__file-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}
.form-footer-block .file-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f5f7;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  color: var(--text-clr);
  transition: background-color 0.3s;
}
.form-footer-block .file-list__item.is-loaded {
  background-color: #ebf7ec;
}
.form-footer-block .file-list__left {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.form-footer-block .file-list__status {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.form-footer-block .file-list__spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(28, 70, 116, 0.2);
  border-top-color: var(--primary-clr);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-footer-block .file-list__check {
  width: 16px;
  height: 16px;
}
.form-footer-block .file-list__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.form-footer-block .file-list__remove {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}
.form-footer-block .file-list__remove:hover {
  color: #d9534f;
}
.form-footer-block__submit-row {
  display: flex;
  align-items: center;
  gap: 37px;
}
@media (max-width: 900px) {
  .form-footer-block__submit-row {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}
.form-footer-block__submit-btn {
  flex-shrink: 0;
  width: 341px;
}
@media (max-width: 900px) {
  .form-footer-block__submit-btn {
    width: 100%;
  }
}

.endoprotez-hero__card {
  position: relative;
  overflow: hidden;
  width: 1700px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #eef0f3;
}
@media (max-width: 980px) {
  .endoprotez-hero__card {
    border-radius: 20px;
    min-height: auto;
    padding: 40px 0px;
    background-color: #f4f5f7;
  }
}
.endoprotez-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.endoprotez-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 980px) {
  .endoprotez-hero__bg {
    display: none;
  }
}
.endoprotez-hero__thigh {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.endoprotez-hero__thigh img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}
@media (max-width: 1400px) {
  .endoprotez-hero__thigh {
    right: -100px;
  }
}
@media (max-width: 980px) {
  .endoprotez-hero__thigh {
    display: none;
  }
}
.endoprotez-hero__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1400px) {
  .endoprotez-hero__content {
    padding: 60px 0;
  }
}
@media (max-width: 1200px) {
  .endoprotez-hero__content {
    padding: 50px 0;
    max-width: 540px;
    gap: 30px;
  }
}
@media (max-width: 980px) {
  .endoprotez-hero__content {
    max-width: 100%;
    padding: 0;
    gap: 20px;
  }
}
.endoprotez-hero__heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 991px) {
  .endoprotez-hero__heading {
    gap: 10px;
  }
}
.endoprotez-hero__title {
  font-family: var(--secondary-font);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-clr);
  margin: 0;
}
@media (max-width: 1200px) {
  .endoprotez-hero__title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .endoprotez-hero__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .endoprotez-hero__title {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  .endoprotez-hero__title {
    font-size: 28px;
  }
}
.endoprotez-hero__title-gold {
  color: var(--additional-clr);
}
.endoprotez-hero__subtitle {
  font-size: 22px;
  line-height: 1.3;
  color: var(--text-clr);
  margin: 0;
}
@media (max-width: 1200px) {
  .endoprotez-hero__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .endoprotez-hero__subtitle {
    font-size: 16px;
    line-height: 1.4;
  }
}
.endoprotez-hero__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .endoprotez-hero__list {
    gap: 15px;
  }
}
.endoprotez-hero__list li {
  position: relative;
  padding-left: 22px;
  font-size: 21px;
  line-height: 1.3;
  color: var(--text-clr);
}
@media (max-width: 1200px) {
  .endoprotez-hero__list li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .endoprotez-hero__list li {
    font-size: 15px;
    line-height: 1.4;
    padding-left: 18px;
  }
}
.endoprotez-hero__list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #2c2c2c;
}
@media (max-width: 767px) {
  .endoprotez-hero__list li::before {
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
  }
}
.endoprotez-hero__actions {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 8px;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  max-width: fit-content;
}
@media (max-width: 575px) {
  .endoprotez-hero__actions {
    flex-direction: column;
    border-radius: 25px;
    padding: 10px;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .endoprotez-hero__btn {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
    height: 60px;
  }
}
.endoprotez-hero__consultation {
  margin-left: 20px;
  margin-right: 25px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  color: var(--text-clr);
}
.endoprotez-hero__consultation strong {
  font-weight: 700;
}
@media (max-width: 575px) {
  .endoprotez-hero__consultation {
    margin: 5px 0 10px;
    text-align: center;
  }
}
.endoprotez-hero__mobile-image {
  display: none;
}
@media (max-width: 980px) {
  .endoprotez-hero__mobile-image {
    display: block;
    position: relative;
    width: 1700px;
    max-width: 100%;
    margin: 10px auto 0;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #eef0f3;
  }
  .endoprotez-hero__mobile-image img {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    height: 110%;
    width: auto;
    max-width: none;
    object-fit: contain;
    object-position: right center;
  }
}
@media (max-width: 767px) {
  .endoprotez-hero__mobile-image {
    height: 380px;
  }
}
@media (max-width: 480px) {
  .endoprotez-hero__mobile-image {
    height: 280px;
  }
}
.endoprotez-hero__mobile-image img {
  right: 0px;
}

.what-is-block__title-accent {
  color: var(--additional-clr);
}
.what-is-block__columns {
  display: grid;
  grid-template-columns: 344px 1fr;
  gap: 0 60px;
  align-items: start;
}
@media (max-width: 1100px) {
  .what-is-block__columns {
    grid-template-columns: 300px 1fr;
    gap: 0 40px;
  }
}
@media (max-width: 991px) {
  .what-is-block__columns {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}
.what-is-block__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .what-is-block__left {
    gap: 20px;
  }
}
.what-is-block__intro {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--text-clr);
  margin: 0;
}
.what-is-block__photo-sm {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .what-is-block__photo-sm {
    border-radius: 16px;
  }
}
.what-is-block__photo-sm-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.what-is-block__text {
  display: grid;
  gap: 16px;
}
.what-is-block__text p {
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 1.5;
  color: var(--text-clr);
  margin: 0;
}
@media (max-width: 767px) {
  .what-is-block__text p {
    font-size: 16px;
  }
}
.what-is-block__photo-lg {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 961/553;
}
@media (max-width: 480px) {
  .what-is-block__photo-lg {
    aspect-ratio: 961/553;
    border-radius: 16px;
  }
}
.what-is-block__photo-lg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.types-block__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .types-block__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }
}
.types-block__card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
  min-height: 416px;
  isolation: isolate;
}
@media (max-width: 575px) {
  .types-block__card {
    min-height: 300px;
  }
}
.types-block__card-bg {
  position: absolute;
  inset: 0;
  background-color: #1a2d3f;
  z-index: 0;
}
.types-block__card-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.types-block__card-body {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 0 40px 36px;
}
@media (max-width: 575px) {
  .types-block__card-body {
    padding: 0 24px 28px;
  }
}
.types-block__card-title {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.4px;
  margin: 0 0 16px;
}
@media (max-width: 575px) {
  .types-block__card-title {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.types-block__card-text {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 575px) {
  .types-block__card-text {
    font-size: 16px;
  }
}

.indications-block__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .indications-block__head {
    flex-direction: column;
    gap: 20px;
  }
}
.indications-block__titles {
  flex: 1;
  min-width: 0;
}
.indications-block__title {
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .indications-block__title {
    margin-bottom: 12px;
  }
}
.indications-block__desc {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-clr);
  max-width: 560px;
}
@media (max-width: 767px) {
  .indications-block__desc {
    font-size: 16px;
  }
}
.indications-block__nav {
  flex-shrink: 0;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .indications-block__nav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.indications-block__contra {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 60px;
  background: var(--shape-color);
  border-radius: 20px;
  padding: 28px 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .indications-block__contra {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 24px;
    margin-top: 24px;
  }
}
.indications-block__contra-label {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary-clr);
}
.indications-block__contra-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-clr);
}
@media (max-width: 767px) {
  .indications-block__contra-text {
    font-size: 16px;
  }
}

.indications-block .swiper {
  overflow: visible;
  clip-path: inset(-10px -20px -10px 0);
}
.indications-block .swiper:not(.swiper-initialized) {
  overflow: hidden;
}
.indications-block .swiper:not(.swiper-initialized) .swiper-wrapper {
  gap: 28px;
}
@media (max-width: 1024px) {
  .indications-block .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .indications-block .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .indications-block .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 16px;
  }
}
.indications-block .swiper:not(.swiper-initialized) .swiper-slide {
  flex-shrink: 0;
  width: calc((100% - 84px) / 4);
}
@media (max-width: 1280px) {
  .indications-block .swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - 72px) / 4);
  }
}
@media (max-width: 1024px) {
  .indications-block .swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - 48px) / 3.1);
  }
}
@media (max-width: 768px) {
  .indications-block .swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - 20px) / 2.1);
  }
}
@media (max-width: 480px) {
  .indications-block .swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - 16px) / 1.15);
  }
}

.stages-block__title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .stages-block__title {
    margin-bottom: 28px;
  }
}
.stages-block__main {
  display: grid;
  grid-template-columns: 276px 1fr;
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 1023px) {
  .stages-block__main {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

.stages-tabs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}
@media (max-width: 1023px) {
  .stages-tabs {
    flex-direction: row;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 2px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .stages-tabs::-webkit-scrollbar {
    display: none;
  }
}

.stages-tabs__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 100%;
  min-height: 97px;
  padding: 20px 30px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid var(--shape-color);
  color: var(--text-clr);
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.stages-tabs__btn:hover:not(.is-active) {
  border-color: rgba(26, 67, 110, 0.25);
}
.stages-tabs__btn.is-active {
  background: var(--primary-clr);
  border-color: var(--primary-clr);
  color: #fff;
}
.stages-tabs__btn.is-active .stages-tabs__num {
  opacity: 0.15;
}
@media (max-width: 1023px) {
  .stages-tabs__btn {
    min-height: auto;
    width: auto;
    flex-shrink: 0;
    padding: 10px 20px;
    border-radius: 100px;
    scroll-snap-align: start;
    flex-direction: row;
    align-items: center;
  }
  .stages-tabs__btn .stages-tabs__num {
    display: none;
  }
}

.stages-tabs__label {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .stages-tabs__label {
    font-size: 15px;
  }
}

.stages-tabs__num {
  position: absolute;
  right: 8px;
  bottom: -14px;
  font-family: var(--secondary-font);
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  transition: opacity 0.25s ease;
}

.stages-slider {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .stages-slider {
    border-radius: 16px;
  }
}
.stages-slider__swiper {
  width: 100%;
}
.stages-slider__slide {
  position: relative;
}
.stages-slider__img {
  display: block;
  width: 100%;
  height: 547px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1279px) {
  .stages-slider__img {
    height: 500px;
  }
}
@media (max-width: 1023px) {
  .stages-slider__img {
    height: 420px;
  }
}
@media (max-width: 575px) {
  .stages-slider__img {
    height: 300px;
  }
}
.stages-slider__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 80px 48px 40px;
  background: linear-gradient(to top, rgba(15, 40, 70, 0.88) 0%, transparent 100%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .stages-slider__overlay {
    padding: 60px 20px 24px;
    gap: 16px;
  }
}
.stages-slider__text {
  margin: 0;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  max-width: 580px;
}
@media (max-width: 767px) {
  .stages-slider__text {
    font-size: 15px;
  }
}
.stages-slider__counter {
  font-family: var(--secondary-font);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.15;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  flex-shrink: 0;
  align-self: flex-end;
}
@media (max-width: 767px) {
  .stages-slider__counter {
    font-size: 20px;
  }
}
.stages-slider__nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.2s ease;
}
.stages-slider__nav-btn svg {
  display: block;
  pointer-events: none;
}
.stages-slider__nav-btn--prev {
  left: 20px;
}
.stages-slider__nav-btn--next {
  right: 20px;
}
.stages-slider__nav-btn:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(-50%) scale(1.06);
}
.stages-slider__nav-btn:active {
  transform: translateY(-50%) scale(0.96);
}
.stages-slider__nav-btn.swiper-button-disabled, .stages-slider__nav-btn[disabled] {
  opacity: 0.35;
  pointer-events: none;
}
@media (max-width: 575px) {
  .stages-slider__nav-btn {
    width: 40px;
    height: 40px;
  }
}

.stages-important {
  margin-top: 50px;
  background: var(--shape-color);
  border-radius: 30px;
  padding: 60px 70px;
}
@media (max-width: 1279px) {
  .stages-important {
    padding: 52px 56px;
  }
}
@media (max-width: 1023px) {
  .stages-important {
    padding: 44px 40px;
  }
}
@media (max-width: 767px) {
  .stages-important {
    margin-top: 32px;
    padding: 36px 24px;
    border-radius: 20px;
  }
}
.stages-important__title {
  margin: 0 0 32px;
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-clr);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .stages-important__title {
    margin-bottom: 24px;
  }
}
.stages-important__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 1023px) {
  .stages-important__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}
@media (max-width: 575px) {
  .stages-important__grid {
    gap: 20px;
  }
}
.stages-important__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.stages-important__icon-wrap {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(26, 67, 110, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.stages-important__num {
  font-family: var(--secondary-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #C0AB72;
}
.stages-important__item-title {
  margin: 0;
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-clr);
}
@media (max-width: 767px) {
  .stages-important__item-title {
    font-size: 15px;
  }
}
.stages-important__item-sub {
  margin: 0;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-clr);
}
@media (max-width: 767px) {
  .stages-important__item-sub {
    font-size: 15px;
  }
}

.alternatives-block__header {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .alternatives-block__header {
    margin-bottom: 28px;
  }
}
.alternatives-block__desc {
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  max-width: 680px;
}
@media (max-width: 767px) {
  .alternatives-block__desc {
    font-size: 16px;
    margin-top: 10px;
  }
}
.alternatives-block__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .alternatives-block__cards {
    gap: 12px;
  }
}

.alt-card {
  display: grid;
  grid-template-columns: 1fr 400px;
  align-items: center;
  background: var(--shape-color-on-blue);
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .alt-card {
    grid-template-columns: 1fr 320px;
  }
}
@media (max-width: 1024px) {
  .alt-card {
    grid-template-columns: 1fr 260px;
  }
}
@media (max-width: 767px) {
  .alt-card {
    grid-template-columns: 1fr;
  }
}
.alt-card__body {
  min-width: 0;
  padding: 40px 48px;
}
@media (max-width: 1200px) {
  .alt-card__body {
    padding: 36px 40px;
  }
}
@media (max-width: 1024px) {
  .alt-card__body {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .alt-card__body {
    padding: 24px 24px 20px;
  }
}
.alt-card__title {
  margin: 0 0 14px;
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 767px) {
  .alt-card__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.alt-card__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .alt-card__text {
    font-size: 16px;
  }
}
.alt-card__img-wrap {
  height: 100%;
  min-height: 240px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .alt-card__img-wrap {
    height: 220px;
  }
}
.alt-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
  will-change: transform;
}
.alt-card:hover .alt-card__img {
  transform: scale(1.06);
}

.approaches-block__header {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .approaches-block__header {
    margin-bottom: 20px;
  }
}
.approaches-block__desc {
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .approaches-block__desc {
    font-size: 16px;
  }
}

.approach-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .approach-panel {
    grid-template-columns: 1fr;
  }
}
.approach-panel__card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: var(--shape-color-on-blue);
  border-radius: 30px;
  padding: 60px 70px;
}
@media (max-width: 1280px) {
  .approach-panel__card {
    padding: 52px 56px;
  }
}
@media (max-width: 1024px) {
  .approach-panel__card {
    padding: 44px 48px;
  }
}
@media (max-width: 767px) {
  .approach-panel__card {
    padding: 32px 28px;
    gap: 24px;
    border-radius: 24px;
  }
}
.approach-panel__card-top {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.approach-panel__title {
  margin: 0;
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 767px) {
  .approach-panel__title {
    font-size: 20px;
  }
}
.approach-panel__desc {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .approach-panel__desc {
    font-size: 16px;
  }
}
.approach-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.approach-panel__list li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}
.approach-panel__list li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #C0AB72;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .approach-panel__list li {
    font-size: 16px;
  }
}
.approach-panel__note {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .approach-panel__note {
    font-size: 16px;
  }
}
.approach-panel__btn {
  max-width: 340px;
  color: var(--primary-clr);
}
@media (max-width: 575px) {
  .approach-panel__btn {
    max-width: 100%;
  }
}
.approach-panel__photo {
  border-radius: 30px;
  overflow: hidden;
  min-height: 360px;
}
@media (max-width: 1024px) {
  .approach-panel__photo {
    min-height: 0;
    height: 360px;
  }
}
@media (max-width: 767px) {
  .approach-panel__photo {
    height: 260px;
    border-radius: 24px;
  }
}
.approach-panel__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.endo-methods-block .btn {
  width: auto;
  height: auto;
  padding: 18px 32px;
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
}
@media (min-width: 768px) {
  .endo-methods-block .btn {
    width: 390px;
  }
}
.endo-methods-block .btn::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.45);
  flex-shrink: 0;
}
.endo-methods-block .btn:hover {
  background: #fff;
  color: var(--primary-clr);
  border-color: #fff;
  box-shadow: none;
}
.endo-methods-block .btn:hover::after {
  background-color: rgba(26, 67, 110, 0.4);
}

.endo-method {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .endo-method {
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .endo-method {
    grid-template-columns: 1fr;
    gap: 28px;
    overflow: visible;
  }
}
.endo-method--reversed .endo-method__photo {
  order: 2;
}
@media (max-width: 767px) {
  .endo-method--reversed .endo-method__photo {
    order: 0;
  }
}
.endo-method--reversed .endo-method__content {
  order: 1;
}
@media (max-width: 767px) {
  .endo-method--reversed .endo-method__content {
    order: 0;
  }
}
.endo-method__photo {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 3.5/4;
}
@media (max-width: 767px) {
  .endo-method__photo {
    aspect-ratio: 16/9;
    border-radius: 20px;
  }
}
.endo-method__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.endo-method__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .endo-method__content {
    gap: 28px;
  }
}
.endo-method__title {
  margin: 0 0 16px;
  font-family: var(--primary-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1100px) {
  .endo-method__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .endo-method__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.endo-method__desc {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .endo-method__desc {
    font-size: 16px;
  }
}
.endo-method .approach-panel__list li {
  font-size: 20px;
}
.endo-method .approach-panel__list li::before {
  background: #C0AB72;
}
@media (max-width: 767px) {
  .endo-method .approach-panel__list li {
    font-size: 16px;
  }
}
.endo-method__divider {
  display: none;
  position: relative;
  z-index: 1;
  height: 1px;
  background: #fff;
}
@media (min-width: 768px) {
  .endo-method__divider {
    display: block;
    width: 280px;
  }
}

@media (min-width: 768px) {
  .endo-method:not(.endo-method--reversed) .endo-method__divider {
    margin-left: -200px;
  }
}

@media (min-width: 768px) {
  .endo-method--reversed .endo-method__divider {
    align-self: flex-end;
    margin-right: -200px;
  }
}

.endoprotez-hero--knee .endoprotez-hero__thigh {
  width: 585px;
  max-width: 45%;
  right: 100px;
}
@media (max-width: 1400px) {
  .endoprotez-hero--knee .endoprotez-hero__thigh {
    right: 30px;
  }
}
@media (max-width: 1200px) {
  .endoprotez-hero--knee .endoprotez-hero__thigh {
    right: 0;
    max-width: 50%;
  }
}
.endoprotez-hero--knee .endoprotez-hero__thigh img {
  object-fit: contain;
  object-position: bottom center;
}
@media (max-width: 980px) {
  .endoprotez-hero--knee .endoprotez-hero__mobile-image img {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    object-position: center;
  }
}

.types-block--knee .types-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .types-block--knee .types-block__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.types-block--knee .types-block__nav {
  flex-shrink: 0;
}
.types-block--knee .types-block__swiper {
  overflow: visible;
  clip-path: inset(-10px -20px -10px 0);
}
.types-block--knee .types-block__swiper:not(.swiper-initialized) {
  overflow: hidden;
}
.types-block--knee .types-block__swiper:not(.swiper-initialized) .swiper-wrapper {
  gap: 24px;
}
@media (max-width: 767px) {
  .types-block--knee .types-block__swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 16px;
  }
}
.types-block--knee .types-block__swiper:not(.swiper-initialized) .swiper-slide {
  flex-shrink: 0;
  width: calc((100% - 24px) / 2);
}
@media (max-width: 767px) {
  .types-block--knee .types-block__swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - 16px) / 1.15);
  }
}
.types-block--knee .swiper-slide {
  height: auto;
}
.types-block--knee .types-block__card {
  height: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  isolation: isolate;
}
.types-block--knee .types-block__card-bg {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.types-block--knee .types-block__card-body {
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.knee-results-block__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1180px) {
  .knee-results-block__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .knee-results-block__cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.knee-results-block__after {
  display: grid;
  grid-template-columns: minmax(220px, 360px) 1fr;
  align-items: center;
  gap: 56px;
  margin-top: 20px;
  padding: 30px 70px;
  background: var(--shape-color);
  border-radius: 24px;
}
@media (max-width: 1023px) {
  .knee-results-block__after {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 28px 34px;
  }
}
@media (max-width: 575px) {
  .knee-results-block__after {
    margin-top: 14px;
    padding: 22px 20px;
    border-radius: 18px;
  }
}
.knee-results-block__after-label {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--primary-clr);
}
@media (max-width: 575px) {
  .knee-results-block__after-label {
    font-size: 15px;
  }
}
.knee-results-block__after-text {
  margin: 0;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--text-clr);
}
@media (max-width: 575px) {
  .knee-results-block__after-text {
    font-size: 15px;
  }
}

.knee-results-card {
  display: flex;
  flex-direction: column;
  padding: 70px 50px 56px;
  border-radius: 24px;
  background: var(--primary-clr);
  color: #fff;
}
@media (max-width: 1360px) {
  .knee-results-card {
    padding: 58px 34px 42px;
  }
}
@media (max-width: 575px) {
  .knee-results-card {
    padding: 36px 24px 30px;
    border-radius: 18px;
  }
}
.knee-results-card__num {
  display: block;
  margin-bottom: 18px;
  font-family: var(--secondary-font);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media (max-width: 575px) {
  .knee-results-card__num {
    margin-bottom: 16px;
    font-size: 34px;
  }
}
.knee-results-card__title {
  margin: 0 0 18px;
  font-family: var(--primary-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
  color: #fff;
}
@media (max-width: 575px) {
  .knee-results-card__title {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.knee-results-card__text {
  margin: 0;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: rgb(255, 255, 255);
}
@media (max-width: 575px) {
  .knee-results-card__text {
    font-size: 15px;
  }
}

.endo-methods-block--knee .endo-methods-block__header {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .endo-methods-block--knee .endo-methods-block__header {
    margin-bottom: 32px;
  }
}
.endo-methods-block--knee .endo-methods-block__desc {
  margin: 14px 0 0;
  max-width: 680px;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .endo-methods-block--knee .endo-methods-block__desc {
    margin-top: 10px;
    font-size: 16px;
  }
}

.stages-block--knee .stages-block__header {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .stages-block--knee .stages-block__header {
    margin-bottom: 28px;
  }
}
.stages-block--knee .stages-block__title {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .stages-block--knee .stages-block__title {
    margin-bottom: 12px;
  }
}
.stages-block--knee .stages-block__desc {
  margin: 0;
  max-width: 620px;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--text-clr);
}
@media (max-width: 767px) {
  .stages-block--knee .stages-block__desc {
    font-size: 16px;
  }
}

.endoprotez-hero--radio .endoprotez-hero__content {
  max-width: 660px;
}
@media (max-width: 1200px) {
  .endoprotez-hero--radio .endoprotez-hero__content {
    max-width: 540px;
  }
}
@media (max-width: 980px) {
  .endoprotez-hero--radio .endoprotez-hero__content {
    max-width: 100%;
  }
}
.endoprotez-hero--radio .endoprotez-hero__thigh {
  width: auto;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .endoprotez-hero--radio .endoprotez-hero__thigh {
    right: -100px;
  }
}
@media (max-width: 1200px) {
  .endoprotez-hero--radio .endoprotez-hero__thigh {
    right: -120px;
  }
}
.endoprotez-hero--radio .endoprotez-hero__thigh img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center right;
}
@media (max-width: 980px) {
  .endoprotez-hero--radio .endoprotez-hero__mobile-image img {
    right: 0px;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}

.stories-block__wrap .stages-block--radio .stages-block__title {
  color: #fff;
}
.stories-block__wrap .stages-block--radio .stages-block__desc {
  color: #fff;
}
.stories-block__wrap .stages-block--radio .stages-tabs__btn {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.stories-block__wrap .stages-block--radio .stages-tabs__btn .stages-tabs__num {
  color: rgba(255, 255, 255, 0.3);
}
.stories-block__wrap .stages-block--radio .stages-tabs__btn:hover:not(.is-active) {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.06);
}
.stories-block__wrap .stages-block--radio .stages-tabs__btn.is-active {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}
.stories-block__wrap .stages-block--radio .stages-tabs__btn.is-active .stages-tabs__num {
  color: rgba(255, 255, 255, 0.4);
}

.stages-block--radio .stages-block__header {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .stages-block--radio .stages-block__header {
    margin-bottom: 28px;
  }
}
.stages-block--radio .stages-block__title {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .stages-block--radio .stages-block__title {
    margin-bottom: 12px;
  }
}
.stages-block--radio .stages-block__desc {
  margin: 0;
  max-width: 620px;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--text-clr);
}
@media (max-width: 767px) {
  .stages-block--radio .stages-block__desc {
    font-size: 16px;
  }
}

.effect-block__title {
  margin-bottom: 44px;
  color: #fff;
}
@media (max-width: 767px) {
  .effect-block__title {
    margin-bottom: 32px;
  }
}
.effect-block__title-accent {
  color: var(--additional-clr);
}
.effect-block__roadmap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
  margin-bottom: 50px;
  position: relative;
}
.effect-block__roadmap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 69px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  pointer-events: none;
}
@media (max-width: 767px) {
  .effect-block__roadmap {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 28px;
    margin-bottom: 36px;
  }
  .effect-block__roadmap::before {
    top: 10px;
    bottom: 40px;
    left: 7px;
    right: auto;
    width: 1px;
    height: auto;
  }
}
.effect-block__item {
  position: relative;
}
@media (max-width: 767px) {
  .effect-block__item {
    padding-bottom: 28px;
  }
  .effect-block__item:last-child {
    padding-bottom: 0;
  }
  .effect-block__item::before {
    content: "";
    position: absolute;
    left: -26px;
    top: 4px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--additional-clr);
    box-shadow: 0 0 0 7px rgba(146, 144, 124, 0.14);
  }
}
.effect-block__stat {
  margin: 0;
  min-height: 70px;
  padding-bottom: 20px;
  font-family: var(--primary-font);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.27;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}
.effect-block__stat::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--additional-clr);
  box-shadow: 0 0 0 9px rgba(146, 144, 124, 0.13);
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .effect-block__stat::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .effect-block__stat {
    min-height: auto;
    padding-bottom: 8px;
    font-size: 16px;
  }
}
.effect-block__infinity {
  font-family: var(--secondary-font);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  flex-shrink: 0;
}
.effect-block__desc {
  margin: 0;
  padding-top: 26px;
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .effect-block__desc {
    padding-top: 0;
    font-size: 15px;
  }
}
.effect-block__honest {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 60px;
  background: var(--shape-color-on-blue);
  border-radius: 24px;
  padding: 36px 48px;
}
@media (max-width: 991px) {
  .effect-block__honest {
    gap: 32px;
    padding: 32px 36px;
  }
}
@media (max-width: 767px) {
  .effect-block__honest {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 28px;
    border-radius: 16px;
  }
}
.effect-block__honest-label {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  flex-shrink: 0;
}
.effect-block__honest-text {
  margin: 0;
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 1.55;
  color: #fff;
}
.effect-block__honest-text strong {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .effect-block__honest-text {
    font-size: 16px;
  }
}

.endoprotez-hero--mako .endoprotez-hero__content {
  max-width: 660px;
}
@media (max-width: 1200px) {
  .endoprotez-hero--mako .endoprotez-hero__content {
    max-width: 480px;
  }
}
@media (max-width: 980px) {
  .endoprotez-hero--mako .endoprotez-hero__content {
    max-width: 100%;
  }
}
.endoprotez-hero--mako .endoprotez-hero__thigh {
  width: auto;
  height: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 1400px) {
  .endoprotez-hero--mako .endoprotez-hero__thigh {
    right: -80px;
  }
}
@media (max-width: 1200px) {
  .endoprotez-hero--mako .endoprotez-hero__thigh {
    right: -160px;
  }
}
.endoprotez-hero--mako .endoprotez-hero__thigh img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}
@media (max-width: 980px) {
  .endoprotez-hero--mako .endoprotez-hero__mobile-image img {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}

.mako-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 88px;
  align-items: start;
}
.mako-benefits__item {
  min-width: 0;
}
.mako-benefits__icon {
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
}
.mako-benefits__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mako-benefits__title {
  max-width: 330px;
  margin: 0 0 18px;
  font-family: var(--primary-font);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.22;
  color: var(--text-clr);
}
.mako-benefits__text {
  max-width: 430px;
  margin: 0;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--text-clr);
}
@media (max-width: 1200px) {
  .mako-benefits__grid {
    gap: 38px 56px;
  }
}
@media (max-width: 991px) {
  .mako-benefits__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .mako-benefits__item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-areas: "icon title" "icon text";
    column-gap: 22px;
    align-items: start;
    max-width: none;
  }
  .mako-benefits__icon {
    grid-area: icon;
    margin-bottom: 0;
  }
  .mako-benefits__title {
    grid-area: title;
    max-width: none;
    margin-bottom: 10px;
  }
  .mako-benefits__text {
    grid-area: text;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .mako-benefits__grid {
    gap: 28px;
  }
  .mako-benefits__icon {
    width: 48px;
    height: 48px;
  }
  .mako-benefits__title {
    font-size: 20px;
  }
  .mako-benefits__text {
    font-size: 16px;
    max-width: none;
  }
}
@media (max-width: 480px) {
  .mako-benefits__item {
    grid-template-columns: 1fr;
    grid-template-areas: "icon" "title" "text";
    row-gap: 0;
  }
  .mako-benefits__icon {
    margin-bottom: 16px;
  }
}

.mako-standard {
  padding-bottom: 10px;
}
.mako-standard__title {
  max-width: 780px;
}
.mako-standard__title-accent {
  color: var(--additional-clr);
}
.mako-standard__layout {
  display: grid;
  grid-template-columns: minmax(260px, 430px) minmax(0, 1fr);
  grid-template-areas: "hero hero" "info result";
  gap: 46px 32px;
  align-items: start;
}
.mako-standard__card, .mako-standard__mini {
  overflow: hidden;
  border-radius: 26px;
  background: var(--shape-color);
}
.mako-standard__picture, .mako-standard__picture img, .mako-standard__mini img {
  display: block;
  width: 100%;
  height: 100%;
}
.mako-standard__picture img, .mako-standard__mini img {
  object-fit: cover;
}
.mako-standard__card--hero {
  grid-area: hero;
  position: relative;
  aspect-ratio: 1399/818;
  min-height: 610px;
}
.mako-standard__card--hero .mako-standard__picture {
  position: absolute;
  inset: 0;
}
.mako-standard__hero-text {
  position: absolute;
  right: 100px;
  bottom: 58px;
  z-index: 1;
  max-width: 598px;
  padding: 34px 0 0;
  color: var(--text-clr);
}
.mako-standard__hero-text h3 {
  margin: 0 0 14px;
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.mako-standard__hero-text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
}
.mako-standard__info {
  grid-area: info;
  position: relative;
  z-index: 2;
  margin-top: -150px;
  padding-left: 42px;
}
.mako-standard__mini {
  width: 100%;
  aspect-ratio: 460/318;
  margin-bottom: 70px;
  box-shadow: 0 18px 50px rgba(22, 38, 55, 0.08);
}
.mako-standard__copy {
  padding: 0 34px 0 34px;
}
.mako-standard__copy-group + .mako-standard__copy-group {
  margin-top: 66px;
}
.mako-standard__copy-group h3 {
  margin: 0 0 18px;
  font-family: var(--primary-font);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.18;
  color: var(--text-clr);
}
.mako-standard__copy-group p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  color: var(--text-clr);
}
.mako-standard__copy-group ul {
  display: grid;
  gap: 22px;
  margin: 26px 0 0;
  padding-left: 24px;
  list-style: disc;
}
.mako-standard__copy-group li {
  display: list-item;
  padding-left: 10px;
  font-size: 18px;
  line-height: 1.35;
  color: var(--text-clr);
}
.mako-standard__copy-group li::marker {
  font-size: 0.75em;
}
.mako-standard__copy-group strong {
  font-weight: 700;
}
.mako-standard__card--result {
  grid-area: result;
  align-self: stretch;
  height: 100%;
  min-height: 620px;
  background: transparent;
  border-radius: 0;
}
.mako-standard__result-visual {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: inherit;
  border-radius: 26px;
  background: var(--shape-color);
}
.mako-standard__result-visual::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 38%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.88) 72%, #fff 100%);
  pointer-events: none;
}
.mako-standard__result-visual .mako-standard__picture {
  position: relative;
  height: 100%;
}
.mako-standard__card--result img {
  object-position: center top;
}
.mako-standard__result-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  max-width: 790px;
  padding: 34px 72px 42px;
}
.mako-standard__result-text h3 {
  margin: 0 0 14px;
  font-family: var(--primary-font);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-clr);
}
.mako-standard__result-text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  color: var(--text-clr);
}
@media (max-width: 1200px) {
  .mako-standard__layout {
    grid-template-columns: minmax(250px, 360px) minmax(0, 1fr);
    gap: 38px 28px;
  }
  .mako-standard__card--hero {
    min-height: 520px;
  }
  .mako-standard__hero-text {
    right: 44px;
    bottom: 42px;
    max-width: 560px;
  }
  .mako-standard__info {
    margin-top: 0;
    padding-left: 26px;
  }
  .mako-standard__copy {
    padding: 0 18px;
  }
  .mako-standard__card--result {
    min-height: 530px;
  }
  .mako-standard__result-visual {
    min-height: inherit;
  }
  .mako-standard__result-text {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .mako-standard__layout {
    grid-template-columns: 1fr;
    grid-template-areas: "hero" "info" "result";
    gap: 32px;
  }
  .mako-standard__card, .mako-standard__mini, .mako-standard__result-visual {
    border-radius: 20px;
  }
  .mako-standard__card--hero {
    aspect-ratio: auto;
    min-height: auto;
    display: flex;
    flex-direction: column;
  }
  .mako-standard__card--hero .mako-standard__picture {
    position: relative;
    aspect-ratio: 1399/818;
  }
  .mako-standard__hero-text {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    padding: 28px 30px 32px;
    background: #fff;
  }
  .mako-standard__info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 0;
    padding-left: 0;
  }
  .mako-standard__mini {
    margin-bottom: 0;
  }
  .mako-standard__copy {
    padding: 0;
  }
  .mako-standard__copy-group + .mako-standard__copy-group {
    margin-top: 36px;
  }
  .mako-standard__card--result {
    min-height: auto;
  }
  .mako-standard__result-visual {
    aspect-ratio: 863/620;
    height: auto;
    min-height: auto;
  }
  .mako-standard__result-text {
    padding: 26px 30px 34px;
  }
}
@media (max-width: 767px) {
  .mako-standard__layout {
    gap: 26px;
  }
  .mako-standard__card, .mako-standard__mini, .mako-standard__result-visual {
    border-radius: 16px;
  }
  .mako-standard__card--hero .mako-standard__picture {
    aspect-ratio: 4/3;
  }
  .mako-standard__card--hero img {
    object-position: center top;
  }
  .mako-standard__hero-text {
    padding: 24px 22px 26px;
  }
  .mako-standard__hero-text h3 {
    font-size: 20px;
  }
  .mako-standard__hero-text p {
    font-size: 16px;
  }
  .mako-standard__info {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .mako-standard__copy-group h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .mako-standard__copy-group p,
  .mako-standard__copy-group li {
    font-size: 16px;
  }
  .mako-standard__copy-group ul {
    gap: 16px;
    margin-top: 18px;
  }
  .mako-standard__result-text {
    padding: 22px 22px 26px;
  }
  .mako-standard__result-text h3 {
    font-size: 20px;
  }
  .mako-standard__result-text p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .mako-standard__card--hero .mako-standard__picture, .mako-standard__result-visual {
    aspect-ratio: 1/1;
  }
  .mako-standard__hero-text {
    padding: 22px 18px 24px;
  }
}

.mako-joints__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.mako-joints__card {
  position: relative;
  overflow: hidden;
  min-height: 416px;
  border-radius: 26px;
  background: var(--primary-clr);
  color: #fff;
}
.mako-joints__bg {
  position: absolute;
  inset: 0;
}
.mako-joints__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mako-joints__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(100%, 470px);
  min-height: 416px;
  padding: 58px 48px 52px;
}
.mako-joints__title {
  max-width: 390px;
  margin: 0 0 28px;
  font-family: var(--primary-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
.mako-joints__list {
  display: grid;
  gap: 18px;
  margin: 0 0 34px;
  padding-left: 24px;
  list-style: disc;
}
.mako-joints__list li {
  padding-left: 8px;
  font-size: 18px;
  line-height: 1.35;
  color: #fff;
}
.mako-joints__list li::marker {
  color: var(--additional-clr);
  font-size: 0.85em;
}
.mako-joints__btn {
  margin-top: auto;
  min-width: 265px;
  min-height: 62px;
}
@media (max-width: 1200px) {
  .mako-joints__body {
    padding: 44px 36px 42px;
  }
  .mako-joints__title {
    font-size: 20px;
  }
  .mako-joints__list li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .mako-joints__grid {
    grid-template-columns: 1fr;
  }
  .mako-joints__card, .mako-joints__body {
    min-height: 380px;
  }
  .mako-joints__body {
    width: min(100%, 560px);
  }
}
@media (max-width: 767px) {
  .mako-joints__grid {
    gap: 18px;
  }
  .mako-joints__card {
    min-height: 350px;
    border-radius: 18px;
  }
  .mako-joints__bg img {
    object-position: center right;
  }
  .mako-joints__body {
    min-height: 350px;
    padding: 34px 26px 32px;
  }
  .mako-joints__title {
    margin-bottom: 24px;
    font-size: 19px;
  }
  .mako-joints__list {
    gap: 14px;
    margin-bottom: 28px;
  }
  .mako-joints__list li {
    font-size: 15px;
  }
  .mako-joints__btn {
    width: 100%;
    min-width: 0;
    min-height: 58px;
  }
}

.mako-comparison__title {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .mako-comparison__title {
    margin-bottom: 22px;
  }
}
.mako-comparison__table-wrap {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(16, 16, 17, 0.04);
}
@media (max-width: 767px) {
  .mako-comparison__table-wrap {
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
}
.mako-comparison__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: var(--primary-font);
}
.mako-comparison__table thead {
  background: var(--primary-clr);
}
@media (max-width: 767px) {
  .mako-comparison__table thead {
    display: none;
  }
}
.mako-comparison__table th,
.mako-comparison__table td {
  padding: 32px 30px;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 1180px) {
  .mako-comparison__table th,
  .mako-comparison__table td {
    padding: 28px 24px;
  }
}
.mako-comparison__table thead th {
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
.mako-comparison__table thead th:first-child {
  border-top-left-radius: 20px;
}
.mako-comparison__table thead th:last-child {
  border-top-right-radius: 20px;
}
.mako-comparison__table tbody th {
  width: 31%;
  background: var(--shape-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-clr);
}
.mako-comparison__table tbody td {
  width: 34.5%;
  border-bottom: 1px solid rgba(16, 16, 17, 0.08);
  background: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}
.mako-comparison__table tbody tr:last-child th,
.mako-comparison__table tbody tr:last-child td {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .mako-comparison__table {
    display: block;
  }
  .mako-comparison__table tbody {
    display: grid;
    gap: 14px;
  }
  .mako-comparison__table tr {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16, 16, 17, 0.05);
  }
  .mako-comparison__table th,
  .mako-comparison__table td {
    display: block;
    width: auto;
    padding: 18px 20px;
  }
  .mako-comparison__table tbody th {
    width: auto;
    font-size: 18px;
    background: var(--primary-clr);
    color: #fff;
  }
  .mako-comparison__table tbody td {
    width: auto;
    border-bottom: 1px solid rgba(16, 16, 17, 0.08);
    font-size: 16px;
  }
  .mako-comparison__table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-clr);
  }
  .mako-comparison__table tbody td:last-child {
    border-bottom: 0;
  }
}
.mako-comparison__value {
  display: block;
}
.mako-comparison__value--good {
  color: #287333;
}
.mako-comparison__value--bad {
  color: #a23a3a;
}
.mako-comparison__cta {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .mako-comparison__cta {
    margin-top: 18px;
  }
}

.mako-operation__roadmap {
  margin-bottom: 0;
}

.mako-safety__inner {
  color: #fff;
}
.mako-safety__title {
  max-width: 820px;
  margin-bottom: 42px;
  color: #fff;
}
@media (max-width: 767px) {
  .mako-safety__title {
    margin-bottom: 28px;
  }
}
.mako-safety__layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1fr);
  gap: 36px;
  align-items: stretch;
}
@media (max-width: 1023px) {
  .mako-safety__layout {
    grid-template-columns: 1fr;
  }
}
.mako-safety__photo {
  overflow: hidden;
  height: 100%;
  min-height: 560px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}
.mako-safety__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1180px) {
  .mako-safety__photo {
    min-height: 500px;
  }
}
@media (max-width: 1023px) {
  .mako-safety__photo {
    height: auto;
    min-height: 0;
  }
}
@media (max-width: 575px) {
  .mako-safety__photo {
    border-radius: 16px;
  }
}
.mako-safety__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  height: 100%;
}
@media (max-width: 680px) {
  .mako-safety__cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.mako-safety__card .ankle-after-card__title {
  font-size: 18px;
}

.endoprotez-hero--ankle .endoprotez-hero__thigh {
  width: 830px;
  height: auto;
  height: 100%;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .endoprotez-hero--ankle .endoprotez-hero__thigh {
    width: 780px;
    right: 30px;
  }
}
@media (max-width: 1200px) {
  .endoprotez-hero--ankle .endoprotez-hero__thigh {
    right: 0;
    width: 720px;
  }
}
.endoprotez-hero--ankle .endoprotez-hero__thigh img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center right;
}
@media (max-width: 980px) {
  .endoprotez-hero--ankle .endoprotez-hero__mobile-image img {
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    transform: none;
    height: 95%;
    object-fit: contain;
    object-position: center top;
  }
}

.ankle-comparison-block__title {
  max-width: 1240px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .ankle-comparison-block__title {
    margin-bottom: 22px;
  }
}
.ankle-comparison-block__table-wrap {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(16, 16, 17, 0.04);
}
@media (max-width: 767px) {
  .ankle-comparison-block__table-wrap {
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
}
.ankle-comparison-block__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: var(--primary-font);
}
.ankle-comparison-block__table thead {
  background: var(--primary-clr);
}
@media (max-width: 767px) {
  .ankle-comparison-block__table thead {
    display: none;
  }
}
.ankle-comparison-block__table th,
.ankle-comparison-block__table td {
  padding: 32px 30px;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 1180px) {
  .ankle-comparison-block__table th,
  .ankle-comparison-block__table td {
    padding: 28px 24px;
  }
}
.ankle-comparison-block__table thead th {
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
.ankle-comparison-block__table thead th:first-child {
  border-top-left-radius: 20px;
}
.ankle-comparison-block__table thead th:last-child {
  border-top-right-radius: 20px;
}
.ankle-comparison-block__table tbody th {
  width: 31%;
  background: var(--shape-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #101011;
}
.ankle-comparison-block__table tbody td {
  width: 34.5%;
  border-bottom: 1px solid rgba(16, 16, 17, 0.08);
  background: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}
.ankle-comparison-block__table tbody tr:last-child th,
.ankle-comparison-block__table tbody tr:last-child td {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .ankle-comparison-block__table {
    display: block;
  }
  .ankle-comparison-block__table tbody {
    display: grid;
    gap: 14px;
  }
  .ankle-comparison-block__table tr {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16, 16, 17, 0.05);
  }
  .ankle-comparison-block__table th,
  .ankle-comparison-block__table td {
    display: block;
    width: auto;
    padding: 18px 20px;
  }
  .ankle-comparison-block__table tbody th {
    width: auto;
    font-size: 18px;
    background: var(--primary-clr);
    color: #fff;
  }
  .ankle-comparison-block__table tbody td {
    width: auto;
    border-bottom: 1px solid rgba(16, 16, 17, 0.08);
    font-size: 16px;
  }
  .ankle-comparison-block__table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #101011;
  }
  .ankle-comparison-block__table tbody td:last-child {
    border-bottom: 0;
  }
}
.ankle-comparison-block__value {
  display: block;
}
.ankle-comparison-block__value--good {
  color: #287333;
}
.ankle-comparison-block__value--bad {
  color: #a23a3a;
}

.ankle-after-block {
  padding: 72px 74px 80px;
  border-radius: 32px;
  background: var(--primary-clr);
  color: #fff;
}
@media (max-width: 1360px) {
  .ankle-after-block {
    padding: 62px 50px 68px;
  }
}
@media (max-width: 1023px) {
  .ankle-after-block {
    padding: 42px 28px 46px;
    border-radius: 24px;
  }
}
@media (max-width: 575px) {
  .ankle-after-block {
    padding: 28px 18px 30px;
    border-radius: 18px;
  }
}
.ankle-after-block__title {
  max-width: 820px;
  margin-bottom: 42px;
  color: #fff;
}
.ankle-after-block__title span {
  color: #92907C;
}
@media (max-width: 767px) {
  .ankle-after-block__title {
    margin-bottom: 28px;
  }
  .ankle-after-block__title span {
    display: block;
  }
}
.ankle-after-block__layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1fr);
  gap: 36px;
  align-items: stretch;
}
@media (max-width: 1023px) {
  .ankle-after-block__layout {
    grid-template-columns: 1fr;
  }
}
.ankle-after-block__photo {
  overflow: hidden;
  height: 100%;
  min-height: 560px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}
.ankle-after-block__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1180px) {
  .ankle-after-block__photo {
    min-height: 500px;
  }
}
@media (max-width: 1023px) {
  .ankle-after-block__photo {
    height: auto;
    min-height: 0;
  }
}
@media (max-width: 575px) {
  .ankle-after-block__photo {
    border-radius: 16px;
  }
}
.ankle-after-block__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  height: 100%;
}
@media (max-width: 680px) {
  .ankle-after-block__cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.ankle-after-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 180px;
  padding: 34px 32px 28px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 46%), var(--shape-color-on-blue);
  color: #fff;
}
.ankle-after-card::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #92907C;
  box-shadow: 0 0 0 8px rgba(146, 144, 124, 0.12);
}
@media (max-width: 575px) {
  .ankle-after-card {
    min-height: auto;
    padding: 28px 20px 22px;
    border-radius: 16px;
  }
  .ankle-after-card::after {
    right: 18px;
    top: 18px;
  }
}
.ankle-after-card__title {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  font-family: var(--primary-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.22;
  color: #fff;
}
@media (max-width: 575px) {
  .ankle-after-card__title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.ankle-after-card__text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  color: #fff;
}
@media (max-width: 575px) {
  .ankle-after-card__text {
    font-size: 15px;
  }
}

.work-single__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 16px 0 12px;
  margin-bottom: 28px;
  border-radius: 100px;
  background: #fff;
  color: var(--text-clr);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.work-single__back svg {
  transition: transform 0.2s ease;
}
.work-single__back:hover {
  background: var(--primary-clr);
  color: #fff;
}
.work-single__back:hover svg {
  transform: translateX(-3px);
}
@media (max-width: 575px) {
  .work-single__back {
    height: 32px;
    padding: 0 14px 0 10px;
    font-size: 12px;
  }
}

.work-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
@media (max-width: 1024px) {
  .work-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  }
}
@media (max-width: 880px) {
  .work-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 880px) {
  .work-layout__media {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
  }
}
.work-layout__media-sticky {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 880px) {
  .work-layout__media-sticky {
    position: static;
    top: auto;
  }
}
.work-layout__cta {
  width: 100%;
  justify-content: center;
  margin-top: 22px;
  height: 60px;
}
.work-layout__cta-note {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: rgba(16, 16, 17, 0.55);
}
.work-layout__cta-note strong {
  color: var(--text-clr);
  font-weight: 700;
}
.work-layout__article {
  min-width: 0;
  padding: 40px 44px;
  border-radius: 28px;
  background: var(--shape-color);
}
@media (max-width: 1200px) {
  .work-layout__article {
    padding: 36px 36px;
  }
}
@media (max-width: 767px) {
  .work-layout__article {
    padding: 28px 24px;
    border-radius: 22px;
  }
}
@media (max-width: 480px) {
  .work-layout__article {
    padding: 22px 18px;
    border-radius: 18px;
  }
}
.work-layout__head {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .work-layout__head {
    margin-bottom: 22px;
  }
}
.work-layout__top-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.work-layout__top-bar .work-single__back,
.work-layout__top-bar .work-layout__badge {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .work-layout__top-bar {
    margin-bottom: 22px;
  }
}
.work-layout__badge {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 16px;
  border-radius: 100px;
  background: #fff;
  color: var(--primary-clr);
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .work-layout__badge {
    height: 32px;
    padding: 0 14px;
    font-size: 12px;
  }
}
.work-layout__title {
  margin: 0;
  font-family: var(--secondary-font);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.18;
  color: var(--text-clr);
  letter-spacing: -0.01em;
}
@media (max-width: 1280px) {
  .work-layout__title {
    font-size: 34px;
  }
}
@media (max-width: 1100px) {
  .work-layout__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .work-layout__title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .work-layout__title {
    font-size: 23px;
  }
}
.work-layout__meta {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
@media (max-width: 575px) {
  .work-layout__meta {
    gap: 6px 16px;
  }
}
.work-layout__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(16, 16, 17, 0.65);
}
.work-layout__meta-item svg {
  color: var(--primary-clr);
  flex-shrink: 0;
}
.work-layout__details {
  margin: 0 0 32px;
  padding: 22px 26px;
  border-radius: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575px) {
  .work-layout__details {
    padding: 18px 20px;
    margin-bottom: 26px;
  }
}
.work-layout__details-row {
  display: grid;
  grid-template-columns: minmax(160px, 0.45fr) minmax(0, 1fr);
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(16, 16, 17, 0.06);
}
.work-layout__details-row:first-child {
  padding-top: 0;
}
.work-layout__details-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 480px) {
  .work-layout__details-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.work-layout__details-label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(16, 16, 17, 0.55);
}
.work-layout__details-value {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--text-clr);
}

.work-video-wrap {
  padding: 12px;
  background: var(--shape-color);
  border-radius: 28px;
}
@media (max-width: 575px) {
  .work-video-wrap {
    padding: 8px;
    border-radius: 22px;
  }
}

.work-video {
  position: relative;
  width: 100%;
  aspect-ratio: 3.5/5;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.work-video__el, .work-video__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.work-video__el:fullscreen, .work-video__el:-webkit-full-screen {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
.work-video::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 45%;
  background: linear-gradient(to bottom, rgba(26, 67, 110, 0) 0%, rgba(26, 67, 110, 0.72) 40%, rgba(26, 67, 110, 0.95) 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.work-video.is-playing::after {
  opacity: 0.5;
}
.work-video__tap-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 68px;
  height: 68px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  color: var(--primary-clr);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.work-video__tap-indicator svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.work-video__tap-indicator .tap-icon--play {
  display: none;
  margin-left: 3px;
}
.work-video__tap-indicator .tap-icon--pause {
  display: block;
}
.work-video__tap-indicator.is-paused .tap-icon--play {
  display: block;
}
.work-video__tap-indicator.is-paused .tap-icon--pause {
  display: none;
}
.work-video__tap-indicator.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}
.work-video__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.work-video__progress-fill {
  height: 100%;
  width: 0;
  background: #fff;
  transition: width 0.25s linear;
  will-change: width;
}
.work-video__controls {
  position: absolute;
  right: 16px;
  bottom: 18px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.work-video__ctrl {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.work-video__ctrl:hover {
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.6);
}
.work-video__ctrl-icon {
  width: 18px;
  height: 18px;
  display: block;
}
.work-video [data-work-video-mute] .work-video__ctrl-icon--on {
  display: block;
}
.work-video [data-work-video-mute] .work-video__ctrl-icon--off {
  display: none;
}
.work-video [data-work-video-mute].is-muted .work-video__ctrl-icon--on {
  display: none;
}
.work-video [data-work-video-mute].is-muted .work-video__ctrl-icon--off {
  display: block;
}
.work-video--no-video {
  cursor: default;
}
.work-video--no-video::after {
  display: none;
}

.works-archive__header {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .works-archive__header {
    margin-bottom: 32px;
  }
}
.works-archive__title {
  font-family: var(--secondary-font);
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 32px;
  color: var(--text-clr);
}
@media (max-width: 1440px) {
  .works-archive__title {
    font-size: 52px;
  }
}
@media (max-width: 1200px) {
  .works-archive__title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .works-archive__title {
    font-size: 42px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .works-archive__title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .works-archive__title {
    font-size: 28px;
  }
}
.works-archive__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.works-archive__filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 100px;
  border: 1px solid rgba(16, 16, 17, 0.1);
  background: transparent;
  color: var(--text-clr);
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.works-archive__filter-btn:hover {
  border-color: var(--primary-clr);
  color: var(--primary-clr);
}
.works-archive__filter-btn.is-active {
  background: var(--primary-clr);
  border-color: var(--primary-clr);
  color: #fff;
}
@media (max-width: 767px) {
  .works-archive__filter-btn {
    height: 36px;
    padding: 0 16px;
    font-size: 13px;
  }
}
.works-archive__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
@media (max-width: 1280px) {
  .works-archive__grid {
    gap: 24px;
  }
}
@media (max-width: 1024px) {
  .works-archive__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .works-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .works-archive__grid {
    grid-template-columns: 1fr;
  }
}
.works-archive__item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.works-archive__item.is-hidden {
  display: none;
}
.works-archive__item .story-card {
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.works-archive__load-more {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .works-archive__load-more {
    margin-top: 32px;
  }
}

.load-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 40px;
  border-radius: 100px;
  border: 1.5px solid var(--primary-clr, #1A436E);
  background: transparent;
  color: var(--primary-clr, #1A436E);
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.load-more-btn:hover {
  background: var(--primary-clr, #1A436E);
  color: #fff;
}
.load-more-btn.is-loading {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 767px) {
  .load-more-btn {
    height: 46px;
    padding: 0 28px;
    font-size: 14px;
  }
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: start;
}
@media (max-width: 1024px) {
  .article-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
  }
}
@media (max-width: 880px) {
  .article-layout {
    grid-template-columns: 1fr;
  }
}
.article-layout__content {
  min-width: 0;
  padding: 40px 44px;
  border-radius: 28px;
  background: var(--shape-color);
}
@media (max-width: 1200px) {
  .article-layout__content {
    padding: 36px 36px;
  }
}
@media (max-width: 767px) {
  .article-layout__content {
    padding: 28px 24px;
    border-radius: 22px;
  }
}
@media (max-width: 480px) {
  .article-layout__content {
    padding: 22px 18px;
    border-radius: 18px;
  }
}
.article-layout__poster, .article-layout__videos-item {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .article-layout__poster, .article-layout__videos-item {
    border-radius: 16px;
  }
}
.article-layout__poster {
  object-fit: cover;
  aspect-ratio: 16/9;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .article-layout__poster {
    margin-bottom: 24px;
  }
}
.article-layout__videos {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .article-layout__videos {
    margin-bottom: 24px;
  }
}
.article-layout__videos-switcher {
  display: flex;
  gap: 8px;
}
.article-layout__videos-switcher button {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-clr);
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.article-layout__videos-switcher button.is-active {
  background: var(--primary-clr);
  color: var(--text-clr-on-blue);
}
.article-layout__videos-switcher button:hover:not(.is-active) {
  background: rgba(0, 0, 0, 0.1);
}
.article-layout__videos-item {
  display: none;
  width: 100%;
  aspect-ratio: 16/9;
}
.article-layout__videos-item.is-active {
  display: block;
}
.article-layout__videos-item iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.article-layout__videos-facade {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-layout__videos-facade::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
}
.article-layout__videos-facade:hover::before {
  background: rgba(0, 0, 0, 0.1);
}
.article-layout__videos-play {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-clr);
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
}
.article-layout__videos-play svg {
  width: 32px;
  height: 32px;
  margin-left: 4px;
}
.article-layout__videos-facade:hover .article-layout__videos-play {
  transform: scale(1.1);
  background: #fff;
}
@media (max-width: 880px) {
  .article-layout__sidebar {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
}
.article-layout__sidebar-sticky {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 880px) {
  .article-layout__sidebar-sticky {
    position: static;
    top: auto;
  }
}
.article-layout__widget {
  display: flex;
  flex-direction: column;
}
.article-layout__widget-title {
  margin: 0 0 20px;
  font-family: var(--secondary-font);
  font-size: 22px;
  font-weight: 700;
  color: var(--text-clr);
}
.article-layout__widget-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.article-layout__cta {
  background: var(--shape-color);
  border-radius: 24px;
  padding: 28px 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .article-layout__cta {
    display: none;
  }
}
.article-layout__cta-title {
  margin: 0 0 12px;
  font-family: var(--secondary-font);
  font-size: 22px;
  font-weight: 700;
  color: var(--text-clr);
}
.article-layout__cta-desc {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(16, 16, 17, 0.65);
}
.article-layout__cta-btn {
  width: 100%;
  justify-content: center;
}

.blog-archive__articles-grid {
  grid-template-columns: repeat(3, 1fr) !important;
}
@media (max-width: 1024px) {
  .blog-archive__articles-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 480px) {
  .blog-archive__articles-grid {
    grid-template-columns: 1fr !important;
  }
}
.blog-archive__articles-group {
  margin-top: 0;
}
.blog-archive__articles-group .works-archive__item .article-card {
  height: 100%;
}

/*# sourceMappingURL=main.css.map */
