/* styles */

body {
    min-width: 480px;
    background: #ddd;
    font-family: 'Proxima Nova', 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;
}

.owl-height {
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}

/* button */

.button {
    display: block;
    margin: 0 auto;
    width: 380px;
    height: 76px;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fec935;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 76px;
    letter-spacing: 2px;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

/* titles */

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

h2.title b {
    display: block;
    color: #4c7ec5;
}

/* offer */

.offer_section {
    padding: 0 0 25px;
    background: #141517;
}

.offer_section .triggers_list {
    padding: 20px;
    background: #252629;
    color: #fff;
}

.offer_section .triggers_list li {
    float: left;
    width: 50%;
}

.offer_section .triggers_list li:first-child {
    padding: 0 0 0 49px;
    border-right: 2px solid #3a3a3c;
    background: url(../images/triggers__trigger1_icon.png) left center no-repeat;
}

.offer_section .triggers_list li:last-child {
    padding: 0 0 0 74px;
    background: url(../images/triggers__trigger2_icon.png) 30px center no-repeat;
}

.offer_section .info_block {
    padding: 10px 0 0;
    height: 559px;
    background: url(../images/review_2.jpg) center top no-repeat;
}

.offer_section .main_title {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.offer_section .main_title b {
    color: #fec935;
}

.offer_section .discount_block {
    margin: 0 0 241px 345px;
    padding: 42px 0 0;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

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

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

.offer_section .price_item {
    color: #fff;
}

.offer_section .price_item.old {
    margin: 0 0 18px 20px;
}

.offer_section .price_item.new {
    margin: 0 0 0 40px;
}

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

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

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

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

.offer_section .benefits_list {
    overflow: hidden;
    position: relative;
}

.offer_section .benefits_list:before {
    display: block;
    content: '';
    width: 2px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 32px;
    left: 25px;
    z-index: 10;
}

.offer_section .benefits_list li {
    padding: 20px 20px 20px 100px;
    background: #1c1d20 50px center no-repeat;
    color: #fff;
    position: relative;
}

.offer_section .benefits_list li:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fec935;
    -webkit-box-shadow: 0 0 0 3px rgba(254, 201, 53, 0.5), 0 1px 5px rgba(255, 94, 94, 0.5);
    -moz-box-shadow: 0 0 0 3px rgba(254, 201, 53, 0.5), 0 1px 5px rgba(255, 94, 94, 0.5);
    box-shadow: 0 0 0 3px rgba(254, 201, 53, 0.5), 0 1px 5px rgba(255, 94, 94, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 23px;
    z-index: 11;
}

.offer_section .benefits_list li:nth-child(1) {
    background-image: url(../images/offer__benefit1_icon.png);
}

.offer_section .benefits_list li:nth-child(2) {
    background-image: url(../images/offer__benefit2_icon.png);
}

.offer_section .benefits_list li:nth-child(3) {
    background-image: url(../images/offer__benefit3_icon.png);
}

.offer_section .benefits_list li:nth-child(odd) {
    background-color: #252629;
}

.offer_section .timer_block {
    margin: 0 0 25px;
    text-align: center;
}

.offer_section .timer_block p {
    margin: 0 auto 15px;
    padding: 15px;
    width: 280px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    background: #1c1d20;
    font-size: 20px;
    line-height: 20px;
    color: #5c92dd;
}

.offer_section .timer_block .timer_item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.offer_section .timer_block .count {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    font-size: 48px;
    line-height: 48px;
    color: #5c92dd;
}

.offer_section .timer_block .text {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.offer_section .field {
    display: block;
    margin: 0 auto 15px;
    padding: 0 30px;
    width: 380px;
    height: 76px;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #efefef;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

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

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

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

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

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

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

.offer_section .products_count b {
    margin: 0 4px;
    padding: 3px 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fec935;
    font-size: 20px;
    color: #333;
}

/* benefits */

.benefits_section {
    margin: 0 0 2px;
    padding: 30px 10px 20px;
    background: #efefef url(../images/benefits_bg.jpg) right bottom no-repeat;
}

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

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

.benefits_section .benefit_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 30px;
    width: 210px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
}

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

.benefits_section .benefit_item h4 {
    margin: 5px 0;
    font-weight: 700;
    font-size: 18px;
}

/* gallery */

.gallery_image {
    display: block;
    margin: 0 auto 2px;
}

/* characteristics */

.characteristics_section {
    padding: 30px 0;
    background: #121013 url(../images/bg_dark.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.characteristics_section h2 {
    margin: 0 20px 30px;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}

.characteristics_section h2 b {
    color: #fec935;
}

.characteristics_section .slider {
    margin: 0 auto 30px;
    width: 462px;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.characteristics_section .owl-prev,
.characteristics_section .owl-next {
    width: 57px;
    height: 57px;
    background: url(../images/characteristics__arrows.png) no-repeat;
    position: absolute;
    bottom: 0;
}

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

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

.characteristics_section ul {
    margin: 0 0 20px;
}

.characteristics_section ul li {
    padding: 10px 20px 10px 43px;
    background: url(../images/characteristics__arrow.png) 20px 15px no-repeat;
}

.characteristics_section ul li:after {
    display: block;
    content: '';
    clear: both;
}

.characteristics_section ul li:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.2);
}

.characteristics_section ul li span {
    float: right;
    text-align: right;
}

/* about */

.about_section {
    padding: 30px 0 12px;
}

.about_section p {
    margin: 25px 20px;
    text-align: center;
}

.about_section img {
    display: block;
    margin: 0 auto;
}

/* reviews */

.reviews_section {
    padding: 30px 20px;
    background: #f1f1f1;
}

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

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

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

.reviews_section .author_block {
    background: url(../images/reviews__quote_icon.png) right 12px no-repeat;
    position: relative;
    z-index: 10;
}

.reviews_section .author_block .avatar {
    display: block;
    float: left;
    -webkit-border-radius: 50% 50% 50% 0;
    -moz-border-radius:
 50% 50% 50% 0;
    border-radius: 50% 50% 50% 0;
}

.reviews_section .photo {
    display: block;
    position: relative;
    top: -20px;
}

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

.reviews_section .author_block .rating {
    margin: 0 0 5px;
}

.reviews_section .author_block .rating>div {
    float: left;
    margin: 0 3px 0 0;
    width: 17px;
    height: 16px;
    background: url(../images/reviews__blue_star.png) center no-repeat;
}

.reviews_section .author_block .rating>div.empty {
    background-image: url(../images/reviews__empty_star.png);
}

.reviews_section .author_block .name {
    font-weight: 700;
    font-size: 18px;
}

.reviews_section .text_block {
    margin-top: -20px;
    padding: 20px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    background: #fff;
}

/* vote */

.vote_section {
    padding: 30px 20px;
    background: #121013 url(../images/bg_dark.jpg) center top no-repeat;
}

.vote_section h2 {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
}

.vote_section h2 b {
    color: #fec935;
}

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

.vote_section .question_item {
    margin: 0 0 20px;
    height: 56px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ebebeb;
    -webkit-box-shadow: inset 0 -3px 0 #c7c7c7;
    -moz-box-shadow: inset 0 -3px 0 #c7c7c7;
    box-shadow: inset 0 -3px 0 #c7c7c7;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

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

.vote_section .question_item .line {
    display: none;
    width: 0%;
    height: 56px;
    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: #52dd4b;
}

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

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

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

.vote_section .question_item .question_text:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin: -2px 10px 0 -5px;
    width: 18px;
    height: 18px;
    border: 4px solid #fff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

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

.vote_section .question_item:nth-child(1) .question_text:before {
    background: #52dd4b;
}

.vote_section .question_item:nth-child(2) .question_text:before {
    background: #acacac;
}

.vote_section .question_item:nth-child(3) .question_text:before {
    background: #e7bb24;
}

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

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

.vote_section .voice_count {
    margin: 0 auto;
    padding: 10px;
    width: 400px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #fff;
}

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

/* order info */

.order_info_section {
    padding: 30px 20px 20px;
}

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

.order_info_section .info_item {
    display: table;
    width: 100%;
}

.order_info_section .image_block {
    display: table-cell;
    vertical-align: middle;
    width: 178px;
}

.order_info_section .image_block img {
    display: block;
}

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

.order_info_section .info_item:nth-child(2) .text_block {
    padding: 0 20px 0 0;
    text-align: right;
}

.order_info_section .text_block h4 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #5c92dd;
}

/* footer */

.footer_section {
    padding: 25px 0;
    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-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

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

.videoreviews {
    padding: 30px 0 0;
}

.videoreviews h2 {
    margin-bottom: 30px;
}

.videoreviews .mb {
    margin-bottom: 20px;
}
