/*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: #464747; opacity: 1;}
.m1-form input.field:-moz-placeholder {color: #464747; opacity: 1;}
.m1-form input.field::-moz-placeholder {color: #464747; opacity: 1;}
.m1-form input.field:-ms-input-placeholder {color: #464747; 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, .plus li:after, .inov li: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: 'Roboto Slab', 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: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.875em;
    color: #222222;
    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: 7px;
    -webkit-border-radius: 7px;
    width: 100%;
    height: 54px;
    line-height: 68px;
    margin: 0 auto 20px;
    padding: 0 20px;
    background:#fff;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    letter-spacing: .8px;
    color: #464747;
    -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:64px;
    line-height: 64px;
    margin: 0 auto;
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.65px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #e04040;
    background: -moz-linear-gradient(top, #E04040 0%, #CC2219 100%);
    background: -webkit-linear-gradient(top, #E04040 0%,#CC2219 100%);
    background: linear-gradient(to bottom, #E04040 0%,#CC2219 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04040', endColorstr='#cc2219',GradientType=0 );
    -webkit-box-shadow: 0 4px 0 0 #ae0808;
    box-shadow: 0 4px 0 0 #ae0808;
    -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 2px 0 rgba(0,0,0,0.2);
}
.button-m:after {
    content: '';
    display: block;
    background: url(../png/shadow.png) no-repeat center -1px;
    width: 100%;
    height: 20px;
    margin: 0 auto;
}
.button-m:hover{
    background: #cc2219;
    background: -moz-linear-gradient(top, #CC2219 0%, #E04040 100%);
    background: -webkit-linear-gradient(top, #CC2219 0%,#E04040 100%);
    background: linear-gradient(to bottom, #CC2219 0%,#E04040 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2219', endColorstr='#e04040',GradientType=0 );
}
.button-m:active{
    top:-1px;
}
.m1-form {
    width: 300px;
    margin: 0 auto;
}
.m1-form .button-m{
    width: 100%;
}
h2.title{
    margin: 0 0 40px 0;
    text-align: center;
    font-size: 48px;
    font-weight: 300;
}
h2.title>span{
    font-weight: 700;
}
.price {
    color:#fff;
    width: 260px;
    height: 106px;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    top: 419px;
    left: 322px;
}
.price:after {
    content: '';
    display: block;
    background: url(../png/prar.png) no-repeat 0 0;
    width: 76px;
    height: 91px;
    position: absolute;
    top: 42px;
    right: 12px;
}
.old-cost {
    float: right;
    font-size: 30px;
    position: relative;
    margin-bottom: 7px;
}
.old-cost:before {
    content: 'Старая цена:';
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    top: -7px;
    right: 20px;
}
.old-cost span {
    text-decoration: line-through;
}
.old-cost small {
    font-size: 0.75em;
}
.new-cost {
    color:#ffde00;
    font-size: 48px;
    line-height: 27px;
}
.new-cost:before {
    content: 'Новая цена:';
    display: block;
    font-size: 16px;
    padding-left: 25px;
}
.new-cost span {
}
.new-cost small {
    font-size: 0.75em;
}
@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: 83px;
    display: block;
    width: 30px;
    height: 50px;
    padding: 0;    
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url(../png/arrow.png) no-repeat 0 0;
    z-index: 3;
}
.slick-prev{
    left: 300px;
}
.slick-next{
    right: 300px;
    -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: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background: #d6302c;
    border-color:#ea9795;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #acacac;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border:3px solid #d7d6d6;
}
/*
.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:before {
    content: 'До конца акции осталось:';
    display: block;
    text-align: center;
    font-size: 14px;
    color:#fff;
    font-weight: 300;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.countbox {
    height: 100px;
    width: 100%;
    padding-left: 0;
    margin: 0 auto 15px;
}
.countbox > div:last-child {
    margin: 0;    
}
.countbox > div:first-child {
    margin-left: 53px;    
}
.countbox .countbox-num {
    float: left;
    width: 63px;
    height: 63px;
    background: url(../png/timer.png) no-repeat 0 0;
    margin-right: 23px;
     position: relative;
}
.countbox-hours, .countbox-mins, .countbox-secs {
    color: #d6302c;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    line-height: 20px;
    margin-top: 14px;
    position: relative;
}
.countbox-hours:after, .countbox-mins:after {
    content: ':';
    display: block;
    color:#fff;
    font-size: 24px;
    position: absolute;
    top:5px;
    right: -14px;
}

.countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
    font-size: 12px;
    color:#333333;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}
/*block1*//* after_qbici */
.block1 {
    background: url(../jpg/b1.jpg) no-repeat center top;
    height: 650px;
    padding: 25px 0 0;
}
.block1 .wrap {
    padding: 0;
}
.block1 h1 {
    font-size: 50px;
    text-align: center;
    color:#Fff;
    font-weight: 300;
}
.block1 h1 span {
    font-weight: 700;
    color:#ffde00;
}
.block1 h2 {
    font-size: 30px;
    font-weight: 300;
    color:#Fff;
    text-align: center;
}
.block1 h2 span {
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.tovar {
    background: url(../png/tovar.png) no-repeat 0 0;
    width: 326px;
    height: 395px;
    position: relative;
    margin: 42px 0 0 0;
}
.tovar .sale {
    color:#fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    width: 108px;
    position: absolute;
    top: 46px;
    left: 17px;
    text-transform: uppercase;
    line-height: 24px;
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.tovar p {
    font-weight: 700;
    font-size: 36px;
}
.plus {
    position: absolute;
    top: 167px;
    left: 264px;
}
.plus li {
    clear: both;
    margin-bottom: 34px;
}
.plus p {
    line-height: 18px;
    overflow: hidden;
    color:#fff;
}
.plus span {
    font-weight: 700;
    color:#ffde00;
    display: block;
}
.plus li:before {
    content: '';
    display: block;
    background: url(../png/plus.png) no-repeat 0 0;
    width: 68px;
    height: 68px;
    float: left;
    margin: -14px 10px 0 0;
}
.plus li:nth-child(2):before {
    background-position: -68px 0;
}
.plus li:nth-child(3):before {
    background-position: -136px 0;
}
.plus li:nth-child(2) {
    margin-left: 33px;
}
.plus li:nth-child(3) {
    margin-left: 66px;
}
.formbox {
    width: 340px;
    position: absolute;
    right: 10px;
    top:141px;
    padding: 20px 0 0;
}
.stock {
    text-align: center;
    font-size: 14px;
    color:#fff;
    padding: 20px 0 0;
    position: relative;
}
.stock:before {
    content:'';
    display: inline-block;
    background: url(../png/stock.png) no-repeat 0 0;
    width: 23px;
    height: 22px;
    margin: 0 10px 0 0;
    position: relative;
    top:5px;
}
.stock span {
    color:#ffde00;
    font-weight: 700;
}
/*block2*//* endzeit_____ */
.block2 {
    background: #e7e7e7;
    padding: 40px 0 20px;
}
.block2 img {
    display: block;
    position: absolute;
    top:-7px;
    left: 0;
}
.block2 h2 {
    color:#d6302c;
    font-size: 32px;
    line-height: 32px;
    overflow: hidden;
    margin-bottom: 15px;
    padding-left: 426px;
}
.block2 h2 span {
    font-size: 24px;
    display: block;
}
.block2 img+p {
    overflow: hidden;
    text-align: justify;
    padding: 0 0 37px 426px;
}
.inov {
    text-align: center;
    margin-top: 35px;
}
.inov li {
    display: inline-block;
    vertical-align: top;
    width: 29%;
}
.inov li:nth-child(2) {
    margin: 0 50px;
}
.inov h3 {
    font-size: 16px;
    text-transform: none;
    outline-width: 24px;
    padding: 0 24px 5px;
}
.inov p {
    line-height: 24px;
}
.inov li:before {
    content: '';
    display: block;
    background: url(../png/inov.png) no-repeat center 0px;
    width: 58px;
    height: 65px;
    margin: 0 auto;
}
.inov li:nth-child(2):before {
    background-position: center -97px;
}
.inov li:nth-child(3):before {
    background-position: center -194px;
}
/*block3*//* michael-k90 */
.block3 {
    background: url(../jpg/b2.jpg) no-repeat center top;
    height: 615px;
    color:#fff;
    padding: 124px 0 0;
}
.block3 h2 span {
    color:#ffde00;
}
.for {
    text-align: center;
    padding-top: 30px;
}
.for li {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
}
.for li:before {
    content: '';
    display: block;
    background: url(../png/for.png) no-repeat 0 0;
    width: 179px;
    height: 180px;
    margin: 0 auto 14px;
}
.for li p {
    padding: 0 30px;
}
.for li:nth-child(2):before {
    background-position: -179px 0;
}
.for li:nth-child(3):before {
    background-position: -358px 0;
}
.for li:nth-child(4):before {
    background-position: -537px 0;
}
/*block4*//* bizlife_inc */
.block4 {
    background: url(../png/b3.png) no-repeat center top;
    height: 694px;
    padding: 20px 0 0;
}
.secret1 {
    display: block;
    float: left;
}
.secret2 {
    display: block;
    float: right;
}
.orange {
    background: #ffc600;
    background: -moz-linear-gradient(top, #FFC600 0%, #FF8B00 100%);
    background: -webkit-linear-gradient(top, #FFC600 0%,#FF8B00 100%);
    background: linear-gradient(to bottom, #FFC600 0%,#FF8B00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc600', endColorstr='#ff8b00',GradientType=0 );
     -webkit-box-shadow: 0 4px 0 0 #e37000;
    box-shadow: 0 4px 0 0 #e37000;
    margin-top: 30px;
}
.orange:hover {
    background: #ff8b00;
    background: -moz-linear-gradient(top, #FF8B00 0%, #FFC600 100%);
    background: -webkit-linear-gradient(top, #FF8B00 0%,#FFC600 100%);
    background: linear-gradient(to bottom, #FF8B00 0%,#FFC600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8b00', endColorstr='#ffc600',GradientType=0 );
}
/*block5*//* owmen17 */
.block5 {
    background: url(../jpg/b4.jpg) no-repeat center top;
    height: 693px;
    color:#fff;
    padding: 100px 0 0;
}
.block5 h2 {
    margin-bottom: 64px;
}
.popular {
    text-align: center;
}
.popular li {
    display: inline-block;
    vertical-align: top;
    width: 24%;
}
.popular p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px;
}
.popular li:before {
    content: '';
    display: block;
    background: url(../png/popular.png) no-repeat 0 0;
    width: 157px;
    height: 165px;
    margin: 0 auto 30px;
}
.popular li:nth-child(2):before {
    background-position: -157px 0;
}
.popular li:nth-child(3):before {
    background-position: -314px 0;
}
.popular li:nth-child(4):before {
    background-position: -471px 0;
}
/*block6*//* after_qbici */
.block6 {
    background: url(../png/b5.png) no-repeat center top;
    min-height: 464px;
    padding: 40px 0 0;
}
.block6 h2 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 50px;
}
.block6 h2 span {
    color:#d6302c;
}
.profi {
}
.prof {
}
.prof:before {
    content:'';
    display: block;
    background: url(../png/photo.png)no-repeat 0 0;
    float: left;
    margin: 0 25px 0 0;
    width: 208px;
    height: 279px;
}
.pr2:before {
    background-image: url(../png/photo2.png);
}
.prof > p {
    overflow: hidden;
    text-align: justify;
}
.block6 .profi {
    text-align:center;
}
.block6 .profi img {
    width:480px;
    margin:15px auto;
}
.person {
    margin-bottom: 20px;
    overflow: hidden;
}
.person:before {
    content: '';
    display: block;
    background: url(../png/bracket.png) no-repeat 0 0;
    width: 36px;
    height: 32px;
    margin:4px 20px 0 0;
    float: left;
}
.person > p {
    line-height: 21px;
    overflow: hidden;
}
.person h3 {
    color:#d6302c;
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
}
/*block7*//* endzeit_____ */
.block7 {
    background: url(../jpg/b6.jpg) no-repeat center top;
    height: 663px;
    color:#fff;
    padding: 90px 0 0;
}
.block7 h2 span {
    display: block;
    color:#e7832b;
}
.block7 h2 {
    line-height: 50px;
    position: relative;
}
.block7 h2:after {
    content: '';
    display: block;
    background: url(../png/rev.png) no-repeat 0 0;
    width: 35px;
    height: 32px;
    position: absolute;
    top: 22px;
    right: 71px;
}
.reviews {
    text-align: center;
}
.reviews .ava {
    background: url(../png/bga.png) no-repeat center top;
    width: 245px;
    height: 212px;
    margin: 0 auto;
    text-align: center;
    padding: 8px 0 0 26px;
}
.ava img {
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.reviews h3 {
    color:#e7832b;
    font-size: 16px;
    text-transform: none;
    padding: 23px 0 17px;
}
.reviews p {
    padding: 0 20px;
}
/*block8*//* michael-k90 */
.block8 {
    background: #ededed;
}  
.block8 h2 {
    color:#d6302c;
    font-weight: 700;
}
.ship {
    text-align: center;
    padding-bottom: 40px;
}
.ship li {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    padding: 0 16px;
    position: relative;
}
.ship li:after {
    content: '';
    display: block;
    background: url(../png/ra.png)no-repeat 0 0;
    width: 16px;
    height: 30px;
    position: absolute;
    top: 52px;
    right: -10px;
}
.ship li:last-child:after {
    display: none;
}
.ship img {
}
.ship h3 {
    color:#d6302c;
    font-size: 18px;
    margin-bottom: 10px;
}
.ship p {
    font-size: 14px;
    line-height: 24px;
}
.clock {
    text-align: center;
    padding: 66px 0 40px;
    background: url(../png/clock.png) no-repeat center top;
}
.clock p {
    line-height: 24px;
}
.clock b {
}
/*block9*//* bizlife_inc */
.end {
    background-image: url(../jpg/bf.jpg);
    height: 649px;
}

/*block10*//* owmen17 */


.footer {
    text-align: center;
    padding: 17px 0 30px;
    background: #1d1d1d;
}
.footer a {
    font-size: 14px;
    color:#d1d1d1;
}
/*-------------------------------------- Media Queries ----959---------------------------------*//* after_qbici */    
@media screen and (max-width: 976px) {
    .plus, .old-cost:before, .ship li:nth-child(2):after {
        display: none;
    }    
    .block1 {
        background-image: url(../jpg/b1m.jpg);
        height: 553px;
        padding: 21px 0 0;
    }
    .block1 h1 {
        font-size: 33px;
    }
    .block1 h2 {
        font-size: 20px;
    }
    .tovar {
        background: url(../png/tovar_m.png) no-repeat 0 0;
        width: 261px;
        height: 315px;
        margin: 21px 0 0 0;
}
    .tovar .sale {
        font-size: 11px;
        top: 36px;
        left: 4px;
        line-height: 21px;
}
    .tovar p {
        font-size: 28px;
}
    .price {
        width: 244px;
        height: 106px;
        top: 391px;
        left: 47px;
}
    .formbox {
        width: 316px;
        right: 12px;
        top: 104px;
}
    .block2 {
        padding: 40px 0;
    }
    .block2 img {
        position: static;
        margin: 0 auto;
    }
    .block2 h2 {
        padding: 0;
        text-align: center;
    }
    .block2 img+p {
        padding: 0 0 37px 0;
}
    .inov {
        width: 474px;
        margin: 0 auto;
        text-align: left;
    }
    .inov li {
        display: block;
        width: 100%;
        clear: both;
        margin-top: 35px;
}
    .inov li:nth-child(2) {
        margin: 35px 0 0 0;
}
    .inov li:before {
        float: left;
        margin: 0 30px 0 0;
}
    .inov h3 {
        overflow: hidden;
        padding: 0 0 5px;
    }
    .inov p {
        overflow: hidden;
    }
    .block3, .block5, .block7 {
        background: #352144;
        background: -moz-linear-gradient(-45deg, #352144 0%, #884041 100%);
        background: -webkit-linear-gradient(-45deg, #352144 0%,#884041 100%);
        background: linear-gradient(135deg, #352144 0%,#884041 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#352144', endColorstr='#884041',GradientType=1 );
        height: auto;
        padding: 30px 0;
}
    .for li {
        width: 49%;    
        margin-bottom: 30px;
}
    .for li p {
        padding: 0 73px;
}
    h2.title {
        font-size: 38px;
        line-height: 1.2em;
}
    .for {
        padding-top: 0;
}
    .block4 {
        background: #fff;
        height: auto;
        padding:30px 0 50px;
}
    .secret1, .secret2 {
        display: block;
        float: none;
        margin: 0 auto 20px;
}
    .popular li {
        width: 49%;
        margin-bottom: 30px;
}
    .popular li:before {
        margin: 0 auto 20px;
}
    .block6 {
        background: #fff;
        height: auto;
        padding-bottom: 40px;
}
    .prof:before {
        float: none;
        margin: 0 auto -40px;
}
    .slick-prev {
        left: 131px;
}
    .slick-next {
        right: 131px;
    }
    .block8 {
        padding-top: 30px;
    }
    .ship li {
        width: 49%;
        margin-bottom: 20px;
}
    .ship {
        padding-bottom: 0px;
}
    .footer {
        background: #521e2a;
        padding: 34px 0 30px;
    }
    .block7 h2:after {
        top: 9px;
}
}
/*-------------------------------------- Media Queries ----639---------------------------------*//* michael-k90 */ 
@media screen and (max-width: 659px) {
    .block1 h2, .ship li:after, .ship h3 br {
        display: none;
    }
    .block1 {
        background-image: url(../jpg/b1s.jpg);
        background-color: #521e2a;
        height: auto;
    }
    .block1 h1 {
        font-size: 22px;
}
    .block1 h1 span {
        font-size: 33px;
        line-height: 33px;
}
    .formbox {
        width: 100%;
        position: static;
        margin: 0 auto;
        padding: 46px 0 23px;
    }  
    .tovar {
        margin: 25px auto 0;
    }
    .price {
        margin:-9px auto 0;
        position: inherit;
        top:inherit;
        left: 5px;
        width: 278px;
    }
    .m1-form {
        width: 280px;
}
    .block2 {
        padding: 24px 0;
}
    .block2 h2 span {
        font-size: 20px;
}
    .block2 h2 {
        font-size: 24px;
        line-height: 28px;
}
    .block2 img+p {
        padding: 0 0 21px 0;
}
    .block2 img+p, .prof > p, .reviews p {
        line-height: 24px;
}
    .inov {
        width: 100%;
}
    .inov li:before {
        margin: 0 16px 0 0;
}
    h2.title {
        font-size: 22px;
        margin: 0 0 30px 0
}
    .for li, .popular li {
        width: 100%;
}
    .for li p {
        padding: 0;
}
    .for li:before {
        margin: 0 auto;
}
    .block3, .block5, .block7 {
        padding: 30px 0 0;
}
    .block4, .block6 {
        padding: 30px 0;
}
    .block7 h2:after {
        top: 3px;
        right: 36px;
}
    .slick-prev {
        left: 10px;
}
    .slick-next {
        right: 10px;
}
    .block5 h2 span {
        display: block;
    }
    .block7 .wrap {
        padding: 0;
    }
    .reviews p {
        padding: 0 10px 25px;
}
    .ship li {
        width: 100%;
}
    .ship h3 {
        margin-bottom: 4px;
}
    .clock p:nth-of-type(1) {
        margin-bottom: 12px;
    }
    .countbox > div:first-child {
        margin-left: 43px;    
}
    .footer {
        background: #3c161f;
}
}
.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; }