/* Базовые настройки */
body {
    font-family: 'Roboto', sans-serif;
    color: #696969;
    background-color: #f2f2f2;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #333333;
}


/* Навигация */
.header-hero-licastom .nav-link {
    color: #696969;
    font-weight: 700;
    text-transform: uppercase;
    transition: color 0.3s;
   
}

.header-hero-licastom .nav-link:hover,
.header-hero-licastom .nav-link.active {
    color: #e10202;
}

.features-image {
    max-height: 500px;
}

.section-title-dark {
    color: #333;
}

.review-container-wide {
    max-width: 1600px;
}

.review-title-spacing {
    margin-top: 50px;
    margin-bottom: 30px;
}

.review-avatar {
    width: 100px;
    margin-bottom: 10px;
}

.review-site-image {
    width: 100%;
}

.contact-page {
    background: radial-gradient(circle at top right, rgba(255, 89, 30, 0.08), transparent 45%);
}

.contact-shell {
    background: #ffffff;
    border: 1px solid rgba(225, 2, 2, 0.1);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(110, 57, 58, 0.08);
}

.contact-card {
    border: 1px solid rgba(255, 89, 30, 0.25);
    border-radius: 14px;
    padding: 22px;
    background: linear-gradient(180deg, rgba(255, 89, 30, 0.04) 0%, rgba(255, 255, 255, 1) 70%);
}

.contact-card h2,
.contact-card h3 {
    color: #6e393a;
}

.contact-list {
    list-style: none;
    padding-left: 0;
}

.contact-list li {
    margin-bottom: 10px;
    line-height: 1.55;
}

.contact-list a,
.consent-check a {
    color: #e10202;
    font-weight: 700;
}

.contact-list a:hover,
.consent-check a:hover {
    color: #ff591e;
}

.contact-hours-table td {
    border-color: rgba(110, 57, 58, 0.2);
    vertical-align: middle;
}

.contact-form .form-control {
    border: 1px solid rgba(110, 57, 58, 0.35);
    border-radius: 10px;
    padding: 10px 12px;
}

.contact-form .form-control:focus {
    border-color: #ff591e;
    box-shadow: 0 0 0 0.2rem rgba(255, 89, 30, 0.18);
}

.contact-honeypot {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    pointer-events: none;
}

.alert-success {
    background-color: rgba(25, 135, 84, 0.1);
    border: 1px solid rgba(25, 135, 84, 0.4);
    color: #146c43;
    border-radius: 10px;
    padding: 14px 18px;
}

.alert-danger {
    background-color: rgba(225, 2, 2, 0.08);
    border: 1px solid rgba(225, 2, 2, 0.3);
    color: #e10202;
    border-radius: 10px;
    padding: 14px 18px;
}

.consent-check .form-check-input:checked {
    background-color: #ff591e;
    border-color: #ff591e;
}

.consent-check .form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 89, 30, 0.2);
}

.map-placeholder {
    min-height: 260px;
    border: 2px dashed rgba(255, 89, 30, 0.45);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6e393a;
    font-weight: 700;
    background: rgba(255, 89, 30, 0.06);
    text-align: center;
    padding: 20px;
}

.documents-page {
    background: radial-gradient(circle at top left, rgba(225, 2, 2, 0.08), transparent 45%);
}

.documents-shell {
    background: #ffffff;
    border: 1px solid rgba(225, 2, 2, 0.12);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(110, 57, 58, 0.08);
}

.documents-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.documents-list li + li {
    margin-top: 10px;
}

.documents-list a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 89, 30, 0.3);
    border-radius: 10px;
    text-decoration: none;
    color: #6e393a;
    background: linear-gradient(180deg, rgba(255, 89, 30, 0.04) 0%, rgba(255, 255, 255, 1) 100%);
    transition: all 0.25s ease;
}

.documents-list a i {
    color: #e10202;
    font-size: 18px;
    margin-top: 2px;
}

.documents-list a:hover {
    border-color: #ff591e;
    box-shadow: 0 6px 16px rgba(255, 89, 30, 0.18);
    transform: translateY(-2px);
}

.patients-page {
    background: radial-gradient(circle at top right, rgba(255, 89, 30, 0.08), transparent 45%);
}

.patients-shell {
    background: #ffffff;
    border: 1px solid rgba(225, 2, 2, 0.12);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(110, 57, 58, 0.08);
}

.patients-card {
    border: 1px solid rgba(255, 89, 30, 0.25);
    border-radius: 14px;
    padding: 20px;
    background: linear-gradient(180deg, rgba(255, 89, 30, 0.04) 0%, rgba(255, 255, 255, 1) 70%);
}

.patients-shell h2 {
    font-weight: 600;
}


.patients-shell h3 {
    font-weight: 500;
}

.patients-note {
    color: #6e393a;
    font-weight: 700;
}

.patients-note i {
    color: #e10202;
    margin-right: 6px;
}

.patients-spoiler {
    border: 1px solid rgba(110, 57, 58, 0.28);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.patients-spoiler-header {
    width: 100%;
    border: 0;
    background: rgba(255, 89, 30, 0.08);
    color: #6e393a;
    text-align: left;
    padding: 14px 16px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    transition: background-color 0.25s ease;
}

.patients-spoiler-header:hover {
    background: rgba(255, 89, 30, 0.15);
}

.patients-spoiler-header > span i,
.patients-spoiler-header > i {
    color: #e10202;
}

.patients-spoiler-header > i {
    transition: transform 0.25s ease;
}

.patients-spoiler-header.active > i {
    transform: rotate(90deg);
}

.patients-spoiler-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 14px;
}

.patients-spoiler-body.open {
    max-height: 4200px;
    padding: 14px;
}

.price-page {
    background: radial-gradient(circle at top right, rgba(225, 2, 2, 0.08), transparent 45%);
}

.price-shell {
    background: #ffffff;
    border: 1px solid rgba(225, 2, 2, 0.12);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(110, 57, 58, 0.08);
}

.price-card {
    border: 1px solid rgba(255, 89, 30, 0.25);
    border-radius: 14px;
    padding: 14px;
    background: linear-gradient(180deg, rgba(255, 89, 30, 0.04) 0%, rgba(255, 255, 255, 1) 70%);
}

.price-table {
    margin: 0;
}

.price-table thead th {
    color: #6e393a;
    font-weight: 700;
    border-bottom: 2px solid rgba(255, 89, 30, 0.35);
}

.price-table td,
.price-table th {
    border-color: rgba(110, 57, 58, 0.18);
    vertical-align: middle;
}

.price-table td:last-child,
.price-table th:last-child {
    width: 150px;
    white-space: nowrap;
}

.team-page {
    background: radial-gradient(circle at top left, rgba(255, 89, 30, 0.09), transparent 45%);
}

.team-shell {
    background: #ffffff;
    border: 1px solid rgba(225, 2, 2, 0.12);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(110, 57, 58, 0.08);
}

.team-intro {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    color: #6e393a;
    text-align: center;
}

.doctor-card {
    border: 1px solid rgba(255, 89, 30, 0.25);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(255, 89, 30, 0.05) 0%, rgba(255, 255, 255, 1) 80%);
    box-shadow: 0 6px 18px rgba(110, 57, 58, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.doctor-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 26px rgba(255, 89, 30, 0.2);
}

.doctor-photo {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.doctor-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.doctor-role {
    color: #6e393a;
    font-weight: 500;
}

.doctor-schedule {
    color: #333333;
    font-size: 15px;
}

.doctor-body .btn-price-all {
    margin-top: auto;
    align-self: center;
}

.doctor-docs-dialog {
    max-width: 800px;
}

.doctor-docs-modal .modal-content {
    border-radius: 14px;
    border: 1px solid rgba(255, 89, 30, 0.25);
}

.doctor-docs-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.doctor-doc-item {
    display: block;
    border: 1px solid rgba(110, 57, 58, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.doctor-doc-item img {
    width: 100%;
    height: auto;
    display: block;
}

.licastom-breadcrumb-wrap {
    background: linear-gradient(90deg, rgba(255, 89, 30, 0.12) 0%, rgba(225, 2, 2, 0.1) 100%);
    border-top: 1px solid rgba(255, 89, 30, 0.18);
    border-bottom: 1px solid rgba(255, 89, 30, 0.18);
    margin-top: 12px;
}

.licastom-breadcrumb {
    padding: 12px 0;
    font-size: 14px;
}

.licastom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #6e393a;
}

.licastom-breadcrumb .breadcrumb-item a {
    color: #e10202;
    text-decoration: none;
    font-weight: 700;
}

.licastom-breadcrumb .breadcrumb-item a:hover {
    color: #ff591e;
    text-decoration: underline;
}

.licastom-breadcrumb .breadcrumb-item.active {
    color: #6e393a;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .docs-page-content {
        margin-top: 16px;
    }

    .contact-hours-table {
        table-layout: fixed;
        width: 100%;
    }

    .contact-hours-table td:first-child {
        width: 42%;
    }

    .contact-hours-table td:last-child {
        width: 58%;
        white-space: nowrap;
    }

    .contact-shell {
        border-radius: 12px;
    }

    .documents-shell {
        border-radius: 12px;
    }

    .patients-shell {
        border-radius: 12px;
    }

    .patients-card {
        padding: 10px;
    }

    .documents-list a {
        padding: 7px 7px;
    }

    .patients-spoiler-header {
        font-size: 14px;
        padding: 12px;
    }

    .patients-spoiler-body.open {
        padding: 10px;
    }

    .price-shell {
        border-radius: 12px;
    }

    .price-card {
        padding: 8px;
    }

    .price-table {
        font-size: 14px;
    }

    .price-table td:last-child,
    .price-table th:last-child {
        width: 110px;
    }

    .team-shell {
        border-radius: 12px;
    }

    .doctor-photo {
        height: 350px;
    }

    .doctor-body {
        padding: 12px;
        text-align: center;
    }

    .doctor-schedule {
        text-align: center;
    }

    .contact-card {
        padding: 16px;
    }

    .contact-form .btn-price-all {
        display: block;
        margin: 0 auto;
    }

    .map-placeholder {
        min-height: 220px;
    }
}

/* Swiper Slider — исправленный вариант без обрезки */
.licastom-swiper {
    width: 100%;
    height: auto; /* Убираем фиксированную высоту */
    max-height: none; /* Снимаем ограничение в 400px */
}

.licastom-swiper img {
    width: 100%;
    height: auto; /* Высота подстраивается пропорционально ширине */
    object-fit: contain; /* Картинка всегда вписывается целиком */
    display: block;
}

/* Опционально: если хотите, чтобы слайдер был такой же ширины, как шапка (col-lg-10) */
.slider-section {
    margin-top: 20px;
}

/* Цвета Swiper под фирменный стиль */
.swiper-button-next, .swiper-button-prev {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.swiper-pagination-bullet-active {
    background-color: #e10202;
}

/* Карточки Spotlight (О клинике, Наш коллектив, Режим) */
/* --- Секция Spotlight (Карточки под слайдером) --- */

.spotlight-section {
    background: transparent !important; /* Фон секции прозрачный */
    margin-top: -80px; /* Наплыв на слайдер */
    position: relative;
    z-index: 10;
}

#o-nas {
    scroll-margin-top: 90px;
}

.spotlight-card {
    border: none;
    border-radius: 0; /* Убираем скругление для плотного прилегания */
    min-height: 350px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
    padding: 40px 25px !important;
}

.spotlight-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Цвета карточек */
.spotlight-primary { background-color: #e10202; }   /* Красный */
.spotlight-secondary { background-color: #6e393a; } /* Коричневый */
.spotlight-red { background-color: #ff591e; }       /* Оранжевый */

/* Квадратная подложка для иконок (как на фото) */
.spotlight-icon-box {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.15); /* Полупрозрачный черный квадрат */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ffffff;
    margin: 0 auto 20px;
    border-radius: 4px; /* Совсем легкое скругление углов */
}

/* Настройка таблицы в режиме работы */
.spotlight-card .table td {
    background: transparent !important;
    color: #fff !important;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Кастомный список (Почему выбирают нас) */
.custom-check-list li {
    margin-bottom: 12px;
    font-size: 16px;
}

/* Подвал */
.footer-licastom {
    background-color: #ff591e !important;
}
.footer-licastom a:hover {
    color: #ffffff !important;
}

/* Плашка Cookie */
.cookie-banner {
    background-color: #ff591e;
    color: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 1050;
}
.cookie-banner button {
    background-color: #6e393a;
    border: none;
    color: white;
}
.cookie-banner button:hover {
    background-color: #c5686a;
}

.menu-overlay-licastom .navbar {
    backdrop-filter: blur(8px); /* Добавляет красивое размытие под меню */
    -webkit-backdrop-filter: blur(8px);
}

.menu-overlay-licastom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 89, 30, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Увеличение кликабельной зоны и расстояния между пунктами */
.menu-overlay-licastom .nav-link {
    padding-left: 20px !important;  /* Отступ слева */
    padding-right: 20px !important; /* Отступ справа */
    font-size: 16px;
    padding-top: 5px !important;  /* Отступ слева */
    padding-bottom: 5px !important; /* Отступ справа */
}

/* 1. Исправляем перекрытие меню: задаем хедеру самый высокий приоритет */
.header-hero-licastom {
    z-index: 1050 !important; /* Меню теперь всегда будет поверх карточек */
}

.menu-overlay-licastom {
    z-index: 1060 !important;
}

/* 2. Настройка отступа карточек */
/* По умолчанию (для мобильных) отступ будет обычным */
.spotlight-section {
    margin-top: 20px; 
    z-index: 10; /* Ниже, чем у хедера */
}

/* Только для экранов шире 992px (ПК и ноутбуки) применяем наплыв */
@media (min-width: 992px) {
    .spotlight-section {
        margin-top: -60px; /* Наплыв только на десктопе */
    }
}


/* --- Адаптация шапки для мобильных устройств (до 992px) --- */
@media (max-width: 991.98px) {
    /* Включаем Flexbox, чтобы выстроить логотип и кнопку в одну строку */
    .header-hero-licastom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px; /* Добавляем аккуратные отступы по бокам */
    }
    
    /* Ограничиваем ширину логотипа, чтобы он не выталкивал кнопку меню */
    .header-hero-licastom > img {
        width: 75% !important; /* Переопределяем класс w-100 из HTML */
        max-width: 300px;      /* Ограничитель, чтобы лого не было гигантским на планшетах */
    }
    
    /* Отменяем абсолютное позиционирование обертки меню */
    .menu-overlay-licastom {
        position: static !important; /* Переопределяем класс position-absolute */
        padding: 0 !important;       /* Убираем отступы pt-3 и pe-md-5 */
    }
    
    /* Настраиваем само выпадающее меню, чтобы оно красиво открывалось поверх слайдера */
   /* Настраиваем само выпадающее меню */
    .menu-overlay-licastom .navbar-collapse {
        position: absolute;
        top: 100%; /* Открывается ровно под шапкой */
        right: 0; /* Привязываем к правому краю */
        min-width: 250px; /* Делаем меню значительно шире (оно будет "расти" влево) */
        background-color: rgba(255, 255, 255, 0.98); /* Плотный светлый фон */
        z-index: 1060;
        box-shadow: 0 8px 16px rgba(0,0,0,0.15); /* Добавляем тень для объема */
        border-radius: 8px; /* Аккуратное скругление */
        padding: 10px;
    }
    
    /* Запрещаем тексту в мобильном меню ломаться на несколько строк */
    .menu-overlay-licastom .navbar-nav .nav-link {
        white-space: nowrap;
        text-align: left; /* Выравниваем текст по левому краю для красоты */
    }
    
    /* Немного уменьшаем отступы вокруг самой навигации для аккуратности */
    .menu-overlay-licastom .navbar {
        padding: 0.5rem !important;
    }

    .menu-overlay-licastom .nav-link {
    padding-left: 20px !important;  /* Отступ слева */
    padding-right: 20px !important; /* Отступ справа */
    font-size: 22px;
    padding-top: 15px !important;  /* Отступ слева */
    padding-bottom: 15px !important; /* Отступ справа */
}
}

/* Общие стили прозрачных карточек */
.service-card-transparent {
    background: transparent !important;
    border: 2px solid;
    border-radius: 20px;
    padding: 40px 25px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* Мягкая начальная тень */
}

.service-card-transparent:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1); /* Глубокая тень при наведении */
}

/* Стили для контейнера PNG иконки */
.service-icon-box-png {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 50%;
    border: 1px dashed currentColor; /* Легкая пунктирная обводка вокруг иконки */
    background-color: rgba(255, 255, 255, 0.5);
}

/* Цвета для каждой категории */
.border-therapy {
    border-color: #6e393a !important;
    color: #6e393a !important;
}
.border-orthopedics {
    border-color: #ff591e !important;
    color: #ff591e !important;
}
.border-hygiene {
    border-color: #e10202 !important;
    color: #e10202 !important;
}

/* Убираем подчеркивание, если карточка будет ссылкой */
.service-card-transparent {
    text-decoration: none !important;
}

/* Стиль для кнопки "Прейскурант на все услуги" */
.btn-price-all {
    background-color: #ff591e;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 50px; /* Скругленная форма */
    font-size: 16px;
    border: 2px solid #ff591e;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 89, 30, 0.3); /* Тени в цвет кнопки */
}

.btn-price-all:hover {
    background-color: transparent;
    color: #ff591e;
    transform: scale(1.05); /* Легкое увеличение */
    box-shadow: 0 6px 20px rgba(255, 89, 30, 0.4);
}

/* Отмена стандартных эффектов Bootstrap при фокусе */
.btn-price-all:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 89, 30, 0.25);
    outline: none;
}


/* === Секция отзывов === */
.review-section {
  background-color: #f2f2f2;
}


.prof {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 25px;
  text-align: left;
  border: 2px solid #ff591e ;
  margin-bottom: 0.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.reviews-header {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #ff591e ;
}

.reviews-text {
  font-size: 15px;
  line-height: 1.7;
  color: #696969;
  flex-grow: 1;
  text-wrap: pretty;
}

/* Стили для слайдера отзывов */
.reviewSwiper {
  padding-bottom: 50px;
}

.reviewSwiper .swiper-slide {
  height: auto;
}

/* Кнопки навигации для отзывов */
.reviewSwiper .swiper-button-next,
.reviewSwiper .swiper-button-prev {
  color: #ff591e ;
  /* background-color: rgba(255, 255, 255, 0.9); */
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.reviewSwiper .swiper-button-next:after,
.reviewSwiper .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}

.reviewSwiper .swiper-button-next:hover,
.reviewSwiper .swiper-button-prev:hover {
  background-color: #ff591e ;
  color: #ffffff;
}

/* Адаптивность */
@media (max-width: 768px) {
  .prof {
    padding: 20px;
  }
  
  .reviews-header {
    font-size: 16px;
  }
  
  .reviews-text {
    font-size: 14px;
  }
}

/* Страница О клинике */
.about-shell {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.about-intro {
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #f0f0f0;
}

.about-intro .lead {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.about-director {
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #f0f0f0;
}

.about-director-photo {
  overflow: hidden;
  border-radius: 12px;
}

.about-director-photo img {
  width: 100%;
  max-width: 550px;
  height: auto;
  object-fit: cover;
}

.about-text p {
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 1.2rem;
  text-align: justify;
}

.about-gallery {
  padding-top: 1rem;
}

.about-gallery-item {
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.about-gallery-item:hover {
  transform: scale(1.02);
}

.about-gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .about-director-photo img {
    max-width: 400px;
    margin: 0 auto 1rem;
    display: block;
  }
  
  .about-gallery-item img {
    height: 180px;
  }
}

/* Адаптивный прейскурант */
.price-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.price-table {
  min-width: 500px;
  font-size: 0.9rem;
}

.price-table th,
.price-table td {
  padding: 0.5rem 0.75rem;
  vertical-align: middle;
}

.price-table th {
  background-color: #f8f9fa;
  font-weight: 700;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 1;
}

.price-table tbody tr:hover {
  background-color: #fff5f5;
}

.col-name {
  width: 100%;
}

.col-price {
  min-width: 120px;
  text-align: right;
}

/* Мобильная адаптация прейскуранта */
@media (max-width: 767.98px) {
  .price-table {
    font-size: 0.8rem;
    min-width: 400px;
  }
  
  .price-table th,
  .price-table td {
    padding: 0.4rem 0.5rem;
  }
  
  .price-table-wrapper {
    max-height: 70vh;
    border-radius: 8px;
    border: 1px solid #dee2e6;
  }
}

/* Стили футера */
.footer-clinic-name {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

.footer-contact-info {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-link {
  transition: color 0.3s ease, opacity 0.3s ease;
}

.footer-link:hover {
  opacity: 0.8;
  text-decoration: underline !important;
}

.footer-links a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

@media (max-width: 576px) {
  .footer-clinic-name {
    font-size: 1rem;
  }
  
  .footer-contact-info {
    font-size: 0.85rem;
  }
}


