/* ==========================================================================
   Author's custom styles
   ========================================================================== */
::-webkit-scrollbar-button {
	width: 3px;
	height: 0
}

::-webkit-scrollbar-track {
	background-color: #32312e;
	-webkit-box-shadow: 0 0 3px #000 inset;
	box-shadow: 0 0 3px #000 inset;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #e40000;
	-webkit-box-shadow: 0 1px 1px #fff inset;
	box-shadow: 0 1px 1px #fff inset;
}

::-webkit-resizer {
	width: 3px;
	height: 0
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

a,
a:hover {
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
	font-weight: bold;
	margin: 0;
}

.obj {
	position: absolute;
	z-index: 1;
}

.img_box img,
.obj img {
	max-width: 100%;
}

main {
	overflow: hidden;
}

body {
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	background: #e9eeeb;
}

.container {
	position: relative;
	z-index: 99;
}

.disclaimer {
	position: relative;
	z-index: 98;
	padding: 5px 0;
	background: #7640d5;
}

.disclaimer-title {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
}

.disclaimer-title span {
	text-transform: uppercase;
	color: #ff8391;
}

.disclaimer-title:before {
	content: "";
	position: absolute;
	bottom: -20px;
	right: 20%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 20px solid #7640d5;
}

.block_01 {
	overflow: hidden;
	position: relative;
	padding: 45px 0;
}

.girl_01 {
	z-index: 7;
	top: -50px;
	right: 100px;
	width: 1300px;
}

.leaf_01 {
	opacity: .4;
	z-index: 3;
	right: -30px;
	top: -30px;
	width: 209px;
}

.leaf_02 {
	z-index: 3;
	bottom: 0;
	left: -30px;
	width: 451px;
}

.title-box {
	font-size: 60px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	color: #464143;
}

.title-box span {
	display: block;
	font-size: 42px;
	font-weight: 400;
	color: #7640d5;
}

.formula-box {
	padding: 12px 16px;
	border: 2px solid #010101;
}

.formula-box__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 43px;
	flex: 0 0 43px;
	width: 43px;
}

.formula-box__title {
	font-size: 14px;
	text-transform: uppercase;
	color: #010101;
}

.buyer-reviews__title {
	font-size: 16px;
	color: #010101;
}

.buyer-reviews__title span {
	display: block;
	font-weight: 700;
}

.buyer-percents__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	width: 32%;
}

.buyer-percents__number {
	width: 115px;
	height: 115px;
	font-size: 48px;
	line-height: 1;
	text-align: center;
	color: #000000;
	border: 5px solid #7640d5;
	margin: 0 auto;
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 9px 65px -19px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 9px 65px -19px rgba(0, 0, 0, 0.75);
}

.buyer-percents__title {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #010101;
}

.buyer-percents__title span {
	color: #7640d5;
}

.magazine-box {
	position: relative;
	border-left: 1px solid #010101;
	padding-left: 20px;
}

.magazine-box:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -4px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #010101;
	border-right: 1px solid #010101;
	background: #e9eeeb;
	-webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
	transform: rotate(45deg) translateX(-50%) translateY(-50%);
}

.magazine-title {
	font-size: 14px;
	text-transform: uppercase;
	color: #010101;
}

.product-box {
	position: relative;
}

.product-box img {
	position: relative;
	z-index: 9;
}

.leaf {
	z-index: 8;
	top: 40px;
	left: 0;
	width: 275px;
}

.reward {
	z-index: 10;
	right: 35px;
	bottom: 130px;
	width: 145px;
}

.block_02 {
	padding: 15px 0;
	background: #464143;
}

.logo-box {
	max-width: 300px;
}

.logo-text {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.2;
	color: #ffffff;
}

.text-box {
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 25px;
}

.button-box {
	position: relative;
	z-index: 99;
}

.custom-button {
	position: relative;
	min-width: 270px;
	max-width: 320px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	border: none;
	outline: none;
	border-bottom: 1px solid #220359;
	cursor: pointer;
	padding: 14px 24px;
	border-radius: 10px;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	background: #7e5aff;
	background: -webkit-gradient(linear, left top, left bottom, from(#7e5aff), to(#34218e));
	background: linear-gradient(to bottom, #7e5aff 0%, #34218e 100%);
}

.custom-button:hover {
	background: #34218e;
	background: -webkit-gradient(linear, left bottom, left top, from(#7e5aff), to(#34218e));
	background: linear-gradient(to top, #7e5aff 0%, #34218e 100%);
}

.block_03 {
	overflow: hidden;
}

.obj_formula {
	left: 0;
	top: -75px;
	z-index: 2;
	opacity: .3;
}

.obj_formula_02 {
	right: 0;
	bottom: -130px;
	z-index: 2;
	opacity: .3;
	width: 250px;
}

.result-slider {
	overflow: hidden;
	position: relative;
	border-bottom: 2px solid #464143;
	padding: 120px 0;
}

.result-text__item {
	position: relative;
	z-index: 9;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	max-width: 300px;
}

.result-text__subtitle {
	font-size: 35px;
	line-height: 1;
	font-weight: 700;
	color: #000000;
}

.result-text__logo {
	color: #7640d5;
	font-size: 48px;
	font-weight: 700;
}

.rewards-item {
	width: 120px;
	margin: 0 10px;
}

.reward-text {
	font-size: 18px;
}

.reward-text span {
	font-weight: 700;
}

.result-img {
	position: absolute;
	z-index: 3;
	width: 100%;
	max-width: 500px;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	position: absolute;
	z-index: 30;
	display: block;
	content: " ";
	background: #fff;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	left: 50%;
	width: 3px;
	height: 9999px;
	margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	top: 50%;
	width: 9999px;
	height: 3px;
	margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	position: absolute;
	padding: 0 20px;
	line-height: 38px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	width: 90px;
	margin-left: -45px;
	text-align: center;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border: 6px inset transparent;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px;
}

.twentytwenty-container {
	position: relative;
	z-index: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.twentytwenty-container img {
	position: absolute;
	bottom: 0;
	display: block;
	max-width: 100%;
}

.twentytwenty-container img:first-child {
	bottom: -2px;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.twentytwenty-before-label {
	opacity: 0;
}

.twentytwenty-before-label:before {
	content: attr(data-content);
}

.twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-after-label:before {
	content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px;
}

.twentytwenty-overlay {
	z-index: 25;
	background: rgba(0, 0, 0, 0);
	-webkit-transition-property: background;
	transition-property: background;
}

.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}

.twentytwenty-before {
	z-index: 20;
}

.twentytwenty-after {
	z-index: 10;
}

.twentytwenty-handle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 40;
	width: 38px;
	height: 38px;
	margin-top: -22px;
	margin-left: -22px;
	cursor: pointer;
	border: 3px solid #fff;
	border-radius: 1000px;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
	-webkit-box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
	-webkit-box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	-webkit-box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	-webkit-box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
	left: 50%;
	margin-left: -17px;
	border-right: 6px solid #fff;
}

.twentytwenty-right-arrow {
	right: 50%;
	margin-right: -17px;
	border-left: 6px solid #fff;
}

.twentytwenty-up-arrow {
	top: 50%;
	margin-top: -17px;
	border-bottom: 6px solid #fff;
}

.twentytwenty-down-arrow {
	bottom: 50%;
	margin-bottom: -17px;
	border-top: 6px solid #fff;
}

.voz-info {
	position: relative;
	font-size: 18px;
	padding: 80px 0;
}

.voz-info span {
	font-weight: 700;
}

.fruit {
	position: relative;
}

.fruit-img {
	left: -100px;
	width: 100%;
	max-width: 547px;
	min-width: 500px;
}

.block_04 {
	padding: 40px 0 30px;
	border-top: 10px solid #464143;
	border-bottom: 10px solid #464143;
	background: url("../img/bg_04.jpg") no-repeat center;
	background-size: cover;
}

.block_04--title {
	position: relative;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	text-transform: uppercase;
	padding: 20px 0;
	border-top: 1px solid #464143;
	border-bottom: 1px solid #464143;
}

.block_04--title span {
	display: block;
}

.block_04--logo {
	color: #7640d5;
	font-size: 48px;
	font-weight: 700;
}

.obj-prod__01 {
	width: 230px;
	bottom: -180px;
	left: -220px;
}

.obj-prod__02 {
	width: 230px;
	bottom: -100px;
	right: -35px;
}

.block_05 {
	padding: 85px 0;
	background: #eceff1;
}

.block_05--title {
	font-size: 24px;
	font-weight: 700;
	padding: 20px 25px;
	border: 1px solid #000;
	text-transform: uppercase;
}

.block_05--title span {
	font-size: 18px;
	font-weight: 300;
	text-transform: lowercase;
}

.component-box {
	padding: 40px 15px 50px;
	background: #ffffff;
	border-radius: 1px;
	-webkit-box-shadow: 0px 9px 8px -1px rgba(219, 219, 219, 1);
	box-shadow: 0px 9px 8px -1px rgba(219, 219, 219, 1);
}

.component-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.component-text__title {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: #252525;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.component-text__subtitle {
	position: relative;
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
	color: #252525;
}

.component-text__title:before {
	content: "";
	position: absolute;
	width: 80px;
	height: 4px;
	bottom: -2px;
	left: 50%;
	background: #7640d5;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.component-text__p {
	font-size: 18px;
}

.component-image {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 250px;
	flex: 0 0 250px;
	width: 100%;
	max-width: 255px;
}

.component-img {
	position: relative;
	z-index: 8;
	border: 5px solid #7640d5;
	border-radius: 50%;
	-webkit-box-shadow: 0px 1px 36px 0px rgba(166, 166, 166, 1);
	box-shadow: 0px 1px 36px 0px rgba(166, 166, 166, 1);
}

.component-img img {
	display: block;
	border-radius: 50%;
}

.component-title__container {
	position: relative;
	z-index: 8;
	margin-top: -20px;
}

.component-img__title {
	position: relative;
	z-index: 9;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	padding: 6px 24px;
	background: #7640d5;
}

/*.component-img__title:before {*/
/*content: "";*/
/*position: absolute;*/
/*z-index: 7;*/
/*width: 100%;*/
/*height: 0;*/
/*left: 0;*/
/*bottom: 100%;*/
/*border-bottom: 30px solid #ad7702;*/
/*border-left: 50px solid transparent;*/
/*border-right: 50px solid transparent;*/
/*}*/

.other-components {
	margin-left: -15px;
	margin-right: -15px;
}

.other-components__item {
	/* flex: 0 0 30%; */
	width: 100%;
	max-width: 30%;
	margin: 30px 15px 15px;
}

.other-components__item .component-image {
	max-width: 80%;
	margin: 0 auto;
}

.other-components__item .component-img__title {
	font-size: 15px;
	padding: 3px 8px;
}

.other-components__text {
	font-size: 14px;
	text-align: center;
	color: #000000;
}

.other-components .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.other-components .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

.other-components .slick-dots li:not(:last-of-type) {
	margin-right: 13px;
}

.other-components .slick-dots li button {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	font-size: 0;
	background-color: #d5bcfe;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.other-components .slick-dots li button::before {
	display: none;
}

.other-components .slick-dots .slick-active button {
	background-color: #7640d5;
}

.doctor-image img {
	display: block;
	margin: 0 auto
}

.doctor-name {
	font-size: 18px;
	font-weight: 600;
}

.doctor-name span {
	display: block;
}

.doctor-review {
	font-size: 16px;
	font-style: italic;
}

.block_06 {
	padding: 40px 0;
}

.block_06 .content-box {
	max-width: 1240px;
	margin: 0 auto;
	padding: 60px 0 80px;
	border-bottom: 10px solid #464143;
	background: url("../img/bg_06.jpg") no-repeat center;
	background-size: cover;
}

.work-title {
	position: relative;
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
	color: #464143;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.work-title:before {
	content: "";
	position: absolute;
	width: 80px;
	height: 4px;
	bottom: -2px;
	left: 50%;
	background: #7640d5;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.work-subtitle {
	font-size: 22px;
	font-weight: 700;
	color: #464143;
}

.pluses-item__title span {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	padding: 4px 12px 3px;
	background: #7640d5;
	border-radius: 1px;
}

.pluses-item__text {
	font-size: 18px;
	text-align: right;
}

.button-content {
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px 0;
	background: #e9e8e4;
	-webkit-box-shadow: 0px 5px 32px 4px rgba(219, 219, 219, 1);
	box-shadow: 0px 5px 32px 4px rgba(219, 219, 219, 1);
}

.block_07 {
	padding-bottom: 50px;
	background: url("../img/bg_07.jpg") no-repeat center;
	background-size: cover;
}

.block_07 .content-bg {
	padding: 25px 20px;
	background: rgba(255, 255, 255, 0.5);
}

.block_07 .content-box {
	position: relative;
	border: 7px solid #ffffff;
	padding: 25px 120px 50px;
	border-radius: 1px;
}

.block_07 .rewards-item {
	right: 10px;
	top: 10px;
	margin: 0;
}

.block_07 .content-title {
	font-size: 34px;
	font-weight: 700;
	color: #464143;
	text-transform: uppercase;
}

.block_07 .content-title span {
	display: block;
}

.block_07 .content-text {
	font-size: 18px;
	font-weight: 700;
	color: #464143;
}

.block_07--logo {
	color: #7640d5;
	font-size: 48px;
	font-weight: 700;
}

.graphic-box {
	border: 1px solid #d7d7d8;
	padding: 40px 30px 80px;
	background: #ffffff;
	-webkit-box-shadow: 0px 5px 32px 4px rgba(219, 219, 219, 1);
	box-shadow: 0px 5px 32px 4px rgba(219, 219, 219, 1);
}

.graphic-box__title {
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	color: #464143;
}

.graphic-data {
	position: relative;
}

.graphic-data__title {
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
	min-width: 38px;
	font-size: 11px;
	text-align: center;
	color: #7640d5;
	padding-right: 10px;
}

.graphic-data__subtitle.rotated {
	width: 250px;
	left: 23px;
	top: -15px;
	bottom: 0;
	font-size: 18px;
	color: #7640d5;
	white-space: nowrap;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.graphic-visual {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.graphic-visual__item {
	padding: 8px 0;
}

.graphic-visual__item-number {
	min-width: 26px;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	text-align: right;
	color: #464143;
}

.graphic-visual__item-line {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 2px;
	background: #c4c8c9;
}

.graphic-visual__item:last-of-type .graphic-visual__item-line {
	height: 10px;
}

.visual-result {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}

.visual-result:before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: -8px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #c4c8c9;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.visual-result__info {
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 50%;
	width: 20px;
	cursor: pointer;
	background: #34a4e0;
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.visual-result__info:nth-child(2) {
	background: #763ed5;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.visual-result__info:nth-child(3) {
	background: #ff8391;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.visual-result__info-number {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	color: #464143;
}

.visual-result__title {
	left: 0;
	top: 35px;
	width: 100%;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	color: #464143;
	padding: 0 10px;
}
.graphic-visual .img_box {
	color: #7640d5;
	font-size: 24px;
	font-weight: 700;
}
.block_08 {
	position: relative;
	overflow: hidden;
	padding: 70px 0;
	background: rgb(225, 224, 220);
	background: linear-gradient(45deg, rgba(225, 224, 220, 1) 0%, rgba(206, 202, 195, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e0dc', endColorstr='#cecac3', GradientType=1);
}

.title-review {
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	color: #7640d5;
	padding: 6px 12px;
	border-radius: 1px;
	background: #ffffff;
}

.slider-box__item {
	outline: none;
}

.slider-item__text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	padding-bottom: 50px;
}

.slider-item__text-title {
	position: relative;
	font-size: 32px;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	color: #2a2a2a;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.slider-item__text-title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 50px;
	height: 3px;
	background: #7640d5;
}

.slider-item__text-subtitle {
	font-size: 17px;
	font-weight: 700;
	color: #2a2a2a;
}

.slider-item__text-p {
	font-size: 17px;
	color: #2a2a2a;
}

.user-review__name {
	font-size: 20px;
	font-weight: 700;
	color: #2a2a2a;
}

.slider-item__images {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
}

.user-image {
	-webkit-box-shadow: 0px 5px 23px 7px rgba(219, 219, 219, 1);
	box-shadow: 0px 5px 23px 7px rgba(219, 219, 219, 1);
}

.user-image img {
	margin: 0 auto;
}

.user-progress__item {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	width: 100%;
	max-width: 49%;
	border: 4px solid #464143;
}

.user-progress__text {
	position: absolute;
	left: 50%;
	top: -15px;
	font-size: 17px;
	line-height: 1;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #464143;
	padding: 4px 12px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.user-progress__item:last-of-type .user-progress__text {
	background: #7640d5;
}

.slick-prev,
.slick-next {
	z-index: 99;
	top: inherit;
	bottom: 0;
	-webkit-transform: inherit;
	transform: inherit;
	width: 45px;
	height: 45px;
	background: #fff;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.slick-prev {
	left: 0;
}

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

.slick-next {
	left: 50px;
}

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

.slick-prev:before,
.slick-next:before {
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #7640d5;
	margin: 0 auto;
}

.slick-prev:before {
	border-bottom-width: 0;
	border-right-width: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.slick-next:before {
	border-bottom-width: 0;
	border-left-width: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: #7640d5;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	border-color: #fff;
}

.block_09 {
	overflow: hidden;
	position: relative;
	padding: 75px 0 90px;
	background: url("../img/bg_09.jpg") no-repeat center bottom;
	background-size: cover;
}

.block_09 .result-text__logo img {
	max-width: 269px;
}

.block_09--title {
	font-size: 33px;
	font-weight: 500;
	text-transform: uppercase;
	color: #2a2a2a;
}

.for-item {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2a2a2a;
	margin-bottom: 10px;
	padding-left: 15px;
}

.for-item:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	background: #2a2a2a;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.for-item span {
	color: #7640d5;
}

.block_09 .product-box {
	position: relative;
}

.block_09 .product-box img {
	max-width: 300px;
	width: 100%
}

/* .block_09 .product-box img {
    max-width: 320px;
} */

.block_09 .rewards {
	z-index: 9;
	left: -10px;
	top: 40px;
}

.block_09 .rewards .rewards-item {
	max-width: 100px;
}

.percent-box {
	font-size: 18px;
	font-weight: 700;
	color: #2a2a2a;
}

.percent-box span {
	display: block;
	color: #7640d5;
}

.content-form {
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

.form-title {
	position: relative;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #ffffff;
	padding: 30px 20px;
	background: #7640d5;
}

.form-title:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 20px solid #7640d5;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.form-box {
	padding: 35px 30px;
	background: rgba(213, 210, 204, 0.9);
}

.customSelect {
	background: #fff url("../img/custom_select.png")no-repeat 95% 18px;
}

.form-control {
	outline: none;
	border: none;
}

button.custom-button {
	width: 100%;
	max-width: 100%;
}

button:focus {
	outline: none;
}

.girl_09 {
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1242px;
}

.obj_02 {
	z-index: 12;
	top: -100px;
	left: 0;
	width: 100%;
	height: 500px;
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

@media screen and (max-width: 1600px) {
	.girl_01 {
		right: -140px;
	}

	.girl_09 {
		left: -15%;
	}

}

@media screen and (max-width: 1366px) {
	.girl_01 {
		right: -200px;
	}

	.girl_09 {
		left: -20%;
	}
}

@media screen and (max-width: 1366px) {
	.girl_01 {
		right: -250px;
	}

	.girl_09 {
		left: -20%;
	}
}

@media screen and (max-width: 1366px) {

	.girl_09 {
		left: -30%;
	}
}

@media screen and (max-width: 1200px) {

	.disclaimer-title span {
		display: block;
	}

	.disclaimer-title:before {
		right: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.result-slider {
		padding: 20px 0 120px;
	}

	.result-img {
		max-width: 350px;
	}

	.fruit-img {
		left: -130px;
	}

	.obj-prod__01 {
		left: -220px;
	}

	.obj-prod__02 {
		right: -120px;
	}

	.component-text__subtitle {
		font-size: 20px;
	}

	.other-components__item .component-img__title {
		font-size: 13px;
	}

	.block_07 .content-box {
		padding: 25px 30px 50px;
	}

	.slick-prev,
	.slick-next {
		bottom: -40px;
	}

	.girl_09 {
		opacity: .3;
	}

}

@media screen and (max-width: 992px) {
	.girl_01 {
		opacity: .5;
		width: 900px;
		right: 0;
	}

	.girl_09 {
		left: -15%;
	}

	.title-box {
		font-size: 40px;
	}

	.title-box span {
		font-size: 32px;
	}

	.block_01 .magazine-box {
		margin-bottom: 20px;
	}

	.result-slider.mobile-content .result-img {
		position: relative;
		margin-top: -5px;
	}

	.fruit-img {
		top: 40px;
		min-width: 400px;
	}

	.obj-prod__01 {
		left: -35px;
		width: 170px;
		bottom: -185px;
	}

	.obj-prod__02 {
		right: -20px;
		width: 170px;
		bottom: -105px;
	}

	.block_05 {
		padding: 70px 0 30px;
	}

	.block_05--title span {
		display: block;
	}

	.block_06 .content-box {
		padding-bottom: 10px;
	}

	.block_07 .content-title {
		font-size: 24px;
	}

	.block_07 .rewards-item {
		right: -40px;
		top: -50px;
	}

	.graphic-box__title {
		font-size: 20px;
	}

	.visual-result__title {
		font-size: 10px;
	}
	.graphic-visual .img_box {
		font-size: 13px;
	}
	.slider-item__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
	}

	.slider-item__images {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		margin: 0 auto;
	}

	.block_09--title {
		font-size: 26px;
	}

	.form-title {
		font-size: 18px;
	}

	.block_09 {
		padding-bottom: 30px;
	}

}

@media screen and (max-width: 767px) {

	.title-box {
		text-align: center;
	}

	.result-text__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}

	.result-text__subtitle {
		font-size: 30px;
	}

	.fruit-img {
		position: relative;
		top: 0;
		left: 0;
		min-width: inherit;
	}

	.obj-prod__01 {
		position: relative;
		left: inherit;
		bottom: inherit;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 150px;
		flex: 0 0 150px;
		width: 150px;
	}

	.component-text {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	.other-components__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}

	.other-components__item .component-image {
		max-width: 200px;
		margin: 0 auto;
	}

	.block_05 {
		padding: 30px 0;
	}

	.block_07 .content-title {
		font-size: 20px;
	}

	.block_07 .content-box {
		padding: 25px 15px 50px;
	}

	.graphic-box {
		padding: 40px 15px 80px;
	}

	.graphic-data__title {
		font-size: 10px;
		padding-right: 0;
	}

	.visual-result__info {
		width: 10px;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	.visual-result__info:nth-child(3) {
		background: #dc7b68;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	.graphic-data__subtitle.rotated {
		left: 18px;
		font-size: 18px;
	}

	.slider-item__images {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		margin: 0 auto;
	}

	.visual-result__info-number {
		font-size: 10px;
	}

	.block_09 .product-box img {
		/* max-width: 320px; */
		max-width: 300px;
		margin: 0 auto;
	}

	.pluses-item__text {
		text-align: center;
	}

	.content-form {
		max-width: 320px;
		margin: 0 auto;
	}

}

@media screen and (max-width: 579px) {

	.title-box {
		font-size: 30px;
	}

	.title-box span {
		font-size: 24px;
	}

	.work-title {
		font-size: 30px;
	}

	.visual-result__title {
		font-size: 7px;
		padding: 0 1px;
	}

	.slider-item__images {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin: 0 auto 20px;
	}

	.slider-item__text {
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 439px) {

	.buyer-percents__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
	}

	.result-text__subtitle {
		font-size: 24px;
	}

	.block_07 .content-bg {
		margin: 0 -30px;
	}

	.block_07 .rewards-item {
		right: -5px;
		top: -60px;
		width: 100px;
	}

	.slider-item__text-title {
		font-size: 26px;
	}

	.block_08 {
		padding-bottom: 90px;
	}

	.slick-prev,
	.slick-next {
		bottom: -65px;
	}

	.form-box {
		padding: 35px 10px 30px;
	}

}

@media screen and (max-width: 379px) {

	.leaf_01 {
		right: -100px;
	}

	.leaf_02 {
		width: 251px;
	}

	.title-box {
		font-size: 26px;
	}

	.reward {
		width: 105px;
	}

	.block_04--title {
		font-size: 20px;
	}

	.obj-prod__01 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
		width: 120px;
	}

	.block_05--title {
		font-size: 18px;
		padding: 20px 10px;
	}

	.work-title {
		font-size: 26px;
	}

	.block_07 .rewards-item {
		width: 80px;
	}

	.block_07 .content-box {
		padding: 25px 15px 30px;
	}

	.graphic-box {
		padding: 40px 5px 70px;
		margin: 0 -20px;
	}
}

@media screen and (max-width: 349px) {
	.block_04--title {
		font-size: 18px;
	}

	.graphic-visual {
		margin-left: -15px;
	}
}

.form-vat {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	color: #7640d5;
}


.form__prices {
	margin: 10px auto;
	font-size: 0;
	text-align: center;
}

.form__price {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	padding: 5px 10px;
	font-size: 21px;
	line-height: 1.2;
	color: #333333;
}

.form__price--old {
	text-decoration: line-through;
}

.form__price--new {
	font-weight: 700;
	font-size: 28px;
	color: #763ed5;
}