/*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; font-size: 0;}
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;}
a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: 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: #404040; opacity: 1;}
.m1-form input.field:-moz-placeholder {color: #404040; opacity: 1;}
.m1-form input.field::-moz-placeholder {color: #404040; opacity: 1;}
.m1-form input.field:-ms-input-placeholder {color: #404040; 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: 'Museo Sans', sans-serif; font-weight: 700; text-transform: uppercase;line-height: 1.3em;}
b,strong{font-weight: 700;}
body{
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #101010;
    background: #fff;
}
section{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 0;
}
.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.field{
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    height: 47px;
    line-height: 60px;
    margin: 0 auto 5px;
    padding: 0 20px;
    background:#e8e8e8;
    text-align: center;
    font-size: 18px;
    font-family: 'Museo 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: 300px;
    height: 66px;
    line-height: 66px;
    margin: 0 auto;
    border: none;
    text-align: center;
    font-family: 'Museo Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .45px;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    background: #cb11ab;
    -webkit-box-shadow: 0 4px 0 0 #cb116a;
    box-shadow: 0 4px 0 0 #481173;
    -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;
}
.button-m:hover{
    background: #cb11c0;
}
.button-m:active{
    top:-1px;
}

.stock-wb {
    width: 300px;
    height: 110px;
    background: url(../img/wb-logo.png) center no-repeat;
    text-align: center;
    padding: 20px 0 0;
    letter-spacing: .8px;
}
.button-wb{

    display: block;
	background: url(../img/wb-logo.png) center no-repeat;
    width: 250px;
    height: 110px;
    line-height: 66px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    
}


.m1-form {
    width: 300px;
    margin: 0 auto;
}
.m1-form .button-m{
    width: 100%;
}
h2.title{
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 36px;
    color:#404040;
}
h2.title>span{
    color: #85C62F;
}
.price {
    width: 300px;
    margin: 20px 0;
    text-align: center;
    font-weight: 600;
    color:#fff;
}
.old-cost {
    float: left;
    text-align: left;
}
.old-cost p {
    font-size: 32px;
    line-height: 40px;
    text-decoration: line-through;
}
.old-cost p span {
    text-decoration: line-through;
}
.old-cost > span, .new-cost > span {
    font-size: 16px;
}
.new-cost {
    float: right;
    text-align: right;
}
.new-cost p {
    font-size: 30px;
    color:#85C62F;
    line-height: 40px;
    font-weight: 700;
}
.new-cost, .old-cost  {
    width: 50%;
    height: 66px;
}
.old-cost p small, .new-cost p small {
    font-size: .7em;
}
.video-container{
    position: relative;
    width: 780px;
    height: 463px;
    overflow:hidden;
    background:#000;
    margin: 0 auto;
    border:28px solid #fff;
    border-radius: 20px;
}
.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;
    }

}

/*block1*//* after_qbici */
.block1 {
    background: url("../img/b1ecfe9.jpg") no-repeat center top;
    height: 660px;
    padding: 20px 0 0;
}
.block1 h2, .block8 h2 {
    font-size: 24px;
    color:#fff;
text-align: left;
    letter-spacing: .24px;
    font-weight: 600;
}
.block1 h1, .block8 h1 {
    font-size: 46px;
    color:#85C62F;
    text-align: center;
    letter-spacing: 1.5px;
}
.block1 h1 span, .block8 h1 span  {
    color:#FAFAFA;
    background: #85C62F;
    display: inline-block;
    border-radius: 5px;
    line-height: 65px;
    padding: 0 10px;
	margin-bottom: 14px;
}
.block1 h2 span, .block8 h2 span  {
	font-size: 32px;
    color:#ffffff;
    background: #cb11ab;
    display: inline-block;
    border-radius: 5px;
    line-height: 65px;
    padding: 0 10px;
}
.block1 h3, .block8 h3  {
    font-size: 24px;
    color:#FAFAFA;
    text-align: center;
    text-transform: lowercase;
    display: block;
    width: 292px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 21px;
}
.block1 .button-wb, .block8 .button-wb {
    margin: 0 25px 0 25px;    
}
 .mobile {
        display: none !important;
    }
.container {
    padding: 0 10px;
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: 940px;
}
.logo {
    display: inline-block;
    vertical-align: top;
}
.logo_image {
    display: inline-block;
    vertical-align: top;
	max-width: 85px;
}
.logo_text {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: 0 0 0 9px;
    line-height: 1.3;
    width: 280px;
    color: #3b3b3b;
}
.phone {
    display: inline-block;
    vertical-align: top;
    float: right;
}
.phone_ico {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    margin: 5px 4px 0 0;
}
.phone_text {
    display: inline-block;
    vertical-align: top;
    color: #3b3b3b;
}
.phone_number {
    font-weight: 700;
    color: #3b3b3b;
    font-size: 18px;
    text-decoration: none;
}
.phone_button {
    color: #d63721;
    font-size: 14px;
    line-height: 1.22;
    border-bottom: 1px dashed;
    padding: 0;
    vertical-align: top;
    margin-left: 7px;
}
.phone_opening-hours {
    font-size: 14px;
    line-height: 1.7;
    color: #3b3b3b;
}
/* Header */
#header .container {
    padding-top: 14px;
    padding-bottom: 14px;
}
.sale {
    width: 122px;
    height: 122px;
    border-radius: 100%;
    background: #ffed1a;
    text-align: center;
    color:#404040;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.26px;
    padding: 32px 0 0;
    position: absolute;
    top: 192px;
    left: 481px;
}
.sale p {
    font-size: 36px;
    letter-spacing: 0;
    line-height: 36px;
}
.plus {
    margin-bottom: 15px
}
.plus li {
    line-height: 42px;
}
.plus p {
    font-size: 20px;
    font-weight: 600;
    color:#fff;
    overflow: hidden;
}
.plus li:before {
    content: '';
    display: block;
    background: url("../img/check2f242c.png") no-repeat 0 0;
    width: 23px;
    height: 20px;
    float: left;
    margin: 9px 10px 0 0;
}
.block1 .button-m {
    margin: 0 0 0 0;
}
/*block2*//* endzeit_____ */
.preim {
    text-align: center;
}
.preim li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}
.preim img {
}
.preim p {
    font-size: 16px;
    padding: 0 20px;
}
/*block3*//* michael-k90 */
.block3, .block6 {
    background: #AFD8D5;
background: -moz-linear-gradient(45deg, #AFD8D5 0%, #DCE2DC 100%);
background: -webkit-linear-gradient(45deg, #AFD8D5 0%,#DCE2DC 100%);
background: linear-gradient(45deg, #AFD8D5 0%,#DCE2DC 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AFD8D5', endColorstr='#DCE2DC',GradientType=1 );
}
/*block4*//* bizlife_inc */
.what {
    
}
.what-left {
    width: 460px;
    float: left;
}
.what-right {
    width: 460px;
    float: right;
}
.what-right > p {
    margin-bottom: 15px;
}
.gray-box {
    background: #e8e8e8;
    padding: 20px 20px 6px;
    border-radius: 10px;
}
.gray-box h3 {
    font-size: 16px;
    margin-bottom: 14px;
}
.gray-box h3:before {
    content: '';
    display: block;
    background: url("../img/checkb3b2b.png") no-repeat 0 0;
    width: 30px;
    height: 30px;
    margin: -7px 10px 0 0;
    float: left;
}
.gray-box ol {
    list-style: decimal;
    margin-left: 20px;
}
.gray-box li {
    font-size: 16px;
    margin-bottom: 13px;
}
.product {
    
}
.product div {
}
.product img {
    border:4px solid #e8e8e8;
    border-radius: 10px;
}
/*block5*//* owmen17 */
.block5 {
    background: url("../img/patt81423.png") repeat;
}
.block5 h2 {
    margin-bottom: 10px;
}
.block5 .wrap {
    padding: 0;
}
.block5 .wrap > p {
    text-align: center;
    color:#898989;
    margin-bottom: 30px;
}
.robots {
    text-align: center;
}
.robots li {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin: 0 8px;
}
.robots img {
    display: block;
    margin: 0 auto;
}
.robots p {
    font-size: 16px;
    line-height: 18px;
    padding: 5px 0 40px;
}
/*block6*//* after_qbici */
.block6 .wrap {
    padding: 0;
}
.reviews_section {
	padding: 46px 0 60px 0;
}
.guaranty {
    text-align: center;
}
.guaranty li {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    position: relative;
}
.guaranty p {
    padding: 5px 10px 0;
    font-size: 16px;
}
.guaranty h3 {
    font-weight: bold;
	padding: 5px 0 0 0;
	text-transform: uppercase;
}
@media screen and (max-width: 959px) {
    .guaranty li {
		width: 85%;
	}
    .guaranty p {
        padding: 5px 10px 30px;
    }
}
.reviews {
}
.reviews .rev {
    width: 300px;
    min-height: 373px;
    margin: 0 auto 10px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}
.reviews:before {
    top:20px;
}
.reviews:after {
    bottom: 30px;
}
.reviews:before, .reviews:after {
    content: '';
    display: block;
    background: url("../img/skrepabb0c.png") no-repeat 0 0;
    width: 376px;
    height: 8px;
    position: absolute;
    right: 293px;
    z-index: 3;
}
.rev img {
    border-radius: 20px 20px 0 0;
}
.rev h3 {
    font-size: 18px;
    text-transform: none;
    padding: 28px 0 0 20px;
}
/*.rev h3:before {
    content: '';
    display: block;
    background: url("../img/ava12e7b4.jpg") no-repeat 0 0;
    width: 42px;
    height: 42px;
    float: left;
    margin: -13px 10px 0 0;
}
*/
.r2 h3:before {
    background-image: url("../img/ava2f4f1b.jpg");
}
.r3 h3:before {
    background-image: url("../img/ava3275fe.jpg");
}
.rev p {
    padding: 10px 20px 20px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
/*block7*//* endzeit_____ */
.ship {
    text-align: center;
}
.ship li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    position: relative;
}
.ship img {
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    border:4px solid #85C62F;
}
.ship p {
    padding: 15px 18px 0;
    font-size: 16px;
}
.ship li:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border:4px solid #85C62F;
    position: absolute;
    top: 80px;
    right: -5px;
    border-radius: 100%;
}
.ship li:last-child:after {
    display: none;
}
/*block8*//* michael-k90 */
.block8 {
    background: url("../img/bf2c589.jpg") no-repeat center top;
    height: 670px;
    padding: 22px 0 0;
} 
.block8 .sale {
    top: 211px;
    left: 399px;
}
.formbox {
    background: #ffffff;
    width: 340px;
    border-radius: 10px;
    padding: 10px 0 20px;
	margin-top: 6px;
}
.formbox .countbox {
    margin: 0 auto;
}
.formbox .price {
    margin: 15px auto;
}
.formbox .countbox:before, .formbox .price {
    color:#404040;
}
.formbox .new-cost p {
    color:#ff5289;
}
 
/*block9*//* bizlife_inc */
/*block10*//* 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("../img/b1me44c0.jpg") no-repeat center top;
        height: 660px;
    }
    .block1 h1, .block8 h1 {
        font-size: 41px;
        letter-spacing: 1.05px;
        margin: 5px 0 0px;
}
    .sale {
        top: 211px;
        left: 505px;
}
    .block1 h1 span, .block8 h1 span {
		font-size: 20px;
        line-height: 42px;
        padding: 0 5px;
		margin-bottom: 8px;
}

    h2.title {
        font-size: 33px;
}
    .block1 h2 span, .block8 h2 span {
		font-size: 18px;
}
    .preim li {
        width: 50%;
    }
    .preim p {
        padding: 0 61px 30px;
}
    .block2 {
        padding-bottom: 10px;
    }
    .video-container {
        width: 620px;
        height: 361px;
        border: 14px solid #fff;
}
.desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    .logo {
        margin: 0;
    }
    .logo_image {
		max-width: 80px;
    }
    .logo_text {
        font-size: 11px;
        margin: -4px 0 0;
        width: 200px;
        display: block;
    }
    .phone {
        position: absolute;
        top: 14px;
        right: 10px;
        text-align: right;
    }
    .phone_number {
        font-weight: 400;
        font-size: 14px;
        background: #e0dddb;
        margin-right: 10px;
        padding: 3px 18px 3px 5px;
        display: inline-block;
        border-radius: 10px;
        position: relative;
    }
    .phone_number::after {
        content: '';
        display: inline-block;
        position: absolute;
        background: #de4400 url('../img/phone-mob.png') top 4px left 4px no-repeat;
        background-size: 13px auto;
        width: 22px;
        height: 22px;
        top: 0;
        right: -10px;
        border-radius: 100%;
        box-shadow: 0 3px 7px 0 rgba(91, 88, 82, 0.47);
    }
    .phone_opening-hours {
        font-size: 11px;
        line-height: 1.4;
		padding-top: 9px;
    }
    #header .container {
        padding-top: 4px;
        padding-bottom: 11px;
        position: relative;
    }
    .what-left {
        float: none;
        margin: 0 auto;
}
    .what-right {
        width: 100%;
        float: none;
        padding-top: 30px;
}
    .robots li {
        margin: 0 17px;
}
    .reviews:before, .reviews:after, .ship li:nth-child(2):after {
        display: none;
    }
    .ship li {
        width: 50%;
    }
    .ship p {
        padding: 15px 54px 35px;
    }
    .block7 {
        padding-bottom: 5px;
    }
    .block8 .sale {
        top: 485px;
        left: 488px;
}
    .block8 {
        background-image: url("../img/bfmf6803.jpg");
        height: 670px;
    }
}
/*-------------------------------------- Media Queries ----639---------------------------------*//* michael-k90 */ 
@media screen and (max-width: 659px) {
    .block1 {
        background: url("../img/b1sdcc50.jpg") no-repeat center top;
		background-color: #413C40;
        height: 1090px;
		background-size: 640px;
    }
    .block1 .button-m {
        margin: 0 auto;
    }
    .block1 h2, .block8 h2 {
        font-size: 14px;
        letter-spacing: 0;
}
    .block1 h1, .block8 h1 {
        font-size: 30px;
        letter-spacing: 0.75px;
        line-height: 33px;
        margin: 5px 0 10px;
}
    .block1 h1 span, .block8 h1 span {
        line-height: 36px;
		margin-bottom: 0px;
    }
    .block1 h3, .block8 h3 {
        font-size: 16px;
        width: 210px;
        line-height: 27px;
}
    .sale {
        position: static;
        margin: 24px 0 217px 10px;
}
    .plus p {
        font-size: 16px;
}
    .plus li {
        line-height: 32px;
        margin-left: 7px;
}
    .plus li:before {
        margin: 4px 10px 0 0;
}
    .block1 .wrap, .block8 .wrap {
        padding: 0;
    }
    .block1 .countbox, .block1 .price {
        margin: 20px auto;
    }
    h2.title {
        font-size: 22px;
}
    h2.title span {
        display: block;
    }
    .preim li {
        width: 100%;
    }
    .preim p {
        padding: 0 56px 30px;
}
    .block3 .wrap {
        padding: 0;
    }
    .video-container {
        width: 100%;
        height: 180px;
        border: none;
        border-radius: 0;
}
    .what-left {
        width: 100%;
    }
    .slick-dots li {
        margin: 0 5px 0 0;
}
    .slick-dots li button {
        width: 70px;
        height: 51px;
}
    .block5 .wrap > p {
        font-size: 15px;
    }
    .robots p {
        padding: 5px 0 20px;
}
    .ship li {
        width: 100%;
}
    .ship li:after {
        display: none;
    }
    .block8 {
        background: url("../img/bfs30bbd.jpg") no-repeat center top;
        height: 1035px;
		background-size: 640px;
    }
    .formbox {
        width: 320px;
}
    .block8 .sale {
        margin: 24px 0 235px 184px;
}
}

/*Таймер*/
.countbox:before {
    content: 'До конца акции осталось:';
    display: block;
    text-align: center;
    font-size: 18px;
    color:#fff;
    font-weight: 500;
    margin-bottom: 10px;
}
.countbox {
    height: 116px;
    width: 300px;
    padding-left: 0;
    margin: 0 0 0 0;
}
.countbox > div:last-child {
    margin: 0;
}
.countbox > div:first-child {
    margin-left: 0;
}
.countbox .countbox-num {
    float: left;
    width: 80px;
    height: 80px;
    background: #ffe600;
    margin-right: 30px;
    border-radius: 10px;
}
.countbox-hours, .countbox-mins, .countbox-secs {
    color: #333333;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    padding-top: 18px;
    line-height: 26px;
    margin-bottom: 3px;
    letter-spacing: .4px;
    position: relative;
}
.countbox-hours:before, .countbox-mins:before {
    content: ':';
    display: block;
    color:#fff;
    font-size: 40px;
    font-weight: 600;
    position: absolute;
    top:25px;
    right: -20px;
}
.countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
    font-size: 16px;
    text-align: center;
    text-transform: lowercase;
    font-weight: 400;
    color:#404040;
}

.country_select {
    text-align: center;
    text-align-last: center;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}
.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; max-width:100%; width: auto;}
.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: 9999;}