.topbar {
    background: linear-gradient(90deg,#0088cc,#34d399);
    color: #fff;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    z-index: 99;
  }
  .topbar span {
    display: flex;
    align-items: center;
    gap: 6px;
    text-align: center;
  }
  .topbar a {
    background: #fff;
    color: #0088cc;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: .2s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .topbar a:hover {
    background: #f3f4f6;
    transform: translateY(-1px);
  }

.fw-7 {
    text-transform: none !important;
}
.price-note {
    font-size: .9rem;
    color: #6b7280; /* серый */
    text-transform: uppercase; /* как в примере "ОТ" */
    margin-right: 10px;
}