@font-face {
 font-family: 'Appetite';
 src: url('../fonts/subset-Appetite.woff2') format('woff2'),
 url('../fonts/subset-Appetite.woff') format('woff'),
 url('../fonts/subset-Appetite.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}

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

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

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

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

.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: #282828;
}

section {
 width: 100%;
 padding: 35px 20px;
}

section.nopad {
 padding: 35px 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, .m1-form select.field{
 position: relative;
 display: block;
 outline: 0;
 border: none;
 background: #fff;
 width: 100%;
 height: 60px;
 line-height: 60px;
 margin: 0 auto 10px;
 padding: 0 20px 0 30px;
 font-family: 'Gotham Pro', Arial, Helvetica, sans-serif;
 font-size: 17px;
 font-weight: 400;
 color: #222;
 text-align: left;
 -webkit-border-radius: 41px;
 -moz-border-radius: 41px;
 border-radius: 41px;
 -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: 400px;
 height: 82px;
 line-height: 86px;
 margin: 0 auto;
 border: none;
 text-align: center;
 font-family: 'Gotham Pro', Arial, Helvetica, sans-serif;
 font-size: 24px;
 font-weight: 700;
 letter-spacing: 1.2px;
 text-transform: uppercase;
 text-decoration: none;
 cursor: pointer;
 color: #724b00;
 text-shadow: 0 2px 0 #fad334;
 background: #f9c802;
 -webkit-box-shadow: 0 4px 0 #f9a502, 0 8px 5px rgba(0, 0, 0, 0.3);
 box-shadow: 0 4px 0 #f9a502, 0 8px 5px rgba(0, 0, 0, 0.3);
 -webkit-border-radius: 41px;
 -moz-border-radius: 41px;
 border-radius: 41px;
 -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.small {
 width: 280px;
 height: 66px;
 line-height: 70px;
}

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

.m1-form {
 width: 400px;
 margin: 0 auto;
}

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

h2.title {
 font-size: 32px;
 line-height: 36px;
 color: #bd54d8;
 margin: 0 0 30px;
 text-align: center;
 text-transform: uppercase;
}

h2.title span {
 display: block;
 font-size: 24px;
 font-weight: 400;
 line-height: 28px;
 color: #333;
}

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

.timer_block {
 padding: 20px 0;
}

.timer_block h4 {
 font-size: 16px;
 font-weight: 400;
 color: #fff;
 text-align: center;
 padding-bottom: 5px;
}

.timer {
 width: 306px;
 margin: 0 auto;
}

.timer .timer_item {
 position: relative;
 float: left;
 width: 72px;
 height: 72px;
 background: #fff;
 color: #fff;
 text-align: center;
 margin: 0 15px;
 padding: 10px 0 0;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.09);
 -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.09);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.09);
}

.timer .timer_item:after {
 content: ':';
 width: 30px;
 font-size: 32px;
 line-height: 72px;
 position: absolute;
 top: 0;
 right: -30px;
}

.timer .timer_item:last-child:after {
 display: none;
}

.timer_item .count {
 font-size: 32px;
 font-weight: 700;
 color: #b224d2;
 line-height: 1.05em;
 padding-top: 3px;
}

.timer_item .text {
 font-size: 12px;
 color: #444;
 line-height: 1.1em;
}

.timer_block p {
 color: #fff;
 margin-bottom: 10px;
 text-align: center;
}

/*   price   */

.price {
 display: block;
    position: relative;
    width: 100%;
 height: 100px;
 background: url("../img/price-bg.png") 50% 0 no-repeat;
}

.price .old,
.price .new {
 float: left;
 width: 50%;
 text-align: center;
 padding-top: 25px;
 line-height: 24px;
 text-transform: uppercase;
}

.price .old {
 padding-right: 60px;
 text-align: right;
}

.price .new {
 color: #fff;
 padding-left: 60px;
 text-align: left;
}

.price .old p {
 color: #444;
}

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

.price p {
 font-size: 12px;
}

.price .value {
 font-size: 30px;
}

.price .new .value {
 font-weight: 700;
}

.price .value i {
 font-style: normal;
 font-size: 24px;
}

.price .sale {
 position: absolute;
 top: 24px;
 left: 50%;
 margin-left: -47px;
 width: 94px;
 font-size: 14px;
 font-weight: 700;
 color: #724b00;
 line-height: 24px;
 text-align: center;
 text-transform: uppercase;
}

.price .sale b {
 display: block;
 font-size: 29px;
}

/*   video   */

.video_block {
 position: relative;
 width: 100%;
 height: 245px;
 background-color: #98c5f2;
 overflow: hidden;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

.video_block iframe,
.video_block object,
.video_block embed {
 display: block;
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
}