/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         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;
}
.block-3 .slick-arrow{
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 99;
    top: 42%;
    background: url(../img/but-sl.png) no-repeat;
 }
.block-3 .slick-prev{
    left: -70px;
    background-position: 0 0;
}
.block-3 .slick-next{
    background-position: -32px 0;
    right: -70px;
}
.slick-dots{
    text-align: center;
    padding: 20px 0 0;
}
.slick-dots li{
    display: inline-block;
    width: 40px;
    height: 6px;
    margin: 0 8px;
    border-radius: 35px;
    cursor: pointer;
    background: #dbdbdb;
}
.slick-dots li.slick-active{
    background: #cc0d0f;
}
.slick-dots li>button{
    display: none;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue_20Regular.otf'),
    url('../fonts/BebasNeue_20Regular.ttf');
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue_20Bold.otf'),
    url('../fonts/BebasNeue_20Bold.ttf');
    font-weight: bold;
}

* {
    outline: none;
    box-sizing: border-box;
}

/*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 */

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{outline: none;}

/* Default settings*/

.hidden{display: none;}
.clear{clear: both;height: 0px;}
.invis{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.clearfix:after{content: '';display: block;clear: both;}

/*Site settings*/
h1,h2,h3,h4,h5,h6{font-weight: 400;}
b, strong{font-weight: 400;}

.opacity-75{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}
.shadow-text{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.shadow-55{
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.55);
    box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.55);
}
.border-5{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.animate {
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    -o-transition:      all 0.3s;
    -ms-transition:     all 0.3s;
    transition:         all 0.3s;
}
/* after_qbici */

.col-v{color: #83c313;} 
.col-s{color: #999;}
.col-m{color: #2e2e2e;}

/*structure*/
html{
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body{
    position: relative;
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px;
    font-family: 'Bebas Neue', "Arial", "Helvetica", sans-serif;
    font-size: 18px;
    line-height: 1.4em;
    background: #fff;
    color: #2e2e2e;
    font-weight: 300;
}
.main-wrap {
    position: relative;
    width: 480px;
    margin: 0px auto;
}
.section{
    position: relative;
    padding: 20px;
}
h2{
    position: relative;
    display: block;
    margin: 0 auto;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.3em;
    text-align: center;
}
h2.line:after{
    content: '';
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    width: 100px;
    height: 3px;
    background: #83c313;
}


.block-1 {
    background: rgba(0, 0, 0, 0) url("../img/head-bg.jpg") no-repeat scroll center top;
    padding-bottom: 2px;
}
.block-1 .container-1 {
    
}

.block-1 h1 {
    color: #fff;
    font-size: 10px;
    margin-top: 13px;
    text-indent: 999px;
    overflow: hidden;
    white-space: nowrap;
}

.block-1 .container-2 {
    padding-top: 554px;
    text-align: center;
}


.btn {
    background-color: rgb(9, 163, 149);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: inherit;
    font-size: 36px;
    font-weight: bold;
    padding: 20px 31px 15px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #87790f;
    border-bottom: 3px solid #08736A;
    line-height: 1.1;
    margin-top: 50px;
}

.block-1 .cost {
    padding: 40px 0 60px 0;
    font-size: 46px;
    line-height: 1em;
    text-align: left;
    font-weight: bold;
    width: 302px;
}

.block-1 .costFooter {
    padding: 80px 0 50px 0;
    font-size: 46px;
    text-align: left;
    font-weight: bold;
    width: 302px;
    line-height: 1em;
}

.block-1 .costFooter>span {
    color: #2e2e2e;
    font-weight: 100;
    margin: 0 15px 0 0;
}

.block-1 .cost>span {
    color: #2e2e2e;
    font-weight: 100;
    margin: 0 15px 0 0;
}
.block-1 .costFooter .new-cost {
    color: #E91B28;
}

.old-cost {
    color: #7E8888;
    font-weight: 100;
}

.block-1 .discont {
    position: absolute;
    font-size: 42px;
    width: 108px;
    color: #fff;
    line-height: 0.8em;
    text-align: center;
    top: 338px;
    right: 8px;
}

.block-1 .discont span {
    font-size: 14px;
}

.block-1 .cost .new-cost {
    color: #E91B28;
}

.block-2 h2 {
    font-size: 43px;
    margin-top: 40px;
}

.block-2 h2 span {
    margin-top: 0px;
    background: none;
    color: #fff;
    background: #a40102;
}
/* endzeit_____ */



h2 span {
    display: inline-block;
    background: #a40102;
    font-size: 36px;
    color: #fff;
    padding: 3px 15px 0 15px;
    text-align: center;
    line-height: 1.3;
}

.block-2 .text1 {
    color: #1b1b1b;
    font-family: "Roboto Condensed";
    font-size: 19px;
    line-height: 1.3;
    margin: 20px 0 21px 0;
}

.block-2 .text1 img {
    width: 250px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.block-2 .text1 p{
    padding-bottom: 15px;
}

.block-2 h3 {
    font-size: 24px;
    text-align: left;
    line-height: 1;
}

.block-2 h3 span {
    color: #a30e0e;
}

.block-2 .text2 span {
    color: #ab1414;
}

.block-3 {
    background: url("../img/h2.jpg");
    height: 168px;
    margin: 30px 0px 0px;
}

.block-3 img {
    width: 140px;
    left: 31px;
    top: -34px;
    position: absolute;
    z-index: 1;
}
.block-3 h2 {
    font-size: 26px;
    font-weight: normal;
    line-height: 64px;
    color: #fff;
    margin-left: 170px;
    margin-top: 0px;
    text-align: left;
}

.block-3 .text1 {
    font-size: 20px;
    overflow: hidden;
    line-height: 1.3em;
    color: #2B2727;
    padding: 0px 0 0 170px;
}
.block-4 h3 {
    font-size: 24px;
    text-align: left;
    line-height: 1.3em;
}

.block-4 {
    background: #eee url("../img/doc.jpg") no-repeat scroll right -210px bottom -220px;
}
/* michael-k90 */

.block-4 h2 {
    font-size: 35px;
    color: #1b1b1b;
    line-height: 1.3;
    margin-bottom: 30px;
}
.block-4 h2 span {
    font-size: 31px;
    margin-bottom: 5px;
}

.block-4 h3 span {
    color: #a30e0e;
}

.block-4 .container-1 {
    margin-top: 40px;
}

.block-4 .text1 {
    font-family: "Roboto Condensed";
    font-size: 19px;
    line-height: 1.2;
    width: 330px;
    margin: 0 0 30px;
    color: #1b1b1b;
    margin-top: 27px;
}



.block-5 .container-1 {
    margin-top: 20px;
    margin-bottom: 35px;
}

.block-5 h2 {
    margin-bottom: 40px;
}

.block-5 h2 span {
    display: inline-block;
    background: #a40102;
    font-size: 36px;
    color: #fff;
    padding: 3px 15px 0 15px;
    text-align: center;
    line-height: 1.3;
}
/* bizlife_inc */

.block-5 ul li {
    padding: 0 0 0 50px;
    margin: 0 0 12px;
    min-height: 45px;
    line-height: 1.9;
    font-weight: normal;
    font-size: 22px;
    font-family: "Roboto Condensed";
    list-style: none;
    border-bottom: 1px dotted #DFDADA;
    color: #666;
}

.block-5 ul li:nth-child(1) {
    background: url("../img/li_1.png")no-repeat left center;
}

.block-5 ul li:nth-child(2) {
    background: url("../img/li_2.png")no-repeat left center;
}

.block-5 ul li:nth-child(3) {
    background: url("../img/li_3.png")no-repeat left center;
}

.block-5 ul li:nth-child(4) {
    background: url("../img/li_4.png")no-repeat left center;
}

.block-5 ul li:nth-child(5) {
    background: url("../img/li_5.png")no-repeat left center;
}

.block-5 ul li:nth-child(6) {
    background: url("../img/li_6.png")no-repeat left center;
}


.block-6 {
    background: url("../img/bg-gray.jpg") repeat;
}


.block-6 h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-top:15px;
}

.block-6 h2 span {
    margin-bottom: 14px;
    font-size: 50px;
    color: #A50203;
    background: none;
}

.block-6 .txt {
    font-size: 19px;
    font-family: "Roboto Condensed";
    text-align: left;
    margin: 30px 0 35px;                                              
}
.block-6 h3{
    text-align: center;
    margin: 40px 0 30px 0;
}
.block-6 h3>span {
    display: inline-block;
    font-family: 'Bebas Neue', "Arial", "Helvetica", sans-serif;
    font-size: 34px;
    text-align: center;
    background: #a40102;
    color: #fff;
    padding: 3px 15px 0 15px;
    line-height: 1em;
}

.block-6 p {
    font-size: 24px;
    line-height: 1.4em;
    padding-top: 35px;
    font-family: 'Bebas Neue', "Arial", "Helvetica", sans-serif;
}

.block-6 p span {
    color: #C30A08;
}

img.imgb6 {
    display: block;
    width: 196px;
    margin: 0 auto 30px;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 2px;
    background: #029b93;
}

/* owmen17 */
.block-7 {
    margin: 10px 0 20px;
}

.block-7 .txt {
    font-size: 19px;
    font-family: "Roboto Condensed";
}

.block-7 h2 span {
    background: none;
    color: #3C3838;
}    

.block-7 strong {
    font-weight: 600;
}

.block-7 .imgProduct {
    margin: 20px 0 0;
    text-align: center;
}

.block-3:before, .block-8:before {
    content: "";
    background: url(../img/arrow-top.png) repeat-x;
    width: 100%;
    top: -1px;
    left: 0px;
    height: 7px;
    position: absolute;
}

.block-8 {
    background: rgba(0, 0, 0, 0) url("../img/h2.jpg") repeat scroll 0 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
}

 .block-8:after {
    content: "";
    background: url(../img/arrow-bottom.png) repeat-x;
    width: 100%;
    position: absolute;
    height: 8px;
    bottom: -1px;
    left: 0;
}

.block-8 h2 {
    font-size: 42px;
    padding: 20px 0 44px;
}

.block-8 .items .item {
    width: inherit;
    overflow: hidden;
    font-size: 22px;
    font-family: inherit;
    margin-bottom: 20px;
}

.block-8 .items .item span{
    width: 150px;
    height: 150px;
    display: inline-block;
    background: #fff;
    border-radius: 100%;
    line-height: 150px;
}

.block-8 .items .item i{
    display: inline-block;
    background: url("../img/ico4.jpg") #fff;
    width: 75px;
    height: 60px;
    vertical-align: middle;
}
.block-8 h3{
    font-size: 48px;
    color: #1b1b1b;
    font-family: "Bebas Neue", sans-serif;
}
.block-8 .items .item:nth-child(2) i{
    background-position: 0 -70px;
}
.block-8 .items .item:nth-child(3) i{
    background-position: 0 -134px;
}
.block-9{
    padding-bottom: 40px;
}
.block-9 h2 {
    margin:15px 0;
}

.block-9 h2 span {
    margin: 0 0 10px;
    font-size: 44px;
    color: #A50203;
    background: none;
}

.block-9 h3 {
    text-align: right;
    font-weight: bold;
    font-size: 21px;
    margin-top: 20px;
    margin-right: 20px;
}

.block-9 .item {
    font-family: "Roboto Condensed";
    font-size: 18px;
    margin-top: 40px;
    position: relative;
}

.block-9 .item img {
    display: block;
    width: 125px;
    margin: 0 auto 20px;
    border-radius: 10px;
    
}

.block-9 .item p:after {
    content: "\201D";
    position: relative;
    color: #8A8787;
    font-family: sans-serif;
    font-size: 52px;
    line-height: 1px;
    bottom: -45px;
    margin-left: 10px;
}
.block-9 .item p:before {
    content: "\201C";
    font-size: 52px;
    color: #8A8787;
    margin-right: 5px;
    font-family: sans-serif;
}

.block-10 .imgProduct {
    width: 144px;
    margin: 0 33px;
    float: left;
}

.block-10 .cost {
    text-align: center;
    width: 210px;
    margin: -4px 0;
    font-size: 51px;
    line-height: 1.1;
}

.block-10 .cost span {
    font-size: 24px;
    color: #2e2e2e;
    font-weight: 100;
}

.block-10 .cost .new-cost {
    float: none;
    color: #FE3700;
    font-weight: bold;
}

.block-10 .cost .old-cost {
    color: #B2C0C0;
    float: none;
    width: inherit;
}

.block-10 h1 {
    background: url("../img/h2.jpg");
    color: #fff;
    text-align: center;
    height: 60px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.block-10 .txt {
    width: 230px;
    float: left;
}

.block-10 .txt h2{
    color: #B50303;
}

.block-10 .txt h2 span {
    display: inline-block;
    background: none;
    font-size: 36px;
    color: #FF5C02;
    padding: 5px 21px 0 21px;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px;
}


.block-11 {
    background: url(../img/bg-form.jpg);
}

.block-11 h1 {
    text-align: center;
    color: #fff;
    margin-top: 15px;
}

.block-11 .form{
}


.block-11 p {
    text-align: center;
    color: #fff6f6;
    font-family: "Roboto Condensed";
}



.block-11 form {
    width: 360px;
    padding: 30px 0 0;
    margin-left: 40px;
}
.block-11 form>div{
    padding-bottom: 15px;
}
.block-11 form input[type="text"],
.block-11 form input[type="tel"],
.block-11 form button,
.block-1 .btnhead, select{
    font-family: "Roboto Condensed";
    padding: 0px 20px;
    line-height: 54px;
    font-size: 22px;
    outline: none;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 360px;
}
.block-11 form button, .block-1 .btnhead {
    position: relative;
    height: 68px;
    line-height: 2.4;
    display: inline-block;
    font-size: 25px;
    font-family: inherit;
    color: #2e2e2e;
    text-align: center;
    background: rgb(245, 207, 22);
    background: -moz-linear-gradient(0deg, #FF9800 35%, rgb(245, 207, 22) 66%);
    background: -webkit-linear-gradient(0deg, #FF9800 35%, rgb(245, 207, 22) 66%);
    background: -o-linear-gradient(0deg, #FF9800 35%, rgb(245, 207, 22) 66%);
    background: -ms-linear-gradient(0deg, #FF9800 35%, rgb(245, 207, 22) 66%);
    background: linear-gradient(0deg, #FF9800 35%, rgb(245, 207, 22) 66%);
    text-decoration: none;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-indent: 0;
    border-bottom: 3px solid #DE5A11;
    cursor: pointer;
}


.footer {
    padding: 15px 20px;
    font-size: 15px;
    background: #1C1C1C;
    font-family: "Roboto Condensed";
    color: #888;
}


.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 {
    -moz-appearance: none;
    -webkit-appearance: none;
}


.footer{
    color: #fff;
    text-align: center;
}

.footer>img{
    display: block;
    margin: 0 auto 10px;
}
.footer a{
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
    color: #fff;
}