* {
  padding: 0;
  margin: 0;
}
body {
  font-family: Arial;
  color: #fff;
  font-size: 26px;
  -webkit-font-smoothing: antialiased;
}
.lock {
	pointer-events: none;
}
.transition {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.ivi-button {
  opacity: 0;
  position: relative;
  width: 440px;
  height: 80px;
  border-radius: 100px;
  background: #f22751;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
  cursor: pointer;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  overflow: hidden;
}
.ivi-button .ask-mail,
.ivi-button .finish,
.ivi-button .text,
.ivi-button .error {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ivi-button .ask-mail,
.ivi-button .finish,
.ivi-button .error {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.ivi-button .text {
  line-height: 76px;
  left: 80px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.ivi-button .text >span {
  position: relative;
  font-size: 10px;
  left: 25px;
  top: -3px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.ivi-button .ask-mail .label {
  position: absolute;
  top: 30px;
  left: 70px;
  font-size: 10px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.ivi-button .ask-mail input {
  position: absolute;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255,255,255,0.5);
  font-size: 13px;
  left: 140px;
  top: 23px;
  color: #fff;
  padding: 5px 0;
  width: 230px;
  text-align: center;
}
.ivi-button .ask-mail input:focus {
  outline: none;
}
.ivi-button .ask-mail input.highlite {
  border-color: rgba(242,39,81,0.7);
}
.ivi-button .ask-mail .ok {
  position: absolute;
  top: 25px;
  left: 387px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/ok.png);
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.ivi-button .ask-mail .ok:hover {
  opacity: 1;
}
.ivi-button .ask-mail .ok:active {
  top: 27px;
}
.ivi-button >.finish {
  line-height: 76px;
  font-size: 18px;
  text-align: center;
}
.ivi-button >.error {
  line-height: 76px;
  font-size: 26px;
  text-align: center;
}
.ivi-button .ico {
  position: absolute;
  top: 0px;
  left: 25px;
  width: 33px;
  height: 100%;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-image: url(../images/star.png);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.ivi-button:hover:not(.active) {
  background: #f15f99;
}
.ivi-button:active:not(.active) {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
}
.ivi-button.active {
  background: #ffa046 !important;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
  cursor: default;
}
.ivi-button.active .text {
  opacity: 0;
  pointer-events: none;
}
.ivi-button.active .ask-mail {
  opacity: 1;
  pointer-events: auto;
}
.ivi-button.active .ico {
  background-position: 0px -80px;
}
.ivi-button.finish {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
  cursor: default;
  background: #38b948 !important;
}
.ivi-button.finish .text,
.ivi-button.finish .ask-mail {
  opacity: 0 !important;
  pointer-events: none;
}
.ivi-button.finish .finish {
  opacity: 1;
  pointer-events: auto;
}
.ivi-button.finish .ico {
  opacity: 0;
}
.ivi-button.error {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
  cursor: default;
  background: #ff7280 !important;
}
.ivi-button.error .text,
.ivi-button.error .ask-mail {
  opacity: 0 !important;
  pointer-events: none;
}
.ivi-button.error .error {
  opacity: 1;
  pointer-events: auto;
}
.ivi-button.error .ico {
  opacity: 0;
}
.ivi-button.show {
  opacity: 1;
}