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



.video {
    margin: 40px auto 0px;
    width: 440px;
}

.video .player {
    border-radius: 25px;
    overflow: hidden;
    width: 440px;
    height: 650px;
    background: #000;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 11px 0px #0000007d;

}





.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: #133863;
}
section{
	padding: 40px 0 10px;
}

.dark_bg{

	background: #32303159;
    width: 98%;
    margin: 0px auto;
    border-radius: 20px;
}
.dark_bg h2.title{
	    color: #ffffff;
    font-size: 32px;
}
.dark_bg h2.title>span{
    color: #ffffff;
    font-size: 32px;
}
.dark_bg .prod_count{
	color: #fff;
}
.dark_bg .prod_count>b>span{
	color: #fff000;
}
.m1-form select.field{
 position: relative;
 display: block;
 outline: 0;
 border: 1px solid #cdd8c5;
 background: #fff;
 width: 100%;
 height: 64px;
 line-height: 62px;
 margin: 0 auto 10px;
 padding: 0 20px 0 67px;
 font-family: 'Gotham Pro', Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-weight: 400;
 color: #333;
 text-align: left;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -webkit-transition: all 0.2s;
 -moz-transition: all 0.2s;
 -o-transition: all 0.2s;
 -ms-transition: all 0.2s;
 transition: all 0.2s;
}
.m1-form{
	padding: 0 30px;
    width: 94%;
    margin: 0px auto;
}
.m1-form input, .m1-form select[name="product"]{
	    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
    /*--lt-color-gray-100: #f8f9fc;
    --lt-color-gray-200: #f1f3f9;
    --lt-color-gray-300: #dee3ed;
    --lt-color-gray-400: #c2c9d6;
    --lt-color-gray-500: #8f96a3;
    --lt-color-gray-600: #5e636e;
    --lt-color-gray-700: #2f3237;
    --lt-color-gray-800: #1d1e20;
    --lt-color-gray-900: #111213;
    --lt-shadowDefault: 0 2px 6px -1px rgba(0, 0, 0, 0.16), 0 1px 4px -1px rgba(0, 0, 0, 0.04);
    --lt-shadowActive: 0 0 8px -2px rgba(0, 0, 0, 0.1), 0 6px 20px -3px rgba(0, 0, 0, 0.2);
    --lt-color-white: #fff !important;
    --lt-color-black: #111213 !important;
    --lt-color-transparent: rgba(255, 255, 255, 0) !important;
    --lt-color-background-light: var(--lt-color-gray-100) !important;
    --lt-color-background-default: var(--lt-color-gray-200) !important;
    --lt-color-background-dark: var(--lt-color-gray-300) !important;
    --lt-color-border-light: var(--lt-color-gray-200) !important;
    --lt-color-border-default: var(--lt-color-gray-300) !important;
    --lt-color-border-dark: var(--lt-color-gray-400) !important;
    --lt-color-text-very-light: var(--lt-color-gray-500) !important;
    --lt-color-text-light: var(--lt-color-gray-600) !important;
    --lt-color-text-default: var(--lt-color-gray-700) !important;
    --lt-color-text-dark: var(--lt-color-gray-800) !important;
    --lt-color-overlay-default: #fff !important;
    --lt-color-overlay-dark: #fff !important;
    --lt-color-overlay-transparent: rgba(0, 0, 0, 0.1) !important;
    --lt-shadow-website-overlay: 0 0 7px 0 rgba(0, 0, 0, 0.3) !important;
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;*/
    box-sizing: border-box;
    appearance: none;
    text-align-last: center;
    position: relative;
    display: block;
    outline: 0;
    border: none;
    background: #fff;
    width: 100%;
    height: 83px;
    line-height: 83px;
    margin: 0 auto 12px;
    padding: 0 20px;
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    text-align: center;
    border-radius: 35px;
    transition: all 0.2s;
}
.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"]{
	-webkit-text-size-adjust: 100%; -webkit-font-smoothing: subpixel-antialiased !important; /*--lt-color-gray-100: #f8f9fc; --lt-color-gray-200: #f1f3f9; --lt-color-gray-300: #dee3ed; --lt-color-gray-400: #c2c9d6; --lt-color-gray-500: #8f96a3; --lt-color-gray-600: #5e636e; --lt-color-gray-700: #2f3237; --lt-color-gray-800: #1d1e20; --lt-color-gray-900: #111213; --lt-shadowDefault: 0 2px 6px -1px rgba(0, 0, 0, 0.16), 0 1px 4px -1px rgba(0, 0, 0, 0.04); --lt-shadowActive: 0 0 8px -2px rgba(0, 0, 0, 0.1), 0 6px 20px -3px rgba(0, 0, 0, 0.2); --lt-color-white: #fff !important; --lt-color-black: #111213 !important; --lt-color-transparent: rgba(255, 255, 255, 0) !important; --lt-color-background-light: var(--lt-color-gray-100) !important; --lt-color-background-default: var(--lt-color-gray-200) !important; --lt-color-background-dark: var(--lt-color-gray-300) !important; --lt-color-border-light: var(--lt-color-gray-200) !important; --lt-color-border-default: var(--lt-color-gray-300) !important; --lt-color-border-dark: var(--lt-color-gray-400) !important; --lt-color-text-very-light: var(--lt-color-gray-500) !important; --lt-color-text-light: var(--lt-color-gray-600) !important; --lt-color-text-default: var(--lt-color-gray-700) !important; --lt-color-text-dark: var(--lt-color-gray-800) !important; --lt-color-overlay-default: #fff !important; --lt-color-overlay-dark: #fff !important; --lt-color-overlay-transparent: rgba(0, 0, 0, 0.1) !important; --lt-shadow-website-overlay: 0 0 7px 0 rgba(0, 0, 0, 0.3) !important; --swiper-theme-color: #007aff; --swiper-navigation-size: 44px;*/ box-sizing: border-box; appearance: none; text-align-last: center; position: relative; display: block; outline: 0; border: none; background: #fff; width: 100%; height: 83px; line-height: 83px; margin: 0 auto 12px; padding: 0 20px; font-family: 'Proxima Nova', Arial, Helvetica, sans-serif; font-size: 20px; font-weight: 400; color: #333; text-align: center; border-radius: 35px; transition: all 0.2s;
}
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: 100%;
    display: block;
    border-radius: 35px;
    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, #ffc226 0%, #f7931c 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: 0px 0px 17px -8px rgba(0, 0, 0, 0.4), 2px 3px 0px 0px #010101; */
    box-shadow: 0 0 10px #00000036;
    font-size: 21px;
    letter-spacing: 1px;
    margin: 0px auto;
    color: #fff;
    position: relative;
    text-shadow: 0 0 1px #0000008f;
}
.button-m:active{
	background: linear-gradient(to bottom, #ce0200 1%,#f21b19 50%,#fc231e 100%);
	top: 2px;
}

.formatron40000{

background: #133863;
    height: 500px;
    width: 96%;
    margin: 0px auto;
    border-radius: 20px;
    padding: 20px 0px 10px;

}

/*  offer_section   */
.offer_section{
	padding: 0 0 35px;
	background: #ffffff  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: 22px;
	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: #d30605 url(../images/patt2.png) 50% 0% repeat-y;
}
.main_title>span{
	color: #fff000;
}

.offer_section .box{
	position: relative;
	margin: 10px 0px 0px;
}
.offer_section .box>img{
display: block;
    margin: 0 auto;
    width: 96%;
    margin: 10px auto 20px;
    border-radius: 20px;
    box-shadow: 0 0 11px 0px #0000007d;
}
.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: 34px;
    line-height: 30px;
    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: #f11a18;
    font-weight: 800;
}


/*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: 0 30px 25px;
	text-align: center;
}
.sect2>img{
	display: block;
	margin: 0 auto;
	    width: 96%;
    border-radius: 20px;
    box-shadow: 0 0 11px 0px #0000007d;
}
.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{
	
	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: #1d1d1d;
	background: -moz-linear-gradient(45deg, #1d1d1d 0%, #1d1d1d 100%);
	background: -webkit-linear-gradient(45deg, #1d1d1d 0%,#1d1d1d 100%);
	background: linear-gradient(45deg, #1d1d1d 0%,#1d1d1d 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;
}


/*sect75*/
.sect75{
	background: #fff;
}
.comlect{
	display: flex;
}
.comlect>li{
	width: 50%;
	padding: 0 10px;
	text-align: center;
}
.comlect>li>span{
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.price2{
}
.price2 .old,
.price2 .new{
	margin: 0 10px;
	text-align: center;
	font-size: 18px;
	line-height: 1.3em;
}
.price2 .old{
	text-decoration: line-through;
}
.price2 .new{
	font-weight: 700;
	color: #d30605;
	font-size: 26px;
	line-height: 1.3em;
}

/*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;
}
.catalog .item .color.brown_l,
.dotsContainer .brown_l{
	background-color: #b57e69;
	border: 2px solid #b57e69;
	color: #fff;
}
.catalog .item .color.emerald,
.dotsContainer .emerald{
	background-color: #009966;
	border: 2px solid #009966;
	color: #fff;
}
.catalog .item .color.black-white,
.dotsContainer .black-white{
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
}
.dotsContainer .black-white{
	background: #fff;
	border: 10px solid #000;
}

.dotsContainer{
	margin-top: 28px;
	font-size: 0;
	text-align: center;
	padding: 0 15px;
}
.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 8px;
}
.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: #1d1d1d;
	background: -moz-linear-gradient(45deg, #1d1d1d 0%, #1d1d1d 100%);
	background: -webkit-linear-gradient(45deg, #1d1d1d 0%,#1d1d1d 100%);
	background: linear-gradient(45deg, #1d1d1d 0%,#1d1d1d 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: #ffde00;
    font-size: 22px;
}
.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;
}
/* d.khar */
.form-error{
    padding: 10px;
    text-align: center;
    border: 1px solid red;
    margin-top: 10px;
    border-radius: 5px;
    background: #fce5e5;
}
