/* styles */

body {
    min-width: 480px;
    background: #ddd;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    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: 78px;
    border: none;
    background: radial-gradient(circle, rgba(252, 192, 69, 1) 0%, rgba(255, 156, 50, 1) 100%);
    -webkit-box-shadow: 0 5px 0 #f79d00;
    -moz-box-shadow: 0 5px 0 #f79d00;
    box-shadow: 0 5px 0 #f79d00;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 78px;
    letter-spacing: 2px;
    color: #333;
    text-shadow: 0 2px 0 #ffc62d;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

/* titles */

h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #2b2f3b;
    text-transform: uppercase;
    text-align: center;
}

h2 b {
    display: block;
    font-size: 32px;
    line-height: 38px;
}

/* offer */

.offer_section {
    background: #1e1e1e;
}

.offer_section.offer_top:after {
    display: block;
    content: '';
    border-top: 20px solid #1e1e1e;
    border-left: 240px solid #fff;
    border-right: 240px solid #fff;
}

.offer_section .main_title {
    padding: 10px 0 5px;
    background: #a0a828;
    font-weight: 700;
    font-size: 56px;
    line-height: 62px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.offer_section .info_block {
    padding: 14px 20px 0;
    height: 640px;
    background: #fff center top no-repeat;
}

.offer_section.offer_top .info_block {
    background-image: url(../images/offer_top_bg.jpg);
}

.offer_section.offer_bottom .info_block {
    background-image: url(../images/offer_bottom_bg.jpg);
}

.offer_section .subtitle {
    margin: 0 0 336px;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.offer_section .discount {
    font-size: 36px;
    line-height: 36px;
    color: #333;
    text-transform: uppercase;
}

.offer_section .discount b {
    margin: 0 0 0 50px;
}

.offer_section ul {
    background: #2e2e2e;
}

.offer_section ul li {
    padding: 16px 20px 14px 71px;
    background: url(../images/offer__tick_icon.png) 20px center no-repeat;
    border-bottom: 1px dashed #5c606d;
    color: #fff;
}

.offer_section ul li:last-child {
    border: none;
}

.offer_section .price_block {
    margin: 30px auto 25px;
    width: 400px;
    background: url(../images/offer__price_arrow.png) center no-repeat;
}

.offer_section .price_item {
    float: left;
    width: 50%;
    color: #ffffff63;
    text-align: center;
}

.offer_section .price_item.old {
    padding: 0 12px 0 0;
}

.offer_section .price_item.new {
    padding: 0 0 0 12px;
    font-weight: 700;
    color: #ffffff;
}

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

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

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

.offer_section .field {
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px;
    width: 400px;
    height: 64px;
    border: none;
    background: #fff;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-size: 18px;
    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 .count_block {
    padding: 30px 0;
    color: #fff;
    text-align: center;
}

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

/* about */

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

.about_section h2 {
    margin: 0 20px 25px;
}

.about_section h2 b {
    color: #a3ac23;
}

.video_block {
    width: 480px;
    height: 270px;
    background-color: #000;
    overflow: hidden;
    position: relative;
}

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

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

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

.about_section .button {
    color: #fff;
    text-shadow: 0 2px 0 #c78336;
    background: radial-gradient(circle, rgba(252, 192, 69, 1) 0%, rgba(255, 156, 50, 1) 100%);
    -webkit-box-shadow: 0 5px 0 #fe9f33;
    -moz-box-shadow: 0 5px 0 #fe9f33;
    box-shadow: 0 5px 0 #fe9f33;
}

/* benefits */

.benefits_section {
    margin-top: -44px;
    padding: 74px 20px 0;
    background: #30333e url(../images/benefits_bg.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.benefits_section h2 {
    margin: 0 0 25px;
    color: #fff;
}

.benefits_section h2 b {
    color: #ffba00;
}

.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 20px 30px 0;
    width: 210px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #fff;
}

.benefits_section .benefit_item:nth-child(even) {
    margin: 0 0 30px;
}

.benefits_section .benefit_item .icon_block {
    margin: 0 auto 15px;
    width: 76px;
    height: 76px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #2e2e2e;
    font-size: 0;
    line-height: 76px;
    letter-spacing: -1px;
}

.benefits_section .benefit_item:nth-child(5) .icon_block {
    line-height: 66px;
}

.benefits_section .benefit_item img {
    display: inline-block;
    vertical-align: middle;
}

/* use */

.use_section {
    padding: 30px 0 0;
}

.use_section h2 {
    margin: 0 20px 15px;
}

.use_section .description {
    margin: 0 20px 30px;
    text-align: center;
}

.use_section .use_steps {
    margin: 0 20px 30px;
}

.use_section .use_item {
    float: left;
    width: 33.333333%;
    text-align: center;
    position: relative;
}

.use_section .use_item .number {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #e0e1e1;
    position: absolute;
    top: 0;
    left: 0;
}

.use_section .use_item img {
    display: block;
    margin: 0 auto 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.use_section .image {
    display: block;
}

/* opinion */

.opinion_section {
    padding: 30px 0 0;
}

.opinion_section h2 {
    margin: 0 0 25px;
}

.opinion_section .author_block {
    margin: 0 40px 30px 50px;
    padding: 0 0 10px;
    background: url(../images/opinion__signature.jpg) right bottom no-repeat;
}

.opinion_section .author_block img {
    display: block;
    float: left;
}

.opinion_section .author_block .author_info {
    float: left;
    margin: 50px 0 0 20px;
    color: #2a2e3b;
}

.opinion_section .author_block .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

.opinion_section .text_block {
    padding: 30px 20px;
    background: #2a2e3b;
    color: #fff;
    text-align: center;
    position: relative;
}

.opinion_section .text_block:before {
    display: block;
    content: '';
    width: 37px;
    height: 52px;
    background: url(../images/opinion__arrow.png) center no-repeat;
    position: absolute;
    top: -50px;
    left: 25px;
}

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

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

/* reviews */

.reviews_section {
    padding: 30px 20px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(#fff));
    background-image: -webkit-linear-gradient(bottom, #f3f3f3 0%, #fff 100%);
    background-image: -moz-linear-gradient(bottom, #f3f3f3 0%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #f3f3f3 0%, #fff 100%);
    background-image: linear-gradient(to top, #f3f3f3 0%, #fff 100%);
    text-align: center;
    position: relative;
}

.reviews_section:after {
    display: block;
    content: '';
    border-top: 20px solid #f3f3f3;
    border-left: 240px solid #fff;
    border-right: 240px solid #fff;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.reviews_section h2 {
    margin: 0 0 25px;
}

.reviews_section h2 b {
    color: #a3ac23;
}

.reviews_section .review_item img {
    display: block;
    margin: 0 auto;
    width: 192px;
    border: 6px solid #92949b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reviews_section .review_item .author_info {
    margin: 16px 0 8px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

.reviews_section .owl-prev,
.reviews_section .owl-next {
    width: 32px;
    height: 51px;
    background: url(../images/reviews__arrows.png) no-repeat;
    position: absolute;
    top: 70px;
}

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

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

/* order info */

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

.order_info_section h2 {
    margin: 0 0 25px;
}

.order_info_section .info_item {
    display: table;
    margin: 0 0 25px;
    padding: 0 0 26px;
    width: 100%;
    position: relative;
}

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

.order_info_section .info_item:before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #d6d6d6), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #d6d6d6 50%, #fff 100%);
    background-image: -moz-linear-gradient(left, #fff 0%, #d6d6d6 50%, #fff 100%);
    background-image: -o-linear-gradient(left, #fff 0%, #d6d6d6 50%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #d6d6d6 50%, #fff 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.order_info_section .info_item:last-child:before {
    display: none;
}

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

.order_info_section .info_item .icon {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #292d3b center no-repeat;
}

.order_info_section .info_item:nth-child(1) .icon {
    background-image: url(../images/order_info__info1_icon.png);
}

.order_info_section .info_item:nth-child(2) .icon {
    background-image: url(../images/order_info__info2_icon.png);
}

.order_info_section .info_item:nth-child(3) .icon {
    background-image: url(../images/order_info__info3_icon.png);
}

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

.order_info_section .info_item h4 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

/* footer */

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

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

.footer_section a {
    color: #222;
}