* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	line-height: 1.35;
	-webkit-text-size-adjust: 100%;
	background: #fef8f8;
}

.desktop-only {
	display: none;
}

input,
select,
button {
	font-family: "Montserrat", sans-serif;
}

img {
	max-width: 100%;
	outline: none;
	border: 0;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}

.mobile-only {
	display: none;
}

.clear {
	display: table;
	clear: both;
}

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

.overflow {
	overflow: hidden;
}

section {
	position: relative;
}

.wrapper {
	max-width: 320px;
	padding: 0 10px;
	margin: auto;
	position: relative;
}

.center {
	text-align: center;
}

.sec1 {
	background: #f3f4f9;
	padding-top: 25px;
	padding-bottom: 50px;
	position: relative;
}

.product-name {
	font-weight: 900;
	font-size: 46px;
	position: relative;
	z-index: 1;
	line-height: 1;
	text-align: left;
	text-transform: none;
	text-align: center;
}

.product-name span {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	font-size: 20px;
	border: 1px solid;
	display: inline-block;
	text-align: center;
	line-height: 2;
	position: absolute;
	right: -2px;
	top: -10px;
}

.sec1 .product-name {
	text-shadow: 0 0 49px rgba(255, 255, 255, 0.58);
}

.sec1__girls {
	position: relative;
}

.sec1__girls::before {
	content: "";
	background: url(../images/sec1__prod_1.png) no-repeat;
	width: 257px;
	height: 412px;
	position: absolute;
	left: -9px;
	top: -189px;
}

.sec1__girls::after {
	content: "";
	background: url(../images/sec1__flowers_1.png) no-repeat;
	width: 272px;
	height: 422px;
	position: absolute;
	left: -6px;
	top: -322px;
}

.sec1__girl {
	width: 85px;
	overflow: hidden;
	-webkit-transform: rotate(60deg);
	        transform: rotate(60deg);
	height: 85px;
}

.sec1__girl:nth-child(1),
.sec1__girl:nth-child(4) {
	border-radius: 20px 0 20px 0;
}

.sec1__girl:nth-child(2),
.sec1__girl:nth-child(3) {
	border-radius: 0 20px 0 20px;
}

.sec1__girl:nth-child(1) {
	margin-left: 15px;
}

.sec1__girl:nth-child(2) {
	margin-left: 59px;
	margin-top: -9px;
}

.sec1__girl:nth-child(3) {
	margin-left: 147px;
	margin-top: -109px;
}

.sec1__girl:nth-child(4) {
	margin-left: 191px;
	margin-top: -8px;
}

.sec1__girl:nth-child(1) img {
	-webkit-transform: rotate(-60deg) scale(3) translate(-3px, 10px);
	        transform: rotate(-60deg) scale(3) translate(-3px, 10px);
}

.sec1__girl:nth-child(2) img {
	-webkit-transform: rotate(-60deg) scale(2.2) translate(5px, 27px);
	        transform: rotate(-60deg) scale(2.2) translate(5px, 27px);
}

.sec1__girl:nth-child(3) img {
	-webkit-transform: rotate(-60deg) scale(5.1) translate(13px, 13px);
	        transform: rotate(-60deg) scale(5.1) translate(13px, 13px);
}

.sec1__girl:nth-child(4) img {
	-webkit-transform: rotate(-60deg) scale(1.7) translate(12px, 18px);
	        transform: rotate(-60deg) scale(1.7) translate(12px, 18px);
}

.sec1__face {
	margin-left: 120px;
	position: relative;
}

.sec1__face-girl {
	max-width: none;
}

.sec1__face-item-trigger {
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	color: #db7758;
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
	        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
	position: absolute;
	right: -31px;
	top: 17px;
	-webkit-animation: flick infinite 3s linear;
	        animation: flick infinite 3s linear;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

@-webkit-keyframes flick {
	0% {
		opacity: 0.3;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0.3;
	}
}

@keyframes flick {
	0% {
		opacity: 0.3;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0.3;
	}
}

.sec1__face-item:last-child .sec1__face-item-trigger {
	top: -31px;
	right: 25px;
}

.sec1__face-item {
	font-size: 15px;
	font-weight: 700;
	position: absolute;
	z-index: 2;
	text-align: right;
}

.sec1__face-item:nth-child(1) {
	right: 125px;
	top: 45px;
}

.sec1__face-item:nth-child(2) {
	right: 65px;
	top: 80px;
}

.sec1__face-item:nth-child(3) {
	right: 20px;
	top: 190px;
}

.sec1__face-item-text::before {
	content: "";
	position: absolute;
	width: 0;
	border: 10px solid transparent;
	border-left-color: rgba(255, 255, 255, 0.72);
	right: -20px;
	top: 17px;
	height: 0;
}

.sec1__face-item:last-child p::before {
	border: 10px solid transparent;
	border-bottom-color: rgba(255, 255, 255, 0.72);
	right: 25px;
	top: -20px;
}

.sec1__face-item-text {
	display: none;
	max-width: 150px;
	-webkit-box-shadow: 7px 0 12px rgba(0, 0, 0, 0.42);
	        box-shadow: 7px 0 12px rgba(0, 0, 0, 0.42);
	background: rgba(255, 255, 255, 0.72);
	border-radius: 0 15px 0 15px;
	padding: 7px 10px;
	line-height: 1;
}

.sec1__face-item:nth-child(1) .sec1__face-item-text {
	display: block;
}

.sec1__perfect {
	position: relative;
	z-index: 1;
	margin-bottom: 35px;
}

.sec1__perfect-title {
	color: #ffb400;
	font-weight: 800;
	font-size: 24px;
	margin-bottom: 15px;
	max-width: 185px;
	margin-top: -30px;
	line-height: 1;
}

.sec1__perfect-list {
	font-size: 0;
	color: #017664;
	font-weight: 800;
	text-transform: uppercase;
}

.sec1__perfect-item {
	padding-left: 25px;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	position: relative;
	margin-right: 6px;
}

.sec1__perfect-item:last-child {
	margin-right: 0;
}

.sec1__perfect-item::before {
	content: "";
	background: url(../images/checkmark_1.png) no-repeat;
	position: absolute;
	top: -7px;
	left: 0;
	width: 21px;
	height: 25px;
}

.btn {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	border: 0;
	background: #ffb400;
	border-radius: 100px;
	padding: 20px 25px 20px 45px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline: none;
	-webkit-box-shadow: 0 11px 32px rgba(146, 85, 56, 0.59);
	        box-shadow: 0 11px 32px rgba(146, 85, 56, 0.59);
}

.btn:hover {
	background: #ffa600;
	-webkit-box-shadow: 0 5px 20px rgba(146, 85, 56, 0.8);
	        box-shadow: 0 5px 20px rgba(146, 85, 56, 0.8);
}

.btn__plus {
	border-radius: 50%;
	color: #fff;
	border: 1px solid;
	font-weight: 700;
	display: inline-block;
	line-height: 1.35;
	text-align: center;
	width: 33px;
	height: 33px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.btn:hover .btn__plus {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.btn__caret {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.btn:hover .btn__caret {
	-webkit-transform: translateX(5px);
	        transform: translateX(5px);
}

.decor img,
.decor-img {
	position: absolute;
	max-width: none;
}

.sec1__decor1 {
	top: 0;
	right: -170px;
}

.sec1__decor2 {
	right: -310px;
	bottom: -215px;
}

.sec1__decor3 {
	top: 230px;
	left: -60px;
}

.sec2 {
	background: url(../images/sec2__bg.jpg);
	padding-top: 65px;
	padding-bottom: 190px;
}

.sec2__triangle {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 90px;
	width: 100%;
}

.age__triangle {
	position: absolute;
	left: 0;
	bottom: 10px;
	height: 90px;
	width: 100%;
	z-index: 2;
}

.sec2__title {
	color: #1d1d1d;
	font-size: 36px;
	font-weight: 800;
	max-width: 170px;
	line-height: 1;
	margin-bottom: 90px;
	position: relative;
	z-index: 1;
}

.sec2__woman-face {
	top: -65px;
	right: -150px;
	position: absolute;
}

.sec2__problem {
	background: #7d957d;
	padding: 30px 18px 18px 18px;
	color: #fff;
	font-size: 17px;
	position: relative;
	z-index: 5;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}

.sec2__problem p {
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 10px;
}

.sec2__problem-sign {
	position: absolute;
	left: 15px;
	top: -45px;
	color: #7d957d;
	font-size: 38px;
	font-weight: 700;
	-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
	        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	width: 58px;
	height: 58px;
	background: #fff;
	text-align: center;
	line-height: 1.65;
}

.sec2__item {
	margin-top: -5px;
	display: table;
	width: 100%;
}

.sec2__item:nth-child(even) {
	padding-left: 55px;
}

.sec2__item-img,
.sec2__item-text {
	display: table-cell;
	vertical-align: middle;
}

.sec2__item-img,
.sec2__item-img img {
	width: 87px;
}

.sec2__item-text {
	text-transform: uppercase;
	font-size: 16px;
	padding-left: 10px;
	line-height: 1.1;
}

.sec2__item-text b {
	font-weight: 900;
	white-space: nowrap;
}

.age {
	font-size: 16px;
}

.age__box {
	border-radius: 20px;
	-webkit-box-shadow: 7px 0 46px rgba(184, 194, 197, 0.7);
	        box-shadow: 7px 0 46px rgba(184, 194, 197, 0.7);
	margin: -100px 0;
	padding: 65px 15px 50px;
	position: relative;
	z-index: 10;
	background: url(../images/sec3__dna_1.png) no-repeat top right;
}

.age__box::before {
	content: "";
	background: url(../images/sec3__girl_1.png) no-repeat;
	position: absolute;
	width: 186px;
	height: 253px;
	pointer-events: none;
	right: -30px;
	top: -50px;
}

.age__title {
	color: #1d1d1d;
	margin-bottom: 20px;
	font-weight: 800;
	text-shadow: 0 0 5px #fff;
	position: relative;
	z-index: 2;
	font-size: 24px;
	line-height: 1;
	letter-spacing: -1px;
	max-width: 200px;
}

.age__question--current {
	margin-bottom: 25px;
}

.age__question--current > p,
.age__question--current > div {
	display: table-cell;
	vertical-align: middle;
}

.age__question--current input {
	width: 105px;
	border-radius: 50px;
	background: #d1d6e1 url(../images/sel.png) no-repeat right 10px center;
	border: 1px solid #c4c9d3;
	-webkit-box-shadow: 0 1px 2px 0 #fff, inset 0 2px 2px 0 rgb(0 0 0 / 38%);
	        box-shadow: 0 1px 2px 0 #fff, inset 0 2px 2px 0 rgb(0 0 0 / 38%);
	height: 38px;
	padding: 0 40px 0 10px;
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance: textfield;
	outline: none;
}

input[type="number"]:hover,
input[type="number"]:focus {
	-moz-appearance: number-input;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.age__points {
	color: #6287ad;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 15px;
}

.age__question {
	display: table;
	width: 100%;
	margin-bottom: 15px;
	line-height: 1;
}

.age__check,
.age__label {
	display: table-cell;
	vertical-align: top;
}

.age__label {
	padding-left: 40px;
	position: relative;
	display: table;
	width: 100%;
	min-height: 35px;
}

.age__label p {
	display: table-cell;
	vertical-align: middle;
}

.age input[type="checkbox"] {
	display: none;
}

.age__label::before {
	content: "";
	background: #cacfda;
	border-radius: 10px;
	padding: 5px;
	width: 20px;
	height: 20px;
	border: 1px solid #a3a9b5;
	position: absolute;
	top: 0;
	left: 0;
}

.age__label::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	-webkit-box-shadow: inset 0 1px 2px 0 #fff, 0 1px 2px 0 rgb(0 0 0 /30%);
	        box-shadow: inset 0 1px 2px 0 #fff, 0 1px 2px 0 rgb(0 0 0 /30%);
	background: #d1d6e1;
	width: 18px;
	height: 18px;
	border-radius: 5px;
	border: 1px solid #a3a9b5;
	background-color: #e1e5ec;
	background: -webkit-gradient(linear, left top, left bottom, from(#edf0f5), to(#ced4dd));
	background: linear-gradient(#edf0f5, #ced4dd);
}

.age input:checked + .age__label::after {
	background: url(../images/check.png) no-repeat 3px 4px / auto,
		-webkit-gradient(linear, left top, left bottom, from(#edf0f5), to(#ced4dd));
	background: url(../images/check.png) no-repeat 3px 4px / auto,
		linear-gradient(#edf0f5, #ced4dd);
	-webkit-box-shadow: 0 2px 1px -1px #fff, inset 0 1px 2px 0 rgb(0 0 0 /30%);
	        box-shadow: 0 2px 1px -1px #fff, inset 0 1px 2px 0 rgb(0 0 0 /30%);
}

.age__question--current input.age-error {
	border-color: red;
}

.btn--age {
	font-size: 16px;
	padding: 17px 20px 17px 24px;
}

.btn__caret {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.result {
	background-color: #dae0e4;
	background: -webkit-gradient(linear, left top, left bottom, from(#cdd5da), to(#e7ebed));
	background: linear-gradient(#cdd5da, #e7ebed);
	padding-bottom: 70px;
	padding-top: 150px;
	text-align: center;
	display: none;
}

/* .result__triangle {
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 100%;
} */

.result__title {
	font-size: 24px;
	font-weight: 800;
	color: #6287ad;
	margin-bottom: 20px;
	line-height: 1.2;
	position: relative;
	z-index: 6;
}

.result__title-res {
	display: block;
}

.result__recommends {
	margin-bottom: 20px;
	font-weight: 700;
	position: relative;
	z-index: 6;
}

.result__choice-item {
	margin-bottom: 20px;
	position: relative;
	z-index: 6;
	line-height: 1.3;
}

.result__choice-item:last-child {
	margin-bottom: 0;
}

.result__choice-img {
	border-radius: 50%;
	width: 92px;
	height: 92px;
	margin: auto;

	margin-bottom: 5px;
	position: relative;
}

.result__choice-item:last-child .result__choice-img img {
	max-width: none;
	margin-left: -17px;
	border-radius: 0;
}

.result__choice-img::before {
	content: "";
	border-radius: 50%;
	background: #fff;
	width: 108px;
	height: 108px;
	top: 50%;
	left: 50%;
	position: absolute;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.result__choice-img img {
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

.result__choice-count {
	position: absolute;
	z-index: 2;
	background: #6287ad;
	color: #fff;
	text-align: center;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	font-size: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	line-height: 2;
	left: -15px;
}

.result__choice-count::before {
	content: "";
	position: absolute;
	background: #6287ad;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: -16px;
}

.result__choice-count::after {
	content: "";
	position: absolute;
	background: #a0b6cd;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: -26px;
}

.result__choice-title {
	text-transform: uppercase;
	color: #fff;
	background: #6287ad;
	border-radius: 0 10px 0 10px;
	padding: 7px 10px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
}

.result__choice-descr {
	font-size: 18px;
}

.result__choice__plus {
	color: #eba704;
	font-weight: 700;
}

.result__choice__minus {
	color: #fc3c3c;
	font-weight: 700;
}

.result__decor1 {
	top: -170px;
	left: -280px;
	max-width: none;
	z-index: 5;
}

.result__decor2 {
	top: 200px;
	right: 0;
}

.sec5 {
	background: url(../images/sec5__bg.jpg);
	padding-top: 155px;
	padding-bottom: 80px;
}

.sec5.smaller-padding {
	padding-top: 60px;
}

.product-name--sec5 {
	margin-bottom: 30px;
}

.sec5__types {
	font-size: 20px;
	font-weight: 700;
	color: #ffbe39;
	max-width: 170px;
	position: relative;
	margin-bottom: 80px;
}

.sec5__types-three {
	width: 90px;
	height: 90px;
	background: #6287ad;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: 900;
	font-size: 45px;
	border: 10px solid #fff;
	line-height: 1.55;
	position: relative;
	display: inline-block;
}

.sec5__types-row--2 {
	margin: 0 auto 30px;
	text-align: center;
}

.sec5__types-row {
	position: relative;
	margin-bottom: 25px;
	line-height: 1;
	z-index: 1;
}

.sec5__types-row--3 {
	text-align: right;
	margin-bottom: 0;
}

.sec5__line {
	background: #ffbe39;
	height: 1px;
	position: absolute;
}

.sec5__line::before,
.sec5__line::after {
	content: "";
	border-radius: 50%;
	background: #ffbe39;
	width: 15px;
	height: 15px;
	position: absolute;
}

.sec5__line::before {
	top: -7px;
	left: 0;
}

.sec5__line::after {
	bottom: -7px;
	right: 0;
}

.sec5__line:nth-of-type(1) {
	width: 91px;
	top: 6px;
	left: -60px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.sec5__line:nth-of-type(2) {
	width: 90px;
	bottom: 5px;
	right: -50px;
	-webkit-transform: rotate(62deg);
	        transform: rotate(62deg);
}

.sec5__types-prod {
	position: absolute;
	width: 400px;
	height: 400px;
	top: -63px;
	right: -290px;
	border-radius: 50%;
	text-align: center;
	background: rgb(183 189 183 / 28%);
}

.sec5__types-prod::before {
	content: "";
	background: url(../images/tubes__flowers_1.png) no-repeat;
	width: 249px;
	height: 458px;
	position: absolute;
	top: -70px;
	left: 70px;
}

.sec5__types-prod img {
	max-width: none;
	margin: 55px 35px 0 0;
	position: relative;
}

.sec5__list {
	position: relative;
	z-index: 1;
	font-size: 18px;
	line-height: 1.3;
}

.sec5__item-title {
	text-transform: uppercase;
	color: #fff;
	background: #7d957d;
	border-radius: 0 10px 0 10px;
	padding: 7px 10px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
}

.sec5__item-innerlist li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 18px;
}

.sec5__item-innerlist li::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	top: 8px;
	left: 0;
	background: #7d957d;
	position: absolute;
}

.components {
	background: #a1b7cd;
	padding: 70px 0 130px;
}

.components__title {
	font-size: 30px;
	font-weight: 800;
	color: #1d1d1d;
	line-height: 1;
	margin-bottom: 35px;
}

.components__title span {
	color: #fff;
	display: block;
	margin-top: 25px;
}

.components__box {
	position: relative;
}

.components__decor1 {
	left: -340px;
	top: -200px;
	z-index: 1;
}

.components__decor2 {
	left: -410px;
	top: -180px;
}

.components__list {
	position: relative;
	z-index: 3;
}

.components__item {
	background: #6287ad;
	border-radius: 0 50px 0 50px;
	padding: 12px;
	padding-bottom: 35px;
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	margin: 0 10px;
}

.components .slick-list {
	margin: 0 -10px;
}

.components__img {
	margin-bottom: 20px;
}

.components__img img {
	border-radius: 50%;
	width: 115px;
	height: 115px;
}

.components__caption {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
}

.slick-arrow {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #6287ad;
	border: 0;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	bottom: -60px;
	outline: none;
	text-align: center;
}

.slick-slide {
	outline: none;
	border: 0;
}

.slick-next {
	right: 100px;
}

.slick-prev {
	left: 100px;
}

.slick-arrow::before {
	content: "";
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
	width: 5px;
	height: 5px;
	border: 2px solid transparent;
	border-top-color: #fff;
	border-left-color: #fff;
	display: inline-block;
	position: relative;
	margin-right: 5px;
}

.slick-prev::before {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	margin-right: -3px;
}

.slick-arrow:hover {
	background: #ffbe39;
}

.stat {
	background: url(../images/sec2__bg.jpg);
	padding: 70px 0 40px;
	font-size: 16px;
	margin-top: 175px;
}
.is-shown + .stat {
	margin-top: 0 !important;
}

.stat__title {
	text-align: center;
	font-weight: 800;
	font-size: 30px;
	margin-bottom: 15px;
	color: #000;
	line-height: 1;
}

.stat__result {
	font-style: italic;
	font-weight: 800;
	color: #486f98;
	margin-bottom: 30px;
	text-align: center;
}

.stat__hexa {
	background: url(../images/hexa1-outer.svg) no-repeat;
	background-size: 100% 100%;
	padding: 30px;
	max-width: 260px;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.stat__hexa-inner {
	background: url(../images/hexa1-inner.svg) no-repeat;
	background-size: 100% 100%;
	padding: 50px 20px;
	position: relative;
	z-index: 1;
}

.stat__hexa--2 {
	background-image: url(../images/hexa2-outer.svg);
}

.stat__hexa--2 .stat__hexa-inner {
	background-image: url(../images/hexa2-inner.svg);
}

.stat__hexa-text {
	margin-top: -10px;
}

.stat__hexa-text b {
	font-size: 54px;
	font-weight: 900;
	display: block;
	line-height: 1;
}

.stat__compare {
	font-size: 0;
	margin-top: -71px;
	position: relative;
	z-index: 1;
}

.stat__left .stat__compare {
	margin-top: -70px;
}

.stat__compare-before,
.stat__compare-after {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 16px;
	position: relative;
}

.stat__compare-before {
	text-align: right;
}

.stat__compare-caption {
	position: absolute;
	bottom: 50px;
	padding: 5px;
	color: #fff;
	line-height: 1;
	max-width: 100px;
}

.stat__compare-caption--before {
	left: 1px;
	background: #000;
}

.stat__compare-caption--after {
	right: 2px;
	background: #7d957d;
}

.stat__compare--2 .stat__compare-caption--after {
	background: #486f98;
}

.stat__decor1 {
	top: 100px;
	left: -270px;
}

.stat__decor2 {
	bottom: -70px;
	right: -410px;
}

.doc {
	padding: 100px 0 75px;
	background: #f3f4f9;
	font-size: 18px;
}

.doc__item {
	position: relative;
	z-index: 5;
}

.doc__item--first {
	margin-bottom: 45px;
}

.doc__about {
	font-weight: 700;
	color: #6287ad;
	margin-bottom: 35px;
	position: relative;
}

.doc__about p {
	position: relative;
	z-index: 1;
}

.doc__about p::before {
	content: "";
	position: absolute;
	background: url(../images/quotes_1.png) no-repeat;
	width: 118px;
	height: 106px;
	top: -35px;
	left: -5px;
}

.doc__item--first .doc__about {
	padding-left: 125px;
}

.doc__item--first .doc__about::before {
	content: "";
	background: url(../images/doc1_1.png) no-repeat;
	position: absolute;
	bottom: -42px;
	left: -105px;
	width: 351px;
	height: 234px;
}

.doc__item--second .doc__about::before {
	content: "";
	background: url(../images/doc2_1.png) no-repeat;
	position: absolute;
	bottom: -40px;
	right: -193px;
	width: 351px;
	height: 234px;
}

.doc__item--second .doc__about {
	padding-right: 125px;
	text-align: right;
}

.doc__text {
	font-weight: 500;
	font-style: italic;
}

.doc__opinion {
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	background: #6287ad;
	border-radius: 50px 0 50px 0;
	float: right;
	padding: 20px 25px 20px 45px;
	line-height: 1;
	max-width: 255px;
	margin-bottom: 120px;
	position: relative;
	z-index: 5;
}

.doc__opinion::before {
	content: "";
	background: url(../images/doc__prod_1.png) no-repeat;
	width: 264px;
	height: 300px;
	position: absolute;
	top: -50px;
	left: -110px;
}

.tubes {
	background: url(../images/sec5__bg.jpg);
	padding: 60px 0 75px;
}

.tubes__title {
	font-size: 25px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 90px;
}

.tubes__title .product-name {
	margin-bottom: 10px;
}

.tubes__box {
	position: relative;
}

.tubes__list {
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: rgba(125, 149, 125, 0.09) url(../images/tubes_1.png) no-repeat top
		center;
	margin-left: -60px;
	position: relative;
	margin-bottom: 160px;
	z-index: 10;
}

.tubes__box::after {
	content: "";
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.42);
	bottom: -240px;
	left: -20%;
	position: absolute;
}

.tubes__btn {
	width: 28px;
	height: 28px;
	background: #ffbe39;
	border-radius: 50%;

	text-align: center;
	cursor: pointer;

	-webkit-animation: flick infinite 3s linear;

	        animation: flick infinite 3s linear;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-box-shadow: 0 0 0 10px #fff;
	        box-shadow: 0 0 0 10px #fff;
	position: relative;
}

.tubes__btn::before {
	content: "+";
	position: absolute;
	color: #fff;
	font-size: 24px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.tubes__btn.active::before {
	content: "-";
	top: 45%;
}

.tubes__btn.active + .tubes__caption {
	display: block;
}

.tubes__item {
	position: absolute;
}

.tubes__item:nth-child(1) {
	top: 6px;
	left: 110px;
}

.tubes__item:nth-child(2) {
	top: 96px;
	left: 70px;
}

.tubes__item:nth-child(3) {
	top: 236px;
	left: 76px;
}

.tubes__item:nth-child(4) {
	top: 210px;
	left: 220px;
}

.tubes__item:nth-child(5) {
	top: 40px;
	left: 230px;
}

.tubes__item:nth-child(6) {
	top: 124px;
	left: 300px;
}

.tubes__item:nth-child(7) {
	top: 255px;
	left: 290px;
}

.tubes__caption {
	display: none;
	max-width: 190px;
	background: #7d957d;
	border-radius: 0 20px 0 20px;
	padding: 7px 15px;
	line-height: 1;
	font-size: 16px;
	color: #fff;
	text-align: right;
	position: absolute;
	z-index: 1;
	font-weight: 700;
}

.tubes__caption::before {
	content: "";
	position: absolute;
	width: 0;
	border: 15px solid transparent;
	border-left-color: #7d957d;
	height: 0;
}

.tubes__item:nth-child(1) .tubes__caption,
.tubes__item:nth-child(5) .tubes__caption {
	top: -65px;
	left: -31px;
}

.tubes__item:nth-child(1) .tubes__caption {
	top: -50px;
}

.tubes__item:nth-child(6) .tubes__caption {
	right: -3px;
	top: -50px;
}

.tubes__item:nth-child(4) .tubes__caption {
	right: auto;
	left: -30px;
	top: -65px;
}

.tubes__item:nth-child(2) .tubes__caption {
	bottom: -50px;
	left: -20px;
	width: 210px;
	max-width: none;
}

.tubes__item:nth-child(3) .tubes__caption {
	bottom: -65px;
	left: -20px;
}

.tubes__item:nth-child(7) .tubes__caption {
	bottom: -50px;
	right: -47px;
	width: 210px;
	max-width: none;
}

.tubes__item:nth-child(1) .tubes__caption::before,
.tubes__item:nth-child(5) .tubes__caption::before,
.tubes__item:nth-child(4) .tubes__caption::before {
	border-left-color: transparent;
	border-top-color: #7d957d;
	left: 30px;
	bottom: -30px;
}

.tubes__item:nth-child(6) .tubes__caption::before {
	border-left-color: transparent;
	border-top-color: #7d957d;
	left: 44px;
	bottom: -30px;
}

.tubes__item:nth-child(2) .tubes__caption::before,
.tubes__item:nth-child(3) .tubes__caption::before {
	border-left-color: transparent;
	border-bottom-color: #7d957d;
	left: 19px;
	top: -30px;
}

.tubes__item:nth-child(7) .tubes__caption::before {
	border-left-color: transparent;
	border-bottom-color: #7d957d;
	top: -30px;
	right: 46px;
}

.tubes__decor1 {
	top: -60px;
	right: -170px;
}

.tubes__decor2 {
	top: 30px;
	left: -60px;
}

.tubes__decor3 {
	bottom: -510px;
	left: -150px;
	z-index: 1;
}

.tubes__decor4 {
	top: 280px;
	right: -130px;
	z-index: 1;
}

.btn--tubes {
	z-index: 5;
	position: relative;
}

.tubes__prod {
	bottom: 10px;
	left: 82px;
	z-index: 3;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.tubes__flowers {
	bottom: -78px;
	left: 140px;
	z-index: 2;
	-webkit-transform: rotate(18deg);
	        transform: rotate(18deg);
	width: 137px;
}

.how {
	background: #89a3ba;
	padding: 60px 0 290px;
	color: #fff;
	font-size: 18px;
}

.how__triangle {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 125px;
	width: 100%;
	z-index: 1;
}

.how__title {
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

.how__title .product-name {
	margin-top: 5px;
	font-size: 42px;
}

.how__list {
	position: relative;
	z-index: 1;
}

.how__item {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.how__item:last-child {
	margin-bottom: 0;
}

.how__icon,
.how__text {
	display: table-cell;
	vertical-align: middle;
}

.how__icon {
	width: 50px;
}

.how__text {
	padding-left: 10px;
}

.how__prod {
	position: absolute;
	z-index: 5;
	bottom: -300px;
	left: -87px;
}

.how__prod img {
	max-width: none;
}

.order {
	background: #fef8f8;
	padding: 50px 0;
	font-size: 18px;
	overflow: hidden;
}

.order__title {
	font-size: 30px;
	text-align: center;
	font-weight: 800;
	margin-bottom: 50px;
}

.order__item {
	margin-bottom: 30px;
	position: relative;
}

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

.order__item:nth-child(even) .order__text {
	text-align: right;
	float: right;
}

.order__item:last-child {
	margin-bottom: 0;
}

.order__text {
	max-width: 185px;
	padding-bottom: 155px;
}

.order__img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.order__img img {
	max-width: none;
}

.order__item:nth-child(1) .order__img {
	left: 30px;
	bottom: -5px;
}

.order__item:nth-child(2) .order__img {
	left: -20px;
	bottom: -10px;
}

.order__item:nth-child(3) .order__img {
	left: 60px;
	bottom: -75px;
}

.order__item:nth-child(3) .order__text {
	max-width: 150px;
}

.order__count {
	background: #ffb400;
	color: #fff;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 36px;
	text-align: center;
	position: absolute;
}

.order__item:nth-child(1) .order__count {
	bottom: -5px;
	right: 154px;
}

.order__item:nth-child(2) .order__count {
	top: 0px;
	left: 10px;
}

.order__item:nth-child(3) .order__count {
	top: 25px;
	right: 280px;
}

.reviews {
	padding: 70px 0 140px;
	background-color: #cfd7db;
	background: -webkit-gradient(linear, left top, right top, from(#cfd7db), to(#f7f9f9));
	background: linear-gradient(to right, #cfd7db, #f7f9f9);
	font-size: 18px;
}

.reviews__title {
	font-weight: 800;
	font-size: 30px;
	text-align: center;
	line-height: 1;
	color: #1d1d1d;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

.reviews__title .product-name {
	margin-bottom: 10px;
}

.reviews__list {
	position: relative;
	z-index: 1;
}

.reviews__item {
	background: #fff;
	padding: 14px 18px;
	margin: 0 50px;
	-webkit-box-shadow: 0 7px 46px 0 rgba(184, 184, 187, 0.7);
	        box-shadow: 0 7px 46px 0 rgba(184, 184, 187, 0.7);
	min-height: 845px;
}

.reviews__ava {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

.reviews__ava img {
	border-radius: 50%;
	width: 89px;
	height: 89px;
	border: 10px solid #d8e1eb;
}

.reviews__about {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 700;
}

.reviews__name {
	margin-bottom: 5px;
}

.reviews .slick-list {
	padding: 50px 0;
	margin-top: -50px;
	margin-left: -50px;
	margin-right: -50px;
}

.reviews__about {
	padding-left: 10px;
}

.reviews__rating {
	color: #aaaaaa;
	font-size: 14px;
	font-weight: 400;
}

.reviews__rating img {
	display: inline-block;
	vertical-align: baseline;
	margin-right: 10px;
}

.reviews__text {
	font-style: italic;
	line-height: 1.3;
}

.reviews__decor {
	bottom: 0;
	left: 0;
}

.form {
	background: #f3f4f9;
	padding: 300px 0 100px;
}

.form__woman {
	position: absolute;
	left: -50px;
	top: -290px;
}

.form__woman img,
.form__prod img {
	max-width: none;
}

.form__decor2 {
	position: absolute;
	left: -75px;
	top: 133px;
}

.form__prod {
	position: absolute;
	right: -20px;
	top: -310px;
}

.form__decor1 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.form__title {
	font-size: 36px;
	font-weight: 900;
	color: #ffb400;
	line-height: 1;
	position: relative;
	margin-bottom: 30px;
}

.form__title span:nth-child(2) {
	color: #000;
	display: block;
}

.form__box {
	position: relative;
	margin-left: -133px;
	padding: 75px 0;
	width: 565px;
	height: 565px;
	border-radius: 50%;
	background: rgba(98, 135, 173, 0.25);
}

.form__decor4 {
	content: "";
	background: url(../images/sec1__decor1.png) no-repeat;
	width: 190px;
	height: 159px;
	position: absolute;
	top: -40px;
	right: 0;
}

.form__decor3 {
	position: absolute;
	bottom: -160px;
	left: 10px;
}

.form__caption {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}

.form select,
.form input {
	height: 50px;
	margin: auto;
	margin-bottom: 10px;
	border-radius: 50px;
	border: 2px solid #fff;
	background: transparent;
	font-size: 14px;
	padding: 0 20px;
	display: block;
	width: 100%;
	max-width: 300px;
	outline: none;
	position: relative;
	z-index: 1;
}

.form select:focus option,
.form select:focus,
.form input:focus {
	background: #fff;
	font-weight: 700;
}

input::-webkit-input-placeholder {
	color: #000000;
}

input::-moz-placeholder {
	color: #000000;
}

input:-moz-placeholder {
	color: #000000;
}

input:-ms-input-placeholder {
	color: #000000;
}

input:focus::-webkit-input-placeholder {
	color: #6287ad;
}

input:focus::-moz-placeholder {
	color: #6287ad;
}

input:focus:-moz-placeholder {
	color: #6287ad;
}

input:focus:-ms-input-placeholder {
	color: #6287ad;
}

select::-ms-expand {
	display: none;
}

.form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
	background-image: url(../images/sel.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
}

.form .btn {
	position: relative;
	z-index: 1;
}

.price {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1;

	max-width: 300px;
}

.price__old {
	text-align: right;
	font-size: 20px;
	font-weight: 700;
}

.price__old .price__val {
	font-size: 27px;
	position: relative;
	display: inline-block;
}

.price__old .price__val::before {
	content: "";
	width: 120%;
	height: 2px;
	-webkit-transform: rotate(172deg) translate(-50%, 50%);
	        transform: rotate(172deg) translate(-50%, 50%);
	background: #000;
	display: block;
	position: absolute;
	bottom: 50%;
	left: 50%;
	-webkit-transform-origin: left;
	        transform-origin: left;
}

.price__new {
	color: #6287ad;
	font-size: 26px;
	font-weight: 900;
	text-align: center;
}

.price__new .price__val {
	font-size: 56px;
}
