

/* Start:/bitrix/templates/yv2025/css/base.css?175940025744617*/
:root {
  /* Цветовая схема */
  --text-color: #2e5065;
  --heading-color: #2e5065;

  /* Цвета логотипа */
  --color-yellow1: #ffed06;
  --color-yellow2: #ffd500;
  --color-orange1: #ff8e00;
  --color-orange2: #fd6d00;
  --color-pink1: #e60087;
  --color-pink2: #c00085;
  --color-blue1: #00c3f4;
  --color-blue2: #0090d2;

  /* Светлые фоны */
  --light-bg1: #fbebf4;
  --light-bg2: #fdf3e9;
  --light-bg3: #eaf8ff;

  /* Цвета кнопок */
  --btn-appointment: #f3008f;
  --btn-eng: #0095dd;
  --btn-hover: #2e5065;
  --menu-hover: #f3008f;
  --purple: #f3008f;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.mobile-menu-footer {
  display: none;
}
body {
  font-family: "Montserrat", sans-serif;
  color: var(--text-color);
  line-height: 1.6;
  background-color: white;
  padding: 0px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 136.364% */
}

.container {
  max-width: 1466px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}
.container-small {
  width: 1091px;
  margin: 0 auto;
  padding: 0px;
}
a {
  color: #2e5065;
}
a:hover {
  color: var(--text-color);
}
/* Шрифты */
h1,
h2,
h3,
h4,
h5,
h6,
.nav-links a,
.btn {
  font-family: "Montserrat", sans-serif;
  color: var(--heading-color);
}

/* Шапка */
.header-wrapper {
  display: flex;
  flex-direction: column;
}

/* Обычное состояние хедера */
#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;

  background-color: #fff;
  transition: box-shadow 0.3s ease; /* плавное появление тени */
}

/* Класс для фиксированного состояния */
#header.fixed {
  position: fixed;
  z-index: 10000;
  top: 0;
}
.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
}
.top-line {
  border: 3px solid var(--color-yellow1);
}

.logo {
  display: flex;
  align-items: center;
}
.logo img {
  width: auto;
  height: 100px;
}

/* Кнопки */
.header-buttons {
  display: flex;
  gap: 15px;
  align-items: center;
}

.btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;

  color: white;
  font-size: 20px;
}
.btn-border {
  border: 4px solid var(--btn-appointment);
}
.btn-orange {
  border: 4px solid #fd6d00;
  color: #fd6d00;
}
.btn-appointment {
  background-color: var(--btn-appointment);
  padding: 12px 19px;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.btn-eng {
  background-color: var(--btn-eng);
  padding: 12px 19px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btn-method {
  background-color: var(--btn-hover);
  margin: 60px 0;
}
.btn-light-green {
  border: 3px solid #9fb332;
  padding: 5px 20px;

  background: #9fb332;
}

.btn:hover {
  font-weight: bold;
  transform: translateY(-2px);

  color: white;
}
.btn-orange:hover {
  background-color: #fd6d00;
  color: white;
}
.btn-light-green:hover {
  border: 3px solid var(--btn-hover);
}
.mb-90 {
  margin-bottom: 90px;
}
.location {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

/* Бургер-меню */
.burger {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 20px;
  position: relative;
  z-index: 100;
}

.burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--heading-color);
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.burger span:nth-child(1) {
  top: 0px;
}
.burger span:nth-child(2),
.burger span:nth-child(3) {
  top: 10px;
}
.burger span:nth-child(4) {
  top: 20px;
}

.burger.open span:nth-child(1),
.burger.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.burger.open span:nth-child(2) {
  transform: rotate(45deg);
}
.burger.open span:nth-child(3) {
  transform: rotate(-45deg);
}

/* Типографика */
h1 {
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
}
h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 74px;
}
h3 {
  font-size: 39px;
  font-style: normal;
  font-weight: 800;
  line-height: 49px; /* 125.641% */
}
h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 14px;
}
h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
}
h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.text-center {
  text-align: center;
}

p {
  margin-bottom: 15px;
  line-height: 1.6;
}
.mb-50 {
  margin-bottom: 50px;
}
ul,
ol {
  margin-bottom: 20px;
  padding-left: 20px;
}

li {
  margin-bottom: 8px;
}
#breadcrumbs {
  position: relative;
}
#breadcrumbs::before {
  background: #e6eff5;
  content: "";
  left: 0;
  display: block;
  position: absolute;
  width: 13%;
  height: 56px;
  background: linear-gradient(90deg, #f4fbff 0%, #e6eff5 50%);
}
.breadcrumbs {
  position: relative;
  display: flex;
  height: 56px;

  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: fit-content;
  z-index: 100;
  padding-right: 20px;
}
.breadcrumbs:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  z-index: -10;
  border-radius: 0px 100px 10px 0px;
  width: 100%;
  background-color: #e6eff5;
  height: 28px;
}
.breadcrumbs:before {
  content: "";
  border-radius: 0px 10px 100px 0px;
  position: absolute;
  left: 0;
  z-index: -10;
  width: 100%;
  top: 0;
  background-color: #e6eff5;
  height: 28px;
}

.breadcrumbs a,
.breadcrumbs span {
  color: #819aaa;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-right: 10px;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
/* Примеры блоков */
.content-section {
  margin-bottom: 40px;
  padding: 30px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.bg-light-1 {
  background-color: var(--light-bg1);
}
.bg-light-2 {
  background-color: var(--light-bg2);
}
.bg-light-3 {
  background-color: var(--light-bg3);
}
.small {
  color: #819aaa;

  font-size: 16px;

  line-height: 20px; /* 136.364% */
}

/*  ФОРМА*/

.form-group {
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="phone"] {
  border-radius: 40px;
  background: #fff;
  padding: 10px 20px;
  color: var(--heading-color);

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
  border: none;
  width: 100%;
}
.form-group input::placeholder {
  color: #0090d2;
}
.form-group input.form-check-input {
  border-radius: 10px;
  border: 2px solid #2e5065;
  background: #fff;
}

.form-check-input.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Скрываем оригинальные радиокнопки */
.custom-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Стиль лейбла — кликабельная область */

.form-check {
  margin: 15px 0;
}

.form-check-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  margin-left: 8px; /* Отступ от кружка */
}
form .h4 {
  color: #0090d2;
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px; /* 135.714% */
}
/* Кастомный "круг" радиокнопки */
.form-check-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #2e5065;
  border-radius: 50%; /* Круг! */
  background: #fff;
  margin-right: 8px;
  flex-shrink: 0;
  transition: border-color 0.2s ease;
}

/* При наведении — подсветка */
.form-check-inline:hover .form-check-label::before {
  border-color: #ff8e00;
}

/* Когда выбран — оранжевая точка внутри */
.custom-radio:checked + .form-check-label::before {
  border-color: #ff8e00;
  background: radial-gradient(circle, #ff8e00 40%, transparent 41%);
}

/* Фокус для доступности (клавиатура) */
.custom-radio:focus + .form-check-label::before {
  box-shadow: 0 0 0 3px rgba(255, 142, 0, 0.2);
  outline: none;
}
/* Скрываем настоящий чекбокс, но оставляем его кликабельным */
.visually-hidden-but-clickable {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Стили лейбла */
.custom-checkbox {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  user-select: none;
  font-size: 16px;
}

/* Контейнер для галочки */
.custom-checkbox .checkmark {
  display: inline-block;
  width: 33px;
  height: 31px;
  position: relative;
}

/* Скрываем SVG по умолчанию */
.custom-checkbox .checkmark svg {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.2s ease;
}

/* Показываем SVG, когда чекбокс отмечен */
#customCheck:checked + .custom-checkbox .checkmark svg {
  opacity: 1;
  transform: scale(1);
}

/* Опционально: добавить пустой кружок/квадрат в неотмеченном состоянии */
.custom-checkbox .checkmark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  font-size: 14px;
}

#customCheck:checked + .custom-checkbox .checkmark::before {
  background-color: #fff;
  border-color: #ff8e00;
}

.form-submit-status {
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 4px;
  display: none;
  margin-top: 10px;
}

.form-submit-status.text-success {
  color: #fff;
  background-color: #0090d2;
  border: 1px solid #0090d2;
  display: block;
}
.form-submit-status.success {
  color: #fff;

  display: block;
}

.form-submit-status.text-danger {
  color: #fff;
  background-color: #f3008f;
  border: 1px solid #f3008f;
  display: block;
}
/* Общие стили для полей с ошибкой */
.form-control.is-invalid,
.custom-radio.is-invalid,
#customCheck.is-invalid + .custom-checkbox {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.1rem #dc3545 !important;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

/* Убираем стандартную подсветку валидации браузера */
.form-control:invalid,
.form-control:focus:invalid {
  box-shadow: none;
}

/* Скрыть .invalid-feedback по умолчанию (не показываем текст ошибки, только рамку) */
.invalid-feedback {
  display: none !important;
}

/* Сброс стилей при фокусе/вводе */
.form-control:focus,
.form-check-input:focus {
  border-color: #0090d2;
  box-shadow: 0 0 0 0.1rem #0090d2;
}

/* Для кастомного чекбокса — подсвечиваем лейбл, если чекбокс с ошибкой */
#customCheck.is-invalid + .custom-checkbox {
  color: #dc3545;
}
.form-control.is-invalid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 12px;
  padding-right: 36px; /* освобождаем место под иконку */
}
/* Общий контейнер формы */

/* Контейнер полей — горизонтальный */
.sendsay-form-fields {
  display: flex;
  gap: 12px;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* Стиль всех полей и кнопки */
.sendsay-input,
.sendsay-btn {
  border-radius: 50px;
  border: 3px solid #0090d2;
  background: #fff;
  color: #0090d2;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 12px 10px;
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  min-height: 36px;
  flex: 1 1 200px; /* Гибкое поведение на мобильных */
}

/* Фокус на полях */
.sendsay-input:focus,
.sendsay-btn:focus {
  border-color: #0078b5;
  box-shadow: 0 0 0 3px rgba(0, 144, 210, 0.2);
}

/* Ошибка — красная рамка */
.sendsay-input.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.2) !important;
}

/* Кнопка — курсор и hover */
.sendsay-btn {
  cursor: pointer;
  white-space: nowrap;
  flex: 0 0 auto;
  min-width: 100px;
}

.sendsay-btn:hover {
  background: #0090d2;
  color: #fff;
}

.sendsay-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Адаптивность на мобильных */
@media (max-width: 768px) {
  .sendsay-form-fields {
    flex-direction: column;
  }

  .sendsay-input,
  .sendsay-btn {
    flex: 1 1 auto;
  }
}
.btn-primary {
  background: #2e5065;
  color: white;
}

.color-palette {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 30px 0;
}

.color-box {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
  color: white;
  font-size: 0.9rem;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.search-container {
  position: relative;

  margin: 20px 0;
}

.search-input {
  width: 100%;
  padding: 12px 50px 12px 20px;
  border-radius: 50px;
  border: 3px solid var(--color-orange2);
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
  background-color: white;
  color: #09222c;
  width: 312.213px;
  height: 42.029px;
}

.search-input:focus {
  box-shadow: 0 0 0 3px rgba(253, 109, 0, 0.3);
}

.search-input::placeholder {
  color: var(--color-orange2);
  opacity: 1;
  font-weight: 500;
}

.search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-orange2);
  pointer-events: none;
}

/* Для иконки из Font Awesome */
.search-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* Альтернатива с псевдоэлементом */
.search-icon-alt:after {
  content: "🔍";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-orange2);
}

@media (max-width: 768px) {
  .search-input {
    padding: 10px 45px 10px 15px;
    font-size: 14px;
  }

  .search-icon {
    right: 15px;
  }
}

.mt-50 {
  margin-top: 50px;
}
.header-contacts {
  flex-shrink: 0;
  display: flex;
  gap: 18px;
  align-content: center;
  align-items: center;
}
.header-contacts .whatsapp {
  width: 53.151px;
  height: 49.033px;
}
.header-contacts .phones {
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
}
.header-contacts .phones {
  color: var(--heading-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.header-contacts .phones a {
  text-decoration: none;
  color: var(--heading-color);
}
.header-contacts .phones a:hover {
  color: #f3008f;
}

.baner {
  position: relative;
}
.baner img {
  width: 100%;
}
.baner-text {
  position: absolute;
  bottom: 114px;

  color: #fff;

  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
  font-family: "Montserrat", sans-serif;
  font-size: 61px;
  font-style: normal;
  font-weight: 800;
  line-height: 71px; /* 115.625% */
}
.btn-service {
  filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.4));
  border: 2px solid white;
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 50px;
  border: 4px solid #fff;

  background: rgba(255, 255, 255, 0.05);

  backdrop-filter: blur(10px);
  text-wrap: nowrap;
  margin-left: 262px;
}
.baner-btn {
  position: absolute;
  top: 123px;
  right: 100px;
}

.first-section {
  padding: 112px 0;
}
.doctor-main {
  display: flex;
  padding-top: 110px;
  gap: 75px;
}
.doctor-text {
  padding-top: 40px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
  color: var(--heading-color);
}
.doctor-main .h2 {
  padding-top: 30px;
  padding-bottom: 25px;
}
.doctor-main .h2 {
  color: #2e5065;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 142.857% */
}
.doctor-main .small-text {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.treating {
}

.treating .h3 {
  font-size: 39px;
  font-style: normal;
  font-weight: 800;
  line-height: 49px;
  text-align: center;
  padding-bottom: 90px;
  font-family: "Montserrat", sans-serif;
  color: var(--heading-color);
}

.icon-bloks {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  gap: 36px;
  align-content: center;
}
.icon-bloks .block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
.icon-text {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: var(--heading-color);
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
}
.icon-bloks a {
  text-decoration: none;
}
.icon-bloks a:hover {
  text-decoration: underline;
}
.actions {
  padding: 150px 0 160px 0;
}
.actions img {
  width: 100%;
}
.pb-90 {
  padding-bottom: 90px;
}
.diseases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.disease a {
  display: block;
  position: relative;
  width: 341px;
  height: 341px;

  background-size: contain;
}

.disease:nth-child(1) a {
  background: url(/images/1.jpg);
}
.disease:nth-child(1) a:hover {
  background-position-y: -341px;
}
.disease:nth-child(2) a {
  background: url(/images/2.jpg);
}
.disease:nth-child(2) a:hover {
  background-position-y: -341px;
}
.disease:nth-child(3) a {
  background: url(/images/3.jpg);
}
.disease:nth-child(3) a:hover {
  background-position-y: -341px;
}
.disease:nth-child(4) a {
  background: url(/images/4.jpg);
}
.disease:nth-child(4) a:hover {
  background-position-y: -341px;
}
.disease:nth-child(5) a {
  background: url(/images/5.gif);
  border-radius: 20px;
}
.disease:nth-child(5) a:hover {
  background-position-y: -341px;
}
.disease:nth-child(6) a {
  background: url(/images/6.jpg);
}
.disease:nth-child(6) a:hover {
  background-position-y: -341px;
}
.disease a span {
  position: absolute;
  bottom: 38px;
  left: 40px;
  color: #fff;
  font-family: "Montserrat", sans-serif;

  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
}

.other-diseases {
  background: url(/images/other-diseases.png);
  background-size: cover;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 142.857% */
  display: flex;
  width: 100%;
  height: 162px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  padding: 20px;
  margin-top: 50px;
  text-align: center;
}
.dropdown {
}

.dropdown__header {
  cursor: pointer;
  position: relative;
  z-index: 1000;
}

.dropdown__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 25px;

  line-height: normal;
}

.dropdown--active .dropdown__content {
  max-height: 500px;
  padding: 75px 25px 25px 25px;
  border-radius: 0px 0px 20px 20px;
  background: linear-gradient(180deg, #f4fbff 0%, #e6eff5 100%);
  margin-top: -50px;
}
.dropdown__icon {
  transition: transform 0.3s ease;
}

.dropdown--active .dropdown__icon {
  transform: rotate(180deg);
}
.pt-160 {
  padding-top: 160px;
}
.dropdown__content .diseases1 {
  padding: 0 50px;
}

.stat-block {
  display: flex;
  gap: 70px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.stat-block img {
  border-radius: 20px;
}
.stats-container {
  width: 877px;
}
.progress-container {
  border-radius: 5px 30px 30px 5px;

  height: 71px;
  flex-shrink: 0;
  margin-bottom: 21px;
  display: flex;
  color: #fff;

  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  align-items: center;
  justify-content: flex-start;
  padding-left: 34px;
}
.operations {
  margin-bottom: 45px;
}
.operations span {
  font-family: "Montserrat", sans-serif;
  font-size: 39px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  color: var(--heading-color);
}
.stats .small-text {
  color: var(--heading-color);
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 136.364% */
}
.progress-container:nth-child(1) {
  background: #619272;
  width: 877px;
}
.progress-container:nth-child(2) {
  background: #7ea154;
  width: 691px;
}
.progress-container:nth-child(3) {
  background: #9fb332;
  width: 418px;
}
.progress-container:nth-child(4) {
  background: #cdd897;
  width: 319px;
}
.treatments {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.treatments2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
}
.treatments2 .treatment a {
  width: 528.516px;
  height: 341px;
  display: block;
  position: relative;
}
.treatment a {
  display: block;
  position: relative;
  width: 341px;
  height: 341px;

  background-size: contain;
}
.treatment:hover {
  backdrop-filter: blur(10px);
}

.treatments2 .treatment a:hover {
  backdrop-filter: blur(10px);
}
.treatment a:hover span {
  font-weight: bold;
  filter: blur(0);
}

.treatment:nth-child(1) a {
  background: url(/images/l1.jpg);
}

.treatment:nth-child(2) a {
  background: url(/images/l2.jpg);
}

.treatment:nth-child(3) a {
  background: url(/images/l3.jpg);
}

.treatment:nth-child(4) a {
  background: url(/images/l4.jpg);
}

.treatment:nth-child(5) a {
  background: url(/images/l5.jpg);
}

.treatment:nth-child(6) a {
  background: url(/images/l6.jpg);
}

.treatment a span {
  position: absolute;
  bottom: 38px;
  left: 40px;
  color: #fff;
  font-family: "Montserrat", sans-serif;

  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px; /* 135.714% */
}
.davs {
}
.davs {
  position: relative;
}

#slider-main .slide {
  flex: 0 0 calc(100%);
  margin: 0 10px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  opacity: 1;
  transform: scale(0.95);
}
/* Фон на всю ширину экрана */
.davs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 99vw;
  height: 100%;
  background: url(/images/blue-grad.png) center center / cover no-repeat;
  z-index: -1; /* чтобы не перекрывать текст */
}
.davs-head {
  display: flex;
  font-family: "Montserrat", sans-serif;
  justify-content: space-between;
  margin-bottom: 90px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 136.364% */
  align-items: flex-start;
}
.davs-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
  padding-bottom: 160px;
}
.davs-block {
  border-radius: 20px;
  background: #fff;
  width: 716px;
  display: flex;
  flex-shrink: 0;
  padding: 50px;
  flex-direction: column;
  justify-content: space-between;
}
.davs-block .h3 {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 38px; /* 135.714% */
  padding-bottom: 50px;
}
.davs-block .text {
  color: var(--heading-color) !important;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 136.364% */
  padding-bottom: 50px;
}
.davs-block:nth-child(1) {
  color: #a82682;
}
.davs-block:nth-child(2) {
  color: #9fb332;
}
.davs-block:nth-child(3) {
  color: #ef7f1a;
}
.davs-block:nth-child(4) {
  color: #008dd2;
}
.davs-block:nth-child(1) a {
  color: #a82682;
}
.davs-block:nth-child(2) a {
  color: #9fb332;
}
.davs-block:nth-child(3) a {
  color: #ef7f1a;
}
.davs-block:nth-child(4) a {
  color: #008dd2;
}
.btn-davs {
  border-radius: 30px;

  font-family: "Montserrat", sans-serif;
  padding: 13px 18px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btn-visio {
  border: 3px solid #a82682;
}
a.btn-visio:hover {
  background-color: #a82682;
  color: #fff;
}
.btn-amblyo {
  border: 3px solid #9fb332;
}
a.btn-amblyo:hover {
  background-color: #9fb332;
  color: #fff;
}
.btn-dacryo {
  border: 3px solid #ef7f1a;
}
a.btn-dacryo:hover {
  background-color: #ef7f1a;
  color: #fff;
}
.btn-strabo {
  border: 3px solid #008dd2;
}
a.btn-strabo:hover {
  background-color: #008dd2;
  color: #fff;
}
.logo-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.frist-techs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}
.frist-techs .tech {
  width: 528px;
  height: 341px;
}
.frist-techs .tech:nth-child(1) {
  width: 341px;
  height: 341px;
}

.second-techs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 29px;
  margin-top: 29px;
}
.second-techs .tech {
  width: 341px;
  height: 341px;
}
.tech {
  position: relative;
}
.tech a span {
  position: absolute;
  bottom: 44px;
  left: 40px;
  color: #fff;
  text-decoration: none;

  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px; /* 135.714% */
}

.tech a:hover img {
  filter: blur(5px);
}
.second-techs .tech:nth-child(2) a span {
  left: 20px;
}
.doctors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 109px;
  justify-content: center;
  justify-items: center;
  align-content: center;
}
.doctor1 {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  align-items: center;
  text-align: center;
  gap: 40px;
}
.doctor2 {
  display: flex;

  align-content: flex-end;
  align-items: center;
  text-align: center;
  gap: 40px;
}
.doctor1 a {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  text-decoration: none;
}
.doctor1 a:hover {
  color: #2e5065 !important;
}
.doctor-text1 {
  color: #2e5065;

  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 136.364% */
}
.metros {
  display: flex;
  gap: 15px;
}

.metro {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 6px;
}
.metro img {
  border-radius: 50%;
}
.metro a {
  color: #819aaa;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.metro a:hover {
  color: #2e5065;
}
.btn-doctor {
  border-radius: 50px;
  border: 2px solid #819aaa;
  color: #819aaa;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0px 18px !important;
  color: #819aaa !important;
}
a.btn-doctor:hover {
  color: #fff;
}

.smi-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  font-family: "Montserrat", sans-serif;
}
.smi h4 {
  color: #008dd2;

  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px; /* 145.455% */
  padding: 20px 0;
}
.smi p {
  color: #2e5065;

  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 136.364% */
}
.smi a {
  text-decoration: none;
}
.news-block {
  display: flex;
  justify-content: space-between;
}
.ya-rew {
  width: 673px;
  height: 870px;
  overflow: hidden;
  position: relative;
}

.news {
  width: 597.682px;
}

.more-block {
  font-family: "Montserrat", sans-serif;
}
.more-block span {
  color: #2e5065;
  padding-right: 22px;

  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 74px; /* 336.364% */
}
.more-block a {
  color: #0090d2;
  display: inline;
  padding: 14px 22px;
  margin-right: 22px;
  text-decoration: none;
  border-radius: 50px;
  border: 3px solid #0090d2;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
a.neglinnaya {
  background-color: #008dd2;
  color: white;
}
a.more-city {
  color: #ff8e00;

  border: 3px solid #ff8e00;
}
a.more-country {
  color: #f3008f;

  border: 3px solid #f3008f;
}
a.more-parnters {
  color: #00c3f4;

  border: 3px solid #00c3f4;
}

.more-block a:hover {
  background-color: var(--heading-color);
  color: white;
  border: 3px solid var(--heading-color);
}
.cta-section {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cta-block {
  background: url("/images/cta-new.png");
  width: 1100px;
  height: 276px;
  position: relative;
  background-repeat: no-repeat;
}
.cta-text {
  position: absolute;
  left: 330px;
  top: 135px;
  color: #fff;
  font-family: "Montserrat", sans-serif;

  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 49px; /* 175% */
}
.cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.btn-orders {
  border-radius: 40px;
  padding: 14px 22px;
  background: #fff;
  color: #0090d2;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;

  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btn-orders:hover {
  color: var(--heading-color);
}

ul.yellow-list {
  list-style-type: none;
  padding-left: 0;
}

ul.yellow-list li {
  background-image: url("/images/yellow.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px; /* Отступ для иконки */
  line-height: 24px; /* Высота строки, должна соответствовать высоте иконки */
  margin-bottom: 30px;
}
.yellow-list li:nth-child(2) {
  background-image: url("/images/yellow1.png");
}
.yellow-list li:nth-child(3) {
  background-image: url("/images/yellow2.png");
}
.yellow-list li:nth-child(4) {
  background-image: url("/images/yellow3.png");
}
.yellow-list li:nth-child(5) {
  background-image: url("/images/yellow.png");
}
.yellow-list li:nth-child(6) {
  background-image: url("/images/yellow2.png");
}
ul.yellow-list {
  list-style-type: none;
  padding-left: 0;
}
ul.orange-list {
  list-style-type: none;
  padding-left: 0;
}

ul.orange-list li {
  background-image: url("/images/orange.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px; /* Отступ для иконки */
  line-height: 24px; /* Высота строки, должна соответствовать высоте иконки */
  margin-bottom: 30px;
}
.orange-list li:nth-child(2) {
  background-image: url("/images/orange1.png");
}
.orange-list li:nth-child(3) {
  background-image: url("/images/orange2.png");
}
.orange-list li:nth-child(4) {
  background-image: url("/images/orange3.png");
}
.orange-list li:nth-child(5) {
  background-image: url("/images/orange.png");
}
.orange-list li:nth-child(6) {
  background-image: url("/images/orange1.png");
}
ul.green-list {
  list-style-type: none;
  padding-left: 0;
}

ul.green-list li {
  background-image: url("/images/green.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px; /* Отступ для иконки */
  line-height: 24px; /* Высота строки, должна соответствовать высоте иконки */
  margin-bottom: 30px;
}
.green-list li:nth-child(2) {
  background-image: url("/images/green1.png");
}
.green-list li:nth-child(3) {
  background-image: url("/images/green2.png");
}
.green-list li:nth-child(4) {
  background-image: url("/images/green3.png");
}
.green-list li:nth-child(5) {
  background-image: url("/images/green.png");
}
.green-list li:nth-child(6) {
  background-image: url("/images/green1.png");
}
ul.purple-list {
  list-style-type: none;
  padding-left: 0;
}

ul.purple-list li {
  background-image: url("/images/purple.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px; /* Отступ для иконки */
  line-height: 24px; /* Высота строки, должна соответствовать высоте иконки */
  margin-bottom: 30px;
}
.purple-list li:nth-child(2) {
  background-image: url("/images/purple1.png");
}
.purple-list li:nth-child(3) {
  background-image: url("/images/purple2.png");
}
.purple-list li:nth-child(4) {
  background-image: url("/images/purple3.png");
}
.purple-list li:nth-child(5) {
  background-image: url("/images/purple.png");
}
.purple-list li:nth-child(6) {
  background-image: url("/images/purple1.png");
}

ul.blue-list {
  list-style-type: none;
  padding-left: 0;
}

ul.blue-list li {
  background-image: url("/images/blue.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px; /* Отступ для иконки */
  line-height: 24px; /* Высота строки, должна соответствовать высоте иконки */
  margin-bottom: 30px;
}
.blue-list li:nth-child(2) {
  background-image: url("/images/blue1.png");
}
.blue-list li:nth-child(3) {
  background-image: url("/images/blue2.png");
}
.blue-list li:nth-child(4) {
  background-image: url("/images/blue3.png");
}
.blue-list li:nth-child(5) {
  background-image: url("/images/blue.png");
}
.blue-list li:nth-child(6) {
  background-image: url("/images/blue1.png");
}

footer {
  padding: 40px 0;
  margin-top: 190px;
  height: 547px;

  background-color: #2e5065;
  position: relative;
}
footer .hand {
  position: absolute;
  background: url(/images/hand.png);
  width: 440px;
  height: 212px;
  right: 0;

  bottom: 151px;
}
.first-footer {
}
footer .text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
}
footer h4 {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px; /* 135.714% */
  padding-top: 50px;
  padding-bottom: 20px;
}

.footer ul {
  margin-top: 50px;

  padding: 0;
}
.hole {
  align-items: center;
  justify-content: space-between;
}
.flex {
  display: flex;
}
.gap-30 {
  gap: 30px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.social {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.footer {
  display: flex;
}
.second-footer {
  margin-left: 120px;
}
/* Адаптация для планшетов */
@media (max-width: 1024px) {
  .container {
    padding: 0 15px;
  }

  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.5rem;
  }

  .btn {
    padding: 10px 20px;
    min-width: 120px;
  }
}

/* Адаптация для телефонов */
@media (max-width: 768px) {
  .header-buttons {
    display: none;
  }

  .content-section {
    padding: 20px;
  }
}

.slider-wrapper {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0 40px;
}
.slider-wrapper1 {
  max-width: 100%;
  margin: 0 auto 60px;
  padding: 0 40px;
}

.slider-wrapper2 {
  max-width: 100%;
  margin: 0 auto 60px;
  padding: 0 40px;
}

.slider-container {
  position: relative;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease;
  padding: 20px 0;
  margin: 0 -10px;
}

.slide {
  flex: 0 0 calc(30.333% - 20px);
  margin: 0 10px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  opacity: 0.7;
  transform: scale(0.95);
}
#slider2 .slide {
  flex: 0 0 calc(22.333% - 20px);
  margin: 0 10px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  opacity: 0.7;
  transform: scale(0.95);
}

.slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.slide iframe {
  width: 467px;
  height: 262px;
}

.text-block {
  padding: 25px;
  background: white;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-block h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #222;
}

.text-block p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #555;
  line-height: 1.5;
}

.slider-prev:active,
.slider-next:active {
  transform: translateY(-50%) scale(0.95);
}

.slider-prev {
  left: 5px;
}

.slider-next {
  right: 5px;
}

.slider-dots {
  display: flex;
  justify-content: center;
  padding: 25px 0 10px;
}
.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  /* Убираем display: flex, так как используем ::before */
  padding: 0;
}

/* Скрываем стандартный контент (на всякий случай) */
.slider-prev,
.slider-next {
  font: 0/0 a; /* хак для скрытия текста */
  text-shadow: none;
  color: transparent;
}

/* Псевдоэлемент с PNG */
.slider-next::before,
.slider-prev::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto; /* центрирует, если нужно */
}

.slider-next::before {
  background-image: url("/images/str.png");
}

.slider-prev::before {
  background-image: url("/images/str-2.png"); /* зеркальная версия */
}

.dot {
  display: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ddd;
  margin: 0 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #6e8efb;
  transform: scale(1.3);
}

@media (max-width: 1024px) {
  .slide {
    flex: 0 0 calc(50% - 20px);
  }

  .slider-wrapper {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .slide {
    flex: 0 0 calc(100% - 20px);
  }
  .slider {
    position: relative;
  }
  .slider-prev,
  .slider-next {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .slider-prev {
    left: 5px;
  }

  .slider-next {
    right: 15px;
  }

  .slider-wrapper {
    padding: 0 20px;
  }
}
.slide iframe {
  width: 467px;
  height: 262px;
}
.slider-prev,
.slider-next {
  top: 50%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

.modal-img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  animation: zoomIn 0.3s;
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.close:hover {
  color: #ccc;
}

.modal-caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
}
.h-about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.histori {
  height: auto !important;
  padding: 30px 50px !important;
}
.tele-icon-text img {
  position: relative !important;
  right: 0 !important;
}
.col-3-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.col-3-1 .block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.col-3-1 .icon-text {
  margin-top: 20px;
}
.col-4-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.col-4-1 .block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.col-4-1 .icon-text {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px !important;
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px;
}
.service-row {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 200px;
}
.service-link {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.service-link:hover {
  background-color: #e0e0ff;
}
.col-1-9 {
  display: grid;
  grid-template-columns: 1fr 9fr;
  gap: 30px;
}
.strabo-care {
  margin-bottom: 50px;
}
.strabo-block {
  border-radius: 20px;
  background: #eaf8ff;
}
.strabo-header h3 {
  color: white;
  margin-bottom: 30px;
}
.strabo-header {
  background-size: cover;
  padding: 50px 290px 50px 50px;
  color: white;
}
.srtabo-content {
  padding: 30px;
}
#strabo1 .strabo-header {
  background: url(/images/strabocare1.png);

  height: 303px;
}

ul.strabo-list {
  list-style-type: none;
  padding-left: 0;
}

ul.strabo-list li {
  background-image: url("/images/stli.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px; /* Отступ для иконки */
  line-height: 24px; /* Высота строки, должна соответствовать высоте иконки */
  margin-bottom: 30px;
}
#strabo2 .strabo-header {
  background: url(/images/strabocare2.png);
  height: 228px;
}
#strabo3 .strabo-header {
  background: url(/images/strabocare3.png);
  height: 303px;
}
#strabo4 .strabo-header {
  background: url(/images/strabocare4.png);
  height: 453px;
}
.float-left {
  float: left;
}
.mr-30 {
  margin-right: 30px;
}
.btn-blue {
  background: #0090d2;
}
.center {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
}
.col-2-8 {
  display: grid;
  grid-template-columns: 3fr 8fr;
  gap: 30px;
}
.is-block {
  padding: 50px;
  border-radius: 20px;
  background: #eaf8ff;
}
.diagnostics {
  padding: 70px;
}
.is-content .h4 {
  color: #0090d2;

  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px; /* 135.714% */
  margin-bottom: 30px;
}
.is-content h3 {
  padding-bottom: 30px;
}
#is2 .is-block {
  background: #fcf3f9;
}
#is2 .is-content .h4 {
  color: #f3008f;
}
.btn-purple {
  background: #f3008f;
}
.col-6 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
#is3 .is-block {
  background: #fdf3e9;
}
#is3 .is-content .h4 {
  color: #ff8e00;
}
.btn-orange-full {
  background: #ff8e00;
}
#is4 .is-block {
  background: #f6fcdb;
}
#is4 .is-content .h4 {
  color: #9fb332;
}
.btn-green {
  background: #9fb332;
}

#is6 .is-block {
  background: #fcf3f9;
}
#is6 .is-content .h4 {
  color: #f3008f;
}
.is-baner {
  height: 893px;
  background: url(/images/is=baner.jpg);
}
.is-baner-height {
  position: relative;
  height: 893px;
}
.is-baner-head {
  display: flex;
  justify-content: space-between;
  padding-top: 90px;
  align-content: center;
  align-items: center;
}
.is-baner-head h1 {
  color: #fff;

  text-shadow: 0px 0px 70px rgba(0, 0, 0, 0.4);
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 74px; /* 115.625% */
}
.is-baner-text {
  color: #fff;

  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.6);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 135.714% */
  position: absolute;
  bottom: 60px;
}

.btn-blur {
  backdrop-filter: blur(10px);
  border: 2px solid white;
}

.align-items-center {
  align-items: center;
}

.col-4-2 {
  display: grid;
  grid-template-columns: 4fr 2fr;
  gap: 30px;
}

/* End */


/* Start:/bitrix/templates/yv2025/css/doctor.css?17589491856354*/
.doctor-main-page h1 {
  color: #2e5065;

  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 74px; /* 115.625% */
}
.doctor-main-block {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.doctor-img {
  position: relative;
  z-index: 100;
}
.doctor-short-info {
  border-radius: 30px;
  padding: 15px 20px;
  position: absolute;
  width: 100%;

  top: 175px;
  width: 1146px;
  color: #2e5065;

  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 136.364% */
}
.doctor-info {
  position: absolute;
  width: 100%;
  gap: 20px;

  top: 298px;
  display: flex;
}
.doctor-site,
.doctor-work,
.doctor-appeal,
a.metro-name {
  border-radius: 50px;
  background: #ffed9b;
  padding: 13px 16px;
}
.doctor-site a,
.doctor-work a,
.doctor-appeal a,
a.metro-name {
  color: #2e5065;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
  text-decoration: none;
}
a.metro-name {
  color: white;
}
.doctor-location {
  display: flex;
  align-items: center;
  gap: 10px;
}
.doctor-position {
  color: #2e5065;

  font-family: "Montserrat", sans-serif;
  font-size: 39px;
  font-style: normal;
  font-weight: 800;
  line-height: 49px; /* 125.641% */
  padding: 90px 0;
}
.doctor-third-block {
}
.doctor-third-block .block {
  width: 440px;
}
.contribution {
}
.edu-blocks {
  display: grid;
  grid-template-columns: 736px 1fr;
  gap: 120px;
}
.edu-block {
  display: flex;
  flex-direction: column;
}
.education {
  display: flex;
  margin-bottom: 35px;
  gap: 30px;
}
.logo-edu,
.text-edu {
  display: flex;
}
.logo-edu img {
  width: fit-content;
}
.logo-edu {
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: min-content;
}
.text-edu {
  display: flex;
  flex-direction: column;
}
.text-edu span {
  color: #fff;

  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  border-radius: 50px;
  background: #00c3f4;
  padding: 13px 17px;
  line-height: normal;
  width: fit-content;
  margin-bottom: 35px;
}
.doctor-dissertation {
  border-radius: 20px;
  border: 3px solid #00c3f4;
  padding: 38px;
  margin-bottom: 38px;
}
.dissertation-head {
  color: #00c3f4;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px; /* 136.364% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 6%; /* 1.32px */
  text-underline-offset: 10%; /* 2.2px */
  text-underline-position: from-font;
  margin-bottom: 43px;
}
.reviews-block {
  display: flex;
}
.reviews {
  background: url(/images/yellow-bg.png);
  background-position-y: 250px;
  background-repeat: no-repeat;
  background-size: contain;
}

.reviews-block1 .slide {
  opacity: 1 !important;
  border-radius: 20px;
  background: #fff;

  height: 505px;
  padding: 45px;
  margin-right: 34px;
}

.reviews-block1 .slide img {
  width: inherit !important;
}

.review-name {
  color: #2e5065;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 35px; /* 93.75% */
}
.stars,
.review-text {
  margin-bottom: 15px;
}
.review-footer {
  color: #00cbfd;
  display: flex;
  justify-content: space-between;
}

.timeline {
  position: relative;
  padding-left: 20px;
}

.timeline::before {
}

.achievement-item {
  display: flex;
  margin-bottom: 30px;
  position: relative;
  gap: 30px;
}

.achievement-content {
  flex: 1;
}

.achievement-content a {
  color: var(--heading-color);
  text-decoration-line: underline;
}

.year-marker {
  /* width: 80px; */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.hidden {
  display: none;
}

.show-more-btn {
  background-color: #ff8e00;
  border-radius: 50px;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 22px;
  cursor: pointer;
  margin: 20px auto;
  display: block;
}

.show-more-btn:hover {
  background-color: #2980b9;
}
/* Размытие для третьего элемента только когда список свёрнут */
.achievement-item:nth-child(3) .achievement-content:not(.expanded),
.achievement-item:nth-child(3) .year-marker:not(.expanded) {
  filter: blur(10px);
}

/* Убираем размытие при наведении */
.achievement-item:nth-child(3) .achievement-content:hover,
.achievement-item:nth-child(3) .year-marker:hover {
  filter: blur(0);
}

.noblur .achievement-content,
.noblur .year-marker {
  filter: blur(0) !important;
}

.diag-prices,
.surgery-prices {
  border-radius: 20px;
  background: #fdf3e9;
  padding: 50px;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.doctor-price-name,
.surgery-price-name {
  color: #ff8e00;
  margin-bottom: 30px;

  font-size: 39px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px; /* 97.436% */
}
.surgery-price-name {
  color: #0090d2;
}
.price-tr {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-bottom: 30px;
  gap: 20px;
}
.price-cost {
  white-space: nowrap;
  border-radius: 50px;
  border: 3px solid #ff8e00;
  color: #ff8e00;

  padding: 12px 20px;
}
.surgery-prices {
  background: #eaf8ff;
}
.surgery-price .price-cost {
  border: 3px solid #0090d2;
  color: #0090d2;
}
.az-consult {
  border-radius: 20px;
  background: #dcf2fd;
  padding: 50px;
  position: relative;

  height: 313px;
}
.az-consult .text {
  width: 954px;
}

.az-consult img {
  position: absolute;
  right: 35px;
  bottom: 0;
}

.director {
  flex-direction: row !important;
  align-content: flex-end;
  align-items: center;
  text-align: left !important;
  gap: 40px;
  justify-content: flex-start !important;
}
.doctors-info {
  display: flex;
  gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.director-info {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
}
#doctor-slider1 .slide {
  flex: 0 0 calc(30.333% - 20px);
  margin: 0 10px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  opacity: 1;
  transform: scale(0.95);
}

/* End */


/* Start:/bitrix/templates/yv2025/css/davs.css?17592924015132*/
.davs-main-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
}
.davs-video-cont {
  margin: 0 auto;
  width: 707px;
  height: 420px;
  background-image: url(/images/davs-video.png);
  position: relative;
  background-size: cover;
}
.davs-video-cont iframe {
  position: absolute;
  width: 489px;
  height: 275px;
  border-radius: 20px;
  top: 91px;
  left: 53px;
}
.dacryo h3 {
  color: #ef7f1a;
  margin-bottom: 59px;
}
.davs-main-block h1 {
  margin-bottom: 30px;
}
.davs-main-block .info {
  width: 1084px;
}
.davs-text-blocks {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.sostav {
  display: flex;
  gap: 50px;
}
.davs-prices {
}
.metodika {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.davs-price {
  display: flex;
  border-radius: 20px;
  background: #fdf3e9;
  padding: 25px 50px;
  gap: 40px;
  justify-content: space-between;
}
.davs-price-block {
  border-radius: 20px;
  background: #fff;
  padding: 25px 27px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 28px;
  font-style: normal;
  color: #ff8e00;
  font-weight: 800;
  line-height: 38px; /* 135.714% */
}
.price-text {
  width: 346px;
}
.price-text h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px; /* 107.143% */
  margin-bottom: 25px;
  margin-top: 25px;
}
.davs-price-block span {
  border-radius: 50px;
  border: 3px solid #ff8e00;
  padding: 7px 21px;
  white-space: nowrap;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
}
.amblyo h3 {
  color: #9fb332;
  margin-bottom: 59px;
}

.davs-price.amblyo {
  background: #f6fcdb;
}
.davs-price-block.amblyo {
  color: #9fb332;
}
.davs-price-block.amblyo span {
  border-radius: 50px;
  border: 3px solid #9fb332;
}

.visio h3 {
  color: #a82682;
  margin-bottom: 59px;
}

.davs-price.visio {
  background: #fcf3f9;
}
.davs-price-block.visio {
  color: #a82682;
}
.davs-price-block.visio span {
  border-radius: 50px;
  border: 3px solid #a82682;
}

.strabo h3 {
  color: #008dd2;
  margin-bottom: 59px;
}
.strabo img {
  width: 100%;
}

.davs-price.strabo {
  background: #eaf8ff;
}
.davs-price-block.strabo {
  color: #008dd2;
}
.davs-price-block.strabo span {
  border-radius: 50px;
  border: 3px solid #008dd2;
}
.blue-list li ul li,
.blue-list li li:nth-child(1),
.blue-list li li:nth-child(2),
.blue-list li li:nth-child(3),
.blue-list li li:nth-child(4),
.blue-list li li:nth-child(5),
.blue-list li li:nth-child(6) {
  background-image: none;
  padding-left: 1px;
  line-height: 24px;
}
.blue-list li ul {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}
.blue-list li ul li {
  padding: 0 30px;
  list-style-type: disc;
}

.blue-list li ul li::marker {
  color: #008dd2;
}

.purple-list li ul li,
.purple-list li li:nth-child(1),
.purple-list li li:nth-child(2),
.purple-list li li:nth-child(3),
.purple-list li li:nth-child(4),
.purple-list li li:nth-child(5),
.purple-list li li:nth-child(6) {
  background-image: none;
  padding-left: 1px;
  line-height: 24px;
}
.purple-list li ul {
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.purple-list li ul li {
  padding: 0 30px;
  list-style-type: disc;
}

.purple-list li ul li::marker {
  color: #a82682;
}
.davs-baners {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 250px 30px 50px;
  height: 335px;
}
.amblyo-baner {
  background-image: url(/images/amblyofon.png);
}
.visio-baner {
  background-image: url(/images/visiofon.png);
  color: white;
}
.amblyo-baner h3 {
  margin-bottom: 23px;
  padding-bottom: 0;
}
.dacryo-baner {
  background-image: url(/images/dacryofon.png);
}
.dacryo-baner h3 {
  margin-bottom: 23px;
  padding-bottom: 0;
}
.amblyo-baner2 {
  background-image: url(/images/amblyofon2.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  width: 596px;
  height: 420px;
}
.dacryo-baner2 {
  background-image: url(/images/dacryofon2.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  width: 596px;
  height: 420px;
}
.strabo-baner {
  background-image: url(/images/strabofon.png);
  color: white;
}
.visio-baner h3 {
  margin-bottom: 23px;
  padding-bottom: 0;
  color: white;
}
.strabo-baner h3 {
  margin-bottom: 23px;
  padding-bottom: 0;
  color: white;
}
.read-more-banner {
  display: flex;
  border-radius: 20px;
  background: #eaf8ff;
  padding: 40px;
  gap: 50px;
  justify-content: center;
  align-items: center;
}

.read-more-banner img {
  width: 265px;
}
.read-more-banner h3 {
  margin-bottom: 0px;
  color: var(--heading-color);
}
.read-more-btn {
  color: #fff;

  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 13px 20px;

  border-radius: 50px;
  background: #008dd2;
  text-decoration: none;
}
.read-more-banner div {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

/* End */


/* Start:/bitrix/templates/yv2025/css/price.css?17581930362371*/
.accordion {
}

.accordion-item {
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  border-radius: 30px;
  background: #ffe9d4;
  margin-bottom: 30px;
  padding: 15px 30px;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 20px;
}
.accordion .accordion-item:nth-child(2) .accordion-header {
  background: #e6eff5;
}
.accordion .accordion-item:nth-child(3) .accordion-header {
  background: #f6fcdb;
}

.accordion .accordion-item:nth-child(4) .accordion-header {
  background: #fbebf4;
}

.accordion .accordion-item:nth-child(5) .accordion-header {
  background: #fdf3e9;
}

.accordion .accordion-item:nth-child(6) .accordion-header {
  background: #eaf8ff;
}

.accordion .accordion-item:nth-child(7) .accordion-header {
  background: #fbebf4;
}

.accordion .accordion-item:nth-child(8) .accordion-header {
  background: #ffe9d4;
}

.accordion .accordion-item:nth-child(9) .accordion-header {
  background: #f6fcdb;
}

.accordion .accordion-item:nth-child(10) .accordion-header {
  background: #e6eff5;
}
.accordion .accordion-item:nth-child(11) .accordion-header {
  background: #fdf3e9;
}

.accordion-header:hover {
  cursor: pointer;
}

.accordion-header::after {
  content: "";
  background: url(/images/arrow.svg);
  width: 30px;
  height: 18px;
  display: block;
}

.accordion-item.active .accordion-header::after {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion-item.active .accordion-content {
  max-height: max-content;
  padding: 0 30px;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}

.price-table th,
.price-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.price-table th {
  background-color: #f2f2f2;
  font-weight: bold;
  text-align: center;
}

.price-table tr:hover {
  background-color: #f5f5f5;
}

td.price {
  text-align: center;
  font-weight: bold;
}

.choose-clinic {
  width: 1091px;
  height: 178px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #f6fcdb;
  padding: 30px;
  position: relative;
  margin: 0 auto;
}
.choose-clinic div {
  width: 655px;
  margin-bottom: 20px;
}

.choose-clinic img.resep {
  position: absolute;
  right: 35px;
  bottom: -20px;
}
.payment-methods .icon-blocks {
  gap: 111px;
}

/* End */


/* Start:/bitrix/templates/yv2025/css/mega-menu.css?17593134559174*/
.main-menu {
  background-color: #fff;
  position: relative;
}

.menu-container {
  position: relative;
}

.menu-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  justify-content: space-around;
}

.menu-item {
  position: static;
}

.menu-list li {
  margin-bottom: 0px !important;
}

.menu-link {
  text-decoration: none;
  padding: 15px 30px 15px 18px;
  display: block;
  transition: all 0.3s;
  white-space: nowrap;
  position: relative;
  color: #0090d2;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}

/* Стрелочка для пунктов с мегаменю */
.menu-item.has-megamenu .menu-link::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0090d2;
  transition: transform 0.3s;
}

/* Стрелочка для пунктов с обычным выпадающим списком */
.menu-item.has-dropdown .menu-link::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0090d2;
  transition: transform 0.3s;
}

.menu-item.has-megamenu:hover .menu-link::after,
.menu-item.has-dropdown:hover .menu-link::after {
  transform: translateY(-50%) rotate(180deg);
}

.menu-link:hover {
}

/* Мегаменю - исправленное позиционирование */
.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  z-index: 1001;
  background-color: transparent;
  padding-top: 0;
}

.mega-menu-wrapper {
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 5px 5px;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1200px;
}

.mega-menu-column {
  flex: 1;
  min-width: 220px;
  padding: 0 15px;
  margin-bottom: 15px;
}

.mega-menu-title {
  color: #0090d2;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.mega-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu-list li {
  padding-bottom: 0;
}

.mega-menu-link {
  display: block;
  color: #555;
  text-decoration: none;
  padding: 8px 15px;
  display: block;
  transition: all 0.3s;
  font-size: 14px;
}

.mega-menu-link:hover {
  color: #ff6600;
  padding-left: 20px;
}

.mega-menu-link:hover::before {
  opacity: 1;
}

.mega-menu-promo {
  flex: 0 0 280px;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  margin: 10px;
}

/* Обычное выпадающее меню */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 5px 5px;
  min-width: 300px;
  z-index: 1001;
}

.dropdown-list {
  list-style: none;
  padding: 10px 0;
}

.dropdown-link {
  color: #555;
  text-decoration: none;
  padding: 8px 15px;
  display: block;
  transition: all 0.3s;
  font-size: 14px;
}

.dropdown-link:hover {
  color: #ff6600;
  background-color: #f5f5f5;
}

.search-box {
  flex: 1;
  min-width: 200px;
  max-width: 400px;
  margin: 0 20px;
}

.search-box input {
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  transition: border-color 0.3s;
}

.search-box input:focus {
  border-color: #0090d2;
  outline: none;
}

/* Мобильное меню */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 0;
  cursor: pointer;

  order: 1;
}
/* Мобильные элементы в меню */
.mobile-menu-footer {
  display: none;
  background-color: #0090d2;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-search {
  margin-bottom: 20px;
}

.mobile-search input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 14px;
}

.mobile-search input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.mobile-phone {
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
.mobile-phone a {
  color: white;
  text-decoration: underline;
}

.mobile-call-button {
  background-color: #ff6600;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
  font-size: 14px;
}

.mobile-call-button:hover {
  background-color: #e65c00;
}
/* Адаптация */
@media (max-width: 1200px) {
  .mega-menu-wrapper {
    padding: 20px;
  }

  .mega-menu-promo {
    flex: 0 0 250px;
  }
}

@media (max-width: 992px) {
  .contact-info {
    gap: 12px;
    font-size: 13px;
  }

  .menu-link {
    padding: 12px 30px 12px 20px;
    font-size: 14px;
  }

  .mega-menu-column {
    min-width: 180px;
  }
}

@media (max-width: 768px) {
  .top-bar .flex-container {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .auth-links {
    margin-top: 10px;
  }

  .auth-links a {
    margin-left: 0;
    margin-right: 15px;
  }

  .logo-section {
    flex-direction: row;
    align-items: center;
  }

  .search-box {
    order: 1;
    width: 100%;
    max-width: 100%;
    margin: 15px 0 0;
  }

  .menu-toggle {
    display: block;
  }
  .menu-container {
    padding: 0 !important;
  }

  .menu-list {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #0090d2;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
  }

  .menu-list.active {
    display: flex;
    position: absolute;
    top: 0;
    z-index: 5000;
  }

  .menu-item {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
  }

  .menu-link {
    padding: 10px 20px;
    white-space: normal;
    color: white;
    text-align: left;
  }
  a.menu-link:hover {
    color: white;
  }

  /* Стрелочки для мобильной версии */
  .menu-item.has-megamenu .menu-link::after,
  .menu-item.has-dropdown .menu-link::after {
    right: 15px;
    border-top: 5px solid rgba(255, 255, 255, 0.7);
  }

  .menu-item.has-megamenu .mega-menu.active + .menu-link::after,
  .menu-item.has-dropdown .dropdown-menu.active + .menu-link::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .mega-menu,
  .dropdown-menu {
    position: static;
    display: none;
    width: 100%;
    padding: 0;
    box-shadow: none;
  }

  .mega-menu.active,
  .dropdown-menu.active {
    display: block;
  }

  .mega-menu-wrapper {
    flex-direction: column;
    box-shadow: none;
    padding: 0px;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
  }
  .mega-menu-list li {
    padding-bottom: 0px !important;
  }

  .mega-menu-column {
    padding: 0;
    margin-bottom: 0;
    min-width: 100%;
  }

  .mega-menu-title {
    color: white;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    margin-top: 15px;
    padding: 10px 0;
  }

  .mega-menu-link,
  .dropdown-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 8px 0;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    word-wrap: break-word;
  }
  .dropdown-list {
    list-style: none;
    padding: 10px 20px;
  }
  ul.mega-menu-list {
    margin-bottom: 0px;
  }

  .mega-menu-link:hover,
  .dropdown-link:hover {
    color: white;
    padding-left: 20px;
    background-color: transparent;
  }

  .mega-menu-link::before {
    background-color: white;
  }

  .mega-menu-promo {
    display: none;
  }

  .dropdown-menu {
    background-color: transparent;
  }

  /* Скрываем обычный поиск в мобильной версии */
  .search-box {
    display: none;
  }
}

@media (max-width: 480px) {
  .contact-info {
    flex-direction: column;
    gap: 8px;
  }

  .logo {
    height: 40px;
  }

  .call-button {
    padding: 8px 15px;
    font-size: 13px;
  }

  .mobile-phone {
    font-size: 15px;
  }

  .mobile-call-button {
    padding: 10px 15px;
    font-size: 13px;
  }
}

/* Убираем hover-эффекты для мобильных устройств */
@media (min-width: 769px) {
  .menu-item:hover .mega-menu,
  .menu-item:hover .dropdown-menu {
    display: block;
  }

  /* Исправляем позиционирование для десктопной версии */
  .menu-item.has-megamenu {
    position: static;
  }

  .menu-item.has-dropdown {
    position: relative;
  }

  .mega-menu {
    left: 0;
    right: 0;
  }

  .dropdown-menu {
    left: 0;
    right: auto;
  }
}

/* Добавляем класс для управления видимостью меню */
.mega-menu.active,
.dropdown-menu.active {
  display: block;
}

/* End */


/* Start:/bitrix/templates/yv2025/css/telem.css?1752131552746*/
.telem-background {
  background: url(/bitrix/templates/yv2025/css/../images/tel-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 387px;
}
.telem-banner {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  position: relative;
  position: relative;
  padding: 80px 0;
}
.telem-banner h1 {
  color: #2e5065;

  font-size: 57px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px; /* 115.625% */
  margin-bottom: 30px;
}
.telem-banner img {
  position: absolute;
  top: 46px;
  right: 0;
}
.tele-icon-text {
  display: flex;
  gap: 20px;
  align-content: center;
  align-items: center;
  margin-bottom: 30px;
  justify-content: flex-start;
}
.pb-56 {
  padding-bottom: 56px;
}

/* End */


/* Start:/bitrix/templates/yv2025/css/contacts.css?17537713324916*/
.contacts-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px;
}
.contacts-banner h1 {
  font-size: 55px;
}
.two-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.contacts-banner div {
  width: 742px;
}
.contacts-banner iframe {
  width: 618px;
  height: 348px;
  border-radius: 20px;
}
.locations {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.locations span {
  border-radius: 50px;
  border: 3px solid #ff8e00;
  padding: 13px 22px;
  color: #ff8e00;
}

.treatment__al a {
  background: url(/images/l3.jpg) !important;
}

.treatment__strabo a {
  background: url(/images/l4.jpg) !important;
}

.treatment__oko a {
  background: url(/images/l6.jpg) !important;
}

.treatment__nl a {
  background: url(/images/l5.jpg) !important;
}

.treatment__idh a {
  background: url(/images/l1.jpg) !important;
}

.treatment__dlk a {
  background: url(/images/l2.jpg) !important;
}
.treatment__od a {
  background: url(/images/l7.png) !important;
  display: block;
  position: relative;
  width: 341px;
  height: 341px;

  background-size: contain;
}
.treatment__po a {
  background: url(/images/l8.png) !important;
  display: block;
  position: relative;
  width: 341px;
  height: 341px;

  background-size: contain;
}
.payment-fond-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.payment-fond-blocks .h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
}
.payment-fond-blocks a {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  text-decoration: none;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-around;
}
.contacts-prices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.contacts-price {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  text-decoration: none;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-around;
}

.price-value {
  white-space: nowrap;
  color: #ff8e00;
  border-radius: 50px;
  border: 3px solid #ff8e00;
  padding: 6px 15px;
}
.price-items {
  border-radius: 50px;
  background: #fdf3e9;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 25px;
  align-items: center;
  margin-bottom: 30px;
}
.contacts-price .h3 {
  color: #fff;

  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  border-radius: 30px;
  background: #ff8e00;
  padding: 10px 28px;
  margin-bottom: 40px;
}

.purple .price-value {
  color: var(--purple);

  border: 3px solid var(--purple);
}
.purple .price-items {
  background: #fbebf4;
}

.purple .h3 {
  background: var(--purple);
}
.of-uslugi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.of-uslugi a {
  color: var(--heading-color);
  display: flex;
  gap: 7px;
  align-items: center;
}
a.non-active {
  color: #819aaa;
}
.col-3 {
  display: grid;
  grid-template-columns: repeat(1, 2fr 1fr 2fr);
  gap: 29px;
}

.transport-option {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 50px;
  border: 3px solid #fd6d00;

  cursor: pointer;
  color: #fd6d00;
}

.transport-option:hover {
  background: #fd6d00;
  color: white;
}

.transport-option.selected {
  background: #fd6d00;
  color: white;
  border-color: #fd6d00;
}

.transport-block {
  display: none;
  margin-top: 20px;
  padding: 15px 15px 15px 0;
}

.col iframe {
  border-radius: 20px;
}
.adress {
  border: 2px solid #ffea00cc;
  box-shadow: 0 0 12px 6px #ffea00cc;
  border-radius: 80px;
  padding: 13px 20px;
  margin-bottom: 50px;
  margin-top: 20px;
}
.reghim {
  margin-bottom: 50px;
  margin-top: 86px;
}

.phone-icon {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  gap: 20px;
  color: #2e5065;
  text-decoration: none;
}
.contacts-reviews {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 29px;
  justify-items: stretch;
  align-items: center;
}
#slider3 .slide {
  flex: 0 0 calc(98%);
  margin: 0 10px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  opacity: 1;
  transform: scale(0.95);
}

#slider4 .slide {
  flex: 0 0 calc(45.333% - 20px);
  margin: 0 10px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  opacity: 0.7;
  transform: scale(0.95);
}

.other-treatment {
  padding: 40px 200px 40px 40px;
  height: 370px;
  background-image: url(/images/other-treatment.jpg);
  background-size: cover;
  margin-top: 50px;
  position: relative;
}
.other-treatment a {
  position: absolute;
  position: absolute;
  bottom: 45px;
  left: 460px;
}
.btn-white {
  border-radius: 30px;
  background: #fff;
  padding: 10px 30px;
  color: #819aaa;
}
.btn-white:hover {
  color: var(--text-color);
}

/* End */


/* Start:/bitrix/templates/yv2025/css/after-before.css?17521315511365*/
.before-after-slider {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 8px;
}

.before-after-slider img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  pointer-events: none;
}

.before-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

.before-container img {
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: white;
  cursor: ew-resize;
  z-index: 10;
  transform: translateX(-50%);
}

.slider-handle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.slider-handle::after {
  content: "↔";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  color: #333;
  transform: translate(-50%, -50%);
}

.slider-labels {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 5;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/* End */


/* Start:/bitrix/templates/yv2025/css/modal.css?17581743951618*/
/* Стили для модальных окон */
.modal {
  display: none;
  position: fixed;
  z-index: 11000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: opacity 0.3s;
  overflow-y: scroll;
}

.modal.is-active {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  backdrop-filter: blur(10px);
}

.modal__content {
  width: 100%;
  max-width: 1320px;

  max-height: 100vh;
  overflow-y: auto;

  transform: translateY(-20px);
  transition: transform 0.3s;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);

  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}
.modal__order {
  max-width: 1320px;

  max-height: 100vh;
  overflow-y: auto;

  transform: translateY(-20px);
  transition: transform 0.3s;
  border-radius: 20px;
  background: rgba(234, 248, 255, 1);

  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}

.modal.is-active .modal__content {
  transform: translateY(0);
}

.modal__header {
  padding: 0 20px;

  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin: 0;
  font-size: 1.3em;
}

.modal__close {
  background: none;
  border: none;
  color: black;
  font-size: 24px;
  cursor: pointer;
  padding: 5px;
  transition: transform 0.2s;
}

.modal__close:hover {
  transform: scale(1.2);
}

.modal__body {
  padding: 20px;
}
@media (max-width: 600px) {
  .modal__header {
    padding: 15px;
  }

  .modal__body {
    padding: 15px;
  }
}

/* End */


/* Start:/bitrix/templates/yv2025/css/usligi-style.css?175938078527319*/
div.news-detail {
  display: flex;
  gap: 76px;
}
div.news-detail h1 {
  font-size: 64px;
}
.mt-30 {
  margin-top: 30px;
}
.btn-appointment-body {
  color: #fff;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 50px;
  background: #0090d2;
  text-wrap: nowrap;

  text-decoration: none;
  padding: 10px 20px;
  text-align: center;
}
.appointment-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 30px;
}

#slider-after2 .slide {
  flex: 0 0 calc(40.333% - 20px);
  margin: 0 10px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  opacity: 1;
  transform: scale(0.95);
}
.after2 {
  display: flex;
  gap: 50px;
}
.after2__text {
  display: flex;
  gap: 125px;
  padding: 0 0;
  flex-direction: column;
  color: #2e5065 !important;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 0;
  height: 342px;
  justify-content: center;
}
.light-blue-fon {
  border-radius: 20px;
  background: linear-gradient(180deg, #f4fbff -81.37%, #e6eff5 100%);
  padding: 50px;
}
.h1 {
  font-size: 64px;

  font-style: normal;
  font-weight: 500;
  line-height: 74px;

  font-family: "Montserrat", sans-serif;
  color: var(--heading-color);
}
.mb-50 {
  margin-bottom: 50px;
}
.first-text h3,
.second-text h3,
.interesting-articles h3 {
  color: #2e5065;
  padding: 50px 0 30px 0;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 74px; /* 115.625% */
}
.first-text p,
.second-text p,
.interesting-articles p {
  color: #2e5065;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 136.364% */
  padding: 0px 0 30px 0;
}
.orange-text {
  color: #fd6d00 !important;
}
.blue-text {
  color: #0090d2 !important;
}
.br-20 {
  border-radius: 20px;
}
.b {
  font-weight: bold;
}
.first-text h4,
.second-text h4,
.interesting-articles h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
}
ul.number-list-icon {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.number-list-icon {
  list-style: none;
  padding: 0;
}
.number-list-icon li {
  list-style: none;
  position: relative;
  padding: 16px 20px 16px 70px;
}

.number-list-icon li:first-child::before {
  content: "";
  background-image: url("/images/n1.png");
  background-size: cover;
}

.number-list-icon li:nth-child(2)::before {
  content: "";
  background-image: url("/images/n2.png");
  background-size: cover;
}

.number-list-icon li:nth-child(3)::before {
  content: "";
  background-image: url("/images/n3.png");
  background-size: cover;
}
.number-list-icon li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 52.031px;
  height: 48px;

  display: block;
}
.blue-badge {
  border-radius: 30px;
  background: #0090d2;
  padding: 10px 20px;
  width: fit-content;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px; /* 135.714% */
}
.hand-top {
  float: left;
  margin-right: 30px;
}
.pv {
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, #f4fbff 70%, #e6eff5 100%);
  margin-bottom: 50px;
}
.pedia-vision {
  width: 1466px;
  height: 462px;
  padding: 50px 760px 50px 50px;
  background-image: url(/images/pedia-vision.jpg);
}
.pedia-vision h3 {
  color: #2e5065;
  padding: 0px 0 15px 0;

  font-size: 39px;
  font-style: normal;
  font-weight: 800;
  line-height: 49px; /* 125.641% */
}

.pedia-vision ul.blue-list li {
  margin-bottom: 15px;
}

.pedia-vision p {
  padding: 0px 0 11px 0;
}
.fs-28 {
  font-size: 28px !important;
}
.p-50 {
  padding: 50px;
}
.articles-blocks {
  display: flex;
  gap: 50px;
  padding-bottom: 30px;
}
.ab-head {
  color: #0090d2;

  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px; /* 135.714% */
  padding-bottom: 30px;
}
.ab-desc {
  color: #2e5065;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 136.364% */
  padding-bottom: 30px;
}
.ab-date {
  color: #819aaa;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 136.364% */
  padding-right: 30px;
}

.vert-slider .slide iframe {
  width: 315px;
  height: 561px;
  border-radius: 20px;
}
#slider4 .slide {
  opacity: 1 !important;
}

.apparat-videook-vision {
  height: 350px;
  padding: 50px 50px 50px 50px; 
  background-image: url(/images/blue_f_ap.png);
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  width: 100%; 


}
@media (max-width: 768px) {
    .apparat-videook-vision {
        flex-direction: column;
        gap: 20px;
        height: 100%;
    }
    .apparat-videook-vision img {
        margin-top: 20px; 
        width: 100%;
        max-width: none;
    }
}
.apparat-videook-vision,
.apparat-videook-vision * {
  color: white;
}
.apparat-videook-block {
    border-radius: 0 0 20px 20px;
    background: linear-gradient(180deg, #F4FBFF 70%, #E6EFF5 100%);
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
}
.apparat-videook-block-new {
    border-radius: 20px 20px 20px 20px;
    background: linear-gradient(180deg, #F4FBFF 70%, #E6EFF5 100%);
    /*padding: 30px;*/
    width: 100%;
    box-sizing: border-box;
}
.apparat-videook-block.mt-50 {
    padding-right: 51px;
}

@media (max-width: 768px) {
    .apparat-videook-block [style*="display: flex; gap: 30px;"] {
        flex-direction: column;
        align-items: center;
    }
    
    .apparat-videook-block [style*="justify-content: flex-center;"] {
        justify-content: center;
        width: 100%;
    }
}
.apparat-videook-vision ul.blue-list li {
    background-image: url(/images/punct_white.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 24px;
    margin-bottom: 30px;
    background-position: left top;
}
/*--il*/
.vrachi-vision {
  padding: 50px 50px 0px 50px;
  border-radius: 20px;
  background-color: #EAF8FF;

}
.vrachi-vision .btn-appointment-body {
    background: #2E5065;
    color: white; 
   /* padding: 10px 20px; /* был */
  /*  display: inline-block; /* */
}
.lech_bg {
  border-radius: 20px;
  background: linear-gradient(180deg, #F4FBFF -81.37%, #E6EFF5 100%);
}
.vido_grad_br {
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(0, 144, 210, 0.40) 100%);
}
.lech_bg .mt--30 {
  margin-top: -30px;
}
.lech_bg2  {
  border-radius: 20px;
  background: linear-gradient(180deg, #F4FBFF -81.37%, #E6EFF5 100%);
  margin-top: 30px;
}
.lech_bg2 .mt--30 {
  margin-top: -30px;
}
.lech_bg2 .mt--45 {
    margin-top: -45px;
}

.package {
  background: #EAF8FF;
}

.package .btn2-grey {
    background: #2E5065;
    color: white; 
    margin-top: -20px;
}
.package .btn-appointment-body{
  margin-top: -20px;
}
.package-up{
  margin-top:-100px;
}

.number-list-icon-yellow > li:first-of-type::before {
  content: "";
  background-image: url("/images/y1.png");
  background-size: cover;
}

.number-list-icon-yellow > li:nth-of-type(2)::before {
  content: "";
  background-image: url("/images/y2.png");
  background-size: cover;
}
.number-list-icon-yellow > li:nth-of-type(3)::before {
  content: "";
  background-image: url("/images/y3.png");
  background-size: cover;
}
.number-list-icon-yellow > li:nth-of-type(4)::before {
  content: "";
  background-image: url("/images/y4.png");
  background-size: cover;
}
.number-list-icon-yellow > li:nth-of-type(5)::before {
  content: "";
  background-image: url("/images/y5.png");
  background-size: cover;
}

ul.number-list-icon-yellow {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.number-list-icon-yellow {
  list-style: none;
  padding: 0;
}
.number-list-icon-yellow li {
  list-style: none;
  position: relative;
  padding: 16px 20px 16px 70px;
}

.number-list-icon-yellow li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 52.031px;
  height: 48px;

  display: block;
}
.lech-vision {
  width: 1466px;
  height: 400px;
  padding: 50px 760px 50px 50px;
  background-image: url(/images/lech_vision.png);
}
.dacryo {
  background: #FDF3E9;
}
.btn-appointment-body-grey {
    background: #2E5065;
    color: white; 
}
.btn-appointment-body-grey:hover {
    /*background: #1e3a4a; /* немного темнее при наведении */
    color: white; /* явно указываем, что цвет текста остаётся белым */
}
.btn-appointment-body-orange {
  background:#FF8E00;
  color: white; 
}
.btn-appointment-body:hover {
    
    color: white; /* явно указываем, что цвет текста остаётся белым */
}
.btn-appointment-body-orange:hover {
    
    color: white; /* явно указываем, что цвет текста остаётся белым */
}




.number-list-icon-li-hand {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.number-list-icon-li-hand li {
  position: relative;
  padding: 16px 20px 16px 70px;
  color: #333;

}

.number-list-icon-li-hand li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  /*width: 52.031px;
  height: 48px;*/
  width: 60px;
  height: 60px;
  
  background-image: url("/images/hand-top.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat

}

.diagnost_model{
  background: #EAF8FF;
  border-radius: 20px;
}


.number-list-icon-li-micro {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.number-list-icon-li-micro li {
  position: relative;
  padding: 16px 20px 16px 70px;
  color: #333;

}

.number-list-icon-li-micro li:first-child::before {
   content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/micros_1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.number-list-icon-li-micro li:nth-child(2)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/space_2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}
.number-list-icon-li-micro li:nth-child(3)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/good_3.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}
.too_img_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:30px;  
}
.nictag_bacg {
  background-image: url("/images/bac_blue_lech.png");
  display: flex;
  
  height: 126px;
  flex-direction: column;
  justify-content: center;
  padding: 50px 50px 50px 50px;
  border-radius: 20px;
  text-align: center;
  color: white;
}
.gap-20{
  display: flex;
  gap:20px;
}

/* блок слева картинка (видео) справа текст*/
.block_img_column_flex {
  display: flex;
  flex-direction: column;}

.block_flex_img_left {
  flex: 1; 
  display: flex; 
  flex-direction: column;
  align-items: center;
  gap: 35px
}

/*STRABO*/
.h4_logo_flex {
  display: flex; 
  align-items: center; 
  justify-content: space-between;
}
/*сервис используется */
.bg_vrachi_img {
  max-width: 100%;
  height: auto; 
  border-radius: 8px;
  }
 .bg_vrachi_img_rigth {
  flex: 1; min-width: 300px; 
  display: flex; 
  justify-content: center; 
  align-items: flex-start;
  }
.bg_vrachi_img_wrap{
  display: flex; 
  flex-wrap: wrap; 
  gap: 30px; 
  margin-top:90px;
  align-items: flex-end;
}
.bg_vrachi_flex_text {
flex: 1; 
min-width: 300px;  
}

/*пакет*/
.package_img {
  max-width: 100%; 
  height: auto;"
}
.package_flex_4 {
 flex: 4; 
 display: flex;
 flex-direction: column;
 gap: 20px;
}

.package_flex_end{
display: flex;
align-items: center;
justify-content: flex-end;
}
.package_text {
display: flex; 
flex-direction: column;
gap: 15px; 
justify-content: center;  
}
/*2картинки рядом до и после*/
.col_2_space_b {
  display: flex; 
  align-items: center;
  justify-content: space-between; 
  flex-wrap: wrap
}

.hend_bg_grey {
background: #819AAA; 
border-radius:0 0 20px 20px ; 
padding: 50px;
 color:#FFF; 
display:flex; gap:40px; 
align-items: center; 

}

/*услуги *
/* 1 оптика 210 сортировка карт*/
.fon-bg-optika {
  width: 1466px;
  
  padding: 50px 50px 50px 50px;
  background-image: url(/images/bg-optika.png);
  border-radius: 20px;
  background-repeat: no-repeat
}

/*4 пунтка меню*/
.number-list-icon-li-smail {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.number-list-icon-li-smail li {
  position: relative;
  padding: 16px 20px 16px 70px;
  color: #333;

}

.number-list-icon-li-smail li::before { content: ""; width: 60px;
  height: 60px; position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
 }

.number-list-icon-li-smail li:first-child::before {
  
 
  background-image: url("/images/smail_1.png");

}

.number-list-icon-li-smail li:nth-child(2)::before {



  background-image: url("/images/good_3.png");

}
.number-list-icon-li-smail li:nth-child(3)::before {

 

  background-image: url("/images/icon-is8.png");

}
.number-list-icon-li-smail li:nth-child(4)::before {



  background-image: url("/images/space_2.png");

}

.img-center-text {
  align-items: center;
}

.bg-partner {
  width: 1256px;
  height: 500px;
  background-repeat: no-repeat;
  padding: 50px 750px 50px 50px;
  background-image: url(/images/nashi_partn.png);
  border-radius: 20px;
}
.flex-col {
  flex-direction: column;
}
.img_pad img{
  padding: 9px;
}
.gap-10 {
  display: flex;
  gap: 10px;
}
.bg-nigt_linz {
  width: 1466px;
  height: 321px;
  background-repeat: no-repeat;
  padding: 50px 410px 50px 50px;
  background-image: url(/images/nigt_lin.png);
  border-radius: 20px;
}

.white-text {
  color: #fff;
}
p.white-text {
  color: #fff;
}
grey_text {
color: #819AAA;
}

a.grey_text {
color: #819AAA;
margin-top: -12px;
}
.mb-15{
  margin-bottom: 15px;
}

.btn-appointment-body-grey-light {
  background: #819AAA;
  color: white;
}

/*220 сорт карточки*/
.bg-nigt_linz2 {
  width: 1466px;
  height: 442px;
  background-repeat: no-repeat;
  padding: 50px 473px 50px 50px;
  background-image: url(/images/nigt_lin2.png);
  border-radius: 20px;
}

.white_ul ul.blue-list li {
    background-image: url(/images/punct_white.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 24px;
    margin-bottom: 30px;
    background-position: left top;
}
.bg_blue {
  border-radius: 0 0 20px 20px;
  background: #EAF8FF
}

.blue-list-smol {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.blue-list-smol li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: #333;
}
.blue-list-smol li::before {
    content: "•";
    color: #0090D2; /* Голубой цвет */
    position: absolute;
    left: 0;
    font-size: 25px;
    line-height: 1;
}
.white-block-price {
  border-radius: 20px;
  background: #FFF;
}
.gap-35{
  display: flex;
  gap:35px;
}
.flex-sb-cent {
  display: flex; 
  align-items: center; 
  justify-content: space-between;
}
.p-30 {
  padding: 30px;
}


/*4 пунтка меню*/
.number-list-icon-li-eae {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.number-list-icon-li-eae li {
  position: relative;
  padding: 16px 20px 16px 70px;
  color: #333;

}

.number-list-icon-li-eae li:first-child::before {
   content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/glaz_mutn.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.number-list-icon-li-eae li:nth-child(2)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/glaz_chet.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}
.number-list-icon-li-eae li:nth-child(3)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/good_3.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}
.number-list-icon-li-eae li:nth-child(4)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/cirkle_ok.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.bg-blue-light {
  background: #EAF8FF;
  border-radius: 20px;
  padding: 50px 50px 50px 50px; 
}
.orange-list.blue-list li {
    background-image: url(/images/orang_kircl.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 24px;
    margin-bottom: 30px;
    background-position: left top;
}
.orange-list ul.blue-list li {
    background-image: url(/images/orang_kircl.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 24px;
    margin-bottom: 30px;
    background-position: left top;
}
.fit-content {
  height: fit-content;
}
.img-mb-50 {
  display: flex;
  align-items: flex-end;
  margin: 0 0 -50px 0;
}
.bg_blue.br-20 {
    border-radius: 20px;
}

/*сервис око - онлайн пункты меню*/

.number-list-icon-li-oko {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.number-list-icon-li-oko li {
  position: relative;
  padding: 16px 20px 16px 70px;
  color: #333;

}

.number-list-icon-li-oko li:first-child::before {
   content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/ico_vrash_1_1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}


.number-list-icon-li-oko li:nth-child(2)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/comp_ico_1_1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}
.number-list-icon-li-oko li:nth-child(3)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/home_ico_1_1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}
.number-list-icon-li-oko li:nth-child(4)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/hand2_1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

/*oko там же 2я партия иконок 4 шт. */
.number-list-icon-li-oko-2 li:first-child::before {
   content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/med_ico_1_1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}


.number-list-icon-li-oko-2 li:nth-child(2)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/sk_ico_1_1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}
.number-list-icon-li-oko-2 li:nth-child(3)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/aos_ico_1_1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}
.number-list-icon-li-oko-2 li:nth-child(4)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/good_3.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

ul.blue-list-row {
    display: flex;
    gap: 30px;
}
.bg-img-reclam {
  width: 1466px;
  height: 366px;
  background-repeat: no-repeat;
  padding: 50px 483px 50px 50px;
  background-image: url(/images/imb_fon_recl.png);
  border-radius: 20px;
}
.gap-50 {
  display: flex;
  gap: 50px;
}
.fon_starbo_och {
   width: 1466px;
  height: 228px;
  background-repeat: no-repeat;
  padding: 50px 550px 50px 50px;
  background-image: url(/images/fon_starbo_1_1.png);
  border-radius: 20px;
}


.number-list-icon-li-strabo {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.number-list-icon-li-strabo li {
  position: relative;
  padding: 16px 20px 16px 70px;
  color: #333;

}

.number-list-icon-li-strabo li:nth-child(1)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/cirkle_ok.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.number-list-icon-li-strabo li:nth-child(2)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/shesterenka_1_1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.number-list-icon-li-strabo li:nth-child(3)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/ukazatel_1_1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.number-list-icon-li-strabo  li:nth-child(4)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/home_ico_1_1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}
.number-list-icon-li-strabo  li:nth-child(5)::before{
   content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/smail_1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat}

.number-list-icon-li-strabo li:nth-child(6)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/good_3.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}
.number-list-icon-li-strabo li:nth-child(7)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/otpechatok_1_1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}
.img-mt-mb-50 {
  display: flex;
  align-items: flex-end;
  margin: -75px -50px -50px 0;
}

.top_0  > li::before {
	top: 10px;
transform: none;
}


.blue-list-custom {
    margin: 10px 0 0 30px;
    padding: 0;
    list-style: none;
}

.blue-list-custom li {
    position: relative;
    padding: 6px 0 6px 24px; /* отступ слева под маркер */
    margin: 0;
    line-height: 1.4;
}

.blue-list-custom li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* Выравнивание по центру */
    width: 20px;
    height: 20px;
    background-image: url("/images/orang_kircl.png");
    background-size: cover;
    background-position: center;
}



/*услуги  Консультация  офтальмохирурга -*/

.number-list-icon-li-oft {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.number-list-icon-li-oft li {
  position: relative;
  padding: 16px 20px 16px 70px;
  color: #333;

}

.number-list-icon-li-oft li:first-child::before {
   content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/d_2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}


.number-list-icon-li-oft li:nth-child(2)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/space_2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}
.number-list-icon-li-oft li:nth-child(3)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/good_3.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}
.number-list-icon-li-oft li:nth-child(4)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/smail_1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}
.number-list-icon-li-oft li:nth-child(5)::before {
 content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url("/images/ico_glaz.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}
.consultation-banner_usl {
  background: #EAF8FF;
  width: 1100px;
  align-items: center;    
}
.text_img_ai_center {
  align-items: center;
}
.flex-space-e {
  justify-content: space-evenly;
}
.mt-100{
  margin-top: 100px;
}
.left_m-30 {
  margin-left: -33px;
}
.width_too_row {
  width: 50%;
}
.gradien_img { 
  height: 159px;
  display: flex;
  flex:2;
  justify-content: flex-end;
  align-items: center;
  border-radius: 20px;
  background: linear-gradient(90deg, #0090D2 0%, #2E5065 100%);
}
.img_vrach_comp {
  height: 231px;
  margin-top: -70px;
}
.text_flex_cent{
  display: flex;
  flex:1;
  align-items: center;
}
.block_height {
  height: 159px;
}
.block_m_wth{
  max-width: 516px;
}
.bg_blue_new {
background: #0090d2;
border-radius: 20px;
}

.text_flex4 { 
  display: flex;
  flex:2;
  justify-content: flex-end;
  align-items: center;
}
.btn_contur_blue {
  border: 3px solid #0090D2;
}

.text_fff_hov :hover {
    color: #fff;
}
.text_fff_hov {
  width: 70%;
}
.grid_end {
  align-items: end;
}
.name_clin:hover{
  text-decoration: none;
}
.name_clin {
  text-decoration: none;
}
/* End */


/* Start:/bitrix/templates/yv2025/css/mobile.css?175940125924963*/
.m-top-header {
  display: none;
}
.strabo-o-block {
  border-radius: 20px;
  background: #fff;
  padding: 35px;
  margin: 50px;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  .modal__content {
    margin: 0 20px;
  }
  .m-logo img {
    height: 40px;
  }
  .search-container,
  .header-contacts,
  .header-buttons,
  .top-header {
    display: none;
  }
  .top-header {
    justify-content: flex-start;
  }
  .header-wrapper {
    flex-direction: row;
    justify-content: flex-start;
  }
  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
  .baner-text {
    position: absolute;
    bottom: 20px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    word-wrap: break-word;
    padding: 30px;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
  }
  .baner-btn {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 30px;
  }
  .btn-service {
    color: white;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    word-wrap: break-word;

    margin-left: 0;
  }
  .form-group {
    align-items: baseline;
    justify-content: space-between;
    flex-direction: row !important;
    gap: 0px;
  }
  .form-check-label {
    font-size: 13px;
  }
  .custom-checkbox {
    font-size: 17px;
  }
  .m-top-header {
    display: flex;
    position: relative;
    border-bottom: 3px solid #ffea00;
    width: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding-left: 20px;
  }
  .first-section h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    word-wrap: break-word;
    padding-bottom: 0px;
  }
  .first-section {
    padding: 20px 0;
  }
  .container {
    padding: 0 30px;
  }
  .doctor-main {
    display: flex;
    padding-top: 20px;
    gap: 20px;
    flex-direction: column-reverse;
  }
  .doctor-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    word-wrap: break-word;
    padding-top: 0px;
  }
  .doctor-main .h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
  }
  img.doctor-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .doctor-img img {
    width: 100%;
  }
  .treating .h3 {
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px; /* 142.857% */
    padding-bottom: 20px;
  }
  .icon-text {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
  }
  .icon-bloks .block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    width: 44% !important;
  }
  .icon-treating img {
    width: 110px;
  }
  .actions {
    padding: 20px 0 20px 0;
  }
  .pb-90 {
    padding-bottom: 50px;
  }
  h2 {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 1.4rem;
  }
  .diseases {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 20px;
  }
  .disease a {
    display: block;
    position: relative;
    width: 160px;
    height: 160px;
    background-size: contain;
  }
  .disease:nth-child(1) a:hover {
    background-position-y: -160px;
  }

  .disease:nth-child(2) a:hover {
    background-position-y: -160px;
  }

  .disease:nth-child(3) a:hover {
    background-position-y: -160px;
  }

  .disease:nth-child(4) a:hover {
    background-position-y: -160px;
  }

  .disease:nth-child(5) a:hover {
    background-position-y: -160px;
  }
  .disease:nth-child(6) a:hover {
    background-position-y: -160px;
  }
  .container-small {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .disease a {
    background-size: cover !important;
  }
  .disease a span {
    position: absolute;
    bottom: 20px;
    left: 10px;

    font-size: 12px;

    line-height: normal;
  }
  img.doctor-item-image {
    width: 100%;
  }
  .other-diseases {
    height: 103px;
    padding: 20px;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 20px;
  }
  .stat-block {
    flex-direction: column;
    gap: 0;

    align-content: center;
    justify-content: center;
    align-items: flex-start;
  }
  .progress-container:nth-child(1) {
    width: 100%;
  }
  .progress-container:nth-child(2) {
    width: 80%;
  }
  .progress-container:nth-child(3) {
    width: 60%;
  }
  .progress-container:nth-child(4) {
    width: 45%;
  }

  .progress-container {
    border-radius: 5px 30px 30px 5px;
    height: 24px;
    flex-shrink: 0;
    margin-bottom: 21px;

    padding-left: 14px;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
  }
  .stats-container {
    width: 100%;
  }
  .stats .small-text {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
  }
  .pt-160 {
    padding-top: 20px;
  }
  .dropdown__content .diseases {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .dropdown__content .diseases1 {
    padding: 0px;
  }
  .dropdown__content .col-3-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .treatments {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .home .treatments {
    padding-left: 20px;
  }
  .treatment a {
    width: 180px;
    height: 180px;
    background-size: cover !important;
  }
  .treatment a span {
    bottom: 10px;
    left: 10px;

    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
  }
  .davs-head {
    flex-direction: column;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
  }
  .mt-50 {
    margin-top: 10px;
  }

  .davs-head img {
    display: none;
  }
  .davs-block {
    width: 100%;
    padding: 20px;
  }
  .davs-blocks {
    display: flex;

    flex-direction: column;
    padding-bottom: 20px;
  }
  .davs-block .h3 {
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .davs-block .text {
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .logo-btn img {
    width: 35%;
  }
  .davs {
  }
  .frist-techs {
    display: flex;

    flex-direction: column;
  }

  .second-techs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 11px;
  }
  .frist-techs .tech:nth-child(1) {
    width: 100%;
    height: auto;
  }
  .frist-techs .tech,
  .second-techs .tech {
    width: 100%;
    height: auto;
  }
  .doctors {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 109px;
    row-gap: 109px;
    column-gap: 109px;
    justify-content: center;
    justify-items: center;
    align-content: center;
    flex-direction: column;
  }
  .smi-blocks {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    flex-direction: column;
  }
  .smi img {
    width: 100%;
  }
  .smi-blocks:nth-child(4),
  .smi-blocks:nth-child(5),
  .smi-blocks:nth-child(6) {
    display: none;
  }
  .news-block {
    flex-direction: column;
  }
  .ya-rew {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .news {
    width: 100%;
  }
  .news img {
    width: 100%;
  }
  .more-block a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 9px;
    margin-bottom: 10px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
  }
  .more-block span {
    font-size: 18px;

    width: 100%;
    display: block;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .cta-block {
    background: url(/bitrix/templates/yv2025/images/m-cta.png);
    width: 100%;
    height: 190px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .cta-text {
    position: absolute;
    left: 23%;
    top: 35px;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    width: 199px;
  }
  .cta-buttons img {
    width: 25px;
  }
  a.btn-orders {
    border-radius: 40px;
    padding: 5px 15px;
    line-height: normal;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
  }
  .cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

    margin-top: 10px;
  }
  .mb-90 {
    margin-bottom: 20px;
  }
  .tech img {
    width: 100%;
  }
  footer {
    padding: 20px 0;
    margin-top: 20px;
    height: fit-content;
  }
  .footer {
    flex-direction: column;
  }
  .second-footer {
    margin-left: 0;
  }
  .second-footer img {
    width: 100%;
  }
  .flex {
    display: flex;
    flex-direction: column;
  }
  .tech a span {
    bottom: 30px;
    left: 20px;

    font-size: 18px;

    line-height: 28px;
  }
  .second-techs .tech a span {
    bottom: 24px;
    left: 16px;
    font-size: 17px;
    line-height: 18px;
  }
  footer .hand {
    width: 121px;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 935px;
  }
  .clinics-map .metro {
    margin-bottom: 12px;
  }
  .metro a,
  .clinics-map a {
    text-align: left;
    font-size: 14px;
  }
  .premium {
    display: none;
  }
  .director-info {
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }

  .director {
    flex-direction: column !important;
    align-content: flex-end;
    align-items: center;
    text-align: center !important;
    gap: 40px;
    justify-content: center !important;
  }
  .breadcrumbs {
    height: 29px;

    flex-wrap: nowrap;
  }
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 15px;
    line-height: 15px;
    white-space: nowrap;
  }
  #breadcrumbs::before {
    height: 29px;
  }
  .doctor-main-page h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .doctor-short-info {
    padding: 15px 20px;
    position: inherit;
    width: 100%;

    font-size: 16px;

    line-height: 25px;
    margin-bottom: 20px;
  }
  .doctor-main-block {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .doctor-info {
    position: inherit;
    width: 100%;
    gap: 20px;
    top: 298px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .doctor-site a,
  .doctor-work a,
  .doctor-appeal a,
  a.metro-name {
    font-size: 15px;

    line-height: 47px;

    white-space: nowrap;
  }
  .doctor-site,
  .doctor-work,
  .doctor-appeal,
  a.metro-name {
    border-radius: 50px;
    background: #ffed9b;
    padding: 0px 16px;
  }
  .edu-blocks {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .stat-block img {
    border-radius: 20px;
    width: 100%;
  }
  .operations span {
    font-size: 28px;
  }

  .review-name {
    font-size: 18px;

    line-height: 25px;
    margin-bottom: 15px;
  }

  .reviews-block1 {
    height: 400px;
  }
  .diag-prices,
  .surgery-prices {
    padding: 20px;

    gap: 20px;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .doctor-price-name,
  .surgery-price-name {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }
  .diag-prices img,
  .surgery-prices img {
    width: 100%;
  }

  #slider-videos .slide {
    flex: 0 0 calc(100% - 20px);
  }
  #slider-videos .slide .text-block {
    padding: 0px;
    background: white;
    height: auto;
  }
  .text-block {
    padding: 0px;
    background: white;
    height: auto;
  }
  .az-consult .text {
    width: 50%;
  }
  .az-consult img {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 220px;
  }

  .az-consult {
    height: auto !important;
    padding: 20px;
  }
  .doctor-az-consult .az-consult {
    padding: 20px;
  }
  .doctor-az-consult .az-consult .text {
    width: 100%;
  }

  .doctor-az-consult a.btn-orders {
    white-space: nowrap;

    display: block;
    margin: 20px;
  }
  .histori {
    height: auto !important;
    padding: 20px 20px 0 20px !important;
  }
  .doctor-az-consult .az-consult img {
    position: relative;
    right: -0;
    bottom: -25px;
    width: 220px;
  }
  .contacts-prices {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  .contacts-price .h3 {
    font-size: 17px;
    padding: 0px 13px;
    margin-bottom: 20px;
  }
  .price-items {
    border-radius: 50px;
    background: #fdf3e9;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 25px;
    align-items: center;
    margin-bottom: 0px;
  }
  .contacts-price {
    margin-bottom: 20px;
  }
  div.news-detail {
    gap: 0;
    flex-direction: column;
  }
  div.news-detail h1,
  .h1,
  h1 {
    font-size: 1.6rem !important;
    line-height: normal;
  }
  .first-text h3,
  .second-text h3,
  .interesting-articles h3 {
    padding: 20px 0 20px 0;
    font-size: 1.5rem !important;

    line-height: normal;
  }
  .articles-blocks {
    gap: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ab-head {
    font-size: 17px;
    line-height: normal;
    padding-bottom: 10px;
  }
  .ab-desc {
    font-size: 15px;
    line-height: normal;
    padding-bottom: 10px;
  }
  .ab-date {
    font-size: 15px;
    line-height: normal;
    padding-bottom: 10px;
  }
  .choose-clinic {
    width: 100%;
    height: 250px;

    padding: 150px 20px 20px 20px;
  }
  .choose-clinic img.resep {
    left: 24%;
    top: -36px;
    width: 200px;
  }
  .choose-clinic div {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 25px;
    text-align: center;
  }

  .btn {
    padding: 7px 10px;
    min-width: 120px;
    font-size: 14px;
    width: fit-content;
    margin: 0 auto;
  }
  .icon-loc img {
    width: 25px;
  }
  .col-6 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .davs-video-cont {
    margin: 0 auto;
    width: 100%;
    height: 242px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 20px;
  }
  .davs-video-cont iframe {
    position: absolute;
    width: 259px;
    height: 144px;
    border-radius: 20px;
    top: 46px;
    left: 25px;
  }
  #slider4 .slide {
    flex: 0 0 calc(95% - 102px);
  }
  .vert-slider .slide iframe {
    width: 289px;
    height: 514px;
    border-radius: 20px;
  }
  .columns-container {
    flex-direction: column;
    gap: 0 !important;
  }
  ul.blue-list li {
    line-height: normal;
    margin-bottom: 20px;
  }
  #breadcrumbs {
    overflow-x: hidden;
  }
  .first-text {
    margin-top: 20px;
  }
  .first-text p,
  .second-text p,
  .interesting-articles p {
    font-size: 15px;

    line-height: normal;
    padding: 0px 0 15px 0;
  }
  .first-text h4,
  .second-text h4,
  .interesting-articles h4 {
    font-size: 17px;

    line-height: normal;
  }
  .apparat-videook-vision ul.blue-list li {
    line-height: normal;
    margin-bottom: 15px;
  }
  .apparat-videook-vision img {
    margin-bottom: 0 !important;
  }
  .pedia-vision {
    width: 100%;
    height: auto;
    padding: 20px;
    background-image: url(/images/pedia-vision.jpg);
    background-position-x: -823px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .news-item-image img {
    width: 100%;
  }
  .is-baner-head h1 {
    font-size: 22px;

    line-height: normal;
  }
  .is-baner-text {
    font-size: 15px;
    line-height: normal;
    bottom: 60px;
  }
  .is-baner-lechenie,
  .is-baner,
  .is-baner-innov {
    height: auto !important;

    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position-x: center !important;
  }
  .is-baner-head {
    gap: 20px;
  }
  .innovative-surgery img {
    width: 100% !important;
  }
  .col-2-8 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .diagnostics {
    padding: 20px;
  }
  .is-content h3 {
    padding-bottom: 0px;
    line-height: normal;
  }
  .is-baner-height {
    position: relative;
    height: 500px;
  }
  .is-baner-head {
    padding-top: 30px;
  }
  .fon_starbo_och {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position-x: -492px;
    background-size: cover;
    padding: 20px;
  }
  .bg_blue {
    padding: 0 10px;
  }
  .first-text img {
    width: 100%;
  }
  .img-mt-mb-50 {
    display: flex;
    align-items: flex-end;
    margin: 10px;
  }
  .p-50 {
    padding: 20px;
  }
  ul.blue-list-row {
    flex-wrap: nowrap;
    gap: 10px;
    flex-direction: column;
  }
  .bg-img-reclam {
    width: 100%;
    height: auto;
    padding: 20px;
    background-size: cover;
  }
  ul.orange-list li {
    line-height: normal;
    margin-bottom: 10px;
  }
  .fs-28 {
    font-size: 16px !important;
  }
  .number-list-icon-li-hand li::before {
    left: 0;
    top: 20%;

    width: 30px;
    height: 30px;
  }
  .number-list-icon-li-hand li {
    padding: 16px 20px 0px 35px;
  }
  .number-list-icon-yellow li {
    padding: 16px 20px 16px 35px;
  }
  .number-list-icon-yellow li::before {
    width: 30px;
    height: 26px;
  }
  h3,
  .h3 {
    font-size: 1rem;
    line-height: normal;
  }
  .h4_logo_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .img-mb-50 {
    display: flex;
    align-items: flex-end;
    margin: 36px 0 -20px 0;
  }
  .bg-nigt_linz2 {
    width: 100%;
    height: fit-content;
    background-repeat: no-repeat;
    padding: 20px;
    background-image: url(/images/nigt_lin2.png);
    border-radius: 20px;
    background-size: cover;
    background-position-x: -1163px;
  }
  h4,
  .clinics-map h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: normal;
  }
  .fon-bg-optika {
    width: 100%;
    padding: 20px;

    border-radius: 20px;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: cover;

    background-image: url(/images/m-bg-optika.jpg);
  }
  .fon-bg-optika .btn {
    margin-top: 70px;
  }
  .number-list-icon-li-smail li::before {
    width: 40px;
    height: 40px;
    margin-bottom: 30px;
  }
  .img_pad img {
    width: 100%;
  }
  .img_pad .col-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .bg-partner {
    width: 100%;
    height: 170px;
    padding: 20px;
    background-size: contain;
  }
  .bg-nigt_linz {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    padding: 20px;
    background-image: url(/images/m-nigt_lin.jpg);
    border-radius: 20px;
    height: 477px;
    background-size: cover;
  }
  .package-up {
    margin-top: 0;
    text-align: center;
    display: block;
    width: 100%;
  }
  .tele-icon-text img {
    width: 30px !important;
  }
  .vrachi-vision {
    padding: 20px 20px 0 20px;
    border-radius: 20px;
    background-color: #eaf8ff;
  }
  .lech-vision {
    width: 100%;
    height: 110px;
    padding: 20px;
    background-image: url(/images/lech_vision.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .number-list-icon li {
    padding: 16px 20px 16px 35px;
  }
  .number-list-icon li::before {
    width: 30px;
    height: 26px;
  }
  img.vido_grad_br {
    width: 100%;
  }
  .package_flex_end {
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .after2__text {
    gap: 68px;
    font-size: 20px;
    height: 193px;
    justify-content: center;
  }
  #slider-after2 .slide {
    flex: 0 0 calc(100% - 18px);
    margin: 0 10px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    opacity: 1;
    transform: scale(0.95);
  }
  .is-block {
    padding: 20px;
  }
  .read-more-banner {
    flex-wrap: wrap;
  }
  .col-3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .mb-50 {
    margin-bottom: 10px !important;
  }
  .strabo-o-block {
    border-radius: 20px;
    background: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .light-blue-fon {
    padding: 20px;
  }
  .davs-main-block {
    gap: 20px;
    flex-wrap: wrap;
  }
  .sostav {
    gap: 0;
    flex-wrap: wrap;
  }
  .davs-baners {
    padding: 20px;
    height: auto;
    border-radius: 35px;
  }
  .davs-price {
    padding: 20px;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .visio h3,
  .amblyo h3,
  .dacryo h3,
  .strabo h3 {
    margin-bottom: 15px;
  }
  .davs-price-block {
    padding: 10px 12px;

    gap: 16px;
    font-size: 15px;

    line-height: normal;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .amblyo-baner2,
  .dacryo-baner2 {
    padding: 20px;
    height: 300px;
    background-position-x: center;
    border-radius: 20px;
    width: 100%;
  }
  .davs-price-block span {
    padding: 10px 12px;

    gap: 16px;
    font-size: 15px;
    line-height: normal;
  }
  .metodika {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .col-4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .service-link {
    padding: 0;
    margin-bottom: 12px;
    font-size: 11px;

    line-height: normal;
  }
  .doctor-text1 {
    font-size: 12px;

    line-height: normal;
  }

  .doctors-info {
    gap: 12px;
  }
  .doctor1 a {
    text-align: center;
    font-size: 20px;
    line-height: normal;
  }
  .services-container {
    margin: 0;
    gap: 0;
  }

  #doctor-slider1 .slide {
    flex: 0 0 calc(100% - 20px);
  }
  .contacts-banner {
    flex-wrap: wrap;
  }
  .contacts-banner div {
    width: 100%;
  }
  .two-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  ul,
  ol {
    margin-bottom: 0px;
  }
  .treatments2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .treatments2 .treatment a {
    width: 100%;
    height: 238px;
    border-radius: 20px;
  }
  .other-treatment a {
    bottom: 45px;
    left: 20px;
  }
  .other-treatment {
    padding: 20px;
    border-radius: 20px;
    background-position-x: -570px;
  }
  .payment-fond-blocks {
    align-items: baseline;
    align-content: space-between;
    justify-items: stretch;
  }
  .payment-fond-blocks img {
    width: 100%;
  }
  .payment-fond-blocks .h3 {
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
  .of-uslugi {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .adress {
    margin-bottom: 0;
    margin-top: 0;
  }
  .reghim {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .phone-icon {
    font-size: 25px;
    font-weight: 700;
    padding: 20px 0;
  }
  .yandex_re {
    width: 100%;
    height: 800px;
  }
  .yandex_re div {
    width: 100% !important;
  }
  .contacts-reviews {
    grid-template-columns: repeat(1, 1fr);
  }
  ul.yellow-list li {
    margin-bottom: 10px;
  }
  .slider-wrapper1 {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  #slider3 .slider {
    padding: 0;
    margin: 0;
  }
  .col-3-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .h-about {
    grid-template-columns: repeat(1, 1fr);
  }
  .gradien_img img {
    display: none;
  }
  .strabo-mat .flex {
    flex-direction: row;
    justify-content: center;
  }

  .strabo-mat .block_m_wth {
    max-width: 100%;
    min-width: 170px;
  }
  .strabo-mat .text_flex_cent {
    align-items: flex-start;
  }
  .strabo-mat .bg-blue-light {
    padding: 20px;
  }
  .strabo-mat .gap-30 {
    gap: 10px;
  }
  .flex-space-e {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .flex-space-e img {
    width: 35%;
  }
  .footer h4 {
    font-size: 19px;

    line-height: normal;
  }
  footer .text {
    font-size: 18px;
  }
  .footer ul {
    margin-top: 3px;
  }
  .hole div {
    margin-top: 10px;
    font-size: 12px !important;
  }
  .appointment-img img {
    width: 100%;
  }
  .modal__order {
    margin: 0 20px;
  }
  .btn-doctor {
    font-size: 16px !important;

    padding: 5px 18px !important;
  }
}

@media (max-width: 400px) {
  .treatment a {
    width: 150px;
    height: 150px;
  }
  .disease a {
    width: 150px;
    height: 150px;
  }
  h2 {
    font-size: 1.2rem;
  }
  .baner-text {
    font-size: 15px;

    line-height: normal;
  }
  div.news-detail h1,
  .h1,
  h1 {
    font-size: 1.4rem !important;
    line-height: normal;
  }
  .number-list-icon-li-smail li::before {
    width: 40px;
    height: 40px;
  }
  .cta-text {
    left: 19%;
    top: 26px;
  }
  .first-text h3,
  .second-text h3,
  .interesting-articles h3 {
    padding: 10px 0 10px 0;
    font-size: 1.2rem !important;
  }
}

/* End */


/* Start:/bitrix/templates/yv2025/components/bitrix/breadcrumb/.default/style.css?1752133225189*/
.breadcrumb ul {padding-left:0 !important}
.breadcrumb ul li {margin-right:24px}
.breadcrumb ul li:last-child {margin-right:0}
.breadcrumb ul li:first-child:before {content:none !important}
/* End */
/* /bitrix/templates/yv2025/css/base.css?175940025744617 */
/* /bitrix/templates/yv2025/css/doctor.css?17589491856354 */
/* /bitrix/templates/yv2025/css/davs.css?17592924015132 */
/* /bitrix/templates/yv2025/css/price.css?17581930362371 */
/* /bitrix/templates/yv2025/css/mega-menu.css?17593134559174 */
/* /bitrix/templates/yv2025/css/telem.css?1752131552746 */
/* /bitrix/templates/yv2025/css/contacts.css?17537713324916 */
/* /bitrix/templates/yv2025/css/after-before.css?17521315511365 */
/* /bitrix/templates/yv2025/css/modal.css?17581743951618 */
/* /bitrix/templates/yv2025/css/usligi-style.css?175938078527319 */
/* /bitrix/templates/yv2025/css/mobile.css?175940125924963 */
/* /bitrix/templates/yv2025/components/bitrix/breadcrumb/.default/style.css?1752133225189 */
