/* styles */

body {
    min-width: 320px;
    background: #fff;
    font-family: 'Akrobat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #111;
    cursor: default;
}

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

.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: 900;
}

/* button */

.button {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 300px;
    height: 70px;
    border: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background-color: #ed5800;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ed5800), to(#ff8300));
    background-image: -webkit-linear-gradient(bottom, #ed5800 0%, #ff8300 100%);
    background-image: -moz-linear-gradient(bottom, #ed5800 0%, #ff8300 100%);
    background-image: -o-linear-gradient(bottom, #ed5800 0%, #ff8300 100%);
    background-image: linear-gradient(to top, #ed5800 0%, #ff8300 100%);
    -webkit-box-shadow: 0 4px 0 #b34100;
    -moz-box-shadow: 0 4px 0 #b34100;
    box-shadow: 0 4px 0 #b34100;
    font-family: 'Akrobat', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative;
}

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

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

/* titles */

h2 {
    margin: 0 0 40px;
    font-weight: 900;
    font-size: 48px;
    line-height: 54px;
    text-transform: uppercase;
    text-align: center;
}

h2 span {
    color: #ff7100;
}

/* offer */

.offer_section {
    background: #141414 center top no-repeat;
}

.offer_section.offer_top {
    padding: 20px 0 34px;
    background-image: url("../img/desctop__offer_top_bg.jpg");
}

.offer_section.offer_bottom {
    padding: 28px 0 42px;
    background-image: url("../img/desctop__offer_bottom_bg.jpg");
}

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

.offer_section .title_block .main_title {
    font-weight: 900;
    font-size: 60px;
    line-height: 66px;
    color: #ffc000;
    text-transform: uppercase;
}

.offer_section .title_block .subtitle {
    font-weight: 900;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
}

.offer_section .mobile_product {
    display: none;
}

.offer_section .benefits_list {
    float: right;
    margin: 280px 410px 0 0;
    width: 210px;
}

.offer_section .benefits_list li {
    margin: 0 0 20px;
    padding: 0 0 0 55px;
    font-weight: 900;
    font-size: 20px;
    line-height: 26px;
    color: #ffc000;
    text-transform: uppercase;
}

.offer_section .benefits_list li:first-child {
    background: url("../img/offer__benefit1_icon.png") left center no-repeat;
}

.offer_section .benefits_list li:nth-child(2) {
    background: url("../img/offer__benefit2_icon.png") 2px center no-repeat;
}

.offer_section .benefits_list li:last-child {
    margin: 0;
    background: url("../img/offer__benefit3_icon.png") 1px center no-repeat;
}

.offer_section .benefits_list li span {
    color: #fff;
    white-space: nowrap;
}

.offer_section .form_block {
    float: left;
    width: 300px;
}

.offer_section .action_block {
    margin: 0 0 30px;
}

.offer_section .discount_block {
    float: left;
    padding: 8px 0 0;
    width: 120px;
    height: 94px;
    background: #ff7100;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.offer_section .discount_block .text {
    margin: 0 0 2px;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}

.offer_section .discount_block .value {
    font-weight: 900;
    font-size: 44px;
    line-height: 44px;
}

.offer_section .price_block {
    float: left;
    padding: 7px;
    width: 180px;
    height: 94px;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-left: none;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}

.offer_section .price_block .price_wrapper {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    text-align: right;
}

.offer_section .price_block .price_old {
    margin: 0 0 3px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-decoration: line-through;
}

.offer_section .price_block .price_new {
    font-weight: 900;
    font-size: 40px;
    line-height: 44px;
    color: #ffc000;
}

.offer_section .timer_block {
    margin: 0 0 30px;
    font-weight: 900;
    text-align: center;
}

.offer_section .timer_block p {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}

.offer_section .timer_block .timer_item {
    float: left;
    margin: 0 30px 0 0;
    width: 80px;
    height: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#626268), color-stop(23%, #929b9d), color-stop(39%, #b9b9b9), color-stop(72%, #f4fcfc), to(#c2c2c2));
    background-image: -webkit-linear-gradient(bottom, #626268 0%, #929b9d 23%, #b9b9b9 39%, #f4fcfc 72%, #c2c2c2 100%);
    background-image: -moz-linear-gradient(bottom, #626268 0%, #929b9d 23%, #b9b9b9 39%, #f4fcfc 72%, #c2c2c2 100%);
    background-image: -o-linear-gradient(bottom, #626268 0%, #929b9d 23%, #b9b9b9 39%, #f4fcfc 72%, #c2c2c2 100%);
    background-image: linear-gradient(to top, #626268 0%, #929b9d 23%, #b9b9b9 39%, #f4fcfc 72%, #c2c2c2 100%);
    font-size: 50px;
    line-height: 54px;
    position: relative;
}

.offer_section .timer_block .timer_item:last-child {
    margin: 0;
}

.offer_section .timer_block .timer_item:before {
    display: block;
    content: ':';
    width: 30px;
    line-height: 40px;
    color: #acaeaf;
    position: absolute;
    top: 0;
    right: -30px;
}

.offer_section .timer_block .timer_item:last-child:before {
    display: none;
}

.offer_section .input {
    display: block;
    margin: 0 auto 15px;
    padding: 0 20px;
    width: 300px;
    height: 64px;
    border: 1px solid #fff;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background: #fff;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
    font-family: 'Akrobat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #111;
    text-align: center;
}

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

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

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

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

.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;
}

/* about */

.about_section {
    padding: 40px 0 0;
}

.about_section img {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    width: 280px;
}

.about_section .content_block {
    float: left;
    width: 640px;
}

.about_section .content_block h2 {
    text-align: left;
}

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

.about_section .content_block ul li {
    padding: 0 0 0 20px;
    position: relative;
}

.about_section .content_block ul li:before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ff7100;
    position: absolute;
    top: 9px;
    left: 0;
}

.about_section .content_block ul:nth-of-type(1) {
    margin: 0 0 25px;
}

.about_section .content_block ul:nth-of-type(2) {
    width: 370px;
}

.about_section .content_block ul:nth-of-type(2) li {
    display: inline-block;
    vertical-align: top;
}

.about_section .content_block ul:nth-of-type(2) li:nth-child(odd) {
    width: 150px;
}

/* video */

.video_section {
    padding: 40px 0 50px;
    background: #ff7100 url("../img/desctop__video_bg.jpg") center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.video_section .video_block {
    margin: 0 auto;
    width: 770px;
    height: 564px;
    background: #000;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
    overflow: hidden;
    position: relative;
}

.video_section .video_block iframe,
.video_section .video_block object,
.video_section .video_block embed {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* benefits */

.benefits_section {
    padding: 40px 0 54px;
    background: #f5eefb url("../img/benefits_bg.jpg");
}

.benefits_section .benefits_block {
    margin: 0 0 40px;
    min-height: 300px;
    position: relative;
}

.benefits_section .benefits_block img {
    display: block;
    width: 300px;
    border: 6px solid #d8d2d7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
}

.benefits_section ul {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
}

.benefits_section ul li {
    display: inline-block;
    vertical-align: top;
    padding: 26px 0 26px 70px;
    width: 300px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    position: relative;
}

.benefits_section ul li:nth-child(odd) {
    margin: 0 340px 0 0;
    padding: 26px 70px 26px 0;
    text-align: right;
}

.benefits_section ul li:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    content: '';
    width: 60px;
    height: 60px;
    border: 3px solid #ff7100;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff center no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
}

.benefits_section ul li:nth-child(odd):before {
    left: auto;
    right: 0;
}

.benefits_section ul li:nth-child(1):before {
    background-image: url("../img/benefits__benefit1_icon.png");
}

.benefits_section ul li:nth-child(2):before {
    background-image: url("../img/benefits__benefit2_icon.png");
}

.benefits_section ul li:nth-child(3):before {
    background-image: url("../img/benefits__benefit3_icon.png");
}

.benefits_section ul li:nth-child(4):before {
    background-image: url("../img/benefits__benefit4_icon.png");
}

.benefits_section ul li:nth-child(5):before {
    background-image: url("../img/benefits__benefit5_icon.png");
}

.benefits_section ul li:nth-child(6):before {
    background-image: url("../img/benefits__benefit6_icon.png");
}

/* use */

.use_section {
    padding: 40px 0;
}

.use_section .use_item {
    float: left;
    margin: 0 20px 0 0;
    width: 300px;
}

.use_section .use_item:last-child {
    margin: 0;
}

.use_section .image_block {
    margin: 0 0 15px;
    width: 300px;
    height: 200px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.use_section .image_block img {
    display: block;
}

.use_section .image_block p {
    padding: 8px 10px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.use_section ul li {
    margin: 0 0 10px;
    padding: 0 0 0 35px;
    background: url("../img/use__tick_icon.png") left 3px no-repeat;
    font-weight: 700;
}

.use_section ul li:last-child {
    margin: 0;
}

/* order steps */

.order_steps_section {
    padding: 40px 0;
    background: #282828 url("../img/desctop__order_steps_bg.jpg") center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.order_steps_section .steps_list {
    position: relative;
}

.order_steps_section .steps_list:before {
    display: block;
    content: '';
    width: 640px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -320px;
}

.order_steps_section .step_item {
    float: left;
    margin: 0 20px 0 0;
    padding: 0 25px;
    width: 300px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
}

.order_steps_section .step_item:last-child {
    margin: 0;
}

.order_steps_section .step_item .number {
    width: 52px;
    height: 52px;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ff7100;
    font-weight: 900;
    font-size: 30px;
    line-height: 42px;
    position: absolute;
    top: 0;
    left: 60px;
}

.order_steps_section .step_item img {
    display: block;
    margin: 0 auto 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.order_steps_section .step_item h4 {
    margin: 0 0 5px;
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}

/* reviews */

.reviews_section {
    padding: 40px 0 50px;
    background: #f5eefb url("../img/benefits_bg.jpg");
}

.reviews_section .review_item {
    display: table;
    margin: 0 0 40px;
    width: 100%;
}

.reviews_section .review_item:last-child {
    margin: 0;
}

.reviews_section .image_block {
    display: table-cell;
    vertical-align: middle;
    width: 172px;
}

.reviews_section .image_block img {
    display: block;
    width: 172px;
    border: 6px solid #ff7100;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

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

.reviews_section .text_block h4 {
    margin: 0 0 5px;
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}

/* footer */

.footer_section {
    padding: 25px 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

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

.footer_section a {
    color: #111;
}

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

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

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

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

    /* offer */
    .offer_section.offer_top {
        background-image: url("../img/tablet__offer_top_bg.jpg");
    }

    .offer_section.offer_bottom {
        background-image: url("../img/tablet__offer_bottom_bg.jpg");
    }

    .offer_section .benefits_list {
        margin: 280px 90px 0 0;
    }

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

    .about_section img {
        display: none;
    }

    .about_section .content_block {
        float: none;
        width: 100%;
    }

    .about_section .content_block h2 {
        margin: 0 0 20px;
        text-align: center;
    }

    .about_section .content_block h2 span {
        display: block;
    }

    .about_section .content_block p {
        margin: 0 0 15px;
    }

    .about_section .content_block ul:nth-of-type(1) {
        margin: 0 0 15px;
    }

    .about_section .content_block ul:nth-of-type(2) {
        width: auto;
    }

    .about_section .content_block ul:nth-of-type(2) li {
        margin: 0 15px 0 0;
    }

    .about_section .content_block ul:nth-of-type(2) li:nth-child(odd) {
        width: auto;
    }

    /* video */
    .video_section {
        padding: 30px 0 40px;
        background-image: url("../img/tablet__video_bg.jpg");
    }

    .video_section .video_block {
        width: 604px;
        height: 442px;
    }

    /* benefits */
    .benefits_section {
        padding: 30px 0 44px;
    }

    .benefits_section .benefits_block {
        margin: 0 0 4px;
        min-height: auto;
    }

    .benefits_section .benefits_block img {
        display: none;
    }

    .benefits_section ul li {
        margin: 0 0 32px 20px;
        padding: 0 0 0 70px;
    }

    .benefits_section ul li:nth-child(odd) {
        margin: 0 0 32px;
        padding: 0 0 0 70px;
        text-align: left;
    }

    .benefits_section ul li:nth-child(odd):before {
        left: 0;
        right: auto;
    }

    /* use */
    .use_section {
        padding: 30px 0 40px;
    }

    .use_section .use_item {
        float: none;
        display: table;
        margin: 0 0 30px;
        width: 100%;
    }

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

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

    /* order steps */
    .order_steps_section {
        padding: 30px 0;
        background-image: url("../img/tablet__order_steps_bg.jpg");
    }

    .order_steps_section .steps_list:before {
        width: 500px;
        margin-left: -250px;
    }

    .order_steps_section .step_item {
        padding: 0;
        width: 193px;
    }

    .order_steps_section .step_item .number {
        left: 6px;
    }

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

    .reviews_section .review_item {
        margin: 0 0 30px;
    }

}

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

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

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

    /* offer */
    .offer_section.offer_top {
        padding: 25px 0 34px;
        background-image: url("../img/mobile__offer_bg.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .offer_section.offer_bottom {
        padding: 25px 0 34px;
        background-image: url("../img/mobile__offer_bg.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .offer_section .title_block {
        text-align: center;
    }

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

    .offer_section .mobile_product {
        display: block;
        margin: 0 auto 30px;
    }

    .offer_section .benefits_list {
        float: none;
        margin: 0 0 30px;
        width: 100%;
    }

    .offer_section .benefits_list li {
        line-height: 40px;
    }

    .offer_section .form_block {
        float: none;
    }

    /* about */
    .about_section .content_block ul:nth-of-type(1) {
        margin: 0 0 15px;
    }

    .about_section .content_block ul:nth-of-type(1) li {
        margin: 0 0 5px;
    }

    .about_section .content_block ul:nth-of-type(1) li:last-child {
        margin: 0;
    }

    .about_section .content_block ul:nth-of-type(2) li {
        display: block;
        margin: 0 0 5px;
    }

    .about_section .content_block ul:nth-of-type(2) li:last-child {
        margin: 0;
    }

    /* video */
    .video_section {
        background-image: url("../img/mobile__video_bg.jpg");
    }

    .video_section .video_block {
        width: 284px;
        height: 208px;
    }

    /* benefits */
    .benefits_section ul li {
        margin: 0 0 32px;
    }

    /* use */
    .use_section {
        padding: 30px 0;
    }

    .use_section .use_item {
        display: block;
    }

    .use_section .image_block {
        display: block;
    }

    .use_section .text_block {
        display: block;
        padding: 0;
    }

    /* order steps */
    .order_steps_section {
        background-image: none;
    }

    .order_steps_section .steps_list:before {
        display: none;
    }

    .order_steps_section .step_item {
        float: none;
        margin: 0 0 30px;
        padding: 0 25px;
        width: 100%;
    }

    .order_steps_section .step_item .number {
        left: 60px;
    }

    /* reviews */
    .reviews_section .review_item {
        display: block;
    }

    .reviews_section .image_block {
        display: block;
        margin: 0 auto 15px;
    }

    .reviews_section .text_block {
        display: block;
        padding: 0;
        text-align: center;
    }

}

.reviews_section .video_reviews_list {
    margin: 40px 0 0;
}

.reviews_section .video_review {
    float: left;
    margin: 0 20px 0 0;
    width: 300px;
    height: 169px;
    background: #000;
    overflow: hidden;
    position: relative;
}

.reviews_section .video_review:last-child {
    margin: 0;
}

.reviews_section .video_review iframe,
.reviews_section .video_review object,
.reviews_section .video_review embed {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 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 br {
    display: none;
}

.copyright img {
    margin: 10px auto !important;
    max-width: 100%;
}

.copyright a {
    color: #6C6E6F;
    text-decoration: none;
}

.copyright a:hover {
    color: #FF0069;
    text-decoration: none;
}

.errField {
    display: none;
    font-size: 14px;
    background: #f00;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.errorMessage {
    font-size: 11px;
    background: rgba(255, 0, 0, 0.64);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    margin: 34px 0 0;
}
