/* my_presets */
.main-form input.field:focus::-webkit-input-placeholder {
    opacity: 0;
}

.main-form input.field:focus::-moz-placeholder {
    opacity: 0;
}

.main-form input.field:focus:-moz-placeholder {
    opacity: 0;
}

.main-form input.field:focus:-ms-input-placeholder {
    opacity: 0;
}

.main-form input.field::-webkit-input-placeholder {
    color: #222;
    opacity: 1;
}

.main-form input.field:-moz-placeholder {
    color: #222;
    opacity: 1;
}

.main-form input.field::-moz-placeholder {
    color: #222;
    opacity: 1;
}

.main-form input.field:-ms-input-placeholder {
    color: #222;
    opacity: 1;
}

.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;
}

p.par {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 0 20px 20px;
}

.img {
    display: block;
    margin: 0 auto 20px;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    clear: both;
    height: 0px;
}

.ulfix {
    font-size: 0;
}

.ulfix li {
    font-size: 16px;
}

/* END my_presets */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gotham Pro', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
}

b,
strong {
    font-weight: 700;
}

body {
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Gotham Pro', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #222;
    background: #f1f1f1;
}

.wrap {
    width: 480px;
    padding: 0;
    margin: 0 auto;
    background: #fff;
}

section {
    padding: 30px 0;
}

section,
footer {
    width: 100%;
    position: relative;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

section:after,
footer:after {
    clear: both;
    content: "";
    display: table;
}

.main-form input.field {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 360px;
    height: 79px;
    line-height: 79px;
    margin: 0 auto 10px;
    padding: 0 10px 0 65px;
    background: #fff;
    text-align: left;
    font-size: 16px;
    font-family: 'Gotham Pro', Helvetica, sans-serif;
    font-weight: 400;
    color: #333333;
    -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-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .16);
}
.main-form input.field[name="name"] {
    background-image: url(../img/user.png);
    background-repeat: no-repeat;
    background-position: 20px center;
}
.main-form input.field[name="phone"] {
    background-image: url(../img/iphone.png);
    background-repeat: no-repeat;
    background-position: 20px center;
}
.btn {
    position: relative;
    z-index: 2;
    display: block;
    width: 360px;
    height: 79px;
    line-height: 79px;
    margin: 0 auto;
    padding-right: 78px;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    font-family: 'Gotham Pro', Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: rgb(255, 214, 94);
    background: -moz-linear-gradient(top, rgba(255, 214, 94, 1) 0%, rgba(254, 191, 4, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 214, 94, 1) 0%, rgba(254, 191, 4, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 214, 94, 1) 0%, rgba(254, 191, 4, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd65e', endColorstr='#febf04', GradientType=0);
    text-shadow: 1px 2px 0px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .16);
    -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;
}

.btn:before {
    content: '';
    display: block;
    width: 78px;
    height: 79px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(255, 175, 75);
    background: url(../img/btn.png) no-repeat center center;
    background: url(../img/btn.png) no-repeat center center, -moz-linear-gradient(top, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%);
    background: url(../img/btn.png) no-repeat center center, -webkit-linear-gradient(top, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%);
    background: url(../img/btn.png) no-repeat center center, linear-gradient(to bottom, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%);
    border-radius: 0 3px 3px 0;
}

.btn:hover {}

.btn:active {

    top: -1px;
}

.main-form {
    width: 100%;
    margin: 0 auto;
}


h2.title {
    margin: 0 0 40px 0;
    font-size: 32px;
    text-align: center;
    text-transform: none;
    color:#42464e;
    line-height: 1.2em;
}
h2.title:after {
    content:'';
    display: block;
    background: url(../img/tlt.png) no-repeat center 0;
    height: 7px;
    margin-top: 15px;
}

h2.title > span {
    color: #0a9eea;
}
.dark {
    background: rgb(10,158,234);
background: -moz-linear-gradient(left,  rgba(10,158,234,1) 0%, rgba(74,184,241,1) 100%);
background: -webkit-linear-gradient(left,  rgba(10,158,234,1) 0%,rgba(74,184,241,1) 100%);
background: linear-gradient(to right,  rgba(10,158,234,1) 0%,rgba(74,184,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a9eea', endColorstr='#4ab8f1',GradientType=1 );

}
.dark h2.title {
    color:#fff;
}
.dark h2.title:after {
    background-image: url(../img/tlt2.png);
}

/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 220px;
    display: block;
    width: 37px;
    height: 37px;
    padding: 0;    
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background:#f7f8f9 url(../img/arrow.png) no-repeat center center;
    border-radius: 50%;
    z-index: 3;
}
.slick-prev{
    left: 15px;
}
.slick-next{
    right: 15px;
    -moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
/* Dots */
.slick-dotted.slick-slider{
    margin-bottom: 30px;
}
.slick-dots{
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    margin: 0 5px;
    display: inline-block;
}
.slick-dots li button{
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    padding: 0;
    background: none;
    border: 2px solid #fff;
    font-size: 0;
}
.slick-dots li button:before{ 
    display:none;
}
.slick-dots li.slick-active button {
    background: #fff;
}