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

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

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

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

.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: 'Roboto', Arial, Helvetica, sans-serif;
 font-weight: 400;
 font-size: 16px;
 line-height: 24px;
 color: #202930;
 background: #2b3740;
}

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: 1px solid #a0a0a0;
 background: #fff;
 width: 100%;
 height: 68px;
 margin: 0 auto 20px;
 padding: 0 25px;
 font-family: 'Roboto', Arial, Helvetica, sans-serif;
 font-size: 20px;
 font-weight: 400;
 color: #222;
 text-align: left;
 -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: 390px;
 height: 68px;
 line-height: 68px;
 margin: 0 auto 10px;
 border: none;
 text-align: center;
 font-family: 'Roboto', Arial, Helvetica, sans-serif;
 font-size: 24px;
 font-weight: 700;
 letter-spacing: 1.2px;
 text-decoration: none;
 cursor: pointer;
 color: #fff;
 background: #f54337;
 -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:before {
 position: absolute;
 display: block;
 border: 2px solid rgba(245, 67, 55, 0.5);
 top: 29px;
 right: -9px;
 left: -9px;
 bottom: -9px;
 z-index: 1;
 content: '';
}

.button-m span {
 position: relative;
 z-index: 5;
}

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

.m1-form {
 margin: 0 auto;
}

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

h2.title {
 margin: 0 0 30px;
 text-align: center;
}

h2.title span {

}

/*   price   */

.price {
 position: relative;
 background: url("price-bg.png") 0 0 no-repeat;
 height: 74px;
 text-align: right;
 color: #fff;
 padding-right: 20px;
}

.price .old,
.price .new {
 display: block;
 vertical-align: top;
 line-height: 30px;
}

.price .old i,
.price .new i {
 font-style: normal;
 text-transform: uppercase;
}

.price .old {
 font-size: 22px;
}

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

.price .old i {
 font-size: 16px;
}

.price .new {
 font-weight: 700;
 font-size: 38px;
 padding-left: 15px;
}

.price .new i {
 font-size: 30px;
}

.price .sale {
 position: absolute;
 left: 0;
 top: calc(50% - 68px);
 width: 227px;
 height: 136px;
 font-size: 27px;
 font-weight: 700;
 line-height: 34px;
 text-align: center;
 text-transform: uppercase;
 background: url("sale-bg.png") 0 0 no-repeat;
 padding: 24px 20px 0 0;
 animation: sale 1s 1.5s ease-in-out alternate-reverse infinite;
}

.price .sale b {
 display: block;
 font-size: 50px;
 line-height: 1em;
}

@keyframes sale {
 0% {
  transform: translateX(25px);
 }
 100% {
  transform: translateX(1);
 }
}

/*   timer   */

.timer-block {
 font-size: 18px;
 font-weight: 700;
 color: #1e272d;
 line-height: 22px;
 text-align: center;
 padding: 0 10px;
 margin-bottom: 10px;
}

.timer-title {
 font-weight: 700;
 font-size: 24px;
 color: #202930;
 text-align: center;
 letter-spacing: 1px;
 margin-bottom: 10px;
}

.time_circles {
 position: relative;
 width: 100%;
 height: 100%;
 color: #1e272d;
}

.time_circles > div {
 position: absolute;
 text-align: center;
}

.time_circles > div > h4 {
 margin: 0;
 padding: 0;
 text-align: center;
 text-transform: uppercase;
}

.time_circles > div > span {
 display: block;
 width: 100%;
 text-align: center;
 font-weight: 700;
 line-height: 1.2em;
}

/*   video   */

.video-container {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
 background: #333;
}

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




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

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

.slick-next {
 right: 0;
}




.slick-dots {
 text-align: center;
 font-size: 0;
 height: 20px;
 margin-top: 10px;
}

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

.slick-dots li button {
 display: block;
 width: 20px;
 height: 6px;
 border: none;
 background: #21292f;
 text-indent: -9999px;
 cursor: pointer;
 margin: 0 3px;
}

.slick-dots li.slick-active button {
 background: #00abf1;
}
