* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

section {
	position: relative;
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden
}

body {
	font-family: "Open Sans", "Roboto", sans-serif;
	font-size: 16px;
	color: #333
}
.out {
	min-width: 320px;
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	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-align: center;
	-ms-flex-align: center;
	align-items: center
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 320px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 768px;
	width: 100%;
	height: 81px;
	background-color: rgba(235, 235, 235, .85);
	position: fixed;
	top: auto;
	-webkit-transform: translateY(82px);
	transform: translateY(82px);
	z-index: 30;
	-webkit-transition: 1s all;
	transition: 1s all;
	padding: 13px 0;
	text-align: center;
	bottom: 0;
	overflow: hidden
}

.navbar-contain {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 15px;
	max-width: 320px;
	width: 100%;
	margin: 0 auto
}

.navbar .button-wrap {
	max-width: 250px;
	width: 100%;
	text-decoration: none
}

.navbar .button-wrap .sale-wrap {
	left: 10px
}

.navbar .button {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.fixed {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	margin-top: 0;
	-webkit-transition: 1s all;
	transition: 1s all
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ""
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.hurry {
	padding: 3px 0 5px;
	background: linear-gradient(135deg, #00d084 0%, #00a86b 50%, #008f5a 100%);
	position: relative;
	z-index: 1;
	box-shadow: 0 2px 10px rgba(0, 168, 107, 0.4);
}

.hurry .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.hurry .counter-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
		 -ms-flex-direction: row-reverse;
			  flex-direction: row-reverse;
	-webkit-box-pack: center;
		 -ms-flex-pack: center;
			  justify-content: center;
	-webkit-box-align: center;
		 -ms-flex-align: center;
			  align-items: center
}

.hurry .counter {
	max-width: 72px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 10px;
}

.hurry .counter__elem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: linear-gradient(135deg, #ffffff 0%, #e8f5e9 100%);
	color: #00a86b;
	font-size: 29px;
	line-height: 12px;
	height: 28px;
	min-height: 28px;
	width: 22px;
	border-radius: 3px;
	text-align: center;
	-webkit-box-shadow: 0 2px 8px rgba(0, 168, 107, 0.5);
			  box-shadow: 0 2px 8px rgba(0, 168, 107, 0.5);
	border: 1px solid #00d084;
}

.hurry .passive {
	color: #333;
}

.hurry .counter__text {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
	margin-left: 10px;
}

.hurry .counter__text span {
	display: inline-block;
}

.header {
	background: url("../images/header-bg.jpg") top center no-repeat;
	background-size: cover;
	color: #333;
	padding: 11px 0 14px;
}
.header .wrap {
	width: 213px;
	height: 425px;
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-right: 8px;
}
.header .wrap .pain {
	width: 108px;
	height: 108px;
	position: absolute;
	top: 76px;
	right: 20px;
}
.header .wrap .pain>div {
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%,-50%);
			  transform: translate(50%,-50%);
	border-radius: 100%;
}
.header .wrap .pain .circle1{
	background-color: rgba(0,255,159,.8);
	width: 18px;
	height: 18px;
	-webkit-animation: painAnimate1 1.2s infinite linear;
			  animation: painAnimate1 1.2s infinite linear;
	box-shadow: 0 0 10px rgba(0,255,159,0.6);
}
@-webkit-keyframes painAnimate1 {
	0%,
	100% {
		width: 18px;
		height: 18px;
	}
	50% {
		width: 30px;
		height: 30px;
	}
}
@keyframes painAnimate1 {
	0%,
	100% {
		width: 18px;
		height: 18px;
	}
	50% {
		width: 30px;
		height: 30px;
	}
}
.header .wrap .pain .circle2{
	background-color: rgba(255,255,255,0);
	border: 10px solid rgba(0,255,159,.6);
	width: 52px;
	height: 52px;
	-webkit-animation: painAnimate2 1.2s infinite linear;
			  animation: painAnimate2 1.2s infinite linear
}
@-webkit-keyframes painAnimate2 {
	0% {
		width: 52px;
		height: 52px;
		border-color: rgba(0,255,159,.6);
	}
	100% {
		width: 88px;
		height: 88px;
		border-color: rgba(0,255,159,.0);
	}
}
@keyframes painAnimate2 {
	0% {
		width: 52px;
		height: 52px;
		border-color: rgba(0,255,159,.6);
	}
	100% {
		width: 88px;
		height: 88px;
		border-color: rgba(0,255,159,.0);
	}
}
.header .wrap .pain .circle3{
	background-color: rgba(255,255,255,0);
	border: 7px solid rgba(0,255,159,.3);
	width: 115px;
	height: 115px;
	-webkit-animation: painAnimate3 1.2s infinite linear;
			  animation: painAnimate3 1.2s infinite linear
}
@-webkit-keyframes painAnimate3 {
	0% {
		width: 90px;
		height: 90px;
		border-color: rgba(0,255,159,.3);
	}
	100% {
		width: 115px;
		height: 115px;
		border-color: rgba(0,255,159,.0);
	}
}
@keyframes painAnimate3 {
	0% {
		width: 90px;
		height: 90px;
		border-color: rgba(0,255,159,.3);
	}
	100% {
		width: 115px;
		height: 115px;
		border-color: rgba(0,255,159,.0);
	}
}
.header .inner {
	z-index: 1;
}
.header .htop {
	max-width: 145px;
	width: 100%;
	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-align: center;
		 -ms-flex-align: center;
			  align-items: center;
	margin-left: auto;
}
.header .htop .logo {
	width: 109px;
	height: 55px;
}
.header .htop h1 {
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin: 10px 0 60px;
}
.header ul {
	max-width: 255px;
	width: 100%;
	margin: 0 0 30px -40px;
	position: relative;
}
.header ul::after {
	content: "";
	position: absolute;
	right: -45px;
	bottom: -13px;
	background: url("../images/product.png") no-repeat;
	background-size: contain;
	width: 83px;
	height: 184px;
}
.header ul li {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)),color-stop(25%, rgba(255,255,255,1)), to(rgba(255,255,255,1)));
	background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 19px;
	font-weight: 700;
	text-align: right;
}
.header ul li p {
	padding: 0 50px 0 40px;
}
.button-wrap .sale-wrap {
	width: 72.11px;
	height: 63px;
	position: absolute;
	left: 31px;
	top: 50%;
	margin-top: -32.5px;
	pointer-events: none;
	background-color: rgba(255, 255, 255, 0);
}

.button-wrap .sale-wrap:before {
	content: "";
	width: 12px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%) skewX(150deg);
			  transform: translate(50%, -50%) skewX(150deg);
	z-index: 4;
	-webkit-box-shadow: 0 0 20px 12.7px rgba(84, 12, 56, .75);
	box-shadow: 0 0 20px 12.7px rgba(84, 12, 56, .75)
}

.sale-wrap .sale {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	width: 34px;
	height: 66px;
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 4;
	-webkit-transform: translate(50%, -50%) skewX(150deg);
			  transform: translate(50%, -50%) skewX(150deg);
	overflow: hidden
}

.sale-wrap .sale:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform: translate(0, 0);
			  transform: translate(0, 0);
	background: linear-gradient(135deg, #00ff9f 0%, #00d084 50%, #00a86b 100%);
	height: 65px;
	width: 34px
}


.sale-wrap .before,
.sale-wrap .after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #006644
}

.sale-wrap .before {
	bottom: 0;
	left: 0;
}

.sale-wrap .after {
	top: 0;
	right: 0;
}

.sale div {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	-webkit-transform: skewX(-150deg) rotate(-59deg);
			  transform: skewX(-150deg) rotate(-59deg);
	z-index: 2
}


.button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.button {
	background: linear-gradient(135deg, #00d084 0%, #00a86b 50%, #008f5a 100%);
	-webkit-box-shadow: 0 6px 15px rgba(0, 168, 107, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
			  box-shadow: 0 6px 15px rgba(0, 168, 107, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
	border-radius: 25px;
	padding: 13.5px 0;
	max-width: 250px;
	width: 100%;
	text-align: center;
	font-size: 25px;
	line-height: 27px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	border: 2px solid #00ff9f;
	color: #fff;
	position: relative;
	z-index: 3;
	transition: all 0.3s ease;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button:hover,
.button:active{
	background: linear-gradient(135deg, #00ff9f 0%, #00d084 50%, #00a86b 100%)!important;
	-webkit-box-shadow: 0 8px 20px rgba(0, 255, 159, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.4);
			  box-shadow: 0 8px 20px rgba(0, 255, 159, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	transform: translateY(-2px);
}
.form .button {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	padding: 16px 0;
}
.discomfort {
	background: url("../images/discomfort-bg.jpg") top center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 25px 0 12px;
}
.discomfort h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
}
.discomfort ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		 -ms-flex-pack: justify;
			  justify-content: space-between;
	-webkit-box-align: center;
		 -ms-flex-align: center;
			  align-items: center;
	margin-bottom: 8px;
}
.discomfort ul li:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
		 -ms-flex-direction: row-reverse;
			  flex-direction: row-reverse;
}
.discomfort ul li:nth-child(even) .text {
	text-align: right;
}
.discomfort ul li .pic {
	width: 105px;
	height: 105px;
	border: 3px solid rgba(0, 255, 159, .5);
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		 -ms-flex-align: center;
			  align-items: center;
	-webkit-box-pack: center;
		 -ms-flex-pack: center;
			  justify-content: center;
	position: relative;
	box-shadow: 0 0 15px rgba(0, 255, 159, 0.3);
}
.discomfort ul li .pic:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translate(0,0);
			  transform: translate(0,0);
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background: radial-gradient(circle closest-side, rgba(0, 255, 159, 1) 80%, rgba(0, 255, 159, .3) 90%,rgba(0, 255, 159, 0) 100%);
	-webkit-animation: glowAnimate 3s infinite linear;
			  animation: glowAnimate 3s infinite linear
}
.discomfort ul li:nth-child(1) .pic:before {
	-webkit-animation-delay: -1s;
			  animation-delay: -1s;
}
.discomfort ul li:nth-child(2) .pic:before {
	-webkit-animation-delay: -2s;
			  animation-delay: -2s;
}
.discomfort ul li:nth-child(3) .pic:before {
	-webkit-animation-delay: -3s;
			  animation-delay: -3s;
}
.discomfort ul li:nth-child(4) .pic:before {
	-webkit-animation-delay: -4s;
			  animation-delay: -4s;
}
.discomfort ul li:nth-child(5) .pic:before {
	-webkit-animation-delay: -5s;
			  animation-delay: -5s;
}

@-webkit-keyframes glowAnimate {
	0%,
	100% {
		-webkit-transform: translate(0,0) scale(1);
				  transform: translate(0,0) scale(1);
	}

	25%,
	75% {
		-webkit-transform: translate(0,0) scale(1.1);
				  transform: translate(0,0) scale(1.1);
	}

	50% {
		-webkit-transform: translate(0,0) scale(1.25);
				  transform: translate(0,0) scale(1.25);
	}
}

@keyframes glowAnimate {
	0%,
	100% {
		-webkit-transform: translate(0,0) scale(1);
				  transform: translate(0,0) scale(1);
	}

	25%,
	75% {
		-webkit-transform: translate(0,0) scale(1.1);
				  transform: translate(0,0) scale(1.1);
	}

	50% {
		-webkit-transform: translate(0,0) scale(1.25);
				  transform: translate(0,0) scale(1.25);
	}
}
.discomfort ul li .pic img {
	width: 88px;
	height: 88px;
	position: relative;
}
.discomfort ul li .text {
	max-width: 172px;
	width: 100%;
}
.discomfort ul li h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}
.discomfort ul li p {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}
.questions {
	background: url("../images/questions-bg.jpg") top center no-repeat;
	background-size: cover;
	padding:15px 0 25px ;
	color: #fff;
}
.questions .inner {
	z-index: 3;
}
.fly-animate {
	position: relative;
}
.fly-animate>div {
	position: absolute;
	right: 50%;
	z-index: 3;
	-webkit-animation: flyAnimate 11s infinite linear;
			  animation: flyAnimate 11s infinite linear;
}
.fly-animate>div div {
	background: url("../images/molecule.svg") no-repeat;
	background-size: cover;
}
.fly-animate .animate-img1 {
	top: -72px;
	margin-right: 90px;
	-webkit-animation-delay: -2s;
			  animation-delay: -2s;
}
.fly-animate .animate-img1 div {
	width: 137px;
	height: 124px;
	-webkit-transform: rotate(50deg);
			  transform: rotate(50deg);
}
.fly-animate .animate-img2 {
	top: 212px;
	margin-right: 118px;
	-webkit-animation-delay: -4s;
			  animation-delay: -4s;
}
.fly-animate .animate-img2 div {
	opacity: .5;
	width: 106px;
	height: 98px;
	-webkit-transform: rotate(7deg);
			  transform: rotate(7deg);
}
.fly-animate .animate-img3 {
	top: 334px;
	margin-right: -55px;
	-webkit-animation-delay: -6s;
			  animation-delay: -6s;
}
.fly-animate .animate-img3 div {
	opacity: .1;
	width: 97px;
	height: 89px;
	-webkit-transform: rotate(-110deg);
			  transform: rotate(-110deg);
}
.fly-animate .animate-img4 {
	top: 390px;
	margin-right: -185px;
	-webkit-animation-delay: -8s;
			  animation-delay: -8s;
}
.fly-animate .animate-img4 div {
	opacity: .2;
	width: 153px;
	height: 141px;
	-webkit-transform: rotate(-9deg);
			  transform: rotate(-9deg);
}
.fly-animate .animate-img5 {
	top: -32px;
	margin-right: 109px;
	-webkit-animation-delay: -2s;
			  animation-delay: -2s;
}
.fly-animate .animate-img5 div {
	opacity: .5;
	width: 124px;
	height: 114px;
	-webkit-transform: rotate(7deg);
			  transform: rotate(7deg);
}
.fly-animate .animate-img6 {
	top: 60px;
	margin-right: -188px;
	-webkit-animation-delay: -4s;
			  animation-delay: -4s;
}
.fly-animate .animate-img6 div {
	opacity: .2;
	width: 148px;
	height: 135px;
	-webkit-transform: rotate(7deg);
			  transform: rotate(7deg);
}
.fly-animate .animate-img7 {
	top: 143px;
	margin-right: 33px;
	-webkit-animation-delay: -6s;
			  animation-delay: -6s;
}
.fly-animate .animate-img7 div {
	opacity: .5;
	width: 92px;
	height: 85px;
	-webkit-transform: rotate(-57deg);
			  transform: rotate(-57deg);
}
.fly-animate .animate-img8 {
	top: -46px;
	margin-right: 264px;
	-webkit-animation-delay: -2s;
			  animation-delay: -2s;
}
.fly-animate .animate-img8 div {
	opacity: .3;
	width: 149px;
	height: 137px;
	-webkit-transform: rotate(-163deg);
			  transform: rotate(-163deg);
}
.fly-animate .animate-img9 {
	top: -56px;
	margin-right: 42px;
	-webkit-animation-delay: -4s;
			  animation-delay: -4s;
}
.fly-animate .animate-img9 div {
	opacity: .1;
	width: 116px;
	height: 107px;
	-webkit-transform: rotate(-163deg);
			  transform: rotate(-163deg);
}
.fly-animate .animate-img10 {
	top: -74px;
	margin-right: -248px;
	-webkit-animation-delay: -6s;
			  animation-delay: -6s;
}
.fly-animate .animate-img10 div {
	opacity: .2;
	width: 168px;
	height: 152px;
	-webkit-transform: rotate(-204deg);
			  transform: rotate(-204deg);
}
.fly-animate .animate-img11 {
	top: -99px;
	margin-right: -438px;
	-webkit-animation-delay: -8s;
			  animation-delay: -8s;
}
.fly-animate .animate-img11 div {
	opacity: .1;
	width: 168px;
	height: 152px;
	-webkit-transform: rotate(-245deg);
			  transform: rotate(-245deg);
}
.fly-animate .animate-img12 {
	top: 87px;
	margin-right: -365px;
	-webkit-animation-delay: -10s;
			  animation-delay: -10s;
}
.fly-animate .animate-img12 div {
	opacity: .3;
	width: 168px;
	height: 152px;
	-webkit-transform: rotate(-377deg);
			  transform: rotate(-377deg);
}
.fly-animate .animate-img13 {
	top: 120px;
	margin-right: -163px;
	-webkit-animation-delay: -7s;
			  animation-delay: -7s;
}
.fly-animate .animate-img13 div {
	opacity: .15;
	width: 144px;
	height: 130px;
	-webkit-transform: rotate(-205deg);
			  transform: rotate(-205deg);
}
.fly-animate .animate-img14 {
	top: 56px;
	margin-right: 1px;
	-webkit-animation-delay: -2s;
			  animation-delay: -2s;
}
.fly-animate .animate-img14 div {
	opacity: .18;
	width: 259px;
	height: 237px;
	-webkit-transform: rotate(-163deg);
			  transform: rotate(-163deg);
}
.fly-animate .animate-img15 {
	top: 273px;
	margin-right: 256px;
	-webkit-animation-delay: -6s;
			  animation-delay: -6s;
}
.fly-animate .animate-img15 div {
	opacity: .1;
	width: 145px;
	height: 132px;
	-webkit-transform: rotate(-69deg);
			  transform: rotate(-69deg);
}
.fly-animate .animate-img16 {
	top: 308px;
	margin-right: -19px;
	-webkit-animation-delay: -8s;
			  animation-delay: -8s;
}
.fly-animate .animate-img16 div {
	opacity: .1;
	width: 145px;
	height: 132px;
	-webkit-transform: rotate(-110deg);
			  transform: rotate(-110deg);
}
.fly-animate .animate-img17 {
	top: 251px;
	margin-right: -364px;
	-webkit-animation-delay: -2s;
			  animation-delay: -2s;
}
.fly-animate .animate-img17 div {
	opacity: .15;
	width: 132px;
	height: 112px;
	-webkit-transform: rotate(-192deg);
			  transform: rotate(-192deg);
}
@-webkit-keyframes flyAnimate {
	0%,
	100% {
		-webkit-transform: translate(0, 0);
				  transform: translate(0, 0)
	}

	20% {
		-webkit-transform: translate(20px, -30px);
				  transform: translate(20px, -30px)
	}

	25% {
		-webkit-transform: translate(24px, -33px);
				  transform: translate(24px, -33px)
	}

	50% {
		-webkit-transform: translate(40px, -10px) rotate(20deg);
				  transform: translate(40px, -10px) rotate(20deg)
	}

	80% {
		-webkit-transform: translate(30px, 10px) rotate(10deg);
				  transform: translate(30px, 10px) rotate(10deg)
	}
}
@keyframes flyAnimate {
	0%,
	100% {
		-webkit-transform: translate(0, 0);
				  transform: translate(0, 0)
	}

	20% {
		-webkit-transform: translate(20px, -30px);
				  transform: translate(20px, -30px)
	}

	25% {
		-webkit-transform: translate(24px, -33px);
				  transform: translate(24px, -33px)
	}

	50% {
		-webkit-transform: translate(40px, -10px) rotate(20deg);
				  transform: translate(40px, -10px) rotate(20deg)
	}

	80% {
		-webkit-transform: translate(30px, 10px) rotate(10deg);
				  transform: translate(30px, 10px) rotate(10deg)
	}
}

.questions h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
}
.questions h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	margin: 10px 0 20px;
}
.questions h4 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	text-align: center;
	margin:15px 0 25px;
}
.questions ul {
	padding: 0 10px;
}
.questions ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
		 -ms-flex-pack: start;
			  justify-content: flex-start;
	-webkit-box-align: center;
		 -ms-flex-align: center;
			  align-items: center;
	margin-bottom: 15px;
}
.input-checkbox {
	position: relative;
	width: 22px;
	height: 22px;
	margin-right: 19px;
}

.input-checkbox input[type=checkbox] {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
			  transform: translate(-50%,-50%);
	opacity: 0;
	margin: 0;
}

.input-checkbox label {
	cursor: pointer;
	position: absolute;
	width: 22px;
	height: 22px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
			  transform: translate(-50%,-50%);
	background: #fff;
	border-radius: 100%
}

.input-checkbox label.error {
	border: 1px solid red;
}

.input-checkbox label:after {
	content: '';
	background: url("../images/mark1.svg") no-repeat;
	width: 26px;
	height: 20px;
	position: absolute;
	top: -1px;
	left: 3px;
	opacity: 0;
}

.input-checkbox input[type=checkbox]:checked+label:after {
	opacity: 1;
}
.input-checkbox+p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	text-shadow: 2px 2px 5px #2f4e72;
	max-width: 225px;
	width: 100%;
}
.questions .button {
	font-size: 18px;
	line-height: 22px;
	padding: 16px 0;
}
.test .answer {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateX(100%);
			  transform: translateX(100%);
}

.test .answer.active {
	-webkit-transform: translateX(0);
			  transform: translateX(0);
}
.test .questions,
.test .answer {
	width: 100%;
	-webkit-transition: .5s transform linear;
	transition: .5s transform linear;
}


.test .questions.passed {
	-webkit-transform: translateX(-100%);
			  transform: translateX(-100%);
}
.answer1 {
	height: 100%;
}
.answer1 .atop{
	background: url("../images/answer-img.jpg") top center no-repeat, #fff;
	background-size: cover;
	padding: 25px 0 0;
	position: relative;
	overflow: hidden;
	height: 100%;
}
.answer1 .atop .inner {
	position: static;
}
.answer1 .atop h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
}
.answer1 .atop h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	margin: 12px 0;
}
.answer1 .abottom {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.answer1 .abottom .wrapper {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #429fd6), to(#92ddff));
	background-image: linear-gradient(180deg, #429fd6 12%, #92ddff 100%);
	overflow: hidden;
	padding: 11px 0 40px;
	position: relative;
	z-index: 1;
}
.answer1 .abottom .inner {
	z-index: 3;
}
.answer1 .abottom .button {
	font-size: 18px;
	line-height: 22px;
	padding: 16px 0;
}
.answer1 .abottom p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-top: 25px;
}
.answer1 .product {
	width: 156px;
	position: absolute;
	left: 50%;
	margin-left: -145px;
	bottom: 32%;
}
.answer2 {
	background: url("../images/answer-bg.jpg") top center no-repeat;
	background-size: cover;
	height: 100%;
	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;
}
.answer2 .wrapper{
	padding: 50px 0 135px;
	color: #00a86b;
}
.answer2 h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
}
.answer2 h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	margin: 10px 0 110px;
}
.answer2 .wrap {
	padding-left: 85px;
	position: relative;
}
.answer2 .wrap .product {
	position: absolute;
	bottom: 0;
	left: -15px;
	width: 116px;
}
.answer2 p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 35px;
	padding: 0 18px;
}
.answer2 p span {
	color: #00ff9f;
	font-weight: 800;
	text-shadow: 0 0 10px rgba(0, 255, 159, 0.5);
}
.answer2 .wrap .button {
	font-size: 18px;
	line-height: 22px;
	padding: 16px 0;
}
.means {
	background: url("../images/means-bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 30px 0 40px;
}
.means .wrap {
	padding-right: 105px;
	position: relative;
	margin-bottom: 25px;
}
.means .wrap .logo {
	width: 134px;
	height: 67px;
	position: relative;
	z-index: 1;
}
.means h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	margin: 25px 0;
}
.means h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
}
.means .prod-wrap {
	position: absolute;
	top: 19px;
	right: 12px;
}
.means .prod-wrap .product {
	width: 103px;
	position: relative;
	z-index: 2;
}
.means .prod-wrap .circle {
	position: absolute;
	top: -15px;
	right: 50%;
	margin-right: -65px;
	width: 130px;
	height: 130px;
	border-radius: 100%;
	border: 60px solid rgba(0, 255, 159,.25);
	-webkit-animation: circleAnimate 5s infinite linear;
			  animation: circleAnimate 5s infinite linear;
	box-shadow: 0 0 30px rgba(0, 255, 159, 0.4);
}
.means .prod-wrap .circle:after,
.means .prod-wrap .circle:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%,-50%);
			  transform: translate(50%,-50%);
	background-color: rgba(255,255,255,0);
	width: 230px;
	height: 230px;
	border-radius: 100%;
	border: 15px solid rgba(0, 255, 159,0.25);
	-webkit-animation: circleAnimate 5s infinite linear;
			  animation: circleAnimate 5s infinite linear;
}
.means .prod-wrap .circle:before {
	width: 290px;
	height: 290px;
	border: 7px solid rgba(0, 255, 159, .1);
}
@-webkit-keyframes circleAnimate {
	0%,100%{
		border-color: rgba(0, 255, 159,0.25);
	}
	50% {
		border-color: rgba(0, 255, 159,0.15);
	}
}
@keyframes circleAnimate {
	0%,100%{
		border-color: rgba(0, 255, 159,0.25);
	}
	50% {
		border-color: rgba(0, 255, 159,0.15);
	}
}
.means p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.interception {
	background: url("../images/interception-bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 25px 0 30px;
	color: #fff;
}
.interception h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	max-width: 220px;
	width: 100%;
	margin: 0 auto;
}
.plus {
	background-color: #fff;
	padding: 25px 0 35px;
}
.plus .inner {
	z-index: 3;
}
.plus p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 35px;
}
.plus .wrap {
	position: relative;
}
.plus .wrap .product {
	position: absolute;
	left: -6px;
	top: 55%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 103px;
}
.plus ul {
	padding-left: 110px;
}
.plus ul li {
	padding-left: 32px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	position: relative;
}
.plus ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top:50%;
	-webkit-transform: translate(0,-42%);
			  transform: translate(0,-42%);
	background: url("../images/mark2.svg") no-repeat;
	background-size: cover;
	width: 26px;
	height: 23px;
}
.advice .top {
	background: url("../images/advice-bg.jpg") top center no-repeat;
	background-size: cover;
	min-height: 322px;
	padding-top: 30px;
}
.advice .top h2 {
	max-width: 170px;
	width: 100%;
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.advice .top p {
	max-width: 170px;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}
.advice .bottom {
	padding: 20px 0 30px;
	background-color: #fff;
}
.advice .bottom p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 35px;
}
.advice .bottom b {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-align: right;
	position: relative;
}
.advice .bottom b:before {
	content: "";
	position: absolute;
	top: -4px;
	right: 0;
	width: 85px;
	height: 2px;
	background: linear-gradient(90deg, #00ff9f 0%, #00d084 100%);
	box-shadow: 0 2px 5px rgba(0, 255, 159, 0.5);
}
.advice .bottom em {
	max-width: 180px;
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	font-style: italic;
	text-align: right;
	margin-left: auto;
}
.action {
	background: url("../images/action-bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 25px 0;
}
.action h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
}
.action .wrap {
	background: url("../images/gif-bg.jpg") no-repeat;
	width: 290px;
	height: 239px;
	border-radius: 3px;
}

.action .wrap img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
}
.reviews {
	padding: 30px 0 10px;
}
.reviews-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: 0.3s -webkit-transform linear;
	transition: 0.3s -webkit-transform linear;
	transition: 0.3s transform linear;
	transition: 0.3s transform linear, 0.3s -webkit-transform linear;
 }
.reviews-bg .bg{
	background: url("../images/reviews-bg.jpg") top center no-repeat;
	background-size: cover;
	width: 918px;
	height: 674px;
}
.reviews h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
}
.reviews .slider {
	text-align: center;
	max-width: 243px;
	width: 100%;
	margin: 0 auto 60px;
	position: relative;
}

.reviews .slide {
	padding-top: 43px;
	outline: none;
	position: relative;
}
.reviews .slide img {
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transform: translate(50%,0);
			  transform: translate(50%,0);
	width: 86px;
	height: 86px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	border-radius: 100%;
}
.reviews .slide .wrap {
	background: url("../images/reviews-slide-bg.png") no-repeat top center, linear-gradient(180deg, rgba(255, 255, 255, 0) 56px,rgba(255, 255, 255, .7) 56px, rgba(255, 255, 255, .7) 100%);
	border-radius: 20px;
}
.reviews .slide .slide-text {
	padding: 70px 10px 30px;
	min-height: 250px;
}

.reviews .slide h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}

.reviews .slide p {
	font-size: 14px;
	line-height: 18px;
}

.slick-next,
.slick-prev {
	content: "";
	position: absolute;
	right: 50%;
	top: 38%;
	width: 25px;
	height: 25px;
	border: 4px solid #333;
	border-top: none;
	border-right: none;
	cursor: pointer;
	outline: 0;
	z-index: 2;
	font-size: 0;
	background-color: rgba(255, 255, 255, 0)
}

.slick-next {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	right: -25px
}

.slick-next:hover,
.slick-next:active,
.slick-prev:hover,
.slick-prev:active {
	border-color: #00ff9f;
	box-shadow: 0 0 10px rgba(0, 255, 159, 0.5);
}

.slick-prev {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: -25px
}

.slick-dots {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0;
	font-size: 0;
	text-align: center;
	list-style: none;
	bottom: -44px
}

.slick-dots li {
	position: relative;
	display: inline-block;
	padding: 0;
	cursor: pointer
}

.slick-dots li:nth-child(2) {
	margin: 0 5px
}

.slick-dots li button {
	color: transparent;
	background: 0 0;
	outline: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border: 0;
	padding: 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}

.slick-dots li button::before,
.reviews .slick-dots li.slick-active button::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 13px;
	height: 13px;
	border-radius: 50%;
	opacity: 1
}

.reviews .slick-dots li.slick-active button::before {
	width: 16px;
	height: 16px;
	background-color: #00ff9f;
	border: 6px solid rgba(255, 255, 255, 0);
	box-shadow: 0 0 10px rgba(0, 255, 159, 0.6);
}
.reviews .slick-dots li.slick-active button::after {
	width: 22px;
	height: 22px;
	background-color: rgba(255, 255, 255, 0);
	border: 2px solid #00ff9f;
}
.reviews .slick-dots li button::before {
	background-color: #333
}
.reviews .slick-disabled {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 1s;
	transition: 1s;
}
.reviews button[aria-disabled="false"] {
	opacity: 1;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.reviews .button-wrap {
	max-width: 250px;
	width: 100%;
	margin:0 auto;
}
.reviews .button-wrap .button {
	font-size: 16px;
	line-height: 20px;
	padding: 16px 0;
}
.steps {
	background-color: #fff;
	padding: 30px 0
}

.steps h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	max-width: 220px;
	width: 100%;
	margin:0 auto 20px
}

.steps .wrapper {
	max-width: 280px;
	width: 100%;
	margin: 0 auto
}

.steps .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-bottom: 50px;
	counter-increment: counter
}

.steps .item:before {
	content: counter(counter);
	position: absolute;
	display: inline-block;
	font-size: 100px;
	font-weight: 700;
	color: #c4c2c2;
	top: -40px
}

.steps .item:nth-child(even):before {
	right: 65px
}

.steps .item:nth-child(odd):before {
	left: -33px
}

.steps .item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.steps .item:nth-child(even) p {
	text-align: right
}

.steps p {
	max-width: 150px;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.steps .item div {
	background: linear-gradient(135deg, #00ff9f 0%, #00d084 50%, #00a86b 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		 -ms-flex-align: center;
			  align-items: center;
	-webkit-box-pack: center;
		 -ms-flex-pack: center;
			  justify-content: center;
	width: 88px;
	height: 88px;
	border-radius: 100%;
	z-index: 1;
	position: relative;
	box-shadow: 0 4px 15px rgba(0, 255, 159, 0.4);
	border: 2px solid #00ff9f;
}
.steps .item div::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%,-50%);
			  transform: translate(50%,-50%);
	width: 133px;
	height: 133px;
	border-radius: 100%;
	border: 9px solid rgba(0, 255, 159, .3);
	box-shadow: 0 0 20px rgba(0, 255, 159, 0.3);
}
.steps .item:nth-child(1) div img {
	width: 44px;
	height: 56px;
}
.steps .item:nth-child(2) div img {
	width: 51px;
	height: 58px;
}
.steps .item:nth-child(3) div img {
	width: 56px;
	height: 57px;
	-webkit-transform: scaleX(-1);
			  transform: scaleX(-1);
}
.steps .item:nth-child(4) div img {
	width: 51px;
	height: 58px;
}
.mainform {
	background: #fff;
	padding: 0 0 25px;
	overflow: visible;
}

.order {
	width: 290px;
	position: relative;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0);
	-webkit-box-shadow: 0 4px 16px rgba(57, 57, 57, 0.63);
			  box-shadow: 0 4px 16px rgba(57, 57, 57, 0.63);
}

.order-head {
	padding: 28px 20px 33px;
	background: linear-gradient(135deg, #00ff9f 0%, #00d084 50%, #00a86b 100%);
	width: 290px;
	position: relative;
	z-index: 1;
	box-shadow: 0 4px 20px rgba(0, 255, 159, 0.4);
	border-top: 3px solid #00ff9f;
}

.order .discount-wrap {
	position: absolute;
	top: -6px;
	left: -5px;
	z-index: 2;
	width: 129px;
	height: 116px;
	overflow: hidden;
}
.order .discount-wrap:before,
.order .discount-wrap:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #303030;
	z-index: -1;
}

.order .discount-wrap:before {
	top: 0;
	right: 0;
}

.order .discount-wrap:after {
	bottom: 0;
	left: 0;
}
.order .discount {
	width: 100%;
	height: 100%;
}

.order .discount:before {
	content: "";
	position: absolute;
	width: 169px;
	height: 1px;
	background-color: #000;
	-webkit-transform: rotate(138deg);
			  transform: rotate(138deg);
	top: 47px;
	left: -30px;
	-webkit-box-shadow: 2.9px -6.2px 6.3px 6.7px rgba(84, 12, 56, .75);
			  box-shadow: 2.9px -6.2px 6.3px 6.7px rgba(84, 12, 56, .75);
	z-index: -1;
}
.order .discount .strip {
	position: absolute;
	top: 51px;
	right: 50%;
	-webkit-transform: translate(42%,-72%) rotate(-42deg);
			  transform: translate(42%,-72%) rotate(-42deg);
	height: 44px;
	width: 175px;
	background: linear-gradient(135deg, #00ff9f 0%, #00a86b 100%);
	box-shadow: 0 2px 10px rgba(0, 168, 107, 0.5);
}
.order .discount .sale {
	position: absolute;
	top: 29px;
	right: 45px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	-webkit-transform: rotate(-42deg);
			  transform: rotate(-42deg)
}

.order .oreder-wrap .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 50px
}

.order .oreder-wrap .al-cost-promo {
	font-size: 31px;
	color: rgba(255, 255, 255, .5);
	white-space: nowrap;
	margin: 0 5px;
	position: relative
}

.order .oreder-wrap .border {
	height: 1px;
	width: 100%;
	background-color: #fff;
	margin: 10px 0
}

.order .oreder-wrap .al-cost-promo:before,
.order .oreder-wrap .al-cost-promo:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 58px;
	background-color: rgba(255, 255, 255, .5);
	left: 50%
}

.order .oreder-wrap .al-cost-promo:before {
	top: 50%;
	-webkit-transform: translate(-50%, 0%) rotate(30deg);
	transform: translate(-50%, 0%) rotate(30deg)
}

.order .oreder-wrap .al-cost-promo:after {
	bottom: 50%;
	-webkit-transform: translate(-50%, 0%) rotate(-30deg);
	transform: translate(-50%, 0%) rotate(-30deg)
}

.order .oreder-wrap .al-cost {
	font-size: 55px;
	color: rgba(255, 255, 255, 1);
	white-space: nowrap;
	margin: 0 5px
}

.order .oreder-wrap .order__title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #fff
}
.order .order-stripe {
	position: absolute;
	bottom: 0;
	right: 50%;
	-webkit-transform: translate(50%,0);
			  transform: translate(50%,0);
	width: 100%;
	height: 16px;
	overflow: hidden;
}
.order .order-stripe::before,
.order .order-stripe::after {
	content: "";
	display: block;
	background: #fff;
	position: absolute;
	bottom: -8px;
	height: 16px;
	width: 51%;
}
.order .order-stripe::before {
	left: -1px;
	-webkit-transform: rotate(6deg);
			  transform: rotate(6deg);
}
.order .order-stripe::after {
	right: -1px;
	-webkit-transform: rotate(-6deg);
			  transform: rotate(-6deg);
}
.order form {
	background: #fff;
	padding: 20px 20px 25px;
	position: relative
}

.input-wrapper,
.order .form .input-wrapper {
	position: relative
}

.order .form__input {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #000;
	display: block;
	font-size: .875rem;
	height: 38px;
	margin-bottom: 13px;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.order .form__input::-webkit-input-placeholder {
	color: #959595
}

.order .form__input:-ms-input-placeholder {
	color: #959595
}

.order .form__input::-ms-input-placeholder {
	color: #959595
}

.order .form__input::placeholder {
	color: #959595
}

.order .form .al-country,
.order .form .input-wrapper label {
	display: none
}

.order .form__input:focus {
	border-color: #00ff9f;
	outline: none;
	box-shadow: 0 0 10px rgba(0, 255, 159, 0.3);
}

.order .button-wrap {
	margin-top: 25px
}


.icons-secure {
	margin-top: 20px;
	width: 250px;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.icons-secure i {
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 95px;
	height: 45px
}

.icons-secure .norton {
	background-image: url("../images/47fc5ae898e0dd5aead14fe8f662bd6c0418ec02.png");
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 105px;
	height: 45px
}

.icons-secure .mc {
	background-image: url("../images/8cd8a4e375db603d8d1f0a84d61b18b725901042.png");
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 105px;
	height: 45px
}

.input-wrapper .error {
	border: 1px solid #eb3f57;
	padding-top: 6px
}

.input-wrapper .error+label {
	width: 100%;
	height: 100%;
	color: #eb3f57;
	display: block !important;
	font-size: 11px;
	left: 5px;
	line-height: 1;
	position: absolute;
	top: 2px
}

.input-wrapper .error+label:before,
.input-wrapper .error+label:after {
	content: "";
	position: absolute;
	right: 22px;
	top: 46%;
	width: 3px;
	height: 21px;
	background-color: #eb3f57
}

.input-wrapper .error+label:before {
	-webkit-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg)
}

.input-wrapper .error+label:after {
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg)
}

.popup {
	display: none;
	max-width: 100%;
	background-color: rgba(99, 99, 99, .9);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 31
}

.popup .inner {
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

.popup .inner .wrapper {
	max-width: 290px;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding: 35px 20px 25px;
	position: relative
}

.popup .inner .wrapper .close {
	position: absolute;
	right: 7px;
	top: 9px;
	width: 12px;
	height: 12px;
	cursor: pointer
}

.popup .inner .wrapper .close:before,
.popup .inner .wrapper .close:after {
	content: "";
	position: absolute;
	right: 50%;
	top: 50%;
	width: 1px;
	height: 13px;
	background-color: #dac7c8
}

.popup .inner .wrapper .close:before {
	-webkit-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg)
}

.popup .inner .wrapper .close:after {
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg)
}

.popup .inner .wrapper p {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 15px
}
.popup .inner .wrapper p:nth-child(2) {
	color: #f70202;
}

.popup .inner .wrapper .button-wrap .sale-wrap {
	left: 5px
}
.popup .button-wrap {
	margin-top: 25px;
}
.footer {
	max-width: 768px !important;
	width: 100% !important;
	margin: 0 auto !important;
	color: rgba(255,255,255,.5) !important;
	background: linear-gradient(135deg, #00a86b 0%, #008f5a 50%, #006644 100%) !important;
	box-shadow: 0 -4px 20px rgba(0, 168, 107, 0.4) !important;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.header {
		background-image: url("../images/header-bg.jpg");
	}
	.header ul::after {
		background-image: url("../images/product.png");
	}
	.discomfort {
		background-image: url("../images/discomfort-bg.jpg");
	}
	.questions {
		background-image: url("../images/questions-bg.jpg");
	}
	.answer1 .atop{
		background-image: url("../images/answer-img.jpg");
	}
	.answer2{
		background-image: url("../images/answer-bg.jpg");
	}
	.means {
		background-image: url("../images/means-bg.jpg");
	}
	.interception {
		background-image: url("../images/interception-bg.jpg");
	}
	.advice .atop {
		background-image: url("../images/advice-bg.jpg");
	}
	.action {
		background-image: url("../images/action-bg.jpg");
	}
	.reviews-bg .bg{
		background-image: url("../images/reviews-bg.jpg");
	}
	.action .gif {
		background-image: url("../images/gif-bg.jpg");
	}
	.reviews .slide .wrap {
		background: url("../images/reviews-slide-bg.png") no-repeat top center, linear-gradient(180deg, rgba(255, 255, 255, 0) 56px,rgba(255, 255, 255, .7) 56px, rgba(255, 255, 255, .7) 100%);
		background-size: contain;
	}
}

.questions .button,.answer2 .wrap .button{font-size:16px}
.reviews{padding-top:20px}

a, button {
	cursor: pointer;
}