.m1-form ::-webkit-input-placeholder {
 color: #727272;
}

.m1-form ::-moz-placeholder {
 color: #727272;
}

.m1-form :-moz-placeholder {
 color: #727272;
}

.m1-form :-ms-input-placeholder {
 color: #727272;
}

.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: 'Gotham Pro', Arial, Helvetica, sans-serif;
 font-weight: 400;
 font-size: 16px;
 line-height: 30px;
 color: #333;
 background: #274015;
}

section {
 width: 100%;
 margin: 0 auto;
 padding: 30px 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{
	padding: 0 40px;
}
.m1-form input.field {
 position: relative;
 display: block;
 outline: 0;
 border: 1px solid #cdd8c5;
 background: #fff;
 width: 100%;
 height: 64px;
 line-height: 62px;
 margin: 0 auto 10px;
 padding: 0 20px 0 67px;
 font-family: 'Gotham Pro', Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-weight: 400;
 color: #333;
 text-align: left;
 -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;
}

.m1-form input.field.name {
 background: url("../images/name-icon.png") 21px 50% no-repeat #fff;
}

.m1-form input.field.phone {
 background: url("../images/phone-icon.png") 19px 50% no-repeat #fff;
}

.button-m {
 position: relative;
 display: block;
 width: 400px;
 height: 78px;
 line-height: 78px;
 margin: 0 auto;
 border: none;
 text-align: center;
 font-family: 'Gotham Pro', Arial, Helvetica, sans-serif;
 font-size: 26px;
 font-weight: 700;
 letter-spacing: 2.6px;
 text-shadow: 0 2px 0 rgba(249, 149, 7, 0.55);
 text-transform: uppercase;
 text-decoration: none;
 cursor: pointer;
 color: #fff;
 background: #fec925;
 background: -moz-linear-gradient(top,  #fec925 0%, #ffa707 100%);
 background: -webkit-linear-gradient(top,  #fec925 0%,#ffa707 100%);
 background: linear-gradient(to bottom,  #fec925 0%,#ffa707 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec925', endColorstr='#ffa707',GradientType=0 );
 -webkit-box-shadow: 0 5px 0 #f99507, 0 7px 5px rgba(0, 0, 0, 0.5);
 box-shadow: 0 5px 0 #f99507, 0 7px 5px rgba(0, 0, 0, 0.5);
 -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 .button-m {
 width: 100%;
}

.price {
 width: 400px;
 height: 80px;
 background: url("../images/price-bg.png") 50% 50% no-repeat;
 border: 1px solid #ececec;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 margin: 0px auto 10px;
}

.price:after {
 display: block;
 clear: both;
 content: '';
}

.price .old,
.price .new {
 float: left;
 width: 50%;
 text-align: center;
 text-transform: uppercase;
 line-height: 28px;
 padding-top: 8px;
}

.price .new {
 color: #fff;
}

.price p {
 font-size: 14px;
}

.price .value {
 font-size: 36px;
}

.price .value i {
 font-size: 30px;
 font-style: normal;
}

.price .old .value span {
 text-decoration: line-through;
}

.price .new .value {
 font-weight: 700;
}

h2.title {
 font-size: 26px;
 font-weight: 400;
 color: #3b3b3b;
 margin: 0 0 25px 0;
 text-align: center;
 text-transform: uppercase;
}

h2.title span {
 display: block;
 font-size: 32px;
 font-weight: 700;
 color: #6a951a;
 line-height: 40px;
}

.video-container {
 position: relative;
 width: 100%;
 height: 270px;
 background: #f0f3ee;
 overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
 position: absolute;
 display: block;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}

img.image {
 display: block;
 width: 100%;
 margin-bottom: 20px;
}