/*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: #333333;
    opacity: 1;
}

*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #333333;
    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_____ */
.forma input.field:focus::-webkit-input-placeholder {
    opacity: 0;
}

.forma input.field:focus::-moz-placeholder {
    opacity: 0;
}

.forma input.field:focus:-moz-placeholder {
    opacity: 0;
}

.forma input.field:focus:-ms-input-placeholder {
    opacity: 0;
}

.forma input.field::-webkit-input-placeholder {
    color: #222;
    opacity: 1;
}

.forma input.field:-moz-placeholder {
    color: #222;
    opacity: 1;
}

.forma input.field::-moz-placeholder {
    color: #222;
    opacity: 1;
}

.forma input.field:-ms-input-placeholder {
    color: #222;
    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,
.use li:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    clear: both;
    height: 0px;
}

.ul-fix {
    font-size: 0;
}

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: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
}

b,
strong {
    font-weight: 700;
}

body {
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Proxima Nova', Arial, Helvetica, 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;
    padding: 40px 0;
}

.wrap {
    width: 960px;
    padding: 0px 10px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.country_select,
.forma input.field {
    position: relative;
    display: block;
    outline: 0;
    border: 1px solid #ccd1d7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 10px;
    padding: 0 10px 0 20px;
    background-color: #fff;
    text-align: left;
    font-size: 16px;
    font-family: 'Proxima Nova', Arial, Helvetica, 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;
}

.forma input[name="name"] {
    background-image: url(../img/input-name.png);
    background-position: 243px center;
    background-repeat: no-repeat;
}

.forma input[name="phone"] {
    background-position: 243px center;
    background-repeat: no-repeat;
}

.button-m {
    position: relative;
    display: block;
    width: 280px;
    height: 72px;
    line-height: 72px;
    margin: 0 auto;
    border: none;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    text-align: center;
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    color: #000;
    background: #f1ff2a;
    background: -moz-linear-gradient(top, #f1ff2a 1%, #fcdb00 100%);
    background: -webkit-linear-gradient(top, #f1ff2a 1%, #fcdb00 100%);
    background: linear-gradient(to bottom, #f1ff2a 1%, #fcdb00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1ff2a', endColorstr='#fcdb00', GradientType=0);
    -webkit-box-shadow: 0 3px 0 0 #f1ff2a;
    box-shadow: 0 3px 0 0 #f1ff2a;
    -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: #f1ff2a;
    background: -moz-linear-gradient(top, #f1ff2a 1%, #fcdb00 100%);
    background: -webkit-linear-gradient(top, #f1ff2a 1%, #fcdb00 100%);
    background: linear-gradient(to bottom, #f1ff2a 1%, #fcdb00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1ff2a', endColorstr='#fcdb00', GradientType=0);
}

.button-m:active {
    top: -1px;
}

.forma .button-m {
    width: 100%;
}

.forma {
    width: 280px;
    margin: 0 auto;
}

h2.title {
    margin: 0 0 40px 0;
    text-align: center;
    text-transform: none;
    font-size: 36px;
}

h2.title > span {
    color: #cc6d92;
}

h2.title:after {
    content: '';
    display: block;
    background: url(../img/sep.png) no-repeat 0 0;
    width: 80px;
    height: 7px;
    margin: 7px auto 0;
}

.price {
    width: 280px;
    margin: 0 0 10px 0;
    text-align: center;
}

.old-cost {
    float: left;
}

.old-cost p {
    font-size: 23px;
    line-height: 36px;
    text-decoration: line-through;
}

.old-cost > span,
.new-cost > span {
    font-size: 15px;
}

.new-cost {
    float: right;
}

.new-cost p {
    font-size: 23px;
    line-height: 36px;
    color: red;
    font-weight: 700;
}

.new-cost,
.old-cost {
    width: 50%;
    height: 65px;
}

.old-cost p small,
.new-cost p small {
    font-size: .7em;
}

.video-container {
    position: relative;
    width: 100%;
    height: 284px;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
    border: 25px solid #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .2);
}

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

}

/*block2*/
/* endzeit_____ */
.block2 {
    background: url(../img/m-01.jpg) no-repeat center top;
    height: 646px;
    padding: 20px 0 0 0;
}

.block2 h1,
.block13 h1 {
    font-size: 40px;
    line-height: 48px;
    padding: 0 0px 8px 460px;
}

.block2 h1 span,
.block13 h1 span {
    color: #fb4d6b;
    text-transform: none;
}

.block2 h2,
.block13 h2 {
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    padding: 0 0px 20px 460px;
}

.slickken {
    position: absolute;
    margin-top: 58px;
    margin-left: 322px;
}

.block2 img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
    margin-left: 10px;
}

.slickken1 {
    position: absolute;
    margin-top: 80px;
    margin-left: 276px;
}

.block13 img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}

.sale {
    background: red;
    border-radius: 61px;
    width: 110px;
    height: 110px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding-top: 18px;
    position: absolute;
    top: 481px;
    left: 335px;
    z-index: 3;
}

.sale p {
    font-size: 42px;
    line-height: 36px;
}

img.top-product {
    display: block;
    position: absolute;
    top: 290px;
    left: 330px;
}

.top-plus {
    margin-bottom: 20px;
}

.top-plus li {
    margin-bottom: 10px;
}

.top-plus li:before {
    content: '';
    display: block;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #80cef6;
    float: left;
    margin: 5px 10px 0 0;
    width: 8px;
    height: 8px;
}

.top-plus p {
    font-size: 16px;
    overflow: hidden;
    line-height: 20px;
}

.timer {
    width: 280px;
    height: 38px;
    margin-bottom: 10px;
}

.timer .timer-left {
    width: 160px;
    height: 38px;
    text-align: center;
    float: left;
    background: #fff;
    border-radius: 19px 0 0 19px;
    -webkit-border-radius: 19px 0 0 19px;
}

.timer .timer-left p {
    line-height: 36px;
}

.timer .timer-right {
    width: 120px;
    height: 38px;
    float: right;
    background: yellow;
    color: #000;
    border-radius: 0 19px 19px 0;
    -webkit-border-radius: 0 19px 19px 0;
    padding: 8px 0 0 12px;
}

.block2 .button-m {
    margin: 0 0 0 0;
}

.stock {
    width: 280px;
    text-align: center;
    font-size: 15px;
    padding: 15px 0 0;
}

.stock span {
    display: inline-block;
    font-weight: 700;
    width: 24px;
    height: 24px;
    background: red;
    border-radius: 100%;
    line-height: 24px;
    color: #fff;
    margin: 0 2px;
}

.head-cont {
    width: 300px;
    float: right;
}

/*block3*/
/* michael-k90 */
.block3 {
}

.videobox {
    margin-bottom: 30px;
}

.videobox-left {
    width: 470px;
    float: left;
}

.videobox-right {
    text-align: center;
    padding: 10px 0 0 30px;
}

.videobox-right p {
    margin-bottom: 20px;
}

/*block4*/
/* bizlife_inc */
.block4 {
    background: rgb(230, 236, 245);
    background: -moz-linear-gradient(left, rgba(230, 236, 245, 1) 0%, rgba(247, 249, 252, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(230, 236, 245, 1) 0%, rgba(247, 249, 252, 1) 100%);
    background: linear-gradient(to right, rgba(230, 236, 245, 1) 0%, rgba(247, 249, 252, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ecf5', endColorstr='#f7f9fc', GradientType=1);
}

.action-img {
    text-align: center;
}

.action-img li {
    display: inline-block;
    width: 290px;
    margin: 0 10px;
    position: relative;
}

.action-img img {
    display: block;
    position: relative;
    z-index: -1;
    border-radius: 10px;
    border: 5px solid #ebeff5;
}

.preim {
    text-align: center;
    font-size: 0;
}

.preim li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.preim img {
    display: block;
    margin: 0 auto 15px;
    border-radius: 50%;
}

.preim p {
    font-size: 16px;
}

/*block5*/
/* owmen17 */
.block5 {
}

.good {
    text-align: center;
    margin-bottom: 30px;
}

.good li {
    width: 33.33333%;
    vertical-align: top;
    display: inline-block;
}

.good img {
    display: block;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 5px solid #ebeff5;
}

.good p {
    font-size: 16px;
    padding: 0 20px;
}

.block5 .action-img {
    margin-bottom: 30px;
}

.videobox-right h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.clock {
    background: #f5f7fb;
    width: 300px;
    height: 80px;
    padding: 17px 0 20px 20px;
}

.clock h4 {
    color: #cc6d92;
    font-size: 30px;
    line-height: 24px;
}

.clock p {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.gallery {
    width: 460px;
    border-radius: 10px;
    overflow: hidden;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-top: -20px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    border-radius: 5px;
    background: #7aceee url(../img/arrow.png) no-repeat center center;
    z-index: 3;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.prof {
    background: rgb(250, 246, 249);
    background: -moz-linear-gradient(left, rgba(250, 246, 249, 1) 0%, rgba(241, 228, 236, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(250, 246, 249, 1) 0%, rgba(241, 228, 236, 1) 100%);
    background: linear-gradient(to right, rgba(250, 246, 249, 1) 0%, rgba(241, 228, 236, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faf6f9', endColorstr='#f1e4ec', GradientType=1);
}

.spec-box {
}

.spec-box img {
    display: block;
    border-radius: 100%;
    float: left;
    margin: 0 30px 0 0;
    border: 7px solid #fff;
}

.spec-box > p {
    overflow: hidden;
    padding: 30px 0 20px 0;
}

.spec-sign {
    background: url(../img/bracket.png) no-repeat 0 0;
    padding-top: 45px;
    overflow: hidden;
}

.spec-sign li {
    display: inline-block;
    vertical-align: middle;
    width: 270px;
    position: relative;
}

.spec-sign li:nth-child(2) {
    width: 346px;
}

.spec-sign li:nth-child(1):after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #cc6d92;
    position: absolute;
    top: 10px;
    right: -5px;
}

.spec-sign li h3 {
    font-size: 26px;
    text-transform: none;
}

.spec-sign li p {
    font-size: 16px;
    padding-left: 10px;
}

/*block6*/
/* after_qbici */
.block6 {
    background: rgb(230, 236, 245);
    background: -moz-linear-gradient(top, rgba(230, 236, 245, 1) 0%, rgba(237, 242, 248, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(230, 236, 245, 1) 0%, rgba(237, 242, 248, 1) 100%);
    background: linear-gradient(to bottom, rgba(230, 236, 245, 1) 0%, rgba(237, 242, 248, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ecf5', endColorstr='#edf2f8', GradientType=0);
    padding-bottom: 10px;
}

.reviews {
    width: 865px;
    margin: 0 auto;
}

.rev {
    background: #fff;
    position: relative;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
}

.rev:before {
    content: '';
    display: block;
    background: url(../img/quotes.png) no-repeat 0 0;
    width: 32px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
}

.rev .rev-img {
    float: left;
}

.rev .rev-img img {
    display: block;
}

.rev .rev-cont {
    overflow: hidden;
    padding-left: 30px;
}

.rev .rev-cont > p {
}

.rev .rev-person {
    margin-bottom: 20px;
}

.rev .rev-person p {
    overflow: hidden;
}

.rev .rev-person h3 {
    font-size: 18px;
    text-transform: none;
    overflow: hidden;
    padding-top: 8px;
}

.rev .rev-person img {
    display: block;
    border-radius: 50%;
    float: left;
    margin: 0 20px 0 0;
}

/*block7*/
/* endzeit_____ */
.block7 {
}

/*block9*/
/* bizlife_inc */
.block9 {
}

/*block12*/
.ship {
    text-align: center;
    margin-bottom: 60px;
}

.ship li {
    display: inline-block;
    vertical-align: bottom;
    width: 33.33333%;
    position: relative;
}

.ship li > img {
    margin-bottom: 10px;
}

.ship li p.ship-text {
    font-size: 16px;
    padding: 16px 43px 0;
}

.ship-title {
    width: 200px;
    margin: 0 auto;
    text-align: left;
    border-bottom: 2px solid #ececec;
    position: relative;
    padding-bottom: 5px;
}

.ship-title:after {
    content: '';
    display: block;
    height: 2px;
    width: 40px;
    background: #7aceee;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.ship li:nth-child(2) .ship-title:after {
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ship-title:before {
    content: '01';
    display: block;
    font-size: 24px;
    color: #cc6d92;
    letter-spacing: .6px;
    font-weight: 700;
    float: left;
    margin: 0 15px 0px 5px;
}

.ship-title p {
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
}

.ship li:nth-child(2) .ship-title:before {
    content: "02";
}

.ship li:nth-child(3) .ship-title:before {
    content: "03";
}

.ship li:before {
    content: '';
    display: block;
    background: url(../img/arrow2.png) no-repeat 0 0;
    width: 56px;
    height: 13px;
    position: absolute;
    top: 84px;
    right: -26px;
}

.ship li:nth-child(2):before {
    background-image: url(../img/arrow3.png);
    top: 189px;
}

.ship li:last-child:before {
    display: none;
}

.ship-note {
    width: 860px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    background: #fff;
    text-align: center;
    padding: 25px 0;
    margin: 0 auto;
    border-radius: 65px;
}

.ship-note:before {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    background: #fff url(../img/att.png) no-repeat center center;
    border-radius: 100%;
    margin: -58px auto 15px;
    border: 2px solid #cc6d92;
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
    background-clip: padding-box;
}

.ship-note h3 {
    color: #cc6d92;
    font-size: 24px;
    text-transform: none;
}

.ship-note p {
    font-size: 18px;
    line-height: 26px;
    padding: 0 136px;
}

/*block13*/
.block13 {
    background: url(../img/m-01.jpg) no-repeat center top;
    height: 696px;
    padding: 25px 0 0;
}

.block13 h2 {
    margin-bottom: 0;
}

.block13 .wrap > h3 {
    font-weight: 400;
    text-transform: none;
    font-size: 24px;
    padding: 0 537px 20px 0;
}

.block13 .sale {
    top: 503px;
    left: 285px;
}

.foot-product {
    display: block;
    position: absolute;
    top: 302px;
    right: 293px;
}

.formbox {
    background: #fff;
    border-radius: 10px;
    width: 340px;
    float: right;
    margin-right: 20px;
    padding: 16px 0 20px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
}

.formbox .stock {
    margin: 0 auto;
}

.formbox h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 10px;
}

.formbox h3 span {
    font-weight: 700;
    display: block;
}

.price-form {
    text-align: center;
    margin-bottom: 15px;
}

.price-form p {
    font-size: 18px;
}

.price-form b {
}

.price-form span {
    color: #cc6d92;
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
}

/*footer*/
.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) {

    .block2 h1,
    .block13 h1 {
        padding: 0 0 8px 215px;
        font-size: 36px;
        line-height: 44px;
    }

    .slickken {
        position: absolute;
        margin-top: -8px;
        margin-left: -4px;
    }

    .slickken1 {
        position: absolute;
        margin-top: 18px;
        margin-left: -40px;
    }

    .block2 {
        background: url(../img/m-01.jpg) no-repeat center top;
    }

    .block2 h2,
    .block13 h2 {
        padding: 0 0 17px 215px;
        font-size: 22px;
    }

    img.top-product {
        top: 360px;
        left: 301px;
        width: 189px;
    }

    .sale {
        top: 485px;
        left: 240px;
    }

    .videobox-left {
        width: 100%;
        float: none;
    }

    .videobox-right {
        float: none;
        width: 100%;
        padding: 20px 10px 0;
    }

    .block3 {
        padding: 30px 0;
        margin-top: 0;
    }

    .video-container {
        width: 100%;
        height: 373px;
        border: 20px solid #fff;
        border-radius: 15px;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    }

    h2.title {
        font-size: 30px;
    }

    .block4 {
        padding-bottom: 10px;
    }

    .gallery {
        margin: 0 auto;
    }

    .clock {
        margin: 0 auto;
    }

    .spec-sign li {
        width: 50% !important;
    }

    .spec-sign li:first-child {
        text-align: right;
        padding-right: 10px;
    }

    .spec-sign li:nth-child(1):after {
        top: 11px;
        right: -15px;
    }

    .spec-sign li p {
        padding-left: 30px;
    }

    .preim li {
        width: 50%;
        padding: 0 30px 30px;
    }

    .block4 .wrap {
        background: none;
    }

    .tovar {
        display: block;
        margin: -78px auto 20px;
    }

    .job {
        float: right;
        margin-bottom: 15px;
    }

    .job li {
        margin-bottom: 26px;
    }

    .color-select {
        float: left;
        width: 230px;
        margin-top: -80px;
    }

    .color-select li:first-child {
        margin-right: 0;
    }

    .before-after li {
        padding: 0 6px;
    }

    .action img {
        float: none;
        margin: 0 auto;
    }

    .action p:nth-of-type(1) {
        padding-top: 20px;
    }

    .action {
        margin-bottom: 30px;
    }

    .action-img + p {
        padding-top: 19px;
    }

    .block5 {
        padding-top: 40px;
    }

    .good p {
        padding: 0 9px;
    }

    .good img {
        width: 90%;
    }

    .ship li,
    .reviews {
        width: 100%;
    }

    .rev .rev-cont {
        padding-left: 20px;
    }

    .rev {
        padding: 10px;
    }

    .rev .rev-person {
        margin-bottom: 10px;
    }

    .rev .rev-cont > p {
        line-height: 20px;
    }

    .ship li:before {
        display: none;
    }

    .ship li > img {
        float: left;
        margin: 0 80px 0 0;
    }

    .ship li > div {
        overflow: hidden;
        padding-top: 50px;
    }

    .ship-title {
        width: 100%;
        margin: 0;
        text-align: left;
    }

    .ship li p.ship-text {
        padding: 16px 0 0 0;
        text-align: left;
    }

    .ship li:nth-child(3) > img {
    }

    .ship-note {
        width: 100%;
    }

    .ship-note p {
        font-size: 16px;
        line-height: 24px;
        padding: 0 36px;
    }

    .ship-note h3 {
        font-size: 22px;
    }

    .block13 {
        background: url(../img/m-01.jpg) no-repeat center top;
        height: 676px;
    }


    .foot-product {
        width: 263px;
        top: 331px;
        right: 10px;
    }

    .block13 .sale {
        top: 450px;
        left: 146px;
    }

}

@media screen and (max-width: 768px) {
    .block2 img {
        margin-left: 35px;
        margin-top: 75px;
    }
}

/*-------------------------------------- Media Queries ----639---------------------------------*/
/* michael-k90 */
@media screen and (max-width: 659px) {
    .mob-tovar {
        display: block;
        margin: 0px auto 5px;
    }

    .slickken1 {
        position: absolute;
        margin-top: 19px;
        margin-left: -6px;
    }

    .block2 h1,
    .block13 h1 {
        font-size: 26px;
        line-height: 30px;
        text-align: center;
        padding: 0 0 8px 0;
    }

    .block2 h2,
    .block13 h2 {
        font-size: 18px;
        text-align: center;
        padding: 0 0 17px 0;
    }

    .block2 {
        background: rgb(242, 230, 238);
        background: -moz-linear-gradient(top, rgba(242, 230, 238, 1) 0%, rgba(248, 242, 246, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(242, 230, 238, 1) 0%, rgba(248, 242, 246, 1) 100%);
        background: linear-gradient(to bottom, rgba(242, 230, 238, 1) 0%, rgba(248, 242, 246, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2e6ee', endColorstr='#f8f2f6', GradientType=0);
        height: auto;
        padding: 11px 0 20px;
    }

    .sale {
        top: 128px;
        left: 7px;
    }

    img.top-product {
        position: static;
        margin: 269px auto 20px;
        width: 283px;
    }

    .top-plus {
        width: 100%;
        margin-top: 303px;
        margin-bottom: 20px;
    }

    .top-plus p {
        font-size: 15px;
        line-height: 20px;
    }

    .timer {
        margin: 0 auto 10px;
    }

    .price {
        width: 300px;
        margin: 20px auto 10px;
    }

    .videobox-right {
        padding: 20px 0 0;
    }

    .block2 .button-m {
        margin: 0 auto;
    }

    .tovar {
        margin: -24px auto 20px;
    }

    .stock {
        margin: 0 auto;
    }

    .video-container {
        width: 100%;
        height: 180px;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    h2.title {
        font-size: 24px;
    }

    .action-img li {
        margin: 0 auto;
    }

    .job,
    .color-select {
        float: none;
        width: 100%;
    }

    .job li {
        margin-bottom: 19px;
    }

    .color-select {
        margin: 0 0 15px;
    }

    .color-select li {
        width: 50%;
        padding: 0 5px;
    }

    .before-after li,
    .good li {
        width: 100%;
    }

    .before-after li:first-child {
        margin-bottom: 15px;
    }

    .good li:not(:last-child) {
        margin-bottom: 20px;
    }

    .preim li {
        width: 100%;
        padding: 0 30px 30px;
    }

    .gallery {
        width: 100%;
    }

    .spec-box img {
        float: none;
        margin: 0 auto 15px;
        width: 210px;
    }

    .spec-box > p {
        padding: 10px 0 20px 0;
    }

    .spec-sign li {
        width: 100% !important;
        text-align: center !important;
        padding: 0 !important;
    }

    .spec-sign li p {
        padding: 0;
    }

    .photo-bayer h2.title span,
    .block12 h2.title span {
        display: block;
    }

    .rev {
        padding: 17px 13px 15px;
    }

    .rev .rev-img {
        float: none;
        width: 100%;
        position: absolute;
        top: 92px;
        left: 0;
    }

    .rev .rev-person {
        margin-bottom: 260px;
    }

    .rev .rev-person img {
        margin: 0 10px 0 0;
    }

    .rev .rev-cont {
        padding: 0;
    }

    .rev:before {
        top: 10px;
        right: 11px;
    }

    .rev .rev-img img {
        margin: 0 auto;
    }

    .ship li > img {
        float: none;
        margin: 0 auto 10px;
    }

    .ship li > div {
        padding-top: 0px;
    }

    .ship li:nth-child(3) > img {
    }

    .ship-note {
        width: 100%;
        padding: 20px 0;
        border-radius: 20px;
    }

    .ship-note h3 {
        font-size: 20px;
    }

    .ship-note p {
        padding: 0 20px;
    }

    .block13 {
        background: rgb(242, 230, 238);
        background: -moz-linear-gradient(top, rgba(242, 230, 238, 1) 0%, rgba(248, 242, 246, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(242, 230, 238, 1) 0%, rgba(248, 242, 246, 1) 100%);
        background: linear-gradient(to bottom, rgba(242, 230, 238, 1) 0%, rgba(248, 242, 246, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2e6ee', endColorstr='#f8f2f6', GradientType=0);
        height: auto;
        padding-bottom: 30px;
    }

    .formbox {
        width: 100%;
        margin: 0 auto;
        margin-top: 329px;
    }

    .foot-product {
        width: 263px;
        top: 331px;
        right: 10px;
    }

    .foot-product {
        width: 283px;
        position: static;
        margin: 0 auto 20px;
        z-index: 2;
    }

    .block13 .sale {
        top: 129px;
        left: 201px;
    }
}

@media screen and (max-width: 414px) {
    .block2 img {
        margin-left: 15px;
        margin-top: 7px;
    }
}

/*.countbox:before {
    content: '';
    display: block;
    text-align: center;
    font-size: 14px;
    color:#fff;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase;
}*/

.countbox {
    height: auto;
    width: auto;
    padding-left: 0;
    margin: 0 auto;
}

.countbox > div:last-child {
    margin: 0;
}

.countbox > div:first-child {
    margin-left: 0;
}

.countbox .countbox-num {
    float: left;
    /*
    width: 120px;
    height: 65px;
*/
    margin-right: 0px;
}

.countbox-hours,
.countbox-mins,
.countbox-secs {
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 22px;
    float: left;
}

.countbox-hours-text,
.countbox-mins-text,
.countbox-secs-text {
    font-size: 16px;
    line-height: 22px;
    float: left;
    text-align: center;
    text-transform: lowercase;
}

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

.country_select {
    -webkit-appearance: none;
}
