html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

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

main {
	display: block;
	overflow: hidden;
}

h1,
sub,
sup {
	position: relative;
}

h1 {
	z-index: 2;
	margin: 0;
	color: #e60202;
	font-size: 36px;
	line-height: 1.05;
	font-weight: 900;
	text-transform: uppercase;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type='checkbox'],
[type='radio'],
legend {
	box-sizing: border-box;
	padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden],
template {
	display: none;
}

.btn,
.container {
	box-sizing: border-box;
}

.container {
	max-width: 320px;
	margin: 0 auto;
	padding: 0 7px;
}

.btn {
	margin: 0;
	border: 0;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	padding: 15px;
	background-color: #007fe2;
	background-image: linear-gradient(to top #0083e3, #007ce0);
	border-radius: 40px;
	box-shadow: 0 14px 21px rgba(0, 59, 121, 0.699);
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
	position: relative;
	z-index: 2;
}

.btn--header {
	margin-top: -6px;
}

.bold {
	font-weight: 700;
}

.text-shadow--white {
	text-shadow: 0 0 32px rgba(255, 255, 255, 0.7);
}

.text-shadow--white--black {
	text-shadow: 0 7px 6px rgba(0, 0, 0, 0.3);
}

.form {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 25px 15px 75px;
	box-shadow: 0 12px 38px rgba(0, 128, 226, 0.33);
}

.form .btn,
.form__title {
	font-size: 24px;
	text-transform: uppercase;
}

.form .btn {
	width: 265px;
	margin-top: -3px;
	padding: 18px 15px;
	cursor: pointer;
	outline: none !important;
	transition: 0.5s;
}

.form .btn:hover {
	opacity: 0.9;
}

.form__title {
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 17px;
}

.input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	width: 265px;
	box-sizing: border-box;
	margin-bottom: 11px;
	background-color: #fff;
	border: 2px solid #e6f0fd;
	border-radius: 20px;
	padding: 17px;
	font-size: 14px;
	font-weight: 700;
}

.input:focus {
	background-color: #f2f7ea;
	border-color: #f2f7ea;
	outline: 0;
}

::-webkit-input-placeholder {
	font-weight: 400;
	color: #000;
}

::-moz-placeholder {
	font-weight: 400;
	color: #000;
}

:-ms-input-placeholder {
	font-weight: 400;
	color: #000;
}

::-ms-input-placeholder {
	font-weight: 400;
	color: #000;
}

::placeholder {
	font-weight: 400;
	color: #000;
}

select.input {
	padding-right: 50px;
	font-weight: 400;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/sel.png);
	background-position: 96% center;
	background-repeat: no-repeat;
}

.form-price {
	width: 265px;
	margin-top: 8px;
}

.form-price__old {
	display: block;
	margin-right: 15px;
	line-height: 1;
	text-align: right;
	font-weight: 700;
	font-size: 20px;
}

.form-price__old span {
	position: relative;
	font-size: 27px;
}

.form-price__old > span::after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background-color: #000;
	transform: translateX(-50%) rotate(-45deg);
	position: absolute;
	top: 15px;
	left: 50%;
}

.form-price__new {
	display: block;
	margin-left: 20px;
	margin-top: -0.5em;
	line-height: 1;
	color: #93c30f;
	font-weight: 900;
	font-size: 26px;
}

.form-price__new span {
	font-size: 65px;
}
.form-inner-wrapper {
	text-align: center;
}
.header {
	background-image: url(../img/bg-header.jpg);
	background-position: center;
	background-size: cover;
	padding-top: 24px;
	padding-bottom: 55px;
}

.header__container {
	position: relative;
}

.block-gif,
.header__container::before {
	background-repeat: no-repeat;
	background-position: center;
}

.block-gif::after,
.header__container::after,
.header__container::before {
	content: '';
	display: block;
	background-image: url(../img/decor.png);
	position: absolute;
}

.header__container::before {
	width: 534px;
	height: 290px;
	top: -31px;
	left: -467px;
	background-size: cover;
	transform: rotate(225deg);
	-webkit-filter: blur(6px);
	filter: blur(6px);
}

.block-gif::after,
.header__container::after {
	background-repeat: no-repeat;
}

.header__container::after {
	width: 276px;
	height: 170px;
	top: -134px;
	right: -527px;
	background-position: center;
	background-size: cover;
	transform: rotate(136deg);
	-webkit-filter: blur(6px);
	filter: blur(6px);
}

h1 span {
	display: inline-block;
	margin-top: 13px;
	color: #000;
	font-size: 19px;
	line-height: 1.3;
}

.block-gif {
	position: relative;
	margin-left: -10px;
	margin-top: -25px;
	width: 314px;
	height: 316px;
	background-image: url(../img/header.png);
	background-size: contain;
}

.block-gif::after {
	width: 335px;
	height: 133px;
	transform: rotate(190deg);
	-webkit-filter: blur(4px);
	filter: blur(4px);
	bottom: 102px;
	right: -268px;
	background-size: contain;
}

.block-gif__img {
	width: 144px;
	position: absolute;
	right: 17px;
	bottom: 19px;
}

.block-gif::after,
.statistic {
	background-position: center;
	background-size: cover;
}

.statistic {
	background-image: url(../img/bg-statistic.jpg);
	padding-top: 57px;
	padding-bottom: 60px;
}

.statistic__header {
	margin: 0;
	color: #fff;
	font-weight: 900;
	font-size: 52px;
	line-height: 1.12;
	text-transform: uppercase;
}

.statistic__header span {
	display: inline-block;
	margin-top: 6px;
	font-size: 30px;
	color: #e60202;
}

.statistic__black,
.statistic__white {
	position: relative;
	z-index: 2;
	font-size: 18px;
}

.statistic__white {
	background-color: #fff;
	padding: 20px 25px;
	margin-right: 4px;
	line-height: 1.25;
}

.efficiency .form::after,
.statistic__white::before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
}

.statistic__white::before {
	width: calc(100% - 15px);
	height: calc(100% - 5px);
	bottom: -6px;
	right: -4px;
	background-color: rgba(255, 255, 255, 0.5);
}

.statistic__black {
	background-color: #151515;
	background-image: linear-gradient(to top #292929, #010101);
	padding: 13px 14px 16px 85px;
	margin-top: 20px;
	border-radius: 10px;
	color: #e60202;
	font-weight: 700;
	font-style: italic;
	line-height: 1.34;
}

.statistic__black img {
	position: absolute;
	top: 11px;
	left: 6px;
	border-radius: 50%;
	width: 70px;
}

.statistic__black::before {
	content: '';
	display: block;
	position: absolute;
	top: -50px;
	left: 24px;
	border: 15px solid transparent;
	border-bottom: 49px solid #101010;
	transform: rotate3d(1, 1, 1, -48deg);
}

.efficiency {
	position: relative;
	background-color: #e6fbff;
	padding-top: 38px;
	padding-bottom: 40px;
}

.efficiency::after {
	content: '';
	display: block;
	width: 283px;
	height: 281px;
	background-image: url(../img/nut-big.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -140px;
	bottom: 350px;
}

.efficiency::before {
	content: '';
	display: block;
	width: 250px;
	height: 250px;
	background-image: url(../img/berry-big.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -45px;
	top: -80px;
	-webkit-filter: blur(18px);
	filter: blur(18px);
	transform: rotate(-34deg);
}

.efficiency__container::before {
	content: '';
	display: block;
	width: 350px;
	height: 350px;
	position: absolute;
	top: 0;
	right: -145px;
	background-image: url(../img/nut-blur.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-filter: blur(7px);
	filter: blur(7px);
	transform: rotate(-166deg);
}

.efficiency .form {
	margin-top: -120px;
	position: relative;
	z-index: 1;
}

.efficiency .form::after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
}

.efficiency .form::before,
.efficiency__item::after {
	content: '';
	display: block;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.efficiency .form::before {
	right: -109px;
	bottom: -65px;
	width: 185px;
	height: 180px;
	background-image: url(../img/berry-big.png);
	transform: rotate(-34deg);
	-webkit-filter: blur(14px);
	filter: blur(14px);
	z-index: -2;
}

.efficiency__left {
	margin-left: -7px;
	margin-right: -7px;
	background-color: #c1f3ff;
	padding: 25px 7px 120px;
}

.efficiency__header {
	margin: 0;
	font-size: 30px;
	line-height: 1;
	font-weight: 900;
}

.efficiency__header span {
	display: block;
	margin-top: 15px;
	color: #0054b1;
	font-size: 33px;
	line-height: 1.1;
	text-transform: uppercase;
}

.efficiency__list {
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
}

.efficiency__item {
	position: relative;
	padding-left: 30px;
	font-size: 18px;
	line-height: 1.25;
}

.efficiency__item::after {
	left: 0;
	top: -6px;
	width: 22px;
	height: 27px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26px' height='31px' viewBox='0 0 26 31'%3e%3cpath fill='%230054b1' d='M9.835 30.739c-6.506-1.71-11.06-9.065-9.542-15.411C2.022 8.098 6.942 4.42 13.734 5.276c3.377.426 3.321.468-.833.633-6.661.266-11.12 4.927-11.12 11.626 0 8.455 6.746 13.777 14.698 11.596 6.671-1.83 10.098-11.099 6.603-17.86-1.102-2.131-1.052-2.25.424-.995 4.298 3.652 2.776 14.54-2.534 18.126-3.052 2.06-8.133 3.127-11.137 2.337zm-.197-13.31c-1.01-2.282-2.024-4.523-2.252-4.98-.753-1.507 2.245-.861 4.121.888 1.69 1.577 2.023 1.417 4.04-1.936 1.21-2.01 3.956-5.397 6.103-7.528L25.553 0l-3.564 6.118c-1.96 3.365-4.483 8.22-5.606 10.79-1.123 2.57-2.687 4.672-3.475 4.672-.789 0-2.26-1.868-3.27-4.15z'/%3e%3c/svg%3e");
}

.efficiency-decor {
	position: relative;
	z-index: 2;
	height: 485px;
	margin-top: -10px;
}

.efficiency-decor span {
	position: absolute;
	top: 90px;
	left: 10px;
	width: 260px;
	transform: rotate(-9deg);
	text-align: center;
	font-weight: 900;
	font-size: 27.6px;
	opacity: 0.68;
	color: #fff;
}

.efficiency-decor-img1 {
	position: absolute;
	top: 280px;
	right: -15px;
	width: 55px;
}

.efficiency-decor-img2 {
	position: absolute;
	top: 150px;
	right: 25px;
	width: 120px;
	-webkit-filter: blur(2px);
	filter: blur(2px);
	transform: rotate(20deg);
}

.efficiency-decor-img3 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.efficiency-decor-img4 {
	position: absolute;
	top: 242px;
	left: 64px;
	width: 120px;
	transform: rotate(-20deg);
}

.efficiency-decor-img5,
.symptoms__item::before {
	position: absolute;
	top: 400px;
	left: 0;
	width: 170px;
}

.symptoms {
	background-image: url(../img/bg-symptoms.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 25px;
	padding-bottom: 55px;
}

.symptoms__header {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
	line-height: 1.1;
	margin-bottom: 18px;
}

.symptoms__list {
	list-style-type: none;
	counter-reset: num;
	margin: 0 0 15px;
	padding: 0;
}

.symptoms__item {
	position: relative;
	min-height: 85px;
	display: flex;
	align-items: center;
	margin-bottom: -20px;
	font-weight: 700;
	font-size: 16px;
}

.symptoms__item img {
	border-radius: 50%;
	margin: 0 14px;
	width: 85px;
}

.symptoms__item span {
	max-width: 150px;
}

.symptoms__item::before {
	content: counter(num) '';
	counter-increment: num;
	display: inline-block;
	top: 0;
	width: 32px;
	height: 32px;
	background-color: #000;
	vertical-align: middle;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	line-height: 32px;
}

.symptoms__item:nth-child(even) {
	flex-direction: row-reverse;
	text-align: right;
}

.symptoms__item:nth-child(even) img {
	float: right;
}

.symptoms__item:nth-child(even)::before {
	left: auto;
	right: 0;
}

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

.symptoms__text {
	position: relative;
	z-index: 1;
	background-color: #fff;
	width: 260px;
	box-sizing: border-box;
	padding: 20px 65px 17px 15px;
	text-align: right;
	font-size: 18px;
	margin-left: 4px;
}

.symptoms__text::before {
	content: '';
	display: block;
	position: absolute;
	left: -5px;
	top: 4px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: -1;
}

.symptoms__text::after {
	content: '';
	display: block;
	width: 110px;
	height: 200px;
	position: absolute;
	bottom: 25px;
	right: -60px;
	background-image: url(../img/prod.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.symptoms__text-red {
	margin-top: 0;
	color: #e60202;
	font-weight: 700;
	line-height: 1.2;
}

.symptoms__text-black {
	font-weight: 900;
	line-height: 1.15;
}

.symptoms__textprod {
	color: #5ba300;
	font-size: 27px;
	line-height: 27px;
}

.composition,
.composition::after,
.composition::before {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.composition {
	background-image: url(../img/bg-composition.jpg);
	padding-top: 43px;
	padding-bottom: 45px;
}

.composition::after,
.composition::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
}

.composition::after {
	width: 170px;
	height: 170px;
	background-image: url(../img/nut-big.png);
	top: -60px;
	transform: translateX(300px);
	-webkit-filter: blur(14px);
	filter: blur(14px);
}

.composition::before {
	width: 400px;
	height: 300px;
	background-image: url(../img/berry.png);
	top: -40px;
	transform: translateX(200px) rotate(30deg);
}

.composition,
.composition__container {
	position: relative;
}

.composition__container::after {
	width: 700px;
	height: 600px;
	bottom: -300px;
	left: 0;
	background-image: url(../img/berry.png);
	-webkit-filter: blur(24px);
	filter: blur(24px);
	transform: rotate(190deg) translateX(60%);
}

.composition__container::after,
.composition__container::before,
.composition__header::after,
.composition__header::before {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
}

.composition__container::before {
	width: 278px;
	height: 343px;
	bottom: -195px;
	right: 0;
	background-image: url(../img/nut-blur.png);
	transform: translateX(340px);
}

.composition__header {
	position: relative;
	z-index: 1;
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.25;
}

.composition__header svg {
	width: 300px;
}

.composition__header::after,
.composition__header::before {
	background-image: url(../img/berry-big.png);
	width: 80px;
	height: 80px;
	top: 40px;
	left: -65px;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	z-index: -1;
}

.composition__header::after {
	background-image: url(../img/nut.png);
	width: 150px;
	height: 150px;
	top: 83px;
	left: -113px;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	transform: rotate(283deg);
	z-index: -2;
}

.composition__list {
	position: relative;
	z-index: 1;
	list-style: none;
	margin: 0;
	padding: 135px 0 0;
}

.composition__item::before,
.composition__list::after {
	content: '';
	display: block;
	position: absolute;
	left: 55%;
	transform: translateX(-50%);
}

.composition__list::after {
	background-image: url(../img/composition-capsul.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	top: -18px;
	width: 315px;
	height: 385px;
}

.composition__item {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 30px;
}

.composition__item::before {
	width: 320px;
	height: 100%;
	min-height: 320px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.39);
	top: -10px;
	z-index: -1;
}

.composition__item:first-child::before {
	top: 38px;
}

.composition__item img {
	display: inline !important;
	border-radius: 50%;
	border: 4px solid #fff;
}

.composition__list-header {
	margin-top: 9px;
	margin-bottom: 0;
	font-weight: 900;
	color: #0054b1;
	text-transform: uppercase;
	font-size: 22px;
}

.composition__list-text {
	margin-top: 9px;
	padding: 0 5px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.25;
}

.course,
.course__container::after {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.course {
	background-image: url(../img/bg-course.jpg);
	text-align: center;
	padding-top: 50px;
	padding-bottom: 60px;
}

.course__container {
	position: relative;
}

.course__container::after {
	content: '';
	display: block;
	width: 250px;
	height: 250px;
	background-image: url(../img/berry-big.png);
	position: absolute;
	left: 0;
	bottom: -150px;
	transform: translateX(-100%);
}

.course__content {
	background-color: rgba(0, 83, 177, 0.45);
	margin: 0 -10px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.course__title {
	margin-top: 16px;
	font-weight: 900;
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	text-transform: uppercase;
}

.course__list {
	list-style-type: none;
	counter-reset: num;
	margin: 0;
	padding: 2px 0 0;
}

.course__item {
	display: inline-block;
	position: relative;
	width: 280px;
	margin-bottom: 6px;
}

.course__item:nth-child(even) .course__img::before {
	transform: translate(-50%, -50%) rotate(135deg);
}

.course__item:nth-child(even) .course__img .course__counter {
	right: -12px;
	top: -2px;
}

.course__counter {
	display: block;
	top: -15px;
	right: 10px;
	position: absolute;
	background-color: #5ba300;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	color: #fff;
	text-align: center;
	z-index: 2;
}

.course__img {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 110px;
}

.course__img img,
.course__img::before {
	display: block;
	border-radius: 50%;
}

.course__img::before {
	content: '';
	border: 8px solid transparent;
	border-top-color: #fff;
	border-left-color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.course__text {
	margin-top: 13px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.15;
	text-transform: uppercase;
	color: #fff;
}

.testing,
.testing__img::before {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.testing {
	background-image: url(../img/bg-testing.jpg);
	padding-top: 50px;
	padding-bottom: 64px;
}

.testing__container {
	padding: 11px 15px 18px;
	background-color: #c1f3ff;
}

.testing__container > p {
	position: relative;
	z-index: 1;
	margin-top: 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.35;
}

.testing__title {
	margin-bottom: 15px;
	font-weight: 900;
	font-size: 25px;
	line-height: 1.155;
	color: #0054b1;
	text-transform: uppercase;
}

.testing__img {
	position: relative;
}

.testing__img img {
	position: relative;
	top: 5px;
	width: 100px;
	display: block;
	margin: 0 auto;
}

.testing__img::before {
	content: '';
	display: block;
	width: 465px;
	height: 310px;
	background-image: url(../img/testing.png);
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
}

.testing__list {
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
	width: calc(100% - 6px);
}

.testing__item {
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 8px 10px 0;
	min-height: 125px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.testing__item::after {
	content: '';
	display: block;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	background-color: rgba(255, 255, 255, 0.4);
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: -1;
}

.testing__item > p {
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1;
}

.testing__progress {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.testing__progress span {
	font-size: 18px;
	font-weight: 900;
}

.testing__progress-line {
	margin-top: 7px;
	height: 13px;
	position: relative;
	flex-basis: 100%;
	background-color: #f50000;
	border-radius: 7px;
	box-shadow: 0 0 4px #000 inset, 2px 3px 5px rgba(0, 0, 0, 0.3);
}

.testing__progress-line::after {
	content: '';
	display: block;
	width: 90%;
	height: 100%;
	background-color: #81b31f;
	background-image: linear-gradient(to top, #569815, #a2c827);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 7px;
}

.testing__item:nth-child(1) .testing__progress-line::after {
	width: 99%;
}

.testing__item:nth-child(2) .testing__progress-line::after {
	width: 97%;
}

.testing__item:nth-child(3) .testing__progress-line::after {
	width: 96%;
}

.testing__item:nth-child(4) .testing__progress-line::after {
	width: 94%;
}

.testing__note {
	font-weight: 700;
	font-style: italic;
	color: #0054b1;
	font-size: 18px;
	line-height: 1.3;
}

.bolt-slider-wrap {
	position: relative;
	overflow: hidden;
}

.bolt-slider,
.bolt-slider--init {
	display: flex;
}

.bolt-slider {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-x: scroll;
}

.bolt-slider .bolt-slider__item {
	display: inline-block;
	flex-shrink: 0;
	flex-grow: 1;
	flex-basis: 100%;
}

.bolt-slider--init {
	align-items: flex-start;
	overflow: hidden;
}

.bolt-slider--init .bolt-slider__item {
	flex-shrink: inherit;
}

.bolt-slider--contholl-hide {
	display: block;
	overflow: auto;
}

.bolt-slider .bolt-slider__item {
	transition: opacity 300ms ease-in-out;
}

.bolt-slider__controll {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 250px;
	transform: translateX(54px);
}

.bolt-slider__controll li:last-child {
	display: none;
}

.bolt-slider__next {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	box-shadow: none;
	height: 100px;
	width: 42px;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: url(../img/arrow.png);
	background-size: 18px auto;
	background-position: 0 center;
	background-repeat: no-repeat;
	border-top-right-radius: 90px;
	border-bottom-right-radius: 90px;
	outline: 0;
	cursor: pointer;
}

.comments {
	background-image: url(../img/bg-comments.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 80px;
}

.comments__container,
.comments__title {
	position: relative;
}

.comments__container::after,
.comments__container::before {
	content: '';
	display: block;
	background-image: url(../img/prod.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
}

.comments__container::after {
	width: 177px;
	height: 410px;
	transform: rotate(11deg);
	top: 147px;
	right: -75px;
}

.comments__container::before {
	width: 130px;
	height: 300px;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	transform: rotate(-20deg);
	right: 35px;
}

.comments__title {
	font-weight: 900;
	font-size: 26px;
	line-height: 1.16;
	text-transform: uppercase;
}

.comments__slider {
	position: relative;
	z-index: 1;
	width: 252px;
	background-color: #fff;
	margin-top: 33px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}

.comments__slider::before,
.meta::after {
	content: '';
	display: block;
	position: absolute;
}

.comments__slider::before {
	width: 220px;
	height: calc(100% + 42px);
	top: -22px;
	right: -12px;
	background-color: rgba(255, 255, 255, 0.8);
}

.comments__item {
	padding: 18px 17px;
}

.comments__item > p {
	font-style: italic;
	font-size: 16px;
	line-height: 1.35;
}

.meta {
	position: relative;
	display: flex;
	align-items: center;
}

.meta::after {
	width: 56px;
	height: 38px;
	background-image: url(../img/quote.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 0;
	right: 0;
}

.comments__ava {
	width: 65px;
	height: 65px;
	margin-right: 10px;
	border-radius: 50%;
	float: left;
}

.comments__name {
	width: 110px;
	margin: 0;
	position: relative;
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
}

.comments__name::after,
.order {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.comments__name::after {
	content: '';
	display: block;
	width: 104px;
	height: 16px;
	background-image: url(../img/star.png);
}

.order {
	background-image: url(../img/bg-order.jpg);
	padding-top: 24px;
	padding-bottom: 50px;
}

.order__container {
	position: relative;
}

.order__container::after,
.order__container::before {
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}

.order__container::after {
	width: 823px;
	height: 750px;
	bottom: -431px;
	left: -778px;
	background-image: url(../img/berry.png);
	-webkit-filter: blur(20px);
	filter: blur(20px);
	transform: rotate(24deg);
}

.order__container::before {
	width: 230px;
	height: 230px;
	top: -40px;
	right: -330px;
	background-image: url(../img/nut-big.png);
	transform: rotate(6deg);
}

.order__title {
	font-weight: 900;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
}

.order__title svg {
	width: 300px;
	margin-bottom: 5px;
}

.order__list {
	position: relative;
	list-style: none;
	margin: 34px 0 0;
	padding: 0;
}

.order__text {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.23;
	margin-bottom: 5px;
}

.order__step {
	margin: 0;
	color: #0054b1;
	font-weight: 900;
	font-size: 24px;
}

.order__item {
	position: relative;
	z-index: 1;
	width: 210px;
}

.order__item:nth-child(1) .order__step::after,
.order__item:nth-child(2) .order__step::before,
.order__item:nth-child(3) .order__step::after {
	content: '';
	display: inline-block;
	background-color: #fff;
	width: 77px;
	height: 77px;
	border: 5px solid #b9dcf1;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
}

.order__item:nth-child(2) .order__step::after {
	content: '';
	display: block;
	width: 179px;
	height: 1px;
	background-color: #fff;
	z-index: 9;
	position: absolute;
	transform: rotate(-64deg);
	top: -41px;
	left: -23px;
}

.order__item:nth-child(3) .order__step::before {
	content: '';
	display: block;
	width: 212px;
	height: 1px;
	background-color: #fff;
	z-index: 9;
	position: absolute;
	transform: rotate(-152deg);
	top: -4px;
	left: -103px;
}

.order__item:nth-child(1)::after {
	content: '';
	display: block;
	width: 394px;
	height: 167px;
	background-image: url(../img/order-capsul.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: -23px;
	margin-left: -23px;
}

.order__item:nth-child(1) .order__step::after {
	margin-left: 4px;
	margin-bottom: -18px;
	background-image: url(../img/order-1.png);
	vertical-align: middle;
}

.order__item:nth-child(1)::before {
	top: -60px;
	left: -26px;
}

.order__item:nth-child(2) {
	margin-top: -26px;
	padding-top: 20px;
}

.order__item:nth-child(2) .order__step::before {
	background-image: url(../img/order-2.png);
	margin-bottom: -30px;
}

.order__item:nth-child(2) .order__text {
	margin-top: 22px;
	width: 165px;
}

.order__item:nth-child(3) {
	margin-top: -73px;
	margin-left: auto;
	margin-right: -60px;
	padding-right: 60px;
	box-sizing: border-box;
	text-align: right;
}

.order__item:nth-child(3) .order__step {
	display: inline-flex;
	flex-direction: column;
}

.order__item:nth-child(3) .order__step::after {
	background-image: url(../img/order-3.png);
}

.order__item:nth-child(3) .order__text {
	width: 220px;
	margin-left: -75px;
}

.order__item::before {
	content: '';
	display: block;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	top: -40px;
	left: -40px;
	z-index: -1;
}

.order-form {
	background-image: url(../img/bg-order-form.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 70px;
}

.order-form__container {
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

.order-form__container::before {
	content: '';
	display: block;
	width: 350px;
	height: 350px;
	position: absolute;
	top: 120px;
	right: -500px;
	background-image: url(../img/berry-big.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.order-form__left {
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 17px 5px 13px;
}

.order-form__header {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 900;
	font-size: 30px;
	line-height: 1.15;
	text-transform: uppercase;
}

.order-form__subtitle {
	margin-top: 6px;
	font-weight: 900;
	font-size: 22px;
	line-height: 1.1;
	color: #015bb8;
}

.order-form__list {
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.order-form__item {
	position: relative;
	font-size: 18px;
	line-height: 1.15;
	padding-left: 30px;
}

.order-form__item p {
	margin-top: 12px;
	margin-bottom: 12px;
}

.order-form__item::after,
.order-form__prod::after,
.order-form__prod::before {
	content: '';
	display: block;
	background-repeat: no-repeat;
	position: absolute;
}

.order-form__prod::before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background-image: url(../img/berry-big.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -4px;
	right: 30%;
	-webkit-filter: blur(6px);
	filter: blur(6px);
}

.order-form__item::after {
	left: 0;
	top: -6px;
	width: 22px;
	height: 27px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26px' height='31px' viewBox='0 0 26 31'%3e%3cpath fill='%230054b1' d='M9.835 30.739c-6.506-1.71-11.06-9.065-9.542-15.411C2.022 8.098 6.942 4.42 13.734 5.276c3.377.426 3.321.468-.833.633-6.661.266-11.12 4.927-11.12 11.626 0 8.455 6.746 13.777 14.698 11.596 6.671-1.83 10.098-11.099 6.603-17.86-1.102-2.131-1.052-2.25.424-.995 4.298 3.652 2.776 14.54-2.534 18.126-3.052 2.06-8.133 3.127-11.137 2.337zm-.197-13.31c-1.01-2.282-2.024-4.523-2.252-4.98-.753-1.507 2.245-.861 4.121.888 1.69 1.577 2.023 1.417 4.04-1.936 1.21-2.01 3.956-5.397 6.103-7.528L25.553 0l-3.564 6.118c-1.96 3.365-4.483 8.22-5.606 10.79-1.123 2.57-2.687 4.672-3.475 4.672-.789 0-2.26-1.868-3.27-4.15z'/%3e%3c/svg%3e");
	background-size: cover;
	background-position: center;
}

.order-form__prod {
	position: relative;
	margin-top: 38px;
}

.order-form__prod img {
	width: 160px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.order-form__prod::after {
	width: 297px;
	height: 467px;
	background-image: url(../img/order-form-human.png);
	top: -188px;
	right: -70px;
}

.order-form__form {
	position: relative;
	z-index: 1;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: -29px;
	padding-bottom: 60px;
}

.order-form__form::before,
.order-form__form::after {
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.order-form__form::before {
	background-image: url(../img/nut.png);
	transform: rotate(110deg);
	-webkit-filter: blur(5px);
	filter: blur(5px);
	width: 190px;
	height: 190px;
	bottom: -62px;
	left: -164px;
}

.order-form__form::after {
	background-image: url(../img/nut-big.png);
	transform: rotate(110deg);
	-webkit-filter: blur(20px);
	filter: blur(20px);
	width: 190px;
	height: 190px;
	bottom: 40px;
	left: -264px;
}

@media (min-width: 990px) {
	.container {
		max-width: 100%;
		width: 1020px;
	}

	.btn--header {
		margin-top: 80px;
	}

	.btn {
		width: auto;
		padding: 15px 50px;
		font-size: 22px;
	}

	.web-hidde {
		display: none !important;
	}

	.input {
		width: 300px;
	}

	.header {
		background-image: url(../img/bg-header--desktop.jpg);
		padding-top: 110px;
		padding-bottom: 164px;
	}

	.header__container::before {
		width: 935px;
		height: 510px;
		top: -181px;
		left: -713px;
		-webkit-filter: blur(7px);
		filter: blur(7px);
	}

	.header__container::after {
		width: 535px;
		height: 320px;
		top: -265px;
		right: -553px;
		-webkit-filter: blur(15px);
		filter: blur(15px);
		background-size: contain;
	}

	h1 span {
		font-size: 45px;
		line-height: 1.3;
		margin-top: 11px;
	}

	h1 {
		font-size: 79px;
	}

	.block-gif {
		position: absolute;
		top: -80px;
		right: 0;
		background-image: url(../img/header--desktop.png);
		background-position: center right;
		width: 100%;
		height: 730px;
	}

	.block-gif__img {
		width: 331px;
		right: 36px;
		bottom: 38px;
	}

	.statistic {
		padding-top: 102px;
		padding-bottom: 112px;
		background-image: url(../img/bg-statistic--desktop.jpg);
	}

	.statistic__header span {
		font-size: 48px;
		line-height: 1.2;
	}

	.statistic__header {
		font-size: 92px;
	}

	.statistic__container {
		padding-left: 344px;
		box-sizing: border-box;
	}

	.statistic__white {
		margin-top: 10px;
		padding: 45px 40px 48px;
		font-size: 20px;
		line-height: 1.34;
	}

	.statistic__white::before {
		bottom: -12px;
		right: -15px;
		width: calc(100% - 5px);
	}

	.statistic__black {
		margin-top: 18px;
		padding-top: 20px;
		padding-right: 16px;
		padding-left: 130px;
	}

	.statistic__black img {
		width: auto;
		left: 10px;
	}

	.efficiency .form {
		margin-top: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		width: 355px;
	}

	.efficiency {
		padding-top: 55px;
	}

	.efficiency__container {
		position: relative;
	}

	.efficiency__left {
		position: relative;
		display: flex;
		padding-top: 120px;
		margin-left: -125px;
		padding-bottom: 90px;
		padding-left: 112px;
		width: 880px;
	}

	.efficiency__left::before {
		content: '';
		display: block;
		width: 520px;
		height: calc(100% - 125px);
		position: absolute;
		top: 60px;
		left: 70px;
		border: 1px solid #fff;
	}

	.efficiency__left-first {
		z-index: 3;
	}

	.efficiency__header span {
		margin-top: 25px;
		font-size: 40px;
		max-width: 370px;
	}

	.efficiency__header {
		font-size: 36px;
		max-width: 360px;
	}

	.efficiency__list {
		margin-top: 34px;
		max-width: 360px;
	}

	.efficiency__item::after {
		width: 26px;
		height: 31px;
	}

	.efficiency__item {
		padding-left: 40px;
	}

	.efficiency-decor span {
		font-size: 38px;
		top: 130px;
		left: 70px;
	}

	.efficiency-decor {
		width: 410px;
		height: 640px;
		margin-top: -115px;
		margin-left: -100px;
		z-index: 2;
	}

	.efficiency-decor-img1 {
		top: 450px;
		width: 74px;
	}

	.efficiency-decor-img2 {
		top: 300px;
		width: 155px;
	}

	.efficiency-decor-img3 {
		width: 425px;
	}

	.efficiency-decor-img4 {
		width: 160px;
		left: 95px;
		top: 420px;
	}

	.efficiency-decor-img5 {
		top: 685px;
		width: 249px;
	}

	.symptoms {
		padding-top: 68px;
		background-image: url(../img/bg-symptoms--desktop.jpg);
	}

	.symptoms__header {
		font-size: 60px;
		line-height: 1.04;
		margin-bottom: 38px;
	}

	.symptoms__item,
	.symptoms__list {
		display: flex;
	}

	.symptoms__list {
		width: 58%;
		flex-wrap: wrap;
		justify-content: center;
		margin-left: -15px;
	}

	.symptoms__item img {
		width: 115px;
	}

	.symptoms__item {
		flex-direction: column;
		text-align: center;
		margin-bottom: 10px;
	}

	.symptoms__item::before {
		top: -6px;
	}

	.symptoms__item:nth-child(even) {
		flex-direction: column;
		text-align: center;
	}

	.symptoms__item:nth-child(even) img {
		float: none;
	}

	.symptoms__item:nth-child(even)::before {
		left: 0;
	}

	.symptoms__text::before {
		left: -15px;
		top: 15px;
	}

	.symptoms__text::after {
		width: 165px;
		height: 300px;
		bottom: 18px;
		right: -70px;
	}

	.symptoms__text {
		width: 393px;
		margin-top: -18px;
		padding: 46px 120px 29px 15px;
	}

	.symptoms__text-red {
		max-width: 250px;
		display: inline-block;
	}

	.symptoms__text-black {
		margin-top: 8px;
		line-height: 1.35;
	}

	.symptoms__textprod {
		font-size: 43px;
		display: inline-block;
		margin-bottom: 15px;
	}

	.symptoms__container {
		display: flex;
	}

	.composition::after {
		transform: translateX(650px);
	}

	.composition::before {
		transform: translateX(560px) rotate(30deg);
	}

	.composition {
		background-image: url(../img/bg-composition-desktop.jpg);
		padding-top: 90px;
		padding-bottom: 50px;
		min-height: 1020px;
		box-sizing: border-box;
	}

	.composition__container::after {
		bottom: -800px;
	}

	.composition__container::before {
		bottom: -650px;
	}

	.composition__header {
		font-size: 48px;
	}

	.composition__header svg {
		width: 920px;
		height: auto;
	}

	.composition__list::after {
		width: 631px;
		height: 767px;
		top: -55px;
		left: 55%;
	}

	.composition__list::before {
		content: '';
		display: block;
		width: 435px;
		height: 300px;
		background-image: url(../img/line.png);
		position: absolute;
		top: 60px;
		left: 50%;
		transform: translateX(-50%);
	}

	.composition__item {
		position: absolute;
		width: 350px;
		box-sizing: border-box;
		top: 500px;
	}

	.composition__item img {
		position: absolute;
		border: 5px solid rgba(255, 255, 255, 0.7);
	}

	.composition__item::before,
	.composition__item:first-child::before {
		top: 0;
		width: 350px;
		min-height: 350px;
	}

	.composition__item:first-child {
		top: 150px;
		left: -8px;
		padding: 45px 63px 0 0;
		text-align: right;
	}

	.composition__item:first-child img {
		right: -60px;
		border: 5px solid rgba(255, 255, 255, 0.7);
	}

	.composition__item:nth-child(2),
	.composition__item:nth-child(2) img {
		left: 50%;
		transform: translateX(-50%);
	}

	.composition__item:nth-child(2) {
		top: 270px;
		padding-top: 140px;
	}

	.composition__item:nth-child(2) img {
		top: 28px;
	}

	.composition__item:last-child {
		top: 150px;
		right: -8px;
		padding: 45px 0 0 63px;
		text-align: left;
	}

	.composition__item:last-child img {
		left: -60px;
	}

	.composition__list-header {
		font-size: 24px;
	}

	.composition__list-text {
		padding: 0;
	}

	.course {
		background-image: url(../img/bg-course-desktop.png);
		padding-top: 60px;
		text-align: right;
	}

	.course__content {
		width: 510px;
		margin-left: -16px;
		padding: 55px 60px 55px 16px;
	}

	.course__title {
		display: inline-block;
		margin-top: 0;
		font-size: 48px;
		margin-bottom: 17px;
	}

	.course__item,
	.course__list {
		display: inline-flex;
	}

	.course__list {
		flex-direction: column;
		align-items: flex-end;
	}

	.course__item {
		width: 450px;
		flex-direction: row-reverse;
		margin-bottom: 16px;
	}

	.course__item:nth-child(2) {
		margin-right: 26px;
	}

	.course__counter {
		top: 22px;
		right: -20px;
	}

	.course__text {
		margin-right: 30px;
		font-size: 20px;
	}

	.testing {
		padding-top: 90px;
		padding-bottom: 84px;
	}

	.testing__container {
		position: relative;
		background-color: transparent;
		padding-left: 277px;
	}

	.testing__container::before {
		content: '';
		display: block;
		background-color: #c1f3ff;
		width: calc(100% + 224px);
		height: calc(100% + 5px);
		position: absolute;
		left: -112px;
		top: -5px;
	}

	.testing__title {
		position: relative;
		z-index: 1;
		width: 650px;
		font-size: 38px;
	}

	.testing__img {
		background-image: url(../img/testing--desktop.png);
		position: absolute;
		top: 0;
		left: 0;
		width: 277px;
	}

	.testing__img img {
		width: 260px;
		margin-top: 130px;
		margin-left: -10px;
	}

	.testing__img::before {
		width: 1160px;
		height: 788px;
		transform: translateX(0);
		left: -505px;
	}

	.testing__list {
		margin-top: 34px;
		margin-bottom: 12px;
		width: 100%;
	}

	.testing__item {
		width: 353px;
		min-height: 129px;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 10px;
	}

	.testing__item:nth-child(odd) {
		margin-right: 15px;
	}

	.bolt-slider .bolt-slider__item {
		opacity: 0;
	}

	.bolt-slider .bolt-slider__item--view {
		opacity: 1;
	}

	.bolt-slider {
		padding-bottom: 20px;
		align-items: stretch;
	}

	.bolt-slider__controll {
		right: -58px;
	}

	.comments {
		background-image: url(../img/bg-comments--desktop.jpg);
		padding-top: 64px;
		padding-bottom: 110px;
	}

	.comments__container::before {
		width: 150px;
		right: 200px;
		top: 30px;
	}

	.comments__container::after {
		width: 200px;
		height: 400px;
		top: 230px;
		right: 40px;
		transform: rotate(10deg);
	}

	.comments__title {
		font-size: 48px;
		max-width: 910px;
	}

	.comments__slider::before {
		width: 780px;
		height: calc(100% + 28px);
		right: -70px;
	}

	.comments__slider {
		width: 775px;
		background-color: transparent;
		box-shadow: none;
		margin-top: 45px;
		margin-left: -16px;
	}

	.comments__item > p {
		margin-top: 5px;
	}

	.comments__item {
		width: 390px;
		position: relative;
		z-index: 1;
		padding: 22px 27px 12px 30px;
	}

	.comments__item::before {
		content: '';
		display: block;
		width: 375px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #fff;
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
		z-index: -1;
	}

	.meta::after {
		width: 73px;
		height: 45px;
		top: 17px;
	}

	.meta {
		display: block;
	}

	.comments__ava {
		display: block;
		float: none;
		width: 80px;
		height: 80px;
	}

	.comments__name {
		width: auto;
		line-height: 1.6;
	}

	.order {
		background-image: url(../img/bg-order--desktop.jpg);
		padding-top: 64px;
		padding-bottom: 40px;
	}

	.order__title svg {
		width: 806px;
		margin-bottom: 13px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.order__title {
		font-size: 48px;
		position: relative;
		z-index: 9;
	}

	.order__list {
		margin-top: -75px;
		padding-bottom: 370px;
	}

	.order__list::after {
		content: '';
		display: block;
		width: 575px;
		height: 287px;
		background-image: url(../img/order-capsul--desktop.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: absolute;
		top: 63px;
		left: 53%;
		transform: translateX(-50%);
	}

	.order__text {
		font-size: 20px;
		margin-top: 13px;
	}

	.order__item:nth-child(1)::after {
		display: none;
	}

	.order__item:nth-child(1) {
		display: flex;
		flex-direction: column-reverse;
		margin-left: -21px;
	}

	.order__item:nth-child(1)::before {
		top: -70px;
	}

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

	.order__item:nth-child(2) {
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
	}

	.order__item:nth-child(2) .order__step {
		flex-direction: row-reverse;
		justify-content: flex-end;
		margin-left: -10px;
	}

	.order__item:nth-child(2) .order__text {
		width: 320px;
		margin-left: -25px;
	}

	.order__item:nth-child(3) {
		margin-top: -512px;
		padding-left: 0;
	}

	.order__item:nth-child(3)::before {
		left: -100px;
	}

	.order__item:nth-child(3) .order__step {
		flex-direction: row;
		margin-left: -60px;
	}

	.order__item:nth-child(3) .order__text {
		margin-left: -40px;
		width: 230px;
		text-align: center;
	}

	.order__item::before {
		width: 340px;
		height: 340px;
	}

	.order__item {
		width: 270px;
		text-align: center;
	}

	.order__item:nth-child(1) .order__step,
	.order__item:nth-child(2) .order__step,
	.order__item:nth-child(3) .order__step {
		display: flex;
		align-items: center;
	}

	.order__item:nth-child(1) .order__step::after,
	.order__item:nth-child(2) .order__step::before,
	.order__item:nth-child(3) .order__step::after {
		width: 116px;
		height: 116px;
		margin-left: 5px;
		margin-bottom: 0;
	}

	.order-form {
		padding-top: 116px;
		background-image: url(../img/bg-order-form--desktop.jpg);
	}

	.order-form__container {
		display: flex;
		align-items: center;
	}

	.order-form__left {
		position: relative;
		background-color: transparent;
	}

	.order-form__left::before {
		content: '';
		display: block;
		width: 867px;
		height: calc(100% + 98px);
		position: absolute;
		top: -58px;
		left: -85px;
		background-color: rgba(255, 255, 255, 0.315);
		z-index: -1;
	}

	.order-form__header {
		max-width: 500px;
		font-size: 44px;
		margin-bottom: 52px;
		margin-right: 50px;
	}

	.order-form__subtitle {
		max-width: 270px;
		font-size: 30px;
	}

	.order-form__list {
		margin-top: 30px;
		max-width: 230px;
	}

	.order-form__item::after {
		width: 26px;
		height: 31px;
	}

	.order-form__item {
		font-size: 20px;
		margin-bottom: 16px;
	}

	.order-form__prod {
		position: absolute;
		left: 258px;
		top: 152px;
	}

	.order-form__prod img {
		width: 188px;
	}

	.order-form__prod::after {
		background-image: url(../img/order-form-human--desktop.png);
		width: 400px;
		height: 640px;
		top: -250px;
		right: -310px;
	}

	.order-form__form {
		position: relative;
		width: 335px;
		right: -86px;
	}

	.order__item:nth-child(2) .order__step::after {
		width: 422px;
		transform: rotate(-142deg);
		top: -87px;
		left: -261px;
	}

	.order__item:nth-child(3) .order__step::before {
		width: 394px;
		transform: rotate(-219deg);
		top: 211px;
		left: -305px;
	}

	.order-form__container::before {
		height: 195px;
		background-size: cover;
		background-position: bottom;
		top: -116px;
		right: -500px;
	}

	.order-form__prod::before {
		right: -80px;
	}

	.order-form__form::before {
		left: -900px;
	}

	.order-form__form::after {
		left: -980px;
	}
}

@media (min-width: 990px) {
	.composition__item:first-child .composition__list-header {
		display: inline-block;
		width: 80%;
	}

	.composition__item:last-child .composition__list-header {
		display: inline-block;
		width: 80%;
	}
}

@media (max-width: 989px) {
	.wap-hidde {
		display: none !important;
	}

	.order-form__item:nth-child(1),
	.order-form__item:nth-child(2) {
		max-width: 150px;
	}

	.order-form__item:nth-child(3) {
		max-width: 130px;
	}

	.order__item:nth-child(1) .order__step::after,
	.order__item:nth-child(2) .order__step::before {
		background-size: 80%;
	}

	.order__item:nth-child(3) .order__step::after {
		background-size: 60%;
	}
}

@media (max-width: 640px) {
	.efficiency::before {
		left: -180px;
	}

	.efficiency__container::before {
		right: -295px;
	}
}
