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

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

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

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

.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: 'Cuprum', Arial, Helvetica, sans-serif;
 font-weight: 400;
 font-size: 18px;
 line-height: 26px;
 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;
 border: 1px solid #ebebeb;
 background: #f8f8f8;
 width: 100%;
 height: 66px;
 line-height: 64px;
 margin: 0 auto 15px;
 padding: 0 20px;
 font-size: 20px;
 font-family: 'Cuprum', Arial, Helvetica, sans-serif;
 font-weight: 400;
 color: #222;
 text-align: center;
 -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;
 z-index: 2;
 display: block;
 width: 310px;
 height: 70px;
 line-height: 73px;
 margin: 0 auto;
 border: none;
 text-align: center;
 font-family: 'Cuprum', Arial, Helvetica, sans-serif;
 font-size: 28px;
 font-weight: 700;
 text-transform: uppercase;
 text-decoration: none;
 cursor: pointer;
 color: #fff;
 text-shadow: 0 1px 0 rgba(15, 18, 23, 0.3);
 letter-spacing: 1px;
 background: #ffc300;
 background: -moz-linear-gradient(top, #ffc300 0%, #d8a400 100%);
 background: -webkit-linear-gradient(top, #ffc300 0%, #d8a400 100%);
 background: linear-gradient(to bottom, #ffc300 0%, #d8a400 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc300', endColorstr='#d8a400', GradientType=0);
 -webkit-box-shadow: 0 3px 0 #b58a00;
 -moz-box-shadow: 0 3px 0 #b58a00;
 box-shadow: 0 3px 0 #b58a00;
 -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 {
 padding: 15px 25px 20px;
}

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

h2.title {
 font-size: 42px;
 line-height: 42px;
 margin: 0 0 30px 0;
}

h2.title:after {
 display: block;
 width: 100px;
 height: 5px;
 background: #c7a252;
 margin-top: 20px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 content: '';
}

h2.title > span {
 display: block;
}

/*   Arrows   */

.slick-slide img {
 margin: 0 auto;
}

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

.slick-prev {
 left: 30px;
}

.slick-next {
 right: 30px;
 -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;
 }

}