/*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: #7f7f7f; opacity: 1;}
.m1-form input.field:-moz-placeholder {color: #7f7f7f; opacity: 1;}
.m1-form input.field::-moz-placeholder {color: #7f7f7f; opacity: 1;}
.m1-form input.field:-ms-input-placeholder {color: #7f7f7f; 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.2;}
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: 30px;
    color: #fff;
    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, select{
    position: relative;
    display: block;
    outline: 0;
    border: 1px solid rgba(0,0,0,0.8);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    height: 65px;
    line-height: 68px;
    margin: 0 auto 20px;
    padding: 0 20px;
    background:#fff;
    text-align: center;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    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;
    display: block;
    width: 358px;
    height: 65px;
    line-height: 65px;
    margin: 0 auto;
    border: none;
    -webkit-box-shadow: 0 4px 0 0 #b47c05;
    box-shadow: 0 4px 0 0 #b47c05;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #111111;
    background: #ffd726; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffd726 0%, #dcb403 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffd726 0%,#dcb403 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffd726 0%,#dcb403 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd726', endColorstr='#dcb403',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 #ffd726;
    z-index: 3;
}
.button-m:hover{
    background: #ffd92f; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffd92f 0%, #e9bf03 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffd92f 0%,#e9bf03 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffd92f 0%,#e9bf03 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd92f', endColorstr='#e9bf03',GradientType=0 ); /* IE6-9 */
}
.button-m:active{
    background: #ffd51b; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffd51b 0%, #d5af03 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffd51b 0%,#d5af03 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffd51b 0%,#d5af03 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd51b', endColorstr='#d5af03',GradientType=0 ); /* IE6-9 */
    top:1px;
}
.m1-form .button-m{
    width: 100%;
}
.m1-form {
    width: 358px;
    margin: 0 auto;
}
.price {
    text-transform: uppercase;
    line-height: 1;
    margin: 35px 0 0 301px;
}
.price .old-cost {
    font-size: 24px;
    font-style: italic;
    padding-left: 5px;
    text-decoration: line-through;
}
.price .old-cost span {
}
.price .new-cost {
    color:#ffd000;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
}
.price .new-cost span {
}
.price .new-cost small, .price .old-cost small {
    font-size: 0.75em;
}
.video-container{
     position: relative;
     width: 100%;
     height: 280px;
     overflow:hidden;
    margin-bottom: 20px;
    border:3px solid #ffde00;
}
 .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;
}

/*block1*//* after_qbici */
.b1 {
    background: url(../img/bg.jpg) no-repeat center top;
    height: 940px;
}
.b1 h1 {
    color:#ffd000;
    font-size: 56px;
    font-style: italic;
    padding: 24px 0 38px 52px;
}
.b1 h2 {
    font-size: 22px;
    font-style: italic;
    height: 58px;
    background: rgba(0,0,0,0.2);
    line-height: 56px;
}
.sale {
    color:#ffd000;
    font-weight: 700;
    font-size: 30px;
    font-style: italic;
    position: absolute;
    top: 233px;
    left: 36px;
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.b1 h3 {
    font-size:24px;
    font-style: italic;
    padding: 21px 0 0 161px;
}
/*block2*//* endzeit_____ */
.b2 {
    background: url(../img/patt_2.PNG/image.png) repeat;
    padding: 30px 0;
    color:#222222;
}
.b2 h2, .b6 h2 {
    font-size: 24px;
    color:#555555;
    font-style: italic;
    margin-bottom: 25px;
}
.b2 h2 span, .b6 h2 span {
    color:#222222;
    font-size: 48px;
    display: block;
}
.b2 h3 {
    letter-spacing: 0.19px;
    margin-bottom: 15px;
}
.b2 p {
    padding: 0 29px;
    text-align: justify;
}
/*block3*//* michael-k90 */
.b3 {
    background: #e8e8e8 url(../img/b1.png) no-repeat center 162px;
    padding: 30px 0 0;
    height: 382px;
}
.b3 h2 {
    font-size: 22px;
    color:#555555;
    margin-bottom: 30px;
}
.b3 h2 span {
    color:#ca191d;
    display: block;
}
.uslov {
    width: 438px;
    margin: 89px 0 0 26px;
}
.uslov li {
    display: block;
    width: 146px;
    float: left;
    text-align: center;
}
.uslov p {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    font-style: italic;
    line-height: 22px;
}
.uslov li:before {
    content:'';
    display: block;
    width: 140px;
    height: 140px;
    background: url(../img/road.jpg) no-repeat 0 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border:3px solid #c43337;
    margin-bottom: 13px;
}
.uslov li:nth-child(2):before {
    background-position: -140px;
}
.uslov li:nth-child(3):before {
    background-position: -280px;
}
.uslov li:nth-child(2) {
    margin: -55px -5px 0 -5px;
}
/*block4*//* bizlife_inc */
.b4 {
    background: #2f0d0f;
    padding: 25px 0 0;
}
.b4 h2 {
    font-size: 24px;
    color:#bc181d;
    font-style: italic;
    line-height: 39px;
    margin-bottom: 35px;
}
.b4 h2 span {
    font-size: 36px;
    color:#fff;
    display: block;
}
.bad {
    text-align: center;
    background: #1e0e12;
}
.bad li {
    display: block;
    padding: 30px 0 25px;
}
.bad h3 {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 5px;
}
.bad p {
    z-index: 18;
}
.bad li:before {
    content: '';
    display: block;
    width: 205px;
    height: 151px;
    background: url(../img/bad.jpg) no-repeat 0 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0 auto 13px;
    border:2px solid rgba(255,255,255,0.3);
}
.bad li:nth-child(2):before {
    background-position: -205px;
}
.bad li:nth-child(3):before {
    background-position: -410px;
}
.bad li:nth-child(2) {
    background: #230f15;
}
/*block5*//* owmen17 */
.b5 {
    background: url(../img/patt_1.png) repeat;
    padding: 25px 0 0;
    height: 1022px;
}
.b5 h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
}
.b5 h2 span {
    font-size: 26px;
    display: block;
}
.b5 img {
    display: block;
}
.b5 h3 {
    font-size: 22px;
    font-style: italic;
    display: block;
    height: 76px;
    background: #9a2727;
    line-height: 73px;
    letter-spacing: 1.1px;
}
.b5 h3:nth-of-type(2) {
    background: #f5cd1c;
    color:#111111;
}
.buff {
    padding: 20px 30px 25px 30px;
    position: relative;
}
.buff:after {
    content: '';
    display: block;
    width: 56px;
    height: 55px;
    background: url(../img/icon.png) no-repeat 0 -230px;
    position: absolute;
    top: 90px;
    left: 88px;
}
.b5 div:nth-of-type(2):after {
    background-position: 0 -166px;
}
.buff h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    font-style: italic;
    text-align: left;
    padding-top: 17px;
}
.b5 > p {
    padding: 0 30px 30px;
    text-align: justify;
    font-size: 18px;
}
.buff:before {
    content: '';
    display: block;
    width: 102px;
    height: 114px;
    background: url(../img/icon.png) no-repeat 0 0;
    float: left;
    margin-right: 25px;
}
/*block6*//* after_qbici */
.b6 {
    background: url(../img/patt_3.PNG/image.png) repeat;
    padding: 65px 20px 0;
}
/*block7*//* endzeit_____ */
.b7 {
    background: #2a090a; /* Old browsers */
    background: -moz-linear-gradient(top,  #2a090a 0%, #0b0f1d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #2a090a 0%,#0b0f1d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #2a090a 0%,#0b0f1d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a090a', endColorstr='#0b0f1d',GradientType=0 ); /* IE6-9 */
    padding: 34px 0 0;
}
.b7 h2 {
    color:#ffde00;
    font-size: 24px;
    font-style: italic;
    line-height: 45px;
    margin-bottom: 40px;
}
.b7 h2 span {
    font-size: 48px;
    color:#fff;
    display: block;
}
.ship {
    margin: 0 20px;
    position: relative;
    padding-bottom: 30px;
}
.ship:after {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background: url(../img/icon.png) no-repeat 0 bottom;
    position: absolute;
    bottom: -21px;
    left: 200px;
}
.ship li {
    margin-bottom: 30px;
    position: relative;
    clear: both;
}
.ship h3 {
    font-size: 18px;
    font-style: italic;
    text-align: left;
    margin-bottom: 4px;
    padding-top: 30px;
}
.ship p {
    line-height: 30px;
}
.ship li:before {
    content: '';
    display: block;
    float: left;
    width: 104px;
    height: 121px;
    margin-right: 45px;
    background: url(../img/ship.png) no-repeat center 40px;
}
.ship li:nth-child(2):before {
    background-position: center -99px;
}
.ship li:nth-child(3):before {
    background-position: center -239px;
}
.ship li:nth-child(4):before {
    background-position: center -372px;
}
.ship li:after {
    content: '1';
    display: block;
    width: 31px;
    height: 76px;
    border-right: 2px solid #ffde00;
    color:#ffde00;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    position: absolute;
    top: 34px;
    left: 101px;
}
.ship li:nth-child(2):after {
    content: '2';
}
.ship li:nth-child(3):after {
    content: '3';
}
.ship li:nth-child(4):after {
    content: '4';
}
.b7 > p {
    padding: 40px 30px;
    line-height: 24px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    border-top:1px solid #242734;
}
/*block8*//* michael-k90 */
.b8 {
    height: 1085px;
}
.b8 .countbox {
    margin: 340px auto 30px;
}
/*block9*//* bizlife_inc */

/*block10*//* owmen17 */

.footer {
    text-align: center;
    padding: 30px 0;
    background: #151515;
}
.footer a {
    font-size: 14px;
    color:#fff;
    display: inline-block;
    margin: 0 5px;
}
.footer img{
    display: block;
    margin: 0 auto 10px;
}
/*Таймер*/
.countbox:before {
    content: 'дО КОНЦА АКЦИИ ОСТАЛОСЬ:';
    display: block;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.countbox {
    height: 115px;
    width: 343px;
    padding-left: 0;
    margin: 350px auto 32px;
    font-style: italic;
}
.countbox .countbox-num {
    float: left;
}
.countbox .countbox-space {
    float: left;
    height: 48px;
    width: 33px;
}
.countbox-hours1, .countbox-mins1, .countbox-secs1, .countbox-hours2, .countbox-mins2, .countbox-secs2 {
    float: left;
    margin-right: 5px;
    margin-bottom: 3px;
    width: 42px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.3);
    font-size: 31px;
    font-weight: 700;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.countbox-secs2 {
    margin-right: 0;
}
.countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}
.errorMessage{
    box-sizing: border-box;
    position: absolute;
    z-index: 100000;
    font-size: 13px;
    background: #DC3434;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    line-height: 13px;
    padding: 8px 12px;
}

.errField {
    display: none;
    font-size: 14px;
    background: #DE2C3C;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0 auto 15px;
    width: 100%;
    border-radius: 4px;
}
.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; }
.copyright img:first-child { display: block!important; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }

.b8 {
    height: auto;
    padding-bottom: 20px;
    background-color:#691817;
}