body {
    min-width: 480px;
    background: #ddd;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #222;
    cursor: default;
}

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

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

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

b {
    font-weight: 700;
}

/* btn_submit */

.btn_submit {
    display: block;
    margin: 10px auto;
    width: 350px;
    height: 80px;
    border: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: #e43315;
    -webkit-box-shadow: 0 0 0 10px rgba(228, 51, 21, 0.3);
    -moz-box-shadow: 0 0 0 10px rgba(228, 51, 21, 0.3);
    box-shadow: 0 0 0 10px rgba(228, 51, 21, 0.3);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 80px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

h2.title {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}

h2.title:after {
    display: block;
    content: '';
    margin: 15px 0 0;
    width: 62px;
    height: 5px;
    background: url(../images/separator_red.png) center no-repeat;
}

h2.title span {
    color: #e43315;
}

.dark_theme h2.title span {
    color: #f5ca16;
}

.separator {
    width: 62px;
    height: 5px;
    background: url(../images/separator_red.png) center no-repeat;
}

section .image {
    display: block;
    margin: 0 auto 30px;
}

/* offer */

.top_block {
    padding: 0;
    background: #222;
}

.top_block_title {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    background: #e43315;
    color: #fff;
}

.top_block_info {
    padding-top: 45px;
    position: relative;
}

.top_block_info img {
    display: block;
}

.top_block_subtitle {
    padding: 12px 20px 10px;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.8);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17);
    color: #fff;
}

.top_block_price {
    margin: 0 0 34px;
    position: relative;
}

.top_block_old_price,
.top_block_new_price {
    float: left;
    width: 50%;
    height: 74px;
    text-align: center;
}

.top_block_old_price {
    padding: 13px 65px 0 0;
    background: #ebebeb;
}

.top_block_new_price {
    padding: 13px 0 0 65px;
    background: #f5ca16;
}

.top_block_old_price .price_text,
.top_block_new_price .price_text {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 14px;
}

.top_block_old_price .price_value,
.top_block_new_price .price_value {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}

.top_block_old_price .price_value {
    text-decoration: line-through;
}

.top_block_discount {
    padding: 19px 0 0 46px;
    width: 176px;
    height: 92px;
    background: url(../images/discount.png) center no-repeat;
    color: #fff;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -88px;
}

.top_block_discount .price_text {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.top_block_discount .price_value {
    margin: 0 0 0 5px;
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
}

.top_block ul {
    padding: 0 55px 25px;
}

.top_block ul li {
    margin: 0 0 15px;
    padding: 0 0 0 25px;
    color: #fff;
    position: relative;
}

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

.top_block ul li:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    content: '';
    border-top: 8px solid #f5ca16;
    border-left: 8px solid rgba(255, 255, 255, 0);
    border-right: 8px solid rgba(255, 255, 255, 0);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    position: absolute;
    top: 8px;
    left: -2px;
}

.timer-wrapper {
    margin: 0 0 35px;
    padding: 20px;
    text-transform: uppercase;
    text-align: center;

    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    background: #292929;
    color: #999;
}

.timer-wrapper p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 16px;
}

.timer {
    margin: 0 auto;
    width: 370px;
}

.timer_item {
    float: left;
    margin: 0 35px 0 0;
    width: 100px;
}

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

.count {
    margin: 0 0 10px;
    height: 60px;
}

.count span {
    display: block;
    float: left;
    margin: 0 8px 0 0;
    width: 46px;
    height: 60px;
    background: #f5ca16;
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    color: #222;
}

.count span:last-child {
    margin: 0;
}

.timer_item .price_text {
    font-size: 13px;
    line-height: 13px;
}

.payment_upsale {
    padding: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

.payment_upsale b {
    margin: 0 4px;
    padding: 3px 6px;
    background: #f5ca16;
    font-size: 18px;
    color: #222;
}


.paymentOptions {
    padding: 50px 0;
    background-color: white;
}

.paymentOptions h2 {
    color: black;
    font-size: 34px;
    text-align: center;
}

.paymentOptions p {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.5em;
    color: black;
}





.field {
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px 0 62px;
    width: 370px;
    height: 72px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #777;
    border: 1px solid #dedede;
}

.field[name='name'] {
    background: #f0f0f0 url(../images/offer__name_icon.png) 22px center no-repeat;
}

.field[name='phone'] {
    margin: 0 auto 35px;
    background: #f0f0f0 url(../images/offer__phone_icon.png) 20px center no-repeat;
}

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

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


/* video */

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


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

/* bens 1 */

.bens {
    padding: 30px 0 0;
}

.bens .title {
    padding: 0 30px;
}

.bens-list {
    margin: 0 10px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}

.ben_item {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 30px;
    width: 50%;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: normal;
}

.ben_item img {
    display: block;
    margin: 0 auto 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/* slider */

.slider .owl-prev,
.slider .owl-next {
    width: 50px;
    height: 36px;
    background: url(../images/slider__arrows.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -18px;
}

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

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





/* upsale */

.upsale {
    padding: 30px 0 0;
}

.upsale .title {
    padding: 0 30px;
}

.upsale p {
    padding: 0 30px 30px;
}

.upsale img {
    display: block;
    margin: 0 auto 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}





/* specifications */

.specifications {
    padding: 30px 0 0;
}

.specifications .title {
    padding: 0 30px;
}

.specifications-items li {
    padding: 15px 30px 15px 52px;
    text-align: right;
    position: relative;
}

.specifications-items li:nth-child(odd) {
    background: #f4f4f4;
}

.specifications-items li:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #e43315;
    background: #e43315;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    -moz-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
    position: absolute;
    top: 20px;
    left: 30px;
}

.specifications-items li b {
    float: left;
}





.reviews {
    padding: 30px;
}

.reviews .title {
    padding: 0 50px 0 0;
    background: url(../images/quote1_icon.png) right 7px no-repeat;
}

.review-item {
    margin: 0 0 30px;
}

.review-item:last-child {
    margin: 0;
}

.author-block {
    margin: 0 0 20px;
}

.author-block img {
    display: block;
    float: left;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.author-info {
    float: left;
    margin: 6px 0 0 20px;
}

.author-block .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.author-block .info {
    margin: 12px 0 0;
    float: right;
    text-align: right;
}

.author-block .rating {
    margin: 0 0 6px;
    width: 76px;
    height: 12px;
    background: url(../images/reviews3__stars.png) center no-repeat;
}

.review-item p {
    margin: 0 0 20px;
}



.section_order {
    padding: 0;
}

.section_order .title {
    padding: 0 30px;
}

.section_order_list {
    border-top: 2px solid #ebebeb;
    background: url(../images/bg_light.jpg);
    overflow: hidden;
}

.section_order_list_item {
    float: left;
    margin: 0 2px 2px 0;
    padding: 30px 60px 0 30px;
    width: 239px;
    height: 239px;
    -webkit-box-shadow: 0 0 0 1px #ebebeb;
    -moz-box-shadow: 0 0 0 1px #ebebeb;
    box-shadow: 0 0 0 1px #ebebeb;
}

.section_order_list_item:nth-child(even) {
    margin: 0 0 2px;
}

.section_order_list_item:nth-last-child(2),
.section_order_list_item:last-child {
    margin-bottom: 0;
}

.section_order_list.dark .step_item {
    background: #222 center no-repeat;
    -webkit-box-shadow: 0 0 0 1px #4b4b4b;
    -moz-box-shadow: 0 0 0 1px #4b4b4b;
    box-shadow: 0 0 0 1px #4b4b4b;
    color: #fff;
}

.section_order_list_item img {
    display: block;
}

.section_order_list_item .separator {
    margin: 20px 0 14px;
}

.section_order_list_item h4 {
    font-weight: 700;
    text-transform: uppercase;
}





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

.review img {
    display: block;
    height: 640px;
    margin: auto;
    object-fit: contain;
}