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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=)
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.huge {
	font-weight: 900;
	font-size: 96px;
	line-height: 120%;
	letter-spacing: 10%;
	text-transform: uppercase
}

.h1 {
	font-weight: 900;
	font-size: 50px;
	line-height: 120%;
	text-transform: uppercase
}

.h2 {
	font-weight: 700;
	font-size: 42px;
	line-height: 120%;
	text-transform: uppercase
}

.h3 {
	font-weight: 900;
	font-size: 32px;
	line-height: 110.00000000000001%
}

body {
	font-family: Roboto, sans-serif;
	line-height: 140%;
	font-size: 18px;
	background-color: #222;
	color: #222;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscal;
	text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	overflow-x: hidden
}

.blockRedLine3103 {
	display: none !important
}

.container {
	width: 1440px;
	max-width: 100%;
	margin: 0 auto
}

.button {
	display: inline-block;
	width: auto;
	outline: 0;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	font-family: Roboto, sans-serif;
	background: radial-gradient(84.45% 462.58% at 47.46% 50%, #fedd59 0, #ffbe2f 23.43%, #99721c 100%);
	text-transform: uppercase;
	border-radius: 200px;
	padding: 16px 45px;
	font-weight: 900;
	font-size: 32px;
	line-height: 150%;
	border: none;
	transition: all .2s;
	color: #222
}

.button-small {
	font-size: 20px;
	padding: 12px
}

.button:hover {
	box-shadow: 10px 20px 40px 0 rgba(255, 212, 42, .4);
	background: radial-gradient(84.45% 462.58% at 47.46% 50%, #ffd42a 0, #ffaf00 100%)
}

.gradient-text {
	background-image: radial-gradient(84.45% 462.58% at 47.46% 50%, #fedd59 0, #ffbe2f 23.43%, #99721c 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	display: inline-block;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 96px;
	line-height: 120%;
	letter-spacing: 10px
}

.title-h2 {
	font-weight: 900;
	font-size: 50px;
	line-height: 120%;
	text-transform: uppercase
}

.floating-button {
	display: none
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

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

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.header {
	padding: 9px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5
}

.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.header__nav {
	display: flex;
	align-items: center
}

.header__link {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 180%;
	transition: color .2s
}

.header__link:not(:last-of-type) {
	margin-right: 48px
}

.header__link:hover {
	color: #ffbe2f
}

.header__button {
	min-width: 200px
}

.header__burger {
	display: none
}

.burger {
	position: relative;
	width: 40px;
	height: 40px;
	padding: 12px 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	cursor: pointer;
	z-index: 2
}

.burger.active .burger__line {
	width: 70%;
	-webkit-transform-origin: center;
	transform-origin: center;
	position: absolute;
	top: 19px;
	left: 6px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.burger.active .burger__line:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.burger.active .burger__line:nth-of-type(2) {
	opacity: 0
}

.burger.active .burger__line:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.burger__line {
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 3px
}

.menu-mobile {
	display: none
}

.menu-mobile__wrap {
	overflow-y: auto;
	height: 100%;
	margin: 0 auto;
	position: relative;
	padding-top: 100px;
	padding-bottom: 15px;
	display: flex;
	flex-direction: column
}

.menu-mobile__list {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 0 auto 30px
}

.menu-mobile__link {
	font-size: 24px;
	line-height: 180%;
	color: #fff;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase
}

.menu-mobile__link:not(:last-of-type) {
	margin-bottom: 24px
}

.menu-mobile__media {
	position: relative;
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
	left: 30px
}

.menu-mobile__prod {
	z-index: 1;
	position: relative;
	width: 100%
}

.menu-mobile__decor {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 110px
}

.intro {
	padding-top: 116px;
	padding-bottom: 168px;
	color: #fff;
	position: relative;
	overflow: hidden
}

.intro__media {
	position: absolute;
	top: 72px;
	left: calc(50% - -97px);
	line-height: 0;
	border-radius: 40px 0 0 40px;
	overflow: hidden;
	box-shadow: 10px 20px 40px 0 rgba(0, 0, 0, .1);
	pointer-events: none
}

.intro__block {
	max-width: 611px;
	width: 100%
}

.intro__title {
	margin-bottom: 8px
}

.intro__subtitle {
	font-weight: 700;
	font-size: 42px;
	line-height: 120%;
	margin-bottom: 32px
}

.intro__text {
	display: flex;
	align-items: center
}

.intro__text:not(:last-of-type) {
	margin-bottom: 16px
}

.intro__text img {
	flex-shrink: 0;
	margin-right: 16px
}

.intro__list {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 16px;
	background: rgba(254, 221, 89, .1)
}

.intro__item {
	display: flex;
	align-items: center
}

.intro__item img {
	flex-shrink: 0;
	margin-right: 8px;
	width: 20px
}

.intro__button {
	margin-top: 32px
}

.intro__product-wrapper {
	position: absolute;
	left: calc(50% - 193px);
	top: 100px
}

.intro__product-decor {
	position: absolute;
	bottom: 0;
	left: -111px;
	pointer-events: none
}

.problems {
	padding-top: 80px;
	padding-bottom: 100px;
	color: #fff
}

.problems__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.problems__item {
	max-width: 345px;
	width: 100%
}

.problems__item:nth-of-type(-n+4) {
	margin-bottom: 40px
}

.problem__top {
	height: 245px;
	margin-bottom: 16px
}

.problem__photo {
	border-radius: 20px;
	pointer-events: none
}

.problem__text {
	font-weight: 700
}

.reasons {
	color: #1d1e1c;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	padding-bottom: 115px
}

.reasons__cta {
	padding: 12px 0;
	min-height: 96px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-image: radial-gradient(84.45% 462.58% at 47.46% 50%, #fedd59 0, #ffbe2f 23.43%, #99721c 100%);
	margin-bottom: 160px
}

.reasons__title {
	padding-left: 7px;
	font-weight: 900;
	position: relative;
	max-width: 700px;
	margin: 0 auto 147px
}

.reasons__title .gradient-text {
	margin-top: 5px;
	line-height: 1
}

.reasons__question-mark {
	top: -40px;
	right: -3px;
	position: absolute;
	font-weight: 900;
	font-size: 200px;
	line-height: 120%;
	text-align: center;
	-webkit-transform: rotate(13.26deg);
	transform: rotate(13.26deg)
}

.reasons__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.reasons__item {
	width: 50%;
	margin-bottom: 120px
}

.reasons__item:last-of-type {
	margin-bottom: 0
}

.reasons__item:nth-of-type(even) {
	-webkit-transform: translate(0, 260px);
	transform: translate(0, 260px)
}

.reasons__item--left {
	margin-right: auto
}

.reasons__item--right {
	margin-left: auto
}

.reasons__decor-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.reason {
	position: relative
}

.reason__picture {
	display: block;
	border-radius: 20px;
	box-shadow: 10px 20px 50px 0 rgba(0, 0, 0, .2)
}

.reason__text {
	width: 431px;
	padding: 20px 32px;
	position: absolute;
	top: 50%;
	background-image: radial-gradient(84.45% 462.58% at 47.46% 50%, #fedd59 0, #ffbe2f 23.43%, #99721c 100%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.reason__title {
	margin-bottom: 8px;
	text-transform: none
}

.reason--left .reason__text {
	left: 348px
}

.reason--left .reason__picture {
	margin-right: auto
}

.reason--right .reason__text {
	right: 348px
}

.reason--right .reason__picture {
	margin-left: auto
}

.reasons-decor {
	position: absolute;
	pointer-events: none
}

.reasons-decor--1 {
	top: 131px;
	left: calc(50% - 692px);
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	width: 354px
}

.reasons-decor--2 {
	top: 114px;
	left: calc(50% + 298px);
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	width: 559px
}

.about {
	padding-top: 100px;
	color: #fff;
	overflow: hidden
}

.about__container {
	display: flex
}

.about__col--picture {
	position: relative;
	flex: 1
}

.about__cta {
	background-image: radial-gradient(84.45% 462.58% at 47.46% 50%, #fedd59 0, #ffbe2f 23.43%, #99721c 100%);
	min-height: 110px;
	padding: 12px 0;
	display: flex;
	justify-content: center;
	align-items: center
}

.about__cta-title {
	max-width: 700px;
	color: #1d1e1c
}

.about__title {
	color: #ffbe2f;
	margin-bottom: 12px;
	max-width: 600px
}

.about__title--supplement {
	margin-bottom: 37px
}

.about__step-list {
	display: flex;
	margin-bottom: 90px
}

.about__step-item {
	margin-right: 16px;
	max-width: 207px
}

.about__step-item:last-of-type {
	margin-right: 0
}

.about__supplement-list {
	display: flex;
	margin-bottom: 32px
}

.about__supplement-item {
	margin-right: 54px
}

.about__supplement-item:last-of-type {
	margin-right: 0
}

.about__description {
	display: flex;
	align-items: center;
	margin-bottom: 38px
}

.about__pill {
	margin-right: 16px;
	display: block
}

.about__poster {
	display: block;
	position: absolute;
	left: 109px;
	top: -20px;
	pointer-events: none
}

.about__product {
	display: block;
	position: absolute;
	left: -84px;
	top: -22px;
	width: 402px;
	pointer-events: none
}

.step__counter {
	font-size: 200px;
	font-weight: 900;
	line-height: 1;
	vertical-align: middle;
	margin-bottom: -10px;
	letter-spacing: -.05em;
	display: block
}

.step__description {
	display: block
}

.supplement__value {
	display: block;
	margin-bottom: 5px;
	text-transform: none
}

.supplement__name {
	display: block
}

.reviews {
	padding-top: 142px;
	padding-bottom: 73px
}

.reviews .reviews__container {
	display: flex;
	justify-content: space-between
}

.reviews__col--carousel {
	padding-top: 12px
}

.reviews__title {
	color: #fff;
	margin-bottom: 40px
}

.reviews__title>* {
	display: block
}

.reviews__title .gradient-text {
	margin-bottom: 4px
}

.reviews__rating {
	margin-bottom: 49px
}

.reviews__list {
	width: 780px
}

.reviews__arrows {
	display: flex;
	width: 243px;
	justify-content: space-between;
	align-items: center
}

.reviews__arrow {
	cursor: pointer;
	outline: 0;
	border: none;
	width: 51px;
	height: 51px;
	border-radius: 50%;
	background-color: #ffbe2f;
	display: flex;
	align-items: center;
	justify-content: center
}

.reviews__arrow--next svg {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.reviews__counter {
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: 0;
	color: #fff
}

.reviews-rating {
	position: relative;
	min-height: 92px;
	background-image: radial-gradient(84.45% 462.58% at 47.46% 50%, #fedd59 0, #ffbe2f 23.43%, #99721c 100%);
	padding: 18px 37px;
	display: flex;
	justify-content: flex-end
}

.reviews-rating__product {
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.reviews-rating__text {
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0
}

.reviews-rating__text span {
	color: #fff
}

.review {
	position: relative
}

.review__picture {
	display: block;
	border-radius: 20px;
	box-shadow: 10px 20px 50px 0 rgba(0, 0, 0, .2)
}

.review__text {
	width: 459px;
	padding: 20px 32px;
	position: absolute;
	top: 50%;
	background-image: radial-gradient(84.45% 462.58% at 47.46% 50%, #fedd59 0, #ffbe2f 23.43%, #99721c 100%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.review__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 18px;
	text-transform: none
}

.review--left .review__text {
	left: 321px
}

.review--left .review__picture {
	margin-right: auto
}

.review--right .review__text {
	right: 321px
}

.review--right .review__picture {
	margin-left: auto
}

.offer {
	padding: 80px 0;
	background: #fff
}

.offer__wrapper {
	display: flex;
	align-items: flex-start
}

.offer__media {
	position: relative
}

.offer__decor {
	position: absolute;
	bottom: -134px;
	right: 20px
}

.offer__block {
	margin-top: 49px
}

.offer__title {
	margin-bottom: 44px
}

.offer__old-price {
	font-size: 18px;
	font-weight: 900;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 32px
}

.offer__old-price span {
	font-size: 24px;
	position: relative;
	display: inline-block;
	margin-left: 10px
}

.offer__old-price span::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	-webkit-transform: rotate(6deg);
	transform: rotate(6deg);
	height: 4px;
	background: red
}

.offer__new-price {
	font-size: 32px;
	font-weight: 900;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 33px
}

.offer__new-price span {
	color: #ffbe2f;
	font-size: 60px;
	margin-left: 10px
}

.offer__columns {
	display: flex;
	align-items: flex-start;
	margin-bottom: 32px
}

.offer__column:not(:last-of-type) {
	margin-right: 40px
}

.offer__item {
	display: flex;
	align-items: center
}

.offer__item img {
	flex-shrink: 0;
	margin-right: 8px;
	width: 20px
}

.offer__item:not(:last-of-type) {
	margin-bottom: 10px
}

.offer__text {
	display: flex;
	align-items: center
}

.offer__text img {
	margin-right: 16px;
	flex-shrink: 0
}

.offer__timer-wrapper {
	margin-bottom: 32px;
	max-width: 421px;
	width: 100%
}

.offer__button {
	min-width: 421px
}

.timer-wrapper {
	background: #ffbe2f;
	padding: 4px;
	display: inline-block
}

.timer-wrapper__text {
	text-align: center;
	color: #1d1e1c;
	margin-bottom: 4px
}

.timer-wrapper__block {
	color: red;
	font-size: 40px;
	font-weight: 900;
	line-height: 120%;
	background: #222;
	display: flex;
	align-items: center;
	justify-content: center
}

.order-step {
	background: #fff;
	padding-top: 125px;
	padding-bottom: 140px
}

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

.order-step__title {
	max-width: 369px;
	width: 100%;
	margin-right: 61px
}

.order-step__list {
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}

.order-step__item {
	max-width: 289px;
	width: 100%
}

.order-item__top {
	margin-bottom: 16px;
	position: relative;
	height: 160px
}

.order-item__count {
	color: #ffbe2f;
	font-weight: 900;
	font-size: 200px;
	line-height: 1
}

.order-item__img {
	position: absolute;
	bottom: 0;
	left: 80px
}

.order-item__text {
	font-weight: 700;
	line-height: 140%
}

.benefits {
	background: radial-gradient(84.45% 462.58% at 47.46% 50%, #fedd59 0, #ffbe2f 23.43%, #99721c 100%);
	padding: 45px 0
}

.benefits__wrapper {
	position: relative
}

.benefits__list {
	max-width: 656px;
	width: 100%
}

.benefits__item {
	display: flex;
	align-items: center;
	font-size: 32px;
	font-weight: 900;
	line-height: 200%
}

.benefits__item:not(:last-of-type) {
	margin-bottom: 16px
}

.benefits__item img {
	flex-shrink: 0;
	margin-right: 16px
}

.benefits__block {
	position: absolute;
	right: 168px;
	top: -160px
}

.benefits__prod {
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	max-width: 380px;
	width: 100%
}

.benefits__labels {
	display: flex;
	align-items: center;
	position: absolute;
	right: 235px;
	top: 140px
}

.benefits__label:not(:last-of-type) {
	margin-right: -130px
}

.order {
	padding-top: 100px;
	padding-bottom: 50px
}

.order__wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}

.order__media {
	margin-left: 50px;
	position: relative
}

.order__decor {
	position: absolute;
	top: -48px;
	left: -30px;
	z-index: -1
}

.order__form {
	max-width: 707px;
	width: 100%;
	margin-top: 30px
}

.order__title {
	margin-bottom: 32px;
	color: #fff
}

.form__input-wrap {
	position: relative
}

.form__input-wrap:not(:last-of-type) {
	margin-bottom: 32px
}

.form__input {
	background: 0 0;
	border: none;
	box-sizing: border-box;
	border-bottom: 4px solid #fff;
	height: 57px;
	font-size: 18px;
	line-height: 140%;
	color: #fff;
	width: 100%;
	outline: 0
}

.form__input::-webkit-input-placeholder {
	color: #fff;
	font-size: 18px;
	line-height: 140%
}

.form__input::placeholder {
	color: #fff;
	font-size: 18px;
	line-height: 140%
}

.form__input:focus {
	border-color: #ffbe2f
}

.form__input.error {
	border-color: red
}

.form__input.error+.form__error {
	display: block
}

.form__error {
	position: absolute;
	font-size: 10px;
	line-height: 1;
	color: red;
	bottom: -15px;
	left: 0;
	display: none
}

.form__button {
	min-width: 343px;
	margin-top: 60px;
	margin-bottom: 20px
}

.form__text {
	display: flex;
	align-items: center;
	color: #fff
}

.form__text img {
	flex-shrink: 0;
	margin-right: 16px
}

@media screen and (max-width:1480px) {
	html {
		overflow-x: hidden
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
		width: 1024px
	}

	.gradient-text {
		font-size: 86px
	}

	.title-h2 {
		font-size: 44px
	}

	.intro {
		padding-bottom: 105px
	}

	.intro__media {
		max-width: 750px;
		width: 100%
	}

	.intro__media img {
		width: 100%
	}

	.intro__list {
		display: inline-block
	}

	.intro__item:not(:last-of-type) {
		margin-bottom: 5px
	}

	.intro__product-wrapper {
		max-width: 530px;
		width: 100%;
		left: calc(50% - 70px);
		top: 250px
	}

	.intro__product-wrapper img {
		width: 100%
	}

	.intro__product-decor {
		max-width: 440px
	}

	.problems__item {
		max-width: 305px
	}

	.problems__item:first-of-type {
		max-width: 50%
	}

	.problem__top {
		height: 220px
	}

	.problem__photo {
		height: 100%
	}

	.reasons__item {
		margin-bottom: 300px
	}

	.reasons__item:nth-of-type(even) {
		-webkit-transform: translate(0, 350px);
		transform: translate(0, 350px)
	}

	.reasons-decor--1 {
		top: 220px;
		width: 200px;
		left: calc(50% - 540px)
	}

	.reasons-decor--2 {
		width: 200px;
		top: 225px;
		left: calc(50% + 330px)
	}

	.about__col--text {
		flex: 1
	}

	.about__cta-title {
		max-width: 500px
	}

	.about__title {
		max-width: 400px
	}

	.about__step-list {
		margin-bottom: 60px
	}

	.about__step-item {
		max-width: 150px
	}

	.about__supplement-list {
		flex-wrap: wrap;
		margin-left: -5px;
		margin-right: -5px
	}

	.about__supplement-item {
		width: calc(50% - 10px);
		margin: 5px
	}

	.about__poster {
		left: 50px
	}

	.about__product {
		left: -60px
	}

	.step__counter {
		font-size: 100px;
		margin-bottom: 10px
	}

	.reviews {
		padding-top: 60px;
		position: relative;
		padding-bottom: 100px
	}

	.reviews .reviews__container {
		display: block;
		max-width: 767px
	}

	.reviews__rating {
		max-width: 600px
	}

	.reviews__arrows {
		position: absolute;
		bottom: 30px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		z-index: 2
	}

	.review__text {
		width: 410px
	}

	.review--left .review__text {
		left: 365px
	}

	.review--right .review__text {
		left: 365px
	}

	.offer__media {
		max-width: 550px;
		width: 100%
	}

	.offer__product {
		width: 100%
	}

	.offer__decor {
		max-width: 560px
	}

	.offer__columns {
		display: block
	}

	.offer__column:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 20px
	}

	.order-step {
		padding-top: 100px;
		padding-bottom: 115px
	}

	.order-step {
		padding: 80px 0
	}

	.order-step__title {
		max-width: 230px;
		margin-right: 20px
	}

	.order-step__item {
		max-width: 230px
	}

	.order-item__top {
		height: 150px
	}

	.order-item__count {
		font-size: 180px
	}

	.order-item__img {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom
	}

	.benefits__block {
		right: -50px
	}

	.order__media {
		margin-left: 0;
		max-width: 550px;
		width: 100%
	}

	.order__decor {
		width: 300px
	}

	.order__prod {
		width: 100%
	}
}

@media screen and (max-width:1199px) {
	.reasons__cta {
		margin-bottom: 50px
	}

	.reasons__title {
		margin: 0 0 40px;
		padding: 0
	}

	.reasons-decor--1 {
		top: 130px;
		width: 167px;
		left: calc(50% + 211px)
	}

	.reasons-decor--2 {
		width: 200px;
		top: 128px;
		left: calc(50% + 325px)
	}
}

@media screen and (max-width:1024px) {
	.h1 {
		font-size: 32px
	}

	.h2 {
		font-weight: 700;
		font-size: 28px;
		line-height: 110.00000000000001%
	}

	.h3 {
		font-size: 20px;
		line-height: 120%
	}

	.container {
		width: 767px
	}

	.gradient-text {
		font-size: 70px;
		letter-spacing: 5px
	}

	.header__link:not(:last-of-type) {
		margin-right: 35px
	}

	.intro {
		padding-top: 680px
	}

	.intro__media {
		left: auto;
		right: 0;
		max-width: 600px
	}

	.intro__block {
		max-width: 100%
	}

	.intro__subtitle {
		font-size: 36px;
		margin-bottom: 25px
	}

	.intro__product-wrapper {
		left: calc(50% - 351px);
		top: 100px
	}

	.problems {
		padding-top: 50px;
		padding-bottom: 80px
	}

	.problems__item {
		max-width: 48%
	}

	.problems__item:first-of-type {
		max-width: 48%
	}

	.problems__item:nth-of-type(-n+6) {
		margin-bottom: 30px
	}

	.reasons__title {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content
	}

	.reasons__title .gradient-text {
		display: block
	}

	.reasons__question-mark {
		font-size: 120px;
		top: -30px;
		right: -51px
	}

	.reasons__item {
		margin-bottom: 360px
	}

	.reasons__item:nth-of-type(even) {
		display: flex;
		justify-content: flex-end;
		-webkit-transform: translate(0, 375px);
		transform: translate(0, 375px)
	}

	.reason__text {
		width: 375px
	}

	.reasons-decor--1 {
		top: 110px;
		left: calc(50% + 90px)
	}

	.reasons-decor--2 {
		top: 110px;
		left: calc(50% + 205px)
	}

	.about {
		padding-top: 0
	}

	.about__container {
		flex-direction: column-reverse;
		align-items: center
	}

	.about__col--picture {
		margin-bottom: 60px
	}

	.about__poster {
		position: static;
		width: 600px;
		padding-left: 125px
	}

	.about__product {
		left: -115px;
		top: 50px
	}

	.reviews .reviews__container {
		max-width: 540px
	}

	.reviews__list {
		width: 100%
	}

	.reviews-rating__text {
		max-width: 200px
	}

	.review__picture {
		width: 100%
	}

	.review__text {
		top: -80px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		position: relative;
		width: 400px
	}

	.review--left .review__text {
		left: 50%
	}

	.offer {
		padding-top: 40px
	}

	.offer__wrapper {
		display: block
	}

	.offer__media {
		margin: 0 auto 140px
	}

	.order-step__wrapper {
		display: block
	}

	.order-step__title {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 30px
	}

	.benefits {
		padding-top: 230px
	}

	.benefits__block {
		top: -230px
	}

	.benefits__labels {
		top: 10px
	}

	.order__wrapper {
		display: block
	}

	.order__media {
		margin: 0 auto
	}

	.order__form {
		margin-top: 0;
		width: 100%
	}
}

@media screen and (max-width:767px) {
	.container {
		width: 639px
	}

	.header__nav {
		display: none
	}

	.header__burger {
		display: block
	}

	.menu-mobile {
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
		z-index: 4;
		pointer-events: none;
		opacity: 0;
		display: block;
		transition: opacity .4s cubic-bezier(.38, .005, .215, 1);
		transition-delay: .1s;
		background: #222
	}

	.menu-mobile.active {
		pointer-events: auto;
		opacity: 1
	}

	.intro {
		padding-top: 610px;
		padding-bottom: 80px
	}

	.intro__media {
		max-width: 460px
	}

	.intro__product-wrapper {
		max-width: 440px;
		left: calc(50% - 290px);
		top: 120px
	}

	.intro__product-decor {
		max-width: 350px
	}

	.problem__top {
		height: auto;
		margin-bottom: 8px
	}

	.problem__photo {
		width: 100%;
		height: auto
	}

	.reasons__cta {
		margin-bottom: 0
	}

	.reasons__title {
		margin: 0 0 25px
	}

	.reasons__title .gradient-text {
		margin: 0
	}

	.reasons__item {
		width: 100%;
		margin-bottom: 109px
	}

	.reasons__item:nth-of-type(even) {
		-webkit-transform: none;
		transform: none
	}

	.reasons__decor-wrap {
		height: 215px;
		position: relative
	}

	.reason__picture {
		width: 100%
	}

	.reason__text {
		top: 236px;
		bottom: auto;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		left: 50%;
		width: 305px
	}

	.reason--left .reason__text {
		left: 50%
	}

	.reason--left .reason__picture {
		margin: auto
	}

	.reason--right .reason__text {
		left: 50%
	}

	.reason--right .reason__picture {
		margin: auto
	}

	.reasons-decor--1 {
		width: 132px;
		top: 51px;
		left: -12px
	}

	.reasons-decor--2 {
		width: 177px;
		top: 29px;
		left: 68px
	}

	.about__col--picture {
		margin-bottom: 38px
	}

	.about__cta {
		min-height: 118px
	}

	.about__title {
		margin-bottom: 0;
		line-height: 113%
	}

	.about__title--supplement {
		margin-bottom: 15px
	}

	.about__step-list {
		display: block;
		margin-bottom: 38px
	}

	.about__step-item {
		max-width: 345px;
		margin-right: 0;
		margin-bottom: -11px
	}

	.about__supplement-list {
		margin-bottom: 14px
	}

	.about__supplement-item {
		margin: 11px 5px
	}

	.about__description {
		margin-bottom: 20px
	}

	.about__poster {
		position: static;
		width: auto;
		padding-left: 50px;
		height: 371px
	}

	.about__product {
		width: 189px;
		left: -20px;
		bottom: -35px;
		top: auto
	}

	.step {
		display: flex;
		align-items: center
	}

	.step__counter {
		font-size: 140px;
		margin-right: 7px;
		margin-bottom: 0
	}

	.step__description {
		padding-top: 5px;
		line-height: 120%
	}

	.supplement__value {
		font-weight: 700;
		font-size: 42px;
		line-height: 100%
	}

	.supplement__name {
		font-weight: 700;
		font-size: 18px;
		line-height: 140%
	}

	.reviews {
		padding-top: 33px;
		padding-bottom: 28px
	}

	.reviews .reviews__container {
		padding-left: 0;
		padding-right: 0
	}

	.reviews__col--carousel {
		padding-left: 16px;
		padding-right: 16px
	}

	.reviews__title {
		margin-bottom: 24px;
		padding: 0 16px
	}

	.reviews__title .gradient-text {
		margin-bottom: -3px
	}

	.reviews__rating {
		margin-bottom: 29px
	}

	.reviews__arrows {
		bottom: 20px;
		width: 100%;
		padding: 0 16px
	}

	.reviews-rating {
		min-height: 74px;
		padding: 4px 15px
	}

	.reviews-rating__product {
		width: 160px;
		-webkit-transform: translate(0, -50%) translate(-4px, 0);
		transform: translate(0, -50%) translate(-4px, 0)
	}

	.reviews-rating__text {
		font-weight: 700;
		font-size: 18px;
		line-height: 120%
	}

	.review__text {
		width: 305px;
		top: -59px
	}

	.review__title {
		margin-bottom: 7px
	}

	.review__description {
		line-height: 1.23
	}

	.order-step {
		padding-bottom: 40px;
		padding-top: 40px
	}

	.order-step__title {
		text-align: center
	}

	.order-step__list {
		display: block
	}

	.order-step__item {
		max-width: 289px;
		margin: 0 auto
	}

	.order-step__item:not(:last-of-type) {
		margin-bottom: 30px
	}

	.order-item__text {
		text-align: center
	}

	.benefits {
		padding-top: 180px
	}

	.benefits__block {
		top: -230px
	}

	.benefits__prod {
		max-width: 320px
	}

	.benefits__labels {
		top: 40px;
		right: 185px
	}

	.benefits__label {
		max-width: 220px
	}
}

@media screen and (max-width:639px) {
	.container {
		width: 479px
	}

	.button {
		padding: 12px;
		font-size: 24px
	}

	.button-small {
		font-size: 18px;
		padding: 4.5px 37px
	}

	.gradient-text {
		font-size: 58px
	}

	.title-h2 {
		font-size: 32px;
		line-height: 110%
	}

	.header {
		padding: 5px 0
	}

	.header__button {
		min-width: 130px
	}

	.intro {
		padding-top: 398px;
		padding-bottom: 40px
	}

	.intro__media {
		top: 59px;
		max-width: 325px
	}

	.intro__title {
		margin-bottom: 0
	}

	.intro__subtitle {
		font-size: 32px;
		line-height: 110%;
		margin-bottom: 14px
	}

	.intro__text {
		line-height: 130%
	}

	.intro__text br {
		display: none
	}

	.intro__text img {
		margin-right: 8px
	}

	.intro__button {
		width: 100%;
		margin-top: 22px
	}

	.intro__product-wrapper {
		max-width: 245px;
		left: calc(50% - 147px);
		top: 127px
	}

	.intro__product-decor {
		max-width: 180px;
		left: -40px
	}

	.problems {
		padding-top: 40px
	}

	.problems__item {
		max-width: 100%
	}

	.problems__item:first-of-type {
		max-width: 100%
	}

	.problems__item:not(:last-of-type) {
		margin-bottom: 20px
	}

	.offer {
		padding-bottom: 40px;
		padding-bottom: 40px
	}

	.offer__media {
		margin-bottom: 100px
	}

	.offer__decor {
		max-width: 430px;
		bottom: -94px
	}

	.offer__title {
		margin-bottom: 18px
	}

	.offer__old-price {
		margin-bottom: 7px
	}

	.offer__new-price {
		font-size: 20px;
		margin-bottom: 20px
	}

	.offer__new-price span {
		font-size: 32px
	}

	.offer__columns {
		margin-bottom: 15px
	}

	.offer__column:not(:last-of-type) {
		margin-bottom: 14px
	}

	.offer__text img {
		margin-right: 6px
	}

	.timer-wrapper__text {
		font-size: 16px
	}

	.benefits {
		padding-bottom: 20px
	}

	.benefits__item {
		font-size: 20px;
		line-height: 120%
	}

	.benefits__item:not(:last-of-type) {
		margin-bottom: 12px
	}

	.benefits__block {
		top: -230px;
		right: calc(50% - 190px)
	}

	.benefits__prod {
		max-width: 220px
	}

	.benefits__labels {
		top: 70px;
		right: 115px
	}

	.benefits__label {
		max-width: 190px
	}

	.benefits__label:not(:last-of-type) {
		margin-right: -110px
	}

	.order {
		padding-bottom: 40px;
		padding-top: 40px
	}

	.order__decor {
		width: 200px;
		top: -20px
	}

	.order__prod {
		width: 340px;
		margin: 0 auto;
		display: block
	}
}

@media screen and (max-width:479px) {
	.container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px
	}

	.floating-button {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 10px;
		z-index: 4;
		background: linear-gradient(360deg, #1d1e1c 0, rgba(29, 30, 28, 0) 100%);
		pointer-events: visible
	}

	.floating-button.hide {
		opacity: 0;
		pointer-events: none
	}

	.floating-button a {
		width: 100%
	}

	.intro__list {
		display: block
	}

	.reasons {
		padding-bottom: 40px
	}

	.reasons__item {
		margin-bottom: 0;
		padding-bottom: 100px
	}

	.reasons__item:not(:last-of-type) {
		margin-bottom: 20px
	}

	.reason__text {
		top: auto;
		bottom: 0
	}

	.offer {
		padding-top: 10px
	}

	.offer__media {
		margin-bottom: 70px
	}

	.offer__product {
		width: 346px;
		margin: 0 auto;
		display: block
	}

	.offer__decor {
		max-width: 360px;
		bottom: -74px;
		right: -20px
	}

	.offer__timer-wrapper {
		margin-bottom: 16px
	}

	.offer__button {
		min-width: auto;
		width: 100%
	}

	.order {
		padding-bottom: 0
	}

	.form__button {
		min-width: auto;
		width: 100%
	}
}

@media screen and (max-width:374px) {
	.gradient-text {
		font-size: 48px
	}

	.intro__subtitle {
		font-size: 28px
	}

	.supplement__value {
		font-size: 36px
	}

	.reviews-rating__text {
		max-width: calc(100% - 140px)
	}
}

.intro__old-price {
	font-size: 18px;
	font-weight: 900;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.intro__old-price span {
	font-size: 24px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.intro__old-price span::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 100%;
	transform: rotate(6deg) translateY(-50%);
	height: 4px;
	background: red;
}

.intro__new-price {
	font-size: 32px;
	font-weight: 900;
	line-height: 120%;
	text-transform: uppercase;
	/* margin-bottom: 33px; */
}

.intro__new-price span {
	font-size: 32px;
	margin-left: 10px;
}