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

section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 35px 0;
}

.wrap {
    width: 960px;
    padding: 0 20px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.nopad {
    padding: 0;
}

.m1-form input.field,
select {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    background: #fff;
    width: 100%;
    height: 45px;
    margin: 0 auto 10px;
    padding: 0 20px;
    font-family: 'Philosopher', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #222;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -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: 72px;
    line-height: 72px;
    margin: 0 auto;
    border: none;
    text-align: center;
    font-family: 'Philosopher', Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(17, 20, 24, 0.1);
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #f86cf0;
    background: -moz-linear-gradient(top, #f86cf0 0%, #9d3597 100%);
    background: -webkit-linear-gradient(top, #f86cf0 0%, #9d3597 100%);
    background: linear-gradient(to bottom, #f86cf0 0%, #9d3597 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f86cf0', endColorstr='#9d3597', GradientType=0);
    -webkit-box-shadow: 0 3px 0 0 #802b7b;
    box-shadow: 0 3px 0 #802b7b;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    -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 .button-m {
    width: 100%;
}

h2.title {
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    background: url("../img/title-bg.png") 50% 100% no-repeat;
    margin: 0 0 30px;
    padding-bottom: 25px;
    text-align: center;
}

h2.title span {
    color: #cc8e8e;
}

h2.title.white {
    color: #fff;
    background-image: url("../img/title-white-bg.png");
}

/*   timer   */

.timer-block h5 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}

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

.timer .timer-item {
    float: left;
    width: 33.33%;
    text-align: center;
}

.timer .count {
    display: inline-block;
    vertical-align: top;
    width: 76px;
    height: 52px;
    line-height: 52px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 0 rgba(17, 20, 24, 0.1);
    background: #ecbaa4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.timer .text {
    font-size: 16px;
    color: #fff;
    padding-top: 5px;
}

/*   price   */

.price {
    padding-bottom: 15px;
}

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

.price .old,
.price .new {
    float: left;
    width: 50%;
    color: #fff;
    line-height: 30px;
}

.price .old {
    text-align: right;
    padding-right: 20px;
}

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

.price .val {
    font-size: 38px;
    padding-top: 3px;
}

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

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

.price .new .val {
    color: #f46aec;
    font-weight: 700;
}

/*   Arrows   */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 220px;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #b66e47 url("../img/slider-arrow.png") 50% 50% no-repeat;
    width: 44px;
    height: 44px;
    z-index: 3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

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

.slick-prev {
    left: 0;
}

@media screen and (max-width: 959px) {
    .wrap {
        width: 640px;
        padding: 0 10px;
    }
}

@media screen and (max-width: 659px) {
    .wrap {
        width: 320px;
    }
}