.ticket-heading .pbmit-subtitle {
  padding: 3px 20px 3px 5px !important;
}

.XL-section .section-xl {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.testimonial-section {
  margin-top: 60px;
}

.download-highlight a {
  background: none;
  color: inherit;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border: none;
  transition: background 0.2s, color 0.2s;
}

/* Подсветка при наведении */
.download-highlight a:hover,
.download-highlight a:focus {
  background: #f0f0f0;
  color: #007bff;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.service_details .pbmit-service-feature-image {
  width: 1010px;
  height: 615px;
  overflow: hidden;
  margin: 0 auto;
}

.service_details .pbmit-service-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 50px;
  border-radius: 30px;
}

/* Адаптация для планшетов и телефонов */
@media (max-width: 1024px) {
  .service_details .pbmit-service-feature-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1000 / 600;
    padding: 0;
  }

  .service_details .pbmit-service-feature-image img {
    height: 100%;
    border-radius: 30px;
  }
}

@media (max-width: 640px) {
  .service_details .pbmit-service-feature-image img {
    border-radius: 15px;
    margin-bottom: 30px;
  }
}

.custom-settings {
  padding-left: 9px;
  padding-right: 12px;
}

.title-custom {
  margin-top: 35px;
}

.pdf-not-loaded {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background-color: #e6f0fc; /* светлый фон с оттенком синего */
  color: #3268c6;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  user-select: none;
}

.pdf-not-loaded .icon {
  width: 24px;
  height: 24px;
  stroke: #3268c6;
  flex-shrink: 0;
}

.pl-9-custom {
  padding-left: 9px !important;
}

.pl-12-custom {
  padding-left: 12px !important;
}

.custom-blog-details {
  padding-top: 50px !important;
}

.custom-classic-blog {
  padding-bottom: 0px !important;
}

.pagination-glass-container {
  display: flex;
  justify-content: flex-start;
  margin: 8px 0;
  padding-left: 16px;
}

.pagination-glass-nav {
  display: flex;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  box-shadow: 0 4px 24px 0 rgba(50, 104, 198, 0.07);
  padding: 10px 24px;
  gap: 10px;
}

.pagination-glass-link,
.pagination-glass-link.active {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5);
  color: #222;
  box-shadow: 0 2px 8px 0 rgba(50, 104, 198, 0.05);
  transition: background 0.2s,
  color 0.2s,
  box-shadow 0.2s;
  border: none;
  margin: 0 2px;
  text-decoration: none;
  cursor: pointer;
  backdrop-filter: blur(6px);
}

.pagination-glass-link.arrow {
  font-size: 1.5rem;
  padding: 0 10px;
}

.pagination-glass-link.active,
.pagination-glass-link:hover {
  background: rgba(50, 104, 198, 0.9);
  color: #fff;
  box-shadow: 0 4px 16px 0 rgba(50, 104, 198, 0.15);
}

.pagination-glass-link.active {
  font-weight: 700;
  box-shadow: 0 4px 16px 0 rgba(50, 104, 198, 0.25);
}

@media (max-width: 600px) {
  .pagination-glass-nav {
    padding: 6px 8px;
    gap: 6px;
  }

  .pagination-glass-link,
  .pagination-glass-link.active {
    min-width: 36px;
    min-height: 36px;
    font-size: 1rem;
    border-radius: 12px;
  }
}

.btn-no-style {
  background: none !important;
  border: none !important;
  color: inherit !important;
  padding: 0 !important;
  font: inherit !important;
  box-shadow: none !important;
  cursor: pointer;
  outline: none !important;
}

.btn-no-style:hover,
.btn-no-style:focus,
.btn-no-style:active {
  background: none !important;
  color: inherit !important;
  box-shadow: none !important;
}


/* Основной контейнер модалки */
.appointment-modal-content {
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.12);
  border: none;
  padding: 32px 24px 24px 24px;
}

/* Заголовок */
#appointmentModalLabel {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a2954;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

/* Поля формы */
.appointment-input {
  background: #f3f8fe;
  border: none;
  border-radius: 32px;
  padding: 18px 24px;
  font-size: 1.1rem;
  color: #1a2954;
  font-weight: 600;
  box-shadow: none;
  transition: box-shadow 0.2s;
}

.appointment-input:focus {
  box-shadow: 0 0 0 2px #3b6fd6;
  background: #eaf2fc;
  outline: none;
}

/* Текстовое поле */
.appointment-input[type="textarea"], .appointment-input textarea {
  min-height: 100px;
  resize: none;
}

/* Кнопка */
.appointment-btn {
  background: #204a99 !important; /* насыщенный синий */
  color: #fff !important;
  border-radius: 32px !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  padding: 18px 0 !important;
  border: none !important;
  box-shadow: 0 4px 24px rgba(32, 74, 153, 0.12) !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  transition: background 0.2s, box-shadow 0.2s !important;
}

.appointment-btn:hover, .appointment-btn:focus {
  background: #16336a !important; /* чуть темнее при наведении */
  color: #fff !important;
  box-shadow: 0 6px 32px rgba(32, 74, 153, 0.18) !important;
}

/* Убираем рамки у select */
.appointment-input:active, .appointment-input:focus, .appointment-input:visited {
  border: none;
  outline: none;
}

/* Скрыть стандартную рамку у select */
.appointment-input.form-select {
  box-shadow: none !important;
  border: none !important;
}

/* Увеличить placeholder */
.appointment-input::placeholder {
  color: #7a8ca3;
  font-weight: 600;
  opacity: 1;
}

/* Кнопка закрытия (крестик) */
.btn-close {
  font-size: 2rem; /* ещё крупнее */
  color: #204a99; /* синий, как акцент */
  background: none; /* убираем фон Bootstrap */
  border: none;
  opacity: 0.8;
  filter: none;
  transition: color 0.2s, opacity 0.2s;
  margin-left: 16px;
  line-height: 1;
}

.btn-close:hover {
  color: #16336a;
  opacity: 1;
}

.modal-header {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 24px;
  background: transparent;
}

.custom-c {
  margin-bottom: 25px;
}

.custom-tours-bg {
  margin-top: 50px;
  margin-bottom: 50px;
}

.custom-block-bg {
  padding-bottom: 0px;
}

.custom-margin-bg {
  margin-top: 60px;
  margin-bottom: 60px;
}

.custom-tourism {
  margin-top: 55px;
}


section.custom-tourism {
  background-color: #162b32;
}

.comfort-service-block {
  background: #f2f8fd;
  padding: 40px 10px 60px 10px;
  text-align: center;
  border-radius: 20px;
  max-width: 1200px;
  margin: 40px auto;
}

.comfort-service-title {
  color: #1a4b7a;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.comfort-service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  justify-items: start;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 40px auto;
}

.comfort-service-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.comfort-service-icon {
  min-width: 56px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comfort-service-text {
  color: #1a4b7a;
  font-size: 1.25rem;
  text-align: left;
}

.comfort-service-btn-wrap {
  margin-top: 30px;
}

.comfort-service-btn {
  background: #3268c6;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 32px;
  padding: 18px 60px;
  cursor: pointer;
  transition: background 0.2s;
}

.comfort-service-btn:hover {
  background: #031B4EFF;
}

/* Адаптив */
@media (max-width: 900px) {
  .comfort-service-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .comfort-service-title {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .comfort-service-block {
    padding: 20px 2vw 30px 2vw;
  }

  .comfort-service-title {
    font-size: 1.3rem;
    margin-bottom: 24px;
  }

  .comfort-service-item {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 14px;
  }

  .comfort-service-text {
    font-size: 1rem;
    text-align: center;
  }

  .comfort-service-btn {
    width: 100%;
    padding: 14px 0;
    font-size: 1rem;
  }
}

.custom-med-1 {
  margin-top: 80px;
}

.custom-med-2 {
  margin-top: 40px;
  margin-bottom: 34px;
  font-size: 30px;
}

.custom-price-v2 {
  margin-bottom: 34px;
}

.custom-med-3 {
  margin-bottom: 20px;
}

.custom-med-4 {
  padding-top: 40px;
}

.custom-med-5 {
  margin-bottom: 10px;
}

.custom-med-6 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.custom-med-7 {
  padding-top: 40px;
}

.custom-med-8 {
  padding-top: 50px;
}

.custom-med-7-v2 {
  padding-bottom: 50px;
}

/* Старт для цен мед лэнд*/

.price-compare-block {
  background: #f2f8fd;
  border-radius: 20px;
  padding: 40px 20px 60px 20px;
  max-width: 1200px; /* Увеличил с 900px */
  margin: 40px auto;
  text-align: center;
}

.price-compare-title {
  color: #1a4b7a;
  font-size: 2.2rem; /* Увеличил с 2rem */
  font-weight: 700;
  margin-bottom: 40px; /* Увеличил с 32px */
}

.price-compare-tabs {
  display: flex;
  justify-content: center;
  gap: 8px; /* Уменьшил с 12px для более плотного расположения */
  margin-bottom: 32px; /* Увеличил с 24px */
  flex-wrap: wrap;
}

.tab-btn {
  background: #e5eef7;
  color: #1a4b7a;
  border: none;
  border-radius: 32px;
  padding: 16px 24px; /* Увеличил padding */
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  flex: 1; /* Кнопки одинаковой длины */
  min-width: 200px; /* Минимальная ширина */
  max-width: 280px; /* Максимальная ширина */
}

.tab-btn.active {
  background: #3268c6;
  color: #fff;
  box-shadow: 0 4px 16px 0 rgba(31, 38, 135, 0.07);
}

.price-compare-table-wrap {
  overflow-x: auto;
  margin: 0 20px; /* Добавил отступы */
}

.price-compare-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  margin-bottom: 0;
  min-width: 800px; /* Минимальная ширина таблицы */
}

.price-compare-table th, .price-compare-table td {
  padding: 24px 20px; /* Увеличил padding с 18px 12px */
  text-align: left;
  font-size: 1.2rem; /* Увеличил с 1.1rem */
  color: #8b97a5;
  border-bottom: 1px solid #e5eef7;
}

.price-compare-table th {
  color: #a0b3c6;
  font-size: 1rem; /* Увеличил с 0.95rem */
  font-weight: 600;
  text-transform: uppercase;
  background: transparent;
  border-bottom: 2px solid #e5eef7;
  padding: 20px; /* Увеличил padding */
}

.price-compare-table td b {
  color: #1a4b7a;
  font-weight: 700;
  font-size: 1.3rem; /* Увеличил с 1.15rem */
}

.price-compare-btn-wrap {
  margin-top: 40px; /* Увеличил с 32px */
}

.price-compare-btn {
  background: #3268c6;
  color: #fff;
  font-size: 1.2rem; /* Увеличил с 1.1rem */
  font-weight: 600;
  border: none;
  border-radius: 32px;
  padding: 20px 80px; /* Увеличил padding */
  cursor: pointer;
  transition: background 0.2s;
}

.price-compare-btn:hover {
  background: #031B4EFF;
}

/* Адаптив */
@media (max-width: 900px) {
  .price-compare-block {
    padding: 30px 15px 40px 15px;
  }

  .price-compare-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .tab-btn {
    min-width: 150px;
    max-width: 200px;
    padding: 14px 16px;
    font-size: 0.95rem;
  }

  .price-compare-table th, .price-compare-table td {
    padding: 18px 15px;
    font-size: 1.1rem;
  }

  .price-compare-btn {
    padding: 18px 60px;
    font-size: 1.1rem;
  }
}

@media (max-width: 700px) {
  .price-compare-block {
    padding: 20px 10px 30px 10px;
  }

  .price-compare-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }

  .tab-btn {
    min-width: 120px;
    max-width: none;
    padding: 12px 8px;
    font-size: 0.9rem;
  }

  .price-compare-table th, .price-compare-table td {
    padding: 12px 8px;
    font-size: 1rem;
  }

  .price-compare-btn {
    width: 100%;
    padding: 16px 0;
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .price-compare-table,
  .price-compare-table thead,
  .price-compare-table tbody,
  .price-compare-table tr,
  .price-compare-table th,
  .price-compare-table td {
    display: block;
    width: 100%;
  }

  .price-compare-table thead {
    display: none;
  }

  .price-compare-table tr {
    margin-bottom: 24px;
    background: #f7fbff;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    border: none;
    padding: 10px 0;
  }

  .price-compare-table td {
    padding: 10px 16px;
    text-align: left;
    border: none;
    position: relative;
    font-size: 1rem;
    color: #1a4b7a;
  }

  .price-compare-table td:before {
    content: attr(data-label);
    display: block;
    font-size: 0.9rem;
    color: #a0b3c6;
    font-weight: 600;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .price-compare-table td b {
    color: #0a3977;
    font-size: 1.2rem;
  }
}

.big-number {
  font-size: 47px;
  font-weight: bold;
  color: #3268c6;
}

.medical-land {
  margin-bottom: 40px;
}

.med-custom-price {
  margin-bottom: 25px;
}

.med-custom-land-1 {
  padding-bottom: 50px;
}


.modern-white {
  color: white;
}

/*DROPDOWN язков для мед страницы*/

.language-globe-btn {
  background: transparent !important;
  border: none !important;
  color: var(--pbmit-blackish-color) !important;
  font-size: 22px !important;
  padding: 6px !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  box-shadow: none !important;
  outline: none !important;
}

.language-globe-btn:hover {
  background-color: rgba(0, 0, 0, 0.08) !important;
  transform: scale(1.05) !important;
}

.language-globe-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.language-dropdown-menu {
  border: none !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
  padding: 2px 0 !important;
  min-width: 160px !important;
  margin-top: 6px !important;
}

.language-item {
  display: flex !important;
  align-items: center !important;
  padding: 10px 16px !important;
  border: none !important;
  background: transparent !important;
  transition: all 0.2s ease !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--pbmit-blackish-color) !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.language-item:hover {
  background-color: rgba(0, 0, 0, 0.04) !important;
  transform: translateX(2px) !important;
}

.language-text {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--pbmit-blackish-color) !important;
}

/* Убираем жирную обводку у dropdown-toggle */
.language-globe-btn.dropdown-toggle::after {
  display: none !important;
}

/* Анимация для земного шара */
.language-globe-btn i {
  transition: transform 0.3s ease !important;
}

.language-globe-btn:hover i {
  transform: rotate(15deg) !important;
}

/* Позиционирование в шапке */
.pbmit-right-box {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
}

.pbmit-header-search-btn {
  margin: 0 !important;
}

/* Мобильный переключатель языков */
.mobile-language-switcher {
  display: none !important; /* По умолчанию скрыт */
  align-items: center !important;
  margin-right: 15px !important;
}

.language-globe-btn-mobile {
  background: transparent !important;
  border: none !important;
  color: var(--pbmit-blackish-color) !important;
  font-size: 20px !important;
  padding: 8px !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  box-shadow: none !important;
  outline: none !important;
}

.language-globe-btn-mobile:hover {
  background-color: rgba(0, 0, 0, 0.08) !important;
  transform: scale(1.05) !important;
}

.language-globe-btn-mobile:focus {
  box-shadow: none !important;
  outline: none !important;
}

.language-globe-btn-mobile.dropdown-toggle::after {
  display: none !important;
}

.language-globe-btn-mobile i {
  transition: transform 0.3s ease !important;
}

.language-globe-btn-mobile:hover i {
  transform: rotate(15deg) !important;
}

.language-dropdown-menu-mobile {
  border: none !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
  padding: 2px 0 !important;
  min-width: 150px !important;
  margin-top: 6px !important;
}

/* Показываем мобильный переключатель только на мобильных устройствах */
@media (max-width: 1199px) {
  .mobile-language-switcher {
    display: flex !important;
  }

  /* Скрываем десктопный переключатель на мобильных */
  .pbmit-right-box {
    display: none !important;
  }
}

/* Стили для планшетов (iPad mini и подобные) */
@media (min-width: 768px) and (max-width: 1199px) {
  .mobile-language-switcher {
    margin-right: 20px !important;
  }

  .language-globe-btn-mobile {
    width: 44px !important;
    height: 44px !important;
    font-size: 22px !important;
  }

  .language-dropdown-menu-mobile {
    min-width: 160px !important;
  }

  .language-item {
    padding: 12px 18px !important;
    font-size: 15px !important;
  }

  .language-text {
    font-size: 15px !important;
  }
}

/* Стили для мобильных телефонов */
@media (max-width: 767px) {
  .mobile-language-switcher {
    margin-right: 10px !important;
  }

  .language-globe-btn-mobile {
    width: 36px !important;
    height: 36px !important;
    font-size: 18px !important;
  }

  .language-dropdown-menu-mobile {
    min-width: 140px !important;
  }

  .language-item {
    padding: 8px 14px !important;
    font-size: 13px !important;
  }

  .language-text {
    font-size: 13px !important;
  }
}

.custom-logo {
  padding-left: 1px;
}

.file-upload-area {
  border: 2px dashed #ddd;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
}

.file-upload-area:hover {
  border-color: #007bff;
  background-color: #e3f2fd;
}

.file-upload-label {
  cursor: pointer;
  color: #007bff;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.file-upload-label:hover {
  color: #0056b3;
}

.file-list {
  max-height: 150px;
  overflow-y: auto;
}

.file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  margin: 5px 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.file-item .file-name {
  flex: 1;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-item .remove-file {
  background: #dc3545;
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-item .remove-file:hover {
  background: #c82333;
}

.custom-fle-bg {
  margin-top: 20px;
}

.custom-white {
  color: white !important;
}
