
/* =========================================================
   FIX: главный постер Razvodmostov
   Возвращаем нормальный hero: высота, текст, кнопки
   ========================================================= */

#poster.rb-poster {
  padding: 48px 0 72px !important;
  background: transparent !important;
  overflow: visible !important;
}

#poster.rb-poster .rb-poster__container {
  max-width: 1360px !important;
  margin: 0 auto !important;
}

#poster.rb-poster .rb-poster__hero {
  position: relative !important;
  display: block !important;
  min-height: 560px !important;
  overflow: hidden !important;
  border-radius: 42px !important;
  background: #132033 !important;
  box-shadow: 0 28px 70px rgba(19, 32, 51, 0.18) !important;
}

#poster.rb-poster .rb-poster__image {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
}

#poster.rb-poster .rb-poster__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
}

#poster.rb-poster .rb-poster__overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  background:
    linear-gradient(
      90deg,
      rgba(12, 22, 38, 0.94) 0%,
      rgba(19, 32, 51, 0.82) 38%,
      rgba(19, 32, 51, 0.42) 68%,
      rgba(19, 32, 51, 0.14) 100%
    ) !important;
}

#poster.rb-poster .rb-poster__content {
  position: relative !important;
  z-index: 3 !important;
  max-width: 640px !important;
  padding: 76px 64px !important;
  color: #ffffff !important;
}

#poster.rb-poster .rb-poster__title {
  display: block !important;
  margin: 0 0 24px !important;
  color: #ffffff !important;
  font-size: 52px !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em !important;
}

#poster.rb-poster .rb-poster__title span,
#poster.rb-poster .rb-poster__title strong {
  color: #9b6be8 !important;
}

#poster.rb-poster .rb-poster__title::after {
  content: "";
  display: block !important;
  width: 86px !important;
  height: 3px !important;
  margin-top: 28px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #9b6be8, #d9a441) !important;
}

#poster.rb-poster .rb-poster__descr {
  display: block !important;
  max-width: 600px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  line-height: 1.58 !important;
}

#poster.rb-poster .rb-poster__buttons {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin-top: 32px !important;
}

#poster.rb-poster .rb-poster__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  min-width: 160px !important;
  min-height: 56px !important;
  padding: 13px 26px !important;

  border: 0 !important;
  border-radius: 22px !important;

  background: #7b4dcc !important;
  color: #ffffff !important;

  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;

  box-shadow: 0 16px 34px rgba(123, 77, 204, 0.32) !important;
}

#poster.rb-poster .rb-poster__button:hover {
  background: #6639ad !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px) !important;
}

#poster.rb-poster .rb-poster__button:first-child {
  background: #d9a441 !important;
  color: #132033 !important;
  box-shadow: 0 16px 34px rgba(217, 164, 65, 0.28) !important;
}

#poster.rb-poster .rb-poster__button:first-child:hover {
  background: #bd8830 !important;
  color: #132033 !important;
}

#poster.rb-poster .rb-poster__button span {
  font-size: 20px !important;
  line-height: 1 !important;
}

@media (max-width: 1199px) {
  #poster.rb-poster .rb-poster__hero {
    min-height: 500px !important;
  }

  #poster.rb-poster .rb-poster__content {
    max-width: 600px !important;
    padding: 60px 48px !important;
  }

  #poster.rb-poster .rb-poster__title {
    font-size: 44px !important;
  }

  #poster.rb-poster .rb-poster__descr {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  #poster.rb-poster {
    padding: 28px 0 48px !important;
  }

  #poster.rb-poster .rb-poster__hero {
    min-height: 560px !important;
    border-radius: 28px !important;
  }

  #poster.rb-poster .rb-poster__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(12, 22, 38, 0.15) 0%,
        rgba(19, 32, 51, 0.92) 100%
      ) !important;
  }

  #poster.rb-poster .rb-poster__content {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    max-width: none !important;
    padding: 28px 22px !important;
  }

  #poster.rb-poster .rb-poster__title {
    margin-bottom: 16px !important;
    font-size: 30px !important;
    line-height: 1.16 !important;
  }

  #poster.rb-poster .rb-poster__title::after {
    width: 64px !important;
    height: 2px !important;
    margin-top: 18px !important;
  }

  #poster.rb-poster .rb-poster__descr {
    font-size: 15px !important;
    line-height: 1.45 !important;
  }

  #poster.rb-poster .rb-poster__buttons {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin-top: 18px !important;
  }

  #poster.rb-poster .rb-poster__button {
    min-width: 0 !important;
    width: 100% !important;
    min-height: 50px !important;
    padding: 12px 12px !important;
    border-radius: 18px !important;
    font-size: 15px !important;
  }
}
/* =========================================================
   Razvodmostov — более благородный фон и кнопки
   ========================================================= */

:root {
  --rb-bg-main: #edf3f8;
  --rb-bg-section: #f3f6fa;
  --rb-bg-header: rgba(247, 250, 253, 0.96);

  --rb-text-main: #24364f;
  --rb-muted: #667085;

  --rb-plum: #5f3a9b;
  --rb-plum-hover: #4f2f84;
  --rb-plum-soft: #efe8fb;

  --rb-bronze: #c9963e;
  --rb-bronze-hover: #b48232;
  --rb-bronze-soft: #f5ead4;

  --rb-navy: #132033;
}

/* Убираем белую простыню на фоне */
html,
body,
.site,
.site-wrapper,
.wrapper {
  background: var(--rb-bg-main) !important;
}

/* Главная и секции — единый спокойный фон */
body.home,
body.home #page,
body.home .site,
body.home .home-section,
body.home #poster.rb-poster {
  background: var(--rb-bg-main) !important;
}

/* Чередующиеся светлые секции — не белые, а мягко-серо-синие */
body.home .home-section:nth-of-type(even) {
  background: var(--rb-bg-section) !important;
}

/* Постер не должен лежать на белом поле */
#poster.rb-poster {
  background: var(--rb-bg-main) !important;
}

/* Шапка — не белоснежная, а слегка тонированная */
.header,
.site-header {
  background: var(--rb-bg-header) !important;
  border-bottom: 1px solid rgba(36, 54, 79, 0.08) !important;
  box-shadow: 0 8px 26px rgba(19, 32, 51, 0.045) !important;
}

/* Поиск в шапке */
.header input[type="search"],
.site-header input[type="search"],
.search-form input,
.header-search input {
  background: #ffffff !important;
  border-color: rgba(95, 58, 155, 0.28) !important;
  color: var(--rb-text-main) !important;
}

.header input[type="search"]:focus,
.site-header input[type="search"]:focus,
.search-form input:focus,
.header-search input:focus {
  border-color: var(--rb-plum) !important;
  box-shadow: 0 0 0 4px rgba(95, 58, 155, 0.10) !important;
}

/* Обычные кнопки сайта — глубокий сливовый вместо яркого фиолетового */
.btn,
button,
input[type="submit"] {
  background: var(--rb-plum) !important;
  border-color: var(--rb-plum) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 26px rgba(95, 58, 155, 0.22) !important;
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
  background: var(--rb-plum-hover) !important;
  border-color: var(--rb-plum-hover) !important;
  color: #ffffff !important;
}

/* Золотой уголок у кнопок — спокойнее, не жёлтый */
.btn::after {
  background: var(--rb-bronze) !important;
}

/* Кнопки на постере */
#poster.rb-poster .rb-poster__button {
  box-shadow: 0 14px 30px rgba(19, 32, 51, 0.22) !important;
}

/* Аренда — бронза, но не кричащая */
#poster.rb-poster .rb-poster__button:first-child {
  background: var(--rb-bronze) !important;
  color: var(--rb-navy) !important;
  box-shadow: 0 14px 30px rgba(201, 150, 62, 0.26) !important;
}

#poster.rb-poster .rb-poster__button:first-child:hover {
  background: var(--rb-bronze-hover) !important;
  color: var(--rb-navy) !important;
  box-shadow: 0 18px 38px rgba(201, 150, 62, 0.34) !important;
}

/* Экскурсии — глубокий сливовый */
#poster.rb-poster .rb-poster__button:last-child {
  background: var(--rb-plum) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(95, 58, 155, 0.30) !important;
}

#poster.rb-poster .rb-poster__button:last-child:hover {
  background: var(--rb-plum-hover) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 38px rgba(95, 58, 155, 0.38) !important;
}

/* Цвет выделения в H1 — менее кислотный */
#poster.rb-poster .rb-poster__title span,
#poster.rb-poster .rb-poster__title strong {
  color: #9a73d9 !important;
}

/* Линия под H1 — бронза + сливовый */
#poster.rb-poster .rb-poster__title::after {
  background: linear-gradient(90deg, #9a73d9, var(--rb-bronze)) !important;
}

/* Карточки путеводителя и экскурсий — чтобы не были чисто-белыми на белом */
body.home .guide .list-item,
body.home .poster-guide .list-item,
body.home .guide-card,
body.home .poster-guide__item,
body.home .page-list--exc .list-item__wrap {
  background: rgba(255, 255, 255, 0.82) !important;
  border-color: rgba(216, 225, 236, 0.95) !important;
}

/* Бейджи с цифрами — бронза */
body.home .guide b,
body.home .poster-guide b,
body.home .guide__num,
body.home .poster-guide__num {
  background: var(--rb-bronze) !important;
  color: var(--rb-navy) !important;
}
/* =========================================================
   Razvodmostov — убираем белые секции, выравниваем фон
   ========================================================= */

:root {
  --rb-bg-main: #edf3f8;
  --rb-bg-section: #eaf1f7;
  --rb-bg-soft: #f3f6fa;
  --rb-card-tint: rgba(255, 255, 255, 0.72);
  --rb-card-tint-strong: rgba(255, 255, 255, 0.86);
  --rb-blue: #24364f;
  --rb-border: rgba(216, 225, 236, 0.95);
}

/* Главные обёртки сайта */
html,
body,
.site,
.site-wrapper,
.wrapper,
.main,
.content,
.site-content {
  background: var(--rb-bg-main) !important;
}

/* Все секции главной — без белого */
body.home .home-section,
body.home section,
body.home .section,
body.home .main-content,
body.home .page-content,
body.home .content-area {
  background: var(--rb-bg-main) !important;
}

/* Чередуем секции очень мягко, но без белого */
body.home .home-section:nth-of-type(even),
body.home section:nth-of-type(even) {
  background: var(--rb-bg-section) !important;
}

body.home .home-section:nth-of-type(odd),
body.home section:nth-of-type(odd) {
  background: var(--rb-bg-main) !important;
}

/* Постер отдельно — фон вокруг hero */
body.home #poster.rb-poster {
  background: var(--rb-bg-main) !important;
}

/* Путеводитель */
body.home #guide,
body.home .guide,
body.home .poster-guide,
body.home .poster-guide-wrap,
body.home .guide-section {
  background: var(--rb-bg-main) !important;
}

/* Экскурсии */
body.home #excursions,
body.home .excursions,
body.home .home-excursions {
  background: var(--rb-bg-section) !important;
}

/* Аренда / катера / индивидуальные прогулки */
body.home #boats,
body.home .boats,
body.home .rent,
body.home .boat,
body.home .home-boats,
body.home .home-rent,
body.home .home-section--boats,
body.home .home-section--rent {
  background: var(--rb-bg-main) !important;
}

/* О городе и прочие нижние блоки */
body.home #about,
body.home #custom1,
body.home #custom2,
body.home #custom3,
body.home .custom,
body.home .about,
body.home .home-about {
  background: var(--rb-bg-section) !important;
}

/* Карточки — не чисто белые, а мягкие стеклянные */
body.home .list-item__wrap,
body.home .guide .list-item,
body.home .poster-guide .list-item,
body.home .guide-card,
body.home .poster-guide__item,
body.home .boat-card,
body.home .rent-card,
body.home .card {
  background: var(--rb-card-tint-strong) !important;
  border-color: var(--rb-border) !important;
  backdrop-filter: blur(8px);
}

/* Картинки в карточках не трогаем, только текстовые белые подложки */
body.home .list-item__content,
body.home .list-item__footer {
  background: transparent !important;
}

/* Белые текстовые блоки внутри секций тоже тонируем */
body.home .page-content__descr,
body.home .section-content,
body.home .text-block,
body.home .content-block {
  background: transparent !important;
}

/* Внутренние страницы — тот же фон, чтобы сайт не разваливался по стилю */
body:not(.home),
body:not(.home) .site,
body:not(.home) .site-wrapper,
body:not(.home) .wrapper,
body:not(.home) .main,
body:not(.home) .content,
body:not(.home) .site-content,
body:not(.home) .page-content {
  background: var(--rb-bg-main) !important;
}

/* Но сами карточки/формы на внутренних оставляем читаемыми, не белоснежными */
body:not(.home) .list-item__wrap,
body:not(.home) .sidebar .widget,
body:not(.home) .widget,
body:not(.home) .page-content__descr,
body:not(.home) .post-content,
body:not(.home) .archive-seo__inner,
body:not(.home) .card {
  background: var(--rb-card-tint-strong) !important;
  border-color: var(--rb-border) !important;
}
/* =========================================================
   Razvodmostov — шапка без белой плашки
   ========================================================= */

.header,
.site-header,
.header__wrap,
.header__inner,
.header .container,
.site-header .container {
  background: #edf3f8 !important;
}

/* Убираем белые подложки у меню */
.header nav,
.header nav ul,
.header nav li,
.header nav a,
.site-header nav,
.site-header nav ul,
.site-header nav li,
.site-header nav a,
.main-nav,
.main-nav ul,
.main-nav li,
.main-nav a,
.menu,
.menu li,
.menu a {
  background: transparent !important;
  box-shadow: none !important;
}

/* Саму шапку делаем мягкой, в общий фон */
.header,
.site-header {
  border-bottom: 1px solid rgba(36, 54, 79, 0.08) !important;
  box-shadow: 0 8px 26px rgba(19, 32, 51, 0.045) !important;
}

/* Пункты меню */
.header nav a,
.site-header nav a,
.main-nav a,
.menu a {
  color: #24364f !important;
  text-decoration: none !important;
}

.header nav a:hover,
.site-header nav a:hover,
.main-nav a:hover,
.menu a:hover {
  color: #5f3a9b !important;
}

/* Выпадающее меню, если есть */
.header nav ul ul,
.site-header nav ul ul,
.main-nav ul ul,
.menu ul {
  background: rgba(237, 243, 248, 0.98) !important;
  border: 1px solid rgba(216, 225, 236, 0.95) !important;
  box-shadow: 0 16px 34px rgba(19, 32, 51, 0.12) !important;
}

/* Поиск в шапке — без белого выбивания */
.header-search,
.search-form,
.header .search-form,
.site-header .search-form {
  background: transparent !important;
}

.header input[type="search"],
.site-header input[type="search"],
.search-form input[type="search"] {
  background: rgba(255, 255, 255, 0.72) !important;
  border-color: rgba(95, 58, 155, 0.28) !important;
  color: #24364f !important;
}

/* Правая кнопка поиска */
.header .search-form button,
.site-header .search-form button,
.header-search button,
.search-form button {
  background: #5f3a9b !important;
  border-color: #5f3a9b !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.header .search-form button:hover,
.site-header .search-form button:hover,
.header-search button:hover,
.search-form button:hover {
  background: #4f2f84 !important;
  border-color: #4f2f84 !important;
}
/* =========================================================
   Постер: кнопки прямоугольные, без золотого уголка
   ========================================================= */

#poster.rb-poster .rb-poster__buttons {
  gap: 14px !important;
}

#poster.rb-poster .rb-poster__button,
#poster.rb-poster .rb-poster__button:first-child,
#poster.rb-poster .rb-poster__button:last-child {
  position: relative !important;
  overflow: hidden !important;

  min-width: 170px !important;
  min-height: 56px !important;
  padding: 15px 28px !important;

  border-radius: 6px !important;
  border: 0 !important;

  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;

  box-shadow: 0 14px 30px rgba(19, 32, 51, 0.22) !important;
}

/* убираем золотой уголок */
#poster.rb-poster .rb-poster__button::after {
  display: none !important;
  content: none !important;
}

/* первая кнопка — Аренда */
#poster.rb-poster .rb-poster__button:first-child {
  background: #c9963e !important;
  color: #132033 !important;
  box-shadow: 0 14px 30px rgba(201, 150, 62, 0.26) !important;
}

#poster.rb-poster .rb-poster__button:first-child:hover {
  background: #b48232 !important;
  color: #132033 !important;
  box-shadow: 0 18px 38px rgba(201, 150, 62, 0.34) !important;
}

/* вторая кнопка — Экскурсии */
#poster.rb-poster .rb-poster__button:last-child {
  background: #5f3a9b !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(95, 58, 155, 0.30) !important;
}

#poster.rb-poster .rb-poster__button:last-child:hover {
  background: #4f2f84 !important;
  color: #ffffff !important;
  box-shadow: 0 18px 38px rgba(95, 58, 155, 0.38) !important;
}

#poster.rb-poster .rb-poster__button span {
  font-size: 18px !important;
  line-height: 1 !important;
}

@media (max-width: 767px) {
  #poster.rb-poster .rb-poster__button,
  #poster.rb-poster .rb-poster__button:first-child,
  #poster.rb-poster .rb-poster__button:last-child {
    min-width: 0 !important;
    min-height: 50px !important;
    padding: 13px 14px !important;
    border-radius: 6px !important;
    font-size: 15px !important;
  }
}
/* =========================================================
   Внутренняя страница экскурсии — убираем белую подложку текста
   ========================================================= */

body.single-excursions,
body.single-excursions .site,
body.single-excursions .site-wrapper,
body.single-excursions .wrapper,
body.single-excursions .main,
body.single-excursions .content,
body.single-excursions .site-content,
body.single-excursions .page-content,
body.single-excursions .cpt-content {
  background: #edf3f8 !important;
}

/* Основной левый текстовый блок без белой плашки */
body.single-excursions .cpt-content__wrap,
body.single-excursions .cpt-content__content,
body.single-excursions .cpt-content__text,
body.single-excursions .cpt-content__descr,
body.single-excursions .page-content__descr,
body.single-excursions .post-content,
body.single-excursions article {
  background: transparent !important;
  box-shadow: none !important;
}

/* Белую подложку убираем только у основного текстового блока,
   но не трогаем рейтинг, кнопки, формы и сайдбар */
body.single-excursions .cpt-content__main,
body.single-excursions .cpt-content__body,
body.single-excursions .entry-content {
  background: transparent !important;
  box-shadow: none !important;
}

/* Текст и заголовки */
body.single-excursions .cpt-content h2,
body.single-excursions .cpt-content h3,
body.single-excursions .entry-content h2,
body.single-excursions .entry-content h3 {
  color: #24364f !important;
}

body.single-excursions .cpt-content p,
body.single-excursions .entry-content p,
body.single-excursions .page-content__descr p {
  color: #24364f !important;
}

/* Правая колонка с характеристиками — оставляем читаемой, но не белоснежной */
body.single-excursions .sidebar,
body.single-excursions .cpt-content__sidebar,
body.single-excursions .excursion-info,
body.single-excursions .cpt-info {
  background: transparent !important;
}

/* Если в правой колонке есть отдельные карточки/виджеты — мягкая подложка */
body.single-excursions .sidebar .widget,
body.single-excursions .cpt-content__sidebar > div,
body.single-excursions .excursion-info > div {
  background: rgba(255, 255, 255, 0.72) !important;
  border-color: rgba(216, 225, 236, 0.95) !important;
}
/* =========================================================
   Страница аренды катеров — единый фон без белой плашки
   https://razvodmostovspb.ru/arenda-katerov/
   ========================================================= */

body.post-type-archive-boats,
body.post-type-archive-boat,
body.archive,
body.archive .site,
body.archive .site-wrapper,
body.archive .wrapper,
body.archive .main,
body.archive .content,
body.archive .site-content,
body.archive .page-content,
body.archive .content-area {
  background: #edf3f8 !important;
}

/* SEO-текст / описание архива — без белого фона */
body.archive .page-content__descr,
body.archive .archive-seo,
body.archive .archive-seo__inner,
body.archive .seo-text,
body.archive .seo-text-wrap,
body.archive .term-description,
body.archive .taxonomy-description {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Если белый фон задан именно на внутреннем div */
body.archive .page-content__descr > div,
body.archive .archive-seo > div,
body.archive .seo-text-wrap > div {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Текст на общем фоне */
body.archive .page-content__descr,
body.archive .page-content__descr p,
body.archive .archive-seo__inner,
body.archive .archive-seo__inner p,
body.archive .seo-text,
body.archive .seo-text p,
body.archive .term-description,
body.archive .taxonomy-description {
  color: #24364f !important;
}

/* Карточки катеров оставляем читаемыми, но не белоснежными */
body.archive .page-list .list-item__wrap,
body.archive .boat-card,
body.archive .rent-card,
body.archive .card {
  background: rgba(255, 255, 255, 0.82) !important;
  border-color: rgba(216, 225, 236, 0.95) !important;
}
/* =========================================================
   FAQ — красивый аккордеон в едином стиле сайта
   ========================================================= */

.page-content__descr details,
.archive-seo__inner details,
.seo-text details,
.post-content details,
.page-content details,
.faq--bridges .faq__item {
  position: relative;
  margin: 0 0 14px 0 !important;
  border: 1px solid rgba(216, 225, 236, 0.95) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  overflow: hidden !important;
  box-shadow: 0 12px 30px rgba(19, 32, 51, 0.08) !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.page-content__descr details:hover,
.archive-seo__inner details:hover,
.seo-text details:hover,
.post-content details:hover,
.page-content details:hover,
.faq--bridges .faq__item:hover {
  transform: translateY(-1px);
  border-color: rgba(95, 58, 155, 0.24) !important;
  box-shadow: 0 16px 34px rgba(19, 32, 51, 0.12) !important;
}

/* Вопрос */
.page-content__descr summary,
.archive-seo__inner summary,
.seo-text summary,
.post-content summary,
.page-content summary,
.faq--bridges summary.faq__q {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  padding: 18px 56px 18px 20px !important;
  cursor: pointer !important;
  list-style: none !important;
  color: #24364f !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  user-select: none !important;
}

/* Убираем стандартные треугольники */
.page-content__descr summary::-webkit-details-marker,
.archive-seo__inner summary::-webkit-details-marker,
.seo-text summary::-webkit-details-marker,
.post-content summary::-webkit-details-marker,
.page-content summary::-webkit-details-marker,
.faq--bridges summary.faq__q::-webkit-details-marker {
  display: none !important;
}

.page-content__descr summary::marker,
.archive-seo__inner summary::marker,
.seo-text summary::marker,
.post-content summary::marker,
.page-content summary::marker,
.faq--bridges summary.faq__q::marker {
  content: "" !important;
}

/* Hover вопроса */
.page-content__descr summary:hover,
.archive-seo__inner summary:hover,
.seo-text summary:hover,
.post-content summary:hover,
.page-content summary:hover,
.faq--bridges summary.faq__q:hover {
  background: rgba(95, 58, 155, 0.045) !important;
}

/* Своя стрелка справа */
.page-content__descr summary::after,
.archive-seo__inner summary::after,
.seo-text summary::after,
.post-content summary::after,
.page-content summary::after,
.faq--bridges summary.faq__q::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #5f3a9b;
  border-bottom: 2px solid #5f3a9b;
  transform: translateY(-60%) rotate(45deg);
  opacity: .8;
  transition: transform .18s ease, opacity .18s ease;
}

/* Открытый вопрос */
.page-content__descr details[open] summary,
.archive-seo__inner details[open] summary,
.seo-text details[open] summary,
.post-content details[open] summary,
.page-content details[open] summary,
.faq--bridges .faq__item[open] summary.faq__q {
  background: rgba(95, 58, 155, 0.055) !important;
  border-bottom: 1px solid rgba(216, 225, 236, 0.95) !important;
}

.page-content__descr details[open] summary::after,
.archive-seo__inner details[open] summary::after,
.seo-text details[open] summary::after,
.post-content details[open] summary::after,
.page-content details[open] summary::after,
.faq--bridges .faq__item[open] summary.faq__q::after {
  transform: translateY(-35%) rotate(-135deg);
}

/* Ответ */
.page-content__descr details > :not(summary),
.archive-seo__inner details > :not(summary),
.seo-text details > :not(summary),
.post-content details > :not(summary),
.page-content details > :not(summary),
.faq--bridges .faq__a {
  padding: 16px 20px 20px 20px !important;
  color: #24364f !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
}

/* Чтобы абзацы внутри ответа не давали лишнюю кашу */
.page-content__descr details > p,
.archive-seo__inner details > p,
.seo-text details > p,
.post-content details > p,
.page-content details > p {
  margin: 0 !important;
}

/* Мобилка */
@media (max-width: 767px) {
  .page-content__descr summary,
  .archive-seo__inner summary,
  .seo-text summary,
  .post-content summary,
  .page-content summary,
  .faq--bridges summary.faq__q {
    padding: 16px 50px 16px 16px !important;
    font-size: 16px !important;
  }

  .page-content__descr details > :not(summary),
  .archive-seo__inner details > :not(summary),
  .seo-text details > :not(summary),
  .post-content details > :not(summary),
  .page-content details > :not(summary),
  .faq--bridges .faq__a {
    padding: 14px 16px 18px 16px !important;
    font-size: 16px !important;
  }
}
/* =========================================================
   Отступ между FAQ и популярными групповыми экскурсиями
   ========================================================= */

.lw-faq {
  margin-bottom: 64px !important;
}

.lw-group-excursions {
  margin-top: 0 !important;
}

/* Если блок популярных экскурсий идет сразу после FAQ */
.lw-faq + .lw-group-excursions {
  margin-top: 0 !important;
}

/* Заголовок популярных экскурсий */
.lw-group-excursions .section-header {
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

@media (max-width: 575px) {
  .lw-faq {
    margin-bottom: 44px !important;
  }

  .lw-group-excursions .section-header {
    margin-bottom: 22px !important;
  }
}
/* =========================================================
   Детальные страницы катеров — единый фон под текстом
   Пример: /arenda-katerov/kater-storm-2/
   ========================================================= */

body.single-eat,
body.single-eat .site,
body.single-eat .site-wrapper,
body.single-eat .wrapper,
body.single-eat .main,
body.single-eat #main,
body.single-eat .site-main,
body.single-eat .content,
body.single-eat .site-content,
body.single-eat .content-area,
body.single-eat .page,
body.single-eat .page__wrapper,
body.single-eat .cpt-item {
  background: #edf3f8 !important;
}

/* Левая колонка с текстом — убираем белую простыню */
body.single-eat .cpt-item__content,
body.single-eat .cpt-content,
body.single-eat .post-content,
body.single-eat .entry-content,
body.single-eat .page-content__descr {
  background: #edf3f8 !important;
  background-color: #edf3f8 !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Текст внутри */
body.single-eat .post-content,
body.single-eat .post-content p,
body.single-eat .post-content li {
  color: #24364f !important;
}

body.single-eat .post-content h2,
body.single-eat .post-content h3 {
  color: #132033 !important;
}

/* Картинки/галерею не красим, только убираем белый фон вокруг */
body.single-eat .cpt-content__image,
body.single-eat .cpt-content__image--desktop,
body.single-eat .cpt-content__image--mobile {
  background: transparent !important;
}

/* Правая колонка остается на общем фоне */
body.single-eat .cpt-item__aside,
body.single-eat .sidebar {
  background: #edf3f8 !important;
}

/* Карточки характеристик справа — оставляем читаемыми */
body.single-eat .sidebar__wrap,
body.single-eat .cpt-info-list,
body.single-eat .eat-info-list {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

body.single-eat .cpt-info__item {
  background: rgba(255, 255, 255, 0.58) !important;
  border: 1px solid rgba(216, 225, 236, 0.95) !important;
  border-radius: 10px !important;
}

/* Карта справа без белой подложки вокруг */
body.single-eat .cpt-map,
body.single-eat .map,
body.single-eat .map-embed,
body.single-eat .map-embed--piers {
  background: transparent !important;
}
/* 
 * /* =========================================================
   Кнопка "Забронируй катер" — фиолетовая, НЕ липкая
   ========================================================= */

/* Кнопка в сайдбаре */
.sidebar .boat-booking-btn,
.cpt-info__item--booking .boat-booking-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  min-height: 56px !important;
  padding: 15px 24px !important;

  border: 0 !important;
  border-radius: 8px !important;

  background: #5f3a9b !important;
  color: #ffffff !important;

  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  text-decoration: none !important;

  box-shadow: 0 14px 30px rgba(95, 58, 155, 0.30) !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
}

.sidebar .boat-booking-btn:hover,
.cpt-info__item--booking .boat-booking-btn:hover {
  background: #4f2f84 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 38px rgba(95, 58, 155, 0.38) !important;
}

/* Нижняя кнопка — НЕ fixed, а обычный блок в потоке страницы */
.boat-booking-float {
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: auto !important;

  width: 100% !important;
  max-width: 1180px !important;
  margin: 36px auto 48px !important;
  padding: 0 24px !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  transform: none !important;
  text-align: center !important;
}

.boat-booking-float .boat-booking-btn,
.boat-booking-btn--float {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-width: 230px !important;
  min-height: 58px !important;
  padding: 16px 30px !important;

  border: 0 !important;
  border-radius: 8px !important;

  background: #5f3a9b !important;
  color: #ffffff !important;

  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  text-decoration: none !important;

  box-shadow: 0 18px 44px rgba(95, 58, 155, 0.34) !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
}

.boat-booking-float .boat-booking-btn:hover,
.boat-booking-btn--float:hover {
  background: #4f2f84 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 22px 52px rgba(95, 58, 155, 0.42) !important;
}

/* Мобилка */
@media (max-width: 767px) {
  .boat-booking-float {
    margin: 28px auto 36px !important;
    padding: 0 16px !important;
  }

  .boat-booking-float .boat-booking-btn,
  .boat-booking-btn--float {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 56px !important;
    padding: 15px 20px !important;
    font-size: 17px !important;
  }
}
/* 
 * /* =========================================================
   Блог / статьи — единый фон без белой плашки
   Пример: /belye-nochi-v-peterburge/
   ========================================================= */

body.single-post,
body.single-post .site,
body.single-post .site-wrapper,
body.single-post .wrapper,
body.single-post .main,
body.single-post #main,
body.single-post .site-main,
body.single-post .content,
body.single-post .site-content,
body.single-post .content-area,
body.single-post .page,
body.single-post .page__wrapper,
body.single-post article {
  background: #edf3f8 !important;
}

/* Основной текст статьи — без белого листа */
body.single-post .post-content,
body.single-post .entry-content,
body.single-post .page-content,
body.single-post .page-content__descr,
body.single-post .single-content,
body.single-post .blog-content,
body.single-post .article-content {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Если белый фон задан на внутренней обёртке */
body.single-post .post-content > div,
body.single-post .entry-content > div,
body.single-post .page-content > div {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Текст статьи */
body.single-post .post-content,
body.single-post .post-content p,
body.single-post .post-content li,
body.single-post .entry-content,
body.single-post .entry-content p,
body.single-post .entry-content li {
  color: #24364f !important;
}

/* Заголовки внутри статьи */
body.single-post .post-content h2,
body.single-post .post-content h3,
body.single-post .entry-content h2,
body.single-post .entry-content h3 {
  color: #132033 !important;
}

/* Мета-информация статьи: дата, автор, категория */
body.single-post .post-meta,
body.single-post .entry-meta,
body.single-post .page-meta,
body.single-post .blog-meta {
  background: transparent !important;
  color: #667085 !important;
}

/* Картинки в статье */
body.single-post .post-content img,
body.single-post .entry-content img {
  border-radius: 10px !important;
}

/* Если у картинки есть figure с белым фоном */
body.single-post figure,
body.single-post .wp-block-image {
  background: transparent !important;
}

/* Сайдбар, если на статьях есть */
body.single-post .sidebar {
  background: #edf3f8 !important;
}

body.single-post .sidebar .widget {
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(216, 225, 236, 0.95) !important;
}
body.single-post .container > div,
body.single-post .page__content,
body.single-post .page__main,
body.single-post .post,
body.single-post .type-post {
  background-color: transparent !important;
  box-shadow: none !important;
}
body.single-post .container > div,
body.single-post .page__content,
body.single-post .page__main,
body.single-post .post,
body.single-post .type-post {
  background-color: transparent !important;
  box-shadow: none !important;
}
/* =========================================================
   Блог: убираем белую подложку статьи
   ========================================================= */

body.single-post {
  background: #edf3f8 !important;
}

/* Все основные обертки страницы статьи */
body.single-post #page,
body.single-post .site,
body.single-post .site-wrapper,
body.single-post .wrapper,
body.single-post .main,
body.single-post #main,
body.single-post .site-main,
body.single-post .content,
body.single-post .site-content,
body.single-post .content-area,
body.single-post .page,
body.single-post .page__wrapper,
body.single-post .container {
  background-color: transparent !important;
}

/* Сам пост и все его прямые обертки */
body.single-post article,
body.single-post .post,
body.single-post .type-post,
body.single-post .hentry,
body.single-post .page-content,
body.single-post .post-content,
body.single-post .entry-content,
body.single-post .blog-wrap,
body.single-post .blog-wrap__content,
body.single-post .blog-wrap__descr,
body.single-post .blog-wrap__text,
body.single-post .blog-wrap__inner,
body.single-post .blog-wrap__main,
body.single-post .blog-wrap__body {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Самый важный добивающий селектор:
   убирает белый фон у внутренних div внутри статьи */
body.single-post article > div,
body.single-post .post > div,
body.single-post .type-post > div,
body.single-post .hentry > div,
body.single-post .blog-wrap > div,
body.single-post .blog-wrap__content > div,
body.single-post .page-content > div,
body.single-post .post-content > div,
body.single-post .entry-content > div {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Если белый фон висит на общем текстовом контейнере */
body.single-post [class*="content"],
body.single-post [class*="descr"],
body.single-post [class*="text"] {
  background-color: transparent !important;
}

/* Но не ломаем карточки, формы, поиск и кнопки */
body.single-post .list-item__wrap,
body.single-post .widget,
body.single-post .sidebar .widget,
body.single-post .search-form,
body.single-post input,
body.single-post textarea,
body.single-post select {
  background-color: rgba(255, 255, 255, 0.72) !important;
}

/* Текст */
body.single-post p,
body.single-post li,
body.single-post .post-content,
body.single-post .entry-content {
  color: #24364f !important;
}

body.single-post h1,
body.single-post h2,
body.single-post h3 {
  color: #132033 !important;
}

/* Картинки */
body.single-post figure,
body.single-post .wp-block-image {
  background: transparent !important;
}

body.single-post img {
  border-radius: 10px !important;
}
/* =========================================================
   Хлебные крошки + H1: крошки сверху, H1 ниже
   Работает для статей, страниц, экскурсий, катеров и архивов
   ========================================================= */

/* Общий хедер страницы */
.page__header,
.page-header {
  background: transparent !important;
}

/* Главная обертка: строго в колонку */
.page-header__wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 14px !important;

  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
}

/* Крошки всегда первыми */
.page-header__breadcrumbs,
.page-header__wrap .page-header__breadcrumbs,
.page-header__wrap .breadcrumbs {
  order: 1 !important;
  width: 100% !important;
  max-width: 100% !important;

  margin: 0 0 4px 0 !important;
  padding: 0 !important;

  text-align: left !important;
}

/* H1 всегда под крошками */
.page-header__title,
.page-header__wrap .page-header__title {
  order: 2 !important;
  display: block !important;

  width: 100% !important;
  max-width: 980px !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #132033 !important;
  text-align: left !important;
  line-height: 1.2 !important;
}
/* Последний некликабельный элемент — текущую страницу — не выводим */
.breadcrumbs__item:last-child,
.breadcrumbs > li:last-child {
  display: none !important;
}
/* Блок "Лучшие точки наблюдения" на главной */
#custom3 {
  background: #f4f8fc;
  padding: 60px 0;
}

#custom3 .container {
  max-width: 1180px;
}

#custom3 .section-header {
  margin-bottom: 24px;
}

#custom3 .section-header__wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

#custom3 .section-header__title {
  margin: 0;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 800;
  color: #07152d;
}

#custom3 .section-header__title::before {
  content: "⌖";
  display: inline-block;
  margin-right: 12px;
  color: #d9965f;
  font-size: 30px;
  font-weight: 400;
  vertical-align: -1px;
}

#custom3 .section-header__descr {
  display: block;
  margin-top: 8px;
  color: #60708a;
  font-size: 17px;
  line-height: 1.5;
}

#custom3 .custom-content {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(7, 21, 45, 0.06);
}

#custom3 .bridge-watch-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

#custom3 .bridge-watch-list {
  display: grid;
  gap: 16px;
}

#custom3 .bridge-watch-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 24px;
  background: #f0f4f9;
  border-radius: 12px;
}

#custom3 .bridge-watch-num {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #173b67;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

#custom3 .bridge-watch-text h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
  color: #07152d;
}

#custom3 .bridge-watch-text p {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  color: #5f6f89;
}

#custom3 .bridge-map-block {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 8px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e3ebf3;
}

#custom3 .bridge-map-points {
  padding: 28px 26px;
  background: #ffffff;
}

#custom3 .bridge-map-point {
  position: relative;
  padding-left: 34px;
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.35;
  color: #333333;
}

#custom3 .bridge-map-point:last-child {
  margin-bottom: 0;
}

#custom3 .bridge-map-point::before {
  content: "★";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ff5a5f;
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(255, 90, 95, 0.35);
}

#custom3 .bridge-map-iframe {
  min-height: 420px;
  background: #eaf1f7;
}

#custom3 .bridge-map-iframe iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

/* Планшеты */
@media (max-width: 991px) {
  #custom3 {
    padding: 44px 0;
  }

  #custom3 .custom-content {
    padding: 24px;
  }

  #custom3 .section-header__title {
    font-size: 28px;
  }

  #custom3 .bridge-map-block {
    grid-template-columns: 1fr;
  }

  #custom3 .bridge-map-points {
    padding: 24px;
  }
}

/* Мобильные */
@media (max-width: 575px) {
  #custom3 {
    padding: 34px 0;
  }

  #custom3 .custom-content {
    padding: 18px;
    border-radius: 14px;
  }

  #custom3 .section-header__title {
    font-size: 24px;
  }

  #custom3 .section-header__title::before {
    margin-right: 8px;
    font-size: 24px;
  }

  #custom3 .bridge-watch-card {
    padding: 18px;
    gap: 14px;
  }

  #custom3 .bridge-watch-num {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  #custom3 .bridge-watch-text h3 {
    font-size: 18px;
  }

  #custom3 .bridge-watch-text p {
    font-size: 15px;
  }

  #custom3 .bridge-map-point {
    font-size: 16px;
    margin-bottom: 18px;
  }

  #custom3 .bridge-map-iframe,
  #custom3 .bridge-map-iframe iframe {
    min-height: 340px;
  }
}
/* Описание под заголовком в блоке "Лучшие точки наблюдения" */
#custom3 .section-header__wrap {
  display: block;
}

#custom3 .section-header__title {
  display: block;
  margin: 0 0 8px;
}

#custom3 .section-header__descr {
  display: block;
  margin-top: 6px;
  padding-left: 42px;
  font-size: 17px;
  line-height: 1.5;
  color: #60708a;
}
/* Опускаем описание ниже линии */
#custom3 .section-header__descr {
  margin-top: 16px !important;
}
#custom3 .section-header__descr {
  margin-top: 22px !important;
}
/* Описание под заголовком в одну строку */
#custom3 .section-header__wrap {
  display: block;
  width: 100%;
}

#custom3 .section-header__descr {
  display: block;
  width: max-content;
  max-width: none;
  white-space: nowrap;
  margin-top: 16px !important;
  padding-left: 42px;
}
/* Нормальное выравнивание заголовка и описания в custom3 */
#custom3 .section-header {
  margin-bottom: 26px !important;
}

#custom3 .section-header__wrap {
  display: block !important;
  position: relative;
  width: 100%;
  padding-left: 42px;
}

#custom3 .section-header__title {
  display: block !important;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 800;
  color: #07152d;
}

#custom3 .section-header__title::before {
  content: "⌖";
  position: absolute;
  left: -42px;
  top: 3px;
  margin: 0;
  color: #d9965f;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

#custom3 .section-header__title::after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  margin-top: 20px;
  background: #cbd8ff;
}

#custom3 .section-header__descr {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin-top: 12px !important;
  padding-left: 0 !important;
  white-space: nowrap;
  font-size: 17px;
  line-height: 1.45;
  color: #60708a;
}

/* Убираем возможную старую линию темы, если она есть */
#custom3 .section-header::before,
#custom3 .section-header::after,
#custom3 .section-header__wrap::before,
#custom3 .section-header__wrap::after {
  display: none !important;
  content: none !important;
}

/* Мобильная версия */
@media (max-width: 575px) {
  #custom3 .section-header__wrap {
    padding-left: 32px;
  }

  #custom3 .section-header__title {
    font-size: 24px;
  }

  #custom3 .section-header__title::before {
    left: -32px;
    top: 3px;
    font-size: 20px;
  }

  #custom3 .section-header__title::after {
    margin-top: 16px;
  }

  #custom3 .section-header__descr {
    white-space: normal;
    font-size: 15px;
  }
}
/* Убираем иконку перед заголовком и левый отступ */
#custom3 .section-header__wrap {
  padding-left: 0 !important;
}

#custom3 .section-header__title::before {
  display: none !important;
  content: none !important;
}

#custom3 .section-header__descr {
  padding-left: 0 !important;
}
/* Опускаем описание под заголовком в блоке "Лучшие точки наблюдения" */
#custom3 .section-header__wrap {
  display: block !important;
}

#custom3 .section-header__title {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

#custom3 .section-header__descr {
  display: block !important;
  margin-top: 26px !important;
  padding-left: 0 !important;
  font-size: 17px;
  line-height: 1.5;
  color: #60708a;
}
/* =========================================================
   ЕДИНЫЙ СТИЛЬ ДЛЯ БЛОКОВ:
   - Лучшие точки наблюдения
   - Почему выбирают наши прогулки
   - Как забронировать
   - История мостов
========================================================= */

/* Общий фон и ширина секций */
#custom,
#custom3 {
  background: #f4f8fc !important;
  padding: 64px 0 !important;
}

#custom .container,
#custom3 .container {
  width: min(100% - 40px, 1180px) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Общий стиль заголовков секций */
#custom .section-header,
#custom3 .section-header,
#custom .rb-inner-heading,
#custom .rb-history-heading {
  text-align: left !important;
  margin: 0 0 34px !important;
}

#custom .section-header__wrap,
#custom3 .section-header__wrap {
  display: block !important;
  padding: 0 !important;
}

/* Заголовок: как в блоке с фото */
#custom .section-header__title,
#custom3 .section-header__title,
#custom .rb-inner-heading h2,
#custom .rb-history-heading h2 {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 26px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: #07152d !important;
  text-align: left !important;
}

/* Убираем старые иконки и старые линии */
#custom .section-header__title::before,
#custom3 .section-header__title::before,
#custom .section-header__title::after,
#custom3 .section-header__title::after {
  display: none !important;
  content: none !important;
}

/* Единая черточка под заголовком */
#custom .section-header__title::after,
#custom3 .section-header__title::after,
#custom .rb-inner-heading h2::after,
#custom .rb-history-heading h2::after {
  content: "" !important;
  display: block !important;
  width: 58px !important;
  height: 2px !important;
  margin-top: 20px !important;
  background: #cbd8ff !important;
}

/* Описание под заголовком */
#custom .section-header__descr,
#custom3 .section-header__descr,
#custom .rb-inner-heading p,
#custom .rb-history-heading p {
  display: block !important;
  max-width: 620px !important;
  margin: 22px 0 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  color: #5f6f89 !important;
  text-align: left !important;
  white-space: normal !important;
}

/* Убираем декоративные буквицы и боковые линии в истории */
#custom .rb-history-heading p::before,
#custom .rb-history-heading p span,
#custom .rb-history-card p span {
  display: none !important;
  content: none !important;
  float: none !important;
}

/* Контентные контейнеры */
#custom .custom-content,
#custom3 .custom-content {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* =========================================================
   БЛОК: ЛУЧШИЕ ТОЧКИ НАБЛЮДЕНИЯ
========================================================= */

#custom3 .bridge-watch-block {
  display: grid !important;
  grid-template-columns: 430px minmax(0, 1fr) !important;
  gap: 26px !important;
  align-items: stretch !important;
  padding: 26px !important;
  background: #ffffff !important;
  border: 1px solid #dde7f1 !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 24px rgba(7, 21, 45, 0.04) !important;
}

#custom3 .bridge-watch-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

#custom3 .bridge-watch-card {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  padding: 16px 18px !important;
  background: #f0f4f9 !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

#custom3 .bridge-watch-num {
  flex: 0 0 32px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 9px !important;
  background: #173b67 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

#custom3 .bridge-watch-text h3 {
  margin: 0 0 5px !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  color: #07152d !important;
}

#custom3 .bridge-watch-text p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: #5f6f89 !important;
}

#custom3 .bridge-map-iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 520px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #f0f4f9 !important;
  border: 1px solid #dde7f1 !important;
  box-shadow: none !important;
}

#custom3 .bridge-map-iframe iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 520px !important;
  border: 0 !important;
}

/* =========================================================
   БЛОК: ПОЧЕМУ ВЫБИРАЮТ НАШИ ПРОГУЛКИ
========================================================= */

.rb-home-info {
  color: #07152d !important;
}

.rb-benefits-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin-bottom: 64px !important;
}

.rb-benefit-card {
  background: #ffffff !important;
  border: 1px solid #dde7f1 !important;
  border-radius: 18px !important;
  padding: 28px 32px !important;
  box-shadow: 0 10px 24px rgba(7, 21, 45, 0.04) !important;
}

.rb-icon {
  width: 52px !important;
  height: 52px !important;
  margin-bottom: 22px !important;
  border-radius: 10px !important;
  background: #f0f4f9 !important;
  color: #173b67 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.rb-benefit-card h3 {
  margin: 0 0 10px !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  color: #07152d !important;
}

.rb-benefit-card p {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  color: #5f6f89 !important;
}

/* =========================================================
   БЛОК: КАК ЗАБРОНИРОВАТЬ
========================================================= */

.rb-booking-block {
  margin-bottom: 72px !important;
}

.rb-steps-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.rb-step-card {
  min-height: 300px !important;
  background: #f0f4f9 !important;
  border-radius: 18px !important;
  padding: 28px 32px !important;
}

.rb-step-num {
  width: 46px !important;
  height: 46px !important;
  margin-bottom: 24px !important;
  border-radius: 10px !important;
  background: #173b67 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.rb-step-card h3 {
  margin: 0 0 10px !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  color: #07152d !important;
}

.rb-step-card p {
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  color: #5f6f89 !important;
}

/* =========================================================
   БЛОК: ИСТОРИЯ
========================================================= */

.rb-history-block {
  margin-top: 20px !important;
}

.rb-history-card {
  background: #f0f4f9 !important;
  border-radius: 18px !important;
  padding: 28px 32px !important;
  margin-bottom: 24px !important;
}

.rb-history-card h3 {
  position: relative !important;
  margin: 0 0 12px !important;
  padding-left: 34px !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  color: #07152d !important;
}

.rb-history-card h3::before {
  content: "◇" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #d9965f !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

.rb-history-card p {
  margin: 0 !important;
  padding-left: 0 !important;
  border-left: 0 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: #5f6f89 !important;
}

.rb-stats-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin: 56px 0 !important;
  text-align: center !important;
}

.rb-stat strong {
  display: block !important;
  margin-bottom: 8px !important;
  font-size: 38px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  color: #173b67 !important;
}

.rb-stat span {
  display: block !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  color: #5f6f89 !important;
}

.rb-history-image {
  overflow: hidden !important;
  border-radius: 18px !important;
}

.rb-history-image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 18px !important;
}

/* =========================================================
   АДАПТИВ
========================================================= */

@media (max-width: 991px) {
  #custom,
  #custom3 {
    padding: 48px 0 !important;
  }

  #custom .container,
  #custom3 .container {
    width: min(100% - 32px, 1180px) !important;
  }

  #custom3 .bridge-watch-block {
    grid-template-columns: 1fr !important;
  }

  #custom3 .bridge-map-iframe,
  #custom3 .bridge-map-iframe iframe {
    min-height: 420px !important;
  }

  .rb-benefits-grid,
  .rb-steps-grid {
    grid-template-columns: 1fr !important;
  }

  .rb-step-card {
    min-height: auto !important;
  }

  .rb-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 575px) {
  #custom,
  #custom3 {
    padding: 40px 0 !important;
  }

  #custom .container,
  #custom3 .container {
    width: min(100% - 24px, 1180px) !important;
  }

  #custom .section-header__title,
  #custom3 .section-header__title,
  #custom .rb-inner-heading h2,
  #custom .rb-history-heading h2 {
    font-size: 24px !important;
  }

  #custom .section-header__descr,
  #custom3 .section-header__descr,
  #custom .rb-inner-heading p,
  #custom .rb-history-heading p {
    font-size: 15px !important;
  }

  #custom3 .bridge-watch-block,
  .rb-benefit-card,
  .rb-step-card,
  .rb-history-card {
    padding: 20px !important;
    border-radius: 14px !important;
  }

  #custom3 .bridge-watch-card {
    padding: 14px !important;
  }

  #custom3 .bridge-map-iframe,
  #custom3 .bridge-map-iframe iframe {
    min-height: 340px !important;
  }

  .rb-benefit-card h3,
  .rb-step-card h3,
  .rb-history-card h3 {
    font-size: 20px !important;
  }

  .rb-benefit-card p,
  .rb-step-card p,
  .rb-history-card p {
    font-size: 15px !important;
  }

  .rb-stats-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    margin: 44px 0 !important;
  }

  .rb-stat strong {
    font-size: 36px !important;
  }
}
/* Единая декоративная полоска под заголовками секций на главной */
.home h2,
.home .section-header__title,
.home .section-title,
.home .block-title,
.home .home-section__title {
    position: relative;
    display: block;
    margin-bottom: 26px !important;
    color: #061f3d;
}

/* Сама полоска: светлеет к концу */
.home h2::after,
.home .section-header__title::after,
.home .section-title::after,
.home .block-title::after,
.home .home-section__title::after {
    content: "";
    display: block;
    width: 72px;
    height: 2px;
    margin-top: 18px;
    background: linear-gradient(
        90deg,
        rgba(126, 87, 194, 0.55) 0%,
        rgba(126, 87, 194, 0.22) 45%,
        rgba(126, 87, 194, 0) 100%
    );
    border-radius: 999px;
}

/* Текст под заголовками — единый спокойный цвет */
.home h2 + p,
.home .section-header__descr,
.home .section-header__subtitle,
.home .section-subtitle,
.home .block-subtitle {
    color: #4f6384;
    line-height: 1.6;
}

/* Чтобы у блоков, где полоски не было, появился нормальный отступ */
.home h2 + p,
.home .section-header__title + p,
.home .section-title + p,
.home .block-title + p {
    margin-top: -6px;
}

/* Убираем ромбики в блоке истории */
.home [class*="history"] h3::before,
.home [class*="history"] .card-title::before,
.home [class*="history"] .item-title::before,
.home [class*="history"] [class*="title"]::before,
.home [class*="history"] [class*="icon"],
.home [class*="history"] .icon,
.home [class*="history"] .diamond {
    content: none !important;
    display: none !important;
}

/* Если ромбик сделан как маркер списка */
.home [class*="history"] li::marker {
    content: "";
}

/* Карточки истории после удаления ромбиков — чтобы заголовок не съезжал */
.home [class*="history"] h3 {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
/* =========================================================
   RAZVODMOSTOV — новый подвал
   ========================================================= */

.rm-footer {
  margin: 0 !important;
  padding: 72px 0 38px !important;
  background: #edf3f8 !important;
  border-top: 1px solid rgba(36, 54, 79, 0.10) !important;
  color: #132033 !important;
}

.rm-footer__container {
  max-width: 1060px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

.rm-footer__header {
  text-align: center !important;
  margin-bottom: 34px !important;
}

.rm-footer__line {
  display: block !important;
  width: 66px !important;
  height: 3px !important;
  margin: 0 auto 24px !important;
  background: linear-gradient(
    90deg,
    rgba(201, 150, 62, 0) 0%,
    rgba(201, 150, 62, 1) 45%,
    rgba(201, 150, 62, 0) 100%
  ) !important;
  border-radius: 999px !important;
}

.rm-footer__title {
  margin: 0 !important;
  padding: 0 !important;
  color: #132033 !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

.rm-footer__title::before,
.rm-footer__title::after {
  display: none !important;
  content: none !important;
}

.rm-footer__contacts {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 26px !important;
  max-width: 825px !important;
  margin: 0 auto 38px !important;
}

.rm-footer__card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 116px !important;
  padding: 28px 24px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border: 1px solid rgba(216, 225, 236, 0.95) !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 42px rgba(19, 32, 51, 0.08) !important;
  color: #132033 !important;
  text-decoration: none !important;
}

.rm-footer__card:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(95, 58, 155, 0.24) !important;
  box-shadow: 0 22px 48px rgba(19, 32, 51, 0.12) !important;
  color: #132033 !important;
  text-decoration: none !important;
}

.rm-footer__label {
  display: block !important;
  margin: 0 0 10px !important;
  color: #7c8aa5 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

.rm-footer__value {
  display: block !important;
  color: #132033 !important;
  font-size: 21px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

.rm-footer__nav {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 28px !important;
  margin: 0 0 26px !important;
  padding: 0 !important;
}

.rm-footer__nav a {
  color: #2d67a8 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
}

.rm-footer__nav a:hover {
  color: #5f3a9b !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

.rm-footer__docs {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin: 0 0 22px !important;
  color: #667085 !important;
  text-align: center !important;
}

.rm-footer__docs a {
  color: #536783 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
}

.rm-footer__docs a:hover {
  color: #5f3a9b !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

.rm-footer__notice {
  max-width: 760px !important;
  margin: 0 auto !important;
  padding-top: 22px !important;
  border-top: 1px solid rgba(36, 54, 79, 0.10) !important;
  color: #536783 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

/* Подстраховка: не даём старым стилям футера влиять на новый */
.rm-footer a::before,
.rm-footer a::after,
.rm-footer .btn::before,
.rm-footer .btn::after {
  display: none !important;
  content: none !important;
}

/* Мобилка */
@media (max-width: 768px) {
  .rm-footer {
    padding: 56px 0 32px !important;
  }

  .rm-footer__title {
    font-size: 28px !important;
  }

  .rm-footer__contacts {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    margin-bottom: 30px !important;
  }

  .rm-footer__card {
    min-height: 104px !important;
    padding: 24px 18px !important;
    border-radius: 18px !important;
  }

  .rm-footer__value {
    font-size: 19px !important;
  }

  .rm-footer__nav {
    gap: 16px 22px !important;
  }

  .rm-footer__docs {
    flex-direction: column !important;
    gap: 8px !important;
  }

  .rm-footer__docs span {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .rm-footer__container {
    padding: 0 16px !important;
  }

  .rm-footer__title {
    font-size: 26px !important;
  }

  .rm-footer__nav {
    flex-direction: column !important;
    gap: 12px !important;
  }
}
/* 
 * /* =========================================================
   Аренда катеров — блок "Почему мы?" карточками
   ========================================================= */

.lw-advantages.rm-why,
.rm-why {
  display: block !important;
  width: 100% !important;
  margin: 54px 0 56px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.lw-advantages.rm-why .lw-advantages__title,
.lw-advantages.rm-why .rm-why__title,
.rm-why .rm-why__title {
  margin: 0 0 28px !important;
  padding: 0 !important;
  color: #132033 !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.lw-advantages.rm-why .lw-advantages__title::after,
.lw-advantages.rm-why .rm-why__title::after,
.rm-why .rm-why__title::after {
  content: "";
  display: block !important;
  width: 68px !important;
  height: 2px !important;
  margin-top: 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(
    90deg,
    rgba(95, 58, 155, 0.55) 0%,
    rgba(95, 58, 155, 0.22) 50%,
    rgba(95, 58, 155, 0) 100%
  ) !important;
}

.lw-advantages.rm-why .lw-advantages__grid,
.lw-advantages.rm-why .rm-why__grid,
.rm-why .rm-why__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.lw-advantages.rm-why .lw-advantages__card,
.lw-advantages.rm-why .rm-why__card,
.rm-why .rm-why__card {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;

  min-height: 190px !important;
  margin: 0 !important;
  padding: 24px 22px !important;

  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(216, 225, 236, 0.95) !important;
  border-radius: 20px !important;
  box-shadow: 0 14px 32px rgba(19, 32, 51, 0.08) !important;

  color: #24364f !important;
  text-align: left !important;
  box-sizing: border-box !important;

  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease !important;
}

.lw-advantages.rm-why .lw-advantages__card:hover,
.lw-advantages.rm-why .rm-why__card:hover,
.rm-why .rm-why__card:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(95, 58, 155, 0.24) !important;
  box-shadow: 0 18px 40px rgba(19, 32, 51, 0.12) !important;
}

.lw-advantages.rm-why .lw-advantages__icon,
.lw-advantages.rm-why .rm-why__icon,
.rm-why .rm-why__icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;

  margin: 0 0 18px !important;
  padding: 0 !important;

  border-radius: 14px !important;
  background: #efe8fb !important;
  color: #5f3a9b !important;

  font-size: 24px !important;
  line-height: 1 !important;
  text-align: center !important;
}

.lw-advantages.rm-why .lw-advantages__card:nth-child(2) .lw-advantages__icon,
.lw-advantages.rm-why .lw-advantages__card:nth-child(4) .lw-advantages__icon,
.lw-advantages.rm-why .rm-why__card:nth-child(2) .rm-why__icon,
.lw-advantages.rm-why .rm-why__card:nth-child(4) .rm-why__icon,
.rm-why .rm-why__card:nth-child(2) .rm-why__icon,
.rm-why .rm-why__card:nth-child(4) .rm-why__icon {
  background: #f5ead4 !important;
  color: #c9963e !important;
}

.lw-advantages.rm-why .lw-advantages__text,
.lw-advantages.rm-why .rm-why__text,
.rm-why .rm-why__text {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;

  color: #24364f !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

/* Если тема/редактор обернул section в p — гасим лишние отступы */
.post-content p .lw-advantages.rm-why,
.page-content__descr p .lw-advantages.rm-why,
.archive-seo__inner p .lw-advantages.rm-why {
  margin-top: 54px !important;
}

.post-content p:has(.lw-advantages.rm-why),
.page-content__descr p:has(.lw-advantages.rm-why),
.archive-seo__inner p:has(.lw-advantages.rm-why) {
  margin: 0 !important;
}

/* Планшет */
@media (max-width: 1024px) {
  .lw-advantages.rm-why .lw-advantages__grid,
  .lw-advantages.rm-why .rm-why__grid,
  .rm-why .rm-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Мобилка */
@media (max-width: 575px) {
  .lw-advantages.rm-why,
  .rm-why {
    margin: 42px 0 44px !important;
  }

  .lw-advantages.rm-why .lw-advantages__title,
  .lw-advantages.rm-why .rm-why__title,
  .rm-why .rm-why__title {
    font-size: 26px !important;
    margin-bottom: 24px !important;
  }

  .lw-advantages.rm-why .lw-advantages__grid,
  .lw-advantages.rm-why .rm-why__grid,
  .rm-why .rm-why__grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .lw-advantages.rm-why .lw-advantages__card,
  .lw-advantages.rm-why .rm-why__card,
  .rm-why .rm-why__card {
    min-height: auto !important;
    padding: 22px 20px !important;
  }

  .lw-advantages.rm-why .lw-advantages__text,
  .lw-advantages.rm-why .rm-why__text,
  .rm-why .rm-why__text {
    font-size: 16px !important;
  }
}
