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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/*Site settings*/
/* after_qbici */
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* endzeit_____ */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Open Sans';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #333;
    font-size: 15px;
    line-height: 23px;
    position: relative;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
}

/* michael-k90 */
input::-webkit-input-placeholder {
    color: #818181;
}

input::-moz-placeholder {
    color: #818181;
}

h1,
h2,
h3 {
    letter-spacing: 1px;
}

h2 {
    font-weight: 700;
    font-size: 54px;
    line-height: 54px;
}

h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 18px;
    letter-spacing: 0;
}

.center {
    text-align: center;
}

.upp {
    text-transform: uppercase;
}

.noupp {
    text-transform: none;
}

.old span {
    text-decoration: line-through;
}

img {
    max-width: 100%;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.yellow {
    color: #ffc600;
}

.blue {
    color: #2377cf;
}

.section {
    /* owmen17 */
    width: 940px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

.b1 {
    background: #61426C;
    height: auto;
}

.b1 a {
    text-decoration: none;
}

.b1 .top {
    height: 75px;
    background: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #5c4466;
}

.b1 .top ul li {
    display: inline-block;
    height: 75px;
    line-height: 75px;
    font-size: 12px;
    font-weight: 600;
}

.b1 .top ul li a {
    text-decoration: none;
    padding: 0 30px;
    margin: 0 30px;
}

.b1 .top ul .borr {
    border-right: 1px solid #fff;
}

.b1 .top ul .borl {
    border-left: 1px solid #fff;
}

.b1 .top ul li img {
    position: relative;
    top: 5px;
}

.b1 .top ul li a:hover {
    text-decoration: underline;
}

.b1 .bot {
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid #372c4e;
    margin-top: 100px;
}

.b1 h1 {
    font-weight: 700;
    font-size: 58px;
    line-height: 120px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11);
}

.b1 h2 {
    margin: 0 auto;
    width: 570px;
    display: block;
    font-size: 18px;
    line-height: 50px;
    border: 1px dashed #b3a2b8;
}

.b1 ul.tovars {
    padding: 40px 0 40px;
}

.b1 ul.tovars li a img {
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.b1 ul.tovars li a:hover img {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}

.b1 ul.tovars li {
    display: inline-block;
    vertical-align: bottom;
    width: 180px;
    height: 270px;
}

.b1 ul.tovars li .podimg {
    height: 210px;
    vertical-align: middle;
}

.b1 ul.tovars li .podimg img {
    position: relative;
}

.b1 ul.tovars li .podtext {
    height: 60px;
}

.b1 ul.tovars li h3 {
    font-size: 14px;
}

.b1 .bot ul {
    height: 75px;
    padding: 20px 0 10px;
}

.b1 .bot ul li {
    display: inline-block;
    height: 75px;
    width: 300px;
    font-size: 14px;
}

.b1 .bot ul li img {
    float: left;
}

.b1 .bot ul li p {
    margin-left: 75px;
    padding: 5px 25px 0 0;
}

.b1 .bot ul li img {
    float: left;
}

.b1 .bot ul .borr {
    border-right: 1px solid #fff;
}

.b1 .bot ul .borl {
    border-left: 1px solid #fff;
}

.b2 {
    /* background: url(../img/b2.jpg) center top no-repeat;
    height: 797px; */
    background: #EAEAEA;
    background-size: cover;
    height: 901px;
}

h2.after {
    padding: 40px 0 20px;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
}

h2.after:after {
    content: '';
    background: #2377cf;
    height: 8px;
    width: 100px;
    border-radius: 4px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
}

.tovar {
    overflow: hidden;
    width: 939px;
    border-right: 1px solid #e8e8e8;
    background: #fff;
    position: relative;
}

.dark .tovar {
    border-right: 1px solid #000;
}

.tovar .left {
    float: left;
    margin: 30px 20px;
    padding: 0 20px;
    border-right: 1px solid #e8e8e8;
}

.tovar .right {
    position: relative;
    padding: 30px 20px;
    margin-left: 370px;
}

.tovar .right .info {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.tovar .right h3 {
    padding-bottom: 25px;
}

.tovar .right h3:after {
    content: 'Осталось: 6шт.';
    position: absolute;
    top: 25px;
    right: 20px;
    color: #fff;
    background: #2377cf;
    font-size: 12px;
    padding: 6px 12px;
}

.tovar .right h3.three:after {
    content: 'Осталось: 3шт.';
    position: absolute;
    top: 25px;
    right: 20px;
    color: #fff;
    background: #2377cf;
    font-size: 12px;
    padding: 6px 12px;
}

.tovar .right p {
    padding-bottom: 25px;
}

.tovar .right ul.small {
    max-width: 400px;
}

.tovar .right ul li {
    background: url(../img/li.jpg) left 6px no-repeat;
    padding: 0 0 7px 20px;
    margin-right: 0px;
    display: inline-block;
    width: 217px;
}

.tovar .right ul li.lismall {
    width: 200px;
}

.tovar .right ul.small li {
    width: 130px;
}

.timer {
    width: 260px;
    height: 60px;
    border: 1px solid #e8e8e8;
    float: left;
}

.timer span.white {
    font-family: Verdana;
    display: block;
    text-align: center;
    font-size: 36px;
    height: 60px;
    line-height: 58px;
    width: 60px;
    float: left;
    margin-right: 15px;
    background: #ff5a00;
}

.old {
    float: left;
    font-size: 12px;
    margin-left: 20px;
    padding-top: 5px;
}

.old span {
    font-size: 28px;
    font-weight: 600;
}

.new {
    font-size: 38px;
    font-weight: 700;
    margin-left: 20px;
    color: #ff5a00;
    float: left;
    line-height: 60px;
    padding-top: 5px;
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog>div {
    width: 70%;
    max-width: 960px;
    height: auto;
    position: relative;
    margin: 5% auto;
    padding: 0;
    background: #fff;
}

.close {
    color: #fff;
    line-height: 34px;
    position: absolute;
    right: -30px;
    text-align: center;
    top: -30px;
    width: 34px;
    text-decoration: none;
    font-weight: bold;
    font-size: 34px;
    font-family: Arial, Helvetica, sans-serif;
}

.close:hover {
    opacity: 0.8;
}

.video-container {
    position: relative;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.watch {
    text-align: center;
    display: block;
    margin: 15px auto 0;
    padding: 5px 0;
    width: 200px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    background: rgb(35, 119, 207);
}

a.watch:hover {
    background: rgb(47, 132, 221);
}

form {
    clear: both;
    background: #2377cf;
    padding: 20px 0;
    text-align: center;
}

form input {
    width: 250px;
    margin-right: 20px;
    text-align: center;
    padding: 20px 15px;
    border: 0;
    outline: none;
    font-size: 16px;
    border-radius: 3px;
}

form a {
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    border: 0;
    display: inline-block;
    padding: 20px 45px;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    background: #ffc600;
}

form a:hover {
    background: #ffd133;
}

form a:active {
    background: #f8c100;
}

.tovar .sale {
    position: absolute;
    width: 120px;
    height: 30px;
    top: 10px;
    left: -38px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    overflow: hidden;
    background: #ff5a00;
    z-index: 100;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dark {
    background: #61426C;
    background-size: cover;
}

.dark h2.after:after {
    content: '';
    background: #ffc600;
    height: 8px;
    width: 100px;
    border-radius: 4px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
}

h2.after1:after {
    content: '';
    background: #ffc600;
    height: 8px;
    width: 100px;
    border-radius: 4px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
}

.b5 {
    height: 745px;
}

.b7 {
    background: url(../img/b7.jpg) center top no-repeat;
    height: 606px;
    padding-top: 30px;
}

.b7 .rew-cont {
    position: initial;
    overflow: hidden;
    width: 100%;
    max-width: 820px;
    height: 271px;
    margin: 80px auto 0;
    padding-bottom: 80px;
}

.b7 .rew-item .right div {
    background: url(../img/star.png) no-repeat 80px 35px;
    height: 70px;
}

.b7 .slick-dots {
    position: absolute;
    bottom: 35px;
    width: 788px;
    text-align: center;
}

.b7 .rew-item .right div h4 {
    font-size: 16px;
}

.b7 .rew-item .right {
    padding: 20px 20px 20px 20px;
    margin-left: 270px;
    background: #fff;
    min-height: 231px;
}

.b7 .rew-item img.left {
    float: left;
}

.b-last {
    padding: 20px 0;
}

.b-last p a {
    color: #129dee;
    text-decoration: none;
    border-bottom: 1px solid #129dee;
}




@media only screen and (max-width: 959px) {
    h2.after {
        font-weight: 700;
        font-size: 34px;
        line-height: 34px;
    }

    .section {
        position: relative;
        width: 640px;
        margin: 0px auto;
        padding: 0px 10px;
    }

    .b1 {
        background: #1f2241;
        height: 920px;
    }

    .b1 h1 {
        font-weight: 700;
        font-size: 38px;
        line-height: 70px;
    }

    .b1 .bot ul {
        text-align: center;
    }

    .b1 .bot ul li {
        display: inline-block;
        vertical-align: top;
        height: 75px;
        width: 30%;
        font-size: 13px;
        line-height: 17px;
    }

    .b1 .bot ul li img {
        display: none;
    }

    .b1 .bot ul li p {
        text-align: center;
        margin: 0px 15px;
        padding: 5px 5px;
    }

    .b1 .top {
        border-bottom: 1px solid #2c3054;
    }

    .b1 .bot {
        border-top: 1px solid #2c3054;
    }

    .b2 {
        background: #f5f5f5;
        height: 750px;
    }

    .b3 {
        height: 860px;
    }

    .b4 {
        height: 730px;
    }

    .b5 {
        height: 830px;
    }

    .b6 {
        height: 860px;
    }

    .tovar {
        width: 659px;
    }

    .tovar .left {
        margin: 20px 10px 50px;
        padding: 0 10px;
        width: 250px;
    }

    .tovar .right {
        position: relative;
        padding: 20px 10px;
        margin-left: 270px;
    }

    .tovar .right h3 {
        padding: 9px 135px 15px 0;
        font-size: 20px;
        line-height: 24px;
    }

    .tovar .right p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 15px;
    }

    .tovar .right ul li {
        font-size: 14px;
        line-height: 20px;
        background: url(../img/li.jpg) left 6px no-repeat;
        padding: 0 0 7px 18px;
        margin-right: 0px;
        display: inline-block;
        vertical-align: top;
        width: 240px;
    }

    .tovar .right ul.small li {
        width: 130px;
    }

    .tovar .right .info {
        margin-bottom: 10px;
    }

    .timer {
        margin-bottom: 10px;
    }

    form input {
        width: 170px;
        padding: 15px 10px;
        margin-right: 10px;
        font-size: 15px;
    }

    form a { 
        width: 210px;
        height: 48px;
        line-height: 48px;
        font-size: 15px;
    }

    .dark {
        background: #594368;
    }

    .b7 {
        background: #594368;
        height: 656px;
        padding-top: 0px;
    }

    .b7 .rew-cont {
        position: initial;
        overflow: hidden;
        width: 540px;
        height: 400px;
        margin: 0px auto 0;
        padding-bottom: 80px;
    }

    .b7 .rew-item .right div {
        background: url(../img/star.png) no-repeat 80px 50px;
        height: 70px;
    }

    .b7 .slick-dots {
        position: absolute;
        bottom: -10px;
        width: 600px;
        text-align: center;
    }

    .b7 .rew-item .right div h4 {
        font-size: 14px;
    }

    .b7 .rew-item .right p {
        font-size: 14px;
    }
}









/* michael-k90 */
@media only screen and (max-width: 639px) {
h2.after {
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
}

    .section {
        position: relative;
        width: 300px;
        margin: 0px auto;
        padding: 0px 10px;
    }

    .b1 {
        height: auto;
    }

    .b1 .top ul li.upp {
        display: none;
    }

    .b1 .top {
        display: none;
    }

    .b1 .top ul li {
        height: 55px;
        line-height: 55px;
    }

    .b1 h1 {
        padding: 20px 0;
        font-size: 28px;
        line-height: 32px;
    }

    .b1 h2 {
        width: 300px;
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0;
        margin-bottom: -10px;
    }

    .b1 ul.tovars li {
        width: 147px;
    }

    .b1 .bot {
        height: 250px;
    }

    .b1 .bot ul li img {
        display: block;
    }

    .b1 .bot ul li {
        display: inline-block;
        vertical-align: top;
        height: 75px;
        width: 300px;
        font-size: 13px;
        line-height: 17px;
    }

    .b1 .bot ul li p {
        text-align: left;
        margin-left: 65px;
    }

    .b2 {
        height: auto;
        padding: 25px 0;
    }

    .b3 {
        height: auto;
        padding: 25px 0;
    }

    .b4 {
        height: auto;
        padding: 25px 0;
    }

    .b5 {
        height: auto;
        padding: 25px 0;
    }

    .b6 {
        height: auto;
        padding: 25px 0;
    }

    .tovar {
        width: 300px;
    }

    .tovar .left {
        float: none;
        margin: 0px;
        padding: 0 0px;
        width: 300px;
    }

    .tovar .right {
        position: relative;
        padding: 20px 10px;
        margin-left: 00px;
    }

    form input {
        width: 240px;
        padding: 15px 10px;
        margin: 0 auto 10px;
        font-size: 15px;
    }

    form button {
        width: 260px;
        height: 48px;
        line-height: 48px;
        font-size: 15px;
    }

    .tovar .right h3.padtop {
        padding-top: 48px;
    }

    .b7 {
        height: 900px;
    }

    .b7 .rew-cont {
        width: 300px;
        height: 700px;
        margin: 0px auto 0;
        padding: 0px;
    }

    .b7 .rew-item img.left {
        float: none;
        margin: 0 auto -20px;
        display: block;
        border: 15px solid #fff;
    }

    .b7 .rew-item .right div {
        background: url(../img/star.png) no-repeat 80px 50px;
        height: 70px;
    }

    .b7 .slick-dots {
        position: absolute;
        bottom: -10px;
        width: 300px;
        text-align: center;
    }

    .b7 .rew-item .right {
        padding: 20px 20px 20px 20px;
        margin-left: 0px;
        background: #fff;
        min-height: 231px;
    }

    .tovar .right h3::after {
        display: none;
    }

    .tovar .right h3 {
        padding: 10px 0;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }
}