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

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

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

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

.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: 'Open Sans', Arial, Helvetica, sans-serif;
 font-weight: 400;
 font-size: 16px;
 line-height: 24px;
 color: #222;
 background: #fff;
}

section {
 width: 100%;
 max-width: 1920px;
 margin: 0 auto;
 padding: 40px 0;
}

.wrap {
 width: 960px;
 padding: 0 10px;
 margin: 0 auto;
 height: 100%;
 position: relative;
}

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

.nopad {
 padding: 0;
}

.m1-form input.field {
 position: relative;
 display: block;
 outline: 0;
 border: 1px solid #cecbcb;
 background: #fff;
 width: 100%;
 height: 65px;
 line-height: 63px;
 margin: 0 auto 10px;
 padding: 0 30px;
 font-size: 16px;
 font-weight: 400;
 color: #222;
 text-align: left;
 -webkit-border-radius: 33px;
 -moz-border-radius: 33px;
 border-radius: 33px;
 -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: 300px;
 height: 65px;
 line-height: 69px;
 margin: 0 auto;
 border: none;
 text-align: center;
 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
 font-size: 22px;
 font-weight: 700;
 text-transform: uppercase;
 text-decoration: none;
 cursor: pointer;
 color: #402d01;
 text-shadow: 0 2px 0 #ffd717;
 letter-spacing: 0.55px;
 background: #ffd400;
 background: -moz-linear-gradient(top, #ffd400 0%, #ffad00 100%);
 background: -webkit-linear-gradient(top, #ffd400 0%, #ffad00 100%);
 background: linear-gradient(to bottom, #ffd400 0%, #ffad00 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd400', endColorstr='#ffad00', GradientType=0);
 -webkit-border-radius: 33px;
 -moz-border-radius: 33px;
 border-radius: 33px;
 -webkit-box-shadow: 0 5px 0 #e68d00, 0 5px 5px rgba(0, 0, 0, 0.6);
 box-shadow: 0 5px 0 #e68d00, 0 5px 5px rgba(0, 0, 0, 0.6);
 -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 {
 padding: 10px;
 margin: 0 auto;
}

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

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

h2.title span {
 display: block;
 color: #6a951a;
 font-weight: 700;
}

/*   timer   */

.timer {
 width: 248px;
 margin: -60px auto 10px;
}

.timer h3 {
 text-align: center;
 color: #333;
 font-size: 16px;
 font-weight: 400;
 margin-bottom: 10px;
}

.timer .timer_item {
 width: 33.3%;
 float: left;
 text-align: center;
 position: relative;
}

.timer .count {
 font-size: 24px;
 line-height: 1.05em;
 color: #e28e06;
 font-weight: 700;
}

.timer .count_block {
 background: #fff;
 border-radius: 16px;
 width: 65px;
 margin: 0 auto;
 padding: 10px 0 9px;
}

.timer .text {
 color: #333;
 font-size: 12px;
 line-height: 16px;
}

.timer .timer_item:after {
 content: ':';
 font-size: 24px;
 font-weight: 400;
 color: #333;
 position: absolute;
 top: 16px;
 right: -3px;
}

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

/*   price   */

.price {
 background: #426b23;
 color: #fff;
 text-transform: uppercase;
 padding: 8px 0;
}

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

.price .old {
 float: left;
 width: 155px;
 padding-left: 30px;
}

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

.price .old .value {
 font-size: 26px;
}

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

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

.price .new {
 margin-left: 155px;
 text-align: center;
 background: url("../images/price-line.png") 50% 100% no-repeat;
 padding-top: 5px;
}

.price .new .value {
 font-size: 36px;
 font-weight: 700;
 line-height: 36px;
 color: #ffd000;
 padding-bottom: 4px;
}

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

.video-container {
 position: relative;
 width: 780px;
 height: 435px;
 background: #d4d4d4;
 overflow: hidden;
 margin: 0 auto 95px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

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

/* Arrows */
.slick-slide img {
 margin: 0 auto;
}

.slick-prev,
.slick-next {
 font-size: 0;
 line-height: 0;
 position: absolute;
 top: 70px;
 display: block;
 padding: 0;
 cursor: pointer;
 color: transparent;
 border: none;
 outline: none;
 background: url("../images/arrow-slider.png") 50% 50% no-repeat #ffb200;
 width: 40px;
 height: 40px;
 z-index: 3;
 border-radius: 50%;
 -webkit-border-radius: 50%;
}

.slick-prev {
 left: 0;
}

.slick-next {
 right: 0;
 -moz-transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
 -o-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}

@media screen and (max-width: 959px) {

 .wrap {
  width: 640px;
 }

}

@media screen and (max-width: 639px) {

 .wrap {
  width: 320px;
 }

}