.tbg-svc-wrap {
  clear: both;
  display: flex;
  justify-content: center;
  margin: 28px auto;
  padding: 0 16px;
}

.tbg-svc-fallback {
  bottom: 20px;
  justify-content: flex-end;
  margin: 0;
  max-width: min(430px, calc(100vw - 24px));
  padding: 0;
  position: fixed;
  right: 20px;
  z-index: 9998;
}

.tbg-svc-counter {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(0, 67, 176, 0.16);
  border-left: 5px solid #f9bb15;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0, 35, 91, 0.10);
  color: #17324f;
  display: inline-flex;
  gap: 13px;
  max-width: 100%;
  padding: 13px 18px;
}

.tbg-svc-icon {
  align-items: center;
  background: #0043b0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.tbg-svc-icon svg {
  height: 20px;
  width: 20px;
}

.tbg-svc-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.tbg-svc-number {
  color: #0043b0;
  font-size: 1.35rem;
  font-weight: 800;
}

.tbg-svc-label {
  color: #53677c;
  font-size: 0.82rem;
  margin-top: 3px;
}

.tbg-svc-demo-badge {
  background: #fff4d1;
  border-radius: 999px;
  color: #725200;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 7px;
  text-transform: uppercase;
}

@media (max-width: 480px) {
	.tbg-svc-fallback {
    bottom: 12px;
    right: 12px;
  }

  .tbg-svc-counter {
    align-items: flex-start;
    width: 100%;
  }

  .tbg-svc-demo-badge {
    margin-left: auto;
  }
}
