/*fonts*/

@font-face {
    font-family: 'ManiaC';
    src: url("");
    src: url("../fonts/ManiaCd41d.eot#iefix") format('embedded-opentype'), url("../fonts/ManiaC.woff2") format('woff2'), url("../fonts/ManiaC.woff") format('woff'), url("../fonts/ManiaC-1.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}


/* styles */

body {
    min-width: 480px;
    background: #4d4138;
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4em;
    color: #333333;
    cursor: default;
}

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

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

b {
    font-weight: 700;
}

.clearfix:after,
.char_list>li:after {
    content: '';
    display: block;
    clear: both;
}

h2.title {
    font-size: 30px;
    line-height: 1.1em;
    font-family: 'ManiaC', Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 35px;
    position: relative;
    padding: 0 0 0 54px;
}

h2.title span {
    display: block;
    color: #e3741e;
    margin-left: -6px;
}

h2.title:before {
    content: '';
    width: 10px;
    height: 100%;
    background: #e3731e;
    position: absolute;
    left: 22px;
    transform: rotate(6deg);
}

h2.title.white {
    color: #fff;
}

h2.title.white>span {
    color: #ffa530;
}

h2.title.white:before {
    background: #ffa530;
}

h2.title.center {
    text-align: center;
    padding: 0;
}

h2.title.center:before {
    display: none;
}

h2.title.center>span {
    margin: 0;
}

section {
    padding: 35px 0 30px;
}

.color_theme {
    background: #a83f39 url("../images/color_theme.png") 50% 20px no-repeat;
    background: url("../images/color_theme.png") 50% 20px no-repeat, -moz-linear-gradient(-45deg, #a83f39 0%, #0b1628 100%);
    background: url("../images/color_theme.png") 50% 20px no-repeat, -webkit-linear-gradient(-45deg, #a83f39 0%, #0b1628 100%);
    background: url("../images/color_theme.png") 50% 20px no-repeat, linear-gradient(135deg, #a83f39 0%, #0b1628 100%);
}

.m1-form {
    padding: 0 50px;
}

.m1-form input {
    border: none;
    width: 100%;
    display: block;
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    height: 72px;
    background: #fff;
    text-align: center;
    color: #222;
}

.m1-form .button-m {
    margin-top: 0;
}

.m1-form ::-webkit-input-placeholder {
    color: #222;
}

.m1-form ::-moz-placeholder {
    color: #222;
}

.m1-form :-moz-placeholder {
    color: #222;
}

.m1-form :-ms-input-placeholder {
    color: #222;
}

.m1-form :focus::-webkit-input-placeholder {
    color: transparent;
}

.m1-form :focus::-moz-placeholder {
    color: transparent;
}

.m1-form :focus:-moz-placeholder {
    color: transparent;
}

.m1-form :focus:-ms-input-placeholder {
    color: transparent;
}

.m1-form select {
    border: none;
    width: 100%;
    display: block;
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    height: 72px;
    background: #fff;
    text-align: center;
    color: #222;
}

/* button */

.button-m {
    border: none;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: block;
    font-family: 'ManiaC', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    height: 82px;
    width: 380px;
    line-height: 80px;
    text-align: center;
    background: #ffa530;
    border-bottom: 6px solid #f48921;
    font-size: 26px;
    letter-spacing: 1px;
    margin: 0px auto;
    color: #fff;
    text-shadow: 0 1px 0 #f48921;
}

.button-m:active {
    background: #dc8d27;
    top: 2px;
}

.gray_bg {
    background: #f3f3f3;
}


/*  offer_section   */

.offer_section {
    padding: 0;
    background: #211d1a url("../images/offer.jpg") 50% 0% no-repeat;
    background-size: contain;
    min-height: 800px;
}

.offer_section .top {
    padding: 12px 10px;
    background: rgba(255, 255, 255, 0.6);
}

.logo {
    float: left;
    background: #2e2b28;
    border-left: 10px solid #ffa530;
    text-align: center;
    color: #fff;
    font-family: 'ManiaC', Arial, Helvetica, sans-serif;
    padding: 10px 0;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.05em;
}

.logo>span {
    color: #ffa530;
    display: block;
}

.offer_section .top>h1 {
    font-family: 'ManiaC', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 43px;
    line-height: 1em;
    color: #2e2b28;
    overflow: hidden;
    padding: 0 0 0 18px;
}

.offer_section .box {
    position: relative;
    padding-top: 25px;
}

.sect4 .box {
    position: relative;
}

.sect4 .box .sales {
    color: #ff0000;
    position: absolute;
    top: 350px;
    left: 33%;
    font-size: 33px;
    font-weight: 700;
    background: #fff;
    padding: 5px;
}

.sect4 .box .sales .sale-procents {
    float: right;
    margin-left: 120px;
}

.offer_section .sale {
    width: 202px;
    height: 202px;
    background: url("../images/sale.png") 50% 50% no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

.offer_section .sale>p {
    font-family: 'ManiaC', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 25px;
    line-height: 1.1em;
    position: absolute;
    width: 100%;
    text-align: center;
    transform: rotate(45deg);
    left: 52px;
    padding-top: 82px;
    text-shadow: 2px 2px 0 #f5933c;
    text-transform: uppercase;
}

.subtitle {
    font-family: 'ManiaC', Arial, Helvetica, sans-serif;
    color: #2e2b28;
    font-size: 24px;
    line-height: 1.2em;
    width: 295px;
    margin-left: 20px;
    padding: 5px 0 5px 75px;
    background: url("../images/lens.png") 0% 50% no-repeat;
}

.subtitle2 {
    color: #fff;
    font-size: 28px;
    line-height: 1.1em;
    font-weight: 700;
    max-width: 350px;
    margin: 30px 0 0 20px;
}

.ofr_bull {
    margin-top: 380px;
}

.ofr_bull>li {
    display: table;
    width: 100%;
    padding: 15px 20px;
    font-size: 17px;
    line-height: 1.3em;
}

.ofr_bull>li:nth-child(2n) {
    background: #2e2b28;
}

.ofr_bull>li .img {
    display: table-cell;
    vertical-align: middle;
    width: 35px;
}

.ofr_bull>li .img>img {
    display: block;
}

.ofr_bull>li>p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 18px;
    color: #fff;
}

.price {
    background: url("../images/price.png") 50% 0% no-repeat;
    margin-bottom: 30px;
}

.price>div {
    width: 50%;
    height: 66px;
    float: left;
    padding-top: 7px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.price>div>p {
    font-size: 36px;
    line-height: 38px;
    text-transform: uppercase;
}

.price>div>p>small {
    font-size: 0.8em;
}

.price .old>p>span {
    text-decoration: line-through;
}

.price .new {
    color: #fff;
}

.price .new>p {
    font-family: 'ManiaC', Arial, Helvetica, sans-serif;
}

.timer {
    margin-bottom: 25px;
}

.timer>p {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.1em;
    text-align: center;
    position: relative;
    margin-bottom: 12px;
}

.timer>p:before {
    content: '';
    width: 42px;
    height: 29px;
    background: url("../images/timer_arrow.png") 50% 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: -12px 28px 0 -74px;
}

.timer_container {
    font-size: 0;
    text-align: center;
}

.timer_container .timer_block {
    width: 110px;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

.timer_block .count {
    font-size: 44px;
    line-height: 1.1em;
    font-family: 'ManiaC', Arial, Helvetica, sans-serif;
    color: #fff;
    display: inline-block;
}

.timer_block .text {
    color: #fff;
    font-size: 14px;
    line-height: 1.1em;
    display: inline-block;
    vertical-align: middle;
    margin: -12px 0 0 4px;
}

.offer_section .prod_count {
    margin: 30px 0 0;
    text-align: center;
    line-height: 52px;
    background: #2e2b28;
    color: #fff;
    font-size: 16px;
}

.offer_section .prod_count>span {
    font-family: 'ManiaC', Arial, Helvetica, sans-serif;
    color: #ffa530;
    background: #423f3c;
    display: inline-block;
    padding: 0 2px;
    font-size: 20px;
    margin-left: 14px;
    position: relative;
}

.offer_section .prod_count>span:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 52px 10px;
    border-color: transparent transparent #423f3c transparent;
    position: absolute;
    top: 0;
    left: -10px;
}

.offer_section .prod_count>span:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 52px 10px 0 0;
    border-color: #423f3c transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -10px;
}


/*sect2*/

.benef1 {
    font-size: 0;
    text-align: center;
}

.benef1>li {
    width: 210px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    margin: 0 10px 20px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    padding-bottom: 35px;
    text-align: left;
    position: relative;
    min-height: 383px;
}

.benef1>li:after {
    content: '';
    width: 196px;
    height: 4px;
    border-top: 3px dotted #e5e5e5;
    border-bottom: 3px dotted #e5e5e5;
    position: absolute;
    bottom: 6px;
    left: 8px;
}

.benef1>li>img {
    display: block;
    margin: 0 auto 10px;
}

.benef1>li>span {
    color: #e3731e;
    font-weight: 700;
    font-size: 18px;
    display: block;
    padding: 0 10px;
    margin-bottom: 6px;
}

.benef1>li>p {
    padding: 0 10px;
    font-size: 18px;
}

.sect2 {
    padding-bottom: 10px;
}


/*sect3*/

.sect3 {
    background: #853635 url("../images/s3_bg.jpg") 50% 0% no-repeat;
}

.sect3>p {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    padding: 0 40px;
    text-align: center;
}

.rentgen_list {
    margin-top: 30px;
    height: 360px;
    position: relative;
}

.rentgen_list>li {
    position: absolute;
    color: #fff;
    line-height: 1.1em;
}

.rentgen_list>li:nth-child(1) {
    top: 12px;
    left: 26px;
}

.rentgen_list>li:nth-child(2) {
    width: 145px;
    top: 12px;
    left: 260px;
}

.rentgen_list>li:nth-child(3) {
    width: 120px;
    top: 305px;
    left: 80px;
}

.rentgen_list>li:nth-child(4) {
    width: 75px;
    top: 305px;
    left: 375px;
}

.benef2 {
    padding: 0 20px 0 30px;
    margin-top: 20px;
}

.benef2>li {
    display: table;
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
}

.benef2>li:last-child {
    margin-bottom: 0;
}

.benef2>li .img {
    display: table-cell;
    vertical-align: middle;
    width: 126px;
}

.benef2>li .img>img {
    display: block;
    margin: 0 auto;
}

.benef2>li .text {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

.benef2>li .text>span {
    color: #e3731e;
    display: block;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 3px;
}

.sect3 .button-m {
    margin-top: 30px;
}


/*sect3_1*/

.sect3_1 {
    padding-bottom: 40px;
}

.sect3_1 .title {
    margin-bottom: 50px;
}

.list1 {
    padding: 0 20px;
}

.list1>li {
    padding: 0 0 0 40px;
    background: url("../images/check.png") 0% 4px no-repeat;
    margin-bottom: 25px;
}

.list1>li:last-child {
    margin-bottom: 0;
}

.list1>li>b {
    display: block;
}

.sect3_1 .list1 {
    position: relative;
    padding: 0 115px 0 20px;
}

.sect3_1 .list1:after {
    content: '';
    width: 106px;
    height: 363px;
    background: url("../images/s3_1_img.jpg") 50% 50% no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -181px;
}


/*sect3_2*/

.sect3_2 {
    padding: 0;
    background: url("") 50% 0% no-repeat;
    min-height: 395px;
    padding: 20px 0 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'ManiaC', Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 1.3em;
}

.sect3_2>p>small {
    display: block;
    font-size: 24px;
}

.sect3_2>p>span {
    color: #ffa530;
    display: block;
}


/*sect4*/

.sect4 .box {
    margin-bottom: 30px;
}

.sect4 .box>img {
    display: block;
}

.sect4 .box>p {
    font-size: 24px;
    line-height: 52px;
    background: #2e2b28;
    border-left: 20px solid #e3731e;
    color: #fff;
    padding-left: 15px;
}

.sect4>p {
    text-align: center;
    padding: 0 30px;
    margin-bottom: 25px;
    line-height: 1.6em;
}

.sect4>p:last-child {
    margin-bottom: 0;
}

.sect4 .button-m {
    margin-top: 30px;
}


/*sect5*/

.sect5 .title {
    margin-bottom: 40px;
}

.sect5>img {
    display: block;
    margin: 0 auto 30px;
}

.char_list {
    margin-bottom: 30px;
}

.char_list>li {
    color: #fff;
    font-size: 16px;
    text-align: right;
    padding: 6px 20px 6px 45px;
    background-image: url("../images/char_arrow.png");
    background-position: 20px 50%;
    background-repeat: no-repeat;
}

.char_list>li>span {
    float: left;
}

.char_list>li:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.1);
}

.char_list>li:nth-child(2n) {
    padding: 13px 20px 13px 45px;
}

.garant {
    width: 400px;
    margin: 0 0 0 60px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    position: relative;
    padding: 20px 25px 20px 50px;
}

.garant>span {
    color: #ffa530;
    display: block;
    margin-bottom: 5px;
    font-family: 'ManiaC', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.garant>p {
    color: #fff;
    line-height: 1.7em;
}

.garant:before {
    content: '';
    width: 64px;
    height: 64px;
    background: url("../images/garant_icon.png") 50% 50% no-repeat;
    position: absolute;
    top: 32px;
    left: -32px;
}


/*sect6*/

.sect6 .title {
    font-size: 36px;
}

.sect6 .box {
    position: relative;
}

.sect6 .box>img {
    display: block;
    margin: 0 auto;
}

.sect6 .box .numbers>li {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #e3731e;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    font-family: 'ManiaC', Arial, Helvetica, sans-serif;
    position: absolute;
}

.sect6 .box .numbers>li:nth-child(1) {
    top: 45px;
    left: 150px;
}

.sect6 .box .numbers>li:nth-child(2) {
    top: 10px;
    left: 280px;
}

.sect6 .box .numbers>li:nth-child(3) {
    top: 80px;
    left: 420px;
}

.sect6 .box .numbers>li:nth-child(4) {
    top: 110px;
    left: 85px;
}

.sect6 .box .numbers>li:nth-child(5) {
    top: 100px;
    left: 290px;
}

.list2 {
    padding: 0 30px;
    margin-top: 30px;
}

.list2>li {
    margin-bottom: 20px;
}

.list2>li:last-child {
    margin-bottom: 0;
}

.list2>li>span {
    color: #e3731e;
    font-size: 30px;
    line-height: 1.1em;
    font-family: 'ManiaC', Arial, Helvetica, sans-serif;
    margin-right: 18px;
    vertical-align: middle;
}

.list2>li>p {
    display: inline-block;
    vertical-align: middle;
}

.list2>li>p:before {
    content: '-';
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.sect6 .button-m {
    margin-top: 40px;
}


/*sect7*/

.sect7 .title {
    text-align: left;
    padding-left: 20px;
    line-height: 1.3em;
    margin-bottom: 115px;
}

.sect7 .title>span {
    margin: 0;
}

.sect7 .title>span>img {
    vertical-align: middle;
}

.sect7 .title:before {
    display: none;
}

.expert_block {
    width: 440px;
    margin: 0 auto;
    padding: 1px 0 45px;
    position: relative;
    background: #fff;
}

.expert_block:after {
    content: '';
    width: 396px;
    height: 4px;
    border-top: 3px dotted #e5e5e5;
    border-bottom: 3px dotted #e5e5e5;
    position: absolute;
    bottom: 22px;
    left: 22px;
}

.expert_block .info {
    position: relative;
    margin: -68px 0 20px;
}

.expert_block .info .text {
    width: 200px;
    text-align: center;
    float: left;
    padding: 25px 10px 0;
}

.expert_block .info .text>span {
    display: block;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    margin-bottom: 50px;
}

.expert_block .info .text>p {
    color: #000033;
}

.expert_block .info .img {
    float: left;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    border-left: 7px solid #ffa530;
}

.expert_block .info .img>img {
    display: block;
    margin-top: -12px;
}

.expert_block .info:before {
    content: '';
    width: 64px;
    height: 56px;
    background: url("") 50% 50% no-repeat;
    position: absolute;
    top: -22px;
    right: 0;
}

.expert_block>p {
    padding: 0 20px;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.expert_block .after {
    background: url("") 280px 50% no-repeat;
    padding: 10px 220px 10px 40px;
    margin-top: 10px;
}

.expert_block .after>p {
    font-style: italic;
    font-weight: 700;
    line-height: 1.5em;
}


/*sect8*/

.rev_item {
    width: 440px;
    margin: 10px auto;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 24px 24px 60px;
    position: relative;
}

.rev_item:after {
    content: '';
    width: 396px;
    height: 4px;
    border-top: 3px dotted #e5e5e5;
    border-bottom: 3px dotted #e5e5e5;
    position: absolute;
    bottom: 22px;
    left: 22px;
}

.rev_item>img {
    display: block;
    margin: 0 auto 25px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.rev_item>span {
    display: block;
    font-size: 22px;
    color: #e3731e;
    font-weight: 700;
    margin-bottom: 8px;
}

.rev_item>p {
    line-height: 1.8em;
}

.rev_item .info {
    width: 260px;
    margin: 30px auto 0;
}

.rev_item .info>img {
    width: 64px;
    border-radius: 50%;
    float: left;
}

.rev_item .info>p {
    overflow: hidden;
    padding: 8px 0 0 18px;
}

.rev_item .info>p>span {
    display: block;
    color: #a0a0a0;
}

.reviews {
    position: relative;
}

.reviews .owl-prev,
.reviews .owl-next {
    width: 20px;
    height: 32px;
    background: url("../images/rev_arrow.png");
    position: absolute;
    bottom: 50%;
    text-indent: -9999px;
}

.reviews .owl-prev {
    background-position: 0% 50%;
    left: 50px;
}

.reviews .owl-next {
    background-position: 100% 50%;
    right: 50px;
}

.reviews .owl-dots {
    font-size: 0;
    text-align: center;
    margin-top: 20px;
}

.reviews .owl-dot {
    width: 12px;
    height: 12px;
    background: #b6b6b6;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    margin: 0 5px;
}

.reviews .owl-dot.active {
    background: #e3731e;
    box-shadow: 0 0 0 3px #ebb388;
}

.sect8 .button-m {
    margin-top: 30px;
}


/*sect9*/

.order_list {
    padding: 0 20px;
}

.order_list>li {
    display: table;
    width: 100%;
    padding: 25px 0;
    position: relative;
    font-size: 16px;
}

.order_list>li .img {
    display: table-cell;
    vertical-align: middle;
    width: 88px;
}

.order_list>li .img>img {
    display: block;
    margin: 0 auto;
}

.order_list>li .text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.order_list>li .text>b {
    font-size: 20px;
    display: block;
}

.order_list>li:after {
    content: '';
    width: 100%;
    height: 1px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 1) 40%, rgba(214, 214, 214, 1) 60%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 1) 40%, rgba(214, 214, 214, 1) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 1) 40%, rgba(214, 214, 214, 1) 60%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.order_list>li:first-child {
    padding-top: 0;
}

.order_list>li:last-child {
    padding-bottom: 0;
}

.order_list>li:last-child:after {
    display: none;
}


/* footer */

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

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

.footer_section a {
    color: #222;
    display: block;
}

.video iframe {
    width: 100%;
    height: 425px;
}