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

section {
 width: 100%;
 max-width: 1920px;
 margin: 0 auto;
 padding: 40px 0;
}
.result-photo{
	display: none;
}
.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, .form-control {
 position: relative;
 display: block;
 outline: 0;
 border: none;
 background: #d9e5f4;
 width: 100%;
 height: 58px;
 margin: 0 auto 10px;
 padding: 0 20px;
 font-family: 'AvenirNextCyr', Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-weight: 400;
 color: #222;
 text-align: center;
 -webkit-border-radius: 34px;
 -moz-border-radius: 34px;
 border-radius: 34px;
 -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: 72px;
 margin: 0 auto;
 border: none;
 text-align: center;
 font-family: 'AvenirNextCyr', Arial, Helvetica, sans-serif;
 font-size: 20px;
 font-weight: 700;
 letter-spacing: 1.8px;
 text-transform: uppercase;
 text-decoration: none;
 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
 cursor: pointer;
 color: #fff;
 background: #620d15;
 background: linear-gradient(to bottom, #EB4B4A, #B21532 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fddc40', endColorstr='#ffc000', GradientType=0);
 -webkit-box-shadow: 0 4px 0 0 #620d15;
 box-shadow: 0 4px 0 0 #620d15;
 -webkit-border-radius: 34px;
 -moz-border-radius: 34px;
 border-radius: 34px;
 -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;
 white-space: nowrap; overflow: hidden;
}

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

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

h2.title {
 font-size: 42px;
 font-weight: 400;
 line-height: 46px;
 margin: 0 0 35px;
 text-align: center;
}

h2.title span {
 font-weight: 700;
 color: #620d15;
}

/*   price   */

.price {
 position: relative;
 width: 300px;
 margin: 0 auto 5px;
}

.price:before {
 position: absolute;
 left: 50%;
 top: 50%;
 margin: -25px 0 0 -1px;
 display: block;
 width: 2px;
 height: 50px;
 background: #c11424;
 content: '';
}

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

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

.price .val {
 font-weight: 700;
 font-size: 30px;
}

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

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

.price .new p {
 color: #fff;
}

.price .new .val {
 color: #fff;
}

/*   timer   */

.timer-block {
 /*position: absolute;*/
 /*top: 0;*/
 /*right: -370px;*/
 width: 344px;
 text-align: center;
 padding: 0;
 /*background: #fff;*/
 color: #fff;
 margin-bottom: 10px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.timer-block h5 {
 text-align: center;
 font-weight: 700;
 font-size: 18px;
 padding-bottom: 10px;
}

.timer .timer-item {
 display: inline-block;
 vertical-align: top;
 width: 80px;
}

.timer .count {
 position: relative;
 font-size: 36px;
 font-weight: 700;
 line-height: 36px;
 color: #fff;
 padding-bottom: 5px;
}

.timer .timer-item:last-child .count:after {
 display: none;
}

.timer .count:after {
 display: inline-block;
 position: absolute;
 top: -3px;
 right: -6px;
 content: ':';
}

section .timer-block{
	margin-bottom: 20px;
}

/*   Arrows   */
.slick-prev,
.slick-next {
 font-size: 0;
 line-height: 0;
 position: absolute;
 top: 165px;
 display: block;
 padding: 0;
 cursor: pointer;
 color: transparent;
 border: none;
 outline: none;
 background: #30436c 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;
 }

}

@media screen and (max-width: 639px) {
.result-photo{
	display: block;
}
 .wrap {
  width: 320px;
 }

}