/* 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;
}
.clearfix:after{content: '';display: block;clear: both;}
.clear{clear: both;height: 0px;}
.ulfix {font-size: 0;}
/* END my_presets */

h1,h2,h3,h4,h5,h6{font-family: 'Gotham Pro', Arial, Helvetica, sans-serif; font-weight: 700;line-height: 1.2em;}
b,strong{font-weight: 700;}
body{
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Gotham Pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #222;
    background: #fff;
}
section{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px 0;
}
.wrap{
    width: 1200px;
    padding: 0px 10px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.wrap:after {
    clear: both;
    content: "";
    display: table;
}
.nopad {
    padding: 0;
}
.main-form input.field {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 100%;
    height: 70px;
    line-height: 68px;
    margin: 0 auto 20px;
    padding: 0 20px;
    background:#e6e6e6;
    text-align: center;
    font-size: 20px;
    font-family: 'Gotham Pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #222;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
}
.btn{
    position: relative;
    display: block;
    width: 465px;
    height: 85px;
    line-height: 85px;
    margin: 0 auto;
	border-radius: 10px;
    border: none;
    text-align: center;
    font-family: 'Gotham Pro', Arial, Helvetica, sans-serif;
    font-size: 30px;
	letter-spacing: .66px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #f7545f;
    background: -moz-linear-gradient(top, #f7545f 0%, #af1721 100%);
    background: -webkit-linear-gradient(top, #f7545f 0%,#af1721 100%);
    background: linear-gradient(to bottom, #f7545f 0%,#af1721 100%);
    -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:hover{
    background: #af1721;
    background: -moz-linear-gradient(top, #af1721 0%, #f7545f 100%);
    background: -webkit-linear-gradient(top, #af1721 0%,#f7545f 100%);
    background: linear-gradient(to bottom, #af1721 0%,#f7545f 100%);
}
.btn.btn-small {
    width: 270px;
    height: 44px;
    line-height: 44px;
    margin: 10px 0 0;
	border-radius: 8px;
    font-size: 17px;
	letter-spacing: .34px;
}
.main-form {
    width: 100%;
    margin: 0 auto;
}
.main-form .btn{
    width: 100%;
	font-size: 30px;
	height: 77px;
	line-height: 77px;
}
h2.title {
    margin: 0 0 60px 0;
    text-align: center;
	text-transform: uppercase;
    font-size: 45px;
	color:#fff;
    font-weight: 500;
	line-height: 1.3em;
}
h2.title>span{
    color: #d5b1a2;
}
h2.title.dark span{
    color: #997e74;
}
.price {
    width: 400px;
    margin: 0 auto;
    text-align: center;
}
.old-cost {
    float: left;
}
.old-cost p {
    font-size: 48px;
    line-height: 40px;
}
.old-cost p span {
    text-decoration: line-through;
}
.old-cost > span, .new-cost > span {
    font-size: 16px;
}
.new-cost {
    float: right;
}
.new-cost p {
    font-size: 48px;
    line-height: 40px;
}
.new-cost, .old-cost  {
    width: 50%;
}
.old-cost p small, .new-cost p small {
    font-size: .7em;
}
.video-container {
    position: relative;
	padding-bottom: 56.25%;
	height: 0;
    border-radius: 20px;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed,
.video-container .youtube {
    background: #000;
    border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 13%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;    
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url(../img/arrows.png) no-repeat 0 0 / contain;
    z-index: 3;
}
.slick-prev{
    left: 0px;
}
.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: 1199px) {
    .wrap{
        width: 660px;
    }
}
@media screen and (max-width: 659px) {
    .wrap{
        width: 320px;
    }
    
}