* {
	-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;
	min-width: 400px;
}

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;
}
html {
	width: 100%!important;
	position: absolute!important;
	top: inherit!important;
	overflow: visible!important;
}
body {
	font-family: "Roboto", "Open Sans", sans-serif;
	font-size: 16px;
	color: #fff;
}
.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;
	max-width: 320px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 0 10px;
}
.nav {
	background-color: #000;
	position: fixed;
	top: 0;
	z-index: 100;
}
.nav .inner {
	padding-top: 7px;
	padding-bottom: 7px;
	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;
}
.nav img {
	width: 93px;
	height: 22px;
	position: relative;
	z-index: 26;
}
/* HAMBURGER */
.hamburger {
	width: 22.3px;
	height: 19px;
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	cursor: pointer;
	-webkit-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: opacity,-webkit-filter;
	transition-property: opacity,-webkit-filter;
	transition-property: opacity,filter;
	transition-property: opacity,filter,-webkit-filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: rgba(255, 255, 255, 0);
	z-index: 26;
}
.hamburger.is-active:hover,
.hamburger:hover {
	opacity: .7
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
	background-color: #4b4b4b
}
.hamburger-box {
	position: relative;
	display: inline-block;
	width: 22.3px;
	height: 19px;
}
.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	position: absolute;
	width: 22.3px;
	height: 2.48px;
	-webkit-transition-timing-function: ease;
	        transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	background-color: #4b4b4b
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: ""
}

.hamburger-inner:before {
	top: -10px
}

.hamburger-inner:after {
	bottom: -10px
}
/* HAMBURGER SLIDER START */
.hamburger--slider .hamburger-inner {
	top: 2px
}

.hamburger--slider .hamburger-inner:before {
	top: 8px;
	-webkit-transition-timing-function: ease;
	        transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}

.hamburger--slider .hamburger-inner:after {
	top: 16px
}

.hamburger--slider.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	        transform: translate3d(0, 8px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
	-webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
	-webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
	        transform: translate3d(0, -16px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
	top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
	top: 10px;
	-webkit-transition-timing-function: ease;
	        transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}

.hamburger--slider-r .hamburger-inner:after {
	top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
	        transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
	-webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	        transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
	        transform: translate3d(0, -20px, 0) rotate(90deg)
}
.navmenu {
	padding: 81px 0 174px;
	background: url(../img/navmenu-bg.jpg) bottom no-repeat;
	background-size: cover;
	min-height: 533px;
	text-align: center;
	position: fixed;
	z-index: 25;
	-webkit-transform: translateX(2000px);
	        transform: translateX(2000px);
	overflow: hidden;
	top: 0;
	left: 50%;
	bottom: 0;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	will-change: transform
}
.hamburger.is-active ~ .navmenu {
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.navmenu:after {
	content: "";
	position: absolute;
	right: 50%;
	bottom: -50px;
	-webkit-transform: translateX(50%);
	        transform: translateX(50%);
	background: url(../img/product.png) no-repeat;
	width: 131px;
	height: 256px;
}
.navmenu li {
	margin-bottom: 32px;
}
.navmenu li a {
	display: block;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: #fff;
	text-decoration: none;

}
.header {
	background: url(../img/header-bg.jpg) center no-repeat,#000;
	min-height: 537px;
	padding-top: 36px;
}
.hurryup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	color: #ff0000;
	margin-bottom: 10.5px;
}
.hurryup p {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}
.hurryup .counter {
	background-color: rgba(255, 255, 255, .14);
	border-radius: 3px;
	max-width: 75px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	padding: 5.5px 0;
	position: relative;
}
.hurryup .counter span {
	font-size: 29px;
	line-height: 29px;
	font-weight: 500;
}
.hurryup .counter .passive {
	opacity: .54;
}
.header .content h1{
	font-size: 20px;
	line-height: 39px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 132.5px;
}
.header .content h1 span {
	font-size: 25px;
	text-transform: uppercase;
}
.header .content ul {
	max-width: 188.49px;
	width: 100%;
	margin-left: auto;
}
.header .content ul li {
	padding-left: 40.49px;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 12px;
	position: relative;
}
.header .content ul li:before {
	content: "";
	position: absolute;
	top: -3px;
	left: 15px;
	background: url(../img/check-white.svg) no-repeat;
	background-size: cover;
	width: 17.69px;
	height: 19.77px;
}
.navbar {
	background: -webkit-gradient( linear, left top, left bottom, from(#ffc000), color-stop(34.7%, #f49d01), color-stop(47.7%, #f09002), color-stop(65.7%, #eb7e03), to(#e15c05));
	background: linear-gradient( #ffc000 0%, #f49d01 34.7%, #f09002 47.7%, #eb7e03 65.7%, #e15c05 100%);
	padding-top: 10.9px;
	padding-bottom: 23px;
	position: fixed;
	bottom: 0;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateY(150%);
	        transform: translateY(150%);
	will-change: transform;
	z-index: 100;
}
.navbar.is-active {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
.button {
	background: -webkit-gradient( linear, left top, left bottom, from(#ff3d00), color-stop(51.5%, #ff0000), to(#ac0000));
	background: linear-gradient( #ff3d00 0%, #ff0000 51.5%, #ac0000 100%);
	border: none;
	outline: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	border-radius: 3px;
	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;
	text-decoration: none;
	position: relative;
	z-index: 1;
}

.button:hover,.button:active {
	background: -webkit-gradient( linear, left top, left bottom, from(#c42f08), color-stop(51.5%, #a10505), to(#400000));
	background: linear-gradient( #c42f08 0%, #a10505 51.5%, #400000 100%);
}
.button:before {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 0;
	-webkit-transform: translateX(50%);
	        transform: translateX(50%);
	width: calc(100% - 30px);
	height: calc(100% - 21px);
	border-radius: 3px;
	-webkit-box-shadow: 0px 10px 5px -6px rgba(70,0,0,0.63);
	        box-shadow: 0px 10px 5px -6px rgba(70,0,0,0.63);
	z-index: -1;
	-webkit-transition: .4s;
	transition: .4s;

}
.button:hover:before,.button:active:before {
	-webkit-box-shadow: none!important;
	        box-shadow: none!important;
}
.button .sale {
	background: url(../img/sale-bg.png) no-repeat;
	padding: 11.9px 32.1px 11.9px 15px;
	height: 74px;
}
.button:hover .sale, .button:active .sale {
	background-image: url(../img/sale-bg-ah.png)
}
.button .sale img {
	width: 98.95px;
	height: 48.24px;
}
.button span {
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 39px;
	font-weight: 700;
	text-transform: capitalize;
	color: #fff;
	text-shadow: 0 2px 2px #640606;
	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;
}
.suffer {
	padding: 31px 0 49px;
	background: url(../img/suffer-bg.jpg) center no-repeat,#000001;
}
.suffer h2 {
	font-size: 25px;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 64px;
}
.suffer h2 b {
	font-size: 45px;
}
.suffer h2 span {
	text-transform: uppercase;
}
.suffer ul {
	padding: 0 45px;
}
.suffer li {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 40px;
}
.suffer li span {
	display: inline-block;
	text-align: left;
}
.suffer li:nth-of-type(2n) {
	text-align: center;
}
.suffer li:nth-of-type(3) {
	text-align: right;
}
.suffer li:nth-of-type(5) {
	margin-right: auto;
}
.test {
	position: relative;
}
 
.test .questions {
	position: relative;
	padding: 37px 0 26.6px;
	background: url(../img/test-questions-bg.jpg) center no-repeat, #000;
}
.js-age-tens,
.js-age-units {
	font-size: 40px;
	font-family: "Open Sans";
	font-weight: 700;
	letter-spacing: 2px;
	position: absolute;
	top: 50%;
	margin-top: -78px;
	width: auto !important;
	left: 0;
	right: 0;
}
 
.age-picker__out {
	width: 110px;
	height: 162px;
	margin: 0 auto;
	position: relative;
	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-bottom: 67px;
}
 
.age-picker__inner {
	position: absolute;
	bottom: 0;
	top: 0;
	overflow: hidden;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0);
	z-index: 1;
 }
 
.age-picker__inner.age-picker__inner--tens {
	left: 0;
	width: 52px;
}

.age-picker__inner.age-picker__inner--units {
	right: 0;
	width: 52px;
}
 
.age-picker__inner:before{
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 52px;
	height: 100%;
	background: -webkit-gradient(
	  linear,
	  left bottom, left top,
	  color-stop(0, rgba(255, 255, 255, 0)),
	  color-stop(30.1%, rgba(255, 255, 255, 1)),
	  color-stop(64%, rgba(255, 255, 255, 1)),
	  to(rgba(255, 255, 255, 0))
	);
	background: linear-gradient(
	  0deg,
	  rgba(255, 255, 255, 0) 0,
	  rgba(255, 255, 255, 1) 30.1%,
	  rgba(255, 255, 255, 1) 64%,
	  rgba(255, 255, 255, 0) 100%
	);
	opacity: 0.74;
	z-index: -1;
}
 
.age-picker__error-wrapper {
	border: 2px solid rgba(255, 255, 255, 0);
	position: relative;
	width: 110px;
	height: 160px;
	border-radius: 5px;
}
 
.age-picker__error {
	background-color: rgba(216, 24, 41, 0.9);
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	width: 190px;
	padding: 10px;
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 10px;
	margin-bottom: 13px;
	text-align: center;
	display: none;
}
 
.age-picker__error::after {
	content: "";
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 13px solid rgba(216, 24, 41, 0.9);
}
 
.test .button-wrap {
	max-width: 225px;
	margin: 0 auto;
}
.test .questions h2 {
	font-size: 25px;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}
.test .questions h2 b {
	text-transform: uppercase;
}
 
.test .questions h3 {
	max-width: 180px;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 41px;
}
.test .questions .test-list {
	max-width: 220px;
	width: 100%;
	margin: 0 auto 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.test .questions .test-list label {
	position: relative;
	padding-left: 36px;
	margin-bottom: 21px;
}
.test .questions .test-list i.checkbox {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	border: 2px solid #fff;
	border-radius: 100%;
}
.test .questions .test-list i.checkbox:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 15px;
	height: 15px;
	background-color: #e15b06;
	border-radius: 100%;
	opacity: 0;
}
.test .questions .test-list input:checked+i.checkbox:after {
	opacity: 1;
}
.test .questions .test-list label:last-child {
	margin-bottom: 0;
}
.test .questions .test-list input {
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	margin: 0;
	opacity: 0;
}
.test .questions .test-list span {
	font-size: 14px;
	line-height: 22px;
}
.test .questions-item {
	-webkit-transition: height linear, 1s -webkit-transform;
	transition: height linear, 1s -webkit-transform;
	transition: 1s transform, height linear;
	transition: 1s transform, height linear, 1s -webkit-transform;
}
.test .questions .questions-item2,
.test .questions .questions-item3,
.test .questions .questions-item4 {
	height: 0;
	-webkit-transform: translateX(2000px);
	        transform: translateX(2000px);
}
.test .questions .questions-item1.passed {
	height: 0;
	-webkit-transform: translateX(-1000px);
	        transform: translateX(-1000px);
}
 
.test .questions .questions-item1.passed + .questions-item2 {
	height: auto;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
 
.test .questions .questions-item1.passed + .questions-item2.passed {
	height: 0;
	-webkit-transform: translateX(-1000px);
	        transform: translateX(-1000px);
}
.test .questions .questions-item2.passed + .questions-item3 {
	height: auto;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.test .questions .questions-item2.passed + .questions-item3.passed {
	height: 0;
	-webkit-transform: translateX(-1000px);
	        transform: translateX(-1000px);
}
.test .questions .questions-item3.passed + .questions-item4 {
	height: auto;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.test .questions .container {
	padding: 0;
	z-index: 3;
}
.test .questions .button {
	background: #e15b06;
	max-width: 225px;
	width: 100%;
	margin: 0 auto;
}
.test .questions .button:before {
	-webkit-box-shadow: 0px 12px 5px -6px rgba(151,0,0,1);
	        box-shadow: 0px 12px 5px -6px rgba(151,0,0,1);
}
.test .questions .button span{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	padding: 14px 0;
	text-align: center;
	text-shadow: none;
}
.test .questions .button:disabled {
	background: #AFAFAF;
}
.test .questions .button:disabled:before {
	-webkit-box-shadow:none;
	        box-shadow:none;
}
.test .questions .button:disabled span {
	color: rgba(35, 35, 35, 1);
}
.test .questions.passed {
	padding: 0;
	height: 0;
	-webkit-transform: translateX(-1000px);
	transform: translateX(-1000px);
}
.test .answers,
.test .questions {
	width: 100%;
	-webkit-transition: height linear, 0.5s -webkit-transform;
	transition: height linear, 0.5s -webkit-transform;
	transition: 0.5s transform, height linear;
	transition: 0.5s transform, height linear, 0.5s -webkit-transform;
	position: relative;
	overflow: hidden;
}
.test .answers {
	max-width: 768px;
	margin: 0 auto;
	height: 0;
	-webkit-transform: translateX(2000px);
	        transform: translateX(2000px);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 50;
	background: url(../img/answers-bg.png) center top no-repeat,-webkit-gradient( linear, left top, left bottom, from(#dfdfdf), to(#fff));
	background: url(../img/answers-bg.png) center top no-repeat,linear-gradient( #dfdfdf 0%, #fff 100%);
}
.test .answers.active {
	overflow-y: auto;
	height: auto;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.test .answers .answer{
	padding: 75px 0 100px;
	text-align: center;
	color: #4B4B4B;
	position: relative;
	display: none;
}
.test .answers .answer.active {
	display: block;
}
.test .answers .answer .close {
   position: absolute;
   left: 0;
   top: 80px;
   width: 20px;
   height: 20px;
	cursor: pointer;
	opacity: .3;
}

.test .answers .answer .close:before,
.test .answers .answer .close:after {
   content: "";
   position: absolute;
   right: 50%;
   top: 50%;
   width: 2px;
   height: 21px;
   background-color: #4B4B4B
}

.test .answers .answer .close:before {
   -webkit-transform: translate(0, -50%) rotate(135deg);
   transform: translate(0, -50%) rotate(135deg)
}

.test .answers .answer .close:after {
   -webkit-transform: translate(0, -50%) rotate(45deg);
   transform: translate(0, -50%) rotate(45deg)
}
.test .answers .answer img {
	width: 202.36px;
	height: 46.64px;
	margin-bottom: 27px;
}
.test .answers .answer h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 12px;
}
.test .answers .answer p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 15px;
}
.test .answers .answer p:last-child {
	font-weight: 700;
}
.test .answers .answer h3 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 33px;
	color: #FF0000
}
.formula {
	background: url(../img/formula-bg.jpg) center no-repeat;
	padding: 37px 0 189px;
	color: #000;
	position: relative;
}
.formula h2 {
	font-size: 25px;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
}
.formula h2 span {
	font-size: 30px;
	font-weight: 400;
}
.formula h2 span b {
	font-weight: 700;
}
.formula h2 div {
	text-transform: uppercase;
}
.formula ul {
	min-height: 671px;
	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: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.formula li {
	text-align: center;
}
.formula li:last-child {
	margin-bottom: 0;
}
.formula li:nth-of-type(-3n+4) {
	text-align: right;
}
.formula li:nth-of-type(3n+3) {
	text-align: left;
}
.formula li span {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	text-align: left;
	padding-left: 24.99px;
	position: relative;
}
.formula li span:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	background: url(../img/check-black.svg) no-repeat;
	background-size: cover;
	width: 17.69px;
	height: 19.77px;
}
.formula img {
	position: absolute;
	bottom: -50px;
	right: 50%;
	-webkit-transform: translateX(50%);
	        transform: translateX(50%);
}
.opinion {
	background: url(../img/opinion-bg.png) center 64px no-repeat,-webkit-gradient( linear, left top, left bottom, from(#c7eafb), color-stop(40%, #fff));
	background: url(../img/opinion-bg.png) center 64px no-repeat,linear-gradient( #c7eafb 0%, #fff 40%);
	padding: 37px 0 53px;
	color: #4b4b4b;
}
.opinion h2 {
	font-size: 25px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #232323;
	margin-bottom: 60px;
}
.opinion h2 span {
	text-transform: lowercase;
}
.opinion .professional {
	max-width: 200px;
	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;
	padding: 15px 39px 15px 0;
	position: relative;
	z-index: 2;
	letter-spacing: 0.02em;
	margin-bottom: 94px;
}
.opinion .professional::before {
	content: "";
	position: absolute;
	top: 3px;
	right: -168px;
	width: 314px;
	height: 200px;
	background: url(../img/opinion-img.png) no-repeat;
	z-index: -2;
}
.opinion .professional:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0px;
	-webkit-transform: translateY(-50%) skew(20deg);
	        transform: translateY(-50%) skew(20deg);
	width: 450px;
	height: 100%;
	background: -webkit-gradient( linear,left top, right top,from(#e15b06), to(#ffc100));
	background: linear-gradient( 90deg,#e15b06 0%, #ffc100 100%);
	z-index: -1;
}
.opinion .professional h3 {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 4px;
}
.opinion .professional span {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	
}
.opinion h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 17px;
}
.opinion p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin-bottom: 8px;
}
.act {
	background-color: #ffc100;
	color: #232323;
	padding-top: 32px;
}
.act h2 {
	font-size: 25px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: center;
	margin-bottom: 30px;
}
.act h2 span {
	font-weight: 400;
}
.act h2 b {
	text-transform: uppercase;
}
.act h2 div {
	display: inline-block;
}
.act .gif {
	background: url(../img/gif-bg.jpg) no-repeat;
	width: 360px;
	height: 240px;
	margin: 0 auto;
}
.act .gif img {
	width: 100%;
	height: 100%
}
.reviews {
	padding: 36px 0 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, #ffc100), to(#e15b06));
	background: linear-gradient(#ffc100 95%, #e15b06 100%);
}
.reviews .inner {
	overflow: hidden;
	padding-bottom: 26.6px;
}
.reviews h2 {
	font-size: 25px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: center;
	color: #232323;
	margin-bottom: 13.3px;
}
.reviews h2 div {
	display: inline-block;
}
.reviews h2 span {
	font-weight: 400;
}
.reviews .switch {
	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;
	z-index: 1;
	margin-bottom: 37.5px;
	padding: 0 12px;
}
.reviews .switch::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%,-50%);
	        transform: translate(50%,-50%);
	width: calc(100% + 40px);
	height: 37px;
	background-color: #e15b06;
	z-index: -1;
}
.reviews .switch div {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #ffc100;
	padding: 2.5px 20px 2.5px 30px;
	margin: 0 -30px;
	min-width: 140px;
	cursor: pointer;
}
.reviews .switch div.is-active {
	padding: 10px 20px;
	background-color: #ff0000;
	color: #fff;
	-webkit-transform: skewX(-20deg);
	        transform: skewX(-20deg);
	-webkit-box-shadow: 4px 4px 8px 0px rgba(151,0,0,0.55);
	        box-shadow: 4px 4px 8px 0px rgba(151,0,0,0.55);
}
.reviews .switch div.is-active p {
	-webkit-transform: skewX(20deg);
	        transform: skewX(20deg);
}
.reviews .slider > div {
	display: none;
}
.reviews .slider > div.is-active {
	display: block;
}
.reviews .slide {
	background-color: #fff;
	padding: 22px 15px;
	border-radius: 5px;
	color: #4b4b4b;
	margin-bottom: 15px;
}
.reviews .author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-bottom: 13.5px;
	border-bottom: 1px solid rgba(112, 112, 112, .23);
	margin-bottom: 19.5px;
} 
.reviews .author img {
	margin-right: 18px;
}
.reviews .author h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.reviews .slide p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.02em;
}
.reviews .slide>p {
	margin-bottom: 20.5px;
}
.reviews .button {
	max-width: 225px;
	margin: 0 auto;
	background:#fff;
}
.reviews .button span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-transform: lowercase;
	color: #4b4b4b;
	text-shadow: none;
	padding: 16px 0;
}
.reviews .button span::first-letter {
	text-transform: capitalize;
}
.delivery {
	background-color: #ffc100;
	color: #232323;
	padding: 34px 0 6.3px;
	text-align: center;
}
.delivery h2 {
	font-size: 25px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 25px;
}
.delivery p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.02em;
	max-width: 165px;
	width: 100%;
	padding-bottom: 23px;
	margin: 10px auto 36px;
	position: relative;
}
.delivery .item:last-child p:after{
	display: none;
}
.delivery p:after {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 0;
	-webkit-transform: translateX(50%);
	        transform: translateX(50%);
	width: 0;
	height: 0;
	border-left: 11px solid rgba(255, 255, 255, 0);
	border-right: 11px solid rgba(255, 255, 255, 0);
	border-top: 11px solid #e15b06;
}
.mainform {
	background: url(../img/mainform-bg.jpg) top center no-repeat, #000;
	padding: 36.5px 0 20.3px;
}
.mainform .inner {
	overflow: hidden;
	padding-bottom: 15px;
}
.order {
	background-color: rgba(255, 255, 255, .9);
	background: linear-gradient(0deg,rgba(255, 255, 255, 0) 130px,rgba(255, 255, 255, .9) 130px, rgba(255, 255, 255, .9) 100%);
	padding: 10px 13px 0;
	position: relative;
}

.order .price {
	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-bottom: 15px;
}
.order .price .old {
	color: rgba(0, 0, 0, .6);
	font-weight: 700;
	letter-spacing: 0.02em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	    align-content: center;
	margin-bottom: 5px;
}
.order .price .old span {
	font-size: 19px;
	line-height: 27px;
}
.order .price .old div {
	font-size: 30px;
	line-height: 36px;
	position: relative;
}
.order .price .old div:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 90%;
	height: 2px;
	background-color: rgba(0, 0, 0, .6);
}
.order .price .new {
	color: rgba(0, 0, 0, .6);
	font-weight: 700;
	letter-spacing: 0.02em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	    align-content: center;
	text-shadow: 0 7px 5px rgba(0,0,0,0.55);
	color: #fff;
	padding: 7.5px 0;
	position: relative;
	z-index: 1;
}
.order .price .new:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	-webkit-transform: translateY(-50%) skew(-25deg);
	        transform: translateY(-50%) skew(-25deg);
	width: 390px;
	height: 100%;
	background: -webkit-gradient(linear,left top, left bottom,from(#ff3d00),color-stop(33%, #ff0000), to(#ac0000));
	background: linear-gradient(#ff3d00 0%,#ff0000 33%, #ac0000 100%);
	z-index: -1;
}
.order .price .new span {
	font-size: 32px;
}
.order .price .new div {
	font-size: 56px;
}
.order h2 {
	max-width: 245px;
	width: 100%;
	margin: 0 auto 16px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #232323;
	text-align: center;
}
.input-wrapper,select {
	margin-bottom: 18px;
}
.order input, .order select {
	width: 100%;
	min-height: 50px;
	border: 1px solid #707070;
	border-radius: 3px;
	outline: none;
	padding-left: 15px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #000;
}



.input-wrapper label,select {
	display: none
}

.input-wrapper {
	position: relative
}

.input-wrapper .error {
	border-color: red;
	padding-top: 6px;
}

.input-wrapper .error+label {
	width: 100%;
	height: 100%;
	color: red;
	display: block !important;
	font-size: 11px;
	left: 16px;
	line-height: 1;
	position: absolute;
	top: 6px;
	text-align: left
}

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

.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)
}
.icons-secure {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-bottom: 16px;
}
.icons-secure .norton {
	width: 71.2px;
	height: 29.97px;
}
.icons-secure .mcafee {
	width: 71px;
	height: 25.56px;
}
.order .hurryup {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-line-pack: center;
	    align-content: center;
	margin-bottom: 40px;
	position: relative;
}
.order .hurryup:before {
	content: "";
	position: absolute;
	bottom: -23px;
	right: 50%;
	-webkit-transform: translateX(50%);
	        transform: translateX(50%);
	background: url(../img/order-bg.png) no-repeat;
	width: 320px;
	height: 39px;
}
.order .hurryup p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
.order .hurryup .counter {
	max-width: 47px;
	background-color: rgba(255, 255, 255, 0);
}
.order .hurryup .counter span {
	font-size: 22px;
	line-height: 29px;
	font-weight: 700;
}
.order .button-wrap {
	margin:0 -13px;
}
.order .button:before {
	-webkit-box-shadow: 0px 10px 5px -6px #740303;
	        box-shadow: 0px 10px 5px -6px #740303;
}
button {
	border: none;
	outline: none;
	background-color: transparent;
	width: 100%;
}
.age-popup {
	background: #ca0000 url(../img/age-popup-bg.jpg) center no-repeat;
	background-size: cover;
	min-height: 566px;
	position: fixed;
	top: 10px;
	bottom: 0;
	display: none;
	z-index: 50;
	
}
.age-popup .inner {
	padding-top: 184px;
}

.age-popup .inner .close {
   position: absolute;
   left: 20px;
   top: 40px;
   width: 20px;
   height: 20px;
	cursor: pointer;
	opacity: .7;
}

.age-popup .inner .close:before,
.age-popup .inner .close:after {
   content: "";
   position: absolute;
   right: 50%;
   top: 50%;
   width: 2px;
   height: 21px;
   background-color: #fff
}

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

.age-popup .inner .close:after {
   -webkit-transform: translate(0, -50%) rotate(45deg);
   transform: translate(0, -50%) rotate(45deg)
}
.age-popup h2 {
	max-width: 285px;
	width: 100%;
	margin: 0 auto;
	font-size: 25px;
	line-height: 43px;
	font-weight: 700;
	text-align: center;
}
.reviews-popup {
	background: #ca0000 url(../img/reviews-popup-bg.jpg) top center no-repeat;
	min-height: 566px;
	position: fixed;
	top: 10px;
	bottom: 0;
	display: none;
	z-index: 50;
}
.reviews-popup .inner {
	padding-top: 240px;
}

.reviews-popup .inner .close {
   position: absolute;
   left: 20px;
   top: 40px;
   width: 20px;
   height: 20px;
	cursor: pointer;
	opacity: .7;
}

.reviews-popup .inner .close:before,
.reviews-popup .inner .close:after {
   content: "";
   position: absolute;
   right: 50%;
   top: 50%;
   width: 2px;
   height: 21px;
   background-color: #fff
}

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

.reviews-popup .inner .close:after {
   -webkit-transform: translate(0, -50%) rotate(45deg);
   transform: translate(0, -50%) rotate(45deg)
}
.reviews-popup p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
}
.footer {
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
	background-color: #000!important;
	color: rgba(255, 255, 255, .49)!important;
}
.footer a {
	color: rgba(255, 255, 255, .49)!important;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.navmenu {
		background-image: url(../img/navmenu-bg@2x.jpg);
		background-size: cover;
	}
	.navmenu:after {
		background-image: url(../img/product@2x.png);
		background-size: cover;
	}
	.header {
		background-image: url(../img/header-bg@2x.jpg),#000;
		background-size: cover;
}
	}
	.button .sale {
		background-image: url(../img/sale-bg@2x.png);
		background-size: cover;
	}
	.button:hover .sale, .button:active .sale {
		background-image: url(../img/sale-bg-ah@2x.png);
		background-size: cover;
	}
	.suffer {
		background: url(../img/suffer-bg@2x.jpg) center no-repeat,#000001;
		background-size: cover;
	}
	.test .questions {
		background: url(../img/test-questions-bg@2x.jpg) center no-repeat, #000;
		background-size: cover;
	}
	.test .answers {
		background: url(../img/answers-bg@2x.png) no-repeat,-webkit-gradient( linear, left top, left bottom, from(#dfdfdf), to(#fff));
		background: url(../img/answers-bg@2x.png) no-repeat,linear-gradient( #dfdfdf 0%, #fff 100%);
		background-size: contain;
	}
	.formula {
		background-image: url(../img/formula-bg@2x.jpg);
		background-size: cover;
	}
	.opinion {
		background: url(../img/opinion-bg@2x.png) center 64px no-repeat,-webkit-gradient( linear, left top, left bottom, from(#c7eafb), color-stop(40%, #fff));
		background: url(../img/opinion-bg@2x.png) center 64px no-repeat,linear-gradient( #c7eafb 0%, #fff 40%);
		background-size: 100%;
	}
	.opinion .professional::before {
		background-image: url(../img/opinion-img@2x.png);
		background-size: cover;
	}
	.act .gif {
		background-image: url(../img/gif-bg.jpg);
		background-size: cover;
	}
	.mainform {
		background: url(../img/mainform-bg@2x.jpg) top center no-repeat, #000;
		background-size: cover;
	}
	.order .hurryup:before {
		background-image: url(../img/order-bg@2x.png);
		background-size: cover;
	}
	.age-popup {
		background: #ca0000 url(../img/age-popup-bg@2x.jpg) center no-repeat;
		background-size: cover;
	}
	.reviews-popup {
		background: #ca0000 url(../img/reviews-popup-bg@2x.jpg) top center no-repeat;
		background-size: cover;
	}


.reviews .switch div {font-size: 22px;line-height: 28px}form .button span{font-size: 25px}
