:root {
  --ui-gray: #808080;
}

.btn-primary {
  background: var(--ui-gray);
  box-shadow: 0 12px 30px rgba(128, 128, 128, 0.22);
}

.tariff-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 18px;
}

.tariff-head h3 {
  max-width: none;
  margin-bottom: 0;
}

.tariff-price {
  width: 250px;
  max-width: 100%;
  justify-self: start;
  background: var(--ui-gray);
  text-align: left;
}

@media (max-width: 700px) {
  .tariff-head {
    grid-template-columns: 1fr;
  }

  .tariff-price {
    width: 100%;
    justify-self: stretch;
  }
}

.video-card video,
.video-card__tag {
  background: var(--ui-gray);
}

.band {
  background: var(--ui-gray);
}

.partner-lead {
  margin-bottom: 28px;
  font-weight: 800;
  color: var(--text);
}

.intro-video,
.intro-video video {
  cursor: none;
}
