.center {
    text-align: center;
    padding: 0 20px;
}
.clearfix:after, .faq-tlt:after {
    content: '';
    display: block;
    clear: both;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Philosopher', Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.2em;
}

b,strong {
    font-weight: 700;
}

body {
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Philosopher', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #222;
    background: #f1f1f1;
}

.wrap {
    width: 480px;
    padding: 0;
    margin: 0 auto;
    background: #fff;
}

section {
    padding: 30px 0;
}

section, footer {
    width: 100%;
    position: relative;
}

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

section:after, footer:after {
    clear: both;
    content: "";
    display: table;
}

.images {
    display: block;
    margin: 0 auto;
}

.mb20 {
    margin-bottom: 20px;
}
.button-m {
    position: relative;
    z-index: 2;
    display: block;
    width: 380px;
    height: 86px;
    line-height: 86px;
    margin: 0 auto;
    border: none;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    text-align: center;
    font-family: 'Philosopher', Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    color: #222;
    background: rgb(255,198,0);
    background: -moz-linear-gradient(top, rgba(255,198,0,1) 0%, rgba(255,180,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,198,0,1) 0%,rgba(255,180,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,198,0,1) 0%,rgba(255,180,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc600', endColorstr='#ffb400',GradientType=0);
    -webkit-box-shadow: 0 3px 0 0 #d39500;
    box-shadow: 0 3px 0 0 #d39500;
    -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 1px 0 #ffe18f;
}
.m1-form {
    width: 380px;
    margin: 0 auto;
}
h2.title {
    margin: 0 0 30px 0;
    font-size: 32px;
    text-align: center;
    line-height: 1em;
}
.sep1:after {
    content: '';
    display: block;
    background: url("sep.webp") no-repeat center top;
    height: 18px;
    margin: 12px 0 0;
}

.sep2:after {
    content: '';
    display: block;
    background: url("sep2.webp") no-repeat center top;
    height: 18px;
    margin: 12px 0 0;
}

.price {
    background: url("price.webp") no-repeat 0 0;
    width: 380px;
    margin: 0 auto 20px;
    text-align: center;
}

.old-cost {
    float: left;
}

.old-cost p {
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
    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;
}

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

.new-cost, .old-cost {
    width: 50%;
    height: 84px;
    padding-top: 12px;
}
.countbox {
    width: 100%;
    height: 200px;
    margin: 0 auto -42px;
    background: rgba(255,255,255,.05);
    border-top: 1px dashed rgba(255,255,255,.15);
    border-bottom: 1px dashed rgba(255,255,255,.15);
    padding-top: 15px;
}

.countbox:before {
    content: 'до конца акции осталось:';
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.countbox .countbox-num {
    float: left;
}

.countbox .countbox-space {
    float: left;
    height: 48px;
    width: 37px;
}

.countbox-hours1, .countbox-mins1, .countbox-secs1, .countbox-hours2, .countbox-mins2, .countbox-secs2 {
    float: left;
    margin-right: 6px;
    width: 46px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    z-index: 1;
    color: #222;
    background: #ffc500;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 3px;
    position: relative;
}

.countbox-hours-text {
    padding-left: 50px;
}

.countbox-secs2 {
    margin-right: 0;
}

.countbox-hours1 {
    margin-left: 50px;
}

.countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 0 auto 20px;
    overflow: hidden;
    background: #000;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.b1 {
    color: #fff;
    padding: 0;
    background: url("bg.webp") repeat;
}

.b1 h1 {
    background: #ff3233;
    font-size: 46px;
    text-align: center;
    padding: 6px 0 11px;
}

.offer-img {
    background: url("b1.webp") no-repeat center top;
    height: 487px;
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,.14);
    box-shadow: 0 1px 0 0 rgba(255,255,255,.14);
}

.offer-img h2 {
    font-size: 26px;
    text-align: center;
    background: rgba(0,0,0,.2);
    padding: 7px 0 12px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.sale {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 20px 0 0 20px;
    text-align: center;
    padding-top: 11px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    background: #ffc500;
    color: #222;
    text-shadow: 0 1px 0 #ffe68f;
    border: 5px solid rgba(255,197,0,.3);
    background-clip: padding-box;
}

.sale p {
    font-size: 38px;
    line-height: 29px;
}

.topplus {
    margin: 20px 0 20px 78px;
}

.topplus li {
    font-size: 18px;
    background: url("check.webp") no-repeat 0 center;
    padding: 0 0 0 30px;
    margin-bottom: 5px;
}

.stock {
    text-align: center;
    padding: 20px 0;
}

.b2 {
    padding-bottom: 0;
}

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

.twocol li {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.twocol img {
    display: block;
    margin: 0 auto 15px;
    border-radius: 5px;
}

.twocol p {
    padding: 0 24px 20px;
}

.b3 {
}

.b4, .b6, .b8 {
    color: #fff;
    background: url("bg.webp") repeat;
}

.b5 {
}

.b6 {
}

.faq {
}

.faq li {
    display: block;
    width: 440px;
    margin: 0 auto 25px;
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
}

.faq li:last-child {
    margin-bottom: 0;
}

.faq-tlt {
    background: #298be6;
    position: relative;
}

.faq-tlt h3 {
    font-size: 20px;
    font-weight: 700;
    padding: 9px 10px 0 15px;
    overflow: hidden;
}

.faq-tlt:before {
    content: '';
    display: block;
    background: #ff3233 url("1.webp") no-repeat center center;
    width: 70px;
    height: 70px;
    float: left;
}

.faq li:nth-child(2) .faq-tlt:before {
    background-image: url("2.webp");
}

.faq li:nth-child(3) .faq-tlt:before {
    background-image: url("3.webp");
}

.faq li:nth-child(4) .faq-tlt:before {
    background-image: url("4.webp");
}

.faq p {
    color: #222;
    padding: 20px;
}

.b7 {
    padding-bottom: 0;
}

.reviews {
}

.reviews li {
    padding: 30px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
}

.meta {
    background: url("qq.webp") no-repeat right 10px;
}

.meta img {
    display: block;
    border-radius: 50%;
    float: left;
    margin: 0 15px 0 0;
}

.meta h3 {
    font-size: 18px;
    overflow: hidden;
    padding-top: 5px;
}

.meta h3:after {
    content: '';
    display: block;
    background: url("stars.webp") no-repeat 0 0;
    width: 94px;
    height: 13px;
    margin: 3px 0 0 0;
}

.reviews p {
    padding: 15px 0 0;
}

.b8 {
    padding-bottom: 0;
}

.ship span {
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    width: 32px;
    height: 32px;
    background: #ff3233;
    line-height: 32px;
    margin: 0 auto 10px;
}

.footer {
    text-align: center;
    padding: 40px 0 30px;
}

.footer a {
    font-size: 14px;
    color: #333;
    display: block;
    padding: 5px 0 0;
}
.copyright {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    color: #6C6E6F;
}

.copyright p {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}
.copyright img {
    margin: 10px auto!important;
    max-width: 100%;
}

.copyright a {
    color: #6C6E6F;
    text-decoration: none;
}
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;
    font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {
    display: block;
}

ol, ul {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: underline;
}
* {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,input,a {
    outline: none;
}
html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}