/*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; font-size: 100%;}

/* HTML5 display-role reset for older browsers */
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;}
*::-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;}
button, input, select{-webkit-appearance: none; -moz-appearance: none; appearance: none;}
html{
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* my_presets *//* michael-k90 *//* 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: #222; opacity: 1;}
.m1-form input.field:-moz-placeholder {color: #222; opacity: 1;}
.m1-form input.field::-moz-placeholder {color: #222; opacity: 1;}
.m1-form input.field:-ms-input-placeholder {color: #222; opacity: 1;}
.hidden{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.just {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.clearfix:after, .steps li:after, .ship li:after {content: '';display: block;clear: both;}
.clear{clear: both;height: 0px;}
.ulfix {font-size: 0;}
.ulfix li {font-size: 16px;}
/* END my_presets */

h1,h2,h3,h4,h5,h6{font-family: 'Open Sans', Helvetica, sans-serif; font-weight: 700; text-transform: uppercase;line-height: 1.3em;}
b,strong{font-weight: 700;}
body{
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #cccccc;
    background: #282828;
}
.wrap {
    width: 480px;
    padding: 0;
    margin: 0 auto;
    background: #181b23;
}
section {
    padding: 30px 0;
}
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: 38px;
    -webkit-border-radius: 38px;
    width: 100%;
    height: 76px;
    line-height: 76px;
    margin: 0 auto 15px;
    padding: 0 20px;
    background:#fff;
    text-align: center;
    font-size: 18px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 400;
    color: #333333;
    -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: 380px;
    height: 76px;
    line-height: 76px;
    margin: 0 auto;
    border: none;
    border-radius: 38px;
    -webkit-border-radius: 38px;
    text-align: center;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 2.6px;
    font-style: italic;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #333333;
    background: #ffcf3b;
    -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 20px 10px -20px rgba(0,0,0,5);
    box-shadow: 0 20px 10px -20px rgba(0,0,0,5);
}
.button-m:hover{

}
.button-m:active{

    top:-1px;
}
.m1-form {
    width: 380px;
    margin: 0 auto 30px;
}
.m1-form .button-m{
    width: 100%;
}
h2.title {
    margin: 0 0 30px 0;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
}
h2.title > span {
    color: #ffcf3b;
    font-style: italic;
    font-weight: 800;
    font-size: 30px;
    display: block;
}
h2.title.col2 > span {
    color: #f02119;
}
.tlt:after {
    content:'';
    display: block;
    background: url("../img/tlt.png") no-repeat center top;
    height: 16px;
    margin: 10px 0 0;
}
.price {
    background: url("../img/price.png") no-repeat center top;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
    -webkit-box-shadow: 0 20px 10px -20px rgba(0,0,0,5);
    box-shadow: 0 20px 10px -20px rgba(0,0,0,5);
}
.old-cost {
    float: left;
    color:#333333;
}
.old-cost p {
    font-size: 36px;
    line-height: 30px;
}
.old-cost p span {
    text-decoration: line-through;
}
.old-cost > span, .new-cost > span {
    font-size: 14px;
}
.new-cost {
    float: right;
    color:#fff;
}
.new-cost p {
    font-size: 36px;
    line-height: 30px;
    font-weight: 800;
    font-style: italic;
}
.new-cost, .old-cost  {
    width: 50%;
    height: 66px;
    padding-top: 2px;
}
.old-cost p small, .new-cost p small {
    font-size: .8em;
    text-transform: uppercase;
}
.video-container {
    position: relative;
    width: 460px;
    height: 260px;
    margin: 0 auto 20px;
    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;
}
/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0;
    display: block;
    width: 67px;
    height: 57px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url("../img/arrow.png") no-repeat 0 0;
    z-index: 3;
}
.slick-prev{
    left: 0px;
}
.slick-next{
    right: 0;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.reviews .slick-prev,
.reviews .slick-next{
    bottom: inherit;
    top: 292px;
    width: 25px;
    height: 42px;
    background: url("../img/arr.png") no-repeat 0 0;
}
.reviews  .slick-prev{
    left: 47px;
}
.reviews  .slick-next{
    right: 47px;
}

/* 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;
    margin-left: auto;
    margin-right: auto;
}
.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;
}



/*block1*//* after_qbici */
.b1 {
    background:#22232b url("../img/b1.jpg") no-repeat center 90px;
    padding: 7px 0 0;
    height: 534px;
}
.b1 h1 {
    color:#f02119;
    text-align: center;
    font-size: 31px;
    font-style: italic;
    letter-spacing: .61px;
    font-weight: 800;
    margin-bottom: 6px;
    padding: 18px 0px;
}
.b1 h2 {
    text-align: center;
    color:#fff;
    font-size: 17px;
    letter-spacing: 1.2px;
    margin: 11px 0 0;
}
.b1 > p {
    color:#fff;
    margin: 0 0 14px 20px;
}

.b1 > p:nth-of-type(1) {
    position: absolute;
    top: 161px;
}
.b1 > p:nth-of-type(2) {
    position: absolute;
    top: 201px;
}


.b1 > p strong {
    color:#ffcf3b;
}
.sale {
    background: url("../img/sale.png") no-repeat 0 0;
    width: 128px;
    height: 68px;
    position: absolute;
    right: 0;
    top: 160px;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    text-align: right;
    padding: 5px 7px 0 0;
}

.sale strong {
    font-size: 26px;
    font-weight: 800;font-style: italic;
    line-height: 30px;
    display: block;
}
/*block2*//* endzeit_____ */
.b2 {
    padding: 0 0 0 0;
    background: #2f3039;
}
.stock {
    background: #22232b;
    color:#fff;
    text-align: center;
    line-height: 52px;
    padding: 0 10px;
}
.stock > a{
    text-decoration: none;
    color: inherit;
}
.stock > span {
    display: inline-block;
    background: #f02119;
    height: 52px;
    margin-left: 5px;
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    padding: 0 10px;
    font-weight: 700;
}
.stock > span > span {
    -moz-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    display: inline-block;
}
/*block3*//* michael-k90 */
.b3 {
    background:#14151b url("../img/beaf.jpg") no-repeat center 0 ;
    padding: 245px 0 30px;
}
.result {
}
.result li {
    display: inline-block;
    vertical-align: top;
    width: 210px;
    position: relative;
    border:1px solid #2c3138;
    border-radius: 10px;
    text-align: center;
}
.result img {
    display: block;
    position: absolute;
    top:-1px;
    left: -1px;
    max-width: inherit;
}
.result li:nth-child(3) img,
.result li:nth-child(4) img {
    left: inherit;
    right: -1px;
}
.result li:nth-child(1),
.result li:nth-child(2) {
    margin-bottom: 20px;
}
.result li:nth-child(1),
.result li:nth-child(3) {
    margin-left: 17px;
    margin-right: 24px;
}
.result p {
    padding: 220px 20px 20px;
}
/*block4*//* bizlife_inc */
.b4 {
   padding-bottom: 0;
}
.preim {
    padding: 0 25px 10px 45px;
}
.preim li {
    border: 1px solid #2c3138;
    border-radius: 10px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.preim img {
    display: block;
    position: absolute;
    left: -45px;
    top:6px;
}
.preim p {
    font-weight: 700;
    padding: 20px 20px 20px 42px;
}
.b4 .button-m {
    margin-bottom: -38px;
}
/*block5*//* owmen17 */
.b5 {
    background: #14151b;
    padding: 64px 0 0;
}
.steps {
}
.steps li {
    display: table;
    width: 100%;
    padding: 0 20px 20px;
}
.steps img {
    display: block;
    width: 200px;
    height: 160px;
    float: left;
    border-radius: 10px;
}
.steps div {
    overflow: hidden;
    padding: 0 0 0 20px;
    display: table-cell;
    vertical-align: middle;
    width: 240px;
}
.steps div h3 {
    color:#ffcd3b;
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    border-bottom: 3px solid #1b1f25;
}
.steps div h3 span {
    font-size: 18px;
}
.steps div p {
    font-size: 14px;
    padding: 7px 0 0 0;
}
.steps li:nth-child(2) h3 {
    color:#f8832c;
}
.steps li:nth-child(3) h3 {
    color:#f34720;
}
.steps li:nth-child(4) h3 {
    color:#f02119;
}
.gallery {
    width: 440px;
    margin: 0 auto;
}
/*block6*//* after_qbici */
.b6 {
   background: #14151b;
}
.rev {
    width: 440px;
    background: #181b23;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
}
.rev img {
    display: block;
    margin: 0 auto;
}
.rev h3 {
    text-transform: none;
    font-size: 18px;
    padding: 30px 0 24px;
}
.rev h3 span {
    font-size: 16px;
    font-weight: 400;
}
.rev p {
    line-height: 30px;
}
/*block7*//* endzeit_____ */
.b7 {
   padding-bottom: 10px;
}
.ship {
}
.ship li {
    display: block;
    padding: 0 20px 20px;
}
.ship li img {
    display: block;
    float: left;
}
.ship div {
    overflow: hidden;
    padding: 0 0 0 20px;
}
.ship div h3 {
    color:#ffcf3b;
    font-size: 16px;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 4px;
}
.ship div p {
    font-size: 14px;
    color:#fff;
}


.footer {
    text-align: center;
    padding: 40px 0 30px;
}
.footer a {
    font-size: 14px;
    color:#ccc;
    display: block;
    padding: 5px 0 0;
}

.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 38px;
    -webkit-border-radius: 38px;
    width: 100%;
    height: 76px;
    line-height: 76px;
    margin: 0 auto 15px;
    padding: 0 20px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 400;
    color: #333333;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.copyright { font-size: 14px;text-align: center; padding: 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }
.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }
.errorMessage {font-size: 15px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 10px 0 0; z-index: 999;}


/*slider*/

.swiper{
    position: relative;
    max-width: 92%;
    height: 100%;
}

.swiper-wrapper{
    min-width: 90%;
    min-height: 250px;
}

.swiper-button-prev, .swiper-button-next{
font-size: 0;
line-height: 0;
position: absolute;
bottom: 0;
display: block;
width: 67px;
height: 57px;
padding: 0;
cursor: pointer;
color: transparent;
border: none;
background: url(../img/arrow.png) no-repeat 0 0;
outline: none;
z-index: 3;
    top: calc(100% - 41px);
}

.swiper-button-next{
    transform: rotateY(180deg);
    right: 0;
}
.swiper-button-prev{
    left: 0;
}


.swiper-slide>img{
    width: 100vw;
    height: 100%;
}

.swiper-button-prev2, .swiper-button-next2 {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 3;
    top: 292px;
    width: 25px;
    height: 42px;
    background: url(../img/arr.png) no-repeat 0 0;
}
.swiper-button-prev2{
    left: 47px;
}
.swiper-button-next2{
    right: 47px;
    transform: rotateY(180deg);
}

.swiper2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
/*Callback*/

.feedback {
    width: 75px;
    height: 70px;
    position: fixed;
    right: -15px;
    top: 15%;
    display: flex;
    align-items: center;
    background-color: #ff730d;;
    padding-left: 10px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    transition: all .5s;
}

@media (max-width: 480px){
    .feedback{
        top: 250px;
    }
}

.feedback:hover {
    right: 0;
}

.feedback img {
    width: 50px;
    height: 50px;
}

.popup-window {
    font-family: inherit;
    display: none;
    width: 300px;
    position: fixed;
    right: 0;
    top: 15%;
    padding: 35px 10px;
    background: #fff;
    border-radius: 5px;
    z-index: 2000;
}

.popup-window form {
    width: 100%;
    min-height: auto;
    padding: 0;
    background: inherit;
    box-shadow: none;
}

.popup-window label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.popup-window input {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 10px;
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
    border: 1px solid #333;
}

.popup-window button {
    width: 100%;
    padding: 10px;
    border: none;
    background: #ff730d;
    color: #000;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    border-radius: 20px;
}

.close-popup {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 27px;
    height: 27px;
    background-color: #fff;
    cursor: pointer;
}

.close-popup:before {
    content: "";
    background: #333;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 13px;
    left: 4px;
    transform: rotate(-45deg);
}

.close-popup:after {
    content: "";
    background: #333;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 13px;
    left: 4px;
    transform: rotate(45deg);
}
