/* ::::: http://179523.selcdn.com/landings-production/1420/css/reset.css ::::: */

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


button, input, select, textarea {
    font-size: 100%;
    margin: 0px;
    vertical-align: baseline;
    outline: none;
}

button, input {
    line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0px none;
    padding: 0px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

input[type="hidden"] {
    display: none;
}
a {
    outline: none;
}

img {
    max-width: 100%;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}



/* TIMER */
.cta .time-block {
    color: white;
  }
  .time-block {
    width: 100%;
    padding: 14px 20px 0;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
  }
  
  .time-title {
    font-family: "Philosopher", sans-serif;
    margin: 0 auto;
    padding: 0 0 13px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
  }
  
  .time-remain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    font-weight: 300;
    font-size: 8px;
    line-height: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  
  .time-remain-items {
    position: relative;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 7px 14px;
    z-index: 1;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
  
  .hour,
  .minutes,
  .seconds {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  
  .time-dots {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    /* color: white; */
  }
  .time-remain-name {
    font-size: 8px;
    line-height: 11px;
  }
 
  body {
	margin: 0;
	padding: 0;
	font-family: "Roboto", sans-serif;
}

strong {
	font-weight: bold;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.vw {
	width: 100%;
	overflow: hidden;
}

* {
	outline: none;
}

.red {
	color: #13a7c0;
}

.blue-spray {
	color: #13a7c0;
}

.blue {
	color: #06a9cf;
}

.pink {
	color: #fd6a6f;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.discount {
	/* background: url("../img/discount.png") */
		 /*tpa=http://f3.novastep.org/landing_file/novastep/Landing_30/rocket-landings-production/690/images/discount.png*/
		 /* center center no-repeat; */
	-o-background-size: contain;
	background-size: contain;
	width: 80px;
	height: 80px;
	text-align: center;
	position: absolute;
	padding-top: 29px;
	font-size: 26px;
	line-height: 25px;
	font-weight: bold;
	z-index: 10;
}

.quote {
	color: #fec804;
	font-size: 54px;
	line-height: 24px;
	position: absolute;
}

.form {
	max-width: 300px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-top: 35px;
	position: relative;
	background: white no-repeat url("../img/form-backgr.png")
		 /*tpa=http://f3.novastep.org/landing_file/novastep/Landing_30/rocket-landings-production/690/images/form-backgr.png*/;
	-webkit-box-shadow: 1px 1px 56px 8px rgba(0, 0, 0, 0.12);
	box-shadow: 1px 1px 56px 8px rgba(0, 0, 0, 0.12);
}

.form:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 100px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAnBAMAAACPhheLAAAAJFBMVEUAAAD+yAT+yAT+yAT+yAT+yAT+yAT+yAT+yAT+yAT+yAT+yAT5Fmb5AAAAC3RSTlMA1xvTFxXbIroRBv3deuoAAACSSURBVCjPYwAB7t1wsAHEHxWksuDycs9ZyIIrp5RXMXTvxgA7sAsGYwqaMrBao4ttDmBAKEUoZAAqxVSIUIpQCFIqjSy2MQDiIUdkQRGoL1mkkRQ6wPzuiKoQoRShEK4UoRABmKShChUYkIAiRFCIARkwZYPEtoEVIoAaSDAJxkMoRShEKAUrxFCKUIgAykZwJgBUPTa2bL4PrQAAAABJRU5ErkJggg==")
		 no-repeat;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

.form form {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
}

.form form input,
.form form .order,
select {
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border: none;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto 0px;
}

select {
	padding-left: 22px !important;
}

.form form input,
select {
	background-color: white;
	padding: 0 0 0 50px;
	font-size: 14px;
	color: #777777;
	border: 1px solid #d9d8d8;
	position: relative;
	-webkit-box-shadow: 2px 2px 11px 2px #d9d8d85c;
	box-shadow: 2px 2px 11px 2px #d9d8d85c;
	height: 58px;
}

.form form input[name="name"] {
	background: url("../img/person-icon.png")
		 /*tpa=http://f3.novastep.org/landing_file/novastep/Landing_30/rocket-landings-production/690/images/person-icon.png*/
		 no-repeat;
	background-position: 22px center;
	background-color: white;
}

.form form input[name="phone"] {
	background: url("../img/phone-icon.png")
		 /*tpa=http://f3.novastep.org/landing_file/novastep/Landing_30/rocket-landings-production/690/images/phone-icon.png*/
		 no-repeat;
	background-position: 22px center;
	background-color: white;
}

.form form .btn-ord {
	position: relative;
	max-width: 240px;
	width: 100%;
	margin: 0 auto;
}

.form form .btn-ord:before {
	position: absolute;
	content: "";
	width: 69px;
	height: 38px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAjCAMAAAD8FZcmAAABpFBMVEUAAADzcR/zdx7wZCL7phP0eR3wZCLxZyH5mhbxZiH7phPwZCLwZCL7pxPwZCL8rhL6nhX9tBD2hxrwZCL9sxD6oRXwZCL5mBb9shH3kRj6nxXybx/5mhb1fhz8rxH+uBDxaSH3jRn5nBX0exzwZSHwZCLwZCL/vw7zch7xZiH1gBzxaiDxZyH6oxT8qhPzdh7ybSD6nhXwZCL3ixnwZCLwZCL5mBb+ug/xaCH8rRL7phPycR/6oRX8rhLzeB70fB39sxH9tRD2hhr4kRj6ohT8qxP/vQ/5nhX7pxP4lRf6pBT1ghz9shH2ihn6oRX+uBDzdR76nxX4kRj/vw71hBv9thD1gBz2iBr+vA/wZCL5nRb+uw/zdx78rxL9thD8rBLwZCL7qRP8rRL9shH8qxL7phP5mhb6oxT6nxXycR/1gxv0ex31gBz0fhz3jRn4khj4lhf6pBT+txD2hxr6oRX5nBX9tRDzdB72iRr3kBj8rxLxaCHybSDxayDzdh72hRvzeB33jxj5nhX8sBH9tBD2ixn4lRf7pRP+uw/4lBf+uQ/5lxcJjM1dAAAAYHRSTlMADwMvHAvwiDYfB/v038asg3VRR0VCFPHx8O/s7Ovr6efn5OHczrKmpKGXkHV1a2JSTEA7OTUwKScnIhgT+vn5+ffy8e7izczKx7u6t62tpJqQj4R/fXNsYmBbWkg7Ny395wVXAAACDElEQVRIx6XRZ1viQBSG4ZPQBKRIs/fey9p1e++9NwlggkCEiAEs0Si6KH96Z2AEP3Lw+QH39c4cqGayLni9c4bA2rIVMPGc4fvoYE/jBslu36CZzXbzkGXCywNfi8AFOB7AaphfmBl3DlKo2sDohJUomDjOYHGar4D9/cPDg56RaUDGc3NDAxXgIBqNZt79AmyBeWcjERigaXc6p9fQiMHCJmQy2vFxLNH/hUcbnKU9WgZisVgiEe/8BHhjvL20gADx+NbW0QMP3lge0TQKlIWd7GsT3pjpvwZkz3o9gG/sLgN2srKs5z7UMcOTYMCZLOdy289teML0kgE6AS6SzQ11EGNHpQU6BZLFvkXA95UB2+fJ5OZmR2XFX1fNxK1eWdcZsHsi+aHUlNAEtROtZMHFOQWI8IiuMLoE4TfUXkMrBYpEkCRRdBjB/zgs3F4CRKsP6QL6hrSYijybCoYFocsImBY7ihUgEqTAaQvg8jcz4B8FwsJe6BUgm90tfQIDTkOhJsD24ySdTqUIECQLiOADdO6rNwh0wv0/aIB7kxargKraAJfxvXR9QV7tBlTr7jZJpIcsn4FMUN4CIttkn0QPyX6RLlAU1Ck499M2CkQYQIXLn4CKN86+cJSBvVA+ryiXhVVAt74y6ehibyAC1NeKz9VyT1UJ8ATqzub73K0UCsM83KSlb8MfAeA/oi3Z49CoKXEAAAAASUVORK5CYII=")
		 no-repeat;
	left: -68px;
	top: -7px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.form form .btn-ord .order {
	padding: 11px 0;
	margin-top: 20px;
	margin-bottom: 25px;
	background: #20a82d;
	background: #ff6a00;
	/* Old browsers */
	color: white;
	font-size: 24px;
	line-height: 22px;
	font-weight: bold;
	border: 5px solid #e9e8e6;
	position: relative;
}

.form form .btn-ord .order:hover {
	background: #ec192b;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.form form > span {
	display: block;

	color: #777777;

	position: relative;
}

.form form > span:after {
	position: absolute;
	content: "";
	width: 23px;
	height: 25px;
	left: 0px;
	top: 4px;
	/* background: url(../img/guard.png) */
		 /*tpa=http://f3.novastep.org/landing_file/novastep/Landing_30/rocket-landings-production/690/images/guard.png*/
		 no-repeat;
}

.form form .prices {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form form .prices .old-price,
.form form .prices .current-price {
	padding: 0px 0px 0px 20px;
	width: 50%;
	position: relative;
}

.form form .prices .old-price > span:first-of-type,
.form form .prices .current-price > span:first-of-type {
	display: block;
	font-size: 14px;
}

.form form .prices .old-price .price,
.form form .prices .current-price .price {
	margin: 5px 0;
	display: block;
}

.form form .prices .old-price .price .x_price_previous,
.form form .prices .old-price .price .x_price_current,
.form form .prices .current-price .price .x_price_previous,
.form form .prices .current-price .price .x_price_current {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

.form form .prices .old-price .price .x_currency,
.form form .prices .current-price .price .x_currency {
	font-size: 16px;
	line-height: 24px;
}

.form form .prices .old-price {
	overflow: hidden;
	color: #777777;
	font-size: 13px;
}

.form form .prices .old-price .price {
	position: relative;
}

.form form .prices .old-price .price:before,
.form form .prices .old-price .price:after {
	position: absolute;
	content: "";
	width: 90%;
	height: 0px;
	background: #20a82d;
	top: 10px;
	left: 0;
}

.form form .prices .old-price .price:before {
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
}

.form form .prices .old-price .price:after {
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.form form .prices .current-price {
	overflow: hidden;
	border-left: 1px solid #d5d5d5;
	color: black;
}

.form form .prices .current-price .x_price_current {
	font-size: 28px !important;
}

.form > span {
	display: block;
	font-size: 15px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
	color: #a08784;
}

.form > span .lastpack {
	color: #fbda9a;
	font-weight: bold;
}

span.br {
	display: block;
}

.container {
	margin: 0 auto;
	max-width: 1170px;
	position: relative;
	z-index: 2;
}

.flex-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.container h1 {
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
}

.container > p {
	padding: 0 15px;
}

.container h2 {
	margin-top: 20px;
	font-size: 18px;
	line-height: 24px;
	color: #555555;
	max-width: 360px;
}

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

.no-margin {
	margin: 0 !important;
}

.block-1 {
	background: url("../img/block1-backgr.png")
		 /*tpa=http://f3.novastep.org/landing_file/novastep/Landing_30/rocket-landings-production/690/images/block1-backgr.png*/
		 no-repeat #f3f8fb;
	background-position: -315px top;
	position: relative;
	padding: 20px 10px 85px 10px;
	margin-bottom: 95px;
}
.block-13{
	margin-bottom: 0;
}

.block-1 h1 .red {
	white-space: nowrap;
	font-size: 40px;
}

.block-1 header .logo {
	width: 139px;
	line-height: 45px;
	float: left;
	color: #0696b5; 
	font-size: 36px;
	line-height: 0.9;
	text-transform: uppercase;
	font-weight: bolder;
}
.block-1 header .logo span {
	text-transform: capitalize;
	 font-weight: 300;
}

.block-1 header .logo .logo-name {
	color: #06a9cf;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
}

.block-1 header .logo p {
	font-size: 15px;
	line-height: 16px;
	max-width: 170px;
	margin-left: 20px;
	color: #838586;
}

.block-1 header .menu {
	float: right;
}

.block-1 header .menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin-left: 30px;
}

.block-1 header .menu ul li {
	padding: 0 40px 0 80px;
	line-height: 45px;
}

.block-1 header .menu ul li:not(:first-of-type) {
	border-left: 1px solid #acafb2;
}

.block-1 header .menu ul li a {
	color: #333333;
	line-height: 18px;
	font-size: 16px;
	text-decoration: none;
	position: relative;
}

.block-1 header .menu ul li a:before {
	position: absolute;
	content: "";
	top: -7px;
	left: -38px;
	width: 30px;
	height: 25px;
	display: block;
	z-index: 1;
}

.block-1 header .menu ul li a:after {
	display: block;
	margin-top: -11px;
	content: "";
	height: 1px;
	width: 100%;
	background-color: #acafb2;
	-webkit-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}

.block-1 header .menu ul li a:hover:after,
.block-1 header .menu ul li a :focus:after {
	width: 0%;
}

.block-1 header .menu ul li:first-of-type a:before {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAWCAMAAAAYXScKAAAAbFBMVEUAAAAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAT/oabAAAAJHRSTlMA4NkTLOXq1Mm2qk2dca+QSDojxXdgWVSkinpsZVwyw5QoFwMw5x0PAAAAvklEQVQY02WQSRKDMAwER7LBCzZbCGRf///HJMYEpTI+qKtL8mGQ03oi8i1+cjSDghr4KGVldJqaK2FdzDA4YQuVQRXSClpjxwyjFbYJGUIjrCb9nXK5TqNuIKPY9+g99cI9buRqskXtKNwXOXEZATU9gVjwNMstV2ej8kdjxdvUFndA2CW7C0DHLQAbP0vm/LlKJ9ECp83cGutvY5sT/AEpewe3n/HgYTpg3rDXTB2vJV34smD5fkt6CEv/KV/NQwbjb4TJ2gAAAABJRU5ErkJggg==")
		 center bottom no-repeat;
}

.block-1 header .menu ul li:last-of-type a:before {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAVCAMAAABrN94UAAAAV1BMVEUAAAAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoAASoDWpLRlAAAAHHRSTlMAZTKZzKpVBC3aWjfrw7T4476OhnQiHhLQkxwN9YHKlgAAAH9JREFUKM+FzOsOgyAMhuEPnLaA4ll34P6vc5CYLek6fX72bQsYl344U+aBIFDIxTEU7JCgSiXsRtiPsFbCmsPpK7ICHcHeBP776irYJNjTi56goB6jh8KP4HbyzUco242fWga2uf4aFuTVet4gPO8P4g6KV4xBDaBq6KBbIrI346YKRuviBX4AAAAASUVORK5CYII=")
		 center bottom no-repeat;
}

.block-1 header .callback {
	float: right;
	line-height: 36px;
	width: 300px;
	padding: 4px 0 4px 65px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	color: black;
	position: relative;
	cursor: pointer;
	border: 1px solid #7ba2bf;
	-webkit-box-shadow: 1px 1px 16px 2px rgba(11, 179, 208, 0.109804);
	box-shadow: 1px 1px 16px 2px rgba(11, 179, 208, 0.109804);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.block-1 header .callback:before {
	position: absolute;
	content: "";
	top: 11px;
	left: 37px;
	width: 22px;
	height: 21px;
	display: block;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAY1BMVEUAAAD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agD/agClfRlAAAAAIXRSTlMA8wYQ21PnsjZrW0vMmHJjOybfvJ+RQC0b1MKogHUKivslDL6/AAAAzElEQVQY01WQ2xKDIAxEN4CgIiheW7W2//+VTRxpx30gzFnY2Qn+qk3okNUN20Pm4QOtC07NtG+GqUhPVMgsqYUahaYSQHHS4Q0wfSpEMgw8cYKdIZRKPiragWkFnmdIZbWMhT9r6jBOwugqUxkgBHir+PmLQY7xbJgWaHt90ZhwMKglbnAKN60boM14ll+yl6gGHsZplJaanFNISe36SFG5H30xlToVcKMeudQQfruk6biub4es1PT1ZXf4q7X9PqeYg3Ja4eynkaV9ASYBCDimjpUGAAAAAElFTkSuQmCC")
		 no-repeat;
}

.block-1 header .callback:hover {
	background: white;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.block-1 .block1-content {
	position: relative;
}

.block-1 .block1-content .girl {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../img/block1-girl.png)
		 /*tpa=http://f3.novastep.org/landing_file/novastep/Landing_30/rocket-landings-production/690/images/block1-girl.png*/
		 no-repeat;
	background-position: right bottom;
	min-height: 700px;
}

.block-1 .block1-content .girl .product {
	width: 311px;
	margin-left: 505px;
	margin-top: 367px;
	position: relative;
}

.block-1 .block1-content .girl .product .discount {
	top: -34px;
	right: -20px;
}

.block-1 .block1-content .left-block {
	margin-top: 40px;
	position: relative;
	z-index: 2;
	width: 500px;
	float: left;
}

.block-1 .block1-content .left-block h1 {
	color: black;
	text-align: left;
	line-height: 38px;
	max-width: 646px;
	padding: 0;
}

.block-1 .block1-content .left-block h1 .product-name {
	font-weight: bold;
}

.block-1 .block1-content .left-block h2 {
	margin-top: 20px;
	font-size: 18px;
	line-height: 24px;
	color: #555555;
	max-width: 360px;
}

.block-1 .block1-content .left-block .about-product {
	margin-top: 40px;
	max-width: 320px;
	padding-right: 20px;
	position: relative;
	margin-left: 25px;
	list-style: none;
}

.block-1 .block1-content .left-block .about-product li {
	font-size: 17px;
	color: black;
	font-weight: bold;
	line-height: 24px;
	margin-top: 17px;
	margin-left: 10px;
	position: relative;
}

.block-1 .block1-content .left-block .about-product li:before {
	position: absolute;
	content: "";
	width: 31px;
	height: 31px;
	left: -40px;
	top: -3px;
	background: url(../img/list-yellow.png)
		 /*tpa=http://f3.novastep.org/landing_file/novastep/Landing_30/rocket-landings-production/690/images/list-yellow.png*/;
	background-size: 31px 31px;
}

.block-1 .block1-content .left-block .about-product .prod {
	position: absolute;
	left: -311px;
	top: 57px;
	width: 261px;
	height: 423px;
	z-index: 3;
	background: url("../img/prod-block1.png")
		 /*tpa=http://f3.novastep.org/landing_file/novastep/Landing_30/rocket-landings-production/690/images/prod-block1.png*/;
}

.block-1 .block1-content .left-block .about-product .prod img {
	display: none;
}

.block-1 .block1-content .left-block .form {
	margin-top: -55px;
}

.block-1 .block1-content .right-block {
	position: relative;
	z-index: 2;
	float: right;
	width: 300px;
	color: #666666;
}

.block-1 .block1-content .right-block .timer {
	margin: 40px 0 30px;
}

.block-1 .block1-content .right-block .timer .to-end-left {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: black;
	padding: 10px 15px 10px 0;
}

.block-1 .block1-content .right-block .timer .left {
	/*width: 77px;
			width: 137px;*/
	padding: 0px 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*text-align: center;*/
	font-size: 13px;
	color: #666666;
}

.block-1 .block1-content .right-block .timer .left:not(:first-of-type) {
	/* border-left: 1px solid #d5d5d5;*/
}

.block-1 .block1-content .right-block .timer .left span {
	font-size: 25px;
	line-height: 45px;
	color: #13a7c0;
	font-weight: bold;
}

.block-1 .block1-content .right-block > p {
	text-align: center;
	padding: 20px 0;
}

.block-1 .block1-content .right-block > p img {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.block-1 .block1-content .right-block .timer .left {
		 padding: 0 8px;
	}
	.block-1 .block1-content .right-block .timer .to-end-left {
		 max-width: 100px;
	}
}

.statistic {
	padding-top: 20px;
	padding-bottom: 90px;
}

.statistic .red {
	display: inline;
}

.statistic > span {
	font-size: 18px;
	color: #444444;
	margin-top: 25px;
	display: block;
	text-align: center;
}

.statistic p {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	padding-top: 25px;
}

.statistic .symptom-photos {
	padding: 40px 0 30px;
	position: relative;
}

.statistic .symptom-photos .symptom {
	max-width: 170px;
}

.statistic .symptom-photos .symptom:not(:first-of-type) {
	margin-left: 30px;
}

.statistic .symptom-photos .symptom .photo {
	position: relative;
	width: 170px;
	height: 170px;
	overflow: hidden;
}

.statistic .symptom-photos .symptom .photo .top-triangle {
	position: absolute;
	top: 0;
	left: 0;
	border-top: 50px solid #13a7c0;
	border-right: 50px solid transparent;
}

.statistic .symptom-photos .symptom .photo .top-triangle span {
	position: absolute;
	top: -46px;
	left: 9px;
	color: white;
	z-index: 3;
	font-size: 20px;
}

.statistic .symptom-photos .symptom .photo .bottom-triangle {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 50px solid white;
	border-left: 50px solid transparent;
}

.statistic .symptom-photos .symptom .photo img {
	min-width: 170px;
	height: 100%;
}

.statistic .symptom-photos .symptom p {
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	padding-top: 20px;
}

.repercussion {
	background: #f3f8fb
		 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABQBAMAAABFWF7FAAAAJFBMVEX///8AAAD////////+/v7+/v7+/v7////////////+/v7////N6z+tAAAADHRSTlOAAGEkWxtXHygYaGUHj9V+AAABZklEQVRIx2zOzQ2BURhE4RPxE0ssCJtPB1pQghJ0QAda0IESlCiCe+TOO8uTWTz8NhpwRVt8t7kvXLb2257zZ/N3m+fP5u8xjZvN3wbERPO3BTHR/N1ATDR/DxBTNBoFMUWjURBTNBoFMUWjURBTNKSI6Zq/HQTQ5u/waRNftv/fE3qgzd+K707euoYU4Oiva0gRUzSkAGN/XUOKmKIhRUzRkCKmaEgRUzSkiMn2/i0hgNGQIibb+zdAAKMhRUzRkCKmaHwobiYPbEgRUzQ6ClzlYaOjwF4eNi4QmKIx9G0kDxu567po5PbybORm8myvvuqQAAAAgEHY+6e+xA1Jga0oyahGb1SjN6rRG9XoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmN3gFSCKAH950ZcQAAAABJRU5ErkJggg==");
	padding: 80px 0;
}

.repercussion .photos {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 0;
}

.repercussion .photos .photo {
	max-width: 370px;
}

.repercussion p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.product-consist {
	position: relative;
	padding: 50px 0 100px;
}

.product-consist .container h1 {
	max-width: 1000px;
	margin: auto;
}

.product-consist .container > p {
	font-size: 18px;
	color: #444444;
	text-align: center;
	margin: 35px auto 0;
}

.product-consist .container .consist {
	margin-top: 45px;
	margin-bottom: 30px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-consist .container .consist div {
	width: 400px;
	max-width: 100%;
}

.product-consist .container .consist div > p:first-of-type {
	font-size: 20px;
	line-height: 0;
	font-weight: bold;
	color: black;
}

.product-consist .container .consist div > p:first-of-type span {
	display: block;
}

.product-consist .container .consist div span {
	display: block;
	font-size: 18px;
	color: #777777;
	margin-top: 20px;
}

.product-consist .container .consist div ul {
	margin-top: 50px;
	list-style: none;
}

.product-consist .container .consist div ul li {
	position: relative;
	padding: 4px 50px 4px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
	max-height: 100px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
}

.product-consist .container .consist div ul li p {
	padding-top: 13px;
	font-weight: normal;
	text-align: left;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	font-size: 14px;
	color: #555555;
}

.product-consist .container .consist div ul li.active {
	max-height: 120px;
}

.product-consist .container .consist div ul li.active:after {
	background: url("../img/consist-.png")
		 /*tpa=http://f3.novastep.org/landing_file/novastep/Landing_30/rocket-landings-production/690/images/consist-.png*/;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.product-consist .container .consist div ul li.active p {
	-webkit-transition: 0.3s 0.3s;
	-o-transition: 0.3s 0.3s;
	-moz-transition: 0.3s 0.3s;
	transition: 0.3s 0.3s;
	opacity: 1;
}

.product-consist .container .consist .center {
	text-align: center;
}
/* 
.product-consist .container .consist .left li:before {
	position: absolute;
	content: "";
	background-image: url("../img/consist-1.png");
		  background-repeat: no-repeat;
	height: 100px;
	width: 132px;
	left: 0px;
	top: 0px;
}

.product-consist .container .consist .left li:after {
	position: absolute;
	content: "";
	font-size: 18px;
	font-weight: bold;
	width: 65px;
	height: 40px;
	top: 30px;
	right: 0;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAoCAMAAACW0mflAAAAbFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/////aiAAAAD4+PjU1NTCwsKurq6Hh4d9fX15eXlubm40NDTu7u7k5ORWVlb6+vp0dHRZWVnv7+/l5eU1NTWOtcLIAAAAD3RSTlMA+u2wl+OHeFg3HBMI09JyjVD2AAABDklEQVRIx72WWa7DIAxFMZCJ0LqPzGOHt/899hdFxbhC6fnPkRw8XMGkKtRVAsirKirxPSbP5rFrFueWphvnLDfiK2oN/Yoeaw+6FnxKOTg84AZZsgV6a/ED7aYFC6smDDApyzGoOwa5K04JExJM8ULKDUkeZewZZYskrawjNQwYYaDrMLBjhB3I7sx7PHC74YE+pwzZGjesGTWNM8YNOBOTWowcw1gQ7dhxDB3RmJeGY2guYYNcOIZFhg3g/E99fJED8ReCa0ivIv1Ppr/mmR1V/fO6Onmyzp1uAw4jODDJWy590yZv+/MvjrD01bM/ubzChq7/Q9sTEgiVgl7o8SJSEJ3Envv+5Ccxfhp8A0ttTdyQWGmpAAAAAElFTkSuQmCC");
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.product-consist .container .consist .left li:nth-child(1):before {
	background-position: 0px 10px;
}

.product-consist .container .consist .left li:nth-child(2):before {
	background-position: 0px -102px;
}

.product-consist .container .consist .left li:nth-child(3):before {
	background-position: 0px -260px;
}

.product-consist .container .consist .right li {
	text-align: right;
	padding: 4px 130px 4px 50px;
}

.product-consist .container .consist .right li:before {
	position: absolute;
	content: "";
	background-image: url("../img/consist-2.png");
		
	background-repeat: no-repeat;
	height: 100px;
	width: 132px;
	right: 0px;
	top: 0px;
}

.product-consist .container .consist .right li:after {
	position: absolute;
	content: "";
	font-size: 18px;
	font-weight: bold;
	width: 65px;
	height: 40px;
	top: 30px;
	left: 0;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAoCAMAAACW0mflAAAAbFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/////aiAAAAD4+PjU1NTCwsKurq6Hh4d9fX15eXlubm40NDTu7u7k5ORWVlb6+vp0dHRZWVnv7+/l5eU1NTWOtcLIAAAAD3RSTlMA+u2wl+OHeFg3HBMI09JyjVD2AAABDklEQVRIx72WWa7DIAxFMZCJ0LqPzGOHt/899hdFxbhC6fnPkRw8XMGkKtRVAsirKirxPSbP5rFrFueWphvnLDfiK2oN/Yoeaw+6FnxKOTg84AZZsgV6a/ED7aYFC6smDDApyzGoOwa5K04JExJM8ULKDUkeZewZZYskrawjNQwYYaDrMLBjhB3I7sx7PHC74YE+pwzZGjesGTWNM8YNOBOTWowcw1gQ7dhxDB3RmJeGY2guYYNcOIZFhg3g/E99fJED8ReCa0ivIv1Ppr/mmR1V/fO6Onmyzp1uAw4jODDJWy590yZv+/MvjrD01bM/ubzChq7/Q9sTEgiVgl7o8SJSEJ3Envv+5Ccxfhp8A0ttTdyQWGmpAAAAAElFTkSuQmCC");
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product-consist .container .consist .right li:nth-child(1):before {
	background-position: 0px 10px;
}

.product-consist .container .consist .right li:nth-child(2):before {
	background-position: 0px -102px;
}

.product-consist .container .consist .right li:nth-child(3):before {
	background-position: 0px -220px;
} */

/* .product-consist .container .consist .right ul li p {
	text-align: right;
} */

.form-block {
	padding: 70px 0;
	background: #f3f8fb url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABQBAMAAABFWF7FAAAAJFBMVEX///8AAAD////////+/v7+/v7+/v7////////////+/v7////N6z+tAAAADHRSTlOAAGEkWxtXHygYaGUHj9V+AAABZklEQVRIx2zOzQ2BURhE4RPxE0ssCJtPB1pQghJ0QAda0IESlCiCe+TOO8uTWTz8NhpwRVt8t7kvXLb2257zZ/N3m+fP5u8xjZvN3wbERPO3BTHR/N1ATDR/DxBTNBoFMUWjURBTNBoFMUWjURBTNKSI6Zq/HQTQ5u/waRNftv/fE3qgzd+K707euoYU4Oiva0gRUzSkAGN/XUOKmKIhRUzRkCKmaEgRUzSkiMn2/i0hgNGQIibb+zdAAKMhRUzRkCKmaHwobiYPbEgRUzQ6ClzlYaOjwF4eNi4QmKIx9G0kDxu567po5PbybORm8myvvuqQAAAAgEHY+6e+xA1Jga0oyahGb1SjN6rRG9XoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmN3gFSCKAH950ZcQAAAABJRU5ErkJggg==");
}

.form-block .flex-wrapper .left {
	width: 400px;
}

.form-block .flex-wrapper .left h1 {
	font-size: 38px;
	text-align: left;
	padding: 0;
}

.form-block .flex-wrapper .left ul {
	margin-top: 30px;
	list-style: none;
}

.form-block .flex-wrapper .left ul li {
	margin-top: 20px;
	position: relative;
	padding-left: 50px;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
}

.form-block .flex-wrapper .left ul li:before {
	position: absolute;
	content: "";
	width: 31px;
	height: 31px;
	left: 0;
	top: 0;
	background: url(../img/list-yellow.png)
		 /*tpa=http://f3.novastep.org/landing_file/novastep/Landing_30/rocket-landings-production/690/images/list-yellow.png*/;
	background-size: 31px 31px;
}

.form-block .flex-wrapper .center {
	width: 370px;
}

.form-block .flex-wrapper .center .form {
	margin: auto;
	padding-top: 40px;
	padding-bottom: 15px;
	background: white;
}

.form-block .flex-wrapper .center .form:before {
	display: none;
}

.form-block .flex-wrapper .center > p {
	text-align: center;
	padding: 25px 0;
}

.form-block .flex-wrapper .center > p img {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 10px;
}

.form-block .flex-wrapper .center .form form .btn-ord:before {
	display: none;
}

.form-block .flex-wrapper .right {
	width: 400px;
	position: relative;
	margin-left: 30px;
	margin-top: 5px;
}

.form-block .flex-wrapper .right .discount {
	right: 260px;
}

.form-block .flex-wrapper .right .discount:before {
	position: absolute;
	content: "";
	width: 69px;
	height: 38px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAjCAMAAAD8FZcmAAABpFBMVEUAAADzcR/zdx7wZCL7phP0eR3wZCLxZyH5mhbxZiH7phPwZCLwZCL7pxPwZCL8rhL6nhX9tBD2hxrwZCL9sxD6oRXwZCL5mBb9shH3kRj6nxXybx/5mhb1fhz8rxH+uBDxaSH3jRn5nBX0exzwZSHwZCLwZCL/vw7zch7xZiH1gBzxaiDxZyH6oxT8qhPzdh7ybSD6nhXwZCL3ixnwZCLwZCL5mBb+ug/xaCH8rRL7phPycR/6oRX8rhLzeB70fB39sxH9tRD2hhr4kRj6ohT8qxP/vQ/5nhX7pxP4lRf6pBT1ghz9shH2ihn6oRX+uBDzdR76nxX4kRj/vw71hBv9thD1gBz2iBr+vA/wZCL5nRb+uw/zdx78rxL9thD8rBLwZCL7qRP8rRL9shH8qxL7phP5mhb6oxT6nxXycR/1gxv0ex31gBz0fhz3jRn4khj4lhf6pBT+txD2hxr6oRX5nBX9tRDzdB72iRr3kBj8rxLxaCHybSDxayDzdh72hRvzeB33jxj5nhX8sBH9tBD2ixn4lRf7pRP+uw/4lBf+uQ/5lxcJjM1dAAAAYHRSTlMADwMvHAvwiDYfB/v038asg3VRR0VCFPHx8O/s7Ovr6efn5OHczrKmpKGXkHV1a2JSTEA7OTUwKScnIhgT+vn5+ffy8e7izczKx7u6t62tpJqQj4R/fXNsYmBbWkg7Ny395wVXAAACDElEQVRIx6XRZ1viQBSG4ZPQBKRIs/fey9p1e++9NwlggkCEiAEs0Si6KH96Z2AEP3Lw+QH39c4cqGayLni9c4bA2rIVMPGc4fvoYE/jBslu36CZzXbzkGXCywNfi8AFOB7AaphfmBl3DlKo2sDohJUomDjOYHGar4D9/cPDg56RaUDGc3NDAxXgIBqNZt79AmyBeWcjERigaXc6p9fQiMHCJmQy2vFxLNH/hUcbnKU9WgZisVgiEe/8BHhjvL20gADx+NbW0QMP3lge0TQKlIWd7GsT3pjpvwZkz3o9gG/sLgN2srKs5z7UMcOTYMCZLOdy289teML0kgE6AS6SzQ11EGNHpQU6BZLFvkXA95UB2+fJ5OZmR2XFX1fNxK1eWdcZsHsi+aHUlNAEtROtZMHFOQWI8IiuMLoE4TfUXkMrBYpEkCRRdBjB/zgs3F4CRKsP6QL6hrSYijybCoYFocsImBY7ihUgEqTAaQvg8jcz4B8FwsJe6BUgm90tfQIDTkOhJsD24ySdTqUIECQLiOADdO6rNwh0wv0/aIB7kxargKraAJfxvXR9QV7tBlTr7jZJpIcsn4FMUN4CIttkn0QPyX6RLlAU1Ck499M2CkQYQIXLn4CKN86+cJSBvVA+ryiXhVVAt74y6ehibyAC1NeKz9VyT1UJ8ATqzub73K0UCsM83KSlb8MfAeA/oi3Z49CoKXEAAAAASUVORK5CYII=")
		 no-repeat;
	left: -70px;
	top: 40px;
	/* transform: rotate(90deg); */
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	/* -webkit-transform: scaleY(-1); */
	-webkit-transform: scaleY(-1) rotate(180deg);
	-ms-transform: scaleY(-1) rotate(180deg);
	transform: scaleY(-1) rotate(180deg);
	-webkit-filter: FlipV;
	filter: FlipV;
	-ms-filter: "FlipV";
}

.form-block .flex-wrapper .right > img {
	max-height: 377px;
}

.conference {
	padding: 90px 0;
}

.conference .content {
	margin-top: 40px;
	position: relative;
}

.conference .content:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 60px;
	left: 0;
	bottom: -22px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.77) 32%, white 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.77) 32%, white 100%);
	background: -webkit-gradient(
		 linear,
		 left top,
		 left bottom,
		 from(rgba(255, 255, 255, 0)),
		 color-stop(32%, rgba(255, 255, 255, 0.77)),
		 to(white)
	);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.77) 32%, white 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.77) 32%, white 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.conference .content img {
	float: left;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 8px;
	max-width: 55%;
}

.conference .content p {
	color: #444444;
	font-size: 18px;
	line-height: 28px;
}

.conference .content p:not(:first-of-type) {
	margin-top: 40px;
}

.conference .content span {
	text-align: right;
	display: block;
	font-size: 20px;
	padding-top: 30px;
	font-weight: bold;
}

.conference .content .about-person {
	font-size: 16px;
	background: #f0f5fa;
	font-weight: bold;
	line-height: 24px;
	padding: 15px 28px;
	width: 270px;
	position: relative;
	float: right;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 20px;
}

.conference .content .about-person:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 30px solid white;
	border-right: 30px solid transparent;
}

.conference .content .about-person:after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 30px solid white;
	border-left: 30px solid transparent;
}

.conference .content .about-person .quote {
	color: #fec804;
	font-size: 54px;
	line-height: 24px;
	position: absolute;
	top: 5px;
	left: 40px;
}

.conference .content.readmore-js-expanded:after {
	display: none;
}

.conference .toggle {
	margin: 30px auto 0;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid black;
	font-size: 38px;
	text-decoration: none;
	width: 40px;
	text-align: center;
	line-height: 38px;
	font-weight: 100;
}

.conference .toggle.unactive {
	color: #20a82d;
}

.conference .toggle.active {
	color: #fec804;
	border: 1px solid #fec804;
}

.results {
	padding: 0px 0 80px;
}

.results h1 {
	margin-top: 50px;
}

.results .result-head {
	padding: 80px 0 60px;
	background: #f3f8fb
		 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABQBAMAAABFWF7FAAAAJFBMVEX///8AAAD////////+/v7+/v7+/v7////////////+/v7////N6z+tAAAADHRSTlOAAGEkWxtXHygYaGUHj9V+AAABZklEQVRIx2zOzQ2BURhE4RPxE0ssCJtPB1pQghJ0QAda0IESlCiCe+TOO8uTWTz8NhpwRVt8t7kvXLb2257zZ/N3m+fP5u8xjZvN3wbERPO3BTHR/N1ATDR/DxBTNBoFMUWjURBTNBoFMUWjURBTNKSI6Zq/HQTQ5u/waRNftv/fE3qgzd+K707euoYU4Oiva0gRUzSkAGN/XUOKmKIhRUzRkCKmaEgRUzSkiMn2/i0hgNGQIibb+zdAAKMhRUzRkCKmaHwobiYPbEgRUzQ6ClzlYaOjwF4eNi4QmKIx9G0kDxu567po5PbybORm8myvvuqQAAAAgEHY+6e+xA1Jga0oyahGb1SjN6rRG9XoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmN3gFSCKAH950ZcQAAAABJRU5ErkJggg==");
}

.results .result-head h2 {
	max-width: 100%;
	margin: 20px auto 0;
	text-align: center;
}

.results .container > p {
	font-size: 18px;
	color: #444444;
	text-align: center;
}

.results .container > p:last-of-type {
	font-size: 20px;
	margin-top: 30px;
}

.results .container > img {
	margin-top: 40px;
}

.results .effect {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px auto;
}

.results .effect .percents {
	text-align: center;
}

.results .effect .percents:nth-of-type(1) span {
	color: #13a7c0;
}

.results .effect .percents:nth-of-type(2) span {
	color: #ec6319;
}

.results .effect .percents:nth-of-type(3) span {
	color: #fec804;
}

.results .effect .percents span:first-of-type {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #333333;
}

.results .effect .percents .percent,
.results .effect .percents .cur {
	font-size: 130px;
	font-weight: bold;
}

.results .effect-days {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px auto;
}

.results .effect-days .percents:nth-of-type(1) span {
	color: #13a7c0;
}

.results .effect-days .percents:nth-of-type(2) span {
	color: #d8482c;
}

.results .effect-days .percents:nth-of-type(3) span {
	color: #ec6319;
}

.results .effect-days .percents:nth-of-type(4) span {
	color: #fec804;
}

.results .effect-days .percents span:first-of-type {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #333333;
}

.slider-block {
	padding: 80px 0;
	background: #f3f8fb
		 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABQBAMAAABFWF7FAAAAJFBMVEX///8AAAD////////+/v7+/v7+/v7////////////+/v7////N6z+tAAAADHRSTlOAAGEkWxtXHygYaGUHj9V+AAABZklEQVRIx2zOzQ2BURhE4RPxE0ssCJtPB1pQghJ0QAda0IESlCiCe+TOO8uTWTz8NhpwRVt8t7kvXLb2257zZ/N3m+fP5u8xjZvN3wbERPO3BTHR/N1ATDR/DxBTNBoFMUWjURBTNBoFMUWjURBTNKSI6Zq/HQTQ5u/waRNftv/fE3qgzd+K707euoYU4Oiva0gRUzSkAGN/XUOKmKIhRUzRkCKmaEgRUzSkiMn2/i0hgNGQIibb+zdAAKMhRUzRkCKmaHwobiYPbEgRUzQ6ClzlYaOjwF4eNi4QmKIx9G0kDxu567po5PbybORm8myvvuqQAAAAgEHY+6e+xA1Jga0oyahGb1SjN6rRG9XoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmNntXoWY2e1ehZjZ7V6FmN3gFSCKAH950ZcQAAAABJRU5ErkJggg==");
}

.slider-block .slider-photos {
	text-align: center;
	padding: 0 60px;
	margin: 45px auto 0px;
}

.slider-block .slider-photos .before {
	position: relative;
	padding: 0 10px;
}

.slider-block .slider-photos .after {
	position: relative;
	padding: 0 10px;
}

.slider-block .order-button {
	display: block;
	background: #13a7c0;
	color: white;
	text-decoration: none;
	margin: 90px auto 0;
	width: 240px;
	text-align: center;
	font-size: 24px;
	line-height: 22px;
	padding: 15px 10px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border: 5px solid #e9e8e6;
}

.slider-block .order-button:hover {
	background: #ec192b;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.comments {
	padding: 90px 0 0px;
	border-bottom: 1px solid #d5d5d5;
}

.comments .flex-wrapper {
	padding: 80px 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.comments .comment {
	position: relative;
	-webkit-box-shadow: 0px 0px 23px 1px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 23px 1px rgba(0, 0, 0, 0.07);
	width: 370px;
	height: fit-content;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: -ms-fit-content;
}

.comments .comment .photo {
	text-align: center;
}

.comments .comment .photo img {
	display: block;
	margin: -25px auto 20px;
}

.comments .comment .photo .name {
	font-weight: bold;
	font-size: 18px;
}

.comments .comment .apply-result {
	margin-top: 20px;
	position: relative;
	font-size: 16px;
	font-style: italic;
	background: #f0f5fa;
	padding: 20px 40px;
	text-align: center;
	color: #333333;
	min-height: 97px;
}

.comments .comment .apply-result .quote {
	top: 6px;
	left: 0;
	right: 0;
	margin: auto;
}

.comments .comment .comment-text {
	font-size: 17px;
	position: relative;
	text-align: center;
	color: #444444;
	height: fit-content;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: -ms-fit-content;
}

.comments .comment .comment-text:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 66px;
	left: 0;
	bottom: 0;
	/* background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.77) 0%, white 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.77) 0%, white 100%);
	background: -webkit-gradient(
		 linear,
		 left top,
		 left bottom,
		 from(rgba(255, 255, 255, 0)),
		 color-stop(0, rgba(255, 255, 255, 0.77)),
		 to(white)
	);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.77) 0%, white 100%);
	background: -webkit-gradient(
		 linear,
		 left top,
		 left bottom,
		 from(rgba(255, 255, 255, 0)),
		 color-stop(0%, rgba(255, 255, 255, 0.77)),
		 to(white)
	);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.77) 0%, white 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); */
}

.comments .comment .comment-text p {
	padding: 20px;
	font-size: 17px;
	line-height: 22px;
}

.comments .comment .comment-text.readmore-js-expanded:after {
	display: none;
}

.comments .comment .toggle {
	position: absolute;
	background-color: white;
	width: 30px;
	line-height: 28px;
	font-size: 30px;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
}

.how-use-block {
	padding: 75px 0;
}

.how-use-block > p {
	color: #444444;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	margin-top: 50px;
}

.how-use-block .flex-wrapper {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.how-use-block .flex-wrapper .img {
	position: relative;
	overflow: hidden;
	width: 377px;
	height: 377px;
}

.how-use-block .flex-wrapper .img img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.how-use-block .flex-wrapper .img img.active {
	opacity: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.how-use-block .flex-wrapper .how-use {
	position: relative;
	margin-left: 135px;
	margin-top: 50px;
}

.how-use-block .flex-wrapper .how-use:before {
	position: absolute;
	content: "";
	top: 0;
	left: -230px;
	background: url(../img/product.png)
		 /*tpa=http://f3.novastep.org/landing_file/novastep/Landing_30/rocket-landings-production/690/images/product.png*/
		 no-repeat;
	-o-background-size: contain;
	background-size: contain;
	width: 271px;
	height: 340px;
}

.how-use-block .flex-wrapper .how-use ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.how-use-block .flex-wrapper .how-use ul li .line {
	height: 1px;
	width: 70px;
	background: #20a82d;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.how-use-block .flex-wrapper .how-use ul li .number {
	background: white;
	border: 1px solid #20a82d;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 40px;
	width: 40px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-left: -5px;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.how-use-block .flex-wrapper .how-use ul li p {
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
	padding: 30px 0;
	border-bottom: 1px solid #d5d5d5;
	font-size: 20px;
	width: 330px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	color: #333333;
}

.how-use-block .flex-wrapper .how-use ul li.active .line {
	background: #fec804;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.how-use-block .flex-wrapper .how-use ul li.active .number {
	background: #fec804;
	border: 1px solid #fec804;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.how-use-block .flex-wrapper .how-use ul li.active p {
	font-weight: bold;
	color: black;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.spray .spray-header {
	background: #e6f3fe
		 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAABQBAMAAACqmjX7AAAAGFBMVEX+/v4AAAD////////+/v7////+/v7////wu6LPAAAACHRSTlMmAAoeGwcZDOZUEN0AAAFSSURBVEjHhM6xDQIxEAVRCwEx7AZOlw62BCiBEq4D9x8hOZ3R8cOnH8z4PrEp9hgHMQ873ojLbNyJbTYYOd0YmW6MXG6MbDcETTdGphsjlxsj2w1B4bb3QQ6NkeW2d0UODUHhxsh0Y2S5MbLdEBRujEw3RpYbI9sNQeHGyHRjZLkxsk9t77Vz3BiZ/21cdo4bI9sNQeHGyHRjZLkxst0QFG6MTDdGlhsj3+f246sOiQAAgCAEXgSifP90L3FYBr+pi42lLjaWuthY6mJjqYuNpS42lrrYHK/FYamLjaUuNpa62FjqYmOpi42lLjaWuthY6mJjqYuNpS42lrrYWOpiY6mLjaUuNpa62FjqYmOpi42lLjaWuthY6mJjqYuNpS42lrrYWOpiY6mL7QdUKExUjQNUqEBUjQNUaEBUjSPAQGTtosBAZO3iwEBs7cKAv3ZBAABEhY1bqhN6RwAAAABJRU5ErkJggg==");
	padding: 80px 0;
	position: relative;
}

.spray .spray-header:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #e6f3fe;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;
}

.spray .spray-header .container h1 .blue-spray {
	font-size: 40px;
	line-height: 42px;
}

.spray .spray-header .container > span {
	text-align: center;
	display: block;
	margin-top: 15px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

.spray .spray-header .container p {
	color: #444444;
	font-size: 18px;
	line-height: 28px;
	margin-top: 20px;
	text-align: center;
}

.spray .block11-content {
	padding: 75px 0;
	position: relative;
}

.spray .block11-content:before {
	position: absolute;
	content: "";
	width: 43px;
	height: 1345px;
	background: url(../img/section-before.png)
		 /*tpa=http://f3.novastep.org/landing_file/novastep/Landing_30/rocket-landings-production/690/images/section-before.png*/;
	top: -333px;
	left: -100px;
}

.spray .block11-content:after {
	position: absolute;
	content: "";
	width: 43px;
	height: 1345px;
	background: url(../img/section-before.png)
		 /*tpa=http://f3.novastep.org/landing_file/novastep/Landing_30/rocket-landings-production/690/images/section-before.png*/;
	top: -333px;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	-webkit-filter: FlipH;
	filter: FlipH;
	-ms-filter: "FlipH";
	right: -100px;
}

.spray .block11-content .product {
	width: 340px;
	display: inline-block;
	position: relative;
}

.spray .block11-content .product .discount {
	bottom: 25px;
	right: -10px;
}

.spray .block11-content .left-block {
	position: relative;
	z-index: 2;
	width: 460px;
	float: left;
}

.spray .block11-content .left-block h1 {
	color: black;
	text-align: left;
	line-height: 38px;
	max-width: 646px;
	font-size: 38px;
	padding: 0;
}

.spray .block11-content .left-block h1 .product-name {
	font-weight: bold;
	text-align: left;
}

.spray .block11-content .left-block h2 {
	margin-top: 20px;
	font-size: 18px;
	line-height: 24px;
	color: #555555;
	max-width: 360px;
}

.spray .block11-content .left-block .about-product {
	margin-top: 40px;
	max-width: 440px;
	padding-right: 20px;
	position: relative;
	margin-left: 25px;
	list-style: none;
}

.spray .block11-content .left-block .about-product li {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 22px;
	margin-top: 30px;
	margin-left: 10px;
	position: relative;
}

.spray .block11-content .left-block .about-product li:before {
	position: absolute;
	content: "";
	width: 31px;
	height: 31px;
	left: -43px;
	top: 0px;
	background: url(../img/list-yellow.png)
		 /*tpa=http://f3.novastep.org/landing_file/novastep/Landing_30/rocket-landings-production/690/images/list-yellow.png*/;
	-o-background-size: 30px;
	background-size: 30px;
	background-size: 31px 31px;
}

.spray .block11-content .left-block .about-product .prod {
	position: absolute;
	left: -311px;
	top: 57px;
	width: 261px;
	height: 423px;
	z-index: 3;
	background: url("../img/prod-block1.png")
		 /*tpa=http://f3.novastep.org/landing_file/novastep/Landing_30/rocket-landings-production/690/images/prod-block1.png*/;
}

.spray .block11-content .left-block .about-product .prod img {
	display: none;
}

.spray .block11-content .left-block .form {
	margin-top: -55px;
}

.spray .block11-content .right-block {
	position: relative;
	z-index: 2;
	float: right;
	width: 300px;
	color: #666666;
}

.spray .block11-content .right-block > p {
	text-align: center;
	padding: 20px 0;
}

.spray .block11-content .right-block > p img {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 10px;
}

.spray .block11-content .right-block .form {
	border-top: 5px solid #fdd74d;
	background: rgba(233, 232, 230, 0.49)
		 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAArCAMAAACguTN5AAAAYFBMVEUAAAD6+vr7+/v5+fn39/f6+vr6+vr5+fn+/v76+vr6+vr5+fn5+fn6+vr6+vr5+fn5+fn5+fn4+Pj6+vr6+vr6+vr4+Pj39/f////5+fn6+vr5+fn5+fn5+fn+/v76+voxGjHoAAAAH3RSTlMAqkT7IZq1hBLRy4G7n0zy8fBTPDg0UCMQ73JXVTIT9ysdDwAAAKhJREFUKM9tylkOgkAURNHnDIqoqDhb+9+l3Qa4CUV9VW5OzIc9m+EGq3bhO+tx91pJYKh0AkMFhmZcGHV8keR4rW4bo3nHwigYCoYavkpjDAVD2aHoqGEo+Punjj+S49jNJharYGyx9PYKTeAy5PitkOMyVcONUjVc5tpjaK49huY6wq26mjGUCm5FBW+p4FrUtD2UmjCUmjCUurhlSgVvqeBaVPBA9QN/CjL5eAudwQAAAABJRU5ErkJggg==");
}

.spray .block11-content .right-block .form:before {
	display: none;
}

.spray .block11-content .right-block .form form .btn-ord:before {
	left: -36px;
	top: 24px;
	-webkit-transform: rotate(-48deg);
	-moz-transform: rotate(-48deg);
	-ms-transform: rotate(-48deg);
	-o-transform: rotate(-48deg);
	transform: rotate(-48deg);
}

.spray .block11-content .right-block .form form .btn-ord .order {
	background: #20a82d;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.spray .block11-content .right-block .form form .btn-ord .order:hover {
	background: #2274ad;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.spray .how-use-spray {
	background: #e6f3fe
		 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAABQBAMAAACqmjX7AAAAGFBMVEX+/v4AAAD////////+/v7////+/v7////wu6LPAAAACHRSTlMmAAoeGwcZDOZUEN0AAAFSSURBVEjHhM6xDQIxEAVRCwEx7AZOlw62BCiBEq4D9x8hOZ3R8cOnH8z4PrEp9hgHMQ873ojLbNyJbTYYOd0YmW6MXG6MbDcETTdGphsjlxsj2w1B4bb3QQ6NkeW2d0UODUHhxsh0Y2S5MbLdEBRujEw3RpYbI9sNQeHGyHRjZLkxsk9t77Vz3BiZ/21cdo4bI9sNQeHGyHRjZLkxst0QFG6MTDdGlhsj3+f246sOiQAAgCAEXgSifP90L3FYBr+pi42lLjaWuthY6mJjqYuNpS42lrrYHK/FYamLjaUuNpa62FjqYmOpi42lLjaWuthY6mJjqYuNpS42lrrYWOpiY6mLjaUuNpa62FjqYmOpi42lLjaWuthY6mJjqYuNpS42lrrYWOpiY6mL7QdUKExUjQNUqEBUjQNUaEBUjSPAQGTtosBAZO3iwEBs7cKAv3ZBAABEhY1bqhN6RwAAAABJRU5ErkJggg==");
	padding: 80px 0;
	position: relative;
}

.spray .how-use-spray:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #e6f3fe;
	left: 0;
	right: 0;
	top: -20px;
	margin: auto;
}

.spray .how-use-spray .steps {
	margin-top: 50px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.spray .how-use-spray .steps .step {
	max-width: 246px;
	text-align: center;
	position: relative;
}

.spray .how-use-spray .steps .step:not(:last-child):after {
	position: absolute;
	content: "";
	width: 111px;
	height: 15px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG8AAAAPBAMAAAAYH4wJAAAAGFBMVEUAAADGxMTGxMTGxMTGxMTGxMTGxMTGxMSW8SnTAAAAB3RSTlMArwYhwJuaOSDLUwAAADZJREFUKM9jIAMwKzCQB1iFyNTIJEiulYpDykoDhnIQAHFIYzmQbSOd/IgI1SFiIRvIQrJzBwDCtBDGmr4rfgAAAABJRU5ErkJggg==");
	top: 100px;
	left: 260px;
}

.spray .how-use-spray .steps .step:last-child:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background: url("../img/list-yellow.png")
		 /*tpa=http://f3.novastep.org/landing_file/novastep/Landing_30/rocket-landings-production/690/images/list-yellow.png*/;
	top: 0px;
	right: 35px;
	/*background-size:31px 31px;*/
}

.spray .how-use-spray .steps .step .img {
	width: 220px;
	height: 220px;
	text-align: center;
	background-color: white;
	overflow: hidden;
	border: 10px solid #dcecf9;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	margin: auto;
}

.spray .how-use-spray .steps .step .img:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: "";
}

.spray .how-use-spray .steps .step .img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

.spray .how-use-spray .steps .step p {
	margin-top: 20px;
	font-weight: bold;
}

.order-product {
	padding: 50px 0 0px;
}

.order-product .container h1 {
	max-width: 740px;
	margin: auto;
}

.order-product .container .order {
	margin-top: 50px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	border-bottom: 1px solid #d5d5d5;
}

.order-product .container .order .circle {
	width: 240px;
	position: relative;
	text-align: center;
	margin-bottom: 80px;
}

.order-product .container .order .circle p {
	padding-top: 30px;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	max-width: 230px;
}

.order-product .container .order .arrows {
	padding: 0 20px;
}

.order-product .container .order .arrows .arrow {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	margin-top: 60px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAxCAMAAABwO3AyAAABblBMVEUAAAD52i/61yr71SP9zhL80hz71B/33zr80h370x752Cz80Rr53DL71SL52S343Tb52jD71ST43DT52S752zH43jj71ST71SP70yD53DP62S39zRD61yf+yAX9zxP80Rr9zRD52i/71CL70x743DT61yf+ygj43Tf43DT61yf61yf/xwP/yQj9zhH80hv9zRD70Rv80Rn61iX71SL71SL80Rn9zA/61iX52i/+zA771SP+ywz52i743Tf8zhT9ywz52S/70Rv8zhT+yQn80Rn8zxX70x78zhT52jD+ygj71CL61SP8zxX52S/33jr80Rn33jn61SP9ywz43DT/xwL52jD70Rv9zA79zRD33jr70Rv52Cz52jD8zxX61if+yAX70x7+yAX43DT9zRD43Tf33jn43DT+ygj52Cz33jr33zz+yQn33zz80Rn/xwL9zAz80Rr+ygf8zhT9zRD61yf8zxX61SP71CL70x752i+1RRDPAAAAb3RSTlMAAgUJGRUPthIM/fz16N/NoX57aWFRNDEoHwP8+vb18e/u7urm5ePX1ce3r6SZk46MgnVtYFxaVkI+OCQcGPr6+fjt7evl393Z1dTOy8rIwr+/vbm0srKuq6Whlo6Ih4d6d3BpZVxZVU5LSUhELh6CP7UUAAABnklEQVRIx42UV1fCQBCFEyJdxK6ICtJBEBQRBLH33nvvfTcJofx7fZOJwzkzj3e/TLnZWUEwGwVidLVSSTGcp6KPTpFISoEOatL2IQuRNDVfUJNe2rqJpMsWpQ7VWhonkj0lhwk/MU/phFh5BCefDnRCrmz/QklDoFOnbFR3xAZm6+pnq3wCJYuzMV2VZb5kovmS5loSJbtLviYgWBc1dy+KRivHUBjV1H2UzFZ4BgjGQZW9oEY5+Dysn1BZSMLQNq6cAKHgZvINRhrnFAYtPGXyQAFDzxW2AOrnmSwfohdIYfJwvdA0I/8J4GCayfF6Iflb/RsjUwoLWYBNTL7DQItHUT/qhSuVrRkauJQAX3pVNomBVh9fser+ZlzAYqxiBxlMHs1rxEApWEkB4ZZrD2jKjtK6BJrx8010Pfpa+ntgM1U7/o501tpgM44qvsZiZAs6ly778S3qaoaLYAiWMwIaznv9fHv4tr/v/puvF09pdunms10LpOhbbZFo5HPtlQaKkSNExS1zEUlnOxF8CxuI5HaOCH6eCcQwF4ngD1zHQgOQnqBDAAAAAElFTkSuQmCC");
	background-repeat: no-repeat;
	height: 50px;
	width: 20px;
}

.order-product .container .order .arrows .arrow.filter {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.order-product .container .order .arrows .arrow-1,
.order-product .container .order .arrows .arrow-3 {
	background-position: -25px 0;
}

.order-product .container .warning {
	padding: 90px 0 110px;
	text-align: center;
	background: url("../img/warning.png")
		 /*tpa=http://f3.novastep.org/landing_file/novastep/Landing_30/rocket-landings-production/690/images/warning.png*/
		 no-repeat center;
}

.order-product .container .warning h1 {
	max-width: 1060px;
}

.order-product .container .warning p {
	margin-top: 25px;
	font-size: 18px;
	line-height: 28px;
	color: #444444;
}

footer {
	font-size: 16px;
	line-height: 24px;
	color: #737373;
	padding: 25px 0 50px;
}

footer a {
	color: #737373;
	text-decoration: none;
}

footer .flex-wrapper {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer .flex-wrapper .left {
	text-align: left;
}

footer .flex-wrapper .left img {
	margin-right: 20px;
}

footer .flex-wrapper .center {
	text-align: center;
}

footer .flex-wrapper .right {
	text-align: right;
}

footer .flex-wrapper span {
	display: block;
}

footer .flex-wrapper span#date {
	display: inline;
}

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

.slick-dots {
	bottom: -40px;
	left: 0;
	right: 0;
	margin: auto;
}

.slick-dots li {
	width: 12px;
	height: 12px;
	margin-right: 15px;
	background: #cadceb;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.slick-dots li button:before {
	content: "";
}

.slick-dots li.slick-active {
	background: #fec804;
}

.slick-prev,
.slick-next {
	height: 23px;
	width: 54px;
}

.slick-prev:before,
.slick-next:before {
	content: "";
}

.slick-prev {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAVBAMAAAD2uKAMAAAAD1BMVEUAAAD/agD/agD/agD/agDVxJuMAAAABHRSTlMAP+uaMfSUSgAAACRJREFUKM9jwAKYBRhwAEZFBlxAaAhrcsEFSLdISGD4aIGkAwCztwkv1La7XgAAAABJRU5ErkJggg==")
		 no-repeat;
	left: 0px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slick-next {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAVBAMAAAD2uKAMAAAAD1BMVEUAAAD/agD/agD/agD/agDVxJuMAAAABHRSTlMAP+uaMfSUSgAAACRJREFUKM9jwAKYBRhwAEZFBlxAaAhrcsEFSLdISGD4aIGkAwCztwkv1La7XgAAAABJRU5ErkJggg==")
		 no-repeat;
	right: 0px;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.toggle {
	margin: 30px auto 0;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid black;
	text-decoration: none;
	text-align: center;
	font-weight: 100;
}

.toggle {
	color: #20a82d;
	background: white;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.toggle:hover {
	color: #ec192b;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.toggle.active {
	color: #fec804;
	border: 1px solid #fec804;
}

.toggle.active:hover {
	color: #ec192b;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.ever-popup__body > span {
	display: none;
}

.ever-popup__body .discount {
	display: none;
}

.ever-popup-build {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	background: white;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.ever-popup-build .form-product {
	text-align: center;
	width: 54%;
	min-width: 400px;
	padding-bottom: 20px;
	border-right: 1px solid #d5d5d58c;
}

.ever-popup-build .form-product img {
	max-width: 350px;
	max-height: 300px;
}

.ever-popup-build .form-product h1 {
	text-align: center;
	font-size: 26px;
	padding: 20px 0;
	font-weight: bold;
}

.ever-popup-build .form {
	width: 46%;
	margin-top: 0;
	background: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ever-popup-build .form:before {
	display: none;
}

.ever-popup-build .form form .prices .old-price,
.ever-popup-build .form form .prices .current-price {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.ever-popup-build .form form .order {
	padding: 22px 0;
}

.ever-popup-build .form > span {
	display: none;
}

.ever-popup-build .form form .order {
	margin-top: 20px;
	margin-bottom: 25px;
	background: #20a82d;
	color: white;
	font-size: 24px;
	line-height: 22px;
	font-weight: bold;
	border: 5px solid #e9e8e6;
	position: relative;
}

.ever-popup-build .form form .order:hover {
	background: #ec192b;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

@media screen and (max-width: 1200px) {
	.vw > section {
		 padding-left: 10px;
		 padding-right: 10px;
		 -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
		 box-sizing: border-box;
	}
	.block-1 .block1-content .girl {
		 -o-background-size: 1000px;
		 background-size: 1000px;
		 right: 0;
	}
	.block-1 .block1-content .girl .product {
		 margin-left: auto;
		 margin-right: 355px;
	}
	.statistic .symptom-photos {
		 max-width: 700px;
		 -webkit-flex-wrap: wrap;
		 -ms-flex-wrap: wrap;
		 flex-wrap: wrap;
		 -webkit-box-pack: center;
		 -webkit-justify-content: center;
		 -moz-box-pack: center;
		 -ms-flex-pack: center;
		 justify-content: center;
		 margin: auto;
	}
	.repercussion .photos .photo {
		 padding: 10px;
	}
	.results .result-head {
		 width: -webkit-calc(100% + 20px);
		 width: -moz-calc(100% + 20px);
		 width: calc(100% + 20px);
		 margin-left: -10px;
	}
	.comments .comment {
		 width: 32%;
	}
	.comments .comment .apply-result {
		 min-height: 116px;
	}
	.spray {
		 padding-left: 0 !important;
		 padding-right: 0 !important;
	}
	.spray .spray-header {
		 padding-left: 10px;
		 padding-right: 10px;
		 -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
		 box-sizing: border-box;
	}
	.spray .block11-content {
		 padding-left: 10px;
		 padding-right: 10px;
		 -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
		 box-sizing: border-box;
	}
	.spray .block11-content .product {
		 width: 390px;
	}
	.spray .block11-content .product img {
		 float: right;
	}
	.spray .block11-content .left-block {
		 width: 375px;
		 padding-left: 10px;
	}
	.spray .block11-content .left-block h1 {
		 line-height: 28px;
		 font-size: 26px;
	}
	.spray .how-use-spray {
		 padding-left: 10px;
		 padding-right: 10px;
		 -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
		 box-sizing: border-box;
	}
	.spray .how-use-spray .steps .step:not(:last-child):after {
		 display: none;
	}
	footer {
		 padding-left: 10px;
		 padding-right: 10px;
	}
}

@media screen and (max-width: 1100px) {
	.block-1 {
		 margin-bottom: 30px;
	}
	.block-1 header .menu {
		 float: none;
	}
	.block-1 header .menu ul li {
		 padding: 0 20px;
	}
	.block-1 .block1-content .girl {
		 background: none;
	}
	.block-1 .block1-content .girl .product {
		 margin-top: 248px;
		 margin-right: 335px;
	}
	.product-consist .container .consist div ul li {
		 /* padding-right: 90px; */
	}
	.product-consist .container .consist div ul li.active {
		 max-height: 300px;
		 padding-bottom: 0;
	}
	.product-consist .container .consist div ul li.active p {
		 width: -webkit-calc(100% + 60px);
		 width: -moz-calc(100% + 60px);
		 width: calc(100% + 60px);
	}
	.form-block .flex-wrapper .left {
		 width: 380px;
		 padding-right: 10px;
	}
	.form-block .flex-wrapper .left h1 {
		 font-size: 33px;
	}
	.conference .content p {
		 font-size: 16px;
	}
	.how-use-block .flex-wrapper .how-use {
		 margin-left: 110px;
	}
	.how-use-block .flex-wrapper .how-use:before {
		 left: -230x;
	}
	.spray .block11-content .left-block {
		 width: 300px;
	}
	.spray .block11-content .product {
		 width: 366px;
	}
}

@media screen and (max-width: 1000px) {
	.ever-mobile.form form .btn-ord:before {
		 display: none;
	}
	.ever-mobile.form:before {
		 display: none !important;
	}
	.ever-mobile.form form .order:before {
		 display: none !important;
	}
	.block-1 {
		 padding-bottom: 35px;
	}
	.block-1 header .callback {
		 display: none;
		 -webkit-transition: 0.5s;
		 -o-transition: 0.5s;
		 -moz-transition: 0.5s;
		 transition: 0.5s;
	}
	.block-1 header .menu ul {
		 -webkit-box-pack: end;
		 -webkit-justify-content: flex-end;
		 -moz-box-pack: end;
		 -ms-flex-pack: end;
		 justify-content: flex-end;
	}
	.block-1 .block1-content .left-block {
		 float: none;
		 margin: 20px auto 0;
	}
	.block-1 .block1-content .left-block h1,
	.block-1 .block1-content .left-block h2 {
		 max-width: 100%;
		 text-align: center;
	}
	.block-1 .block1-content .left-block .about-product {
		 margin-left: 50px;
		 margin: 0 auto;
		 left: 29px;
	}
	.block-1 .block1-content .right-block {
		 margin-right: 14%;
		 margin: 0 auto;
		 float: none;
	}
	.block-1 .block1-content .girl {
		 min-height: 300px;
		 width: 340px;
		 left: 14%;
		 display: none;
	}
	.block-1 .block1-content .girl .product {
		 margin: 0;
		 margin-top: 100px;
	}
	.product-consist .container .consist .center {
		 display: none;
	}
	.product-consist .container .consist .left {
		 padding: 0 10px 0 0;
	}
	.product-consist .container .consist .right {
		 padding: 0 0 0 10px;
	}
	.product-consist .container .consist .right ul li.active p {
		 width: auto;
	}
	.form-block .flex-wrapper {
		 -webkit-flex-wrap: wrap;
		 -ms-flex-wrap: wrap;
		 flex-wrap: wrap;
		 -webkit-box-pack: center;
		 -webkit-justify-content: center;
		 -moz-box-pack: center;
		 -ms-flex-pack: center;
		 justify-content: center;
	}
	.form-block .flex-wrapper .left {
		 -webkit-flex-basis: 70%;
		 -ms-flex-preferred-size: 70%;
		 flex-basis: 70%;
		 margin-bottom: 50px;
	}
	.form-block .flex-wrapper .center {
		 width: 350px;
	}
	.form-block .flex-wrapper .right {
		 width: 370px;
		 text-align: center;
		 margin-left: 30px;
	}
	.form-block .flex-wrapper .right .discount:before {
		 left: -65px;
	}
	.conference .content p:not(:first-of-type) {
		 margin-top: 25px;
	}
	.comments .comment .apply-result {
		 padding: 20px 20px;
		 font-size: 14px;
	}
	.how-use-block .flex-wrapper .how-use {
		 margin: 30px auto;
		 padding-left: 230px;
	}
	.how-use-block .flex-wrapper .how-use:before {
		 left: 0px;
	}
	.how-use-block .flex-wrapper .img {
		 display: none;
	}
	.spray .block11-content .left-block {
		 width: 490px;
		 float: none;
		 margin: 0 auto 50px;
	}
	.spray .block11-content .left-block h1 .br {
		 display: inline;
	}
	.spray .block11-content .left-block h1 .product-name {
		 white-space: nowrap;
	}
	.spray .block11-content .product {
		 margin-left: 12%;
	}
	.spray .block11-content .right-block {
		 float: none;
		 display: inline-block;
		 vertical-align: top;
		 margin-left: 40px;
	}

	.form form .btn-ord:before {
		 display: none;
	}
}

@media screen and (max-width: 910px) {
	.block-1 .block1-content .right-block {
		 /*margin-right: 8%;*/
	}
	.block-1 .block1-content .girl {
		 left: 8%;
	}
	.spray .block11-content .product {
		 margin-left: 5%;

		 height: 400px;
		 margin: 0 auto;
	}
	.results .effect .percents .percent,
	.results .effect .percents .cur {
		 font-size: 100px;
	}
}

@media screen and (max-width: 769px) {
	.block-1 header .logo {
		 float: none;
		 margin: 20px auto 10px;
	}
	.block-1 header .menu ul {
		 -webkit-box-pack: center;
		 -webkit-justify-content: center;
		 -moz-box-pack: center;
		 -ms-flex-pack: center;
		 justify-content: center;
	}
	.block-1 .block1-content .left-block {
		 float: none;
		 margin: 20px auto 0;
	}
	.block-1 .block1-content .left-block h1,
	.block-1 .block1-content .left-block h2 {
		 max-width: 100%;
		 text-align: center;
	}
	.block-1 .block1-content .left-block .about-product {
		 margin-left: 50px;
		 margin: 0 auto;
		 left: 29px;
	}
	.block-1 .block1-content .right-block {
		 float: none;
		 margin: auto;
	}
	.block-1 .block1-content .girl {
		 left: 0;
		 right: 0;
		 position: relative;
		 margin: 20px auto;
		 min-height: 0px;
	}
	.block-1 .block1-content .girl .product {
		 margin: 0 auto;
	}
	.form form .btn-ord:before {
		 display: none;
	}
	.product-consist .container .consist {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -webkit-flex-direction: column;
		 -moz-box-orient: vertical;
		 -moz-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 -webkit-box-align: center;
		 -webkit-align-items: center;
		 -moz-box-align: center;
		 -ms-flex-align: center;
		 align-items: center;
	}
	.product-consist .container .consist .left {
		 padding: 0;
	}
	.product-consist .container .consist .right {
		 padding: 0;
	}
	.product-consist .container .consist .right li {
		 padding: 4px 50px 4px ;
		 text-align: left;
	}
	.product-consist .container .consist .right li:before {
		 left: 0;
	}
	.product-consist .container .consist .right li:after {
		 left: auto;
		 right: 0;
		 -webkit-transform: none;
		 -moz-transform: none;
		 -ms-transform: none;
		 -o-transform: none;
		 transform: none;
	}
	.form-block .flex-wrapper .right .discount:before {
		 left: -25px;
		 top: -40px;
		 -webkit-transform: scaleY(1) rotate(243deg);
		 -moz-transform: scaleY(1) rotate(243deg);
		 -ms-transform: scaleY(1) rotate(243deg);
		 -o-transform: scaleY(1) rotate(243deg);
		 transform: scaleY(1) rotate(243deg);
	}
	.results .effect .percents .percent,
	.results .effect .percents .cur {
		 font-size: 65px;
	}
	.comments .flex-wrapper {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -webkit-flex-direction: column;
		 -moz-box-orient: vertical;
		 -moz-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 -webkit-box-align: center;
		 -webkit-align-items: center;
		 -moz-box-align: center;
		 -ms-flex-align: center;
		 align-items: center;
		 padding: 40px 0;
	}
	.comments .flex-wrapper .comment {
		 width: 80%;
		 max-width: 400px;
		 margin: 40px auto;
	}
	.comments .flex-wrapper .comment .apply-result {
		 min-height: 1px;
		 padding: 20px 40px;
	}
	.how-use-block > p {
		 margin-top: 135px;
	}
	.how-use-block .flex-wrapper .how-use ul li p {
		 margin-left: 45px;
		 padding: 11px 0;
		 font-size: 17px;
		 width: 200px;
	}
	.how-use-block .flex-wrapper .how-use ul li .number,
	.how-use-block .flex-wrapper .how-use ul li .line {
		 margin-top: 10px;
	}
	.spray .block11-content .product {
		 display: block;
		 margin: 0 auto;
	}
	.spray .block11-content .right-block {
		 display: block;
		 margin: 20px auto 0;
	}
	.spray .how-use-spray .steps {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -webkit-flex-direction: column;
		 -moz-box-orient: vertical;
		 -moz-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 -webkit-box-align: center;
		 -webkit-align-items: center;
		 -moz-box-align: center;
		 -ms-flex-align: center;
		 align-items: center;
	}
	.spray .how-use-spray .steps .step:not(:first-of-type) {
		 margin-top: 30px;
	}
	.statistic .symptom-photos .symptom:not(:first-of-type) {
		 margin-left: 20px;
	}
	.statistic .symptom-photos .symptom {
		 margin: 10px 20px;
		 -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
		 box-sizing: border-box;
	}
	.order-product .container .order {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -webkit-flex-direction: column;
		 -moz-box-orient: vertical;
		 -moz-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 -webkit-box-align: center;
		 -webkit-align-items: center;
		 -moz-box-align: center;
		 -ms-flex-align: center;
		 align-items: center;
		 padding-bottom: 40px;
	}
	.order-product .container .order .circle {
		 margin-bottom: 0;
	}
	.order-product .container .order .arrows {
		 -webkit-transform: rotate(90deg);
		 -moz-transform: rotate(90deg);
		 -ms-transform: rotate(90deg);
		 -o-transform: rotate(90deg);
		 transform: rotate(90deg);
		 margin: 20px;
	}
	.order-product .container .order .arrows .arrow {
		 margin: auto;
	}
	footer .flex-wrapper {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -webkit-flex-direction: column;
		 -moz-box-orient: vertical;
		 -moz-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	footer .flex-wrapper .center {
		 width: 100%;
		 text-align: center;
	}
	footer .flex-wrapper .right {
		 display: none;
	}
	footer .flex-wrapper .left {
		 margin-top: 0px;
		 width: 100%;
		 text-align: center;
	}
	footer .flex-wrapper .left .everad-logo img {
		 margin: 0 !important;
	}
	footer .flex-wrapper .left .copyright span {
		 display: none;
	}
	.ever-popup-build {
		 display: none;
	}
}

@media screen and (max-width: 630px) {
	.how-use-block {
		 padding: 50px 0;
	}
	.how-use-block > p {
		 margin-top: 30px;
	}
	.how-use-block .flex-wrapper .how-use {
		 padding-left: 0;
	}
	.how-use-block .flex-wrapper .how-use:before {
		 display: none;
	}
	.how-use-block .flex-wrapper .how-use ul li .line {
		 display: none;
	}
	.how-use-block .flex-wrapper .how-use ul li .number {
		 margin: 0;
	}
	.how-use-block .flex-wrapper .how-use ul li p {
		 margin-left: 10px;
	}
	.repercussion {
		 padding: 50px 0;
	}
	.repercussion .photos {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -webkit-flex-direction: column;
		 -moz-box-orient: vertical;
		 -moz-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	.repercussion .photos .photo {
		 margin: auto;
	}
}

@media screen and (max-width: 550px) {
	.container h1 {
		 font-size: 26px !important;
		 line-height: 28px !important;
	}
	.block-1 h1 .red {
		 font-size: 37px;
	}
	.block-1 header .menu ul {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -webkit-flex-direction: column;
		 -moz-box-orient: vertical;
		 -moz-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 width: 260px;
		 margin: auto;
	}
	.block-1 header .menu ul li {
		 text-align: center;
	}
	.block-1 header .menu ul li:not(:first-of-type) {
		 border: none;
	}
	.block-1 header .menu ul li:last-of-type {
		 max-width: 260px;
	}
	.block-1 .block1-content .left-block {
		 width: auto;
	}
	.block-1 .block1-content .left-block .about-product li {
		 font-size: 16px;
		 line-height: 17px;
	}
	.block-1 .block1-content .girl {
		 width: 100%;
		 margin-top: 40px;
	}
	.block-1 .block1-content .girl .product {
		 width: 300px;
	}
}

@media screen and (max-width: 480px) {
	.block-1 .block1-content .left-block .about-product {
		 margin-left: 25px;
		 padding-right: 0;

		 margin-left: 2px;
		 padding-right: 20px;
		 max-width: 270px
	}
	.block-1 .block1-content .left-block .about-product li {
		 font-size: 15px;
		 line-height: 17px;
		 margin-left: 10px;
	}
	.block-1 .block1-content .girl .product .discount {
		 right: 7px;
	}
	.statistic {
		 padding-bottom: 50px;
	}
	.statistic .symptom-photos {
		 display: block;
		 padding-bottom: 0;
	}
	.statistic .symptom {
		 margin: 20px auto !important;
		 width: 100%;
	}
	.product-consist {
		 padding-bottom: 50px;
	}
	.product-consist .container .consist {
		 margin: 0;
	}
	.form-block .flex-wrapper .left {
		 -webkit-flex-basis: 100%;
		 -ms-flex-preferred-size: 100%;
		 flex-basis: 100%;
	}
	.form-block .flex-wrapper .right {
		 margin: 0;
	}
	.form-block .flex-wrapper .right .discount {
		 left: 20px;
	}
	.conference {
		 padding: 50px 0;
	}
	.conference .content img {
		 max-width: 100%;
	}
	.conference .content .about-person {
		 width: 100%;
	}
	.results .effect .percents span:first-of-type {
		 font-size: 12px;
	}
	.results .effect .percents .percent,
	.results .effect .percents .cur {
		 font-size: 35px;
	}
	.slider-block {
		 padding: 50px 0;
	}
	.comments {
		 padding: 50px 0 0;
	}
	.comments .flex-wrapper .comment {
		 width: 95%;
	}
	.comments .flex-wrapper .comment .comment-text p {
		 padding: 20px;
		 font-size: 14px;
	}
	.spray .block11-content .left-block {
		 width: 100%;
	}
	.spray .block11-content .product {
		 width: 300px;
		 margin: auto;
	}
}
.readmore-js-toggle,
.readmore-js-section {
display: block;
width: 100%;
}
.readmore-js-section {
overflow: hidden;
}
form .input-wrapper label {
	display: none;
	pointer-events: none;
 }
 
 form .input-wrapper {
	  max-width: 240px;
	  width: 100%;
	position: relative;
	margin: 20px auto 0;
 }
 
 form .input-wrapper .error {
	border: 1px solid red!important;
 }
 
 form .input-wrapper .error+label {
	width: 100%;
	height: 100%;
	color: red;
	display: block !important;
	font-size: 11px;
	line-height: 17px;
	position: absolute;
	top: 0;
	left: 23px;
	text-align: left
 }
 
 form .input-wrapper .error+label:before,
 form .input-wrapper .error+label:after {
	content: "";
	position: absolute;
	right: 43px;
	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)
 }