.form-label {
  font-size: 0.85rem;
}

.form-select {
  font-size: 0.85rem;
}

.container-header {
  background-image: linear-gradient(135deg, #3375b6 0%, #a0d4ff 100%);!important
  background-color: #3375b6;!important
}

.container-header {
  background-color: #3375b6;!important
  margin-bottom:1.25rem;!important
}

.container-header {
  margin-bottom:1.25rem;!important
}

.container-header .container-nav {
  justify-content:start;!important
  }

.metismenu.mod-menu .metismenu-item {
  text-transform: uppercase;!important
} 

.metismenu.mod-menu{
  padding-left:1.25rem;!important
} 

.sidebar-left.card {
  border-color: #FFFFFF;!important
}

.sidebar-left.card {
  text-transform: uppercase;!important
}

.sidebar-left.card .nav-item {
  padding-bottom: 1.25rem;
  font-size: 0.85rem;
}

.footer {
  background-image: linear-gradient(135deg, #3375b6 0%, #a0d4ff 100%);
  background-color: #3375b6;
}

h1, .h1 {
    font-size: calc(0.575rem + 1.5vw);
    color: #3375B5;
    padding-bottom: 1.5rem;
}

h2, .h2{
  font-size: 1.35rem;
  color: #3375B6;
}
h3, .h3{
  font-size: 1.15rem;
}
h4, .h4{
  font-size: 1.00rem;
}
h5, .h5{
  font-size: 0.85rem;
  color: #3375B5;
}

p, .p{
  font-size: 0.85rem;
}



    /* ── Карточки вендоров ── */
    .vendor-card {
      border: 1px solid #dfe3e7;
      border-radius: 0.25rem;
      background: #fff;
      display: flex;
      flex-direction: column;
      height: 100%;
      overflow: hidden;
      transition: box-shadow 0.2s;
    }
    .vendor-card:hover {
      box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.1);
    }

    /* Иконка-логотип (шапка карточки) */
    .vendor-card .card-img-top {
      background: #f0f4fb;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 90px;
      border-bottom: 1px solid #dfe3e7;
    }
    .vendor-card .card-img-top span {
      font-size: 1.5rem;
      font-weight: 700;
      color: #3375b6;
      letter-spacing: -0.5px;
    }

    /* card-body */
    .vendor-card .card-body {
      padding: 0.85rem 1rem;
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    /* Заголовок карточки */
    .vendor-card .card-body h5 {
      font-size: 0.95rem;
      font-weight: 700;
      margin-bottom: 0.3rem;
    }
    .vendor-card .card-body h5 a {
      color: #3375b6;
      text-decoration: none;
    }
    .vendor-card .card-body h5 a:hover {
      text-decoration: underline;
    }

    /* Тип/категория */
    .card-subtype {
      font-size: 0.75rem;
      color: #6d757e;
      margin-bottom: 0.7rem;
    }

    /* Список характеристик */
    .vendor-card .card-body ul {
      padding-left: 0;
      list-style: none;
      margin-bottom: 0;
      flex: 1;
    }
    .vendor-card .card-body ul li {
      font-size: 0.82rem;
      color: #484f56;
      padding: 0.2rem 0;
      border-bottom: 1px dotted #eaedf0;
      line-height: 1.45;
    }
    .vendor-card .card-body ul li:last-child {
      border-bottom: none;
    }
    .vendor-card .card-body ul li strong {
      color: #22262a;
    }

    /* card-footer — ссылка «Узнать цену →» */
    .vendor-card .card-footer {
      background: transparent;
      border-top: 1px solid #eaedf0;
      padding: 0.5rem 1rem 0.85rem;
    }
    .vendor-card .card-footer a {
      font-size: 0.85rem;
      color: #3375b6;
      text-decoration: none;
      font-weight: 600;
    }
    .vendor-card .card-footer a:hover {
      text-decoration: underline;
    }

    /* ── Заголовки разделов ── */
    .section-heading {
      border-bottom: 2px solid #3375b6;
      padding-bottom: 0.4rem;
      margin-bottom: 1.25rem;
      margin-top: 2rem;
    }

    /* ── Вводный текст ── */
    .page-intro {
      border-left: 3px solid #3375b6;
      padding-left: 0.85rem;
      margin-bottom: 1.5rem;
      color: #484f56;
    }


    /* ── Блок УТП ── */
    .utp-block {
      background: #f0f4fb;
      border: 1px solid #c8dcf5;
      border-radius: 0.25rem;
      padding: 1rem 1.25rem;
      margin-bottom: 1.5rem;
    }
    .utp-block p { margin-bottom: 0.25rem; }
    .utp-block p:last-child { margin-bottom: 0; }

    /* ── CTA-блок ── */
    .cta-block {
      background: linear-gradient(135deg, #3375b6 0%, #a0d4ff 100%);
      border-radius: 0.25rem;
      padding: 1.25rem 1.5rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: 2rem;
    }
    .cta-block p {
      color: #fff;
      margin-bottom: 0.2rem;
      font-weight: 700;
    }
    .cta-block span {
      color: rgba(255,255,255,0.88);
      font-size: 0.85rem;
    }
    .cta-phone {
      color: #fff;
      font-size: 1.2rem;
      font-weight: 700;
      text-decoration: none;
      background: rgba(255,255,255,0.18);
      padding: 0.5rem 1.25rem;
      border-radius: 0.25rem;
      border: 2px solid rgba(255,255,255,0.4);
      white-space: nowrap;
    }
    .cta-phone:hover {
      background: rgba(255,255,255,0.3);
    }

    /* ── Стиль активных фильтров (badge-computer-primary) ── */
    span.badge.badge-computer-primary,
    .badge.badge-computer-primary {
      background-color: #3375b6 !important;
      color: #fff !important;
      font-size: 0.82rem !important;
      font-weight: 500 !important;
      padding: 0.35em 0.75em !important;
      border-radius: 0.25rem !important;
      display: inline-flex !important;
      align-items: center !important;
      gap: 0.3em !important;
    }
    span.badge.badge-computer-primary a,
    .badge.badge-computer-primary a {
      color: #fff !important;
      text-decoration: none !important;
    }

    /* ── Bootstrap: alert-info (встроен для автономного предпросмотра) ── */
    .alert {
      position: relative;
      padding: 0.85rem 1rem;
      border: 1px solid transparent;
      border-radius: 0.25rem;
      margin-bottom: 1rem;
    }
    .alert-info {
      background-color: #e8f1fb;
      border-color: #b6d0f0;
      color: #1a3a5c;
    }
    .alert strong {
      font-weight: 700;
    }
    .mt-2 { margin-top: 0.5rem !important; }
    .me-2 { margin-right: 0.5rem !important; }

    /* ── Дисклеймер ── */
    .disclaimer {
      font-size: 0.75rem;
      color: #adb5bd;
      margin-top: 1.5rem;
    }

    /* Список */
    .info-card .card-body ul {
      padding-left: 0;
      list-style: none;
      margin-bottom: 0;
    }
    .info-card .card-body ul li {
      font-size: 0.82rem;
      color: #484f56;
      padding: 0.22rem 0;
      border-bottom: 1px dotted #eaedf0;
      line-height: 1.45;
    }
    .info-card .card-body ul li:last-child {
      border-bottom: none;
    }
    .info-card .card-body ul li strong {
      color: #22262a;
    }
