.btn {
  width: 101px;
  height: 43px;
  background: #fdbd00;
  border: 0px;
  border-radius: 4px;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: "normal";
  font-weight: 500;
  font-size: 20px;
}
.btn:focus, .btn:active, .btn.focus, .btn.active {
  background: #fba400;
}
.btn.btn-s {
  width: 76px;
  height: 32px;
  font-size: 14px;
}