.m1-form ::-webkit-input-placeholder {
  color: #000;
}

.m1-form ::-moz-placeholder {
  color: #000;
}

.m1-form :-moz-placeholder {
  color: #000;
}

.m1-form :-ms-input-placeholder {
  color: #000;
}

.m1-form :focus::-webkit-input-placeholder {
  color: transparent;
}

.m1-form :focus::-moz-placeholder {
  color: transparent;
}

.m1-form :focus:-moz-placeholder {
  color: transparent;
}

.m1-form :focus:-ms-input-placeholder {
  color: transparent;
}

.hidden {
  display: none;
}

.center {
  text-align: center;
}

.just {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}

.clrfix:after {
  content: '';
  display: block;
  clear: both;
}

.clear {
  clear: both;
  height: 0;
}

.ulfix {
  font-size: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

b, strong {
  font-weight: 700;
}

body {
  width: 100%;
  min-width: 320px;
  padding: 0;
  margin: 0 auto;
  font-family: 'Museo Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #121314;
  background: #401D2C;
}

section {
  width: 100%;
  margin: 0 auto;
  padding: 45px 0;
}

.wrap {
  position: relative;
  background: #fff;
  width: 480px;
  height: 100%;
  padding: 0;
  margin: 0 auto;
}

.wrap:after {
  clear: both;
  content: "";
  display: table;
}

.nopad {
  padding: 0;
}

.m1-form input.field {
  position: relative;
  display: block;
  outline: 0;
  border: 1px solid #dadbdc;
  background: #f5f6f7;
  width: 100%;
  height: 77px;
  margin: 0 auto 15px;
  padding: 0 20px;
  font-family: 'Museo Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  text-indent: 0px;
}

.button-m {
  position: relative;
  display: block;
  width: 380px;
  height: 73px;
  line-height: 77px;
  margin: 0 auto;
  border: none;
  text-align: center;
  font-family: 'Museo Sans', sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #222;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  background: rgb(255, 162, 0);
  background: -moz-linear-gradient(0deg, rgba(255, 162, 0, 1) 0%, rgba(255, 198, 0, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 162, 0, 1) 0%, rgba(255, 198, 0, 1) 100%);
  background: linear-gradient(0deg, rgba(255, 162, 0, 1) 0%, rgba(255, 198, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa200", endColorstr="#ffc600", GradientType=1);
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 0 #c88000, 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 0 #c88000, 0 4px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.button-m:active {
  top: 1px;
}

.m1-form {
  margin: 0 auto;
}

.m1-form .button-m {
  width: 100%;
}

h2.title {
  font-family: 'Intro', sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.3em;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
}

h2.title:after {
  display: block;
  width: 80px;
  height: 20px;
  background: url("../img/title-icon.png") 0 0 no-repeat;
  margin: 10px auto 0;
  content: '';
}

h2.title span {
  display: block;
  color: #ff76ae;
}

h2.title.white {
  color: #fff;
}

h2.title.white span {
  color: #fffc00;
}

h2.title.white:after {
  background-image: url("../img/title-icon2.png");
}

/*   timer   */

.timer-block {
  margin: 0 auto 20px;
  padding: 10px 10px 6px;
  width: 380px;
  border: 1px dashed #bababa;
  font-family: 'Intro', sans-serif;
  background: #fff;
  overflow: hidden;
}

.timer-block p {
  float: left;
  width: 120px;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  text-align: center;
  padding: 0;
}

.timer-block p span {
  font-size: 26px;
}

.timer-block .timer {
  float: left;
  width: 230px;
}

.timer-block .timer_item {
  float: left;
  width: 33.333333%;
  font-size: 50px;
  line-height: 50px;
  color: #86c926;
  text-align: center;
  position: relative;
}

.timer-block .timer_item:nth-child(2):before,
.timer-block .timer_item:nth-child(2):after {
  display: block;
  content: ':';
  width: 10px;
  font-size: 28px;
  line-height: 44px;
  position: absolute;
  top: 0;
}

.timer-block .timer_item:nth-child(2):before {
  left: -5px;
}

.timer-block .timer_item:nth-child(2):after {
  right: -5px;
}

/*   price   */

.price {
  margin: 0 auto 20px;
  width: 380px;
  overflow: hidden;
  border-radius: 3px;
}

.price p {
  font-size: 18px;
  padding-bottom: 5px;
}

.price > div {
  width: 50%;
  float: left;
  text-align: center;
  padding: 10px 15px 8px;
}

.price .old {
  background: #fff;
  color: #222;
}

.price .old .val span {
  text-decoration: line-through;
}

.price .new {
  color: #fff;
  background: #ff76ae;
}

.price div i {
  font-size: 28px;
  font-style: normal;
  text-transform: uppercase;
}

.price div .val {
  display: block;
  font-size: 36px;
  line-height: 36px;
  font-family: 'Intro', sans-serif;
  font-weight: 400;
}