.falcon-button_rounded,
.falcon-button_rounded_active {
  background: #f2f4fa;
  box-shadow: 0px -4px 5px rgba(0,0,0,0.1);
  border: none;
  border-radius: 30px;
  cursor: pointer;
  height: 50px;
  position: relative;
  width: 300px;
  outline: none;
  transition: all 0.5s ease;
}
.falcon-button_rounded__icon,
.falcon-button_rounded_active__icon {
  position: absolute;
  right: 10px;
  top: 5px;
}
.falcon-button_rounded:hover,
.falcon-button_rounded_active:hover {
  box-shadow: 0px -4px 12px rgba(75,234,120,0.35);
}
.falcon-button_rounded:active,
.falcon-button_rounded_active:active,
.falcon-button_rounded_active,
.falcon-button_rounded_active_active,
.falcon-button_rounded_active:hover,
.falcon-button_rounded_active_active:hover {
  box-shadow: inset 0px -5px 8px #fff, inset 4px 4px 8px #15ce49;
}
.falcon-button_rounded:disabled,
.falcon-button_rounded_active:disabled,
.falcon-button_rounded_active_active:disabled {
  background: linear-gradient(to left top, #dde4ec, #eef1f7);
  pointer-events: none;
  box-shadow: none;
}
