/* styles */

body {
    min-width: 320px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    cursor: default;
}

header, section, footer {
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
}

.wrapper {
    margin: 0 auto;
    padding: 0 10px;
    width: 960px;
    position: relative;
}

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

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

b {
    font-weight: 700;
}

/* button */

.button {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 300px;
    height: 68px;
    border: none;
    background-color: #df7b0b;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#df7b0b), to(#e6a501));
    background-image: -webkit-linear-gradient(bottom, #df7b0b 0%, #e6a501 100%);
    background-image: -moz-linear-gradient(bottom, #df7b0b 0%, #e6a501 100%);
    background-image: -o-linear-gradient(bottom, #df7b0b 0%, #e6a501 100%);
    background-image: linear-gradient(to top, #df7b0b 0%, #e6a501 100%);
    -webkit-box-shadow: 0 4px 0 #b76302;
    -moz-box-shadow: 0 4px 0 #b76302;
    box-shadow: 0 4px 0 #b76302;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 68px;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 1px 0 #b76302;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.button:hover {
    background-color: #d7770b;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d7770b), to(#de9f02));
    background-image: -webkit-linear-gradient(bottom, #d7770b 0%, #de9f02 100%);
    background-image: -moz-linear-gradient(bottom, #d7770b 0%, #de9f02 100%);
    background-image: -o-linear-gradient(bottom, #d7770b 0%, #de9f02 100%);
    background-image: linear-gradient(to top, #d7770b 0%, #de9f02 100%);
}

.button:active {
    -webkit-box-shadow: 0 3px 0 #b76302;
    -moz-box-shadow: 0 3px 0 #b76302;
    box-shadow: 0 3px 0 #b76302;
    top: 1px;
}

/* titles */

h2 {
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
}

h2 b {
    display: block;
    font-size: 38px;
    line-height: 44px;
    color: #009fce;
}

/* offer */

.offer_section {
    padding: 40px 0 0;
    height: 607px;
    background: #666 url(../images/desctop__offer_bg.jpg) center top no-repeat;
}

.offer_section .title_block {
    margin: 0 0 40px 230px;
    width: 680px;
    text-transform: uppercase;
    text-align: center;
}

.offer_section .title_block .main_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #12ceff;
}

.offer_section .title_block .subtitle {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}

.offer_section .discount_block {
    -webkit-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    -o-transform: rotate(-16deg);
    -moz-transform: rotate(-16deg);
    transform: rotate(-16deg);
    color: #fff;
    text-shadow: 0 1px 0 #b76302;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 322px;
    left: 502px;
}

.offer_section .discount_block .value {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
}

.offer_section .form_block {
    margin: 0 0 0 620px;
    padding: 20px 10px;
    background-color: rgba(68, 68, 68, 0.7);
}

.offer_section .price_block {
    margin: 0 auto 10px;
    position: relative;
}

.offer_section .price_block:before {
    display: block;
    content: '';
    border-top: 32px solid #00addc;
    border-bottom: 32px solid #00addc;
    border-left: 20px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
}

.offer_section .price_block .price_item {
    float: left;
    padding: 13px 0 0;
    width: 50%;
    height: 64px;
    text-transform: uppercase;
    text-align: center;
}

.offer_section .price_block .price_item.old {
    background: #fff;
}

.offer_section .price_block .price_item.new {
    background: #00addc;
    font-weight: 700;
    color: #fff;
}

.offer_section .price_block .text {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 12px;
}

.offer_section .price_block .value {
    font-size: 24px;
    line-height: 24px;
}

.offer_section .price_block .price_item.old .value {
    text-decoration: line-through;
}

.offer_section .input {
    display: block;
    margin: 0 auto 10px;
    padding: 0 20px 0 60px;
    width: 300px;
    height: 60px;
    border: none;
    background: #fff 20px center no-repeat;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222;
}

.offer_section .input[name="name"] {
    background-image: url(../images/offer__name_icon.png);
}

.offer_section .input[name="phone"] {
    background-image: url(../images/offer__phone_icon.png);
}

.offer_section .input::-webkit-input-placeholder {
    opacity: 1;
    color: #666;
}

.offer_section .input:-moz-placeholder {
    opacity: 1;
    color: #666;
}

.offer_section .input::-moz-placeholder {
    opacity: 1;
    color: #666;
}

.offer_section .input:-ms-input-placeholder {
    opacity: 1;
    color: #666;
}

.offer_section .input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.offer_section .input:focus:-moz-placeholder {
    opacity: 0;
}

.offer_section .input:focus::-moz-placeholder {
    opacity: 0;
}

.offer_section .input:focus:-ms-input-placeholder {
    opacity: 0;
}

.offer_section .count_block {
    margin: 20px 0 0;
    color: #fff;
    text-align: center;
}

.offer_section .count_block .value {
    margin: 10px 0 0;
    height: 27px;
    background: url(../images/offer__count_bg.png) center no-repeat;
    font-weight: 700;
    line-height: 28px;
}

/* about */

.about_section {
    padding: 40px 0;
}

.about_section .main_image {
    display: block;
    float: left;
    margin: -9px 0 0;
    width: 303px;
}

.about_section .text_block {
    float: left;
    width: 637px;
}

.about_section .text_block p {
    margin: 0 0 30px 25px;
}

.about_section .text_block img {
    display: block;
    float: left;
    margin: 0 11px 0 0;
}

.about_section .text_block img:last-child {
    margin: 0;
}

.about_section .video {
    width: 595px;
    height: 335px;
    margin: 30px auto 0;
}

/* benefits */

.benefits_section {
    padding: 40px 0;
    background: #f0f1f3 url(../images/desctop__benefits_bg.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.benefits_section .benefit_item {
    float: left;
    margin: 0 20px 0 0;
    padding: 0 10px;
    width: 300px;
    text-align: center;
}

.benefits_section .benefit_item:last-child {
    margin: 0;
}

.benefits_section .benefit_item .image_block {
    margin: 0 auto;
    width: 146px;
}

.benefits_section .benefit_item img {
    display: block;
}

.benefits_section .benefit_item h4 {
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.benefits_section .benefit_item p {
    font-size: 14px;
    line-height: 22px;
}

/* gallery */

.gallery_block {
    overflow: hidden;
}

.gallery_block img {
    display: block;
    width: 1920px;
    max-width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

/* happyusers_section */

.happyusers_section {
    background: #00addc;
}

.happyusers_section .info {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    color: #ffffff;
    padding: 20px 0;
    line-height: 1.2em;
}


/* characteristics */

.characteristics_section {
    padding: 40px 0;
}

.characteristics_section .characteristics_block {
    float: left;
    margin: 4px 0 0;
    width: 435px;
}

.characteristics_section h3 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #009fce;
    text-transform: uppercase;
    text-align: center;
}

.characteristics_section ul li {
    padding: 12px 20px 12px 34px;
    text-align: right;
    position: relative;
}

.characteristics_section ul li:nth-child(odd) {
    background: #f7f7f7;
}

.characteristics_section ul li:before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #009fce;
    -webkit-box-shadow: 0 0 0 3px #b2e2f0;
    -moz-box-shadow: 0 0 0 3px #b2e2f0;
    box-shadow: 0 0 0 3px #b2e2f0;
    position: absolute;
    top: 20px;
    left: 13px;
}

.characteristics_section ul li b {
    float: left;
    width: 200px;
    text-align: left;
}

.characteristics_section .slider {
    float: left;
    width: 460px;
    border: 1px solid #bdbdbd;
}
.characteristics_section .video {
    float: left;
    width: 500px;
    height: 330px;
}

.characteristics_section .owl-prev,
.characteristics_section .owl-next {
    width: 57px;
    height: 57px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-image: url(../images/characteristics__arrows.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -28px;
}

.characteristics_section .owl-prev {
    background-position: left center;
    left: 20px;
}

.characteristics_section .owl-next {
    background-position: right center;
    right: 20px;
}

/* reviews */

.reviews_section {
    padding: 40px 0;
    background-color: #fafafb;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f6f8), to(#fafafb));
    background-image: -webkit-linear-gradient(bottom, #f5f6f8 0%, #fafafb 100%);
    background-image: -moz-linear-gradient(bottom, #f5f6f8 0%, #fafafb 100%);
    background-image: -o-linear-gradient(bottom, #f5f6f8 0%, #fafafb 100%);
    background-image: linear-gradient(to top, #f5f6f8 0%, #fafafb 100%);
}

.reviews_section .review_item .photo {
    display: block;
    float: left;
    width: 340px;
}

.reviews_section .review_item .text_block {
    float: left;
    margin: 34px 0 0 20px;
    width: 580px;
    text-align: center;
}

.reviews_section .review_item .author_block {
    margin: 0 0 15px;
}

.reviews_section .review_item .avatar {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    width: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reviews_section .review_item .name {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

.reviews_section .owl-prev,
.reviews_section .owl-next {
    width: 22px;
    height: 38px;
    background-image: url(../images/reviews__arrows.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 44px;
}

.reviews_section .owl-prev {
    background-position: left center;
    left: 420px;
}

.reviews_section .owl-next {
    background-position: right center;
    right: 60px;
}

/* order info */

.order_info_section {
    padding: 40px 0;
}

.order_info_section h2 b {
    color: #333;
}

.order_info_section .info_item {
    float: left;
    margin: 0 20px 0 0;
    padding: 0 10px;
    width: 300px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.order_info_section .info_item:last-child {
    margin: 0;
}

.order_info_section .info_item .icon_block {
    margin: 0 auto;
    width: 158px;
}

.order_info_section .info_item img {
    display: block;
}

.order_info_section .info_item h4 {
    margin: 15px 0 5px;
    font-weight: 700;
    text-transform: uppercase;
}

/* work info */

.work_info_section {
    padding: 40px 0;
    background-color: #fafafb;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f6f8), to(#fafafb));
    background-image: -webkit-linear-gradient(bottom, #f5f6f8 0%, #fafafb 100%);
    background-image: -moz-linear-gradient(bottom, #f5f6f8 0%, #fafafb 100%);
    background-image: -o-linear-gradient(bottom, #f5f6f8 0%, #fafafb 100%);
    background-image: linear-gradient(to top, #f5f6f8 0%, #fafafb 100%);
}

.work_info_section h2 b {
    color: #333;
}

.work_info_section .info_item {
    float: left;
    margin: 0 20px 0 0;
    padding: 0 10px;
    width: 220px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.work_info_section .info_item:last-child {
    margin: 0;
}

.work_info_section .info_item .icon_block {
    margin: 0 auto;
    width: 158px;
}

.work_info_section .info_item img {
    display: block;
}

.work_info_section .info_item h4 {
    margin: 15px 0 5px;
    font-weight: 700;
    text-transform: uppercase;
}

/* footer */

.footer_section {
    padding: 25px 0;
    font-size: 14px;
    text-align: center;
}

.footer_section img {
    display: block;
    margin: 0 auto 10px auto;
}

.footer_section a {
    color: #222;
}

.footer_section a:hover {
    text-decoration: none;
}

.link_order {
    color: #d7770b;
}

.shipping_info_section p{
    text-indent: 20px;
    text-align: justify;
}

@media screen and (max-width: 959px) {

    /* styles */
    .wrapper {
        width: 640px;
    }

    /* titles */
    h2 {
        font-size: 20px;
        line-height: 28px;
    }

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

    /* offer */
    .offer_section {
        padding: 42px 0 0;
        background-image: url(../images/tablet__offer_bg.jpg);
    }

    .offer_section .title_block {
        margin: 0 0 40px;
        width: 100%;
    }

    .offer_section .title_block .main_title {
        font-size: 30px;
        line-height: 36px;
    }

    .offer_section .title_block .subtitle {
        letter-spacing: 2.4px;
    }

    .offer_section .discount_block {
        top: 320px;
        left: 182px;
    }

    .offer_section .form_block {
        margin: 0 0 0 300px;
    }

    /* about */
    .about_section .main_image {
        float: none;
        margin: -10px auto 30px;
    }

    .about_section .text_block {
        float: none;
        width: 100%;
        text-align: center;
    }

    .about_section .text_block p {
        margin: 0 0 30px;
    }

    .about_section .text_block img {
        margin: 0 2px 0 0;
    }

    /* benefits */
    .benefits_section {
        background-image: none;
    }

    .benefits_section .benefit_item {
        display: table;
        float: none;
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: left;
    }

    .benefits_section .benefit_item .image_block {
        display: table-cell;
        vertical-align: middle;
    }

    .benefits_section .benefit_item .text_block {
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 0 20px;
    }

    /* gallery */
    .gallery_block img {
        width: 960px;
        max-width: 960px;
        margin-left: -480px;
    }

    /* happyusers_section */
    .happyusers_section .info {
        font-size: 25px;
    }

    /* characteristics */
    .characteristics_section .characteristics_block {
        float: none;
        margin: 0 auto 40px;
        width: 460px;
    }

    .characteristics_section h3 {
        margin: 0 0 40px;
        font-size: 30px;
        line-height: 36px;
    }

    .characteristics_section .slider {
        float: none;
        margin: 0 auto;
    }
    .characteristics_section .video {
        float: none;
        margin: 0 auto;
    }

    /* reviews */
    .reviews_section .review_item .photo {
        float: none;
        margin: 0 auto 20px;
        width: 300px;
    }

    .reviews_section .review_item .text_block {
        float: none;
        margin: 0;
        width: 100%;
    }

    .reviews_section .owl-prev,
    .reviews_section .owl-next {
        top: 93px;
    }

    .reviews_section .owl-prev {
        left: 80px;
    }

    .reviews_section .owl-next {
        right: 80px;
    }

    /* order info */
    .order_info_section .info_item {
        display: table;
        float: none;
        margin: 0 0 30px;
        padding: 0;
        width: 100%;
        text-align: left;
    }

    .order_info_section .info_item .icon_block {
        display: table-cell;
        vertical-align: middle;
    }

    .order_info_section .info_item .text_block {
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 0 30px;
    }

    .order_info_section .info_item h4 {
        margin: 0 0 5px;
    }
    /* work info */
    .work_info_section .info_item {
        display: table;
        float: none;
        margin: 0 0 30px;
        padding: 0;
        width: 100%;
        text-align: left;
    }

    .work_info_section .info_item .icon_block {
        display: table-cell;
        vertical-align: middle;
    }

    .work_info_section .info_item .text_block {
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 0 30px;
    }

    .work_info_section .info_item h4 {
        margin: 0 0 5px;
    }

}

@media screen and (max-width: 639px) {

    /* styles */
    .wrapper {
        width: 320px;
    }

    /* titles */
    h2 {
        margin: 0 0 30px;
        font-size: 16px;
        line-height: 24px;
    }

    h2 b {
        font-size: 20px;
        line-height: 26px;
    }

    /* offer */
    .offer_section {
        padding: 10px 0 20px;
        height: auto;
        background-image: url(../images/mobile__offer_bg.jpg);
    }

    .offer_section .title_block {
        margin: 0 0 527px;
    }

    .offer_section .title_block .main_title {
        margin: 0 0 2px;
        font-size: 26px;
        line-height: 32px;
    }

    .offer_section .title_block .subtitle {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal;
    }

    .offer_section .discount_block {
        top: 352px;
        left: 188px;
    }

    .offer_section .form_block {
        margin: 0;
        padding: 0;
        background: none;
    }

    /* about */
    .about_section {
        padding: 30px 0;
    }

    .about_section .main_image {
        margin: -5px auto 25px;
    }

    .about_section .text_block p {
        margin: 0 0 25px;
    }

    .about_section .text_block img {
        margin: 0;
        width: 33.333333%;
    }

    .about_section .video{
        width: 100%;
        height: 100%;
    }
    /* benefits */
    .benefits_section {
        padding: 15px 0 30px;
    }

    .benefits_section .benefit_item {
        display: block;
        margin: 0 0 15px;
        text-align: center;
    }

    .benefits_section .benefit_item .image_block {
        display: block;
    }

    .benefits_section .benefit_item .text_block {
        display: block;
        padding: 0;
    }

    /* gallery */
    .gallery_block img {
        width: 640px;
        max-width: 640px;
        margin-left: -320px;
    }

    /* happyusers_section */
    .happyusers_section .info {
        font-size: 18px;
    }

    /* characteristics */
    .characteristics_section {
        padding: 30px 0;
    }

    .characteristics_section .characteristics_block {
        margin: 0 auto 30px;
        width: 100%;
    }

    .characteristics_section h3 {
        margin: 0 0 30px;
        font-size: 20px;
        line-height: 26px;
    }

    .characteristics_section ul li {
        text-align: left;
    }

    .characteristics_section ul li b {
        display: block;
        width: 100%;
    }

    .characteristics_section .slider {
        width: 100%;
    }

    .characteristics_section .video {
        width: 100%;
        height: 100%;
    }

    .characteristics_section .owl-prev,
    .characteristics_section .owl-next {
        width: 30px;
        height: 30px;
        -webkit-background-size: 60px 30px;
        -moz-background-size: 60px 30px;
        -o-background-size: 60px 30px;
        background-size: 60px 30px;
        margin-top: -15px;
    }

    .characteristics_section .owl-prev {
        left: 15px;
    }

    .characteristics_section .owl-next {
        right: 15px;
    }

    /* reviews */
    .reviews_section {
        padding: 30px 0;
    }

    .reviews_section .owl-prev {
        left: 30px;
    }

    .reviews_section .owl-next {
        right: 30px;
    }

    /* order info */
    .order_info_section {
        padding: 30px 0;
    }

    .order_info_section .info_item {
        display: block;
        text-align: center;
    }

    .order_info_section .info_item .icon_block {
        display: block;
    }

    .order_info_section .info_item .text_block {
        display: block;
        padding: 0;
    }

    .order_info_section .info_item h4 {
        margin: 15px 0 5px;
    }

    /* work info */
    .work_info_section {
        padding: 30px 0;
    }

    .work_info_section .info_item {
        display: block;
        text-align: center;
    }

    .work_info_section .info_item .icon_block {
        display: block;
    }

    .work_info_section .info_item .text_block {
        display: block;
        padding: 0;
    }

    .work_info_section .info_item h4 {
        margin: 15px 0 5px;
    }

}

.timer {
    padding: 1px 40px 15px;
}

.timer p {
    padding: 0 0 10px;
    color: #fff;
}

.m1-form {
    background: #202020;
    padding: 30px 40px;
}

.footer {
    padding: 30px 0;
    line-height: 1em;
}

.footer a {
    font-size: 16px;
    display: block;
    color: #234161;
    padding: 10px 0 0;
}

.countbox {
    margin: 0 auto;
    line-height: 1.2;
    font-size: 30px;
    width: 300px;
    text-align: center;
    color: #fff;
}

.countbox .countbox-num {
    float: left;
    width: 60px;
    height: 30px;
    position: relative;
    color: #fff;
}

.countbox .countbox-space {
    float: left;
    width: 20px;
    line-height: 30px;
}

.countbox .countbox-space:before {
    content: '\003A';
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    color: #fff;
    line-height: 36px;
}

.countbox-hours1, .countbox-mins1, .countbox-secs1, .countbox-hours2, .countbox-mins2, .countbox-secs2 {
    float: left;
    width: 24px;
    height: 30px;
    text-align: center;
    /*background: #00addc;*/
    background: #fff;
    z-index: 1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    /*color: #fff;*/
    color: #00addc;
    line-height: 30px;
    margin: 0 3px;
}

.countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 36px;
    height: 18px;
    width: 60px;
    font-size: 16px;
    padding: 0 8px 4px;
    color: #fff;
    text-transform: lowercase;
}