/* fonts */
@font-face {
	font-family: 'Souses';
	src: url('../fonts/Souses.eot');
	src: url('../fonts/Souses.eot') format('embedded-opentype'),
	url('../fonts/Souses.woff2') format('woff2'),
	url('../fonts/Souses.woff') format('woff'),
	url('../fonts/Souses.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

/* styles */
body {
	min-width: 480px;
	background: #57708c;
	font-family: 'Open Sans', Arial, Helvetica,  sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4em;
	color: #121314;
	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.3em;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 10px;
}
h2.title span{
	color: #b80314;
}

section{
	padding: 35px 0 30px;
}

.blue_bg{
	background: #2464aa;
	background: -moz-linear-gradient(top, #2464aa 0%, #193a68 100%);
	background: -webkit-linear-gradient(top, #2464aa 0%,#193a68 100%);
	background: linear-gradient(to bottom, #2464aa 0%,#193a68 100%);
}

.color_bg{
	background: #81025c;
	background: -moz-linear-gradient(top, #81025c 0%, #620146 100%);
	background: -webkit-linear-gradient(top, #81025c 0%,#620146 100%);
	background: linear-gradient(to bottom, #81025c 0%,#620146 100%);
}
.color_bg .title{
	color: #fff;
}
.color_bg .title>span{
	color: #fffc00;
}

.m1-form{
	padding: 0 20px;
}
.m1-form input{
	width: 100%;
	display: block;
	font-family: 'Open Sans', Arial, Helvetica,  sans-serif;
	border: #dadbdc 1px solid;
	font-size: 18px;
	margin-bottom: 15px;
	height: 80px;
	border-radius: 12px;
	background: #f5f6f7;
	text-align: center;
	color: #222;
}
.m1-form .button-m{
	margin-top: 0;
	width: 100%;
}
.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: 'Open Sans', Arial, Helvetica,  sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	height: 80px;
	width: 340px;
	display: block;
	border-radius: 14px;
	line-height: 78px;
	text-decoration: none;
	text-align: center;
	background: linear-gradient(to bottom, #ffcc00, #ff9c00);
	border-bottom: 4px solid #da8500;
	-webkit-box-shadow: 0px 4px 16px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 16px 0 rgba(0,0,0,0.2);
	box-shadow: 0px 4px 16px 0 rgba(0,0,0,0.2);
	font-size: 22px;
	letter-spacing: 1px;
	margin: 0px auto;
	color: #121314;
	position: relative;
	text-shadow: 0 2px 0 rgba(255,255,255,0.2);
}
.button-m:active{
	background: linear-gradient(to bottom, #ff9c00, #ffcc00);
	top: 2px;
}



/*  offer_section   */
.offer_section{
	padding: 0;
}
.offer_section .box{
	position: relative;
	height: 565px;
	padding: 0 15px;
	background: #462162 url(../images/offer.jpg) 50% 0% no-repeat;
}
.main_title{
	color: #fff;
	font-family: 'Souses', Arial, Helvetica,  sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 54px;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
	text-align: center;
	padding: 10px 0;
}

.main_subtitle{
	color: #fff;
	font-family: 'Souses', Arial, Helvetica,  sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 34px;
	max-width: 240px;
	margin-top: 30px;
	text-shadow: 0 3px 0 rgba(0,0,0,0.3);
}
.main_subtitle>span{
	color: #fffc00;
}

.offer_section .box>img{
	position: absolute;
	top: 110px;
	right: 15px;
	border-radius: 4px;
	border: 3px solid #fff;
	box-shadow: 0 6px 16px 0 rgba(0,0,0,0.2);
}

.main_subtitle2{
	color: #fff;
	font-family: 'Souses', Arial, Helvetica,  sans-serif;
	text-align: right;
	font-size: 20px;
	text-shadow: 0 3px 1px rgba(0,0,0,0.2);
	padding: 10px 15px 0 290px;
	position: relative;
}
.main_subtitle2>span{
	display: block;
	color: #ffcc00;
}
.main_subtitle2:before{
	content: '';
	width: 53px;
	height: 77px;
	background: url(../images/main_subtitle_arrow.png) 50% 50% no-repeat;
	position: absolute;
	top: 13px;
	left: 255px;
}

.price{
	position: relative;
}
.price .pric{
	width: 50%;
	height: 80px;
	float: left;
	background: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 1.2em;
	padding-top: 10px;
}
.price .pric>p{
	font-size: 35px;
	line-height: 1.2em;
	font-weight: 800;
}
.price .pric>p>small{
	font-size: 0.7em;
}
.price .old{
	color: #7f7f7f;
	padding-right: 40px;
}
.price .old span{
	text-decoration: line-through;
}
.price .new{
	padding-left: 40px;
}
.sale{
	width: 150px;
	height: 100px;
	background: url(../images/sale.png) 50% 50% no-repeat;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -75px;
	text-align: center;
	padding-top: 12px;
	color: #fff;
	font-weight: 800;
	text-shadow: 0 3px 1px rgba(0,0,0,0.3);
	letter-spacing: 0.6px;
}
.sale>span{
	display: block;
	font-size: 40px;
	line-height: 1.1em;
	letter-spacing: normal;
}

.offer_section .bottom{
	padding: 40px 0;
}

.ofr_bull{
	padding: 0 40px;
}
.ofr_bull>li{
	padding-left: 45px;
	position: relative;
	font-size: 20px;
	margin-bottom: 20px;
	color: #fff;
}
.ofr_bull>li:before{
	content: '';
	width: 33px;
	height: 30px;
	background: url(../images/check1.png) 50% 50% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.ofr_bull>li:last-child{
	margin-bottom: 0;
}

.formbox{
	max-width: 380px;
	background: #fff;
	border-radius: 12px;
	margin: 40px auto 0;
	position: relative;
	padding: 25px 0 20px;
}

.timer{
	padding: 0 15px;
	margin-bottom: 5px;
}
.timer p{
	text-align: center;
	margin-bottom: 5px;
}
.time_circles > div > span{
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	font-weight: 800;
	margin: -4px 0 4px;
}

.prod_count{
	text-align: center;
	color: #fff;
	margin-top: 20px;
}
.prod_count>span{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	margin: 0 5px;
	color: #121314;
	font-weight: 700;
}


/*present*/
.present{
	background: #66b840 url(../images/present.jpg) 50% 0% no-repeat;
	padding: 25px 180px 25px 105px;
	color: #fff;
	text-align: right;
	font-size: 22px;
	line-height: 26px;
	font-weight: 800;
	position: relative;
}
.present>span{
	color: #fffc00;
	display: block;
}
.present:after{
	content: '';
	width: 150px;
	height: 129px;
	background: url(../images/present_product.png) 50% 50% no-repeat;
	position: absolute;
	top: -15px;
	right: 15px;
}



/*video_sect*/
.video_sect{
	padding: 0;
}
.video_block{
	position: relative;
	overflow: hidden;
	height: 270px;
	background: #ccc;
}
.video_block .youtube,
.video_block object,
.video_block iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*sect2*/
.benef1 {
	padding: 0 35px;
}
.benef1>li {
	background: #fff;
	border-radius: 20px;
	margin-bottom: 30px;
	border-bottom: 4px solid #dadbdc;
	padding: 20px;
	text-align: center;
	box-shadow: 0 5px 16px 0 rgba(0,0,0,0.2);
}
.benef1>li:last-child {
	margin-bottom: 0;
}
.benef1>li>img {
	display: block;
	margin: 0 auto 20px;
}
.benef1>li>span {
	font-weight: 800;
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 0 20px;
	font-size: 22px;
	line-height: 1.3em;
}
.benef1>li>span:after {
	content: '';
	width: 40px;
	height: 4px;
	background: #66b840;
	display: block;
	margin: 10px auto 0;
}

.sect2 .button-m{
	margin-top: 40px;
}


/*sect3*/
.sect3{
	padding-bottom: 0;
}
.sect3 .title{
	position: relative;
	z-index: 2;
}
.sect3 .title span{
	display: block;
}

.sect3>img{
	display: block;
	margin: -60px auto 0;
}

.sect3 .bottom{
	padding: 35px 0 45px;
	color: #fff;
}
.sect3 .bottom>p{
	padding: 0 20px;
	text-align: center;
	margin-bottom: 25px;
}

.benef2>li{
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.benef2>li:last-child{
	margin-bottom: 0;
}
.benef2>li .img{
	width: 210px;
	display: table-cell;
	vertical-align: middle;
}
.benef2>li .img>img{
	display: block;
	margin: 0 auto;
	border-radius: 0 16px 16px 0;
	border: 5px solid #fff;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2);
}
.benef2>li .text{
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
.benef2>li .text>span{
	color: #fffc00;
	font-weight: 800;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}
.benef2>li:nth-child(odd) .img>img{
	border-left: none
}
.benef2>li:nth-child(even) .img>img{
	border-right: none;
	border-radius: 16px 0 0 16px;
}

.sect3 .button-m{
	margin-top: 40px;
}


/*sect4*/
.gallery{
	margin-bottom: 30px;
}
.gallery .owl-prev,
.gallery .owl-next,
.reviews .owl-prev,
.reviews .owl-next{
	position: absolute;
	width: 50px;
	height: 60px;
	background: url(../images/slider_rev.png) 0% 50% no-repeat, rgba(255,255,255,0.5);
	top: 50%;
	margin-top: -30px;
}
.gallery .owl-prev,
.reviews .owl-prev{
	left: 0;
	border-radius: 0 14px 14px 0;
}
.gallery .owl-next,
.reviews .owl-next{
	right: 0;
	border-radius: 14px 0 0 14px;
	background-position: 100% 50%;
}

.sect4>h4{
	text-transform: uppercase;
	text-align: center;
	color: #2464aa;
	font-weight: 800;
	font-size: 22px;
	line-height: 1.3em;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.char_list{
	padding: 0 15px;
}
.char_list>li{
	display: table;
	width: 100%;
	margin-bottom: 10px;
	background: #f5f6f7;
	border-radius: 6px;
	overflow: hidden;
	font-size: 16px;
	height: 40px;
}
.char_list>li:last-child{
	margin-bottom: 0;
}
.char_list>li>span{
	font-weight: 700;
	color: #fff;
	background: #2464aa;
	display: table-cell;
	vertical-align: middle;
	width: 34px;
	font-size: 22px;
	text-align: center;
}
.char_list>li>p{
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4em;
	padding: 5px 15px;
}

.colors{
	margin-top: 40px;
}
.colors>img{
	display: block;
	margin: 0 auto;
}
.colors>ul>li{
	float: left;
	width: 50%;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
.colors>ul>li.red{
	color: #d21e24;
}
.colors>ul>li.blue{
 color: #1f44d3;
}

.reviews .owl-prev,
.reviews .owl-next{
	background: url(../images/slider_rev.png) 0% 50% no-repeat, rgba(255,252,0,0.5);
}
.reviews .owl-next{
	background-position: 100% 50%;
}

/*sect5*/
.rev_item{
	width: 410px;
	margin: 0 auto 20px;
	background: #fff;
	border-radius: 16px;
	padding: 20px;
	text-align: center;
	border-bottom: 4px solid #dadbdc;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2);
}
.rev_item>img{
	display: block;
	margin: 0 auto 20px;
}
.rev_item>span{
	font-weight: 800;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
}
.rev_item .info{
	color: #a8a9aa;
	margin-top: 18px;
	padding-bottom: 50px;
	background: url(../images/rev_q.png) 50% 100% no-repeat;
}

.reviews .owl-dots{
	font-size: 0;
	text-align: center;
	margin-top: 10px;
}
.reviews .owl-dot{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	border: 2px solid #fff;
}
.reviews .owl-dot.active{
	background: #fff;
}

.sect5 .button-m{
	margin-top: 30px;
}


/*sect6*/
.sect6{
	background: #f5f6f7;
}
.sect6 .title>span{
	display: block;
}

.accordion_item{
	padding: 20px 15px;
	position: relative;
	transition: all ease .4s;
}
.title-accordion{
	font-weight: 800;
	font-size: 18px;
	line-height: 1.4em;
	padding-right: 40px;
	cursor: pointer;
	position: relative;
	transition: all ease .4s;
}
.title-accordion:after{
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: url(../images/accordion_arrow.png) 50% 100% no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
	transition: all ease .3s;
}
.accordion_item .info{
	display: none;
	padding: 10px 0 10px 20px;
	border-left: 4px solid #66b840;
	margin-top: 8px;
}
.accordion_item:before{
	content: '';
	width: 450px;
	height: 3px;
	border-top: 3px dotted #dadbdc;
	position: absolute;
	top: 0;
	left: 15px;
}

.accordion_item.active_block{
	background: #fff;
}
.accordion_item.active_block .title-accordion{
	color: #2464aa;
}
.accordion_item.active_block .title-accordion:after{
	background-position: 50% 0%;
	transform: rotate(180deg);
}


/*sect7*/
.order_list{
	font-size: 0;
	text-align: center;
}
.order_list>li{
	display: inline-block;
	vertical-align: top;
	width: 225px;
	height: 220px;
	border-radius: 8px;
	margin: 0 5px 10px;
	color: #fff;
	padding: 22px 15px 0 15px;
	text-align: left;
	font-size: 16px;
}
.order_list>li>h4{
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
}
.order_list>li>h4:before{
	content: '';
	width: 40px;
	height: 40px;
	background: url(../images/order_list.png) 50% 0% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 12px 0 0;
}
.order_list>li:nth-child(1){
	background: #2464aa;
}
.order_list>li:nth-child(2){
	background: #81025c;
}
.order_list>li:nth-child(3){
	background: #66b840;
}
.order_list>li:nth-child(2) h4:before{
	background-position: 50% -40px;
}
.order_list>li:nth-child(3) h4:before{
	background-position: 50% -80px;
}
.order_list>li>p{
	padding: 0 10px 0 0;
	margin-top: 15px;
}
.order_list>li:last-child{
	padding: 18px 0 0;
}
.order_list>li>img{
	display: block;
	margin: 0 auto
}

.garanty{
	width: 450px;
	margin: 30px auto 0;
	padding-left: 70px;
	background: url(../images/garanty.png) 0% 5px no-repeat;
}


/*bottom*/
.offer_section.bottom .formbox{
	margin-top: 0;
}
.formbox>h4{
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.3em;
	margin-bottom: 8px;
}
.formbox>h4+p{
	text-align: center;
	padding: 0 20px;
	margin-bottom: 25px;
}
.formbox>h4+p>span{
	font-weight: 700;
	color: #2464aa;
}


/* 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;
}