/* styles */
html{
	overflow-x: hidden;
}
body {
	min-width: 320px;
	background: #fff;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4em;
	color: #111214;
	cursor: default;
	overflow-x: hidden;
}

header, section, footer {
	margin: 0 auto;
	max-width: 1920px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 980px;
}

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

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

b {
	font-weight: 700;
}

/*form*/
.m1-form{
	padding: 0 20px;
}
.m1-form input{
	border: none;
	width: 100%;
	display: block;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 20px;
	height: 60px;
	border-radius: 4px;
	background: #fff;
	text-indent: 46px;
	color: #222;
	font-style: italic;
	-webkit-box-shadow: inset 0px 4px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 4px 10px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 4px 10px 0px rgba(0,0,0,0.2);
}
.m1-form input[name="name"]{
	background: #fff url(../images/input_name.png) 14px 50% no-repeat;
}
.m1-form input[name="phone"]{
	background: #fff url(../images/input_phone.png) 10px 50% no-repeat;
}
.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;
	cursor: pointer;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	height: 80px;
	width: 320px;
	display: block;
	border-radius: 5px;
	line-height: 78px;
	text-decoration: none;
	text-align: center;
	background: #f99855;
	background: -moz-linear-gradient(top, #f99855 0%, #d75a35 57%, #d1431c 58%, #b40f00 100%);
	background: -webkit-linear-gradient(top, #f99855 0%,#d75a35 57%,#d1431c 58%,#b40f00 100%);
	background: linear-gradient(to bottom, #f99855 0%,#d75a35 57%,#d1431c 58%,#b40f00 100%);
	border-bottom: 3px solid #7e0b01;
	font-size: 25px;
	margin: 0px auto;
	color: #fff;
	position: relative;
	-webkit-box-shadow: inset 0px 4px 3px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0px 4px 3px 0px rgba(255,255,255,0.4);
	box-shadow: inset 0px 4px 3px 0px rgba(255,255,255,0.4);
}
.button-m:active{
	background: #b40f00;
	background: -moz-linear-gradient(top, #b40f00 0%, #d1431c 42%, #d75834 43%, #f99855 100%);
	background: -webkit-linear-gradient(top, #b40f00 0%,#d1431c 42%,#d75834 43%,#f99855 100%);
	background: linear-gradient(to bottom, #b40f00 0%,#d1431c 42%,#d75834 43%,#f99855 100%);
	top: 2px;
}
.button-m.btn2{
	font-size: 22px;
}

/* titles */
h2.title {
	font-weight: 700;
	font-size: 35px;
	line-height: 1.2em;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}
h2.title span{
	color: #1a4e96;
}
h2.title:after{
	content: '';
	width: 300px;
	height: 3px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(167,168,170,1) 40%, rgba(167,168,170,1) 60%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(167,168,170,1) 40%,rgba(167,168,170,1) 60%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(167,168,170,1) 40%,rgba(167,168,170,1) 60%,rgba(255,255,255,0) 100%);
	display: block;
	margin: 14px auto 0;
}

.color_theme{
	background: #f6fcff url(../images/blue_bg.jpg) 50% 100% no-repeat;
}


section{
	padding: 40px 0 45px;
}


/*offer_section*/
.offer_section{
	background: url(../images/offer.jpg) 50% 0% no-repeat;
	min-height: 742px;
	padding: 0;
}
.offer_section .top_line{
	background: #fff;
}
.offer_section .logo{
	float: left;
	width: 170px;
	height: 80px;
	line-height: 76px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	background: #8cb9ec;
	background: -moz-linear-gradient(top, #8cb9ec 0%, #1b4f97 100%);
	background: -webkit-linear-gradient(top, #8cb9ec 0%,#1b4f97 100%);
	background: linear-gradient(to bottom, #8cb9ec 0%,#1b4f97 100%);
}
.offer_section .top_line ul{
	width: 790px;
	padding: 16px 0 0 60px;
	font-size: 0;
	float: right;
	text-align: justify;
	-ms-text-align-last: justify;
	text-align-last: justify;
}
.top_line ul>li{
	width: 250px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 46px;
	font-size: 18px;
	line-height: 1.2em;
	position: relative;
	text-align: left;
	-ms-text-align-last: left;
	text-align-last: left;
}
.top_line ul>li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
}
.top_line ul>li:nth-child(1):before{
	width: 38px;
	height: 38px;
	background: url(../images/top_line1.png) 50% 0% no-repeat;
	margin-top: -19px;
}
.top_line ul>li:nth-child(2):before{
	width: 34px;
	height: 38px;
	background: url(../images/top_line2.png) 50% 0% no-repeat;
	margin-top: -19px;
}
.top_line ul>li:nth-child(3){
	width: 190px;
}
.top_line ul>li:nth-child(3):before{
	width: 34px;
	height: 38px;
	background: url(../images/top_line3.png) 50% 0% no-repeat;
	margin-top: -19px;
}
.main_title{
	background: rgba(255,255,255,0.7);
	text-transform: uppercase;
	color: #1a4e96;
	font-size: 33px;
	text-align: center;
	font-weight: 700;
	height: 80px;
	line-height: 78px;
	letter-spacing: 1px;
}
.offer_section .content .wrapper{
	position: relative;
	padding-top: 30px;
}

.ofr_bull{
	width: 400px;
	float: left;
	background: #fff;
	border-radius: 12px;
	position: relative;
	margin-top: 310px;
	padding: 24px 20px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
}
.ofr_bull>li{
	margin-bottom: 14px;
	padding-left: 40px;
	background: url(../images/ofr_bull.png) 0px 50% no-repeat;
}
.ofr_bull>li:last-child{
	margin-bottom: 0;
}
.ofr_bull::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 52px 42px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	top: -46px;
	right: 180px;
	transform: rotate(10deg);
}
.offer_action {
	width: 360px;
	margin: 0 auto;
	border-radius: 12px;
	padding: 20px 0;
	background: #6a8cbb;
	box-shadow: 0 0 16px 0 rgba(0,0,0,0.2);
}
.offer_action{
	width: 360px;
	float: right;
	margin: 0 20px 0 0;
	border-radius: 12px;
	padding: 20px 0;
	background: rgb(133,177,238);
	background: -moz-linear-gradient(top, rgba(133,177,238,1) 0%, rgba(106,140,187,1) 100%);
	background: -webkit-linear-gradient(top, rgba(133,177,238,1) 0%,rgba(106,140,187,1) 100%);
	background: linear-gradient(to bottom, rgba(133,177,238,1) 0%,rgba(106,140,187,1) 100%);
	box-shadow: 0 0 16px 0 rgba(0,0,0,0.2);
}
.action_block .price,
.offer_action .price{
	width: 400px;
	margin-left: -20px;
	margin-bottom: 20px;
	background: #67cf28;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	position: relative;
}
.action_block .price:before,
.offer_action .price:before,
.offer_action .price:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 10px 0;
	border-color: transparent #3b6912 transparent transparent;
	position: absolute;
	bottom: -10px;
}
.offer_action .price:after{
	left: auto;
	right: 0;
	border-width: 10px 20px 0 0;
	border-color: #3b6912 transparent transparent 
}
.action_block .price .top,
.offer_action .price .top{
	font-size: 35px;
	background: #60a620;
	text-align: center;
	color: #fff;
	font-weight: 700;
	line-height: 50px;
}
.action_block .price .top>span,
.offer_action .price .top>span{
	color: #ffe400;
}
.action_block .price .top>span>small,
.offer_action .price .top>span>small{
	font-size: 25px;
}
.action_block .price .cost,
.offer_action .price .cost{
	position: relative;
}
.action_block .price .cost:before,
.offer_action .price .cost:before{
	content: '';
	width: 4px;
	height: 60px;
	background: #60a620;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -2px;
}
.action_block .price .cost>div,
.offer_action .price .cost>div{
	float: left;
	width: 50%;
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 700;
}
.action_block .price .cost>div>p,
.offer_action .price .cost>div>p{
	font-size: 35px;
	line-height: 1.2em;
}
.action_block .price .cost>div>p>small,
.offer_action .price .cost>div>p>small{
	font-size: 0.8em;
}
.action_block .price .cost .old,
.offer_action .price .cost .old{
	color: #31590c;
}
.action_block .price .cost .old span,
.offer_action .price .cost .old span{
	text-decoration: line-through;
}
.action_block .price .cost .new,
.offer_action .price .cost .new{
	color: #fff;
}

.prod_count{
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 15px;
}
.prod_count>span{
	display: block;
	font-size: 40px;
	line-height: 1.1em;
	color: #ffe400;
}
.prod_count>span>small{
	font-size: 22px;
}

.offer_action .ofr_btn_cont{
	position: relative;
}
.ofr_btn_cont:before{
	content: '';
	width: 54px;
	height: 60px;
	background: url(../images/offer_btn_arrow.png) 0px 50% no-repeat;
	position: absolute;
	top: 3px;
	left: -95px;
}

.best_sale{
	position: absolute;
	top: 218px;
	left: 420px;
}
.offer_section .pulse{
	width: 135px;
	height: 135px;
	border-radius: 50%;
	background: url(../images/pulse.png) 50% 50% no-repeat;
	position: absolute;
	top: 164px;
	left: 245px;
}
.offer_section .pulse>div{
	position: absolute;
	width: 20%;
	height: 20%;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: pulse 3s infinite;
}
.offer_section .pulse>div:nth-child(2) {
	animation-delay: 0.5s;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(76,175,242, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 90px rgba(76,175,242, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(76,175,242, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(76,175,242, 0.4);
		box-shadow: 0 0 0 0 rgba(76,175,242, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 90px rgba(76,175,242, 0);
		box-shadow: 0 0 0 90px rgba(76,175,242, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(76,175,242, 0);
		box-shadow: 0 0 0 0 rgba(76,175,242, 0);
	}
}



/*sect2*/
.sect2{
	background: #fff url(../images/rhomb_left.png) 50% 80px no-repeat;
	padding-bottom: 60px;
}
.sect2 .wrapper{
	position: relative;
}
.sect2 .wrapper:after{
	content: '';
	width: 436px;
	height: 725px;
	background: url(../images/s2_noga.png) 50% 50% no-repeat;
	position: absolute;
	right: -465px;
	top: 380px;
}
.sect2 .content1>img{
	float: right;
	border-radius: 10px;
}
.sect2 .content1 .text{
	width: 540px;
	float: left;
}
.sect2 .content1 .text>p{
	padding: 28px 0 0;
}
.sect2 .content2{
	margin-top: 60px;
}
.sect2 .content2>img{
	float: left;
	border-radius: 10px;
}
.sect2 .content2 .text{
	width: 510px;
	float: right;
	border-radius: 12px;
	padding: 16px 60px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
	position: relative;
}
.sect2 .content2 .text:before{
	content: '';
	width: 50px;
	height: 98px;
	background: url(../images/cont_arw.png) 0px 50% no-repeat;
	position: absolute;
	top: 50%;
	left: -50px;
	margin-top: -49px;
}
.benef1>li{
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.3em;
}
.benef1>li:last-child{
	margin-bottom: 0;
}
.benef1>li>img{
	display: block;
	margin: 0 auto 5px;
}




/*sect3*/
.sect3{
	background: #fffce1;
	padding: 48px 0;
}
.btn_cont{
	width: 320px;
	position: relative;
	margin: 0 auto;
}
.btn_cont::before, .btn_cont::after {
	content: '';
	width: 36px;
	height: 40px;
	background: url(../images/btn_arrow.png) 0px 50% no-repeat;
	position: absolute;
	top: 20px;
	left: -65px;
}
.btn_cont::after {
	background-position: 100% 50%;
	left: auto;
	right: -65px;
}




/*sect4*/
.sect4 .title span{
	display: block;
}
.sect4 .content1>img{
	float: right;
	border-radius: 10px;
}
.sect4 .content1 .left{
	float: left;
	width: 540px;
}
.sect4 .content1 .left>p{
	padding: 0 20px 0 10px;
	line-height: 1.3em;
}
.sect4 .content1 .text{
	width: 520px;
	background: #fff;
	border-radius: 10px;
	padding: 15px 20px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
	margin: 15px 0 0 -5px;
	position: relative;
}
.sect4 .content1 .text>h4{
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.sect4 .content1 .text>h4 span{
	border-bottom: 2px solid #e51d31;
}
.sect4 .content1 .text>p{
	line-height: 1.3em;
}
.sect4 .text:before{
	content: '';
	width: 50px;
	height: 98px;
	background: url(../images/cont_arw.png) 100% 50% no-repeat;
	position: absolute;
	top: 50%;
	right: -50px;
	margin-top: -49px;
}



/*sect5*/
.sect5{
	background: url(../images/rhomb_right.png) 50% 300px no-repeat, url(../images/s5_bg.jpg) 50% 0% no-repeat;
}
.sect5 .wrapper{
	position: relative;
}
.sect5 img.logo{
	position: absolute;
	top: 60px;
	left: 30px;
}
.sect5 .content1 .info{
	float: left;
	width: 431px;
	height: 421px;
	background: url(../images/s5_info.jpg) 100% 50% no-repeat;
	padding: 82px 0 0;
	margin-top: 50px;
}
.sect5 .info ul>li{
	font-weight: 700;
	padding-bottom: 12px;
	position: relative;
	letter-spacing: 0.6px;
}
.sect5 .info ul>li:before{
	content: '';
	width: 100%;
	height: 2px;
	background: #8cb9ec;
	position: absolute;
	bottom: 4px;
	left: 0;
}
.sect5 .info ul>li:after{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #8cb9ec;
	position: absolute;
	right: 0;
	bottom: 0;
}

.sect5 .info ul>li:nth-child(1){
	width: 370px;
	margin-bottom: 10px;
}
.sect5 .info ul>li:nth-child(2){
	width: 280px;
	margin-bottom: 44px;
}
.sect5 .info ul>li:nth-child(3){
	width: 240px;
	margin-bottom: 52px;
}
.sect5 .info ul>li:nth-child(4){
	width: 270px;
}

.sect5 .content1 .list1{
	width: 490px;
	float: right;
}
.list1>li{
	padding: 14px 20px 14px;
	line-height: 1.2em;
	background: #f7fdff 
}
.list1>li:nth-child(2n){
	background: #fff;
}
.list1>li>p{
	padding-left: 38px;
	background: url(../images/ofr_bull.png) 0 4px no-repeat;;
}

.action_block{
	width: 940px;
	margin-left: 20px;
	padding: 20px 0 25px;
	border-bottom: 3px solid #56749d;
	border-radius: 12px;
	background: rgb(133,177,238);
	background: -moz-linear-gradient(top, rgba(133,177,238,1) 0%, rgba(106,140,187,1) 100%);
	background: -webkit-linear-gradient(top, rgba(133,177,238,1) 0%,rgba(106,140,187,1) 100%);
	background: linear-gradient(to bottom, rgba(133,177,238,1) 0%,rgba(106,140,187,1) 100%);
	box-shadow: 0 0 16px 0 rgba(0,0,0,0.2);
}
.action_block .price{
	width: 490px;
	float: left;
	margin-bottom: 0;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.15);
}
.action_block .right{
	width: 470px;
	float: right;
}
.action_block .prod_count > span{
	display: inline-block;
	font-size: 32px;
	margin-left: 5px;
}
.sect5 .action_block{
	margin-top: 50px;
}



/*sect6*/
.list2{
	font-size: 0;
}
.list2>li{
	display: inline-block;
	vertical-align: top;
	border-radius: 10px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
	font-size: 18px;
	line-height: 1.3em;
	padding: 17px 20px;
	width: 460px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #fff4f0 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#fff4f0 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#fff4f0 100%);
}
.list2>li>h4{
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
	font-size: 25px;
	color: #e51d31;
}
.list2>li.true{
	margin-left: 40px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f9ff 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f9ff 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f3f9ff 100%);
}
.list2>li.true h4{
	color: #1a4e96;
}
.list2>li>ul>li{
	min-height: 30px;
	padding-left: 38px;
	margin-bottom: 14px;
	background: url(../images/x_icon.png) 0px 4px no-repeat;
}
.list2>li>ul>li:last-child{
	margin-bottom: 0;
}
.list2>li.true>ul>li{
	background: url(../images/true_icon.png) 0px 4px no-repeat;
}



/*sect7*/
.sect7{
	background: url(../images/rhomb_left.png) 50% 100px no-repeat, url(../images/s7_bg.jpg) 50% 100% no-repeat;
}
.sect7 .title span{
	display: block;
}

.rev_item{
	width: 300px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
	margin: 30px auto 12px;
	font-size: 16px;
	border-top: 1px solid transparent;
}
.rev_item img.ava{
	display: block;
	margin: -30px auto 16px;
	border-radius: 50%;
	border: 3px solid #8cb9ec;
	width: auto;
}
.rev_item>span{
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	text-align: center;
	padding: 0 25px;
	margin-bottom: 12px;
}
.rev_item>p{
	text-align: center;
	padding: 0 17px;
}
.rev_item>small{
	display: block;
	color: #a7a8aa;
	font-weight: 700;
	margin-top: 10px;
	text-align: center;
}
.rev_item>img{
	display: block;
	margin: 10px auto 0;
	border-radius: 0 0 12px 12px;
}

.sect7 .action_block{
	margin-top: 40px;
}

.reviews .owl-prev,
.reviews .owl-next{
	width: 50px;
	height: 50px;
	border-radius: 6px;
	position: absolute;
	top: 42px;
}
.reviews .owl-prev{
	background: #1a4e96 url(../images/rev_arrow.png) 0% 50% no-repeat;
	left: 0;
}
.reviews .owl-next{
	background: #1a4e96 url(../images/rev_arrow.png) 100% 50% no-repeat;
	right: 0;
}




/*sect8*/
.sect8{
	background: #f7fdff url(../images/blue_bg2.jpg) 50% 50% no-repeat;
}

.sect8 .content1{
	background: #fff url(../images/s8_img.jpg) 600px 100px no-repeat;
	border-radius: 12px;
	padding: 50px 30px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
	position: relative;
	margin-bottom: 70px;
}
.list3>li{
	padding: 0 0 0 37px;
	background: url(../images/true_icon.png) 0 4px no-repeat;
	margin-bottom: 20px;
	font-size: 25px;
	line-height: 1.3em;
}
.list3>li:last-child{
	margin-bottom: 0;
}
.sect8 .content1:after{
	content: '';
	width: 94px;
	height: 50px;
	background: url(../images/cont_arw2.png) 50% 100% no-repeat;
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -47px;
}

.order_list{
	font-size: 0;
	text-align: center;
}
.order_list>li{
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 10px;
	font-size: 18px;
}
.order_list>li>img{
	display: block;
	margin: 0 auto 20px;
	border-radius: 50%;
	border: 2px solid #1a4e96;
}
.order_list>li>span{
	text-align: center;
	display: block;
	padding: 0 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #1a4e96;
	font-weight: 700;
}
.order_list>li>p{
	text-align: center;
}




/*sect9*/
.sect9{
	background: url(../images/rhomb_left.png) 50% 80px no-repeat, url(../images/rhomb_right.png) 50% 80px no-repeat;
}
.team_list{
	font-size: 0;
	text-align: justify;
	-ms-text-align-last: justify;
	text-align-last: justify;
}
.team_list>li{
	width: 220px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	text-align: center;
	-ms-text-align-last: center;
	text-align-last: center;
	padding: 20px 30px 15px;
	font-size: 18px;
}
.team_list>li>img{
	display: block;
	margin: 0 auto 15px;
	border-radius: 50%;
	border: 3px solid #e3e4e6;
}
.team_list>li>span{
	display: block;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.team_list>li>p{
	text-align: center;
}



/*.offer_section.bottom*/
.offer_section.bottom{
	background: url(../images/offer_bottom.jpg) 50% 0% no-repeat;
	min-height: 582px;
}
.offer_section.bottom .pulse{
	top: 374px;
	left: 180px;
}
.offer_section.bottom .best_sale{
	top: 425px;
	left: 330px;
}





/*footer*/
.footer_section {
	background: #fff;
	padding: 25px 0;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}
.footer_section a {
	color: #333;
}
.footer_section a:hover {
	text-decoration: none;
}








@media screen and (max-width: 979px) {
	body,html{
		overflow-x: auto;
	}
	.wrapper{
		width: 660px;
	}
	section{
		padding: 30px 0;
	}
	body{
		font-size: 16px;
		line-height: 1.4em;
	}
	h2.title{
		font-size: 25px;
		line-height: 1.3em;
		margin-bottom: 30px;
	}
	.offer_section{
		background: url(../images/offer_tab.jpg) 50% 164px no-repeat;
		min-height: auto;
		padding-bottom: 20px;
	}
	.offer_section .top_line ul{
		width: 470px;
		padding-left: 25px;
		padding-top: 10px;
	}
	.top_line ul > li{
		width: 170px;
		font-size: 16px;
		line-height: 1.2em;
	}
	.top_line ul > li:nth-child(2){
		width: 120px;
	}
	.top_line ul > li:nth-child(3){
		width: 120px;
	}
	.main_title{
		font-size: 25px;
		padding: 10px 0;
		line-height: 32px;
		height: auto;
		background: #f7fdff;
	}
	.main_title .wrapper{
		padding: 0 100px;
	}
	.offer_action{
		margin: 0 15px 0 0;
	}
	.ofr_bull{
		width: 250px;
		padding: 15px 14px 15px 20px;
		font-size: 16px;
		line-height: 1.2em;
		margin-top: 318px;
		margin-left: -5px;
	}
	.ofr_bull > li{
		background-position: 0px 4px;
		margin-bottom: 10px;
	}
	.ofr_bull:before{
		display: none;
	}
	.best_sale,
	.offer_section.bottom .best_sale{
		width: 120px;
		top: 30px;
		left: 10px;
	}
	.offer_section .pulse,
	.offer_section.bottom .pulse{
		top: 205px;
		left: 30px;
	}
	.ofr_btn_cont::before{
		display: none;
	}
	.sect2{
		background: #fff;
	}
	.sect2 .wrapper::after{
		display: none;
	}
	.sect2 .content1 .text{
		float: none;
		width: 100%;
	}
	.sect2 .content1 .text > p{
		padding: 0 0 25px;
	}
	.sect2 .content1 > img{
		float: none;
		display: block;
		margin: 0 auto;
	}
	.sect2 .content2{
		margin-top: 45px;
	}
	.sect2 .content2 .text:before{
		display: none;
	}
	.sect2 .content2 .text{
		width: 100%;
		float: none;
		padding: 16px 20px;
	}
	.benef1 > li{
		width: 50%;
		float: left;
		padding: 0 15px;
	}
	.sect2 .content2 > img{
		float: none;
		display: block;
		margin: 40px auto 0;
	}
	.sect4 .content1 .left{
		float: none;
		width: 100%;
	}
	.sect4 .content1 .left>p{
		padding: 0;
	}
	.sect4 .content1 .text{
		margin-left: 0;
	}
	.sect4 .text::before{
		display: none;
	}
	.sect4 .content1 .text{
		width: 100%;
		margin-top: 30px;
	}
	.sect4 .content1 .text > h4{
		font-size: 18px;
	}
	.sect4 .content1 > img{
		float: none;
		display: block;
		margin: 35px auto 0;
	}
	.sect5{
		background: #fff;
	}
	.sect5 img.logo{
		display: none;
	}
	.sect5 .content1 .info{
		float: none;
		margin: 0 auto;
	}
	.sect5 .content1 .list1{
		float: none;
		margin: 25px auto 0;
	}
	.action_block{
		width: 620px;
		margin: 0 auto;
	}
	.action_block .price{
		width: 660px;
		float: none;
		margin-bottom: 20px;
	}
	.action_block .price::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 20px 0 0;
		border-color: #3b6912 transparent transparent;
		position: absolute;
		left: auto;
		bottom: -10px;
		right: 0;
	}
	.action_block .price .cost .old{
		text-align: right;
		padding-right: 35px;
	}
	.action_block .price .cost .new{
		text-align: left;
		padding-left: 35px;
	}
	.action_block .right{
		width: 100%;
		float: none;
	}
	.list2 > li{
		display: block;
		margin: 0 auto 30px;
	}
	.list2 > li.true{
		margin: 0 auto;
	}
	.list2 > li > ul > li br{
		display: none;
	}
	.sect7{
		background: #fff;
	}
	.sect8 .content1{
		padding: 35px 30px 12px;
		-webkit-background-size: 340px;
		background-size: 340px;
		background-position: 100% 100%;
		margin-bottom: 40px;
	}
	.list3 > li{
		font-size: 18px;
		min-height: 30px;
		margin-bottom: 8px;
	}
	.sect8 .content1 ul{
		padding-right: 200px;
	}
	.sect8 .content1::after{
		display: none;
	}
	.sect8 .title.ttl2 span{
		display: block;
	}
	.order_list > li{
		width: 50%;
		margin-bottom: 30px;
	}
	.order_list > li>img{
		margin-bottom: 16px;
	}
	.order_list > li:last-child{
		margin-bottom: 0;
	}
	.sect9{
		background: none;
		padding-bottom: 5px;
	}
	.team_list{
		text-align: center;
		-ms-text-align-last: center;
		text-align-last: center;
	}
	.team_list > li{
		margin: 0 20px 40px;
	}
	.offer_section.bottom{
		background: url(../images/offer_bottom_tab.jpg) 50% 0% no-repeat;
	}
}





@media screen and (max-width: 659px) {
	section{
		padding-top: 30px;
	}
	.wrapper{
		width: 320px;
	}
	h2.title{
		font-size: 22px;
		line-height: 1.2em;
	}
	h2.title::after{
		width: 230px;
	}
	.color_theme,
	.sect8{
		background: #f6fcff;
		background: -moz-linear-gradient(-45deg, #f6fcff 0%, #ddf3fb 100%);
		background: -webkit-linear-gradient(-45deg, #f6fcff 0%,#ddf3fb 100%);
		background: linear-gradient(135deg, #f6fcff 0%,#ddf3fb 100%);
	}
	.offer_section{
		overflow: hidden;
	}
	.offer_section .top_line ul{
		width: 100%;
		float: none;
		padding: 20px 0 0;
		display: none;
	}
	.top_line ul > li{
		display: block;
		margin: 0 auto 25px;
	}
	.top_line ul > li,
	.top_line ul > li:nth-child(2),
	.top_line ul > li:nth-child(3){
		width: 230px;
	}
	.top_line ul > li:nth-child(2){
		margin-bottom: 35px;
	}
	.offer_section .logo{
		position: relative;
		width: 100%;
	}
	.offer_section .logo:before{
		content: '';
		position: absolute;
		width: 1000px;
		height: 100%;
		left: -500px;
		background: #8cb9ec;
		background: -moz-linear-gradient(top, #8cb9ec 0%, #1b4f97 100%);
		background: -webkit-linear-gradient(top, #8cb9ec 0%,#1b4f97 100%);
		background: linear-gradient(to bottom, #8cb9ec 0%,#1b4f97 100%);
		z-index: 1;
	}
	.offer_section .logo p{
		position: relative;
		z-index: 2;
	}
	.main_title .wrapper{
		padding: 0 10px;
	}
	.offer_section{
		background: url(../images/offer_mob.jpg) 50% 196px no-repeat;
	}
	.ofr_bull{
		width: 100%;
		float: none;
		margin: 255px auto 0;
	}
	.ofr_bull > li{
		min-height: 30px;
	}
	.offer_action{
		width: 280px;
		margin: 50px auto 0;
		float: none;
	}
	.action_block .price, .offer_action .price{
		width: 300px;
		margin: 0 -10px 15px;
	}
	.action_block .price .top, 
	.offer_action .price .top{
		font-size: 25px;
	}
	.action_block .price .cost > div, 
	.offer_action .price .cost > div{
		font-size: 16px;
	}
	.action_block .price .cost > div > p, 
	.offer_action .price .cost > div > p{
		font-size: 30px;
	}
	.prod_count{
		font-size: 18px;
		margin-bottom: 3px;
	}
	.prod_count > span{
		font-size: 35px;
		line-height: 1.05em;
	}
	.m1-form{
		padding: 0 12px;
	}
	.m1-form input{
		margin-bottom: 10px;
	}
	.button-m{
		width: 260px;
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}
	.offer_section .pulse, 
	.offer_section.bottom .pulse{
		top: 132px;
		left: 52px;
	}
	.benef1 > li{
		width: 100%;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.sect2 .content2{
		margin-top: 38px;
	}
	.benef1 > li:last-child{
		margin-bottom: 0;
	}
	.btn_cont::before, 
	.btn_cont::after{
		display: none;
	}
	.sect2{
		padding-bottom: 30px;
	}
	.sect3{
		padding: 35px 0;
	}
	.btn_cont{
		width: 260px;
	}
	.sect5{
		overflow: hidden;
	}
	.sect5 .content1 .info{
		width: 100%;
		height: 300px;
		-webkit-background-size: 150px;
		background-size: 150px;
		background-position: 100% 0px;
		padding-top: 35px;
	}
	.sect5 .info ul > li{
		letter-spacing: normal;
	}
	.sect5 .info ul > li:nth-child(1){
		width: 260px;
		margin-bottom: 15px;
	}
	.sect5 .info ul > li:nth-child(2){
		width: 210px;
		margin-bottom: 30px;
	}
	.sect5 .info ul > li:nth-child(3){
		width: 175px;
		margin-bottom: 20px;
	}
	.sect5 .info ul > li:nth-child(4){
		width: 190px;
	}
	.sect5 .content1 .list1{
		width: 100%;
		margin-top: 10px;
	}
	.list1 > li{
		position: relative;
		padding-left: 0;
		padding-right: 0;
	}
	.list1 > li:nth-child(odd):before{
		content: '';
		position: absolute;
		top: 0;
		width: 1000px;
		height: 100%;
		margin-left: -500px;
		background: #f7fdff;
		z-index: 1;
	}
	.list1 > li > p{
		position: relative;
		z-index: 2;
	}
	.action_block{
		width: 280px;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.action_block .prod_count{
		margin-bottom: 6px;
	}
	.action_block .price .cost .old{
		padding-right: 0;
		text-align: center;
	}
	.action_block .price .cost .new{
		padding-left: 0;
		text-align: center;
	}
	.list2 > li{
		width: 100%;
	}
	.list2 > li > h4{
		font-size: 22px;
	}
	.list2 > li > ul > li{
		font-size: 16px;
		line-height: 1.3em;
	}
	.rev_item{
		width: 290px;
	}
	.sect8 .content1{
		padding: 30px 20px 220px;
		-webkit-background-size: 300px;
		background-size: 300px;
	}
	.sect8 .content1 ul{
		padding: 0;
	}
	.order_list > li{
		width: 100%;
		padding: 0;
	}
	.team_list > li{
		display: block;
		margin: 0 auto 20px;
	}
	.sect9{
		padding-bottom: 15px;
	}
	.offer_section.bottom{
		background: url(../images/offer_bottom_mob.jpg) 50% 0% no-repeat;
		min-height: auto;
		padding-bottom: 25px;
	}
	.offer_section.bottom .offer_action{
		margin-top: 375px;
	}
	.offer_section.bottom .pulse{
		top: 215px;
	}
	.offer_section.bottom .best_sale{
		top: 255px;
		left: 190px;
	}
}