/ 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: 0px;
    padding: 0px;
    border: 0px none;
    outline: 0px none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: underline;
}

a:hover {
    cursor: pointer;
}

:-moz-placeholder {
    color: rgb(169, 169, 169);
    opacity: 1;
}

*::-moz-placeholder {
    color: rgb(169, 169, 169);
    opacity: 1;
}

* {
    margin: 0px;
    padding: 0px;
}

* {
    box-sizing: border-box;
}

button,
input {
    outline: medium none;
}

.center {
    text-align: center;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

b,
strong {
    font-weight: 500;
}

html {}

body {
    position: relative;
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px;
    font-family: "Roboto", "Arial", "Helvetica", sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    color: rgb(51, 51, 51);
    font-weight: 400;
}

.main-wrap {
    position: relative;
    width: 480px;
    margin: 0px auto;
}

.section {
    position: relative;
    padding: 20px;
}

h2 {
    position: relative;
    display: block;
    margin: 0px auto;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
}

h2>span {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 42px;
}

h2>span::before,
h2>span::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 42px;
    height: 2px;
    background: rgb(0, 181, 237) none repeat scroll 0% 0%;
    top: -0.3em;
    margin: 0px 15px;
}

.button-m {
    display: block;
    position: relative;
    outline: medium none;
    width: 387px;
    height: 88px;
    background: transparent url('../img/button.jpg')
       
        no-repeat scroll center top;
    cursor: pointer;
}

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

/*timer*/
.countbox {
    font-size: 24px;
    height: 193px;
    width: 357px;
    padding-left: 0;
    margin: 0 auto;
    color: #f00;
    font-weight: 700;
    box-sizing: border-box;
}

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

.countbox .countbox-num {
    float: left;
    width: 92px;
    height: 113px;
    background: url(../img/timer.png) no-repeat center center;
    margin-right: 40px;
    -webkit-box-shadow: 0 0 10px 5px rgba(255, 255, 255, .1);
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, .1);
    border-radius: 12px;
    -webkit-border-radius: 12px;
}

.countbox-case {
    color: #303030;
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    line-height: 110px;
    margin-bottom: 15px;
}

.countbox-text {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: lowercase;
}

/*end timer*/

.center .button-m {
    margin: 0px auto;
}

.block-1 {
    padding: 580px 0px 0px;
}

.block-1 img {
    display: block;
    margin: 0 auto;
    padding: 20px 10px;
}

.block-1 .container-1 {
    padding-bottom: 40px;
}

.block-1 .container-1>div {
    position: relative;
    float: left;
}

.cost {
    width: 190px;
    text-align: center;
}

.cost>p {
    padding-bottom: 12px;
    font-size: 20px;
    color: rgb(51, 51, 51);
}

.cost>strong {
    font-weight: 500;
    font-size: 44px;
}

.old-cost>strong {
    color: rgb(158, 158, 158);
    text-decoration: line-through;
}

.new-cost>strong {
    color: rgb(51, 51, 51);
}

.block-1 .sale {
    width: 100px;
    padding-top: 5px;
    text-align: center;
    color: #b64c4c;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.block-1 .sale>p {
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}

.block-1 .sale>strong {
    font-weight: 500;
    font-size: 36px;
}

.block-1 .container-2 {
    padding-bottom: 40px;
}

.block-1 .timer {
    width: 80%;
    height: 150px;
    margin: 0px auto;
    padding-bottom: 15px;
    margin-bottom: 80px;
}

.block-1 .timer>p {
    padding: 20px 0px;
    text-align: center;
    font-size: 24px;
    color: rgb(51, 51, 51);
}

.attention {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.block-2,
.block-4 {
    padding: 40px 0px;
    background: #134e8e repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
}

.block-2 .container {}

.block-2 p {
    padding-bottom: 40px;
}

.block-2 img {
    width: 100px;
    height: 100px;
    padding: 25px;
    float: left;
}

.block-2 h4 span {
    border-bottom: 1px solid rgb(0, 181, 237);
}

.block-2 ul li::before {
    content: "";
    position: absolute;
    display: block;
    width: 113px;
    height: 113px;
    left: 0px;
}

.block-2 ul li:nth-child(1)::before {
    background-position: 0px 0px;
}

.block-2 ul li:nth-child(2)::before {
    background-position: 0px -113px;
}

.block-2 ul li:nth-child(3)::before {
    background-position: 0px -226px;
}

.block-2 h4 {
    font-size: 18px;
    line-height: 1.4em;
    padding-bottom: 10px;
    padding-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.block-2 h3 {
    padding: 0px 20px;
    text-align: center;
    color: rgb(0, 181, 237);
    font-weight: 700;
}

.block-3 {
    padding: 10px;
}

.block-3 h2 {
    font-size: 30px;
    padding-bottom: 30px;
}

.block-3 .container ul li::before {
    content: "•";
    position: absolute;
    left: 0px;
    color: rgb(60, 199, 220);
    font-size: 22px;
}

.block-5 {
    padding: 20px 0px;
}

.block-5 .container {
    text-align: center;
    padding: 30px 0px;
}

.block-5 .container .tov-2 {
    position: relative;
    height: 267px;
    margin: 0px auto;
    padding-left: 250px;
    padding-top: 25px;
    background: transparent url('../3dpen/myriwell-stereo-m.discountsalepro.com/css/product1.html') no-repeat scroll left top;
    background-size: 50%;
}

.block-5 .old-cost {
    padding-bottom: 15px;
}

.block-7 {
    padding: 40px 20px 0px;
    background: transparent url('../img/white-bg.jpg')
        /*tpa=http://1370591216.rsc.cdn77.org/jbl/m/white-bg.jpg*/
        repeat scroll 0% 0%;
}

.block-7 h2 {
    font-size: 35px;
}

.block-7 .container {
    padding: 40px 0px 0px;
}

.block-7 .rev {
    position: relative;
    padding-bottom: 40px;
}

.block-7 .rev-title {
    font-size: 22px;
    font-weight: 500;
    padding: 25px 0px 15px;
    text-align: center;
}

.block-7 .rev-text {
    text-align: justify;
}

.block-7 img {
    display: block;
    margin: 0 auto;
    padding: 10px;
    border-radius: 20px;
    margin-top: 20px;
}

.block-7 p {
    text-align: center;
}

.block-6 {
    padding-top: 40px;
}

.block-6 .deliv-item {
    text-align: center;
    font-size: 20px;
    padding: 30px 0px;
    border-bottom: 1px dashed rgb(204, 204, 204);
}

.block-6 .deliv-item:last-child {
    border-bottom: 0px none;
}

.block-6 .deliv-item p {
    padding-top: 10px;
}

.block-6 .deliv-item .deliv-icon {
    position: relative;
    display: inline-block;
    width: 119px;
    height: 85px;
}

.block-6 .deliv-item .deliv-pic-1 {
    background: transparent url('../img/delivery-icon1.png.jpg')
        /*tpa=http://1370591216.rsc.cdn77.org/jbl/m/delivery-icon1.png*/
        no-repeat scroll center top
}

.block-6 .deliv-item .deliv-pic-2 {
    background: transparent url('../img/delivery-icon2.png.jpg')
        /*tpa=http://1370591216.rsc.cdn77.org/jbl/m/delivery-icon2.png*/
        no-repeat scroll center top
}

.block-6 .deliv-item .deliv-pic-3 {
    background: transparent url('../img/delivery-icon3.png.jpg')
        /*tpa=http://1370591216.rsc.cdn77.org/jbl/m/delivery-icon3.png*/
        no-repeat scroll center top
}

.block-6 .deliv-item .deliv-pic-4 {
    background: transparent url('../img/delivery-icon.png.jpg')
        /*tpa=http://1370591216.rsc.cdn77.org/jbl/m/delivery-icon.png*/
        no-repeat scroll center top
}

.block-1 .order {
    padding-top: 20px;
}

.block-1 .order>p.center {
    font-weight: 500;
}

.block-1 .order>p.center strong {
    text-transform: uppercase;
    font-size: 22px;
}

.block-1 form {
    position: relative;
    width: 388px;
    margin: 0px auto;
    padding-top: 30px;
}

.block-1 form>div {
    padding-bottom: 15px;
}

.block-1 form input,
.block-1 form button,
.block-1 form submit {
    border: 0px none;
    outline: 0px none;
    background: transparent none repeat scroll 0% 0%;
    padding: 0px;
    margin: 0px;
}

.block-1 form input {
    width: 388px;
    height: 80px;
    border: 1px solid rgb(204, 204, 204);
    line-height: 80px;
    text-indent: 40px;
    border-radius: 45px;
    font-size: 20px;
}

.block-1 form input:focus {
    border-color: rgb(153, 153, 153);
}

.block-1 form button {
    display: block;
    position: relative;
    width: 387px;
    height: 88px;
    background: transparent url('../img/button.jpg')
        /*tpa=http://1370591216.rsc.cdn77.org/jbl/m/button.jpg*/
        no-repeat scroll center top;
    cursor: pointer;
}

.block-1 form button {
    display: block;
    position: relative;
    width: 387px;
    height: 88px;
    background: transparent url('../img/button.jpg')
        /*tpa=http://1370591216.rsc.cdn77.org/jbl/m/button.jpg*/
        no-repeat scroll center top;
    cursor: pointer;
}

.block-1 form button:focus {
    top: -1px;
}

.footer {
    font-size: 16px;
    background: rgb(238, 238, 238) none repeat scroll 0% 0%;
    line-height: 1.3em;
}

/* ::::: http://1370591216.rsc.cdn77.org/butterfly/99/4/js/TimeCircles.css ::::: */

.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

.time_circles>div {
    position: absolute;
    text-align: center;
}

.time_circles>div>h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Century Gothic", Arial;
    color: rgb(51, 51, 51);
}

.time_circles>div>span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Century Gothic", Arial;
    font-size: 300%;
    font-weight: 400;
    line-height: 1.2em;
    color: rgb(51, 51, 51);
}

.ymaps-b-form-button__input::-moz-focus-inner {
    padding: 0px;
    border: 0px none;
}

@media not all,
not all {}

@media not all {}