.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;
}

.left {
 float: left;
}

.right {
 float: right;
}

.center {
 text-align: center;
}

.just {
 text-align: justify;
 -moz-text-align-last: center;
 text-align-last: center;
}

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

.clear {
 clear: both;
 height: 0;
}

.ulfix {
 font-size: 0;
}

/* END my_presets */

h1, h2, h3, h4, h5, h6 {
 font-family: 'Montserrat', Arial, Helvetica, sans-serif;
 font-weight: 700;
 line-height: normal;
}

b, strong {
 font-weight: 700;
}

body {
 width: 100%;
 min-width: 320px;
 padding: 0;
 margin: 0 auto;
 font-family: 'Montserrat', Arial, Helvetica, sans-serif;
 font-weight: 400;
 font-size: 15px;
 line-height: 22px;
 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;
 background: #fafafa;
 width: 100%;
 height: 64px;
 line-height: 62px;
 margin: 0 auto 15px;
 padding: 0 20px;
 font-family: 'Montserrat', Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: 400;
 color: #222;
 text-align: center;
 border: 1px solid #e6e6e6;
 -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: 300px;
 height: 76px;
 line-height: 76px;
 margin: 0 auto;
 border: none;
 text-align: center;
 font-family: 'Montserrat', Arial, Helvetica, sans-serif;
 font-size: 20px;
 font-weight: 700;
 text-decoration: none;
 cursor: pointer;
 color: #222;
 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
 background: rgb(253, 220, 64);
 background: -moz-linear-gradient(top, rgba(253, 220, 64, 1) 0%, rgba(255, 192, 0, 1) 100%);
 background: -webkit-linear-gradient(top, rgba(253, 220, 64, 1) 0%, rgba(255, 192, 0, 1) 100%);
 background: linear-gradient(to bottom, rgba(253, 220, 64, 1) 0%, rgba(255, 192, 0, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fddc40', endColorstr='#ffc000', GradientType=0);
 -webkit-box-shadow: 0 2px 0 0 #d7a200;
 -moz-box-shadow: 0 2px 0 0 #d7a200;
 box-shadow: 0 2px 0 0 #d7a200;
 -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;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}

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

.m1-form {
 margin: 0 auto;
}

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

h2.title {
 margin: 0 0 10px 0;
 text-align: left;
 font-size: 22px;
 line-height: 60px;
 text-transform: uppercase;
 font-weight: 900;
}

h2.title > span {
 display: block;
 color: #999;
 font-size: 20px;
 font-weight: 400;
 line-height: 20px;
 letter-spacing: 2px;
}

/*   price   */

.offer.bottom .price {
 background: url("price-bg2-F943QCJR.png") 0 50% no-repeat;
}

.offer.bottom .price .old-cost {
 color: #fff;
}

.price {
 width: 300px;
 height: 78px;
 background: url("price-bg-F943QCJR.png") 0 50% no-repeat;
 margin: 0 auto;
 text-align: left;
 color: #fff;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.old-cost {
 float: left;
 color: #222;
}

.old-cost p {
 font-size: 26px;
 font-weight: 700;
 line-height: 28px;
}

.old-cost p b {
 text-decoration: line-through;
}

.old-cost > span, .new-cost > span {
 font-size: 15px;
}

.new-cost {
 float: right;
}

.new-cost p {
 font-size: 26px;
 font-weight: 700;
 line-height: 28px;
}

.new-cost, .old-cost {
 width: 50%;
 height: 78px;
 padding-top: 14px;
 text-align: center;
}

.old-cost p i, .new-cost p i {
 font-size: 20px;
 font-style: normal;
}

/*   timer block   */

.timer_block {
 width: 260px;
 height: 78px;
 float: left;
 margin-left: 30px;
 padding-top: 8px;
 background: #fff;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.timer_block > p {
 color: #222;
 text-align: center;
 padding-bottom: 9px;
}

.timer_block .timer_item:first-child {
 margin-left: 0;
}

.timer_block .timer_item {
 position: relative;
 float: left;
 width: 55px;
 font-size: 40px;
 font-weight: 700;
 color: #44a8f2;
 text-align: center;
 margin-left: 27px;
}

.timer_block .timer_item:after {
 position: absolute;
 right: -18px;
 top: 0;
 font-size: 30px;
 content: ':';
}

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

.timer_block .timer {
 width: 220px;
 margin: 0 auto;
}

/*   list-v1   */

.list-v1 {
 font-size: 0;
}

.list-v1 li {
 display: inline-block;
 vertical-align: top;
 width: 33.33%;
 font-size: 15px;
 text-align: center;
 padding: 0 10px;
}

.list-v1 li img {
 display: block;
 margin: 0 auto 10px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.list-v1 li h4 {
 font-size: 15px;
 font-weight: 700;
 text-transform: uppercase;
 padding-bottom: 5px;
}

/*   list-v2   */

.list-v2 li {
 margin-bottom: 25px;
}

.list-v2 li:last-child {
 margin-bottom: 0;
}

.list-v2 li img {
 float: left;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}
.list-v2 li b{
	font-size: 18px;
	line-height: 1.3em;
	text-transform: uppercase;
	display: block;
}
.list-v2 li p {
 overflow: hidden;
 padding: 0 0 0 15px;
 font-size: 15px;
 line-height: 1.4em;
}

/* Arrows */

.slick-prev,
.slick-next {
 font-size: 0;
 line-height: 0;
 position: absolute;
 top: 78px;
 display: block;
 width: 40px;
 height: 40px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 padding: 0;
 cursor: pointer;
 color: transparent;
 border: none;
 outline: none;
 background: #fdd93a url("arrow-F943QCJR.png") no-repeat center center;
 z-index: 3;
}

.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;
 }

}