/* styles */
body {
    min-width: 480px;
    background: #2f3642;
    font-family: 'AvenirNextCyr', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4em;
    color: #1d1d1d;
    cursor: default;
}

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

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

b {
    font-weight: 700;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
h2.title {
    font-size: 29px;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
h2.title span {
    color: #d30605;
}
section {
    padding: 40px 0 35px;
}

.dark_bg {
    background: #1e2837 url(../images/patt.png) 50% 0% no-repeat;
}
.dark_bg h2.title {
    color: #fff;
}
.dark_bg h2.title > span {
    color: #fff000;
}
.dark_bg .prod_count {
    color: #fff;
}
.dark_bg .prod_count > b > span {
    color: #fff000;
}

.m1-form {
    padding: 0 80px;
}
.m1-form input,
.m1-form select[name='comment'] {
    border: none;
    width: 100%;
    display: block;
    font-family: 'AvenirNextCyr', Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    height: 70px;
    border-radius: 6px;
    background: #fff;
    color: #222;
    padding-left: 55px;
}
.m1-form input[name='name'] {
    background: #fff url(../images/name.png) no-repeat 20px center;
}
.m1-form input[name='phone'] {
    background: #fff url(../images/phone.png) no-repeat 20px center;
}
select,
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.m1-form select[name='comment'] {
    background: #fff url(../images/select_arrow.png) 20px 50% no-repeat;
    overflow: hidden;
    /* for FF */
    text-indent: 0.01px;
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none !important;
    padding-left: 55px;
}
select::-ms-expand {
    display: none;
}
.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;
}
/* button */
.button-m {
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-family: 'AvenirNextCyr', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    height: 78px;
    width: 320px;
    display: block;
    border-radius: 10px 0 10px 0;
    line-height: 78px;
    text-align: center;
    background: #fc231e;
    background: -moz-linear-gradient(top, #fc231e 0%, #f21b19 50%, #ce0200 100%);
    background: -webkit-linear-gradient(top, #fc231e 0%, #f21b19 50%, #ce0200 100%);
    background: linear-gradient(to bottom, #fc231e 0%, #f21b19 50%, #ce0200 100%);
    -webkit-box-shadow: 0 14px 4px -8px rgba(0, 0, 0, 0.4), 2px 3px 0px 0px #600403;
    -moz-box-shadow: 0 14px 4px -8px rgba(0, 0, 0, 0.4), 2px 3px 0px 0px #600403;
    box-shadow: 0 14px 4px -8px rgba(0, 0, 0, 0.4), 2px 3px 0px 0px #600403;
    font-size: 21px;
    letter-spacing: 1px;
    margin: 0px auto;
    color: #fff;
    position: relative;
}
.button-m:active {
    background: linear-gradient(to bottom, #ce0200 1%, #f21b19 50%, #fc231e 100%);
    top: 2px;
}

/*  offer_section   */
.offer_section {
    padding: 0 0 35px;
    background: #1c2636 url(../images/patt.png) 50% 0% repeat-y;
}
.offer_section .top_line {
    background: #161f2e;
    color: #fff;
    padding: 18px 28px;
}
.offer_section .top_line > img {
    float: left;
}
.offer_section .top_line > p {
    font-size: 17px;
    float: right;
    line-height: 16px;
}
.offer_section .top_line > p:after {
    content: '';
    width: 21px;
    height: 21px;
    background: url(../images/top_line.png) 50% 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 8px;
}
.main_title {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.1em;
    padding: 19px 0;
    text-align: center;
    letter-spacing: 1px;
    background: #a60201;
    background: -moz-linear-gradient(top, #d30605 0%, #a60201 100%);
    background: -webkit-linear-gradient(top, #d30605 0%, #a60201 100%);
    background: linear-gradient(to bottom, #d30605 0%, #a60201 100%);
}
.main_title > span {
    color: #fff000;
}

.offer_section .box {
    position: relative;
}
.offer_section .box > img {
    display: block;
    margin: 0 auto;
}
.offer_section .box > img.garanty {
    position: absolute;
    top: 393px;
    left: 38px;
}
.offer_section .box .sale {
    width: 201px;
    height: 142px;
    background: url(../images/sale.png) 50% 50% no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
.offer_section .box .sale > p {
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    position: absolute;
    transform: rotate(36deg);
    text-align: center;
    top: 45px;
    left: 28px;
}

.offer_action {
    background: #051322 url(../images/patt2.png) 50% 0% repeat-y;
    padding: 24px 0;
    font-size: 0;
    color: #fff;
}
.offer_action > div {
    display: inline-block;
    vertical-align: top;
}
.offer_action .timer {
    width: 250px;
    padding: 0 30px;
    position: relative;
}
.offer_action .timer:after {
    content: '';
    width: 0;
    height: 72px;
    border-left: 1px solid #1e2d3c;
    border-right: 1px solid #101921;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    right: -1px;
}
.offer_action .timer > p {
    font-size: 18px;
    line-height: 1.1em;
    margin-bottom: 12px;
}
.timer .timer_container {
    font-size: 0;
}
.timer .timer_container .timer_block {
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 32px;
    background: #fff;
    border-radius: 2px;
    color: #2f3339;
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    line-height: 32px;
    position: relative;
    margin-right: 22px;
}
.timer .timer_container .timer_block:last-child {
    margin-right: 0;
}
.timer .timer_container .timer_block:not(:last-child):after {
    content: ':';
    font-size: 26px;
    line-height: 1em;
    color: #fff;
    position: absolute;
    right: -16px;
    top: 1px;
}

.offer_action .last_count {
    width: 230px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 1.3em;
    text-align: center;
}
.offer_action .last_count > span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 8px;
}
.offer_action .last_count > span > b {
    color: #fff000;
}

.ofr_bull {
    padding: 26px 30px;
}
.ofr_bull > li {
    color: #fff;
    margin-bottom: 12px;
    padding-left: 38px;
    background: url(../images/ofr_bull.png) 0% 1px no-repeat;
}
.ofr_bull > li:last-child {
    margin-bottom: 0;
}

.offer_section .price {
    background: url(../images/price.png) 50% 0% no-repeat;
    margin-bottom: 35px;
}
.offer_section .price > div {
    width: 50%;
    height: 84px;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 1.1em;
    padding-top: 12px;
}
.offer_section .price > div > p {
    font-size: 30px;
    line-height: 1.1em;
    margin-top: 5px;
}
.offer_section .price > div > p > small {
    font-size: 0.8em;
}
.offer_section .price .old > p > span {
    text-decoration: line-through;
}
.offer_section .price .new > p {
    color: #fff000;
    font-weight: 700;
}

/*vider_sect*/
.vider_sect {
    padding: 0;
}
.video_block {
    position: relative;
    height: 300px;
    background: #000;
    overflow: hidden;
}
.video_block iframe,
.video_block object,
.video_block embed,
.video_block .youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*panorama_section*/
.panorama_section {
    padding: 20px 0 0;
}

/*sect2*/
.sect2 {
    padding: 30px 0 0;
}
.sect2 .title {
    padding-bottom: 25px;
    background: url(../images/title_bg1.png) 50% 100% no-repeat;
}
.sect2 > p {
    padding: 25px 30px 25px;
    text-align: center;
}
.sect2 > img {
    display: block;
    margin: 0 auto;
}
.sect2 .alert {
    background: #d30605;
    background: -moz-linear-gradient(45deg, #d30605 0%, #a60201 100%);
    background: -webkit-linear-gradient(45deg, #d30605 0%, #a60201 100%);
    background: linear-gradient(45deg, #d30605 0%, #a60201 100%);
    color: #fff;
    text-align: center;
    padding: 15px 45px;
}

/*sect3*/
.sect3 .title {
    font-size: 26px;
}

.benef1 {
    padding: 0 30px;
}
.benef1 > li {
    background: #fff;
    margin-bottom: 32px;
    padding: 18px 0 25px;
    box-shadow: -4px -4px 0 0 #ca0504;
}
.benef1 > li:nth-child(2n) {
    box-shadow: 4px -4px 0 0 #ca0504;
}
.benef1 > li:last-child {
    margin-bottom: 0;
}
.benef1 > li .top {
    display: table;
    width: 100%;
    padding: 0 20px 22px;
}
.benef1 > li .top .img {
    display: table-cell;
    vertical-align: middle;
    width: 76px;
}
.benef1 > li .top .img > img {
    display: block;
    margin: 0 auto;
}
.benef1 > li .top > p {
    display: table-cell;
    vertical-align: middle;
    width: 220px;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.2em;
    padding-left: 22px;
}
.benef1 > li > p {
    text-align: center;
    padding: 0 20px;
    font-size: 17px;
}

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

.prod_count {
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
}

/*img_sect*/
.img_sect {
    position: relative;
    padding: 0;
}
.img_sect > img {
    display: block;
}
.img_sect > p {
    position: absolute;
    color: #fff;
    font-size: 27px;
    line-height: 1.1em;
}
.img_sect > p > span {
    display: block;
    font-weight: 700;
    color: #fff000;
    font-size: 28px;
    line-height: 1.4em;
    text-transform: uppercase;
}
.sect4 > p {
    width: 330px;
    right: 15px;
    top: 72px;
    text-align: right;
}

/*sect5*/
.sect5 {
    padding-bottom: 45px;
}
.sect5 .title {
    padding-bottom: 40px;
    margin-bottom: 40px;
    background: url(../images/title_bg2.png) 50% 100% no-repeat;
}
.benef2 {
    padding: 0 30px;
}
.benef2 > li {
    display: table;
    width: 100%;
    margin-bottom: 32px;
    position: relative;
}
.benef2 > li:not(:last-child):after {
    content: '';
    width: 180px;
    height: 3px;
    background: url(../images/benef2_item.png) 0% 50% repeat;
    transform: rotate(30deg);
    position: absolute;
    bottom: -20px;
    left: 120px;
    z-index: 1;
}
.benef2 > li:nth-child(2n):after {
    transform: rotate(-30deg);
    position: absolute;
    bottom: -20px;
    right: 120px;
}
.benef2 > li:last-child {
    margin-bottom: 0;
}
.benef2 > li .img {
    width: 166px;
    display: table-cell;
    vertical-align: middle;
}
.benef2 > li .img > img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}
.benef2 > li > p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 26px;
}
.benef2 > li > p > span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
}
.benef2 > li:nth-child(2n) > p {
    padding: 0 26px 0 0;
    text-align: right;
}

/*sect6*/
.sect6 > p {
    left: 26px;
    top: 40px;
}

/*sect7*/
.sect7 {
    background-image: url(../images/s7_bg.jpg);
}
.expert {
    width: 420px;
    margin: 130px auto 30px;
    padding: 1px 20px 28px;
    box-shadow: 5px -5px 0 0 #ca0504;
    background: #223049;
    background: -moz-linear-gradient(45deg, #223049 0%, #233c67 100%);
    background: -webkit-linear-gradient(45deg, #223049 0%, #233c67 100%);
    background: linear-gradient(45deg, #223049 0%, #233c67 100%);
}
.expert > img {
    display: block;
    margin: -91px auto 20px;
    border-radius: 50%;
}
.expert > span {
    display: block;
    text-align: center;
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}
.expert > small {
    display: block;
    color: #fff000;
    font-size: 17px;
    text-align: center;
    padding: 0 25px 55px;
    margin-bottom: 30px;
    background: url(../images/rev_q.png) 50% 100% no-repeat;
}
.expert > p {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 17px;
}
.expert > p:last-child {
    margin-bottom: 0;
}

/*sect8*/
.sect8 .title {
    font-size: 26px;
}
.sect8 .title span {
    display: block;
}

.catalog .item {
    position: relative;
    width: 420px;
    margin: 0 auto;
}
.catalog .item > img {
    display: block;
    margin: 0 auto;
    width: auto;
    border: 2px solid #e1e4e8;
}
.catalog .item .color {
    width: 150px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.catalog .item .color.black,
.dotsContainer .black {
    color: #fff;
    background-color: #000;
}
.catalog .item .color.gray,
.dotsContainer .gray {
    color: #fff;
    background-color: #3a3e44;
}
.catalog .item .color.blue,
.dotsContainer .blue {
    color: #fff;
    background-color: #4872c8;
}
.catalog .item .color.beige,
.dotsContainer .beige {
    background-color: #e6ddd0;
}
.catalog .item .color.red,
.dotsContainer .red {
    background-color: #fd0c18;
    color: #fff;
}
.catalog .item .color.lgt_brown,
.dotsContainer .lgt_brown {
    background-color: #ac633c;
    color: #fff;
}
.catalog .item .color.brown,
.dotsContainer .brown {
    background-color: #4f403b;
    color: #fff;
}
.catalog .item .color.ivory,
.dotsContainer .ivory {
    background-color: #cea58b;
    color: #fff;
}
.catalog .item .color.dark_grey,
.dotsContainer .dark_grey {
    background-color: #5f5b58;
    color: #fff;
}
.catalog .item .color.white,
.dotsContainer .white {
    background-color: #fff;
    border: 2px solid #e1e4e8;
}

.dotsContainer {
    margin-top: 28px;
    font-size: 0;
    text-align: center;
}
.dotsContainer > div {
    width: 40px;
    height: 40px;
    background-color: #ccc;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
}
.dotsContainer div.active {
    background-image: url(../images/owl-check.png);
}

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

/*sect9*/
.sect9 > p {
    width: 100%;
    font-size: 24px;
    line-height: 1.3em;
    top: 52px;
    left: 0;
    padding-left: 25px;
    text-transform: uppercase;
}
.sect9 > p > span {
    font-size: 25px;
}
.reviews {
    margin-top: 130px;
    padding: 0 30px;
}
.rev_item {
    margin: 0 auto 135px;
    padding: 1px 20px 22px;
    box-shadow: -5px -5px 0 0 #ca0504;
    background: #223049;
    background: -moz-linear-gradient(45deg, #223049 0%, #233c67 100%);
    background: -webkit-linear-gradient(45deg, #223049 0%, #233c67 100%);
    background: linear-gradient(45deg, #223049 0%, #233c67 100%);
}
.rev_item:last-child {
    margin-bottom: 0;
}
.rev_item:nth-child(2n) {
    box-shadow: 5px -5px 0 0 #ca0504;
}
.rev_item > img {
    display: block;
    margin: -94px auto 22px;
    border-radius: 6px;
}
.rev_item > span {
    display: block;
    text-align: center;
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}
.rev_item > small {
    display: block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 0 25px 55px;
    margin-bottom: 30px;
    background: url(../images/rev_q.png) 50% 100% no-repeat;
}
.rev_item > small > span {
    color: #fff000;
}
.rev_item > p {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 17px;
}
.rev_item > p > b {
    display: block;
    font-style: normal;
}
.rev_item > p:last-child {
    margin-bottom: 0;
}

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

/*sect11*/
.sect11 .title {
    margin-bottom: 0px;
}
.order_list {
    font-size: 0;
    text-align: center;
}
.order_list > li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
    position: relative;
    font-size: 19px;
    line-height: 1.3em;
    margin-top: 40px;
}
.order_list > li > img {
    display: block;
    margin: 0 auto 12px;
}
.order_list > li > span {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 52px;
    background: #d30605;
    background: -moz-linear-gradient(45deg, #d30605 0%, #a60201 100%);
    background: -webkit-linear-gradient(45deg, #d30605 0%, #a60201 100%);
    background: linear-gradient(45deg, #d30605 0%, #a60201 100%);
}

/*sect12*/
.sect12 .title {
    font-size: 23px;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.sect12 > p {
    color: #fff;
    text-align: center;
    margin-bottom: 35px;
}
.sect12 > p:last-child {
    margin-bottom: 0;
}
.comparison {
    font-size: 0;
    text-align: center;
    margin-bottom: 18px;
}
.comparison > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 16px;
}
.comparison > li > img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}
.comparison > li:after {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    margin: -28px auto 0;
    position: relative;
}
.comparison > li:nth-child(1) img {
    box-shadow: 0 0 0 7px #ff0000;
}
.comparison > li:nth-child(1):after {
    background: url(../images/fake_icon.png) 50% 50% no-repeat;
}
.comparison > li:nth-child(2) img {
    box-shadow: 0 0 0 7px #37b704;
}
.comparison > li:nth-child(2):after {
    background: url(../images/original_icon.png) 50% 50% no-repeat;
}

/*bottom*/
.offer_section.bottom .offer_action {
    border-bottom: 8px solid #282f39;
}
.m1-form > span {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3em;
}
.m1-form > span + p {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.m1-form > span + p > span {
    font-weight: 700;
    color: #fff000;
}
.offer_section .garant {
    width: 320px;
    margin: 25px auto 0;
    color: #fff;
    padding: 0 0 0 50px;
    font-size: 15px;
    line-height: 1.4em;
    background: url(../images/garant_icon.png) 8px 50% no-repeat;
}

/* 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;
}

.lb {
    font-size: 13px;
    line-height: 13px;
    margin-top: 15px;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
}

.lbi {
    -webkit-appearance: checkbox;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
}
