/* Страница /katalog-terminalov/dlya-muzeev/ — контент + стили шаблона Элеко */

/* ——— Первый экран: .home_block + контент макета ——— */
.home_block.home_block--muzeev {
  height: auto !important;
  min-height: 560px;
  padding: 70px 0 80px;
  align-items: center;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

.home_block.home_block--muzeev .container {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.home_block.home_block--muzeev .col-sm-9 {
  margin-top: 0;
}

.home_block.home_block--muzeev h1.m_title {
  color: #fff !important;
  font-family: MuseoSansCyrl-900, sans-serif !important;
  font-weight: 900 !important;
  font-size: 46px !important;
  line-height: 1.15 !important;
  margin: 0 0 24px !important;
}

.home_block.home_block--muzeev .col-sm-9 p {
  font-size: 18px;
  line-height: 1.5;
  color: #ddd;
  margin-bottom: 14px;
}

.home_block.home_block--muzeev .col-sm-9 p strong {
  color: #fff;
}

.home_block.home_block--muzeev .nav-item__btn.btn--blue,
.seo-soft .nav-item__btn.btn--blue {
  margin-top: 10px;
  box-shadow: none !important;
  border-bottom: 5px solid #00478370 !important;
}

@media (max-width: 991px) {
  .home_block.home_block--muzeev {
    padding: 40px 0 50px;
    min-height: 0;
  }

  .home_block.home_block--muzeev h1.m_title {
    font-size: 28px !important;
    text-align: left;
  }

  .home_block.home_block--muzeev .col-sm-9 p {
    font-size: 16px;
  }
}

/* ——— Контент страницы: типографика и отступы как на сайте ——— */
.seo-page {
  color: #333;
  line-height: 1.6;
}

.seo-page h3 {
  font-family: MuseoSansCyrl-500, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #111 !important;
}

.seo-page .btn.zakazat,
.seo-page .btn.podrobnee {
  font-size: 15px;
  padding: 0.3rem 1.1rem;
}

.seo-section {
  padding: 70px 0;
}

.seo-section--gray {
  background: #f5f8fa;
}



.seo-section__subtitle {
  text-align: center;
  color: #646464;
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 1.5;
}

/* ——— Блок оборудования: компактный ряд карточек ——— */
.seo-page #equipment .seo-equip-grid {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  gap: 8px;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.seo-page #equipment .seo-equip-card {
  display: flex !important;
  flex: 1 1 0 !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  float: none !important;
  position: relative !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  text-align: center;
  background: #fff;
  border: 1px solid #e3edf5;
  border-radius: 8px;
  padding: 10px 6px 8px;
  box-shadow: 0 2px 10px rgba(9, 131, 234, 0.06);
  transition: box-shadow 0.2s;
}

.seo-page #equipment .seo-equip-card:hover {
  box-shadow: 0 4px 16px rgba(9, 131, 234, 0.12);
  transform: none;
}

.seo-page #equipment .seo-equip-card__img {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  margin: 0 0 6px;
  padding: 3px;
  overflow: hidden;
  flex-shrink: 0;
  float: none !important;
  background: #f8fbfe;
  border-radius: 6px;
}

.seo-page #equipment .seo-equip-card__img img {
  display: block !important;
  float: none !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 46px !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto !important;
  top: auto !important;
  left: auto !important;
}

.seo-page #equipment .seo-equip-card__img--icon img,
.seo-page #equipment .seo-equip-card__img--icon svg {
  display: block !important;
  max-height: 48px !important;
  max-width: 90% !important;
  width: auto;
  height: auto;
  margin: 0 auto !important;
}

.seo-page #equipment .seo-equip-card__label {
  display: block !important;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  color: #0983ea !important;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: none !important;
}

@media (max-width: 640px) {
  .seo-page #equipment .seo-equip-grid {
    flex-wrap: wrap !important;
    gap: 6px;
  }

  .seo-page #equipment .seo-equip-card {
    flex: 1 1 calc(50% - 6px) !important;
    min-width: calc(50% - 6px) !important;
  }

  .seo-page #equipment .seo-equip-card {
    padding: 10px 8px;
  }

  .seo-page #equipment .seo-equip-card__img {
    height: 56px;
  }

  .seo-page #equipment .seo-equip-card__img img {
    max-height: 48px !important;
  }

  .seo-page #equipment .seo-equip-card__label {
    font-size: 12px;
    white-space: normal;
  }
}

.seo-table-wrap {
  overflow-x: auto;
  margin-top: 8px;
}





.seo-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  font-size: 16px;
}

.seo-table th,
.seo-table td {
  padding: 9px 12px;
  text-align: left;
  border-bottom: 1px solid #e8eef3;
  vertical-align: top;
  line-height: 1.45;
}

.seo-table th {
  background: #0983ea;
  color: #fff;
  font-weight: 600;
}

.seo-table tr:last-child td {
  border-bottom: none;
}

.seo-table tr:nth-child(even) td {
  background: #f9fbfd;
}

.seo-soft {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 24px;
  align-items: start;
  margin-top: 40px;
  margin-bottom: 20px;
}

.seo-soft__img {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-height: none;
  background: #f4f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seo-soft__img img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  object-position: center center;
  display: block;
}

.seo-industries {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.seo-industry {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  border-top: 3px solid #0983ea;
}

.seo-industry:hover {
  box-shadow: 0 4px 14px rgba(9, 131, 234, 0.12);
  transform: none;
}

.seo-industry__icon {
  width: 36px;
  height: 36px;
  background: #e8f4fc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 18px;
}

.seo-industry h3 {
  font-size: 15px !important;
  font-weight: 700;
  margin-bottom: 6px;
  color: #111;
}

.seo-industry p {
  font-size: 13px;
  color: #555;
  margin: 0;
  line-height: 1.45;
}

.seo-compare .seo-table td:nth-child(2) {
  background: #f0faf0;
}

.seo-compare .seo-table td:nth-child(3) {
  background: #fffbf0;
}

.seo-status {
  white-space: nowrap;
}

.seo-faq {
  max-width: 800px;
  margin: 0 auto;
}

.seo-faq details {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 8px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
  border: 1px solid #e8eef3;
}

.seo-faq summary::-webkit-details-marker {
  display: none;
}

.seo-faq details[open] summary::after {
  content: "−";
}

.seo-faq summary {
  padding: 12px 16px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 36px;
}

.seo-faq summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #0983ea;
}

.seo-faq details p {
  padding: 0 16px 12px;
  margin: 0;
  color: #555;
  font-size: 14px;
}

.question__contacts {
  margin-top: 40px;
}

.question__up {
  bottom: -16%;
}

.question__contacts-item {
  margin-bottom: 14px;
}

.question__contacts-item strong {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #888;
  margin-bottom: 2px;
  font-weight: 600;
}

.question__contacts-item span,
.question__contacts-item a {
  font-size: 18px;
  color: #202020;
  line-height: 1.35;
}

.question__contacts-item a:hover {
  color: #0983ea;
  text-decoration: none;
}

.seo-keywords {
  font-size: 12px;
  color: #888;
  margin-top: 28px;
  margin-bottom: 0;
  text-align: center;
}

/* breadcrumbs / footer / шапка — только стили шаблона сайта, без переопределений SEO */

@media (max-width: 991px) {
  .seo-soft {
    grid-template-columns: 1fr;
  }

  .seo-industries {
    grid-template-columns: 1fr;
  }

  .question__contacts {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .seo-section {
    padding: 50px 0;
  }

  .seo-table {
    font-size: 14px;
  }

  .seo-table th,
  .seo-table td {
    padding: 7px 8px;
  }
}

/* ——— Каталог моделей ——— */
.seo-catalog {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.seo-product {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  background: #fff;
  border: 1px solid #e3edf5;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(9, 131, 234, 0.07);
  float: none !important;
  height: 100%;
  border-bottom: 5px solid #0983ea;
}

.seo-product__body {
  order: 1;
  padding: 24px 20px;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.seo-product__img {
  order: 2;
  position: relative;
  flex: 0 0 42%;
  width: 42%;
  min-width: 160px;
  max-width: 240px;
  align-self: stretch;
  padding: 0;
  overflow: hidden;
  background: #f8fbfe;
  border-left: 1px solid #eef4f9;
}

.seo-product__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
}

.seo-product__name {
  font-size: 20px !important;
  font-weight: 700;
  color: #0983ea;
  margin: 0 0 8px;
}

.seo-product__specs {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  font-size: 15px;
  color: #555;
  line-height: 1.45;
}

.seo-product__specs li {
  font-size: 15px;
  margin-bottom: 6px;
  color: #646464;
}

.seo-product__price {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin: auto 0 10px;
}

.seo-product__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.seo-product__actions .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px;
  line-height: 1.2 !important;
  padding: 0.3rem 1.1rem !important;
  margin: 0 !important;
  min-height: 34px;
  box-sizing: border-box !important;
  text-align: center;
  vertical-align: middle;
}

/* Убираем дёрганье: на hover у .zakazat глобально снимается border-bottom */
.seo-page .seo-product__actions .btn.zakazat {
  border: none !important;
  border-bottom: 3px solid #004783 !important;
  box-shadow: none !important;
  transform: none !important;
}

.seo-page .seo-product__actions .btn.zakazat:hover {
  border-bottom: 3px solid #004783 !important;
  opacity: 0.92;
  transform: none !important;
  box-shadow: none !important;
}

.seo-page .seo-product__actions .btn.podrobnee {
  border: 2px solid #ddd !important;
  line-height: 1.2 !important;
}

.seo-page .seo-product__actions .btn.podrobnee:hover {
  border: 2px solid #999 !important;
}

/* ——— Отраслевая специфика ——— */
.seo-niche {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.seo-niche__img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.seo-niche__img img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 300px;
}

.seo-niche ul {
  margin: 12px 0 0;
  padding-left: 22px;
  list-style: disc;
  list-style-position: outside;
}

.seo-niche li {
  font-size: 18px;
  margin-bottom: 10px;
  list-style: disc;
}

/* ——— Скриншоты ПО ——— */
.seo-screens {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 40px;
}

.seo-screens img {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #e8eef3;
  display: block;
  object-fit: contain;
  object-position: center center;
  height: 120px;
  background: #f4f7fa;
}

.seo-zoom {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: zoom-in;
  border-radius: 6px;
  overflow: hidden;
  transition: opacity 0.15s, box-shadow 0.15s;
}

.seo-zoom:hover {
  opacity: 0.92;
  box-shadow: 0 0 0 2px #0983ea;
}

.seo-zoom--main {
  border-radius: 8px;
}

.seo-zoom img {
  pointer-events: none;
}

.seo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(10, 20, 40, 0.82);
  cursor: zoom-out;
}

.seo-lightbox[hidden] {
  display: none !important;
}

.seo-lightbox__img {
  max-width: min(1100px, 94vw);
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.45);
  background: #fff;
  cursor: default;
}

.seo-lightbox__close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #111;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 10001;
}

/* ——— Кейсы / карусель ——— */
.seo-cases-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.seo-cases-carousel__viewport {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.seo-cases-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.seo-cases-carousel__track {
  display: flex;
  gap: 12px;
  padding: 4px 2px 8px;
}

.seo-cases-carousel__nav {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #d7e4ef;
  border-radius: 50%;
  background: #fff;
  color: #0983ea;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.seo-cases-carousel__nav svg {
  display: block;
  flex-shrink: 0;
}

.seo-cases-carousel__nav:hover {
  background: #f0f7fc;
  border-color: #0983ea;
  color: #0465af;
}

.seo-case {
  flex: 0 0 calc((100% - 36px) / 4);
  min-width: 180px;
  max-width: 260px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  scroll-snap-align: start;
}

.seo-case .seo-zoom {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: zoom-in;
}

.seo-case img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.seo-case p {
  padding: 20px;
  margin: 0;
  font-size: 14px;
  color: #555;
  line-height: 1.35;
}

/* ——— Доверие ——— */
/* ——— Доверие ——— */
.seo-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.seo-trust__item {
  background: #fff;
  border-radius: 12px;
  padding: 28px 22px 26px;
  text-align: center;
  border: 1px solid #e3edf5;
  box-shadow: 0 4px 18px rgba(9, 131, 234, 0.06);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.seo-trust__item:hover {
  transform: translateY(-3px);
  border-color: #b7d7f3;
  box-shadow: 0 10px 28px rgba(9, 131, 234, 0.12);
}

.seo-trust__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e8f4fc;
  color: #0983ea;
}

.seo-trust__icon svg {
  display: block;
}

.seo-trust__item h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1e1e1e !important;
  margin: 0 0 10px !important;
  line-height: 1.3 !important;
}

.seo-trust__item p {
  font-size: 15px;
  color: #646464;
  margin: 0;
  line-height: 1.5;
}

/* ——— Форма КП (как form--phone на /equipment/soft-…) ——— */
.seo-kp-form.form--phone {
  padding: 15px;
  border: 1px solid #ebebeb;
  background: #fff;
}

.seo-kp-form .form-btn {
  padding: 23px 30px 23px 30px;
}

.seo-kp-form__lead {
  color: #646464;
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 22px;
}

.seo-kp-form .form-group--name:before {
  display: none;
}

.seo-kp-form .form-group--name {
  padding-left: 28px;
  padding-right: 28px;
}

@media (max-width: 991px) {
  .seo-catalog {
    grid-template-columns: 1fr;
  }

  .seo-niche {
    grid-template-columns: 1fr;
  }

  .seo-case {
    flex-basis: calc((100% - 12px) / 2);
  }

  .seo-trust {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-screens {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 576px) {
  .seo-catalog {
    grid-template-columns: 1fr;
  }

  .seo-product {
    flex-direction: column !important;
  }

  .seo-product__img {
    order: 0;
    flex: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    height: 180px;
    border-left: none;
    border-bottom: 1px solid #eef4f9;
    padding: 0;
  }

  .seo-product__body {
    order: 1;
  }

  .seo-cases-carousel__nav {
    display: none;
  }

  .seo-case {
    flex-basis: 78%;
    max-width: none;
  }

  .seo-trust {
    grid-template-columns: 1fr;
  }

  .seo-screens {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Совместимость с формами шаблона eleko */
.seo-page .js-secret {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

