/* styles */

body {
    min-width: 480px;
    background: #ddd;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    cursor: default;
}

.main_wrapper {
    margin: 0 auto;
    width: 480px;
    background: #fff;
}

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

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

b {
    font-weight: 700;
}

/* button */

.button {
    display: block;
    margin: 0 auto;
    width: 400px;
    height: 80px;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fe324b;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fe324b), to(#ff5178));
    background-image: -webkit-linear-gradient(bottom, #fe324b 0%, #ff5178 100%);
    background-image: -moz-linear-gradient(bottom, #fe324b 0%, #ff5178 100%);
    background-image: -o-linear-gradient(bottom, #fe324b 0%, #ff5178 100%);
    background-image: linear-gradient(to top, #fe324b 0%, #ff5178 100%);
    -webkit-box-shadow: 0 8px 20px rgba(254, 65, 97, 0.75);
    -moz-box-shadow: 0 8px 20px rgba(254, 65, 97, 0.75);
    box-shadow: 0 8px 20px rgba(254, 65, 97, 0.75);
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 80px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

/* titles */

h2.title {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
}

h2.title b {
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #ff4262;
}

/* offer */

.offer_section .info_block {
    padding: 0px 0 0;
    height: 590px;
    background: url("offer.png") center top no-repeat;
    position: relative;
    overflow: hidden;
}

.offer_section .main_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

.offer_section .subtitle {
    margin: 0 0 28px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.offer_section .discount {
    width: 160px;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-35deg);
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 35px;
    right: -17px;
}

.offer_section .benefits_list {
    padding: 20px 0 25px;
    background: #f9f9f9;
}

.offer_section .benefit_item {
    float: left;
    padding: 0 5px;
    width: 33.333333%;
    text-align: center;
}

.offer_section .benefit_item img {
    display: block;
    margin: 0 auto 15px;
}

.offer_section .timer_block {
    margin: 30px auto;
    width: 320px;
}

.offer_section .timer_block p {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

.offer_section .timer_item {
    float: left;
    margin: 0 46px 0 0;
    padding: 9px 0 0;
    width: 76px;
    height: 76px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #3ab8a2;
    color: #fff;
    text-align: center;
    position: relative;
}

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

.offer_section .timer_item:before {
    display: block;
    content: ':';
    width: 46px;
    font-size: 40px;
    line-height: 70px;
    color: #999;
    position: absolute;
    top: 0;
    right: -46px;
}

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

.offer_section .timer_item .count {
    font-size: 40px;
    line-height: 40px;
}

.offer_section .timer_item .text {
    font-size: 14px;
    line-height: 14px;
}

.offer_section .price_block {
    margin: 0 0 30px;
    background: url("price__discount_icon.png") center no-repeat;
}

.offer_section .price_item {
    float: left;
    width: 50%;
}

.offer_section .price_item.old {
    padding: 0 40px 0 0;
    text-align: right;
}

.offer_section .price_item.new {
    padding: 0 0 0 40px;
    color: #3ab8a2;
}

.offer_section .price_item .text {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 18px;
}

.offer_section .price_item .value {
    font-size: 36px;
    line-height: 36px;
}

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

.offer_section .price_item.new .value {
    font-weight: 700;
}

.offer_section .products_count {
    padding: 30px 0 25px;
    text-align: center;
}

.offer_section .products_count .line {
    margin: 0 auto 15px;
    width: 360px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #e9e5e6;
    overflow: hidden;
}

.offer_section .products_count .line:before {
    display: block;
    content: '';
    width: 260px;
    height: 10px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background-color: #f45bae;
    background-image: -webkit-gradient(linear, left top, right top, from(#f45bae), to(#83a6d0));
    background-image: -webkit-linear-gradient(left, #f45bae 0%, #83a6d0 100%);
    background-image: -moz-linear-gradient(left, #f45bae 0%, #83a6d0 100%);
    background-image: -o-linear-gradient(left, #f45bae 0%, #83a6d0 100%);
    background-image: linear-gradient(to right, #f45bae 0%, #83a6d0 100%);
}

.offer_section .products_count .text {
    font-size: 15px;
}

.offer_section .products_count b {
    font-size: 18px;
    color: #3ab8a2;
}

.offer_section .order_form h4 {
    margin: 0 40px 20px;
    font-weight: 400;
    text-align: center;
}

.offer_section .order_form h4 span {
    display: block;
    font-size: 24px;
    line-height: 32px;
}

.offer_section .field {
    display: block;
    margin: 0 auto 15px;
    padding: 0 20px 0 90px;
    width: 400px;
    height: 64px;
    border: 1px solid #ececec;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff 20px center no-repeat;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.offer_section .field[name="name"] {
    background-image: url("order__name_icon.png");
}

.offer_section .field[name="phone"] {
    background-image: url("order__phone_icon.png");
}

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

.offer_section .field:-moz-placeholder {
    opacity: 1;
    color: #777;
}

.offer_section .field::-moz-placeholder {
    opacity: 1;
    color: #777;
}

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

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

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

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

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

/* video */

.video_section {
    padding: 30px 20px;
    background: #6a66bf url("video_bg.jpg") center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.video_section h2.title {
    margin: 0 0 30px;
}

.video_section h2.title b {
    color: #fff;
}

.video_section .video_block {
    margin: 0 0 30px;
    width: 440px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #000;
    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;
}*/

.video_section .image {
    display: block;
    margin: 0 auto;
}

/* about */

.about_section {
    padding: 30px 20px;
}

.about_section h2.title {
    margin: 0 0 73px;
}

.about_section .description_block {
    padding: 68px 20px 25px;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    background: #fff;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    color: #ff4262;
    text-align: center;
    position: relative;
}

.about_section .description_block:before {
    display: block;
    content: '';
    width: 86px;
    height: 86px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff url("about__icon.png") center 15px no-repeat;
    -webkit-background-size: 40px auto;
    -moz-background-size: 40px auto;
    -o-background-size: 40px auto;
    background-size: 40px auto;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: -43px;
    left: 50%;
    margin-left: -43px;
}

.about_section .description_block:after {
    display: block;
    content: '';
    width: 480px;
    height: 200px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: -40px;
    left: -20px;
}

.about_section .description_block p {
    position: relative;
    z-index: 10;
}

.about_section .image {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.about_section .text_block {
    margin: 25px 0;
    text-align: center;
}

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

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

.about_section .text_block p span {
    background: #ffd9e0;
}

/* benefits */

.benefits_section {
    padding: 30px 0 10px;
    background: #6a66bf url("video_bg.jpg") center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.benefits_section h2.title {
    margin: 0 20px 30px;
    color: #fff;
}

.benefits_section h2.title b {
    color: #fff;
}

.benefits_section .benefits_list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}

.benefits_section .benefit_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 20px;
    width: 210px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
}

.benefits_section .benefit_item img {
    display: block;
    margin: 0 auto;
}

.benefits_section .benefit_item p {
    padding: 15px 10px;
}

/* use steps */

.use_steps_section {
    padding: 0 0 30px;
}

.use_steps_section h3 {
    margin: 4px 0;
    padding: 20px 0 18px;
    background: #ff4c72;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.use_steps_section h3 span {
    display: block;
    font-size: 30px;
    line-height: 36px;
}

.use_steps_section .image {
    display: block;
}

.use_steps_section .gif {
    display: block;
    margin: 30px auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15);
}

.use_steps_section .steps_list {
    margin: 0 20px 30px;
}

.use_steps_section .step_item {
    display: table;
    margin: 0 0 20px;
    padding: 0 0 69px;
    width: 100%;
    background: url("use_steps__arrow1.png") center bottom no-repeat;
}

.use_steps_section .step_item:nth-child(even) {
    background-image: url("use_steps__arrow2.png");
}

.use_steps_section .step_item:last-child {
    margin: 0;
    padding: 0;
    background: none;
}

.use_steps_section .step_item .icon_block {
    display: table-cell;
    vertical-align: middle;
    width: 74px;
}

.use_steps_section .step_item .icon {
    width: 74px;
    height: 74px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff1f0;
    font-size: 0;
    line-height: 74px;
    letter-spacing: -1px;
    text-align: center;
}

.use_steps_section .step_item .icon img {
    display: inline-block;
    vertical-align: middle;
}

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

.use_steps_section .step_item:nth-child(even) .text_block {
    padding: 0 20px 0 0;
    text-align: right;
}

.use_steps_section .step_item h4 {
    margin: 0 0 5px;
    font-weight: 700;
    color: #ff4262;
}

/* reviews */

.reviews_section {
    padding: 30px 0 0;
    background: #f8f8f8;
}

.reviews_section h2.title {
    margin: 0 0 30px;
}

.reviews_section h2.title b {
    color: #6765c0;
}

.reviews_section .review_item {
    margin: 0 0 10px;
    background: #fff;
}

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

.reviews_section .author_block {
    margin: 0 20px 0 0;
    padding: 15px 0 15px 20px;
    background: url("reviews__quote_icon.png") right center no-repeat;
    position: relative;
}

.reviews_section .author_block:before {
    display: block;
    content: '';
    width: 35px;
    border-right: 30px solid #fff;
    border-bottom: 80px solid #6765c0;
    position: absolute;
    top: 0;
    left: 0;
}

.reviews_section .author_block .avatar {
    display: block;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 10;
}

.reviews_section .author_info {
    float: left;
    margin: 0 0 0 20px;
}

.reviews_section .author_info .name {
    font-size: 18px;
    line-height: 26px;
}

.reviews_section .photo {
    display: block;
    width: 100%;
}

.reviews_section .text_block {
    padding: 25px 20px;
}

.reviews_section .text_block p {
    margin: 0 0 15px;
}

.reviews_section .text_block p:last-child {
    margin: 0;
}

.reviews_list {
    margin-bottom: 30px;
}

.reviews_section .shadow {
    margin-bottom: 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container .youtube {
    background: #000;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* vote */

.vote_section {
    padding: 30px 20px;
    background: #6a66bf url("video_bg.jpg") center top no-repeat;
}

.vote_section h3 {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.vote_section .vote_block {
    padding: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
}

.vote_section .questions_list {
    margin: 0 0 20px;
}

.vote_section .question_item {
    margin: 0 0 15px;
    height: 54px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ededed;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.vote_section .question_item:last-child {
    margin: 0;
}

.vote_section .question_item .line {
    width: 54px;
    height: 54px;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    position: absolute;
    top: 0;
    left: 0;
}

.vote_section .questions_list.active .question_item .line {
    display: block;
}

.vote_section .question_item:nth-child(1) .line {
    background: #7ac700;
}

.vote_section .question_item:nth-child(2) .line {
    background: #e43315;
}

.vote_section .question_item:nth-child(3) .line {
    background: #f5ca16;
}

.vote_section .question_item .question_text {
    float: left;
    padding: 0 0 0 74px;
    line-height: 54px;
    position: relative;
}

.vote_section .question_item .question_text:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 24px;
    left: 24px;
}

.vote_section .questions_list.active .question_item .question_text:before {
    display: none;
}

.vote_section .question_item .percents {
    display: none;
    float: right;
    padding: 0 20px 0 0;
    font-weight: 700;
    line-height: 54px;
    text-align: right;
    position: relative;
}

.vote_section .questions_list.active .question_item .percents {
    display: block;
}

.vote_section .voice_count {
    text-align: center;
}

.vote_section .voice_count:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin: -4px 10px 0 0;
    width: 46px;
    height: 34px;
    background: url("vote__count_icon.png") center no-repeat;
}

.vote_section .voice_count b {
    color: #ff4262;
}

/* order steps */

.order_steps_section {
    padding: 30px 20px;
}

.order_steps_section h2.title {
    margin: 0 0 30px;
}

.order_steps_section .step_item {
    display: table;
    margin: 0 0 10px;
    width: 100%;
}

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

.order_steps_section .icon_block {
    display: table-cell;
    vertical-align: middle;
    width: 114px;
}

.order_steps_section .icon_block img {
    display: block;
}

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

.order_steps_section .text_block h4 {
    margin: 0 0 5px;
    font-weight: 700;
}

/* footer */

.footer_section {
    padding: 25px 0;
    background: #f4f4f4;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

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

.footer_section a {
    color: #222;
}

.video__block {
    position: relative;
    height: 270px;
}

.first__preview {
    width: 100%;
    height: 100%;
}

.first__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.first__video {
    height: 0;
}

.second__preview {
    width: 100%;
    height: 100%;
}

.second__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.second__video {
    height: 0;
    width: 100%;
}