/*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: #555555;
    opacity: 1;
}

.m1-form input.field:-moz-placeholder {
    color: #555555;
    opacity: 1;
}

.m1-form input.field::-moz-placeholder {
    color: #555555;
    opacity: 1;
}

.m1-form input.field:-ms-input-placeholder {
    color: #555555;
    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 {
    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;
    line-height: 1.2;
}

b,
strong {
    font-weight: 700;
}

body {
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background: #fff;
}

section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.wrap {
    width: 960px;
    padding: 0px 10px;
    margin: 0 auto;
    position: relative;
}

.wrap: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: 68px;
    line-height: 68px;
    margin: 0 auto 17px;
    padding: 0 20px;
    background: #fff;
    text-align: center;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333;
    -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: 302px;
    height: 71px;
    line-height: 67px;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border: none;
    border-bottom: 3px solid #cd0000;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #ff0000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff8484 0%, #ff0000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff8484 0%, #ff0000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff8484 0%, #ff0000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc600', endColorstr='#ff8400', GradientType=0);
    /* IE6-9 */
    -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 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 17px 12px -10px rgba(0, 0, 0, .2);
    box-shadow: 0 17px 12px -10px rgba(0, 0, 0, .2);
}

.button-m:hover {
    background: #ffca0b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffca0b 0%, #ff890b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffca0b 0%, #ff890b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffca0b 0%, #ff890b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffca0b', endColorstr='#ff890b', GradientType=0);
    /* IE6-9 */
}

.button-m:active {
    background: #f6c100;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f6c100 0%, #f67f00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f6c100 0%, #f67f00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f6c100 0%, #f67f00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6c100', endColorstr='#f67f00', GradientType=0);
    /* IE6-9 */
    top: 1px;
}

.m1-form {
    width: 100%;
}

.m1-form .button-m {
    width: 100%;
}

h2.title {
    margin: 0;
    text-align: center;
    font-size: 56px;
    color: #333;
    font-weight: 800;
    line-height: 1.1;
}

h2.title>span {
    color: #999999;
    display: block;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1.8px;
}

h2.title:after {
    content: '';
    display: block;
    width: 82px;
    height: 7px;
    background: #ff0000;
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    margin: 12px auto 42px;
}

.price {
    width: 300px;
    color: #fff;
    font-size: 26px;
    float: right;
    text-align: center;
    margin: 0 10px 0 0;
    text-shadow: 0px 0px 0px black, 0 0 1em black;
}

.old-cost {
    text-decoration: line-through;
    float: left;
    font-size: 28px;
    font-weight: 400;
}

.new-cost {
    font-weight: 700;
    color: #ff0000;
    font-size: 36px;
    float: right;
}

.old-cost,
.new-cost {
    display: block;
    line-height: 48px;
    width: 50%;
    position: relative;
}

.video-container {
    position: relative;
    width: 625px;
    height: 352px;
    overflow: hidden;
    margin: 26px 0 190px 157px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width: 976px) {
    .wrap {
        width: 640px;
    }
    .video-container {
        margin: 66px auto 180px;
    }
}

@media screen and (max-width: 659px) {
    .wrap {
        width: 320px;
    }
    .video-container {
        margin: 48px auto 30px;
        width: 300px;
        height: 207px;
    }
}