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

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

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

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

.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: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #222;
  background: #282828;
}

section {
  width: 100%;
  margin: 0 auto;
  padding: 25px 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 #e0e0e0;
  background: #f6f6f6;
  width: 100%;
  height: 64px;
  line-height: 62px;
  margin: 0 auto 15px;
  padding: 0 20px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  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;
}

.button-m {
  position: relative;
  display: block;
  width: 325px;
  height: 80px;
  line-height: 84px;
  margin: 0 auto;
  border: none;
  text-align: center;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background: #ff9226;
  -webkit-box-shadow: 0 4px 0 #d87b1f;
  box-shadow: 0 4px 0 #d87b1f;
  -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;
  -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 {
  background: url("../img/title-hr.png") 50% 100% no-repeat;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #222;
  padding-bottom: 30px;
  margin: 0 0 30px;
  text-align: center;
}

h2.title span {
  display: block;
}

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

h2.title-present {
  background: url("../img/title-white-hr.png") 50% 100% no-repeat;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #222;
  padding-bottom: 30px;
  margin: 0 0 30px;
  text-align: center;
}

h2.title-present span {
  display: block;
}

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

/*   timer   */

.timer_block p {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.timer_block .timer {
  margin: 0 auto;
  width: 325px;
}

.timer_block .timer_item {
  float: left;
  margin: 0 44px 0 0;
  width: 79px;
}

.timer_block .timer_item:last-child {
  margin: 0;
}

.timer_block .count {
  margin: 0 0 10px;
  height: 60px;
}

.timer_block .count span {
  display: block;
  float: left;
  margin: 0 9px 0 0;
  width: 35px;
  height: 59px;
  background: url("../img/timer-bg.png");
  font-weight: 700;
  font-size: 30px;
  line-height: 59px;
  color: #fff;
  text-align: center;
}

.timer_block .count span:last-child {
  margin: 0;
}

.timer_block .text {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

/*   price   */

.price {
  padding: 25px 0 20px;
}

.price:after {
  display: block;
  clear: both;
  content: "";
}

.price .old {
  float: left;
  width: 50%;
  text-align: center;
}

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

.price .old .val {
  font-size: 28px;
}

.price .old .val i {
  font-style: normal;
  font-size: 22px;
}

.price .new {
  float: left;
  width: 50%;
  font-weight: 700;
  font-size: 34px;
  line-height: 52px;
  color: #ff9226;
  text-align: center;
}

.price .new i {
  font-size: 30px;
  font-style: normal;
}
