/*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: #666666; opacity: 1;}
.m1-form input.field:-moz-placeholder {color: #666666; opacity: 1;}
.m1-form input.field::-moz-placeholder {color: #666666; opacity: 1;}
.m1-form input.field:-ms-input-placeholder {color: #666666; opacity: 1;}
.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;}

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: 'Open Sans', sans-serif; font-weight: 700; text-transform: uppercase;text-align: center;line-height: 1.3em;}
b,strong{font-weight: 700;}
body{
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7em;
    color: #1c1c1c;
    background: #fff;
}
.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: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    height: 62px;
    line-height: 68px;
    margin: 0 auto 20px;
    padding: 0 20px;
    background:#fff;
    text-align: left;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #1c1c1c;
    -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: 360px;
    height: 72px;
    line-height: 68px;
    margin: 0 auto;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #1a1607;
    background: #ffd900; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffd900 0%, #da9c00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffd900 0%,#da9c00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffd900 0%,#da9c00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd900', endColorstr='#da9c00',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0 4px 0 0 #ac7a00;
    box-shadow: 0 4px 0 0 #ac7a00;
    -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;
    z-index: 3;
    text-shadow: 0 2px 0 #ffd900;
}
.button-m:hover{
    background: #ffda0b; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffda0b 0%, #e6a500 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffda0b 0%,#e6a500 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffda0b 0%,#e6a500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda0b', endColorstr='#e6a500',GradientType=0 ); /* IE6-9 */
}
.button-m:active{
    background: #f6d100; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6d100 0%, #d29700 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f6d100 0%,#d29700 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f6d100 0%,#d29700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d100', endColorstr='#d29700',GradientType=0 ); /* IE6-9 */
    top:-1px;
}
.m1-form {
    width: 360px;
    margin: 30px auto 50px;
}
.m1-form .button-m{
    width: 100%;
}
h2.title{
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.3em;    
}
h2.title>span{
    color: #f058b1;
}
.sale-price {
    width: 100%;
    color:#ffe100;
    position: relative;
    margin-bottom: 30px;
}
.sale-price:before {
    content: '';
    display: block;
    width: 18px;
    height: 52px;
    background: url(../images/sprite.png)/*tpa=http://tovarweb.ru/makeup-eraser-m/img/sprite.png*/ no-repeat right bottom;
    position: absolute;
    top:19px;
    left: 231px;
}
.sale-price .sale {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 39px;
}
.sale-price .sale p {
    font-size: 18px;
    line-height: 42px;
    padding-right: 30px;
}
.sale-price .sale span {
    font-size: 48px;
    font-weight: 700;
}
.sale-price .price {
    width: 50%;
    float: right;
    text-align: left;
    padding-left: 39px;
}
.sale-price .price p {
    font-size: 18px;
    color:#fff;
    text-decoration: line-through;
    line-height: 42px;
    padding-left: 30px;
}
.sale-price .price span {
    font-size: 38px;
    font-weight: 700;
}
.sale-price .price small {
    font-size: 0.7em;
}
.video-container{
     position: relative;
     width: 450px;
     height: 337px;
     overflow:hidden;
    margin: 0 auto 20px;
}
 .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;
}
footer p{color:#fff;}
#footer-polit:hover{color:#f7006a;}