/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, menu, nav, output, ruby, section,
summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0;}

/* HTML5 display-role reset for older browsers */
/* endzeit_____ */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {display: block;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
img{max-width: 100%; height: auto;}
a{text-decoration: underline;}
a:hover{cursor: pointer;}
/* michael-k90 */
*::-webkit-input-placeholder {color: #a9a9a9; opacity: 1;}
*:-moz-placeholder {color: #a9a9a9; opacity: 1;}
*::-moz-placeholder {color: #a9a9a9; opacity: 1;}
*:-ms-input-placeholder {color: #a9a9a9; opacity: 1;}
*{margin: 0; padding: 0;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
button,input,a{outline: none;}
/* endzeit_____ */
.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;}
.center-justified {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.clearfix:after, .char li:after, .ship span{content: '';display: block;clear: both;}
.clear{clear: both;height: 0px;}
html{
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}
h1,h2,h3,h4,h5,h6{font-family:'Akrobat'; font-weight: 700; text-transform: uppercase;line-height: 1.3em;}
b,strong{font-family:'Akrobat';font-weight: 700;}
body{
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    font-family:'Akrobat';
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3em;
    color: #222222;
    background: #fff;
}
section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 24px 0 0;
}
.wrap {
    width: 960px;
    padding: 0px 10px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.wrap:after {
    clear: both;
    content: "";
    display: table;
}
.m1-form input.field{
    position: relative;
    display: block;
    outline: 0;
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 100%;
    height: 72px;
    line-height: 72px;
    margin: 0 auto 13px;
    padding: 0 20px;
    background:#fff;
    text-align: center;
    font-size: 24px;
    font-family:'Akrobat';
    font-weight: 500;
    color: #222222;
    -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:inset 0 2px 5px 0 rgba(47,54,57,.24);
    box-shadow:inset 0 2px 5px 0 rgba(47,54,57,.24);
}
.button-m{
    position: relative;
    display: block;
    width: 340px;
    height: 77px;
    line-height: 68px;
    margin: 0 auto;
    border: none;
    border-bottom: 7px solid #bb1f0b;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    font-family:'Akrobat';
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #eb5252;
    background: -moz-linear-gradient(top,  #eb5252 0%, #cc3333 100%);
    background: -webkit-linear-gradient(top,  #eb5252 0%,#cc3333 100%);
    background: linear-gradient(to bottom,  #eb5252 0%,#cc3333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb5252', endColorstr='#cc3333',GradientType=0 );
    -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;
    text-shadow: 0 1px 0 #ad2412;
}
.button-m:hover{
    background: #ec5858;
    background: -moz-linear-gradient(top,  #ec5858 0%, #ce3a3a 100%);
    background: -webkit-linear-gradient(top,  #ec5858 0%,#ce3a3a 100%);
    background: linear-gradient(to bottom,  #ec5858 0%,#ce3a3a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5858', endColorstr='#ce3a3a',GradientType=0 );
}
.button-m:active{
    background: #ea4a4a;
    background: -moz-linear-gradient(top,  #ea4a4a 0%, #c63232 100%);
    background: -webkit-linear-gradient(top,  #ea4a4a 0%,#c63232 100%);
    background: linear-gradient(to bottom,  #ea4a4a 0%,#c63232 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4a4a', endColorstr='#c63232',GradientType=0 );
    top:1px;
}
.m1-form .button-m{
    width: 100%;
}
.m1-form {
    width: 340px;
    margin: 0 auto;
}
h2.title{
    margin: 0 0 20px 0;
    font-family:'Akrobat';
    font-weight: 800;
    text-align: center;
    letter-spacing: .4px;
    font-size: 40px;
}
h2.title > span{
    color: #f058b1;
}
.line:after {
    display: block;
    content: '';
    width: 140px;
    height: 6px;
    background: #ff9933;
    margin: 8px auto 0;
}
.price {
    padding: 12px 0 15px 61px;
}
.price .price-title {
    font-family:'Akrobat';
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    width: 114px;
    float: left;
    padding-right: 14px;
}
.price .old-cost {
    font-size: 40px;
    letter-spacing: .2px;
    text-decoration: line-through;
    min-width: 106px;
    margin-right: 10px;
    float: left;
    line-height: 44px;
}
.price .new-cost {
    font-size: 40px;
    letter-spacing: .2px;
    font-family:'Akrobat';
    font-weight: 800;
    min-width: 117px;
    float: left;
    line-height: 44px;
}
.video-container{
     position: relative;
     width: 790px;
     height: 453px;
     margin: 0 auto;
     overflow:hidden;
     background:#000;
     border:10px solid #fff;
     border-radius: 15px;
     -webkit-border-radius: 15px;
    -webkit-box-shadow: 0 24px 10px -20px rgba(0,0,0,.5);
    box-shadow: 0 24px 10px -20px rgba(0,0,0,.5);
}
 .video-container iframe, .video-container object, .video-container embed{
    position:absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.youtube {
    height: 100% !important;
}
/*Таймер*/
.countbox:before {
    content: 'До конца акции осталось:';
    display: block;
    text-align: center;
    font-size: 24px;
    font-family:'Akrobat';
    letter-spacing: .12px;
    color:#222222;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.countbox {
    height: 131px;
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
}
.countbox > div:last-child {
    margin: 0;    
}
.countbox > div:first-child {
    margin-left: 60px;    
}
.countbox .countbox-num {
    float: left;
    width: 100px;
    height: 70px;
    background: #1f2c39;
    margin-right: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.countbox-hours, .countbox-mins, .countbox-secs {
    color: #fff;
    font-size: 60px;
    text-align: center;
    line-height: 65px;
    margin-bottom: 7px;
}
.countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
    font-size: 18px;
    font-family:'Akrobat';
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (max-width: 976px) {
    .wrap{
        width: 640px;
    }
}
@media screen and (max-width: 659px) {
    .wrap{
        width: 320px;
    }
    
}