/*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: #999999; opacity: 1;}
.m1-form input.field:-moz-placeholder {color: #999999; opacity: 1;}
.m1-form input.field::-moz-placeholder {color: #999999; opacity: 1;}
.m1-form input.field:-ms-input-placeholder {color: #999999; 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;}
@font-face {
    font-family:'Bebas Neue Regular';
    src: url('../Bebas%20Neue%20Regular%20Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-0451;
}
@font-face {
    font-family:'Bebas Neue Bold';
    src: url('../Bebas%20Neue%20Bold%20Regular.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-0451;
}

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:'Bebas Neue Bold'; font-weight: 700; text-transform: uppercase;line-height: 1.3em;}
b,strong{font-weight: 700;}
.yl:after {
    content: '';
    display: block;
    width: 74px;
    height: 5px;
    background: #ffc300;
    border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    margin: 10px auto 30px;
}
body{
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
    background: #fff;
}
section{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.wrap{
    width: 960px;
    padding: 0px 10px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.wrap:after {
    clear: both;
    content: "";
    display: table;
}
.m1-form input.field, select{
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
    height: 45px;
    line-height:100%;
    margin: 0 auto 14px;
    padding: 0 20px;
    background:#fff;
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #222;
    -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: 280px;
    height: 68px;
    line-height: 74px;
    margin: 0 auto;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    font-family:'Bebas Neue Bold';
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #222222;
    background: #ffc600;
    background: -moz-linear-gradient(top,  #ffc600 0%, #ff8400 100%);
    background: -webkit-linear-gradient(top,  #ffc600 0%,#ff8400 100%);
    background: linear-gradient(to bottom,  #ffc600 0%,#ff8400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc600', endColorstr='#ff8400',GradientType=0 );
    -webkit-box-shadow: 0 9px 0 0 #ff4200;
    box-shadow: 0 9px 0 0 #ff4200;
    -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;
    -webkit-box-shadow: 0 3px 0 0 #cd6c00, 0 20px 14px -10px rgba(0,0,0,.25);;
    box-shadow: 0 3px 0 0 #cd6c00, 0 20px 14px -10px rgba(0,0,0,.25);;
    text-shadow: 0 1px 0 rgba(255,255,255,.53);
}
.button-m:hover{
    background: #ffca0b;
    background: -moz-linear-gradient(top,  #ffca0b 0%, #ff890b 100%);
    background: -webkit-linear-gradient(top,  #ffca0b 0%,#ff890b 100%);
    background: linear-gradient(to bottom,  #ffca0b 0%,#ff890b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca0b', endColorstr='#ff890b',GradientType=0 );
}
.button-m:active{
    background: #f6c100;
    background: -moz-linear-gradient(top,  #f6c100 0%, #f67f00 100%);
    background: -webkit-linear-gradient(top,  #f6c100 0%,#f67f00 100%);
    background: linear-gradient(to bottom,  #f6c100 0%,#f67f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6c100', endColorstr='#f67f00',GradientType=0 );
    top:1px;
}
.m1-form .button-m{
    width: 100%;
}
.m1-form {
    width: 280px;
    margin: 0 auto;
}
h2.title{
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 56px;
    color:#373a41;
}
h2.title > span{
    color: #b03b32;
}
.price {
    width: 100%;
    color:#fff;
    margin-bottom: 10px;
    font-family:'Bebas Neue Regular';
}
.price:before {
    content: '';
    display: block;
    width: 270px;
    height: 1px;
    background: rgba(255,255,255,.15);
    margin: 11px auto 7px;
}
.old-cost {
    width: 50%;
    float: left;
    text-align: center;
    padding-left: 18px;
}
.old-cost > span {
    font-size: 14px;
}
.old-cost p {
    font-size: 32px;
    text-decoration: line-through;
}
.new-cost {
    width: 50%;
    float: right;
    padding-left: 0px;
}
.new-cost > span {
    font-size: 14px;
}
.new-cost p {
    font-size: 38px;
    font-weight: 700;
    color:#ffde00;
    line-height: 53px;
}
.video-container{
     position: relative;
     width: 858px;
     height: 487px;
     margin: 0 auto;
     overflow:hidden;
     background:#ccc; 
}
 .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;
}
@media screen and (max-width: 976px) {
    .wrap{
        width: 640px;
    }
}
@media screen and (max-width: 659px) {
    .wrap{
        width: 320px;
    }
    
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 42%;
    display: block;
    width: 16px;
    height: 26px;
    padding: 0;    
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url(../images/arrow.png) no-repeat right 0;
    z-index: 3;
}
.slick-prev{
    left: -19px;
}
.slick-next{
    right: -19px;
    -moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
/* Dots */
.slick-dotted.slick-slider{
    margin-bottom: 30px;
}
.slick-dots{
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
}
.slick-dots .slick-active button {
    background: #b03b32;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 57px;
    height: 10px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #dbdbdb;
}
/*
.slick-dots li button:before{    
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

/*Таймер*/
.countbox {
    height: 59px;
    width: 100%;
    padding-left: 22px;
    margin: 0 auto;
}
.countbox .countbox-num {
    float: left;
}
.countbox .countbox-space {
    float: left;
    height: 48px;
    width: 28px;
    line-height: 48px;
    text-align: left;
    position: relative;
}
.countbox .countbox-space:after {
    content: ':';
    display: block;
    font-weight: 700;
    font-size: 34px;
    color:#2c2e34;
    position: absolute;
    top:-7px;
    right: 12px;
    text-shadow: 0 1px 0  rgba(255,255,255,.25);
    -webkit-text-shadow: 0 1px 0  rgba(255,255,255,.25);
}
.countbox-hours1, .countbox-mins1, .countbox-secs1, .countbox-hours2, .countbox-mins2, .countbox-secs2 {
    float: left;
    margin-right: 7px;
    width: 30px;
    height: 38px;
    line-height: 42px;
    text-align: center;
    z-index: 1;
    color: #373a41;
    background: url(../images/timer.png) no-repeat 0 0;
    font-size: 28px;
    font-family:'Bebas Neue Bold';
    font-weight: 700;
    margin-bottom: 4px;
}
.countbox-secs2 {
    margin-right: 0;
}
.countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
    font-size: 16px;
    font-weight: 400;
    font-family:'Bebas Neue Regular';
    color:#fff;
    text-align: center;
    text-transform: uppercase;
}

/*block1*//* after_qbici */
.block1 {
    background: url(../images/b1_1.jpg) no-repeat center top;
    height: 629px;
    padding: 10px 0 0;
    overflow: hidden;
}
.block1 h1 {
    color:#fff;
    text-align: center;
    font-size: 78px;
    text-shadow:0 5px 0 rgba(0,0,0,0.15);
}
.block1 h1 span {
    color:#ffd800;
    font-size: 40pt;
    line-height: 0;
    top: -40px;
    position: relative;
    left: -17%;
}
.block1 h2 {
    font-size: 31px;
    color:#fff;
    position: relative;
    top: -66px;
}
.block1 h2 span {
    color:#ffd800;
    display: block;
    font-size: 38px;
}
.sale {
    width: 133px;
    height: 133px;
    text-align: center;
    position: absolute;
    top: 200px;
    left: 76px;
    color:#222;
    font-size: 22px;
    font-family:'Bebas Neue Bold';
    font-weight: 700;
    background: #ffc400;
    background: -moz-linear-gradient(top,  #ffc400 0%, #ff9900 100%);
    background: -webkit-linear-gradient(top,  #ffc400 0%,#ff9900 100%);
    background: linear-gradient(to bottom,  #ffc400 0%,#ff9900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc400', endColorstr='#ff9900',GradientType=0 );
    border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 34px;
    padding-top: 9px;
    border:8px solid rgba(0,0,0,0);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.09);
    box-shadow: 0 0 0 1px rgba(255,255,255,.06);
    text-shadow: 0 1px 0 rgba(255,255,255,.53);
}
.sale p {
    font-size: 50px;
}
.gift {
    font-size: 22px;
    font-family:'Bebas Neue Bold';
    font-weight: 700;
    color:#fff;
    text-align: center;
    text-transform: uppercase;
    width: 147px;
    background: url(../images/gift.png) no-repeat center top;
    padding-top: 26px;
    position: absolute;
    top: 439px;
    left: 300px;
}
.gift span {
    color:#ffd800;
    display: block;
}
.formbox {
    width: 318px;
    height: 464px;
    background: #373a41;
    position: absolute;
    top:112px;
    right: 18px;
    border:1px solid #4b4e54;
    -webkit-box-shadow: 0 0 0 6px #373a41;
    box-shadow: 0 0 0 6px #373a41;
}
.count-title {
    font-size: 22px;
    font-family:'Bebas Neue Bold';
    font-weight: 700;
    color:#fff;
    text-align: center;
    padding:15px 0 5px;
}
.stock {
    color:#fff;
    font-size: 18px;
    text-align: center;
    padding-top: 19px;
    font-family:'Bebas Neue Regular';
    font-weight: 400;
}
.stock span {
    font-size: 22px;
    font-weight: 700;
    font-family:'Bebas Neue Bold';
    color:#b03b32;
    text-align: center;
    width: 24px;
    height: 24px;
    display: inline-block;
    padding-top: 2px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 3px;
}
.plus {
    font-size: 18px;
    color:#fff;
    font-family:'Bebas Neue Regular';
    font-weight: 400;
    position: absolute;
    left: 10px;
    bottom: 31px;
}
.plus li {
    display: inline-block;
    width: 124px;
    border-left: 2px solid #b03b32;
    padding:4px 0 0 8px;
}
.plus p {
    color:#ffd800;
    font-family:'Bebas Neue Bold';
    font-weight: 700;
    line-height: 16px;
}
/*block2*//* endzeit_____ */
.block2 {
    background: #2f3137;
    color:#fff;
    border-top:1px solid #4d4f54;
    padding: 24px 0;
}
.info {
}
.info li {
    display: block;
    float: left;
    width: 327px;
    padding-left: 38px;
    border-right: 1px solid #44464b;
}
.info li:nth-child(2) {
    width: 297px;  
}
.info li:nth-child(3) {
    width: 316px; 
    border:none;
}
.info p {
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    padding: 5px 21px 0 15px;
}
.info li:before {
    content: '';
    display: block;
    width: 53px;
    height: 53px;
    background: url(../images/icon.png)no-repeat center 10px #b03b32;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    float: left;
}
.info li:nth-child(2):before {
    background-position: center -50px;
}
.info li:nth-child(3):before {
    background-position: center -112px;
}
/*block3*//* michael-k90 */
.block3 {
    padding: 30px 0 ;
}
.block3 p {
    padding: 25px 40px 0;
}
/*block4*//* bizlife_inc */
.block4 {
    background: url(../images/shadow.png) no-repeat center top #fff;
    padding: 35px 0 30px;
}
.demo {
    text-align: center;
}
.demo li {
    display: inline-block;
    width: 24.5%;
    vertical-align: top;
}
.demo h3 {
    font-size: 18px;
    padding: 0 43px;
}
.demo li img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-bottom: 15px;
    border:5px solid #f0f0f0;
}
/*block5*//* owmen17 */
.block5 {
    color:#fff;
    background: url(../images/b5.jpg) no-repeat center top;
    height: 371px;
    padding: 30px 0 0;
}
.block5 h2 {
    color:#fff;
    margin-bottom: 41px;
}
.block5 h2 span {
    color:#ffd800;
}
.job {
    text-align: center;
}
.job li {
    display: inline-block;
    width: 19.5%;
    vertical-align: top;
}
.job li:before {
    content: '';
    display: block;
    width: 158px;
    height: 158px;
    background: url(../images/job.png) no-repeat 0 0;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.job li:nth-child(2):before {
    background-position: -158px 0;
}
.job li:nth-child(3):before {
    background-position: -316px 0;
}
.job li:nth-child(4):before {
    background-position: -474px 0;
}
.job li:nth-child(5):before {
    background-position: -632px 0;
}
.job h3 {
    font-size: 24px;
    display: block;
    width: 112px;
    height: 33px;
    background: #b03b32;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    line-height: 36px;
    margin: -22px auto 0;
}
/*block6*//* after_qbici */
.block6 {
    background: url(../images/b6.jpg) no-repeat center top;
    height: 369px;
}
.shema {
    margin: 30px 0 0;
}
.shema2 {
    display: none;
}
.lamp {
    margin: 27px 0 -22px 35px;
}
.lamp, .shema {
    display: inline-block;
    vertical-align: top;
}
/*block7*//* endzeit_____ */
.block7 {
    color:#fff;
    background: url(../images/b3.jpg) no-repeat center top;
    height: 585px;
    padding: 35px 0 0;
}
.block7 h2 {
    color:#fff;
    line-height: 1.1em;
    margin-bottom: 50px;
}
.ship {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.ship:before {
    content: '';
    display: block;
    width: 695px;
    height: 0;
    border-top:1px dashed rgba(255,255,255,.2);
    position: absolute;
    top: 159px;
    left: 123px;
}
.ship li {
    width: 24%;
    display: inline-block;
}
.ship p:before {
    content: '1';
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #ffdd00;
    background: -moz-linear-gradient(top,  #ffdd00 0%, #ffc400 100%);
    background: -webkit-linear-gradient(top,  #ffdd00 0%,#ffc400 100%);
    background: linear-gradient(to bottom,  #ffdd00 0%,#ffc400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd00', endColorstr='#ffc400',GradientType=0 );
    margin: 20px auto 15px;
    color:#373a41;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    border:5px solid rgba(255,255,255,.08);
    background-clip: padding-box;
}
.ship li:nth-child(2) p:before {
    content: '2';
}
.ship li:nth-child(3) p:before {
    content: '3';
}
.ship li:nth-child(4) p:before {
    content: '4';
}
.ship li:before {
    content: '';
    display: block;
    background: url(../images/ship.png) no-repeat 0 0;
    width: 121px;
    height: 121px;
    margin: 0 auto;
}
.ship li:nth-child(2):before {
    background-position: -121px 0;
}
.ship li:nth-child(3):before {
    background-position: -242px 0;
}
.ship li:nth-child(4):before {
    background-position: -363px 0;
}
/*block8*//* michael-k90 */
.block8 {
    padding: 35px 0 56px;
    background: #f6f7f9;
} 
.block8 h2 {
    line-height: 1.1em;
}
.reviews {
    width: 860px !important;
    margin: 0 auto;
}
.rev {
    width: 818px;
    height: 271px;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    margin: 0 auto;
    padding-top: 0.1px;
}
.rev h3 {
    color: #222222;
    font-size: 19px;
    text-transform: none;
    text-align: left;
    overflow: hidden;
    position: relative;
    display: block;
    height: 59px;
    padding: 9px 0 0px 71px;
    margin-top: 25px;
}
.rev p {
    overflow: hidden;
    text-align: left;
    padding: 14px 35px 0 0;
    font-size: 15px;
    line-height: 22px;
}
.rev:before {
    content: '';
    display: block;
    width: 271px;
    height: 271px;
    background: url(../images/rev.jpg) no-repeat -271px 0;
    float: left;
    margin-right: 30px;
}
.r2:before {
    background-position: 0 0;
}
.r3:before {
    background-position: right 0;
}
.rev h3:before {
    content: '';
    display: block;
    width: 59px;
    height: 59px;
    background: url(../images/ava.jpg) no-repeat -59px 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.r2 h3:before {
    background-position: 0 0;
}
.r3 h3:before {
    background-position: right 0;
}
.rev h3:after {
    content: '';
    display: block;
    width: 94px;
    height: 13px;
    background: url(../images/stars.png) no-repeat 0 0;
    position: absolute;
    top: 36px;
    left: 71px;
}
/*block9*//* bizlife_inc */
.block9 {
    padding: 30px 0 10px;
}
.cap {
    text-align: center;
}
.cap li {
    display: inline-block;
    width: 200px;
    height: 220px;
    background: url(../images/cap.jpg) no-repeat 0 0;
    margin: 0 15px 33px;
    position: relative;
}
.cap h3 {
    font-size: 20px;
    color:#fff;
    display: block;
    width: 100%;
    height: 51px;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 52px;
    background: rgba(43,54,77,.8);
    border-radius: 25px 25px 0 0;
    -webkit-border-radius: 25px 25px 0 0;
}
.cap li:nth-child(2) {
    background-position: -200px 0;
}
.cap li:nth-child(3) {
    background-position: -400px 0;
}
.cap li:nth-child(4) {
    background-position: -600px 0;
}
.cap li:nth-child(5) {
    background-position: 0 -220px;
}
.cap li:nth-child(6) {
    background-position: -200px -220px;
}
.cap li:nth-child(7) {
    background-position: -400px -220px;
}
.cap li:nth-child(8) {
    background-position: -600px -220px;
}
/*block10*/
.block10 {
    background: url(../images/shadow.png) no-repeat center top #fff;
    padding: 30px 0 0;
}  
.watches {
    background: url(../images/watches.jpg) no-repeat 0 0 / cover;
    width: 289px;
    height: 478px;
    float: left;
}
.char {
    width: 610px;
    float: right;
}
.char li {
    display: inline-block;
    width: 49.5%;
    font-size: 20px;
    text-transform: uppercase;
    font-family:'Bebas Neue Regular';
    font-weight: 400;
    margin-bottom: 25px;
}
.char li:before {
    content: '';
    display: block;
    background: url(../images/check.png) no-repeat 0 0;
    width: 16px;
    height: 17px;
    margin-right: 10px;
    float: left;
    margin-top: 3px;
}
.char b {
    font-family:'Bebas Neue Bold';
    font-weight: 700;
}
.photo {
    float: right;
    width: 610px;
}
.photo li {
    width: 49.5%;
    display: inline-block;
}
.photo img {
    
}
/*end*/
.end {
    background: url(../images/bf.jpg) no-repeat center top;
    height: 629px;
    padding: 20px 0 0;
}
.end .sale {
    top: 275px;
    left: 56px;
}
.end .plus {
    bottom: 338px;
}
.end .plus li {
    display: inline-block;
    width: 124px;
    border-left: 2px solid #373a41;
    padding: 4px 0 0 8px;
}
.end .gift {
    top: 494px;
}
/*footer*//* owmen17 */
.footer {
    text-align: center;
    padding: 40px 0 30px;
}
.footer a {
    font-size: 14px;
    color:#333;
}
/*-------------------------------------- Media Queries ----959---------------------------------*//* after_qbici */    
@media screen and (max-width: 976px) {
    .block1 {
        background: url(../images/b1m.jpg) no-repeat center top;
        padding: 15px 0 0;
    }
    .block1 h1 {
        font-size: 52px;
        text-shadow: none;
        margin-right: 0;
        line-height: 1em;
}
    .block1 h2, .info p, .block1 h1, .block6, .photo {
        text-align: center;
    }
    .formbox {
        right: 6px;
}
    .sale, .end .sale {
        top: 91px;
        left: 24px;
}
    .gift, .end .gift {
        top: 359px;
        left: 61px;
}
    .plus, .end .plus {
        width: 270px;
        left: 27px;
        bottom: 15px;
    }
    .plus li {
        width: 130px;
        margin-bottom: 25px;
}
    .video-container {
        width: 100%;
        height: 354px;
}
    .block3 p {
        padding: 20px 0 0;
}
    .block5 h2:before, .ship:before, .ship li p br, .block1 h2 span {
        display: none;
    }
    .info li {
        width: 206px !important;
        padding: 0;
        border-right: none;
}
    .info li:before {
        float: none;
        margin: 0 auto 10px;
}
    .info p {
        padding: 0 8px;
}
    h2.title {
        font-size: 40px;
}
    .demo h3 {
        padding: 0 82px;
}
    .ship li, .demo li {
        width: 49%;
        margin-bottom: 20px;
}
    .job li {
        width: 32.5%;
        margin-bottom: 36px;
}
    .block5 {
        background:url(../images/b5m.jpg) no-repeat center top;
        height: auto;
        padding: 30px 0 14px;
}
    .block6 {
        background: #b03b31 ;
        height: auto;
        padding-bottom: 40px;
}
    .lamp {
        margin: 30px 0;
}
    .ship p:before {
        margin: -21px auto 15px;
    }
    .ship li p {
        padding: 0 30px;
    }
    .block7 {
        background: url(../images/b3m.jpg) no-repeat center top;
        height: auto;
        padding-bottom: 40px;
    }
    .block8 .wrap, .block9 .wrap {
        padding: 0;
    }
    .cap li {
        margin: 0 5px 10px;
}
    .reviews, .char, .photo  {
        width: 100% !important;
}
    .watches {
        margin: 0 auto;
}
    .char, .photo, .watches  {
        float: none;
}
    .char li {
        padding-left: 23px;
}
    .block10 {
        padding-bottom: 30px;
    }
    .rev {
        width: 620px;
}
    .rev:before {
        margin-right: 15px;
}
    .rev p {
        padding: 20px 15px 0 0;
        line-height: 20px;
}
    .slick-prev, .slick-next {
        top:111%;
    }
    .slick-next {
        right: 135px;
    }
    .slick-prev {
        left: 135px;
    }
    .end .formbox {
        background: #373a41;
        border: 1px solid #4b4e54;
        -webkit-box-shadow: 0 0 0 6px #373a41;
        box-shadow: 0 0 0 6px #373a41;
}
    .end .plus li {
        border-color:#b03b32;
}
}
/*-------------------------------------- Media Queries ----639---------------------------------*//* michael-k90 */ 
@media screen and (max-width: 659px) {
    .block1 {
        background: #c34721 url(../images/b1s.jpg) no-repeat center top;
        height: 1042px;
}
    .block1 .wrap, .block3 .wrap {
        padding: 0;
    }
    .formbox {
        position: static;
        margin:223px auto 0px;
        width: 308px;
}
    .block1 h1 {
        font-size: 42px;
        margin-bottom: 5px;
}
    .block1 h2 {
        font-size: 26px;
        font-family:'Bebas Neue Regular';
        font-weight: 400;
}
    .sale, .end .sale, .gift, .end .gift {
        position: static;
}
    .gift, .end .gift {
        margin: 140px 0 40px 30px;
    }
    .sale, .end .sale {
        margin: 15px auto 0;
    }
    .plus, .end .plus {
        display: none;
    }
    .info li {
        width: 100% !important;
        padding: 0 20px 20px;
}
    .info li:last-child {
        padding-bottom: 0;
    } 
    .info li:before {
        float: left;
        margin: 0 20px 0 0;
}
    .info p {
        padding: 0 0 0 0;
        text-align: left;
}
    h2.title, .block5 h2 {
        font-size: 30px;
}
    .ship li {
        position: relative;
}
    .ship li:before {
        float: left;
        margin: 0 20px 0 0;
}
    .ship p:before {
        margin:0;
        position: absolute;
        top:0;
        left: 79px;
        text-align: center;
    }
    .ship li p {
        overflow: hidden;
        text-align: left;
        padding: 25px 0 0;
    }
    .ship {
        margin-bottom: 7px;
}
    .video-container {
        height: 184px;
}
    .block6 {
        padding-top: 30px;
    }
    .shema {
        display: none;
    }
    .shema2 {
        display: block;
        margin: 0 auto;
    }
    .char {
        margin-bottom: 20px;
    }
    .char li {
        margin-bottom: 10px;
    }
    .block3 p {
        padding: 20px 10px 0;
}
    .block5 {
        height: auto;
        background: #2f3137;
    }
    .block7 h2 {
        margin-bottom: 40px;
}
    .block4 {
        padding: 35px 0 12px;
}
    .block7 {
        background: #2f3137;
}
    .ship li, .demo li, .job li, .photo li, .char li, .ship li {
        width: 100%;
}
    .rev {
        width: 271px;
        height: 623px;
}
    .rev:before {
        float: none;
        margin: 0 auto;
}
    .rev h3 {
        margin-top: 11px;
        margin-left: 10px;
}
    .rev p {
        padding: 10px;
}
    .slick-dots li button {
        width: 40px;
}
    .slick-prev, .slick-next {
        top: 105.5%;
}
    .slick-next {
        right: 21px;
}
    .slick-prev {
        left: 21px;
}
}
.form-text{margin: -5px auto 12px auto;color: #fff;line-height: 1.2;font-size: 15px;}

.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;
}

.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; }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}


   @media(max-width: 991px){
   .block1 h1 span {
    color: #ffd800;
    font-size: 27pt;
    line-height: 0;
    top: 6px;
    position: relative;
    left: -17%;
}}

   @media(max-width: 659px){
   .block1 h1 span {
    color: #ffd800;
    font-size: 21pt;
    line-height: 0;
    top: 71px;
    position: relative;
    display: block;
    left: 0%;
}
.block1 h1 {
    font-size: 42px;
    margin-bottom: 59px;
}}
