@font-face {
	font-family: 'BebasNeue';
	src: url('BebasNeueRegular.ttf') format('truetype');
	font-weight: 400;
}
@font-face {
	font-family: 'BebasNeue';
	src: url('BebasNeueBold.ttf') format('truetype');
	font-weight: 700;
}
html {
	margin-top: 0 !important;
}
* {
	box-sizing: border-box;
}
body {
	color: #333333;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333333;
    text-rendering: optimizeLegibility;
}
h2 {
	font-family: 'BebasNeue';
	font-weight: 700;
	font-size: 46px;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
}
h2 span {
	color: #ff0000;
}
p, span, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
a.cta {
	width: 100%;
	border: none;
	font-family: 'BebasNeue';
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	border-radius: 5px;
	font-size: 36px;
	padding: 9px 17px;
	background-color: #ff2525;
	text-decoration: none;
	text-align: center;
	display: block;
}
.container {
	display: block;
	margin: 0 auto;
	max-width: 1150px;
	padding: 0;
	position: relative;
}

.container--smaller {
	max-width: 1000px;
}

.container-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.clearfix {
	clear: both;
}
.block-1 {
	background-image: url(block-1-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	padding: 30px 0 35px 0;
	transform: translateZ(1px);
}
.block-1 .hero-img {
	float: left;
	display: inline-block;
	margin-right: 20px;
	position: relative;
	width: 300px;
	height: 500px;
}
.block-1 .hero-img img {
	z-index: 9;
    position: absolute;
    bottom: -185px;
    left: -10px;
    height: 530px;
    width: auto;
}
.block-1 .hero {
	width: 430px;
	display: inline-block;
	float: left;
}
@media screen and (min-width: 1150px) {
	.block-1 .hero {
		width: 500px;
	}
	.block-1 .hero h3 {
		width: 540px;
	}
}
.block-1 .hero h1 {
	font-size: 82px;
	color: #fff;
	font-family: 'BebasNeue';
	text-transform: uppercase;
	line-height: 0.793;
	font-weight: 700;
	padding-bottom: 55px;
	letter-spacing: 7;
}
.block-1 .hero h1 span {
	color: #ff0000;
}
.block-1 .hero h3 {
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	font-size: 54px;
	font-family: 'BebasNeue';
	font-weight: 700;
	padding-bottom: 10px;
}
.block-1 .hero h3 span.yellow {
	color: #f0ff00;
}
.block-1 .hero h3 span.red {
	color: #ff0000;
}
.block-1 .hero ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.block-1 .hero ul li {
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	padding: 5px 0;
	text-transform: uppercase;
	position: relative;
	padding-left: 40px;
}
.block-1 .hero ul li:before {
	content: url(check.png);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.block-1 .hero .badge {
	background-image: url(badge-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 40px;
	font-family: 'BebasNeue';
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 0 10px 25px;
	margin: 55px 0 30px -22px;
	width: 90%;
}
.block-1 .hero .badge span {
	font-size: 20px;
	font-weight: 400;
	font-family: 'Open Sans';
	display: block;
	letter-spacing: 0;
	overflow-wrap: break-word;
}
.block-1 .order {
	width: 295px;
	display: inline-block;
	float: right;
}
.block-1 .orderForm {
	background-color: #ffffff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 15px 15px 5px 15px;
	position: relative;
}
.block-1 .orderForm::after {
	content: '';
	width: 100%;
	height: 15px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -8px;
	-webkit-transform: skew(0deg, -2deg);
	-moz-transform: skew(0deg, -2deg);
	transform: skew(0deg, -2deg);
}
.block-1 .form-element input,
.block-1 .form-element select {
	width: 260px;
	border: 1px solid ;
	 border-color: rgb(230, 230, 230);
	 border-radius: 5px;
	 font-family: 'Open Sans';
	 font-size: 13px;
	 color: #525252;
	 padding: 4.5px;
}
.block-1 .form-element input.payment {
	width: 20px;
}
.block-1 .form-element {
	max-width: 260px;
	margin-bottom: 10px;
}
.block-1 #order-page {
	margin-top: 0 !important;
}
.block-1 #order_form {
	margin-bottom: 0 !important;
}
.block-1 .form-element input.post {
	width: 40% !important;
}
.block-1 .form-element input#city {
	width: 58% !important;
	margin-right: 0 !important;
}
.block-1 .end-form input[type="submit"] {
	width: 100%;
	border: none;
	font-family: 'BebasNeue';
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	border-radius: 5px;
	font-size: 36px;
	padding: 5px 15px;
	background-color: #ff2525;
}
.block-1 .end-form .summary {
	display: none;
}
.block-1 .slide-separator,
.block-1 .light-line,
.block-1 .right-side,
.block-1 .left-side h3,
.block-1 .left-side .why-answer {
	display: none;
}
.block-1 .left-side label {
	font-size: 14px;
	font-weight: 700;
	display: block;
}
.block-1 .left-side label.input-label {
	display: block;
}
.block-1 .order .img {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
}
.block-2 {
	background-image: url(block-2-bg.png);
	background-color: #081415;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	margin-top: -25px;
}
.block-2 h2 {
	padding-top: 100px;
}
.block-2 p {
	text-align: center;
	padding: 20px 0 90px 0;
	line-height: 1.7;
}
.block-3 {
	background-image: url(block-3-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-color: #081415;
	padding-top: 75px;
	padding-bottom: 50px;
}
@media only screen and (min-width: 1600px) {
	.block-3 {
		background-size: 85% 100%;
	}
}
.block-3 .icons {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	padding-bottom: 100px;
}
.block-3 .icons figure {
	margin: 0;
	text-align: center;
}
.block-3 .icons figure figcaption {
	color: #fff;
	font-size: 20px;
	padding-top: 15px;
}
.block-3 .icons figure:first-of-type,
.block-3 .icons figure:last-of-type {
	margin-top: 50px;
}
.block-3 .row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.block-3 .left,
.block-3 .right {
	width: 31%;
}
.block-3 .row h2 {
	color: #fff;
	text-align: left;
	margin-bottom: 20px;
	line-height: 1;
}
.block-3 .row p {
	color: #fff;
	padding: 15px 0;
	line-height: 1.4;
}
.block-3 .right .badges {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding: 35px 0;
}
.block-4 {
	background-image: url(block-4-bg2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center top;
	background-color: transparent;
	padding: 85px 0;
	margin-top: -41px;
}
.block-4 .stats {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
	height: 418px;
}
.block-4 .stats .txt,
.block-4 .stats .stat {
	width: 50%;
	padding: 10px;
	height: 100%;
	position: relative;
}
.block-4 .stats .txt {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 40px;
}
.block-4 .stats .txt h2 {
	line-height: 1;
	font-weight: 400;
	text-align: left;
	padding-bottom: 15px;
}
.block-4 .stats .txt h2 span {
	font-weight: 700;
}
.block-4 .stats .txt p {
	padding-bottom: 15px;
}
.block-4 .stats-1 .stat {
	background-image: url(stats_1.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.block-4 .stats-2 .stat {
	background-image: url(stats_2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.block-4 .stats .stat h2 {
	line-height: 1;
    font-size: 42px;
    padding: 10px 30px;
    color: #fff;
}
.block-4 .stats .stat span.ad {
	font-family: 'BebasNeue';
	font-size: 42px;
	font-weight: 700;
	position: absolute;
	color: #fff;
}
.block-4 .stats-1 .stat span.ad:first-of-type {
	/* right: 50px; */
	top: 140px;
	
	right: 75px;

	right: unset;
	left: 480px;
}
.block-4 .stats-1 .stat span.ad:nth-of-type(2) {
	left: 167px;
	/* top: 226px; */

	top: 223px;
}
.block-4 .stats-1 .stat span.ad:last-of-type {
	left: 105px;
	/* bottom: 67px; */
	
    bottom: 69px;
}
.block-4 .stats-2 .stat span.ad:first-of-type {
	/* right: 30px; */
	top: 140px;
	
	right: 53px;

	right: unset;
	left: 500px;
}
.block-4 .stats-2 .stat span.ad:nth-of-type(2) {
	left: 110px;
	/* top: 226px; */

	top: 223px;
}
.block-4 .stats-2 .stat span.ad:last-of-type {
	left: 130px;
	/* bottom: 67px; */
	
    bottom: 69px;
}
.block-5 {
	padding: 50px 0;
}
.block-5 h2 {
	margin-bottom: 60px;
}
.block-5 .row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 100px;
}
.block-5 .row img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.block-5 .row .col {
	width: 34%;
	padding: 0 15px 50px 15px;
}
.block-5 .row .col h5 {
	font-family: 'BebasNeue';
	font-weight: 700;
	color: #333;
	padding-bottom: 15px;
	font-size: 29px;
	line-height: 1;
}
.block-5 .row .col p {
	font-size: 15px;
}
.block-5 .expert {
	margin: 25px 0;
	position: relative;
}
.block-5 .expert img.pwr {
	padding-right: 40px;
	z-index: 9;
}
.block-5 .expert img.sign {
	float: right;
}
.block-5 .expert p {
	font-style: italic;
	padding-bottom: 25px;
	line-height: 1.5;
}
.block-5 .expert .watering {
	background-color: #fff1f1;
	width: 300px;
	height: 360px;
	position: absolute;
	bottom: -30px;
	left: -90px;
	z-index: -1;
}
.block-6 {
	background-image: url(block-6-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: transparent;
	padding: 100px 0;
}
.block-6 h2 {
	color: #fff;
	line-height: 1
}
.block-6 .container > p {
	text-align: center;
	color: #fff;
	padding: 25px 0 50px;
}
.block-6 .opinion {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding: 50px 0;
}
.block-6 .opinion:not(:last-of-type) {
	border-bottom: 2px solid #292929;
}
.block-6 .opinion img {
	padding-right: 25px;
}
.block-6 .opinion .txt {
	width: 70%;
}
.block-6 .opinion .txt h2 {
	text-align: left;
	font-size: 36px;
	padding-bottom: 15px;
}
.block-6 .opinion .txt p {
	color: #fff;
}
.block-6 .opinion .txt h3 {
	font-family: 'BebasNeue';
	font-size: 24px;
	color: #ff0000;
	font-weight: 700;
	margin-top: 25px;
	text-transform: uppercase;
}
.block-7 {
	background-image: url(block-7-bg1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 0;
	margin-top: -38px;
}

.block-7 .container>p {
	text-align: center;
	padding-top: 30px;
	line-height: 1.5;
}

.block-7 .content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.block-7__img {
	/* height: 630px; */
	height: 560px;
	margin-right: 16px;
	width: auto;
}

.block-7 .ingredients {
	width: 85%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.block-7 .ingredients .ing {
	/* width: 50%; */
	padding: 0 15px 0 80px;
	position: relative;
	margin-bottom: 24px;
}

.block-7 .ingredients .ing:first-of-type,
.block-7 .ingredients .ing:nth-of-type(2) {
	/* padding-bottom: 100px; */
}

.block-7 .ingredients .ing h4 {
	font-size: 30px;
	font-family: 'BebasNeue';
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.block-7 .ingredients .ing:before {
	position: absolute;
	left: 0;
	top: 0;
}

.block-7 .ingredients .ing.sorbitol:before {
	content: url(sorbitol.png);
}

.block-7 .ingredients .ing.gliceryna:before {
	content: url(gliceryna.png);
}

.block-7 .ingredients .ing.mleczan:before {
	content: url(mleczan.png);
}

.block-7 .ingredients .ing.zen-szen:before {
	content: url(zen-szen.png);
}

.block-7 .ingredients .ing.olej:before {
	content: url(sorbitol.png);
	left: 7px;
}

.block-7 .ingredients .ing.nikotynian:before {
	content: url(nikotynian.png);
}

.block-7 .ingredients .ing.wazelina:before {
	content: url(gliceryna.png);
}
.block-8 {
	padding: 50px 0;
}
.block-8 h1 {
	line-height: 1;
}
.block-8 h3 {
	text-align: center;
	font-family: 'BebasNeue';
	font-size: 36px;
	color: #333;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 400;
}
.block-8 .warranty {
	padding-left: 40%;
	background-image: url(block-8-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: -50px;
}
.block-8 .warranty h4 {
	font-size: 25px;
	font-weight: 700;
	color: #333;
	padding-top: 100px;
	padding-bottom: 15px;
}
.block-8 .warranty ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.block-8 .warranty ul li {
	position: relative;
	padding-bottom: 20px;
	padding-left: 65px;
}
.block-8 .warranty ul li:before {
	position: absolute;
	left: 10px;
	top: 10px;
}
.block-8 .warranty ul li:first-of-type:before {
	content: url(fast.png);
}
.block-8 .warranty ul li:nth-of-type(2):before {
	content: url(safe.png);
}
.block-8 .warranty ul li:last-of-type:before {
	content: url(silent.png);
}
.block-8 .warranty ul li h5 {
	text-transform: uppercase;
	color: #ff0000;
	font-family: 'BebasNeue';
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	padding-bottom: 5px;
}
.block-9 {
	padding: 140px 0 90px 0;
	background-image: url(block-9-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.block-9 .hero {
	width: 65%;
}
.block-9 img{
	height: 530px;
    width: auto;
}
.block-9 .hero h3 {
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	font-size: 54px;
	font-family: 'BebasNeue';
	font-weight: 700;
	padding-bottom: 30px;
	padding-right: 50px;
}
.block-9 .hero h3 span.yellow {
	color: #f0ff00;
}
.block-9 .hero h3 span.red {
	color: #ff0000;
}
.block-9 .hero ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.block-9 .hero ul li {
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	padding: 5px 0;
	text-transform: uppercase;
	position: relative;
	padding-left: 40px;
}
.block-9 .hero ul li:before {
	content: url(check.png);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.block-9 .hero a.cta {
	display: inline-block;
	width: auto;
	margin-top: 35px;
	padding: 12px 80px;
}
.aw {
	position: relative;
	padding: 20px;
	width: 100%;
	display: block;
	margin: auto;
}
.aw p {
	margin: 0;
	text-align: left;
	font-family: georgia;
	font-size: 18px;
	line-height: 1.3;
}
.aw p span {
	font-weight: 700;
	color: #000;
	float: right;
}
.aw p span.red {
	color: #ff0000;
	text-decoration: line-through;
}
.aw p span.green {
	color: #69b53c;
}
footer {
	background-color: #221f1f;
}
footer .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
}
footer .copyright {
	color: #fff;
	font-family: 'Roboto';
	font-size: 13px;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	display: inline-block;
	color: #fff;
	font-family: 'Roboto';
	font-size: 13px;
	padding: 0 10px;
	position: relative;
	line-height: 1;
	text-transform: uppercase;
}
footer ul li a,
footer ul li a:visited,
footer ul li a:hover {
	color: #fff;
	text-decoration: none;
}
footer ul li:nth-child(2):before {
	content: '';
	position: absolute;
	left: 0;
	width: 1px;
	background-color: #fff;
	height: 100%;
}
footer ul li:nth-child(2):after {
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	background-color: #fff;
	height: 100%;
}

/* Media queries */
@media only screen and (max-width: 1149px) {
	.container {
		max-width: 740px;
		padding: 0 10px;
	}
	.block-1 .hero-img {
		position: absolute;
		right: 0;
		width: 250px;
		height: auto;
	}
	.block-1 .hero-img img {
		bottom: unset;
		top: 0;
		width: 85%;
		left: 35px;
		height: auto;
	}
	.block-1 .hero .badge {
		background-image: url(Rectangle14.png);
		position: absolute;
		right: 23px;
	    width: 190px;
	    top: 369px;
	    text-align: center;
	    margin: 10px;
	    padding: 80px 5px 40px 5px;
	}
	.block-1 .order {
		float: left;
	}
	.block-1 .hero .badge span {
		margin-top: 15px;
		font-size: 18px;
	}
	.block-1 .order .img {
		position: absolute;
	    right: 0;
	    bottom: 150px;
	    width: 200px;
	    right: 25px;
	    flex-wrap: wrap;
	    justify-content: space-around;
	}
	.block-1 .orderForm {
		margin-top: 40px;
	}
	.block-1 .orderForm::after {
		display: none;
	}
	.block-2 h2 {
		padding-top: 50px;
	}
	.block-2 p {
		padding-bottom: 50px;
	}
	.block-3 .row {
		display: block;
	}
	.block-3 .left {
		width: 100%;
		margin-bottom: 75px;
	}
	.block-3 .right {
		width: 50%;
		margin-left: 50%;
		margin-bottom: 50px;
	}
	.block-3 {
		background-size: 1416px 876px;
    	background-position: 77% bottom;
	}
	.block-4 {
		margin-top: -60px;
	}
	.block-4 .stats {
		flex-direction: column;
		/* height: 680px; */

		height: auto;
	}
	.block-4 .stats .txt, .block-4 .stats .stat {
		width: 100%;

		height: 423px;
	}
	.block-4 .stats .txt {
		/* height: 407px; */
		order: 2;

		height: auto;
	}
	.block-4 .stats-1 .stat span.ad:first-of-type {
		right: 73px;

		right: unset;
		left: 597px;
	}
	.block-4 .stats-1 .stat span.ad:nth-of-type(2) {
		left: 211px;
	}
	.block-4 .stats-1 .stat span.ad:last-of-type {
		left: 137px;
    	bottom: 73px;
	}
	.block-4 .stats-2 .stat span.ad:first-of-type {
		right: 46px;

		right: unset;
		left: 625px;
	}
	.block-4 .stats-2 .stat span.ad:nth-of-type(2) {
	    left: 137px;
	    top: 223px;
	}
	.block-4 .stats-2 .stat span.ad:last-of-type {
	    left: 166px;
	    bottom: 73px;
	}
	.block-5 .row img {
		width: 40%;
		top: 23%;
	}
	.block-5 .row .col {
		width: 36%;
	}
	.block-5 .row .col:nth-of-type(3),
	.block-5 .row .col:last-of-type {
		width: 49%;
	}
	.block-5 .row {
		margin-bottom: 50px;
	}
	.block-5 .expert img.pwr {
		padding-right: 20px;
	}
	.block-5 .expert .watering {
		width: 200px;
		height: 317px;
		bottom: unset;
		left: -10px;
		top: -10px;
	}
	.block-5 .expert p {
		margin-left: 50%;
	}
	.block-6 {
		padding: 108px 0 70px 0;
	}
	.block-6 .opinion-row {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.block-6 .opinion {
		width: 45%;
		flex-direction: column;
	}
	.block-6 .opinion img {
		width: 100%;
		padding-right: 0;
		padding-bottom: 25px;
	}
	.block-6 .container > p {
		padding: 25px 0 20px;
	}
	.block-6 .opinion .txt {
	    width: 100%;
	}
	.block-6 .opinion:not(:last-of-type) {
		border: none;
	}
	.block-6 .opinion:nth-of-type(3),
	.block-6 .opinion:last-of-type {
		border-top: 2px solid #292929;
	}
	.block-7 .ingredients {
		width: 78%;
	}
	.block-8 h2 {
		line-height: 1;
		padding-bottom: 15px;
	}
	.block-8 .warranty {
		padding-left: 50%;
		background-position: -127px;
	}
	.block-8 .warranty h4 {
		padding-top: 60px;
	}
	.block-9 .hero {
		width: 52%;
	}
}
@media only screen and (min-width: 740px) and (max-width: 1049px) {
	.block-6 .opinion .txt h3 {
		margin-bottom: 10px;
	}
	.block-6 .opinion:first-of-type .txt h3 {
		margin-top: 28px;
	}
	.block-6 .opinion:nth-of-type(3) .txt h3 {
		margin-top: 50px;
	}
	.block-6 .opinion .txt p:last-of-type {
		padding-top: 15px;
	}
}
@media only screen and (max-width: 739px) {
	.container {
		max-width: 300px;
		width: 100%;
		padding: 0;
		overflow: hidden;
	}
	.block-1 .orderForm {
	    margin-top: 610px;
	    margin-bottom: 150px;
	}
	.block-1 .hero-img {
		width: 100%;
		right: unset;
		left: 0;
	}
	.block-1 .container {
		overflow: visible;
	}
	.block-1 .hero-img img {
		width: 55%;
    	top: 400px;
		left: 50%;
		transform: translateX(-50%);
	}
	.block-3 .row h2 {
		text-align: center;
	}
	.block-1 .hero .badge {
		right: unset;
		top: 690px;
		margin: 0;
		width: 165px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 34px;
	}
	.block-1 .hero h1 {
		font-size: 58px !important;
		padding-bottom: 38px;
		letter-spacing: 0;
	}
	.block-1 .hero h3 {
		font-size: 38px;
	}
	.block-1 .hero ul li {
		font-size: 13px;
	}
	.block-1 .order .img {
		width: 100%;
	    bottom: 0;
	    right: unset;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.block-1 .order .img img {
		padding-bottom: 15px;
	}
	.block-1 .hero {
		width: 100%;
	}
	.block-1 {
		background-image: url(block-1-bg_mobile.png);
	}
	h2 {
		font-size: 40px;
		line-height: 1;
	}
	.block-3 .icons {
		flex-wrap: wrap;
		padding-bottom: 35px;
	}
	.block-3 .icons figure:first-of-type, .block-3 .icons figure:last-of-type {
		margin-top: 0;
	}
	.block-3 .icons figure {
		width: 45%;
		margin-bottom: 20px;
	}
	.block-3 .icons figure img {
		width: 100%;
	}
	.block-3 {
		padding-top: 60px;
		background-image: unset;
		background-color: #081415;
		background-position: center;
		background-size: cover;
	}
	.block-3 .icons figure figcaption {
		font-size: 15px;
		padding-top: 10px;
	}
	.block-3 .right {
		width: 100%;
		margin: 0 0 50px 0;
		padding-top: 580px;
		position: relative;
	}
	.block-3 .right:before {
		content: url(block-3_she.png);
		position: absolute;
		top: -93px;
		left: 50%;
		transform: translateX(-50%);
	}
	.block-3 .right .badges img {
		width: 30%;
	}
	.block-4 {
		background-size: cover;
		padding: 120px 0 30px 0;
	}
	.block-4 .stats .stat {
		max-width: 300px;
		display: block;
		margin: auto;
	}
	.block-4 .stats-1 .stat {
		/* height: 287px; */

		height: 290px;
	}
	.block-4 .stats-2 .stat {
		/* height: 376px; */

		height: 290px;
	}
	.block-4 .stats .stat h2 {
		font-size: 25px;
	}
	.block-4 .stats .txt h2 {
		font-size: 30px;
	}
	.block-4 .stats .stat span.ad {
		font-size: 30px;
	}
	.block-4 .stats-1 .stat span.ad:first-of-type {
		/* right: 15px; */
		top: 96px;

		right: 20px;

		left: 250px;
		right: unset;
	}
	.block-4 .stats-1 .stat span.ad:nth-of-type(2) {
		left: 90px;
		/* top: 147px; */

		top: 151px;
	}
	.block-4 .stats-1 .stat span.ad:last-of-type {
	    left: 60px;
		bottom: 49px;
	}
	.block-4 .stats-2 .stat span.ad:first-of-type {
	    /* right: 6px; */
		/* top: 111px; */
		
		right: 10px;
		top: 96px;

		left: 260px;
		right: unset;
	}
	.block-4 .stats-2 .stat span.ad:nth-of-type(2) {
		/* left: 59px; */
		/* top: 175px; */

		left: 57px;
		top: 151px;
	}
	.block-4 .stats-2 .stat span.ad:last-of-type {
	    /* left: 68px; */
		/* bottom: 58px; */
		
		left: 67px;
		bottom: 49px;
	}
	.block-5 .row .col {
		width: 100%;
		padding: 0 0 20px 0;
	}
	.block-5 .row img {
		width: 80%;
		position: relative;
		display: block;
		margin: auto;
		top: unset;
		left: unset;
		transform: unset;
		margin-bottom: 20px;
	}
	.block-5 h2 {
		margin-bottom: 20px;
	}
	.block-5 .row .col:nth-of-type(3), .block-5 .row .col:last-of-type {
		width: 100%;
	}
	.block-5 .expert p {
		margin: 0;
		width: 100%;
	}
	.block-5 .row {
		margin-bottom: 0;
		flex-direction: column;
	}
	.block-5 .expert img.pwr {
		width: 100%;
		padding-right: 0;
		margin-bottom: 40px;
	}
	.block-5 .expert .watering {
		top: -22px;
		height: 315px;
	}
	.block-5 .expert img.sign {
		width: 100%;
	}
	.block-1 .order {
		width: 100%;
		float: none;
	}
	.block-6 {
		background-position: center;
		background-size: cover;
		padding-bottom: 30px;
	}
	.block-5 {
		padding-bottom: 0;
	}
	.block-5 .expert {
		margin-bottom: 0;
	}
	.block-6 h2 {
		font-size: 28px;
	}
	.block-6 .opinion {
		width: 100%;
	}
	.block-6 .opinion:nth-of-type(3), .block-6 .opinion:last-of-type {
		border-top: none;
	}
	.block-6 .opinion:not(:last-of-type) {
		border-bottom: 2px solid #292929;
	}
	.block-7 {
		background-size: cover;
		margin-top: -57px;
		padding-top: 120px;
		padding-bottom: 40px;
	}
	.block-7 .content img {
		display: none;
	}
	.block-7 .ingredients {
		width: 100%;
		flex-direction: column;
	}
	.block-7 .ingredients .ing {
		width: 100%;
	}
	.block-7 .ingredients .ing:first-of-type, .block-7 .ingredients .ing:nth-of-type(2) {
		padding-bottom: 0;
	}
	.block-7 .ingredients .ing {
		padding: 0 0 20px 65px !important;
	}
	.block-8 {
		padding-bottom: 20px;
	}
	.block-8 .warranty {
		padding-left: 0;
		padding-top: 300px;
		background-position: center top;
		background-size: 160% 35%;
	}
	.block-8 .warranty h4 {
		line-height: 1;
		padding-bottom: 25px;
	}
	.block-9 .hero {
		width: 100%;
	}
	.container-flex {
		flex-direction: column;
	}
	.block-9 img {
		width: 65%;
		height: auto;
		order: 2;
		padding: 30px 0;
		position: absolute;
		top: 230px;
	}
	.block-9 {
		padding: 100px 0 25px 0;
	}
	.block-9 .hero a.cta {
		display: block;
		padding: 12px 40px;
	}
	.block-9 .hero h3 {
		margin-bottom: 400px;
		padding-bottom: 0;
	}
	footer .container {
		flex-direction: column;
	}
	footer nav {
		padding: 20px 0;
	}
	footer ul {
		text-align: center;
	}
	footer ul li {
		font-size: 10px;
		text-align: center;
		padding: 10px 0;
		display: block;
	}
	.wrapper {
		padding: 15px;
	}
	footer ul li:nth-child(2)::before,
	footer ul li:nth-child(2)::after {
		display: none;
	}
}

#payment-inputs label {
	font-weight: 400;
	font-size: 12px;
}

.footer_leadbit{color: #fff}
.footer_leadbit a{color: #fff; text-decoration: none}