/* styles */
body {
	min-width: 480px;
	background: #1d6784;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: #222;
	cursor: default;
}

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

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

b {
	font-weight: 700;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}

h2.title{
	font-size: 33px;
	line-height: 1.2em;
	font-weight: 700;
	text-align: left;
	margin-bottom: 25px;
	padding: 0 20px;
}
h2.title span{
	color: #8dc63f;
}

section{
	padding: 35px 0;
}

.сolor_theme{
	background: #ed525c;
	background: -moz-linear-gradient(top, #ed525c 0%, #e65336 100%);
	background: -webkit-linear-gradient(top, #ed525c 0%,#e65336 100%);
	background: linear-gradient(to bottom, #ed525c 0%,#e65336 100%);
}
.сolor_theme .title,
.сolor_theme .title span{
	color: #fff;
}

.main_form{
	margin-top: 25px;
}
.main_form input{
	border: none;
	width: 100%;
	display: block;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
	height: 70px;
	border-radius: 16px;
	background: #fff;
	text-align: center;
	color: #222;
}
.main_form .button-m{
	margin-top: 0;
	width: 100%;
}
.main_form ::-webkit-input-placeholder {
	color: #222;
}
.main_form ::-moz-placeholder {
	color: #222;
}
.main_form :-moz-placeholder {
	color: #222;
}
.main_form :-ms-input-placeholder {
	color: #222;
}
.main_form :focus::-webkit-input-placeholder {
	color: transparent;
}
.main_form :focus::-moz-placeholder {
	color: transparent;
}
.main_form :focus:-moz-placeholder {
	color: transparent;
}
.main_form :focus:-ms-input-placeholder {
	color: transparent;
}

/* button */
.button-m{
	border: none;
	cursor: pointer;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	height: 85px;
	width: 340px;
	display: block;
	border-radius: 16px;
	line-height: 85px;
	text-decoration: none;
	text-align: center;
	background: #9aee28;
	background: -moz-linear-gradient(top, #9aee28 0%, #8dc640 100%);
	background: -webkit-linear-gradient(top, #9aee28 0%,#8dc640 100%);
	background: linear-gradient(to bottom, #9aee28 0%,#8dc640 100%);
	font-size: 20px;
	letter-spacing: 0.6px;
	margin: 0px auto;
	color: #fff;
	position: relative;
	text-shadow: 0 2px 0 #7cb72d;
}
.button-m:active{
	background: #8dc640;
	background: -moz-linear-gradient(top, #8dc640 0%, #9aee28 100%);
	background: -webkit-linear-gradient(top, #8dc640 0%,#9aee28 100%);
	background: linear-gradient(to bottom, #8dc640 0%,#9aee28 100%);
	top: 2px;
}



/*  offer_section   */
.offer_section{
	background: #eef4ff;
	padding: 0 0 35px;
}
.offer_section .top_line{
	background: #fff url(../images/top_text.png) right 20px center no-repeat;
	padding: 25px 20px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.offer_section .top_line>img{
	display: block;
	margin: 0;
}
.offer_section .box{
	padding: 390px 20px 0;
	min-height: 400px;
	background: url(../images/offer.jpg) 50% 0px no-repeat;
	position: relative;
}
.main_title{
	font-size: 28px;
	line-height: 36px;
	font-weight: 900;
	text-transform: uppercase;
	max-width: 260px;
	letter-spacing: 0.5px;
}
.main_title>span{
	display: block;
	color: #0084b6;
}
@-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);
	}
}
.box .pulse {
	width: 119px;
	height: 119px;
	border-radius: 50%;
	background: url(../images/pulse2.png) 50% 50% no-repeat;
	position: absolute;
	top: 280px;
	left: 100px;
}
.box .pulse > div{
	position: absolute;
	width: 20%;
	height: 20%;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: pulse 3s infinite;
}
.box .pulse > div:nth-child(2) {
	animation-delay: 0.5s;
}

.ofr_bull{
	margin-top: 215px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	border-radius: 16px;
	padding: 10px 20px;
	position: relative;
	z-index: 2;
}
.ofr_bull>li{
	padding: 15px 0 15px 45px;
	border-bottom: 1px solid #f5f5f5;
	font-size: 15px;
	position: relative;
}
.ofr_bull>li:last-child{
	border-bottom: none;
}
.ofr_bull>li:before{
	content: '';
	width: 33px;
	height: 33px;
	background: url(../images/check1.png) 50% 50% no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 0;
}
.sale{
	width: 165px;
	height: 143px;
	background: url(../images/sale.png) 50% 50% no-repeat;
	position: absolute;
	right: 0;
	top: 465px;
	z-index: 1;
	overflow: hidden;
}
.sale>p{
	width: 200px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	position: absolute;
	transform: rotate(-42deg);
	top: 72px;
	left: -3px;
}

.timer_price{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}


.timer>p{
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 4px;
}
.timer_container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 240px;
}
.timer_container .item{
	width: 45px;
	background: #fff;
	padding: 6px 0;
	text-align: center;
	border-radius: 5px;
	position: relative;
}
.timer_container .item:not(:last-child):before{
	content: ':';
	font-size: 28px;
	line-height: 1.1em;
	color: #8dc63f;
	font-weight: 900;
	position: absolute;
	top: 8px;
	right: -13px;
}
.timer_container .item .count{
	font-size: 25px;
	line-height: 1.1em;
	color: #8dc63f;
	font-weight: 700;
}
.timer_container .item .text{
	font-size: 11px;
	line-height: 1.2em;
}

.price{
	text-align: right;
	margin-left: 50px;
}
.price .old{
	font-size: 23px;
	line-height: 1.1em;
	color: #0084b6;
}
.price .old span{
	text-decoration: line-through;
}
.price small{
	font-size: 0.7em;
}
.price .new{
	font-size: 40px;
	line-height: 1.1em;
	font-weight: 700;
	color: #ff0000;
}

.formbox{
	padding: 35px 40px;
	border-radius: 15px;
	background: #0084b6;
	background: -moz-linear-gradient(45deg, #0084b6 0%, #01a3e1 100%);
	background: -webkit-linear-gradient(45deg, #0084b6 0%,#01a3e1 100%);
	background: linear-gradient(45deg, #0084b6 0%,#01a3e1 100%);
	color: #fff;
	text-align: center;
	max-width: 440px;
	margin: 35px auto 0;
}
.formbox>span{
	display: block;
	font-size: 23px;
	line-height: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}



/*sect1*/
.sect1>p{
	padding: 0 20px;
	margin-bottom: 25px;
}
.sect1>p:last-child{
	margin-bottom: 0;
}
.video_block{
	width: 440px;
	height: 230px;
	background: #000;
	border-radius: 16px;
	margin: 0 auto 25px;
	position: relative;
	overflow: hidden;
}
.video_block iframe,
.video_block object,
.video_block embed,
.video_block .youtube{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.list1{
	padding: 0 20px;
}
.list1>li{
	padding: 0 0 0 45px;
	margin-bottom: 25px;
	font-weight: 500;
	position: relative;
}
.list1>li:last-child{
	margin-bottom: 0;
}
.list1>li:before{
	content: '';
	width: 33px;
	height: 33px;
	background: url(../images/check1.png) 50% 50% no-repeat;
	position: absolute;
	top: 3px;
	left: 0;
}

.sect1 .button-m{
	margin-top: 35px;
	font-size: 18px;
	letter-spacing: normal;
}



/*sect2*/
.sect2{
	background: #eef4ff url(../images/s2_img.jpg) 50% 0% no-repeat;
	padding: 265px 20px 35px;
}
.sect2 .content{
	background: #fff;
	padding: 25px 20px 30px;
	border-radius: 16px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.sect2 .title{
	text-align: center;
	font-size: 24px;
	line-height: 1.2em;
	padding: 0;
}

.benef1{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}
.benef1>li{
	width: 50%;
	padding: 0 5px;
	text-align: center;
}
.benef1>li>p{
	font-size: 15px;
	font-weight: 500;
}
.benef1>li .numbers{
	width: 106px;
	height: 106px;
	background: #eef4ff;
	text-align: center;
	font-weight: 700;
	border-radius: 50%;
	margin: 0 auto 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.benef1>li .numbers>span{
	display: block;
	font-size: 40px;
	line-height: 1.1em;
	color: #8dc63f;
	font-weight: 700;
}



/*sect3*/
.sect3{
	padding: 50px 0 0;
	background: #eef4ff;
}
.expert{
	background: #0198d1;
	color: #fff;
	padding: 1px 20px 35px;
}
.expert .info{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -50px 0 15px;
}
.expert .info>img{
	border-radius: 50%;
	border: 8px solid #edf3fe;
}
.expert .info .text{
	padding-left: 10px;
	font-weight: 500;
}
.expert .info .text>span{
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 25px;
	color: #222;
}
.expert .info .text>p{
	color: #fff;
	font-size: 14px;
	line-height: 1.6em;
}
.expert>.text{
	background: #007ba9;
	padding: 15px;
	border-radius: 16px;
	line-height: 1.7em;
	font-style: italic;
}
.sect3 .button-m{
	margin-top: 30px;
	font-size: 19px;
	letter-spacing: normal;
}



/*sect4*/
.sect4{
	padding-top: 390px;
	background: url(../images/s4_img.jpg) 50% 0% no-repeat;
}
.sect4>p{
	padding: 0 20px;
	margin-bottom: 25px;
}
.sect4>p:last-child{
	margin-bottom: 0;
}

.benef2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.benef2>li{
	width: 50%;
	text-align: center;
	padding: 0 10px;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 30px;
}
.benef2>li>img{
	display: block;
	margin: 0 auto;
	border: 2px solid #edf3fe;
	border-radius: 50%;
}
.benef2>li>span{
	display: block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 50%;
	position: relative;
	background: #8dc63f;
	text-align: center;
	color: #fff;
	font-size: 17px;
	margin: -25px auto 15px;
}



/*sect5*/
.sect5{
	background: #eef4ff;
}
.sect5 .title{
	font-size: 32px;
}

.result_section .result_item{
	width: 440px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	margin: 0 auto 30px;
	overflow: hidden;
}
.result_section .result_item:last-child{
	margin-bottom: 0;
}
.result_item .text{
	padding: 20px 0;
	text-align: center;
}
.result_item .text>p>span{
	display: block;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.2em;
	margin-top: 5px;
	color: #000;
}
.result_section .result_item>img{
	display: block;
	margin: 0 auto;
}


/*sect6*/
.sect6{
	background: #0198d1;
	color: #fff;
}
.faq_list{
	padding: 0 20px;
	margin-bottom: 30px;
}
.faq_list>li{
	background: #fff;
	border-radius: 16px;
	margin-bottom: 15px;
	color: #222;
}
.faq_list>li:last-child{
	margin-bottom: 0;
}
.faq_list>li .quest{
	padding: 20px 40px 20px 15px;
	font-weight: 700;
	font-weight: 700;
	position: relative;
}
.faq_list>li .quest:after{
	content: '+';
	font-size: 32px;
	line-height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 15px;
	color: #8dc63f;
	font-weight: 500;
}
.faq_list>li.active .quest:after{
	content: '-';
}
.faq_list>li .answer{
	padding: 2px 15px 25px;
	display: none;
}

.action_text{
	text-align: center;
	margin-bottom: 25px;
}
.action_text>span{
	display: block;
	color: #ffffff;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.sect6 .button-m{
	font-size: 18px;
}



/*sect7*/
.sect7{
	background: url(../images/certf.jpg) 50% 35px no-repeat;
	min-height: 470px;
	padding-right: 160px;
}
.sect7 .title{
	font-size: 23px;
	line-height: 1.5em;
}



/*sect8*/
.sect8{
	background: #eef4ff;
}
.reviews{
	padding: 0 20px;
}
.rev_item{
	background: #fff;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.rev_item:last-child{
	margin-bottom: 0;
}
.rev_item .info{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}
.rev_item .info>img{
	border-radius: 50%;
}
.rev_item .info .text{
	padding-left: 20px;
	font-weight: 500;
	font-size: 15px;
}
.rev_item .info .text span{
	font-size: 16px;
	display: block;
}
.rev_item>span{
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
}


/*sect9*/
.order_list{
	padding: 0 20px;
}
.order_list>li{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f2f2f2;
	padding: 25px 0;
}
.order_list>li .img{
	width: 70px;
}
.order_list>li .img>img{
	display: block;
	margin: 0 auto;
}
.order_list>li .text{
	width: 370px;
	padding: 0 40px 0 20px;
}
.order_list>li:first-child{
	padding-top: 15px;
}
.order_list>li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}


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