/*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: #222222; opacity: 1;}
.m1-form input.field:-moz-placeholder {color: #222222; opacity: 1;}
.m1-form input.field::-moz-placeholder {color: #222222; opacity: 1;}
.m1-form input.field:-ms-input-placeholder {color: #222222; opacity: 1;}
.m1-form label {
    color: #adadad;
}
.hidden{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.clearfix:after{content: '';display: block;clear: both;}
.clear{clear: both;height: 0px;}
@font-face {
    font-family:'l';
    src: url('../fonts/l 500.woff2') format('woff2'),
		url('../fonts/l 500.woff') format('woff'),
		url('../fonts/l 500.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-0525;
}
@font-face {
    font-family:'l';
    src: url('../fonts/l 700.woff2') format('woff2'),
		url('../fonts/l 700.woff') format('woff'),
		url('../fonts/l 700.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-0525;
}
@font-face {
    font-family:'l';
    src: url('../fonts/l 900.woff2') format('woff2'),
		url('../fonts/l 900.woff') format('woff'),
		url('../fonts/l 900.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-0525;
}
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:'l'; font-weight: 600; text-transform: uppercase;line-height: 1.3em;}
b,strong{font-weight: 600;}
body{
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    font-family:'l';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #232323;
    background: #535353;
}
.wrap {
    width: 480px;
    padding: 0;
    margin: 0 auto;
    background: #fff;
}
section, footer {
	width: 100%;
    position: relative;
}
.wrap:after {
    clear: both;
    content: "";
    display: table;
}
section:after, footer:after {
    clear: both;
    content: "";
    display: table;
}
.m1-form input.field{
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius:10px;
    -webkit-border-radius: 10px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 14px;
    padding: 0 20px;
    background:#fff;
    text-align: center;
    font-size: 20px;
    font-family:'l';
    font-weight: 400;
    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;
}
.button-m{
    position: relative;
    z-index: 2;
    display: block;
    width: 440px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    font-family:'l';
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .65px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #ff2382;
    -webkit-box-shadow: 0 5px 0 0 #b6195e;
    box-shadow: 0 5px 0 0 #b6195e;
    -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 2px #a61f4a;
}
.button-m:hover{
    background: #ff338b;
}
.button-m:active{
    background: #f4247e;
    top:-1px;
}
.m1-form {
    width: 400px;
    margin: 0 auto;
}
.m1-form .button-m{
    width: 100%;
}
h2.title {
    margin: 0 0 25px 0;
    font-size: 28px;
    letter-spacing: .28px;
    color:#fff;
    text-align: center;
    background: #27c8b2;
    line-height: 38px;
    display: block;
    padding: 10px 0;
}
h2.title > span{
    color: #ffcc01;
}
.price {
    width: 100%;
    height: 56px;
    color:#fff;
    padding: 0 20px;
    margin-top: -80px;
    margin-bottom: 20px;
}
.old-cost {
    width: 50%;
    float: left;
}
.old-cost p {
    font-size: 28px;
    line-height: 32px;
    text-decoration: line-through;
}
.old-cost span {
    
}
.new-cost {
    width: 50%;
    float: right;
    text-align: right;
}
.new-cost p {
    color:#27c8b2;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
}
.new-cost span {
    
}
.video-container{
     position: relative;
     width: 100%;
     height: 270px;
     overflow:hidden;
     background:#000;	
}
 .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;
}