/*reset*/
 body, h1, h2, h3, h4, h5, p, ul {
	padding: 0;
	margin: 0;
}

ol, ul {list-style-type: none;}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.3;
}

.wrapper {
	overflow: hidden;
}

.container {
	position: relative;
	padding: 20px 15px;
	height: 100%;
}

.strong {
	position: relative;
	background: black;
}

.strong:before,
.strong:after,
.live:before {
	content: '';
	position: absolute;
}

.strong:before {
	bottom: 0;
	width: 1100px;
	height: 900px;
	opacity: .8;
	background: url(../img/want-tiger.jpg) left bottom no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}


.strong .container:before {
	content: '';
	position: absolute;
	width: 452px;
	height: 700px;
	bottom: 0;
	left: 100px;
	
}

.strong__inner {
	display: table;
	width: 100%;
	font-size: 0;
}

.logo {
	display: inline-block;
	vertical-align: middle;
	width: 48%;
	padding-left: 75px;
	background: url(../img/logo.png) left top no-repeat;
}

.logo-title {
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
}

.logo-title__item,
.hero-title__item {
	color: #d6b66b;
}

.logo__afterword {
	display: block;
	text-transform: none;
	font-size: 18px;
	
}

.cert-stamp {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: center;
	margin: 0 1%;
}

.cert-stamp img {
	margin: 0 5px;
}

.substance {
	display: inline-block;
	vertical-align: middle;
	width: 35%;

	
}

.substance__item {
	font-size: 24px;
	color: #69bbff;
}

.power {
	width: 60%;
	margin-top: 30px;
	margin-left: auto;
	font-size: 16px;
}

.power-title {
	font-size: 90px;
	text-transform: uppercase;
	color: #60abe9;
	line-height: 1;
	padding-left: 80px;
	font-weight: 400;
}

.power-title__item {
	display: inline-block;
	font-weight: 700;
	margin-left: -80px;
}

.power-title__item__inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    margin-top: -11px;
    padding: 6px 16px;
    color: #fff;
    background: #60abe9;
}


.power-title__item__inner:before,
.power-title__item__inner:after {
	content: '';
	position: absolute;
	width: 70%;
	height: 50%;
	background: #60abe9;
	right: -40px;
	top: 0;
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	-o-transform: skew(45deg);
	transform: skew(45deg);	
}

.power-title__item__inner:after {
	top: auto;
	bottom: 0;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	-o-transform: skew(-45deg);
	transform: skew(-45deg);	
}

.power-title__item__inner span {
	position: relative;
	z-index: 2;
	background: #60abe9;
	display: inline-block;
}

.plus {
	position: relative;
	width: 50%;
	margin-top: 80px;
	color: #fff;
}

.plus:before,
.plus:after,
.hero-title-wrap:before,
.hero-title-wrap:after,
.want__inner:before,
.want__inner:after,
.form-wrap:before,
.form-wrap:after {
	content: '';
	position: absolute;
	z-index: 1;
}

.plus:before,
.hero-title-wrap:before,
.want__inner:before,
.form-wrap:before {
	    width: 190px;
    height: 380px;
    left: 100%;
    margin-left: 50px;
    top: 50%;
    margin-top: -162px;
    background: url(../img/singal.png) center no-repeat;
    z-index: 2;


	
	}

.logo-title__item {
	font-size: 35px;
    font-weight: 600;
}

.plus:after,
.hero-title-wrap:after,
.want__inner:after,
.form-wrap:after  {
	width: 120px;
	height: 250px;
	top: 50%;
	left: 100%;
	border-radius: 40%;
	background: rgba(240, 2, 132, .6);
	-webkit-box-shadow:  0px 0px 50px 50px rgba(240, 2, 132, .6), 
	0px 0px 80px 80px rgba(240, 2, 132, .4), 
	0px 0px 50px 50px rgba(240, 2, 132, .4);
	box-shadow: 0px 0px 30px 30px rgba(240, 2, 132, .6), 
	0px 0px 60px 60px rgba(240, 2, 132, .4), 
	0px 0px 40px 40px rgba(240, 2, 132, .4);
}
.plus:after {
	margin-top: -136px;
	margin-left: 94px;
}
.hero-title-wrap:after{
	margin-top: -164px;
	margin-left: 94px;
}
.want__inner:after{
	margin-top: -136px;
	margin-left: 94px;
}
.form-wrap:after{
	margin-top: -136px;
	margin-left: 94px;
}

.footer-section {
    background: #FFFFFF;
    padding: 30px 0px;
}

.footer-section h1 {
    padding: 0px 0px 0px 0px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #6f6f6f;
}

.plus__list {
	position: relative;
	margin: 40px 0;
	font-size: 22px;
	font-weight: 700;
	text-align: right;
	padding-right: 70px;
	padding-left: 85px;
	text-transform: uppercase;
}

.plus__list:before {
	content: '';
	position: absolute;
	width: 54px;
	height: 54px;
	right: 0;
	top: 3px;
}

.plus__list_img1:before {
	background: url(../img/plus-img1.png) center no-repeat;
}

.plus__list_img2:before {
	background: url(../img/plus-img2.png) center no-repeat;	
}

.plus__list_img3:before {
	background: url(../img/plus-img3.png) center no-repeat;
}

.plus__list__item {
	display: block;
	text-transform: lowercase;
	font-weight: 400;
	margin-right: -8px;	
}

.only-today {
	position: relative;
	display: table;
	width: 100%;
	font-size: 0;
	z-index: 2;
	margin-top: 85px;
}

.only-today:before,
.only-today:after {
	content: '';
	position: absolute;
	width: 500%;
	height: 100%;
	right: 68%;
	background: rgba(0, 0, 0, .7);
}

.only-today:after {
	right: auto;
	left: 65%;
}

.only-today__inner {
	display: table-cell;
	vertical-align: middle;
	width: 64%;
	background: rgba(0, 0, 0, .65);
}

.only-today__inner_line {
	width: 1%;
	font-size: 16px;
	background: transparent;
}

.only-today__inner_modify {
	width: 35%;
}

.sale,
.timer {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
}

.sale__inner {
	position: relative;
	z-index: 2;
}

.sale-title {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
}

.discount	{
	text-align: center;
	font-size: 100px;
	font-weight: 700;
	color: #ca9721;
}

.timer-title {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}

.clock-wrap {
	padding: 10px;
}


.strong-price {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	font-size: 16px;
	text-align: center;
	padding: 10px 25px;
	color: #fff;
}

.old-price {
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-decoration: line-through;
}

.new-price {
	font-size: 48px;
	font-weight: 700;
	color: #ca9721;
}

.button-wrap {
	text-align: center;
	margin: 10px 0;
}

.button {
	outline: none;
	border: 1px solid #bc0000;
	-webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .7), inset 0 2px 0 0 #ff0000;
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .7), inset 0 2px 0 0 #ff0000;
	position: relative;
	z-index: 100;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 25px;
	border-radius: 5px;
	background: #fd0000;
	text-shadow: 1px 1px 1px #000;
background: -moz-linear-gradient(top, #fd0000 0%, #b50000 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #fd0000), color-stop(100%, #b50000));
background: -webkit-linear-gradient(top, #fd0000 0%, #b50000 100%);
background: -o-linear-gradient(top, #fd0000 0%, #b50000 100%);
background: -ms-linear-gradient(top, #fd0000 0%, #b50000 100%);
background: linear-gradient(to bottom, #fd0000 0%, #b50000 100%);
cursor: pointer;
}

.button:hover {
	background: #b50000;
background: -moz-linear-gradient(top, #b50000 0%, #fd0000 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #b50000), color-stop(100%, #fd0000));
background: -webkit-linear-gradient(top, #b50000 0%, #fd0000 100%);
background: -o-linear-gradient(top, #b50000 0%, #fd0000 100%);
background: -ms-linear-gradient(top, #b50000 0%, #fd0000 100%);
background: linear-gradient(to bottom, #b50000 0%, #fd0000 100%);
}

/*problem*/

.problem .container {
	padding: 50px 0;
}

.problem__inner {
	display: table;
	width: 100%;
	margin: 1.5% 0;
	font-size: 0;
}

.problem-title {
	display: table-cell;
	vertical-align: middle;
	padding: 0 1%;
	width: 58%;
	text-align: right;
	font-size: 72px;
	font-weight: 700;
	color: #f10101;
}

.problem-title__item {
	display: block;
	font-size: 36px;
	font-weight: 300;
	color: #000;
}

.symptoms {
	display: table-cell;
	vertical-align: top;
	width: 18%;
	padding: 0 1%;
	font-size: 16px;
}

.symptoms_modify {
	position: relative;
	width: 40%;
	padding: 0 2%;
	vertical-align: middle;
}

.symptoms_modify:before,
.symptoms_modify:after {
	content: '';
	position: absolute;
	left: 0;
	right: 1%;
	top: 0;
	bottom: 0;
	background: #181818;
}

.symptoms_modify:after {
	width: 700%;
	left: auto;
	right: 100%;
	margin-right: 5%;
}

.symptoms-item {
	text-align: center;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700;
	color: #d30000;
}

.symptoms-item_modify {
	margin-top: 15px;
	margin-bottom: 0;
}

.symptoms-item_inner {
	color: #000;
}

.symptoms-title {
	position: relative;
	z-index: 2;
	font-size: 60px;
	font-weight: 700;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
}


/*hero*/

.hero {
	background: #0a0909;
}

.hero .container {
	padding: 100px 0;
}

.hero__inner {
	position: relative;
	width: 65%;
	margin-left: auto;
}




.hero-title-wrap {
	position: relative;
}

.hero-title-wrap:before {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 10px;
}

.hero-title-wrap:after {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 50px;
}

.hero-title {
	position: relative;
	z-index: 3;
	display: inline-block;
	padding: 25px 15px 45px 20px;
	border-right: 1px solid #d0d0cf;
	font-size: 65px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

.hero-title:before,
.hero-title:after {
	content: '';
	position: absolute;
	right: 0;
	height: 1px;
	width: 100%;	
}

.hero-title:before {
	top: 0;
background: rgba(208,208,207,0);
background: -moz-linear-gradient(left, rgba(208,208,207,0) 0%, rgba(190,190,189,0) 5%, rgba(98,99,101,0.26) 30%, rgba(98,99,101,0.68) 70%, rgba(208,208,207,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(208,208,207,0)), color-stop(5%, rgba(190,190,189,0)), color-stop(30%, rgba(98,99,101,0.26)), color-stop(70%, rgba(98,99,101,0.68)), color-stop(100%, rgba(208,208,207,1)));
background: -webkit-linear-gradient(left, rgba(208,208,207,0) 0%, rgba(190,190,189,0) 5%, rgba(98,99,101,0.26) 30%, rgba(98,99,101,0.68) 70%, rgba(208,208,207,1) 100%);
background: -o-linear-gradient(left, rgba(208,208,207,0) 0%, rgba(190,190,189,0) 5%, rgba(98,99,101,0.26) 30%, rgba(98,99,101,0.68) 70%, rgba(208,208,207,1) 100%);
background: -ms-linear-gradient(left, rgba(208,208,207,0) 0%, rgba(190,190,189,0) 5%, rgba(98,99,101,0.26) 30%, rgba(98,99,101,0.68) 70%, rgba(208,208,207,1) 100%);
background: linear-gradient(to right, rgba(208,208,207,0) 0%, rgba(190,190,189,0) 5%, rgba(98,99,101,0.26) 30%, rgba(98,99,101,0.68) 70%, rgba(208,208,207,1) 100%);}

.hero-title:after {
	bottom: 0;
	right: 0;
background: rgba(208,208,207,0.7);
background: -moz-linear-gradient(left, rgba(208,208,207,0.7) 0%, rgba(98,99,101,0.79) 30%, rgba(98,99,101,0.91) 70%, rgba(208,208,207,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(208,208,207,0.7)), color-stop(30%, rgba(98,99,101,0.79)), color-stop(70%, rgba(98,99,101,0.91)), color-stop(100%, rgba(208,208,207,1)));
background: -webkit-linear-gradient(left, rgba(208,208,207,0.7) 0%, rgba(98,99,101,0.79) 30%, rgba(98,99,101,0.91) 70%, rgba(208,208,207,1) 100%);
background: -o-linear-gradient(left, rgba(208,208,207,0.7) 0%, rgba(98,99,101,0.79) 30%, rgba(98,99,101,0.91) 70%, rgba(208,208,207,1) 100%);
background: -ms-linear-gradient(left, rgba(208,208,207,0.7) 0%, rgba(98,99,101,0.79) 30%, rgba(98,99,101,0.91) 70%, rgba(208,208,207,1) 100%);
background: linear-gradient(to right, rgba(208,208,207,0.7) 0%, rgba(98,99,101,0.79) 30%, rgba(98,99,101,0.91) 70%, rgba(208,208,207,1) 100%);
}

.hero__afterword {
	display: block;
	font-size: 48px;
	font-weight: 700;
}

.button-wrap_hefo {
	text-align: left;
	margin-top: -30px;
}

/*change*/

.change {
	position: relative;
background: #2a4559;
background: -moz-linear-gradient(left, #2a4559 0%, #0d1213 25%, #0d1213 75%, #2a4559 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #2a4559), color-stop(25%, #0d1213), color-stop(75%, #0d1213), color-stop(100%, #2a4559));
background: -webkit-linear-gradient(left, #2a4559 0%, #0d1213 25%, #0d1213 75%, #2a4559 100%);
background: -o-linear-gradient(left, #2a4559 0%, #0d1213 25%, #0d1213 75%, #2a4559 100%);
background: -ms-linear-gradient(left, #2a4559 0%, #0d1213 25%, #0d1213 75%, #2a4559 100%);
background: linear-gradient(to right, #2a4559 0%, #0d1213 25%, #0d1213 75%, #2a4559 100%);
}

.change:before {
	content: '';
	position: absolute;
	opacity: .1;
	top: 0;
	bottom: 0;
	left: -80px;
	width: 625px;
	background: url(../img/change-bg.png) center bottom no-repeat;
}

.change .container {
	padding: 60px 0;
}

.change-wrap {
	display: table;
	width: 100%;
	font-size: 0;
}

.change__inner {
	display: inline-block;
	vertical-align: middle;
	width: 47%;
	font-size: 16px;
	margin-right: 3%;
} 

.change__inner_modify {
	margin-right: 0;
	margin-left: 3%;
}

.action__list {
	margin: 5px 0;
	padding: 15px 80px 15px 0;
	padding-right: 80px;
	color: #fff;
	font-size: 22px;
	text-align: right;
	/* background: url(../img/action-arrow.png) right 15px no-repeat; */
}

.action__list__item {
	color: #ca9721;
	font-weight: 700;
}

.grid {
	position: relative;
	margin-bottom: 40px;
	margin-left: 40px;
	width: 313px;
	height: 313px;
	background: url(../img/grid.png) center no-repeat;
}

.grid__inner {
	position: relative;
	width: 100%;
	height: 100%;
	animation: resize 6.9s infinite linear;
}

.grid__inner:before {
	content: '';
	position: absolute;
	width: 110px;
	height: 85px;
	background: url(../img/grid-title-arrow.png) center no-repeat;
	left: 100%;
	margin-left: 20px;
	bottom: -40px;
}

.grid__img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.grid__img1 {
	background: url(../img/grid-img1.png) center no-repeat;
	opacity: 0;
}

.grid__img2 {
	background: url(../img/grid-img2.png) center no-repeat;
	opacity: 0;
}

.grid__img3 {
	background: url(../img/grid-img3.png) center no-repeat;
	opacity: 0;	
}

.grid__img4 {
	background: url(../img/grid-img4.png) center no-repeat;
	opacity: 0;
}

.grid__img5 {
	background: url(../img/grid-img5.png) center no-repeat;
	opacity: 0;
}

.grid-arrows {
	position: absolute;
	bottom: 0;
	left: 0;
}

.arrows__top {
	position: absolute;
	bottom: 10px;
	left: -20px;
	width: 10px;
	height: 300px;
	background: url(../img/arrow-top.png) center bottom no-repeat;
	animation: movetop 6.8s infinite linear;
}

.arrows__left {
	position: absolute;
	bottom: -15px;
	left: 10px;
	width: 300px;
	height: 10px;
	background: url(../img/arrow-left.png) left center no-repeat;
	animation: moveleft 6.8s infinite linear;
}


.grid-title {
	font-size: 48px;
	line-height: 1.5;
	color: #fff;
	text-transform: uppercase;
}

.grid-title__item {
	color: #60abe9;
}

/*health*/

.health {
	position: relative;
	background: url(../img/health-pieces.jpg);
}

.health:before {
	content: '';
	position: absolute;
	opacity: .6;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
background: #0a1729;
background: -moz-linear-gradient(-45deg, #0a1729 0%, #1e3131 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, #0a1729), color-stop(100%, #1e3131));
background: -webkit-linear-gradient(-45deg, #0a1729 0%, #1e3131 100%);
background: -o-linear-gradient(-45deg, #0a1729 0%, #1e3131 100%);
background: -ms-linear-gradient(-45deg, #0a1729 0%, #1e3131 100%);
background: linear-gradient(135deg, #0a1729 0%, #1e3131 100%);
}

.health:after {
	content: '';
	position: absolute;
	width: 500px;
	height: 466px;
	bottom: 0;
	right: 0;
	background: url(../img/health-decor.png) center no-repeat;
}

.health .container {
	padding: 100px 0 50px;
}

.health__inner {
	position: relative;
	width: 60%;
	padding-left: 80px;
}

.health-title {
	position: relative;
	font-size: 72px;
	line-height: 1;
	text-transform: uppercase;
	color: #60abe9;
	padding-right: 100px;	
}


.afterword {
	margin-top: 20px;
	padding-right: 100px;
	font-size: 36px;
	line-height: 1.3;
	color: #fff;
	text-transform: uppercase;
}

.afterword__item {
	color: #ca9721;
}

.stimulate {
	position: relative;
	margin: 30px 0 30px -20px;
	padding: 20px 105px 20px 20px;
	background: rgba(0, 0, 0, .4);
}

.stimulate:before,
.stimulate:after {
	content: '';
	position: absolute;	
}

.stimulate:before {
	width: 0px;
	height: 0px;
	bottom: -20px;
	left: 13px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid rgba(0, 0, 0, .4);;
}

.stimulate:after {
	width: 515px;
	height: 700px;
	top: 50%;
	margin-top: -375px;
	left: 100%;
	margin-left: -115px;
	background: url(../img/stimulate-img.png) center no-repeat;
}

.stimulate__text {
	font-size: 28px;
	font-style: italic;
	color: #fff;
}

.stimulate__text__item {
	color: #60abe9;
	font-weight: 700;
}

.normalizes {
	padding-right: 110px;
}

.normalizes__list {
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	margin: 15px 0;
	padding-left: 40px;
	background: url(../img/ticks.png) left 2px no-repeat;
}

.product-name {
	position: absolute;
	opacity: .25;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	bottom: 260px;
	left: -260px;	
}

.product-name-title {
	display: inline-block;
	font-size: 70px;
	text-transform: uppercase;
	color: #fff;
	padding-left: 80px;
	background: url(../img/logo.png) left top no-repeat;
}

.product-name-title__item {
	color: #dd047a;
}

/*why*/

.why {
	background: url(../img/why-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.why .container {
	padding: 60px 0 160px;
}

.why .container:before {
	content: '';
	position: absolute;
	width: 550px;
	height: 600px;
	background: url(../img/why-man.png) center no-repeat;
	bottom: 0;
	right: -50px;
}

.why-wrap {
	display: table;
	width: 100%;
	font-size: 0;
}

.why__inner {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 16px;
}

.why__inner:before,
.why__inner:after {
	content: '';
	position: absolute;
}

.why__inner:before {
	left: 60%;
	top: 60%;
	-webkit-box-shadow: -20px 0px 200px 100px #fff, 20px 0px 200px 100px #fff, 180px 0px 200px 100px #fff, -50px 0px 250px 250px #fff;
	box-shadow: -20px 0px 200px 100px #fff, 20px 0px 200px 100px #fff, 180px 0px 200px 100px #fff, -50px 0px 250px 250px #fff;	
}

.why__inner:after {
	top: 50%;
	left: 100%;
	margin-top: -160px;
	margin-left: 35px;
	width: 250px;
	height: 325px;
}

.why-title {
	position: relative;
	z-index: 2;
	font-size: 60px;
	line-height: 1;
	text-align: right;
	text-transform: uppercase;
  	color: #fff;
 	 margin-top: 7px;
}

.why-title__item {
	color: #dd047a;
	text-shadow: 1px 1px 1px #000;
}

.garant-line {
	position: relative;
	margin: 20px 0;
	margin-right: 40px;
	margin-left: -4444px;
	padding: 4px 30px 15px 4444px;
}

.garant-line:before,
.garant-line:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	background: #000;
	top: 0;
	right: -24px;
}

.garant-line:before {
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	-o-transform: skew(45deg);
	transform: skew(45deg);
}

.garant-line:after {
	top: auto;
	bottom: 0;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	-o-transform: skew(-45deg);
	transform: skew(-45deg);
}


.garant-text {
	position: relative;
	z-index: 2;
	height: 100%;
	margin-top: 8px;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-align: right;
}

.why-techno {
	padding-right: 60px;
	margin-top: 30px;
	margin-left: auto;
	position: relative;
	z-index: 2;
	font-size: 40px;
	text-align: right;	
}

.why-techno__item {
	font-weight: 700;
	color: #ca9721;
	text-shadow: 1px 1px 1px #000;
}

.why-product {
	position: absolute;
	top: 130px;
	left: 40px;
	z-index: 4;
	width: 250px;
	height: 325px;
	background: url(../img/product.png) center no-repeat;
}


/*effect*/

.effect {
	position: relative;
	background: #f7eeed;
}

.effect:before {
	content: '';
	position: absolute;
	opacity: .5;
	width: 100%;
	height: 100%;
	background: url(../img/effect-bg.jpg) right bottom no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	left: 0;
	top: 0;
}

.effect .container {
	padding: 50px 0;
}

.effect__inner {
	position: relative;
	width: 50%;
	margin-left: auto;
	margin-right: 80px;
	padding: 15px;
	background: #232323;
}

.effect__inner:before {
	content: '';
	position: absolute;
	top: 0;
	margin-right: 10px;
	right: 100%;
	width: 500%;
	height: 100%;
background: #ffffff;
background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 71%, #f1e0de 85%, #ffffff 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(71%, #ffffff), color-stop(85%, #f1e0de), color-stop(100%, #ffffff));
background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 71%, #f1e0de 85%, #ffffff 100%);
background: -o-linear-gradient(left, #ffffff 0%, #ffffff 71%, #f1e0de 85%, #ffffff 100%);
background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 71%, #f1e0de 85%, #ffffff 100%);
background: linear-gradient(to right, #ffffff 0%, #ffffff 71%, #f1e0de 85%, #ffffff 100%);
}

.effect__inner:after {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: 100%;
	height: 100%;
	background: url(../img/effect-penis.png) right center no-repeat;
}

.effects {
	position: relative;
	z-index: 2;
}

.effects:before,
.effects:after {
	content: '';
	position: absolute;
}

.effects:before {
	width: 98px;
	height: 112px;
	top: 95%;
	right: 100%;
	margin-right: 400px;
	/* background: url(../img/effects-element1.png) center no-repeat; */
}

.effects:after {
	width: 52px;
	height: 60px;
	bottom: 100%;
	margin-bottom: 44px;
	left: 85%;
	/* background: url(../img/effects-element2.png) center no-repeat; */
}

.effects__list {
	position: relative;
	margin: 45px 0;
	color: #4b9adb;
	text-transform: uppercase;
	font-size: 26px;
	padding-left: 65px;
	font-weight: 700;
}

.effects__list__item {
	display: block;
	color: #fff;
	font-weight: 400;
	text-transform: none;
}

.effects__list__number {
	position: absolute;
	text-align: center;
	top: 5px;
	left: -40px;
	width: 82px;
	font-size: 48px;
	line-height: 60px;
	color: #fff;
	padding-right: 10px;
	text-shadow: 1px 1px 1px #000;
	height: 62px;
	background: url(../img/effects-number.png) center no-repeat;
}


/*want*/

.want {
	background-color: black;
}


.section-5 {
 background: url(../img/health-pieces.jpg);
    
        border: 12px solid #17e6a3;
}

.want .container {
	padding: 150px 0;
}

.want .container:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 496px;
	height: 664px;
	background: url(../img/want-man.png) center no-repeat;
}

.want__inner {
	position: relative;
	width: 45%;
}

.want__inner_modify:before {
	margin-left: 30px;
	margin-top: -150px;
}

.want__inner_modify:after {
	margin-left: 65px;
	margin-top: -110px;
}



.section-9 .sec-1 {
    /* background: url(../img/img1.png) top center no-repeat; */
    min-height: 470px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 15px solid #a2a2a2;
    text-align: center;
    padding: 42px 4px 0 4px;
}

.section-9 .sec-2 {
    /* background: url(../img/img2.png) top center no-repeat; */
    min-height: 470px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 15px solid #a2a2a2;
    text-align: center;
    padding: 42px 4px 0 4px;
}

.section-9 .sec-3 {
    background: url(../img/img3.png) top center no-repeat;
    min-height: 470px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 15px solid #a2a2a2;
    text-align: center;
    padding: 42px 4px 0 4px;
}

.section-9 p {
    font-family: 'Khula', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #e0e0e0;
    padding: 24px 0 10px 0;
    font-style: italic;
    text-align: center;
    line-height: 1.3;
}

.section-9 h3 {
    font-family: 'Khula', sans-serif;
    font-weight: 600;
    font-size: 37px;
    color: #d13a36;
    padding: 10px 0 70px 0;
    font-style: italic;
    text-align: center;
    line-height: 60px;
}

.form__element {
    display: block;
    outline: none;
    width: 100%;
    margin: 10px 0;
    height: 60px;
    padding: 15px;
    font-size: 18px;
    color: black!important;
}

.section-5 h2 {
    font-size: 38px;
    color: #d4cfcf;
   
    text-align: center;
 
    font-weight: 800;
}

@media (max-width: 768px){
.section-5 h2 {
    font-size: 25px;
}
}





.ac_footer {

	position: relative;

	top: 10px;

	height: 0;

	text-align: center;

	margin-bottom: 70px;

	color: #A12000;

}



.ac_footer a {

	color: #A12000;

}



img[height="1"], img[width="1"] {

	display: none !important;

}

.plus::before, .hero-title-wrap::before, .want__inner::before, .form-wrap::before {

background:none !important;

}

#img { position: absolute;

top: -7px;

left: 411px;

z-index: 1111;

max-width: 255px; }

a { text-decoration: none;color: white;

}

#fimg {

	width: 200px;position: absolute;top: -48px;

margin-left: -210px;

}



@media (max-width: 479px){

	#cc { 

margin-left: 84px;margin-top:10px;animation: .8s shake infinite alternate;}

 @keyframes shake {

	  0% { transform: skewX(-15deg); }

	  5% { transform: skewX(15deg); }

	  10% { transform: skewX(-15deg); }

	  15% { transform: skewX(15deg); }

	  20% { transform: skewX(0deg); }

	  100% { transform: skewX(0deg); }  

	}

}



@media (max-width: 768px)

{

#img {

position: absolute;

top: 65px;

left: 215px;

z-index: 1111;

max-width: 140px;

}

.form-wrap #img {

		position: absolute;
		
		top: -217px;
		
		left: 161px;
		
		z-index: 1111;
		
		max-width: 140px;
		margin-left: 0 !important;
		margin-top: 0 !important;
}

#fimg{

	

width: 95px;

position: absolute;

top: 2px;

margin-left: -9px;

}

#cc { 

margin-left: 84px;margin-top:10px;animation: .8s shake infinite alternate;}

 @keyframes shake {

	  0% { transform: skewX(-15deg); }

	  5% { transform: skewX(15deg); }

	  10% { transform: skewX(-15deg); }

	  15% { transform: skewX(15deg); }

	  20% { transform: skewX(0deg); }

	  100% { transform: skewX(0deg); }  

	}

}




















.want-title-wrap {
	position: relative;
}

.want-title-wrap:before {
	content: '';
	position: absolute;
	width: 200px;
  height: 325px;
  top: 50px;
  right: 80%;
  opacity: .2;
	
}

.want-title {
	position: relative;
	z-index: 2;
	font-size: 52px;
	text-align: right;
	text-transform: uppercase;
	color: #60abe9;
}

.want-title__item {
	display: inline-block;
	font-weight: 400;
	color: #fff;
	text-transform: none;
}

.want-title__item b {
	text-transform: uppercase;
}

.want-line {
	position: relative;
	z-index: 3;
	border: 2px solid #ef0190;
	background: #000;
	padding: 10px 40px 10px 4444px;
	margin: 20px -10px 20px -4444px;
}

.want-line:before,
.want-line:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	top: -2px;
	left: 20px;
	background: #000;
	border-right: 2.5px solid #ef0190;
	-webkit-transform: skew(35deg);
	-ms-transform: skew(35deg);
	-o-transform: skew(35deg);
	transform: skew(35deg);

}

.want-line:before {
	border-top: 2px solid #ef0190;
}

.want-line:after {
	bottom: -2px;
	top: auto;
	border-bottom: 2px solid #ef0190;
	-webkit-transform: skew(-35deg);
	-ms-transform: skew(-35deg);
	-o-transform: skew(-35deg);
	transform: skew(-35deg);	
}

.want-line__text {
	position: relative;
	z-index: 2;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	padding-left: 140px;
	padding-right: 20px;
	text-align: right;
}

.button-wrap_want {
	margin: 30px 0;
	text-align: center;
}

.button_want {
	padding: 20px 55px;
}

.brand {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .1;
}

.brand__vertical,
.brand__horisontal {
	position: absolute;
	font-size: 72px;
	color: #fff;
	text-transform: uppercase;
}

.brand__vertical__item,
.brand__horisontal__item {
	color: #dd047a;
}

.brand__vertical {
	font-size: 80px;
	left: 48%;
	top: -300px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.brand__horisontal {
	left: 35%;
}

/*natural*/

.natural {
	position: relative;
	background: url(../img/natural-bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.natural .container {
	padding: 100px 0;
}

.natural-head {
	display: table;
	width: 100%;
	font-size: 0;
}

.natural-head__inner {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
}

.natural-head__inner_modify {
	width: 57%;
	margin-left: 3%;
}

.natural-title {
	font-size: 52px;
	line-height: 1.2;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
	text-align: right;
	color: #fff;
}

.natural-subtitle {
	font-size: 54px;
	text-transform: uppercase;
	padding-left: 75px;
	color: #fff;
	background: url(../img/logo.png) left center no-repeat;	
}

.natural-subtitle__item {
	color: #dd047a;
}

.natural-afterword {
	font-size: 26px;
	color: #fff;
	margin-top: 10px;
}

.natural-afterword__item {
	font-weight: 700;
	color: #ca9721;
}

.natural-consist {
	position: relative;
	margin-top: 100px;
}

.natural-consist:before {
	content: '';
	position: absolute;
	z-index: 5;
	width: 204px;
	height: 538px;
	top: 50%;
	margin-top: -268px;
	left: 50%;
	margin-left: -102px;
	/* background: url(../img/capsule.png) center no-repeat; */
}

.natural-consist__inner {
	position: relative;
	padding: 10px 0;
	margin-bottom: 30px;
	border: 1px solid #2f3334;
	border-bottom-color: transparent;
}

.natural-consist__inner:before,
.natural-consist__inner:after {
	content: '';
	position: absolute;
	width: 25%;
	height: 1px;
	background: #2f3334;
	bottom: 0;
	left: 0;
}

.natural-consist__inner:after {
	right: 0;
	left: auto;
}

/*.natural-consist__inner_modify:before,
.natural-consist__inner_modify:after {
	content: '';
	position: absolute;
	width: 25%;
	height: 1px;
	background: #2f3334;
	bottom: auto;
	top: 0;
	left: 0;
}

.natural-consist__inner:after {
	right: 0;
	left: auto;
}

.natural-consist__inner_modify {
	border-top-color: transparent;
	border-bottom-color: #2f3334;
}*/

.natural-consist__row {
	display: table;
	width: 100%;
}

.natural-consist__cell {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding: 10px 150px 10px 10px;
	padding-right: 150px;
	text-align: right;
}

.natural-consist__cell_modify {
	padding-right: 0;
	padding: 10px 10px 10px 150px;
	text-align: left;
}

.natural__cell__title {
	font-size: 26px;
	font-weight: 700;
	color: #60abe9;
	text-transform: uppercase;
}

.natural__cell-title-1,
.natural__cell-title-2,
.natural__cell-title-3,
.natural__cell-title-4 {
	display: none;
}


.natural__cell__text {
	font-size: 24px;
	color: #fff;
}


/*get-power*/

.get-power {
	position: relative;
	background: url(../img/power-tiger.html) left bottom no-repeat, url(../img/power-bg.html) left top no-repeat;
}

.get-power .container {
	padding: 150px 0 100px;

}

.get-power__inner {
	width: 50%;
	margin-left: auto;
}

.get-power-title-wrap {
	position: relative;
	background: #000;
	margin-top: 30px;
	padding-right: 4444px;
	margin-right: -4444px;
}

.get-power-title-wrap:before,
.get-power-title-wrap:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	top: 0;
	left: -50px;
	background: #000;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	-o-transform: skew(-45deg);
	transform: skew(-45deg);
	z-index: 3;
}

.get-power-title-wrap:after {
	top: auto;
	bottom: 0;
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	-o-transform: skew(45deg);
	transform: skew(45deg);
}

.get-power-title {
	position: relative;
	z-index: 4;
	color: #fff;
	padding: 10px 0 10px 20px;
	font-size: 40px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}

.get-power-title__item {
	color: #e10176;
}

.fast-power {
	position: relative;
	margin-top: 50px;
}

.fast-power:before,
.fast-power:after {
	content: '';
	position: absolute;

}

.fast-power:before {
	width: 594px;
	height: 792px;
	right: 100%;
	margin-right: -15px;
	bottom: -120px;
	background: url(../img/fast-power.png) center no-repeat;	
}

.fast-power:after {
	top: -220px;
	left: 100%;
	opacity: .2;
	z-index: 3;
	margin-left: -150px;
	width: 350px;
	height: 665px;
	background: url(../img/product.png) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.fast-power__list {
	position: relative;
	z-index: 2;
	margin: 20px 0;
	border-right: 1px solid #636765;
	padding: 10px 15px 10px 80px;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #e10176;
}

.fast-power__list:last-child {
	margin-bottom: 0;
}

.fast-power__list:before,
.fast-power__list:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	right: 0;
	top: 0;
background: rgba(255,255,255,0);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(99,103,101,1) 43%, rgba(99,103,101,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(43%, rgba(99,103,101,1)), color-stop(100%, rgba(99,103,101,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(99,103,101,1) 43%, rgba(99,103,101,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(99,103,101,1) 43%, rgba(99,103,101,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(99,103,101,1) 43%, rgba(99,103,101,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(99,103,101,1) 43%, rgba(99,103,101,1) 100%);
}

.fast-power__list:after {
	top: auto;
	bottom: 0;
}


.fast-power__tick {
	position: absolute;
	width: 55px;
	height: 46px;
	left: 0;
	top: 50%;
	margin-top: -23px;
	background: url(../img/power-tick.png) center no-repeat;
	z-index: 2;
}

.fast-power__item {
	display: inline-block;
	color: #fff;
	text-transform: none;
}

/*experience*/

.experience {
	position: relative;
	background: #000;
	overflow: hidden;
}

.experience:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .7;
	z-index: 2;
	
}

.experience:after {
	content: '';
	position: absolute;
	left: 20%;
	top: 0;
	opacity: .4;
	-webkit-box-shadow:  
	0 0 200px 100px #60abe9, 
	-100px 0px 200px 100px #60abe9, 
	100px 0px 200px 100px #60abe9, 
	200px 0px 200px 100px #60abe9, 
	300px 0px 200px 100px #60abe9, 
	400px 0px 200px 100px #60abe9, 
	30px 120px 200px 100px #60abe9, 
	140px 120px 200px 100px #60abe9, 
	240px 120px 200px 100px #60abe9;

	box-shadow:  
	0 0 200px 100px #60abe9, 
	-100px 0px 200px 100px #60abe9, 
	100px 0px 200px 100px #60abe9, 
	200px 0px 200px 100px #60abe9, 
	300px 0px 200px 100px #60abe9, 
	400px 0px 200px 100px #60abe9, 
	30px 120px 200px 100px #60abe9, 
	140px 120px 200px 100px #60abe9, 
	240px 120px 200px 100px #60abe9;
}

.experience .container {
	padding: 100px 0;
}

.experience-wrap {
	position: relative;
	z-index: 2;
	display: table;
	width: 100%;
	font-size: 0;
}

.experience__inner {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	width: 35%;
}

.experience__inner_modify {
	width: 65%;
}

.experience-title {
	font-size: 44px;
	color: #fff;
	line-height: 1;
	width: 75%;
	text-shadow: 1px 1px 1px #000;
}

.experience-title__item {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-size: 60px;
	font-weight: 700;
	color: #60abe9;
}

.experience-afterword {
	position: absolute;
	font-size: 34px;
	padding: 10px;
	top: 100%;
	margin-top: 10px;
	right: 0px;
	color: #fff;
	background: #60abe9;
}

.experience-afterword span {
	display: inline-block;
	position: relative;
	z-index: 3;
}

.experience-afterword:before,
.experience-afterword:after {
	content: '';
	position: absolute;
	width: 80%;
	height: 50%;
	left: -20px;
	top: 0;
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	-o-transform: skew(-45deg);
	transform: skew(-45deg);
	background: #60abe9;
}

.experience-afterword:after {
	top: auto;
		bottom: 0;
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	-o-transform: skew(45deg);
	transform: skew(45deg);
}


.button-wrap_experience {
	position: relative;
}

.button-wrap_experience:before {
	content: '';
	position: absolute;
	width: 192px;
	height: 74px;
	top: 100%;
	margin-top: 5px;
	right: -5px;
	/* background: url(../img/exp-arrow.png) center no-repeat; */
}


/*testing*/

.testing {
	position: relative;
	background: #fff;
}

.testing:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: url(../img/testing-bg.jpg) right top no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.testing .container {
	padding-top: 80px;
}

.testing-title-wrap {
	width: 60%;
}

.testing-title {
	font-size: 62px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
	color: #60abe9;
}

.testing-afterword {
	position: relative;
	margin: 10px 0;
	padding: 10px 10px 10px 4444px;
	margin-left: -4444px;
}

.testing-afterword:before,
.testing-afterword:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	background: #60abe9;
	right: 0;
	top: 0;
	-webkit-transform: skew(35deg);
	-ms-transform: skew(35deg);
	-o-transform: skew(35deg);
	transform: skew(35deg);
}

.testing-afterword:after {
	top: auto;
	bottom: 0;
		-webkit-transform: skew(-35deg);
	-ms-transform: skew(-35deg);
	-o-transform: skew(-35deg);
	transform: skew(-35deg);
}

.testing-afterword__text {
	display: inline-block;
	margin-top: 5px;
	position: relative;
	z-index: 2;
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
}

.specialist {
	position: relative;
	width: 55%;
	margin: 50px 10% 20px auto;
}

.specialist:before {
	content: '';
	position: absolute;
	width: 270px;
	height: 436px;
	top: 50%;
	margin-top: -195px;
	right: 100%;
	margin-right: 170px;
	background: url(../img/product.png) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.specialist-text,
.specialist-line__text {
	font-size: 26px;
}

.specialist-line-wrap {
	position: relative;
}

.specialist-line-wrap:before {
	content: '';
	position: absolute;
	left: 100%;
	margin-left: 10px;
	height: 100%;
	width: 100%;
	background: #152121;
}

.specialist-line {
	position: relative;
	margin: 30px 0 30px -15px;
	padding: 20px 10px;
	background: #152121;
	color: #fff;
}


.specialist-line:before,
.specialist-line:after {
	content: '';
	position: absolute;
	background: #152121;
	width: 50%;
	height: 50%;
	left: -50px;
	top: 0;
	-webkit-transform: skew(-35deg);
	-ms-transform: skew(-35deg);
	-o-transform: skew(-35deg);
	transform: skew(-35deg);
}

.specialist-line:after {
	top: auto;
	bottom: 0;
	-webkit-transform: skew(35deg);
	-ms-transform: skew(35deg);
	-o-transform: skew(35deg);
	transform: skew(35deg);
}

.specialist-line__text {
	position: relative;
	z-index: 2;
}

.specialist-line__text b {
	color: #60abe9;
}

.specialist-test {
	display: inline-table;
	width: 100%;
	font-size: 0;
}

.specialist-test__inner {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 10px;
}

.specialist-test__inner_modify {
	text-align: center;
}

.specialist-test__inner_modify img {
	margin: 0 5px;
}

.specialist-test__text {
	font-size: 22px;
}

.testing-name {
	position: absolute;
	padding-left: 80px;
	background: url(../img/logo.png) left center no-repeat;
	text-transform: uppercase;
	font-size: 56px;
	top: 50%;
	margin-top: -30px;
	left: -360px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.testing-name__item,
.patent-name__item {
	color: #dd047a;
}

/*patent*/

.patent {
	position: relative;
	background: url(../img/patent-bg.jpg);
	-webkit-background-size: contain;
	background-size: contain;
}

.patent:before {
	content: '';
	position: absolute;
	width: 548px;
	height: 600px;
	background: url(../img/patent-men.png) center no-repeat;
	right: 20px;
	bottom: 0;
}

.patent:after {
	content: '';
	position: absolute;
	width: 576px;
	height: 700px;
	left: 0;
	bottom: 0;
	background: url(../img/patent-tiger.html) center no-repeat;
}

.patent .container {
	padding-top: 120px;
}

.patent-wrap {
	display: table;
	width: 100%;
	font-size: 0;
}

.patent__inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 30%;
	font-size: 16px;
	text-align: right;
	margin-right: 5%;
}

.patent-img {
	margin-bottom: 10px;
}

.patent-img img {
	border: 4px solid rgba(255, 255, 255, .3);
}


.patent__inner_modify {
	width: 60%;
	text-align: left;
}

.patent-title {
	position: relative;
	display: table;
	font-size: 72px;
	padding-left: 40px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
}

.patent-title:before,
.patent-title:after {
	content: '';
	position: absolute;
	width: 1000%;
	height: 50%;
	background: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	-webkit-transform: skew(-35deg);
	-ms-transform: skew(-35deg);
	-o-transform: skew(-35deg);
	transform: skew(-35deg);
}

.patent-title:after {
	top: auto;
	bottom: 0;
	-webkit-transform: skew(35deg);
	-ms-transform: skew(35deg);
	-o-transform: skew(35deg);
	transform: skew(35deg);
}

.patent-title__item {
	position: relative;
	display: inline-block;
	padding: 20px 0 20px 20px;
	z-index: 2;
}


.patent-substance {
	margin-top: 90px;
}

.patent-substance__list {
	position: relative;
	padding: 0 80px 0 85px;
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 1.4;
	color: #fff;
}

.patent-substance__list b {
	color: #60abe9;
}

.patent-substance__number {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 48px;
	font-weight: 700;
	color: #60abe9;	
	line-height: 1;
}

.patent-name {
	position: absolute;
	padding-left: 85px;
	font-size: 76px;
	line-height: 1;
	bottom: 50%;
	margin-bottom: -35px;
	left: 0;
	margin-left: -260px;
	opacity: .3;
	color: #fff;
	text-transform: uppercase;
	background: url(../img/logo.png) left center no-repeat;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}


/*reviews*/

.reviews {
	position: relative;
	background: #111f29;
}

.reviews:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .2;
	background: url(../img/reviews-bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.reviews .container {
	padding: 170px 0 40px;
}

.reviews-title {
	font-size: 44px;
	color: #fff;
	margin-bottom: 50px;
}

.reviews-title__item {
	font-size: 72px;
	display: block;
	text-transform: uppercase;
}


.review-block {
	display: table;
	width: 100%;
	font-size: 0;
}

.review-block__list {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0 1.5%;
	font-size: 24px;
}

.review-block-wrap {
	position: relative;
	padding: 15px;
}

.user__name-wrap {
	position: relative;
	width: 260px;
	padding-right: 20px;
}

.user__name-wrap:before,
.user__name-wrap:after {
	content: '';
	position: absolute;
	width: 80%;
	height: 50%;
	background: #60abe9;
	right: -7px;
	top: 0;
	-webkit-transform: skew(40deg);
	-ms-transform: skew(40deg);
	-o-transform: skew(40deg);
	transform: skew(40deg);
}
.live .container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: -25%;
    background: url(../img/live-bg.png) center bottom no-repeat;
}
.user__name-wrap:after {
	bottom: 0;
	top: auto;
	-webkit-transform: skew(-40deg);
	-ms-transform: skew(-40deg);
	-o-transform: skew(-40deg);
	transform: skew(-40deg);
}

.user__name {
	position: relative;
	z-index: 2;
	color: #fff;
	padding: 10px 7px;
	background: #60abe9;
	font-size: 20px;
}

.user__text-block {
	position: relative;
	z-index: 3;
	margin: 20px -15px 0;
	padding: 15px;
background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.26) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.26)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.26) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.26) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.26) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.26) 100%);
}

.user__title {
	position: relative;
	font-weight: 700;
	color: #60abe9;
	padding-bottom: 40px;
}

.user__title:before,
.user__title:after {
	content: '';
	position: absolute;
}

.user__title:before {
	width: 100%;
	height: 1px;
	bottom: 20px;
background: rgba(96,171,233,1);
background: -moz-linear-gradient(left, rgba(96,171,233,1) 0%, rgba(96,171,233,0) 81%, rgba(96,171,233,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(96,171,233,1)), color-stop(81%, rgba(96,171,233,0)), color-stop(100%, rgba(96,171,233,0)));
background: -webkit-linear-gradient(left, rgba(96,171,233,1) 0%, rgba(96,171,233,0) 81%, rgba(96,171,233,0) 100%);
background: -o-linear-gradient(left, rgba(96,171,233,1) 0%, rgba(96,171,233,0) 81%, rgba(96,171,233,0) 100%);
background: -ms-linear-gradient(left, rgba(96,171,233,1) 0%, rgba(96,171,233,0) 81%, rgba(96,171,233,0) 100%);
background: linear-gradient(to right, rgba(96,171,233,1) 0%, rgba(96,171,233,0) 81%, rgba(96,171,233,0) 100%);
}

.user__title:after {
	width: 9px;
	height: 9px;
	background: #60abe9;
	bottom: 16px;
	left: 0;
}

.user__text {
	color: #fff;
}

.review-block__decor {
	position: absolute;
	top: 0px;
	bottom: 15px;
	left: 0px;
	right: 0px;
}

.review-block__decor:before,
.review-block__decor:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	bottom: 0;
}

.review-block__decor:before {
	left: 0;
background: rgba(73,84,91,0);
background: -moz-linear-gradient(top, rgba(73,84,91,0) 0%, rgba(73,84,91,0.93) 70%, rgba(102,112,117,1) 75%, rgba(249,249,249,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,84,91,0)), color-stop(70%, rgba(73,84,91,0.93)), color-stop(75%, rgba(102,112,117,1)), color-stop(100%, rgba(249,249,249,1)));
background: -webkit-linear-gradient(top, rgba(73,84,91,0) 0%, rgba(73,84,91,0.93) 70%, rgba(102,112,117,1) 75%, rgba(249,249,249,1) 100%);
background: -o-linear-gradient(top, rgba(73,84,91,0) 0%, rgba(73,84,91,0.93) 70%, rgba(102,112,117,1) 75%, rgba(249,249,249,1) 100%);
background: -ms-linear-gradient(top, rgba(73,84,91,0) 0%, rgba(73,84,91,0.93) 70%, rgba(102,112,117,1) 75%, rgba(249,249,249,1) 100%);
background: linear-gradient(to bottom, rgba(73,84,91,0) 0%, rgba(73,84,91,0.93) 70%, rgba(102,112,117,1) 75%, rgba(249,249,249,1) 100%);
}
.review-block__decor:after {
	right: 0;
	background: rgba(73,84,91,0);
background: -moz-linear-gradient(top, rgba(73,84,91,0) 0%, rgba(73,84,91,0.94) 87%, rgba(154,160,164,1) 93%, rgba(249,249,249,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,84,91,0)), color-stop(87%, rgba(73,84,91,0.94)), color-stop(93%, rgba(154,160,164,1)), color-stop(100%, rgba(249,249,249,1)));
background: -webkit-linear-gradient(top, rgba(73,84,91,0) 0%, rgba(73,84,91,0.94) 87%, rgba(154,160,164,1) 93%, rgba(249,249,249,1) 100%);
background: -o-linear-gradient(top, rgba(73,84,91,0) 0%, rgba(73,84,91,0.94) 87%, rgba(154,160,164,1) 93%, rgba(249,249,249,1) 100%);
background: -ms-linear-gradient(top, rgba(73,84,91,0) 0%, rgba(73,84,91,0.94) 87%, rgba(154,160,164,1) 93%, rgba(249,249,249,1) 100%);
background: linear-gradient(to bottom, rgba(73,84,91,0) 0%, rgba(73,84,91,0.94) 87%, rgba(154,160,164,1) 93%, rgba(249,249,249,1) 100%);
	height: 70%;
}

.review-block__decor__inner {
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
background: rgba(249,249,249,1);
background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(73,84,91,1) 30%, rgba(73,84,91,1) 70%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249,249,249,1)), color-stop(30%, rgba(73,84,91,1)), color-stop(70%, rgba(73,84,91,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(73,84,91,1) 30%, rgba(73,84,91,1) 70%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(73,84,91,1) 30%, rgba(73,84,91,1) 70%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(73,84,91,1) 30%, rgba(73,84,91,1) 70%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(249,249,249,1) 0%, rgba(73,84,91,1) 30%, rgba(73,84,91,1) 70%, rgba(255,255,255,1) 100%);
}

/*live*/

.live {
	position: relative;
	background: #090c0d;
}

.live:before {
	width: 950px;
	height: 790px;
}

.live .container {
	position: relative;
	padding: 80px 15px;
}

.live__inner {
	position: relative;
	width: 65%;
	margin-left: auto;
	color: #fff;
}

.live-title-wrap {
	position: relative;
	z-index: 3;
	width: 65%;
	margin-left: auto;
	text-align: right;
	color: #fff;
}

.live-title {
	font-size: 48px;
}

.live-name {
	display: inline-block;
	font-size: 88px;
	line-height: 1;
	padding-left: 75px;
	color: #fff;
	text-transform: uppercase;
	background: url(../img/logo.png) left center no-repeat;
}

.live-name__item {
	color: #dd047a;
}

.live-subtitle {
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
}

.form-wrap {
	position: relative;
	margin-left: auto;
	margin-top: 50px;
	width: 55%;
	background: #60abe9;
	padding: 40px 20px 60px;
}

.form-wrap:before,
.form-wrap:after {
	top: 50px;
	left: -345px;
	margin-top: 0;
}

.form-wrap:after {
	top: 85px;
}

.form-price-wrap {
	position: relative;
	margin-right: -20px;
}

.form-price-wrap:before,
.form-price-wrap:after,
.form-price-decor:before,
.form-price-decor:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	top: 0;
	left: -80px;
	background: #000;
	-webkit-transform: skew(-35deg);
	-ms-transform: skew(-35deg);
	-o-transform: skew(-35deg);
	transform: skew(-35deg);
	-webkit-box-shadow: -2px -2px 25px 0px rgba(255, 255, 255, .7);
	box-shadow: -2px -2px 25px 0px rgba(255, 255, 255, .7);
}

.form-price-wrap:after,
.form-price-decor:after {
	bottom: 0;
	top: auto;
	-webkit-transform: skew(35deg);
	-ms-transform: skew(35deg);
	-o-transform: skew(35deg);
	transform: skew(35deg);	
	-webkit-box-shadow: -2px 2px 25px 0px rgba(255, 255, 255, .7);
	box-shadow: -2px 2px 25px 0px rgba(255, 255, 255, .7);	
}

.form-price-decor {
	position: relative;
}

.form-price-decor:before,
.form-price-decor:after {
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 2;
}

.form-price__inner {
	position: relative;
	z-index: 3;
	padding: 10px 0;
	text-align: center;
	line-height: 1;
	background: #000;
	-webkit-box-shadow: 2px 2px 25px 0px rgba(255, 2555, 255, .5), 2px -2px 25px 0px rgba(255, 2555, 255, .5);
	box-shadow: 2px 2px 25px 0px rgba(255, 2555, 255, .5), 2px -2px 25px 0px rgba(255, 2555, 255, .5);	
}

.form-price__inner:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 25px;
	background: #000;
	left: -25px;
	top: 0;
}

.form-title {
	margin: 30px 0;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}

.form__element {
	display: block;
	outline: none;
	width: 100%;
	height: 60px;
	padding: 0 0 0 15px;
	font-size: 15px;
}

.button_form {
	width: 100%;
}

.sale-form-wrap {
	position: absolute;
	padding: 50px 20px 10px;
	width: 400px;
	background: rgba(0, 0, 0, .5);
	right: 100%;
	bottom: 0;
	text-align: center;
}

.sale-form__title {
	font-size: 26px;
	font-weight: 700;
}

.sale-form__title__item {
	color: #e10176;
}

.form__element_select {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/select-arrow.png) #fff 95% center no-repeat !important;
}

.form__element_select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {color:#000}
::-moz-placeholder {color:#000}
:-moz-placeholder {color:#000}
:-ms-input-placeholder {color:#000}

/*FlipClock costum*/

.clock-wrap {
	position: relative;
	z-index: 1;
}

.clock-wrap:before {
	content: '';
	position: absolute;
	background: #303030;
	border-radius: 5px;
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
}

.flip-clock-wrapper {
	margin-right: 0;
}


.flip-clock-wrapper ul {
	width: 40px;
	height: 65px;
	margin: 2px;
}

.flip-clock-wrapper .flip:nth-of-type(1) {
	margin-left: 2px;
}

/*.flip-clock-wrapper .flip:nth-of-type(2n) {
	margin-right: 20px;
}

.flip-clock-wrapper .flip:nth-of-type(6n) {
	margin-right: 0;
}*/

.flip-clock-wrapper ul li {
	line-height: 70px;
}

.flip-clock-wrapper ul li a div div.inn {
	font-size: 48px;
	color: #fff;
	background: #5c5c5c;
}

.flip-clock-divider {
	height: 50px;
	margin-top: 10px;
}

.flip-clock-dot {
	background: #fff;
}

.flip-clock-divider .flip-clock-label {
	display: none;
}

.grid-title-wap {
	display: none;
}

.footerCallSection{

	background: #2a2a2a;;

	 width: 100%;

	 position: fixed;

	 height: 60px;

	 font-size: 35px;

	 text-align: center;

	 bottom: 0;

	 z-index: 1111111111;    

 }



 .callNowImg img{

	 width: 40px;

	 height: 60px;

 }

 .callNowImg{

	 float: left;

 }

 .callNowPhone{

	 position: relative;

	 top: 15px;

	 left: 1px;

 }



 .callNowDiv1{

	 position: absolute;

	 float: left;

 }

 .callNowDiv2{

   position: absolute;float: right;right: 0;

 }

 .callNowDiv2 .callNowImg{

	 float: right;

 }

 .callNowPhone{

text-transform: uppercase;

font-size: 3vw;

font-weight: 900;

margin-top: -10px;

text-decoration: none;

color: white;

display: inline-block;

background-size: 120% 100%;

-ms-background-clip: text;

animation: .8s shake infinite alternate;

}



@keyframes shake {

0% { transform: skewX(-15deg); }

5% { transform: skewX(15deg); }

10% { transform: skewX(-15deg); }

15% { transform: skewX(15deg); }

20% { transform: skewX(0deg); }

100% { transform: skewX(0deg); }  

}



.callNowSection{   

width: 100%;

position: absolute;

margin-top: 18px;

height: 60px;

left: 0;

/* font-size: 35px; */

text-align: center;

/* bottom: 0; */

z-index: 1111111111;

}

.callNowSection .callNowDiv1{

background: red;

width: 100%;

margin-top: -7px;

}





@media (max-width: 479px) {

  .footerCallSection{

	 background: #2a2a2a;;

	 width: 100%;

	 position: fixed;

	 height: 80px;

	 font-size: 30px;

	 padding-left: 10px;

	 padding-top: 0px;

	 text-align: left;

	 bottom: 0;

	 z-index: 1111111111;    

 }

 .callNowImg img{

	 width: 60px;

	 height: 94px;

 }

 .callNowImg{

	 float: left;

 }

 .callNowPhone{

	 position: absolute;

	 top: 15px;

	 left: 65px;

 }

 .callNowDiv1{

	 position: unset;

	 float: left;

 }

 .callNowDiv2{

	 display: none;

 }

 .callNowPhone{

text-transform: uppercase;

font-size: 7vw;

font-weight: 900;

margin-top: unset;

text-align: center;

right: 30px;

text-decoration: none;

color: white;

display: inline-block;

background-size: 120% 100%;

-ms-background-clip: text;

animation: .8s shake infinite alternate;

}



@keyframes shake {

0% { transform: skewX(-15deg); }

5% { transform: skewX(15deg); }

10% { transform: skewX(-15deg); }

15% { transform: skewX(15deg); }

20% { transform: skewX(0deg); }

100% { transform: skewX(0deg); }  

}
}

.custmrExstbg{

	position: fixed;

	width: 100%;

	left: 0;

	top: 0;

	z-index: 9999;

	height: 100%;

	background: #000000b8;

	display:none;

}

.custmrExst{

	position: fixed;

	top: 35%;

	margin: 0 auto;

	width: 100%;

	background-color: #fa7575;

	font-weight: 700;

	color: #fff;

	text-align: center;

	font-size: 17px;

	border-radius: 6px;

	padding: 30px;

	z-index: 99999;

}

.cllnw{

	color:red;

	font-size:30px;

}

.closeCustExsPopUp{

	width: 10%;

	margin: 0 auto;

	background: black;

	padding: 6px;

	border-radius: 4px;

	cursor:pointer;

	text-decoration:underline;

	margin-top:18px;

}
.displayNone,.custmrExst{

	display: none;

}

.displayBlock{

	display: block;

}

.custmrExst{

	background-color: black;

	font-weight: 700;

	color: #fff;

	text-align: center;

	font-size: 17px;

	margin-top: -20px;

	border-radius: 6px;

	padding: 23px;



	/*tooltip position*/

	position: absolute;

	z-index: 1;}

	form .input-wrapper label {
		display: none !important;
		pointer-events: none;
	}
	
	form .input-wrapper {
		position: relative;
		margin: 0 auto 15px;
	}
	
	form .input-wrapper .error {
		border: 1px solid red !important;
		padding-top: 8px !important;
	}
	
	form .input-wrapper .error+label {
		font-family: "Arial", sans-serif !important;
		width: 100% !important;
		height: 100%;
		color: red;
		display: block !important;
		font-size: 12px!important;
		line-height: 16px!important;
		font-weight: inherit !important;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0 !important;
		padding-left: 15px !important;
		text-align: left !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	form .input-wrapper .error+label:before,
	form .input-wrapper .error+label:after {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		width: 3px;
		height: 21px;
		background-color: red
	}
	
	form .input-wrapper .error+label:before {
		-webkit-transform: translate(0, -50%) rotate(135deg);
		transform: translate(0, -50%) rotate(135deg)
	}
	
	form .input-wrapper .error+label:after {
		-webkit-transform: translate(0, -50%) rotate(45deg);
		transform: translate(0, -50%) rotate(45deg)
	}

	.strong-price {
		position: relative;
		z-index: 2;
		width: 100%;
		height: 100%;
		font-size: 16px;
		text-align: center;
		padding: 10px 15px;
		color: #fff;
	}

	.old-price {
		font-size: 20px;
		color: #fff;
		text-align: center;
		text-decoration: line-through;
		margin-right: 10px;
	}

	.problem-block {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
	}
	.problem-block-item {
		margin: 0 10px;
	}
	.problem-img {
		border: dotted;
		max-width: 100%;
	}
	.problem-text {
		margin-top: 20px;
		font-weight: 700;
	}

@media (max-width: 991px) {
	.problem-block {
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	.problem-block {
		flex-direction: column;
	}
	.problem-block-item {
		margin-bottom: 20px;
	}
	.problem-block-item:last-child {
		margin-bottom: 0px;
	}
	.strong-price {
		display: flex;
		flex-direction: column;
	}
}