.desktop {
    display: block;
}

.mobile {
    display: none;
}

.mobile_320 {
    display: none;
}

button:hover {
    color: #02eaff;
    border: 1px solid #02eaff !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'PT Sans Caption', arial, sans-serif;
    font-weight: 700;
}

p,
div,
span,
a,
li {
    font-family: 'PT Sans Caption', arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style-type: none;
    outline: none;
}

h1 {
    font-size: 57px;
    line-height: 57px;
}

h2 {
    font-size: 30px;
    line-height: 35px;
}

h3 {
    font-size: 20px;
    line-height: 20px;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.clear {
    clear: both;
}

.container {
    width: 100%;
}

.wrap {
    width: 980px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.left_col {
    float: left;
}

.right_col {
    float: right;
}

.clear {
    clear: both;
}

.dark_gray {
    color: #7c7c7c;
}

.light_gray {
    color: rgba(114, 114, 114, 0.65);
}

.white {
    color: #fff;
}

.white_50 {
    color: rgba(255, 255, 255, 0.5);
}

.white_60 {
    color: rgba(255, 255, 255, 0.6);
}

.white_70 {
    color: rgba(255, 255, 255, 0.7);
}

.white_80 {
    color: rgba(255, 255, 255, 0.8);
}

.black {
    color: #000;
}

.old_price {
    color: rgba(114, 114, 114, 0.65);
    text-decoration: line-through;
    padding-right: 30px;
}

.order_button {
    display: block;
    height: 50px;
    width: 272px;
    background-color: #6581f9;
    //background-color: rgba(44,60,151,0.7);
    border: none;
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
    margin: 25px auto 0 auto;
    cursor: pointer;
}

form input,
select {
    width: 272px;
    border: 1px solid #e0e0e0;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    color: #e0e0e0;
    margin-bottom: 15px;
    background-color: transparent;
}

form select {
    width: 272px;
}

.timer {
    margin-bottom: 20px;
    text-align: left;
}

.timer .block {
    float: left;
}

.timer .block .rect {
    border-radius: 5px;
    font-family: 'PT Sans Caption', arial, sans-serif;
    font-weight: bold;
    line-height: 45px;
    font-size: 45px;
    padding: 0 5px;
}

.timer .block .label {
    font-size: 10px;
    text-align: center;
}

.timer .points {
    float: left;
    width: 23px;
    height: 59px;
    text-align: center;
    line-height: 45px;
    font-size: 45px;
    font-family: 'PT Sans Caption', arial, sans-serif;
    font-weight: bold;
}

#header {
    background-color: #6581f9;
    height: 80px;
    position: fixed;
    top: 0px;
    z-index: 5;
}

#header .logo {
    background: url('../img/nav-logo.png') no-repeat center center;
    width: 125px;
    height: 80px;
    float: left;
}

#header ul {
    list-style-type: none;
    display: block;
    float: right;
}

#header ul li {
    float: left;
    margin-left: 38px;
}

#header ul li a {
    line-height: 80px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

#block1 {
    background: url('../img/block1.jpg') no-repeat center center;
    height: 770px;
}

#block1 .product_descr {
    width: 565px;
}

#block1 .wrap {
    padding-top: 80px;
}

#block1 .product_descr>h1 {
    margin-bottom: 20px;
    padding-top: 110px;
}

#block1 .product_descr>p {
    font-size: 18px;
    margin-bottom: 55px;
    font-weight: bold;
}

#block1 .product_descr ul li:before {
    content: "\2014";
    margin-left: 0ex;
    margin-right: 1ex;
}

#block1 .product_descr ul li {
    font-size: 15px;
    line-height: 26px;
}

#block1 .product_descr .product_img {
    margin-top: 0px;
    background: url('../img/product.png') no-repeat top left;
    width: 100%;
    height: 500px;
}

#block1 .order_form {
    width: 272px;
    margin-top: 95px;
    text-align: center;
    padding: 15px 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

#block1 .order_form .sale {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 25px;
}

#block1 .price span {
    font-size: 14px;
    font-weight: bold;
}

#block1 .order_form .summary,
#block1 .order_form .callback {
    font-size: 13px;
    margin: 30px 0;
}

#block1 .order_form .callback {
    margin: 30px 0 0 0;
}

#block2 {
    background: #ffffff;
    height: 1270px;
}

#block2 h2 {
    padding-top: 75px;
    margin-bottom: 60px;
    text-align: center;
}

#block2 .component {
    width: 440px;
    float: left;
    padding: 0 20px;
    margin-bottom: 40px;
}

#block2 .component h3 {
    margin-bottom: 20px;
    text-align: left;
    margin-top: 20px;
}

#block2 .component h3,
#block2 .component p {
    width: 230px;
    line-height: 1.3;
}

#block2 .component .comp_img {
    display: block;
    width: 142px;
    height: 142px;
}

#block2 .block2_2 {
    background: url('../img/block2_2.png') no-repeat center center;
    width: 100%;
    height: 172px;
    margin-top: 45px;
}

#block2 .group .item {
    width: 172px;
    float: left;
    padding: 0 12px;
}

#block2 .group .item img {
    display: block;
    margin: 0 auto;
}

#block2 .group .item h3 {
    text-align: center;
    margin: 20px 0;
}

#block2 .group .item p {
    text-align: center;
}

#block3 {
    background: url('../img/block3.jpg') no-repeat center center;
    height: 641px;
}

#block3 .product_descr {
    width: 440px;
}

#block3 .product_descr>h1 {
    margin-bottom: 50px;
    padding-top: 90px;
    font-size: 45px;
}

#block3 .product_descr>p:first-of-type {
    font-size: 18px;
    margin-bottom: 55px;
    font-weight: bold;
}

#block3 .product_descr .callback {
    margin: 30px 0 0 0;
    font-size: 13px;
    font-weight: normal;
    width: 265px;
    line-height: 1.5;
}

#block3 .arrow {
    background: url('../img/arrow.png') no-repeat center center;
    height: 100%;
    width: 110px;
}

#block3 .order_form {
    width: 272px;
    margin-top: 95px;
    text-align: center;
    padding: 15px 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

#block3 .order_form .sale {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 25px;
}

#block3 .price span {
    font-size: 14px;
    font-weight: bold;
}

#block3 .order_form .summary,
#block1 .order_form .callback {
    font-size: 13px;
    margin: 30px 0;
}

#block4 {
    background: #ffffff;
    height: 1500px;
}

#block4 h2 {
    padding-top: 75px;
    margin-bottom: 40px;
    text-align: center;
}

#block4 .wrap>h2:last-of-type {
    padding-top: 60px;
    margin-bottom: 60px;
}

#block4 .flexslider {
    width: 810px;
    margin: 40px auto 0 auto;
    position: relative;
}

#block4 .flex-control-nav {
    display: none;
}

#block4 .slides {
    float: left;
}

#block4 .slides li {
    list-style: none;
}

#block4 .slides li .review {
    width: 100%;
}

#block4 .flex-next {
    background: url("../img/arrow-right.png") no-repeat center center;
    width: 22px;
    height: 47px;
    position: absolute;
    right: 33%;
    top: 28%;
    margin-top: -40px;
    text-indent: -9999999px;
}

#block4 .flex-prev {
    background: url("../img/arrow-left.png") no-repeat center center;
    width: 22px;
    height: 47px;
    position: absolute;
    left: 33%;
    top: 28%;
    margin-top: -40px;
    text-indent: -9999999px;
}

#block4 .slides .photo {
    width: 112px;
    height: 112px;
    margin: 20px auto;
}

#block4 .slides .title {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

#block4 .slides p {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    line-height: 1.5;
}

#block4 .block4_2 {
    background: url('../img/block4_2.png') no-repeat center center;
    width: 100%;
    height: 172px;
    margin-top: 100px;
}

#block4 .fake_img {
    margin-right: 90px;
    background: url('../img/block4_3.png') no-repeat center center;
    width: 405px;
    height: 252px;
}

#block4 .fake_descr {
    width: 485px;
}

#block4 .fake_descr p {
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 30px;
}

#block4 .item {
    width: 210px;
    padding: 0 58px;
}

#block4 .item img {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto 30px auto;
}

#block4 .item p {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

#block5 {
    background: url('../img/block5.jpg') no-repeat center center;
    height: 641px;
}

#block5 {
    background: url('../img/block3.jpg') no-repeat center center;
    height: 641px;
}

#block5 .product_descr {
    width: 440px;
}

#block5 .product_descr>h1 {
    margin-bottom: 50px;
    padding-top: 90px;
    font-size: 45px;
}

#block5 .product_descr>p:first-of-type {
    font-size: 18px;
    margin-bottom: 55px;
    font-weight: bold;
}

#block5 .product_descr .callback {
    margin: 30px 0 0 0;
    font-size: 13px;
    font-weight: normal;
    width: 265px;
    line-height: 1.5;
}

#block5 .arrow {
    background: url('../img/arrow.png') no-repeat center center;
    height: 100%;
    width: 110px;
}

#block5 .order_form {
    width: 272px;
    margin-top: 95px;
    text-align: center;
    padding: 15px 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

#block5 .order_form .sale {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 25px;
}

#block5 .price span {
    font-size: 14px;
    font-weight: bold;
}

#block5 .order_form .summary,
#block1 .order_form .callback {
    font-size: 13px;
    margin: 30px 0;
}

#footer {
    height: 111px;
    text-align: center;
    background: #0d0d0d;
    padding-top: 25px;
    font-family: 'PT Sans Caption', Arial, sans-serif;
    font-size: 16px;
    color: #fff;
}

#footer a {
    margin-top: 20px;
    display: inline-block;
    text-decoration: underline;
}

.mobile {
    display: none;
}

.mobile320 {
    display: none;
}

.price {
    display: block;
    margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------*/


/*-----------------640-------------------*/


/*-----------------------------------------------------------------------------*/

@media screen and (max-width: 980px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .mobile320 {
        display: none;
    }
    .wrap {
        width: 570px;
    }
    .wrap.white {
        height: 945px;
    }
    #block1 {
        background: url('../img/block1_1.jpg') no-repeat center center;
        height: 1140px;
    }
    #block1 .product_descr {
        width: 565px;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    #block1 .wrap {
        padding-top: 0px;
    }
    #block1 .product_descr>h1 {
        margin-bottom: 20px;
        padding-top: 80px;
    }
    #block1 .product_descr .product_img {
        margin-top: 50px;
        background: url('../img/product.png') no-repeat top center;
        height: 230px;
    }
    #block1 .order_form {
        margin: 0 auto 0 auto;
        float: none;
    }
    #block2 {
        height: 2190px;
    }
    #block2 h2 {
        padding-top: 60px;
        margin: 0 auto 60px auto;
        text-align: center;
        width: 450px;
    }
    #block2 .component {
        width: 440px;
        float: none;
        padding: 0 20px;
        margin: 0 auto 40px auto;
    }
    #block2 .block2_2 {
        background: url('../img/block2_2_1.png') no-repeat center center;
        width: 100%;
        height: 349px;
        margin-top: 45px;
    }
    #block2 .group .item {
        width: 172px;
        float: left;
        padding: 0 20px;
        margin-bottom: 50px;
    }
    #block2 .group .item:nth-of-type(1),
    #block2 .group .item:nth-of-type(4) {
        margin-left: 65px;
    }
    #block2 .group .item:last-of-type {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    #block3 {
        background: url('../img/block3_1.jpg') no-repeat center center;
        height: 945px;
    }
    #block3 .product_descr {
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #block3 .product_descr>h1 {
        margin-bottom: 50px;
        padding-top: 60px;
        font-size: 45px;
    }
    #block3 .product_descr .callback {
        margin: 30px auto 0 auto;
        font-size: 13px;
        font-weight: normal;
        width: 265px;
        line-height: 1.5;
    }
    #block3 .product_descr .timer {
        width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
    #block3 .order_form {
        margin: 50px auto 100px auto;
        text-align: center;
        float: none;
    }
    #block4 {
        height: 2060px;
    }
    #block4 h2 {
        padding-top: 60px;
        margin-bottom: 30px;
        text-align: center;
    }
    #block4 .flexslider {
        width: 550px;
        margin: 10px auto 0 auto;
        position: relative;
    }
    #block4 .flex-next {
        right: 33%;
        top: 28%;
    }
    #block4 .flex-prev {
        left: 33%;
        top: 28%;
    }
    #block4 .block4_2 {
        background: url('../img/block4_2_1.png') no-repeat center center;
        width: 100%;
        height: 349px;
        margin-top: 100px;
    }
    #block4 .fake_img {
        margin: 60px auto;
        background: url('../img/block4_3.png') no-repeat center center;
        width: 405px;
        height: 252px;
        float: none;
    }
    #block4 .wrap>h2:last-of-type {
        padding-top: 0px;
        margin-bottom: 30px;
    }
    #block4 .fake_descr {
        width: 485px;
        float: none;
        margin: 0 auto;
    }
    #block4 .item {
        width: 210px;
        padding: 0 0px;
        margin-bottom: 30px;
    }
    #block4 .group .item:first-of-type {
        margin-left: 40px;
        margin-right: 60px;
    }
    #block4 .group .item:last-of-type {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    #block4 .item img {
        display: block;
        width: 64px;
        height: 64px;
        margin: 0 auto 30px auto;
    }
    #block4 .item p {
        font-size: 16px;
        text-align: center;
        font-weight: bold;
    }
    #block5 {
        background: url('../img/block3_1.jpg') no-repeat center center;
        height: 945px;
    }
    #block5 .product_descr {
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #block5 .product_descr>h1 {
        margin-bottom: 50px;
        padding-top: 60px;
        font-size: 45px;
    }
    #block5 .product_descr .callback {
        margin: 30px auto 0 auto;
        font-size: 13px;
        font-weight: normal;
        width: 265px;
        line-height: 1.5;
    }
    #block5 .product_descr .timer {
        width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
    #block5 .order_form {
        margin: 50px auto 0 auto;
        text-align: center;
        float: none;
    }
}


/*-----------------------------------------------------------------------------*/


/*-----------------320-------------------*/


/*-----------------------------------------------------------------------------*/

@media screen and (max-width: 630px) {
    .wrap {
        width: 284px;
    }
    .desktop {
        display: none;
    }
    .mobile320 {
        display: block;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 25px;
    }
    #block1 {
        background: url('../img/block1_2.jpg') no-repeat center center;
        height: 1185px;
        background-size: cover;
    }
    #block1 .product_descr {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    #block1 .product_descr>p {
        line-height: 1.3;
    }
    #block1 .wrap {
        padding-top: 0px;
    }
    #block1 .product_descr>h1 {
        margin-bottom: 20px;
        padding-top: 60px;
        line-height: 40px;
    }
    #block1 .product_descr .product_img {
        margin-top: 0px;
        background: url('../img/product.png') no-repeat top center;
        height: 230px;
        background-size: 112%
    }
    #block1 .order_form .callback {
        margin-bottom: 0px;
    }
    #block1 .order_form {
        margin: 0 auto 0 auto;
        float: none;
        padding: 15px 10px;
    }
    #block2 {
        height: 3240px;
    }
    #block2 h2 {
        padding-top: 60px;
        margin: 0 auto 60px auto;
        text-align: center;
        width: 280px;
    }
    #block2 .component {
        width: 280px;
        float: none;
        padding: 0px;
        margin: 0 auto 40px auto;
        text-align: center;
    }
    #block2 .component img {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    #block2 .component h3 {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #block2 .component p {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    #block2 .block2_2 {
        background: url('../img/block2_2_2.png') no-repeat center center;
        width: 100%;
        height: 402px;
        margin-top: 45px;
    }
    #block2 .group .item {
        width: 172px;
        float: none;
        padding: 0 20px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
    }
    #block2 .group .item:nth-of-type(1),
    #block2 .group .item:nth-of-type(4) {
        margin-left: auto;
    }
    #block2 .group .item:last-of-type {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    #block3 {
        background: url('../img/block3_2.jpg') no-repeat center center;
        height: 915px;
    }
    #block3 .product_descr {
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #block3 .product_descr>h1 {
        margin-bottom: 50px;
        padding-top: 60px;
        font-size: 25px;
        line-height: 30px;
    }
    #block3 .product_descr .callback {
        margin: 30px auto 0 auto;
        font-size: 13px;
        font-weight: normal;
        width: 265px;
        line-height: 1.5;
    }
    #block3 .product_descr .timer {
        width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
    #block3 .order_form {
        margin: 50px auto 0 auto;
        text-align: center;
        float: none;
        padding: 15px 10px;
    }
    #block4 {
        height: 2415px;
    }
    #block4 h2 {
        padding-top: 50px;
        margin-bottom: 20px;
        text-align: center;
    }
    #block4 .flexslider {
        width: 280px;
        margin: 10px auto 0 auto;
        position: relative;
    }
    #block4 .flex-next {
        right: 20%;
        top: 20%;
    }
    #block4 .flex-prev {
        left: 20%;
        top: 20%;
    }
    #block4 .block4_2 {
        background: url('../img/block4_2_2.png') no-repeat center center;
        width: 100%;
        height: 404px;
        margin-top: 60px;
    }
    #block4 .fake_img {
        margin: 40px auto;
        background: url('../img/block4_3_1.png') no-repeat center center;
        width: 100%;
        height: 210px;
        float: none;
    }
    #block4 .wrap>h2:last-of-type {
        padding-top: 0px;
        margin-bottom: 30px;
    }
    #block4 .fake_descr {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    #block4 .item {
        width: 210px;
        padding: 0 0px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    #block4 .item img {
        margin-bottom: 15px;
    }
    #block4 .group .item:first-of-type {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    #block5 {
        background: url('../img/block3_2.jpg') no-repeat center center;
        height: 914px;
    }
    #block5 .product_descr {
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #block5 .product_descr>h1 {
        margin-bottom: 50px;
        padding-top: 60px;
        font-size: 25px;
        line-height: 30px;
    }
    #block5 .product_descr .callback {
        margin: 30px auto 0 auto;
        font-size: 13px;
        font-weight: normal;
        width: 265px;
        line-height: 1.5;
    }
    #block5 .product_descr .timer {
        width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
    #block5 .order_form {
        margin: 50px auto 0 auto;
        text-align: center;
        float: none;
        padding: 15px 10px;
    }
}

@media screen and (max-width: 319px) {
    #block1 .wrap {
        padding-top: 0px;
        width: 270px;
    }
    #block1 .order_form {
        margin: 0px auto 0 auto;
        float: none;
        padding: 15px 10px;
        width: 248px;
    }
    #block1 .order_form .sale {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 25px;
    }
    form input,
    select {
        width: 226px;
        border: 1px solid #e0e0e0;
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
        color: #e0e0e0;
        margin-bottom: 15px;
        background-color: transparent;
    }
    .order_button {
        display: block;
        height: 50px;
        width: 248px;
        background-color: #6581f9;
        border: none;
        font-size: 25px;
        color: #ffffff;
        font-weight: 700;
        margin: 25px auto 0 auto;
        cursor: pointer;
    }
    .wrap {
        width: 270px;
    }
    #block2 h2 {
        padding-top: 60px;
        margin: 0 auto 60px auto;
        text-align: center;
        width: 270px;
    }
    #block2 .component {
        width: 270px;
        float: none;
        padding: 0px;
        margin: 0 auto 40px auto;
        text-align: center;
    }
    #block3 .order_form {
        margin: 50px auto 0 auto;
        text-align: center;
        float: none;
        padding: 15px 10px;
        width: 248px;
    }
    #block3 .order_form .sale {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 25px;
    }
    #block4 .flexslider {
        width: 270px;
        margin: 10px auto 0 auto;
        position: relative;
    }
    #block5 .order_form {
        margin: 50px auto 0 auto;
        text-align: center;
        float: none;
        padding: 15px 10px;
        width: 248px;
    }
    #block5 .order_form .sale {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 24px;
    }
    #block1 .product_descr ul li {
        font-size: 14px;
        line-height: 26px;
        text-align: left;
    }
}

@media screen and (max-width: 279px) {
    #block1 .wrap {
        padding-top: 0px;
        width: 230px;
    }
    #block1 .order_form {
        margin: -45px auto 0 auto;
        float: none;
        padding: 15px 10px;
        width: 208px;
    }
    #block1 .order_form .sale {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 25px;
    }
    form input,
    select {
        width: 184px;
        border: 1px solid #e0e0e0;
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
        color: #e0e0e0;
        margin-bottom: 15px;
        background-color: transparent;
    }
    .order_button {
        display: block;
        height: 50px;
        width: 206px;
        background-color: #6581f9;
        border: none;
        font-size: 24px;
        color: #ffffff;
        font-weight: 700;
        margin: 25px auto 0 auto;
        cursor: pointer;
    }
    .wrap {
        width: 230px;
    }
    #block2 h2 {
        padding-top: 60px;
        margin: 0 auto 60px auto;
        text-align: center;
        width: 230px;
    }
    #block2 .component {
        width: 230px;
        float: none;
        padding: 0px;
        margin: 0 auto 40px auto;
        text-align: center;
    }
    #block3 .order_form {
        margin: 50px auto 0 auto;
        text-align: center;
        float: none;
        padding: 15px 10px;
        width: 208px;
    }
    #block3 .order_form .sale {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 25px;
    }
    #block4 .flexslider {
        width: 230px;
        margin: 10px auto 0 auto;
        position: relative;
    }
    #block5 .order_form {
        margin: 50px auto 0 auto;
        text-align: center;
        float: none;
        padding: 15px 10px;
        width: 208px;
    }
    #block5 .order_form .sale {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 24px;
    }
    #block1 .product_descr ul li {
        font-size: 14px;
        line-height: 26px;
        text-align: center;
    }
    #block1 .product_descr .product_img {
        margin-top: 50px;
        background: url('../img/product240.png') no-repeat top center;
        height: 170px;
    }
    p.price {
        font-size: 13px;
    }
    #block2 {
        height: 3234px;
    }
    #block3 .product_descr .timer {
        width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
    .timer .block .rect {
        border-radius: 5px;
        font-family: 'PT Sans Caption', arial, sans-serif;
        font-weight: bold;
        line-height: 45px;
        font-size: 40px;
        padding: 0 5px;
    }
    #block3 .product_descr .callback {
        margin: 30px auto 0 auto;
        font-size: 13px;
        font-weight: normal;
        width: 225px;
        line-height: 1.5;
    }
    #block4 .flex-prev {
        left: 14%;
        top: 17%;
    }
    #block4 .flex-next {
        right: 14%;
        top: 17%;
    }
    #block4 {
        height: 2519px;
    }
    #block5 .product_descr .callback {
        margin: 30px auto 0 auto;
        font-size: 13px;
        font-weight: normal;
        width: 225px;
        line-height: 1.5;
    }
    #block5 .product_descr .timer {
        width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
}