.m1-form ::-webkit-input-placeholder {
 color: #333;
}

.m1-form ::-moz-placeholder {
 color: #333;
}

.m1-form :-moz-placeholder {
 color: #333;
}

.m1-form :-ms-input-placeholder {
 color: #333;
}

.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: 'Proxima Nova', Arial, Helvetica, sans-serif;
 font-weight: 400;
 font-size: 18px;
 line-height: 26px;
 color: #333;
 background: #192240;
}

section {
 width: 100%;
 margin: 0 auto;
 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 {
 position: relative;
 display: block;
 outline: 0;
 border: none;
 background: #fff;
 width: 100%;
 height: 83px;
 line-height: 83px;
 margin: 0 auto 12px;
 padding: 0 20px;
 font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
 font-size: 20px;
 font-weight: 400;
 color: #333;
 text-align: center;
 -webkit-border-radius: 35px;
 -moz-border-radius: 35px;
 border-radius: 35px;
 -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: 420px;
 height: 90px;
 line-height: 93px;
 margin: 0 auto;
 border: none;
 text-align: center;
 font-family: 'Acrom', Arial, Helvetica, sans-serif;
 font-size: 26px;
 font-weight: 800;
 text-transform: uppercase;
 text-decoration: none;
 cursor: pointer;
 color: #fff;
 text-shadow: 0 2px 0 rgba(166, 113, 18, 0.6);
 background: #efe457;
 background: -moz-linear-gradient(top, #efe457 0%, #feae31 100%);
 background: -webkit-linear-gradient(top, #efe457 0%, #feae31 100%);
 background: linear-gradient(to bottom, #efe457 0%, #feae31 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efe457', endColorstr='#feae31', GradientType=0);
 -webkit-box-shadow: 0 3px 0 #dca230;
 box-shadow: 0 3px 0 #dca230;
 -webkit-border-radius: 35px;
 -moz-border-radius: 35px;
 border-radius: 35px;
 -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 {
 width: 420px;
 margin: 0 auto;
}

.m1-form .button-m {
 width: 100%;
}

h2.title {
 font-size: 32px;
 font-weight: 700;
 line-height: 42px;
 margin: 0 0 35px;
 text-align: center;
 text-transform: uppercase;
}

h2.title span {
 display: block;
 color: #4559b3;
}

h2.title.white,
h2.title.white span {
 color: #fff;
}

.pat {
 position: relative;
 background: url("../img/patt.jpg") 0 0 repeat-y #4cadd2;
}

.pat:before {
 display: block;
 width: 480px;
 height: 54px;
 margin-bottom: 10px;
 background: url("../img/top-patt-bg.png") 50% 0 no-repeat #fff;
 content: '';
}

/*   price   */

.price {
 position: relative;
 width: 420px;
 height: 89px;
 margin: -70px auto 35px;
 background: url("../img/price-bg.png") 50% 0 no-repeat;
 -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
 -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
 box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
 -webkit-border-radius: 35px;
 -moz-border-radius: 35px;
 border-radius: 35px;
}

.price:after {
 clear: both;
}

.price > div {
 float: left;
 width: 50%;
 text-align: center;
 line-height: 30px;
 padding-top: 12px;
}

.price .old {
 color: #313131;
}

.price .new {
 color: #fff;
}

.price .val {
 font-size: 33px;
}

.price .val i {
 font-style: normal;
 font-size: 26px;
 text-transform: uppercase;
}

.price .old span {
 text-decoration: line-through;
}

.price .new .val {
 font-weight: 700;
}

/*   timer   */

.timer {
 margin: 10px 0 40px;
 text-align: center;
}

.timer .timer-title {
 margin: 0 0 5px;
 font-family: 'Acrom', Arial, Helvetica, sans-serif;
 font-size: 25px;
 font-weight: 700;
 color: #fff;
 padding-bottom: 20px;
}

.timer .timer-item:first-child {
 margin-left: 80px;
}

.timer .timer-item:last-child {
 margin-right: 0;
}

.timer .timer-item {
 position: relative;
 float: left;
 width: 80px;
 height: 92px;
 background: #fff;
 text-align: center;
 margin: 0 20px;
 padding-top: 16px;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;
}

.timer .timer-item:before {
 position: absolute;
 top: 0;
 right: -40px;
 display: block;
 width: 40px;
 line-height: 92px;
 font-size: 40px;
 font-weight: 700;
 color: #fff;
 text-align: center;
 content: ':';
}

.timer .timer-item:last-child:before {
 display: none;
}

.timer .count {
 font-weight: 700;
 font-size: 40px;
 line-height: 40px;
}

.timer .text {
 font-size: 18px;
 line-height: 18px;
}

/*   stock   */

.stock {
 text-align: center;
 padding-top: 20px;
}

.stock.white {
 color: #fff;
}

.stock b {
 display: inline-block;
 width: 36px;
 height: 36px;
 line-height: 36px;
 color: #fff;
 margin: 0 4px;
 background: #4559b3;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

/*   video   */

.video-block {
 padding: 0 30px;
}

.video-container {
 position: relative;
 background: #333;
 padding-bottom: 56.25%;
 height: 0;
 -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
 -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
 box-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
 -webkit-border-radius: 40px;
 -moz-border-radius: 40px;
 border-radius: 40px;
 overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container .youtube {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}


.slider {
 padding: 10px 0 45px;
}

.slider a.button-m {
 margin-top: 30px;
}

.slider-photo .item img {
 display: block;
}

/*   slick-dots   */

.slick-dots {
 height: 23px;
 text-align: center;
 margin-top: 25px;
}

.slick-dots:after {
 clear: both;
 content: "";
 display: block;
 height: 0;
 width: 0;
 visibility: hidden;
}

.slick-dots li {
 display: inline-block;
 vertical-align: top;
 padding: 0 6px;
 overflow: hidden;
}

.slick-dots li button {
 display: block;
 width: 23px;
 height: 23px;
 text-indent: -9999px;
 background: none;
 border: 2px solid #4559b3;
 cursor: pointer;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

.slick-dots li.slick-active button {
 background: #4559b3;
}