<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset*/
 body, h1, h2, h3, h4, h5, p, ul {	padding: 0;	margin: 0;}
body {	font-family: 'Open Sans', sans-serif;	font-size: 16px;	line-height: 1.3;}
ol, ul {list-style-type: none;}
* {	box-sizing: border-box;}hr{margin: 10px auto; width: auto}
img {	max-width: 100%;}img[height="1"], img[width="1"] {display: none !important;}button a, b a,h2 a {color: #fff;text-decoration: none}
.wrapper {	overflow: hidden;}
.container {
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 20px 10px;
    height: 100%;
    overflow: hidden;
}
.strong {
    position: relative;
    background:url(../images/banner_bg-1.jpg) no-repeat center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size: cover;
}
.strong:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
/*    background: rgba(0, 0, 0, .3);*/
background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.59) 0%, rgba(0,0,0,0.59) 1%, rgba(7,8,48,0.6) 52%, rgba(34,32,61,1) 70%, rgba(22,44,66,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.59) 0%,rgba(0,0,0,0.59) 1%,rgba(7,8,48,0.6) 52%,rgba(34,32,61,1) 70%,rgba(22,44,66,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(0,0,0,0.59) 0%,rgba(0,0,0,0.59) 1%,rgba(7,8,48,0.6) 52%,rgba(34,32,61,1) 70%,rgba(322,44,66,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96000000', endColorstr='#23213d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.strong:before,
.strong:after,
/*
.live:before {	content: '';	position: absolute;}
.live:before {
	bottom: 0;
	width: 1100px;
	height: 900px;
	opacity: .8;
}
*/
/*
.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: 66%;
	padding-left: 20px;
	background: url(../images/logo.html) left top no-repeat;
}
.logo-title {
    text-align: center;
    font-size: 40px;	
    text-transform: uppercase;	
    color: #fff;
    font-size: 3rem;
    color: #ffffff;
    font-family: monospace;
    text-shadow: 0 1px 0px #ff0000, 1px 0 0px #ff0000, 1px 2px 1px #ff0000, 2px 1px 1px #ff0000, 2px 3px 2px #ff0000, 3px 2px 2px #ff0000, 3px 4px 2px #378ab4, 4px 3px 3px #5dabcd, 4px 5px 3px #378ab4, 5px 4px 2px #5dabcd, 5px 6px 2px #378ab4, 6px 5px 2px #5dabcd, 6px 7px 1px #378ab4, 7px 6px 1px #5dabcd, 7px 8px 0px #378ab4, 8px 7px 0px #5dabcd;
}
.logo-title__item,
.hero-title__item {	color: #dd047a;}
.logo__afterword {	display: block;	text-transform: none;	font-size: 52px;}
.cert-stamp {	display: inline-block;	vertical-align: middle;	width: 25%;	text-align: center;	margin: 0 1%;}
.cert-stamp img {	margin: 0 5px;}
.substance {	display: inline-block;	vertical-align: middle;	width: 33%;}
.substance__item {	font-size: 24px;	color: #69bbff;}
.power {	width: 80%;	margin-top: 30px;	margin-left: auto;	font-size: 16px;}
.power-title {
	font-size: calc(36px + ( 100 - 42 ) * ( 100vw - 300px ) / ( 1920 - 300 ));
	text-transform: uppercase;
	color:#ffff00;
	line-height: 1.3;
/*	padding-left: 80px;*/
	font-weight: 500;
    text-align: center;
}
.power-title__item {
    display: inline-block;
    font-weight: 700;
    margin-left: 20px;
}
.power-title__item__inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    margin-top: 10px;
    padding: 6px 60px;
    color: #f70e0e;
    background: #00ffff;
}

.ac_footer {position: relative;top: 10px;height: 0;text-align: center;margin-bottom: 70px;color: #A12000;}
.ac_footer a {color: #A12000;}
.fix-button{
    position:fixed;right:10px;z-index:99999;
}
.phone-top{
    font-size:23px;
    margin-left:10%;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   color: white;
   text-align: center;
       z-index: 999;
}

.power-title__item__inner:before,
.power-title__item__inner:after {
	content: '';
	position: absolute;
	width: 70%;
	height: 50%;
	background: #00ffff;
	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;
	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: 67px;
    top: 50%;
    margin-top: -192px;
    background: url(../images/saz-singal.html) center no-repeat;
    z-index: 2;	}

.plus:after,
.hero-title-wrap:after,
.want__inner:after,
.form-wrap:after  {
	width: 120px;
	height: 250px;
	top: 50%;
	margin-top: -125px;
	left: 100%;
	margin-left: 90px;
	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);
}
.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(../images/plus-img1.png) center no-repeat;
}

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

.plus__list_img3:before {
	background: url(../images/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, .25);
}

.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;
    font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

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

.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: 30px;
	font-weight: 700;
	color: #00ffff;
}

.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: 90px;
	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: #ffff00;
}

/*hero*/

.hero {
	/*background: #0a0909;*/
	    position: relative;
    background: url(../images/2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.hero .container {
	padding: 100px 0;
}
.hero .container:before {
	content: '';
	position: absolute;
	width: 400px;
	height: 520px;
	bottom: -40px;
	left: -5px;
	background: url(../images/hero.png) center no-repeat;
    opacity: .4;
}

.hero .container:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 82%;
	width: 50%;
	height: 100%;
}

.hero__inner {
	position: relative;
	width: 50%;
	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 25px 20px;
	border-right: 1px solid #d0d0cf;
	font-size: calc( 24px + (64 - 24) * (100vw - 300px) / (1920 - 300));
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
    line-height: 1.3;
}

.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: calc( 36px + ( 52 - 36 ) * (( 100vw - 300px ) / ( 1920 - 300 )));
	font-weight: 500;
}

.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: .2;
	top: 0;
	bottom: 0;
	left: 0px;
	width: 625px;
	background: url(../images/change-bg.png) center bottom no-repeat;
}

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

.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(../images/action-arrow.png) right 15px no-repeat;
}

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

.grid {
	position: relative;
	margin-bottom: 40px;
	margin-left: 40px;
	width: 313px;
	height: 313px;
	background: url(../images/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(../images/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(../images/grid-img1.png) center no-repeat;
	opacity: 0;
}

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

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

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

.grid__img5 {
	background: url(../images/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(../images/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(../images/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:#ffff00;
}

/*health*/

.health {
	position: relative;
	background: url(../images/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(../images/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: #ffff00;
	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: #e10176;
}

.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(../images/stimulate-img.png) center no-repeat;
}

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

.stimulate__text__item {
	color:#ffff00;
	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(../images/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;
	background: url(../images/logo.html) left top no-repeat;
}

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

/*why*/

.why {
	background: url(../images/3.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(../images/want-man.png) center no-repeat;
	bottom: 0;
	right: 0;
}

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

.why__inner {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	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;
	background: url(../images/product22.html) center no-repeat;
}

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

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

.garant-line {
	position: relative;
	margin: 20px 0;
	margin-right: 50px;
	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: #dd047a;
	text-shadow: 1px 1px 1px #000;
}

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


/*effect*/

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

.effect:before {
	content: '';
	position: absolute;
	opacity: .5;
	width: 100%;
	height: 100%;
	background: url(../images/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: 0;
	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(../images/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(../images/effects-element1.png) center no-repeat;
}

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

.effects__list {
	position: relative;
	margin: 45px 0;
	color:#ffff00;
	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(../images/effects-number.png) center no-repeat;
}

.want {
	background-color: black;
}

.section-5 {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.59) 0%,rgba(0,0,0,0.59) 1%,rgba(7,77,77,0.8) 47%,rgba(34,32,61,1) 70%,rgba(255,44,66,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.59) 0%,rgba(0,0,0,0.59) 1%,rgba(7,77,77,0.8) 47%,rgba(34,32,61,1) 70%,rgba(255,44,66,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(0,0,0,0.59) 0%,rgba(0,0,0,0.59) 1%,rgba(7,77,77,0.8) 47%,rgba(34,32,61,1) 70%,rgba(255,44,66,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96000000', endColorstr='#23213d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
/*
 background: url(../images/health-pieces.jpg);    
        border: 12px solid #00ffff;
*/
}

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

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

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

.want__inner_modify:before {
    margin-left: 41px;
    margin-top: -175px;
}

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

.section-9 .sec-1 {
    background: url(../images/img1.png) top center no-repeat;
    min-height: 370px;
/*    max-width: 50%;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 15px solid #a2a2a2;
    text-align: center;
    padding: 42px 10px 20px;
}

.section-9 .sec-2 {
    background: url(../images/img2.png) top center no-repeat;
    min-height: 370px;
/*    max-width: 50%;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -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(../images/img3.png) top center no-repeat;
    min-height: 370px;
/*    max-width: 50%;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -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: #fff;
    padding: 10px 0 70px 0;
    position: relative;
    font-style: italic;
    text-align: center;
}
.section-9 h3:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    margin-left: -25px;
    bottom: 50px;
    left: 50%;
    background-color: aqua;
}
section.section-9 h3 small {
    font-size: 60%;
    font-weight: 400;
}
h2.form_btn{
    border-radius: 5px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;
}
.section-5 h2 {
    font-size: calc(26px + ( 44 - 26 ) * ( 100vw - 300px ) / ( 1920 - 300 ));
    color: #fff;
    line-height: 1.4;
    text-align: center;
	font-size:27px;
    font-weight: 500;
}
form .text-center.button-bg {
    margin-top: 20px;
    margin-bottom: 20px;
}
.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;
    line-height: 1.4;
	text-align: right;
	text-transform: uppercase;
	color:#ffff00;
}

.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: .3;
}

.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(../images/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(../images/logo.html) 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: #e10176;
}

.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() 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 {
	position: relative;
    background: #080f14;
/*	background: url(../images/power-tiger.jpg) left bottom no-repeat, url(../images/power-bg.jpg) left top no-repeat;*/
    -webkit-background-size: cover;
    background-size: cover;
}

.get-power .container {
	padding: 100px 10px;

}

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

.get-power-title-wrap {
	position: relative;
	background:rgba(0,0,0,0.2);
	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(../images/hero.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(../images/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: calc(16px + (32 - 16) * (100vw - 300px) / (1920 - 300));
	font-weight: 700;
	text-transform: uppercase;
	color: #ffff00;
}

.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(../images/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:#ffff00;
}

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

.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: #ffffff;
}

.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(../images/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(../images/4.jpg) center top no-repeat;
	-webkit-background-size: auto;
	background-size: auto;
}

.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;
    color: #ff0000
}

.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(../images/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: #ffff00;
}

.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(../images/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(../images/patent-bg.jpg);
	-webkit-background-size: contain;
	background-size: contain;
}

.patent:before {
	content: '';
	position: absolute;
	width: 548px;
	height: 600px;
	background: url(../images/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(../images/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(../images/logo.png) left center no-repeat;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

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

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

.reviews .container {
	padding: 100px 20px 70px;
}

.reviews-title {
    text-align: center;
	font-size: 44px;
	color: #fff;
	margin-bottom: 50px;
}
.reviews-title__item {
	font-size: 72px;
	display: block;
    margin-bottom: 20px;
    text-align: center;
	text-transform: uppercase;
}

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

.review-block__list {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0 1%;
	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: #00ffff;
	right: -7px;
	top: 0;
	-webkit-transform: skew(40deg);
	-ms-transform: skew(40deg);
	-o-transform: skew(40deg);
	transform: skew(40deg);
}

.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: #ff0000;
	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;
	color: #00ffff;
	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: #ff0000;
	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: #000000 url(../images/5.jpg) 90% 0% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
/*
.live:before {
	width: 950px;
	height: 790px;
}
*/
.live::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgba(0,0,0,0.2) 0%, rgba(9,9,9,.7) 50%, rgba(22,44,66,1) 100%);
}
.live .container {
	position: relative;
	padding: 80px 30px;
}

.live .container:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0px;
	left: -25%;
	background: url() center bottom no-repeat;
}
.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:60px;
	line-height: 1;
	padding-left: 75px;
	color: #fff;
	text-transform: uppercase;
	/* background: url(../images/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:rgb(255 10 10 / 15%);
/*	background: #e4117b;*/
	padding: 40px 20px 60px;
}

.form-wrap:before,
.form-wrap:after {
	top: 50px;
	left: -288px;
	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: 33%;
	height: 50%;
	top: 0;
	left: -80px;
	background: rgba(0, 0, 0, .4);
	-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: rgba(0, 0, 0, .4);
	-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: rgba(0, 0, 0, .4);
	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%;
	margin: 10px 0;
	height: 50px;
	padding: 15px;
	font-size: 18px;
    color: black;
}

.button_form {
	width: 100%;
}

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

.sale-form__title {
	font-size: 36px;
	font-weight: 700;
    color: #ffff00;
}

.sale-form__title__item {
	color: #00ffff;
}

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

.form__element_select::-ms-expand {
  display: none;
}
form{
    border:2px solid #00ffff;
    max-width:400px;
    margin-left:auto;
    margin-right:auto;
    padding:10px 20px;
    margin-bottom:20px;
    font-size:18px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
form .top{}
.bg{background: #ffff00}.red{color:#ff0000 !important}
.text-center{text-align: center !important}input, textarea{ max-width: 100%; width: auto}
textarea{height:100px; width: 100%;font-size: inherit;padding: 15px}
::-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;
}
.plus::before, .hero-title-wrap::before, .want__inner::before, .form-wrap::before{
    display:none !important;
}
.plus::after, .hero-title-wrap::after, .want__inner::after, .form-wrap::after{
    display:none !important;
}
.hero .container::before{
    display:none !important;
}
.why .container::before{
    display:none !important;
}
.specialist::before{
    display:none !important;
}



.pulse-purple {
    position: relative;
    opacity: 1.0;
    z-index: 1;
    font-size: 34px;
    top: 0px;
    right:0px;
    display: block;
    text-align: center;
    padding:0px;
    border-radius: 50px;
    cursor: pointer;
    color: #ffeb3b;
    background-color: #1470a700;
    animation: 2s linear infinite pulse-purple;
}
  
@-webkit-keyframes pulse-purple {
    0% {
      box-shadow: 0 0 0 0 #ffeb3b;
      transform: scale(1, 1)
    }
    70% {
      box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
      transform: scale(1.1, 1.2)
    }
    100% {
      box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
      transform: scale(1, 1)
    }
  }
  @keyframes pulse-purple {
    0% {
      box-shadow: 0 0 0 0 #ffeb3b;
      transform: scale(1, 1)
    }
    70% {
      box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
      transform: scale(1.1, 1.2)
    }
    100% {
      box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
      transform: scale(1, 1)
    }
}</pre></body></html>