/* my_presets */
.m1-form input.field:focus::-webkit-input-placeholder {opacity:0;}
.m1-form input.field:focus::-moz-placeholder          {opacity:0;}
.m1-form input.field:focus:-moz-placeholder           {opacity:0;}
.m1-form input.field:focus:-ms-input-placeholder      {opacity:0;}
.m1-form input.field::-webkit-input-placeholder {color: #222; opacity: 1;}
.m1-form input.field:-moz-placeholder {color: #222; opacity: 1;}
.m1-form input.field::-moz-placeholder {color: #222; opacity: 1;}
.m1-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: 'Montserrat', Arial, Helvetica, sans-serif; font-weight: 700; text-transform: uppercase;line-height: 1.2em;}
b,strong{font-weight: 700;}
body{
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Montserrat', 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: 50px 0 ;
}
.wrap{
    width: 960px;
    padding: 0px 10px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.wrap:after,
.container:after {
    clear: both;
    content: "";
    display: table;
}
.nopad {
    padding: 0;
}
.m1-form input.field {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 10px;
    padding: 0 20px;
    background:#fff;
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat', 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;
}
.button-m {
    position: relative;
    display: block;
    width: 300px;
    height: 72px;
    line-height: 72px;
    border-radius: 36px;
    margin: 0 auto;
    border: none;
    text-align: center;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #f9d126;
    background: -moz-linear-gradient(top, #f9d126 1%, #ffae00 100%);
    background: -webkit-linear-gradient(top, #f9d126 1%,#ffae00 100%);
    background: linear-gradient(to bottom, #f9d126 1%,#ffae00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d126', endColorstr='#ffae00',GradientType=0 );
    text-shadow: 0 2px 0 #d5970a;
    
    -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:hover{
    background: #f9d126;
    background: -moz-linear-gradient(top,  #f9d126 0%, #ffae00 50%);
    background: -webkit-linear-gradient(top,  #f9d126 0%,#ffae00 50%);
    background: linear-gradient(to bottom,  #f9d126 0%,#ffae00 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d126', endColorstr='#ffae00',GradientType=0 );

}


.m1-form {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px 10px;
}
.m1-form .button-m{
    width: 100%;
}
h2.title {
    margin: 0 0 50px 0;
    text-align: center;
    font-size: 31px;
    color: #030200;
}
h2.title>span {
    display: block;
    font-size: 24px;
    font-weight: 400;
}
h2.title>b{
    color: #91975f;
}
p.subtitle {
	text-align: center;
	margin: -20px 0 50px;
}
.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;
    overflow: hidden;
    border-radius: 7px;
}
.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%;
}

.block3 .video-container img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.block3 .youtube .thumb{
    z-index: 2;
}

.block-left {
	float: left;
}
.block-right {
	float: right;
}

.autoink{
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.ink{
 display: block;
 position: absolute;
 background: rgba(255, 255, 255, 1.0);
 border-radius: 100%;
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -o-transform: scale(0);
 transform: scale(0);
 z-index: 20;  
}

.animate {
    webkit-animation: ripple 3s linear infinite;
    -moz-animation: ripple 3s linear infinite;
    -ms-animation: ripple 3s linear infinite;
    -o-animation: ripple 3s linear infinite;
    animation: ripple 3s linear infinite;
}
@keyframes ripple {  
    20% {     
        opacity: 0;     
        transform: scale(2.5);
    }
    100% {     
        opacity: 0;     
        transform: scale(2.5);
    }
}    

@media screen and (max-width: 959px) {
    .wrap{
        width: 660px;
    }
    h2.title{
        font-size: 30px;
    }
}
@media screen and (max-width: 659px) {
    .wrap{
        width: 320px;
    }
    
}