@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
.flexslider {
    width: 900px;
    margin: 0px auto 0px auto;
    position: relative;
}
.al-country {
    display: none !important;
}
.footer {
    float: left;
    width: 100%;
}
.flex-control-nav {
    display: none;
}

.slides {
    float: left;
}

.slides li {
    list-style: none;
}

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

.flex-next {
    background: url("../img/arrow_right.png") no-repeat center center;
    width: 13px;
    height: 21px;
    position: absolute;
    right: -5%;
    top: 60%;
    margin-top: -40px;
    text-indent: -9999999px;
}

.flex-prev {
    background: url("../img/arrow_left.png") no-repeat center center;
    width: 13px;
    height: 21px;
    position: absolute;
    left: -5%;
    top: 60%;
    margin-top: -40px;
    text-indent: -9999999px;
}

div .wrap .desktop {
    display: block;
}
div .wrap .mobile {
    display: none;
}
div .wrap .mobile320 {
    display: none;
}
div .wrap .not320 {
    display: block;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: arial, sans-serif;
    font-weight: bold;
}
p,
div,
span,
a,
li {
    font-family: arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style-type: none;
    outline: none;
}

h1 {
    font-size: 45px;
    line-height: 40px;
}
h2 {
    font-size: 25px;
    line-height: 40px;
}
h3 {
    font-size: 18px;
    line-height: 23px;
}

.clear {
    clear: both;
}

.container {
    width: 100%;
    float: left;
}
.wrap {
    width: 1140px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}

.dark_gray {
    color: #656567;
}
.white {
    color: #fff;
}

.price {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.price span {
    font-size: 20px;
    font-weight: bold;
}
.price span.dds {
    display: block;
    text-align: right;
    font-size: 10px;
    margin-right: 70px;
    color: white;
}
.price .old_price {
    text-decoration: line-through;
    padding-right: 25px;
    color: rgba(255, 255, 255, 0.5);
}

.order_button {
    box-sizing: border-box;
    display: block;
    height: 60px;
    width: 300px;
    background-color: #ff681e;
    border-radius: 35px;
    border: none;
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    margin: 25px auto 0 auto;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
}

.order_button:disabled:hover {
    cursor: not-allowed;
    box-shadow: none;
    border: none;
}

.order_button:hover {
    border: 1px solid #fff;
    -moz-box-shadow: 0 0 10px #fff;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    color: #fff;
}

form input,
select {
    box-sizing: border-box;
    display: block;
    width: 300px;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 35px;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    color: #fff;
    margin: 0 auto 15px auto;
    background-color: rgba(255, 255, 255, 0.3);
    text-align: left !important;
}

form select option {
    color: #000;
}

.timer {
    margin: 0px auto;
    text-align: left;
    max-width: 320px;
}

.timer .title {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

.timer .block {
    float: left;
}

.timer .block .rect {
    font-family: arial, sans-serif;
    font-weight: bold;
    line-height: 45px;
    font-size: 45px;
    padding: 5px 5px;
}

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

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

.wrap > h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

#header {
    background-color: #5db6ef;
    height: 62px;
    position: fixed;
    top: 0px;
    z-index: 5;
}
#header p {
    float: left;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    line-height: 65px;
}
#header ul {
    list-style-type: none;
    display: block;
    float: right;
}
#header ul li {
    float: left;
    margin-right: 38px;
}
#header ul li a {
    line-height: 62px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

#block1 {
    background: url("../img/block1.jpg") no-repeat center center;
    height: 769px;
}
#block1 .left {
    width: 445px;
    text-align: left;
    padding-top: 150px;
}
#block1 .left h1 {
    margin-bottom: 20px;
}
#block1 .left h1 + p {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 45px;
}

#block1 .left ul {
    width: 100%;
}
#block1 .left ul li {
    display: block;
    height: 40px;
    line-height: 40px;
}
#block1 .left ul li:before {
    content: "";
    margin-left: 0ex;
    margin-right: 1ex;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background: url(../img/block1_ico1.png) no-repeat center center;
}
#block1 .left ul li + li:before {
    background: url(../img/block1_ico2.png) no-repeat center center;
}
#block1 .left ul li + li + li:before {
    background: url(../img/block1_ico3.png) no-repeat center center;
}

#block1 .left .timer {
    margin: 50px 0;
}

#block1 .right.order {
    margin-top: 150px;
    padding: 45px 50px;
    text-align: center;
    background-color: rgba(93, 182, 239, 0.13);
    border-radius: 35px;
}
#block1 .right.order .sale {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
#block1 .right.order .sale + p {
    font-size: 18px;
}
#block1 .right.order .price {
    margin-bottom: 40px;
    margin-top: 25px;
}

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

#block2 h2 {
    padding-top: 75px;
    margin-bottom: 60px;
    text-align: center;
}
#block2 .component {
    width: 540px;
    float: left;
    padding: 0 10px;
    margin-bottom: 40px;
}
#block2 .component p {
    width: 310px;
    padding-top: 45px;
}
#block2 .component .comp_img {
    display: block;
    width: 142px;
    height: 142px;
}
#block2 .block2_img {
    background: url("../img/block2_img.png") no-repeat center center;
    width: 100%;
    height: 434px;
    margin-top: 30px;
}

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

#block2 .group .item h3 {
    text-align: center;
    margin: 0px 0 20px;
    font-size: 40px;
    color: #f7486d;
}
#block2 .group .item p {
    text-align: center;
}

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

#block3 .left {
    width: 445px;
    text-align: left;
    padding-top: 100px;
}
#block3 .left h2 {
    margin-bottom: 20px;
    font-size: 45px;
}
#block3 .left h2 + p {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 45px;
}

#block3 .left .timer {
    margin: 80px 0;
}

#block3 .right.order {
    margin-top: 60px;
    padding: 45px 20px;
    text-align: center;
    background-color: rgba(93, 182, 239, 0.13);
    border-radius: 35px;
}
#block3 .right.order .sale {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
#block3 .right.order .sale + p {
    font-size: 18px;
}
#block3 .right.order .price {
    margin-bottom: 40px;
    margin-top: 25px;
}

#block3 .right.product {
    width: 300px;
    height: 400px;
    background: url(../img/product.png) no-repeat center center;
    position: relative;
    top: 100px;
    right: 5px;
}

#block4 {
    background: #ffffff;
    height: 1650px;
}
#block4 h2 {
    padding-top: 75px;
    margin-bottom: 70px;
    text-align: center;
}

#block4 .flex-next {
    right: -4%;
    top: 50%;
}

#block4 .flex-prev {
    left: 33%;
    top: 28%;
    display: none;
}

#block4 .slides .photo {
    width: 142px;
    height: 142px;
    margin-right: 0px;
    float: left;
}

#block4 .slides .feed {
    float: right;
    width: 750px;
}
#block4 .slides .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

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

#block4 .fake_img {
    background: url("../img/block4_img2.png") no-repeat center center;
    width: 458px;
    height: 249px;
}

#block4 .fake_descr {
    width: 485px;
}
#block4 .fake_descr p {
    margin-bottom: 30px;
}

#block4 h2:last-of-type {
    padding-top: 40px;
    margin-bottom: 60px;
}
#block4 .item {
    width: 250px;
    padding: 0 58px;
}
#block4 .item img {
    display: block;
    width: 64px;
    height: 70px;
    margin: 0 auto 30px auto;
}
#block4 .item p {
    text-align: center;
}

#block5 {
    background: url("../img/block5.jpg") no-repeat center center;
    height: 658px;
    /*	margin-bottom: 40px;*/
}

#block5 .left {
    width: 445px;
    text-align: left;
    padding-top: 100px;
}
#block5 .left h2 {
    margin-bottom: 20px;
    font-size: 45px;
}
#block5 .left h2 + p {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 45px;
}

#block5 .left .timer {
    margin: 80px 0;
}

#block5 .right.order {
    margin-top: 60px;
    padding: 45px 20px;
    text-align: center;
    background-color: rgba(93, 182, 239, 0.13);
    border-radius: 35px;
}
#block5 .right.order .sale {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
#block5 .right.order .sale + p {
    font-size: 18px;
}
#block5 .right.order .price {
    margin-bottom: 40px;
    margin-top: 25px;
}

#block5 .right.product {
    width: 300px;
    height: 400px;
    background: url(../img/product.png) no-repeat center center;
    position: relative;
    top: 100px;
    right: 5px;
}

#footer {
    height: 100px;
    text-align: center;
    background-color: #151515;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #fff;
    padding-top: 25px;
}

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

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

.checkbox-wrapper {
    width: 280px;
    margin: 0 auto;
}
.checkbox-wrapper label {
    color: #d7d7da;
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font: 14px/14px "roboto_regular";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-wrapper label input {
    display: none;
}

.checkbox-wrapper label span {
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.checkbox-wrapper label input:checked ~ span {
    background: transparent;
}

.checkbox-wrapper label span:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-wrapper label input:checked ~ span:after {
    display: block;
}

.checkbox-wrapper label span:after {
    left: 4px;
    top: 0;
    width: 3px;
    height: 9px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-wrapper a {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 1150px) {
    .price span.dds {
        margin-right: 50px;
    }
    div .wrap .desktop {
        display: none;
    }
    div .wrap .mobile {
        display: block;
    }
    div .wrap .mobile320 {
        display: none;
    }
    div .wrap .not320 {
        display: block;
    }
    .wrap {
        width: 570px;
    }

    .wrap > h2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .wrap > .left,
    .wrap > .right {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    #header {
        display: none;
    }

    #block1 {
        background: url("../img/img_640_block1.jpg") no-repeat;
        background-size: auto 100%;
        height: 1330px;
    }
    #block1 .left {
        width: 445px;
        text-align: center;
        padding-top: 100px;
    }

    #block1 .left .timer {
        margin: 50px auto;
    }

    #block1 .right.order {
        margin-top: 50px;
        width: 300px;
    }

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

    #block2 h2 {
        padding-top: 60px;
        margin-bottom: 60px;
        text-align: center;
    }
    #block2 .component {
        width: 520px;
        float: none;
        padding: 0 20px;
        margin: 0 auto 30px auto;
    }
    #block2 .component p {
        width: 350px;
    }

    #block2 .block2_img {
        background: url("../img/img_640_block2_img.png") no-repeat center center;
        width: 100%;
        height: 335px;
        margin-top: 65px;
    }

    #block2 .group .item {
        width: 245px;
        float: left;
        padding: 0 20px;
        margin-bottom: 40px;
    }
    #block2 .group .item:nth-of-type(1),
    #block2 .group .item:nth-of-type(4) {
        margin-left: 0px;
    }
    #block2 .group .item:last-of-type {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    #block3 {
        background: url("../img/img_640_block3.jpg") no-repeat;
        background-size: auto 100%;
        height: 1230px;
    }

    #block3 .left {
        width: 445px;
        text-align: center;
        padding-top: 70px;
    }

    #block3 .left .timer {
        margin: 50px auto;
    }

    #block3 .right.order {
        margin-top: 70px;
        width: 300px;
        float: right;
        margin-right: 45px;
    }

    #block3 .right.product {
        float: right;
    }

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

    #block4 h2 {
        padding-top: 60px;
        margin-bottom: 40px;
    }

    #block4 .flexslider {
        width: 550px;
        margin: 10px auto 0 auto;
        position: relative;
    }
    #block4 .slides .feed {
        float: right;
        width: 550px;
    }
    #block4 .slides .title {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }
    #block4 .slides .photo {
        width: 142px;
        height: 142px;
        margin-right: auto;
        margin-left: auto;
        float: none;
        margin-bottom: 40px;
    }
    #block4 .flex-next {
        right: 27%;
        top: 28%;
    }

    #block4 .flex-prev {
        left: 27%;
        top: 28%;
        display: block;
    }

    #block4 .block4_img {
        width: 100%;
        height: 335px;
        background: url(../img/img_640_block4_img.png) no-repeat center center;
        margin-top: 80px;
    }

    #block4 .fake_img {
        margin: 0px auto 0;
        float: none;
    }

    #block4 .wrap > h2:last-of-type {
        padding-top: 40px;
        margin-bottom: 60px;
    }
    #block4 .fake_descr {
        width: 540px;
        float: none;
        margin: 0 auto 0px;
    }
    #block4 .fake_descr p:last-of-type {
        margin-bottom: 0;
    }

    #block4 .item {
        width: 180px;
        padding: 0 5px;
    }

    #block5 {
        background: url("../img/img_640_block5.jpg") no-repeat;
        background-size: auto 100%;
        height: 1195px;
        margin-bottom: 25px;
    }

    #block5 .left {
        width: 445px;
        text-align: center;
        padding-top: 70px;
    }

    #block5 .left .timer {
        margin: 50px auto;
    }

    #block5 .right.order {
        margin-top: 70px;
        width: 300px;
        float: right;
        margin-right: 45px;
    }

    #block5 .right.product {
        float: right;
    }
}
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------320-------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width: 639px) {
    .price span.dds {
        margin-right: 35px;
    }
    .wrap {
        width: 284px;
    }
    div .wrap .desktop {
        display: none;
    }
    div .wrap .mobile320 {
        display: block;
    }
    div .wrap .not320 {
        display: none;
    }

    h1 {
        font-size: 30px;
        line-height: 35px;
    }
    h2 {
        font-size: 20px;
        line-height: 25px;
    }
    h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .wrap > h2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .wrap > .left,
    .wrap > .right {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    form input,
    form select,
    .order_button {
        width: 260px;
    }
    #header {
        display: none;
    }

    #block1 {
        background: url("../img/img_320_block1.jpg") no-repeat top center;
        height: 1300px;
        background-size: cover;
    }

    #block1 .left {
        width: 100%;
        text-align: center;
        padding-top: 60px;
    }

    #block1 .left h1 {
        margin-bottom: 20px;
    }

    #block1 .left h1 + p {
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 45px;
    }

    #block1 .left ul {
        width: 100%;
    }

    #block1 .left ul li {
        display: block;
        min-height: 40px;
        line-height: 20px;
        text-align: left;
        margin-bottom: 20px;
    }

    #block1 .left ul li:before {
        content: "";
        margin-left: 0ex;
        margin-right: 1ex;
        display: block;
        float: left;
        width: 40px;
        height: 40px;
        background: url(../img/block1_ico1.png) no-repeat center center;
    }

    #block1 .left .timer {
        margin: 50px auto;
    }

    #block1 .right.order {
        margin-top: 50px;
        padding: 30px 10px;
        text-align: center;
        background-color: rgba(93, 182, 239, 0.13);
        border-radius: 35px;
        width: 260px;
    }

    #block1 .right.order .sale {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    #block1 .right.order .sale + p {
        font-size: 16px;
    }

    #block1 .right.order .price {
        margin-bottom: 40px;
        margin-top: 25px;
    }

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

    #block2 h2 {
        padding-top: 60px;
        margin-bottom: 50px;
        text-align: center;
    }
    #block2 .component img {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    #block2 .component {
        width: 100%;
        float: none;
        padding: 0 0px;
        margin: 0 auto 40px auto;
    }
    #block2 .component p {
        width: 100%;
        padding-top: 15px;
        text-align: justify;
    }

    #block2 .block2_img {
        background: url("../img/img_320_block2_img.png") no-repeat center center;
        width: 100%;
        height: 280px;
        margin-top: 65px;
        background-size: contain;
    }

    #block2 .group .item {
        width: 245px;
        float: none;
        padding: 0 20px;
        margin-bottom: 40px;
    }
    #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/img_320_block3.jpg") no-repeat center center;
        height: 1100px;
        background-size: cover;
    }

    #block3 .left {
        width: 100%;
        text-align: center;
        padding-top: 50px;
    }
    #block3 .left h2 {
        margin-bottom: 20px;
        font-size: 30px;
    }
    #block3 .left h2 + p {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 45px;
    }

    #block3 .left .timer {
        margin: 50px auto;
    }

    #block3 .right.order {
        margin-top: 40px;
        padding: 25px 10px;
        text-align: center;
        background-color: rgba(93, 182, 239, 0.13);
        border-radius: 35px;
        width: 260px;
        float: none;
        margin-right: auto;
    }
    #block3 .right.order .sale {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    #block3 .right.order .sale + p {
        font-size: 16px;
    }
    #block3 .right.order .price {
        margin-bottom: 40px;
        margin-top: 25px;
    }

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

    #block4 h2 {
        padding-top: 60px;
        margin-bottom: 40px;
        font-size: 18px;
    }

    #block4 .flexslider {
        width: 100%;
        margin: 10px auto 0 auto;
        position: relative;
    }
    #block4 .slides .feed {
        float: none;
        width: 100%;
        text-align: justify;
    }
    #block4 .slides .title {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }
    #block4 .slides .photo {
        width: 142px;
        height: 142px;
        margin-right: auto;
        margin-left: auto;
        float: none;
        margin-bottom: 40px;
    }
    #block4 .flex-next {
        right: 10%;
        top: 18%;
    }

    #block4 .flex-prev {
        left: 10%;
        top: 18%;
        display: block;
    }

    #block4 .block4_img {
        width: 100%;
        height: 282px;
        background: url(../img/img_320_block4_img.png) no-repeat center center;
        background-size: contain;
        margin-top: 20px;
    }

    #block4 .fake_img {
        margin: 0px auto 0;
        float: none;
        background-size: contain;
        width: 100%;
    }

    #block4 .wrap > h2:last-of-type {
        padding-top: 30px;
        margin-bottom: 50px;
    }
    #block4 .fake_descr {
        width: 100%;
        float: none;
        margin: 0 auto 0px;
        text-align: justify;
    }
    #block4 .fake_descr p:last-of-type {
        margin-bottom: 0;
    }

    #block4 .item {
        width: 250px;
        padding: 0 5px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
    #block4 .item img {
        display: block;
        width: 64px;
        height: 70px;
        margin: 0 auto 10px auto;
    }
    #block4 .item p {
        text-align: center;
    }

    #block5 {
        background: url("../img/img_320_block5.jpg") no-repeat center center;
        height: 1130px;
        background-size: cover;
    }

    #block5 .left {
        width: 100%;
        text-align: center;
        padding-top: 50px;
    }
    #block5 .left h2 {
        margin-bottom: 20px;
        font-size: 30px;
    }
    #block5 .left h2 + p {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 45px;
    }

    #block5 .left .timer {
        margin: 50px auto;
    }

    #block5 .right.order {
        margin-top: 40px;
        padding: 25px 10px;
        text-align: center;
        background-color: rgba(93, 182, 239, 0.13);
        border-radius: 35px;
        width: 260px;
        float: none;
        margin-right: auto;
    }
    #block5 .right.order .sale {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    #block5 .right.order .sale + p {
        font-size: 16px;
    }
    #block5 .right.order .price {
        margin-bottom: 40px;
        margin-top: 25px;
    }
}
