.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: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    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 #3d5c27;
    background: #fff;
    width: 100%;
    height: 50px;
    line-height: 62px;
    margin: 0 auto 12px;
    padding: 0 30px;
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    text-align: left;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    -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: 68px;
    line-height: 73px;
    margin: 0 auto;
    border: none;
    text-align: center;
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 2px 0 #ffd717;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #402d01;
    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-box-shadow: 0 5px 0 #e68d00, 0 10px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 0 #e68d00, 0 10px 5px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    border-radius: 37px;
    -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.mini {
    width: 215px;
    font-size: 18px;
    height: 48px;
    line-height: 51px;
    -webkit-box-shadow: 0 3px 0 #e68d00, ;
    box-shadow: 0 3px 0 #e68d00;
}

.button-m:active {
    top: 1px;
}

.m1-form {
    margin: 0 auto;
}

.m1-form .button-m {
    width: 100%;
}

h2.title {
    font-size: 42px;
    font-weight: 400;
    line-height: 48px;
    color: #333;
    margin: 0 0 40px;
    text-align: center;
    text-transform: uppercase;
}

h2.title span {
    display: block;
    font-weight: 700;
    color: #6a951a;
}

h2.title.icon {
    background: url("../img/title-icon.jpg") 50% 100% no-repeat;
    padding-bottom: 78px;
    font-size: 48px;
    margin-bottom: 25px;
}

h2.title.white,
h2.title.white span {
    color: #fff;
}


/*   timer   */

.timer {
    width: 294px;
    margin: 0 auto 17px;
}

.timer h3 {
    text-align: center;
    color: #fff;
    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: #42622b;
    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: #fff;
    position: absolute;
    top: 16px;
    right: -3px;
}

.timer .timer_item:last-child:after {
    display: none;
}


/*   price   */

.price {
    color: #fff;
    text-transform: uppercase;
    padding-top: 10px;
    height: 74px;
    margin-bottom: 20px;
}

.price:after {
    display: block;
    clear: both;
    content: '';
}

.price .old {
    float: left;
    width: 155px;
    padding: 2px 0 0 30px;
    color: #fff;
}

.price .old p {
    font-size: 14px;
    text-transform: none;
}

.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("../img/price-line.png") 50% 100% no-repeat;
    padding-top: 7px;
}

.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   */

.video_block {
    width: 798px;
    height: 495px;
    background: url("../img/video-bg.png") 0 0 no-repeat;
    padding: 41px 32px;
    margin: 0 auto;
}

.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%;
}


/* 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("../img/arrow-slider.png") 50% 50% no-repeat #e68d00;
    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;
    }
}