.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: 'Exo 2.0', Arial, Helvetica, sans-serif;
 font-weight: 400;
 font-size: 18px;
 line-height: 24px;
 color: #121314;
 background: #002740;
}

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: 2px solid #dadbdc;
 background: #f5f6f7;
 width: 100%;
 height: 80px;
 line-height: 78px;
 margin: 0 auto 15px;
 padding: 0 20px;
 font-family: 'Exo 2.0', Arial, Helvetica, 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;
}

.button-m {
 position: relative;
 display: block;
 width: 350px;
 height: 76px;
 line-height: 80px;
 margin: 0 auto 5px;
 border: none;
 text-align: center;
 font-family: 'Exo 2.0', Arial, Helvetica, sans-serif;
 font-size: 25px;
 font-weight: 900;
 letter-spacing: 0.8px;
 text-transform: uppercase;
 text-decoration: none;
 cursor: pointer;
 color: #121314;
 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
 background: rgb(255, 156, 0);
 background: -moz-linear-gradient(0deg, rgba(255, 156, 0, 1) 0%, rgba(255, 204, 0, 1) 100%);
 background: -webkit-linear-gradient(0deg, rgba(255, 156, 0, 1) 0%, rgba(255, 204, 0, 1) 100%);
 background: linear-gradient(0deg, rgba(255, 156, 0, 1) 0%, rgba(255, 204, 0, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9c00", endColorstr="#ffcc00", GradientType=1);
 box-shadow: 0 4px 0 #db8600, 0 5px 20px rgba(0, 0, 0, 0.2);
 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.h-auto {
 height: auto;
 font-size: 21px;
 line-height: 26px;
 padding: 15px 0;
}

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

.m1-form {
 width: 350px;
 margin: 0 auto;
 padding-bottom: 10px;
}

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

h2.title {
 font-size: 35px;
 font-weight: 900;
 line-height: 1.5em;
 margin: 0 0 35px;
 letter-spacing: 1px;
 text-align: center;
 text-transform: uppercase;
}

h2.title span {
 background: #0077c0;
 color: #fff;
 padding: 5px 15px 7px;
}

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

h2.title.white span {
 background: #85c00c;
}

/*   price   */

.price {
 position: relative;
 height: 80px;
 background: #fff;
}

.price .sale {
 position: absolute;
 top: -10px;
 left: calc(50% - 78px);
 width: 156px;
 height: 100px;
 background: url("../img/sale-bg.png") 0 0 no-repeat;
 font-size: 20px;
 font-weight: 900;
 line-height: 32px;
 letter-spacing: 0.6px;
 color: #fff;
 text-align: center;
 text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
 padding-top: 9px;
}

.price .sale b {
 display: block;
 font-weight: 900;
 font-size: 45px;
 letter-spacing: 1px;
}

.price .sale b i {
 font-size: 35px;
 font-style: normal;
}

.price .old,
.price .new {
 float: left;
 width: 50%;
 line-height: 22px;
 text-align: center;
 padding-top: 9px;
}

.price .new {
 padding-left: 65px;
}

.price .old {
 color: #a8a9aa;
 padding-right: 65px;
}

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

.price .val {
 font-size: 35px;
 font-weight: 900;
 line-height: 1em;
}

.price .val i {
 font-style: normal;
 font-size: 0.75em;
 text-transform: uppercase;
}

/*   timer   */

.timer-block {
 text-align: center;
 padding: 20px 0;
}

.timer-title {
 font-size: 20px;
 margin-bottom: 10px;
}

.timer {
 font-size: 0;
}

.timer > div {
 display: inline-block;
 vertical-align: top;
 margin: 0 20px;
}

.timer .count {
 position: relative;
 display: block;
 font-size: 45px;
 line-height: 1em;
 font-weight: 900;
 color: #85c00c;
}

.timer .count:before {
 position: absolute;
 top: 0;
 right: -40px;
 display: block;
 width: 40px;
 font-size: 30px;
 line-height: 45px;
 content: ':';
}

.timer div:last-child .count:before {
 display: none;
}

.timer .text {
 display: block;
 font-size: 20px;
}

/*   video   */

.video {
 background: #85c00c;
 padding: 30px 35px;
}

.video-container {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
 background: #f1f1f1;
 border: 5px solid #fff;
 box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

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

/*   rev-slider   */

.rev-slider .slick-prev,
.rev-slider .slick-next {
 font-size: 0;
 line-height: 0;
 position: absolute;
 bottom: 60px;
 display: block;
 width: 40px;
 height: 40px;
 padding: 0;
 cursor: pointer;
 color: transparent;
 border: none;
 outline: none;
 background: url("../img/arrow-slider.png") 0 0 no-repeat;
 z-index: 3;
}

.rev-slider .slick-prev {
 left: 55px;
 -moz-transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
 -o-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}

.rev-slider .slick-next {
 right: 55px;
}

.rev-slider .slick-dots {
 text-align: center;
}

.rev-slider .slick-dots li {
 display: inline-block;
 vertical-align: top;
 padding: 0 7px;
}

.rev-slider .slick-dots li button {
 display: block;
 width: 50px;
 height: 10px;
 border: 2px solid #fff;
 text-indent: -9999px;
 background: transparent;
 cursor: pointer;
 border-radius: 5px;
}

.rev-slider .slick-dots li.slick-active button {
 background: #fff;
}
