/* Блок counter-wrapper: диапазон НСПК (переопределение стилей под $300 BN) */
.counter-wrapper.counter-nspk-block {
  padding: 3rem 1.25rem;
  overflow: hidden;
}

.counter-wrapper.counter-nspk-block .counter-nspk-range {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  padding: 0 0.5rem;
  box-sizing: border-box;
}

.counter-wrapper.counter-nspk-block .counter-nspk-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.35em 0.5em;
  margin: 0;
  max-width: 100%;
  color: var(--rb-blue-100, #186aff);
  font-family: Checkout Apercu SemiMono, sans-serif;
  font-size: clamp(1.75rem, 5.5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
  letter-spacing: 0.01em;
}

.counter-wrapper.counter-nspk-block .counter-nspk-part {
  flex: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-transform: lowercase;
}

.counter-wrapper.counter-nspk-block .counter-nspk-sep {
  text-transform: lowercase;
}

.counter-wrapper.counter-nspk-block .counter-nspk-value,
.counter-wrapper.counter-nspk-block .counter-number.counter-nspk-value {
  flex: none;
  width: auto;
  min-width: 0;
  font: inherit;
  line-height: inherit;
  text-align: center;
  text-transform: none;
  display: inline;
}

@media (min-width: 768px) {
  .counter-wrapper.counter-nspk-block {
    padding: 4rem 2rem;
  }

  .counter-wrapper.counter-nspk-block .counter-nspk-line {
    font-size: clamp(2.5rem, 4.5vw, 5rem);
    gap: 0.4em 0.55em;
  }
}

@media (min-width: 1200px) {
  .counter-wrapper.counter-nspk-block .counter-nspk-line {
    font-size: clamp(3rem, 3.8vw, 5.5rem);
  }
}
