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
}

body {
	font-family: Roboto, sans-serif;
	line-height: 140%;
	font-size: 18px;
	background-color: #f4f4f4;
	color: #1d1e1c;
	-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: linear-gradient(180deg, #ffbe2f 0, #fedd59 10.58%, #b43600 93.75%);
	border-radius: 200px;
	padding: 12px 45px;
	font-weight: 900;
	line-height: 150%;
	border: none;
	transition: all .2s;
	color: #fff;
	font-size: 24px;
	text-shadow: 0 1px 3px 0 #92612a
}

.button-small {
	padding: 8px
}

.button:hover {
	box-shadow: 0 4px 10px 0 rgba(255, 190, 47, .4);
	background: linear-gradient(180deg, #ff822f 0, #ffab5c 10.58%, #b43c00 93.75%)
}

.title-h1 {
	font-weight: 700;
	font-style: italic;
	font-size: 42px;
	line-height: 120%
}

.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: 10px 0;
	background: #1d1e1c;
	position: relative;
	z-index: 5
}

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

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

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

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

.header__link:hover {
	color: #ffbe2f
}

.header__button {
	min-width: 190px
}

.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: 80px;
	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: #1d1e1c;
	font-weight: 900;
	text-decoration: none;
	z-index: 1;
	position: relative
}

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

.menu-mobile__media {
	position: absolute;
	max-width: 360px;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	pointer-events: none;
	z-index: -1
}

.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 {
	background: url(../images/pattern-bg.png) no-repeat center, linear-gradient(180deg, #ffc13a 0, #d79c08 100%);
	padding-top: 60px;
	position: relative;
	overflow: hidden
}

.intro__photo {
	position: absolute;
	bottom: -122px;
	right: calc(50% - 900px);
	pointer-events: none
}

.intro__title {
	margin-bottom: 20px
}

.intro__block {
	display: flex;
	align-items: center;
	margin-bottom: 36px
}

.intro__text {
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	margin-right: 30px;
	padding-right: 20px;
	border-right: 2px solid #1d1e1c;
	max-width: 418px;
	width: 100%
}

.intro__label {
	font-size: 18px;
	line-height: 140%
}

.intro__form-wrapper {
	max-width: 1200px;
	width: 100%;
	background: #1d1e1c;
	display: flex;
	align-items: center;
	padding: 30px 20px
}

.intro__pack {
	max-width: 410px;
	width: 100%
}

.intro__form {
	max-width: 390px;
	width: 100%
}

.intro__form-title {
	font-weight: 700;
	font-style: italic;
	font-size: 28px;
	line-height: 120%;
	margin-bottom: 30px;
	color: #fff
}

.form__input-wrap {
	position: relative
}

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

.form__input {
	background: 0 0;
	border: none;
	box-sizing: border-box;
	border: 2px solid #ffbe2f;
	height: 45px;
	font-size: 18px;
	line-height: 140%;
	color: #fff;
	width: 100%;
	outline: 0;
	padding: 0 20px
}

.form__input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .6);
	font-size: 18px;
	line-height: 140%
}

.form__input::placeholder {
	color: rgba(255, 255, 255, .6);
	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 {
	max-width: 100%;
	width: 100%;
	margin-top: 30px
}

.symptoms {
	background: url(../images/symptoms-bg.jpg) no-repeat center left, #313132;
	padding: 80px 0;
	color: #fff;
	position: relative
}

.symptoms__photo {
	position: absolute;
	left: calc(50% - 20px);
	top: 0;
	bottom: 0;
	opacity: .3;
	height: 100%
}

.symptoms__wrapper {
	max-width: 724px;
	width: 100%;
	margin-left: auto
}

.symptoms__title {
	margin-bottom: 20px;
	text-align: center
}

.symptoms__list {
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative
}

.symptoms__list::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #d9d9d9;
	height: 2px;
	border-radius: 2px;
	width: 240px
}

.symptoms__item {
	display: flex;
	align-items: center;
	width: 50%
}

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

.symptoms__desc {
	font-weight: 900;
	font-size: 24px;
	line-height: 120%;
	width: 90%;
	margin: 0 auto;
	text-align: center
}

.about {
	background: url(../images/pattern-bg.png) no-repeat center, #f4f4f4;
	padding-top: 105px;
	padding-bottom: 80px
}

.about__block {
	display: flex;
	align-items: flex-start;
	margin-bottom: 50px;
	position: relative
}

.about__pack {
	width: 95px;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	position: absolute;
	left: 33px;
	top: -31px
}

.about__title-wrapper {
	padding-left: 182px
}

.about__label {
	font-weight: 700;
	font-size: 20px;
	line-height: 120%
}

.about__title {
	color: #75440d;
	position: relative;
	padding-top: 10px;
	margin-top: 10px
}

.about__title::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	border-radius: 2px;
	height: 2px;
	background: #75440d
}

.about__list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px
}

.about__item {
	position: relative;
	max-width: 345px;
	width: 100%;
	box-shadow: 0 6px 10px 0 rgba(87, 86, 86, .3);
	border-radius: 10px;
	overflow: hidden;
	line-height: 0
}

.about__text {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	line-height: 140%
}

.about__safe {
	display: flex;
	align-items: center;
	background: #cbd6d7;
	padding: 12px 20px;
	border-radius: 10px;
	margin-bottom: 80px
}

.about__check {
	margin-right: 16px
}

.about__safe-text {
	color: #1d1e1c;
	font-weight: 900;
	font-size: 24px;
	line-height: 120%
}

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

.about__works-title {
	color: #75440d;
	margin-bottom: 16px
}

.about__works-text {
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	color: #222
}

.about__col {
	max-width: 396px;
	width: 100%;
	margin-right: 30px
}

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

.about__work-item {
	max-width: 220px;
	width: 100%
}

.about__work-item:not(:last-of-type) {
	margin-right: 20px
}

.work-item {
	text-align: center;
	font-size: 18px;
	line-height: 140%
}

.work-item__icon {
	background: #ffbe2f;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	margin: 0 auto 16px;
	display: flex;
	align-items: center;
	justify-content: center
}

.work-item__title {
	font-weight: 700;
	margin-bottom: 4px
}

.expert {
	padding-top: 80px;
	padding-bottom: 40px
}

.expert__wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center
}

.expert__block {
	max-width: 558px;
	width: 100%;
	margin-right: 80px
}

.expert__title {
	color: #75440d;
	margin-bottom: 30px
}

.expert__text {
	margin-bottom: 30px;
	display: flex;
	align-items: center
}

.expert__icon {
	margin-right: 16px;
	vertical-align: middle;
	flex-shrink: 0
}

.expert__bottom {
	padding-bottom: 71px;
	position: relative
}

.expert__sign {
	position: absolute;
	bottom: 0;
	left: 208px
}

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

.expert__media {
	border-radius: 10px;
	overflow: hidden;
	line-height: 0;
	box-shadow: 0 6px 10px 0 rgba(87, 86, 86, .3)
}

.reviews {
	padding-top: 20px;
	padding-bottom: 80px
}

.reviews__list {
	padding: 0 122px
}

.reviews .slick-slide {
	width: 284px;
	height: inherit !important;
	margin: 0 10px;
	opacity: 0;
	transition: opacity .4s
}

.reviews .slick-slide.slick-active {
	opacity: 1
}

.reviews .slick-slide>div {
	height: 100%
}

.reviews .slick-list {
	margin: 0 -20px -20px;
	padding: 0 20px 20px
}

.reviews .slick-track {
	display: flex !important
}

.review {
	box-shadow: 0 6px 10px 0 rgba(87, 86, 86, .3);
	border-radius: 10px;
	height: 100%
}

.review__media {
	border-radius: 10px;
	overflow: hidden;
	line-height: 0
}

.review__bottom {
	padding: 20px
}

.review__name {
	color: #92612a;
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 10px
}

.review__text {
	font-size: 18px;
	line-height: 120%
}

.slick-arrow {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffbe2f;
	border: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.slick-arrow-prev {
	left: 0
}

.slick-arrow-next {
	right: 0
}

.composition {
	background: url(../images/pattern-bg.png) no-repeat center, #f4f4f4;
	padding: 80px 0
}

.composition__top {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px
}

.composition__pack {
	margin-right: 50px;
	margin-top: -30px
}

.composition__block {
	max-width: 808px;
	width: 100%
}

.composition__title {
	color: #92612a;
	margin-bottom: 30px
}

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

.composition__item {
	width: calc(100%/2 - 10px)
}

.composition__item:nth-of-type(-n+2) {
	margin-bottom: 20px
}

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

.composition__step {
	max-width: 280px;
	width: 100%
}

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

.step {
	display: flex;
	align-items: center;
	min-height: 115px
}

.step__num {
	color: #ffbe2f;
	font-weight: 700;
	font-style: italic;
	font-size: 96px;
	line-height: 120%;
	margin-right: 20px
}

.step__text {
	font-weight: 700;
	font-size: 24px;
	line-height: 120%
}

.composition-item {
	display: flex;
	align-items: center
}

.composition-item__media {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
	border-radius: 10px;
	margin-right: 20px
}

.composition-item__block {
	font-size: 18px;
	line-height: 120%
}

.composition-item__title {
	margin-bottom: 4px;
	font-weight: 700
}

.benefits {
	background: url(../images/benefits-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 52px 0;
	position: relative
}

.benefits__wrapper {
	display: flex;
	flex-direction: column-reverse
}

.benefits__list {
	max-width: 487px;
	width: 100%;
	margin-left: 200px
}

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

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

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

.benefits__text {
	font-weight: 900;
	font-size: 24px;
	line-height: 120%
}

.benefits__media {
	position: absolute;
	bottom: 10px;
	right: calc(50% - 490px)
}

.benefits__pack {
	max-width: 260px;
	width: 100%
}

.benefits__labels {
	position: absolute;
	display: flex;
	align-items: flex-start;
	bottom: -40px;
	left: -270px
}

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

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

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

	.title-h1 {
		font-size: 38px
	}

	.intro__photo {
		bottom: -65px;
		right: calc(50% - 860px);
		max-width: 650px
	}

	.intro__logo {
		width: 100%
	}

	.intro__pack {
		max-width: 350px
	}

	.intro__form {
		max-width: 330px
	}

	.about__pack {
		width: 90px
	}

	.about__title-wrapper {
		padding-left: 160px
	}

	.about__item {
		max-width: 234px
	}

	.about__works-text {
		font-size: 22px
	}

	.about__col {
		max-width: 235px;
		margin-right: 20px
	}

	.expert__block {
		max-width: 455px;
		margin-right: 50px
	}

	.expert__media img {
		width: 100%
	}

	.reviews__list {
		padding: 0 100px
	}

	.reviews .slick-slide {
		width: 100%
	}

	.composition__pack {
		max-width: 450px;
		width: 100%;
		margin-right: 0;
		margin-top: 0
	}

	.composition-item__media {
		width: 100px
	}

	.benefits__list {
		margin-left: 0
	}

	.benefits__pack {
		max-width: 200px
	}

	.benefits__labels {
		left: -240px
	}

	.benefits__label {
		width: 230px
	}
}

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

	.title-h1 {
		font-size: 32px
	}

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

	.intro__photo {
		bottom: 0;
		right: calc(50% - 490px);
		max-width: 520px;
		z-index: 1
	}



	.intro__form-wrapper {
		position: relative;
		padding: 100px 30px 30px
	}

	.intro__pack {
		position: absolute;
		top: -180px;
		left: 20px
	}

	.symptoms {
		padding: 60px 0
	}

	.symptoms__wrapper {
		max-width: 100%;
		margin: 0 auto
	}

	.about {
		padding-bottom: 60px;
		padding-top: 70px
	}

	.about__list {
		flex-wrap: wrap
	}

	.about__item {
		max-width: 49%
	}

	.about__item img {
		width: 100%
	}

	.about__item:nth-of-type(-n+2) {
		margin-bottom: 20px
	}

	.about__safe {
		margin-bottom: 60px
	}

	.about__safe-text {
		font-size: 22px
	}

	.about__bottom {
		flex-wrap: wrap
	}

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

	.about__work-item:not(:last-of-type) {
		margin-right: 10px
	}

	.expert {
		padding-top: 60px
	}

	.expert__block {
		margin-right: 30px
	}

	.reviews__list {
		padding: 0 70px
	}

	.composition {
		padding-top: 30px;
		padding-bottom: 60px
	}

	.composition__top {
		display: block
	}

	.composition__pack {
		display: block;
		margin: 0 auto 20px
	}

	.composition__step:not(:last-of-type) {
		margin-right: 20px
	}

	.step {
		min-height: auto
	}

	.step__num {
		font-size: 78px;
		margin-right: 10px
	}

	.step__text {
		font-size: 22px
	}

	.benefits {
		padding: 40px 0
	}

	.benefits__item img {
		width: 40px;
		margin-right: 10px
	}

	.benefits__text {
		font-size: 22px
	}

	.benefits__media {
		position: relative;
		bottom: auto;
		right: auto;
		margin-bottom: 30px;
		text-align: center
	}

	.benefits__labels {
		left: calc(50% - 330px)
	}
}

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

	.title-h1 {
		font-size: 28px
	}

	.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: url(../images/pattern-bg.png) no-repeat center, linear-gradient(180deg, #ffc13a 0, #d79c08 100%)
	}

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

	.intro {
		padding-top: 40px
	}

	.intro__photo {
		bottom: 417px;
		right: calc(50% - 320px);
		max-width: 340px
	}

	.intro__title {
		margin-bottom: 15px
	}

	.intro__block {
		display: block;
		width: 50%
	}

	.intro__text {
		max-width: 100%;
		margin-right: 0;
		padding-right: 0;
		border-right: none
	}

	.intro__label {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 2px solid #1d1e1c;
		display: inline-block
	}

	.intro__form-wrapper {
		padding: 60px 30px 30px
	}

	.intro__pack {
		max-width: 300px
	}

	.intro__form {
		max-width: 100%
	}

	.about__works {
		display: block
	}

	.about__work-item {
		max-width: 100%
	}

	.about__work-item:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 15px
	}

	.work-item {
		display: flex;
		align-items: center;
		text-align: left
	}

	.work-item__icon {
		flex-shrink: 0;
		margin: 0;
		margin-right: 15px
	}

	.work-item__text br {
		display: none
	}

	.expert {
		padding-top: 40px
	}

	.expert__wrapper {
		flex-direction: column-reverse
	}

	.expert__block {
		max-width: 100%;
		margin-right: 0
	}

	.expert__media {
		margin-bottom: 30px
	}

	.reviews {
		padding-bottom: 40px
	}

	.reviews__list {
		padding: 0 100px
	}

	.review__media img {
		width: 100%
	}

	.composition {
		padding-bottom: 40px
	}

	.composition__steps {
		flex-wrap: wrap
	}

	.composition__step {
		max-width: 100%
	}

	.composition__step:not(:last-of-type) {
		margin-right: 0
	}

	.composition-item__media {
		width: 80px;
		margin-right: 10px
	}

	.benefits__media {
		margin-top: -70px
	}

	.benefits__pack {
		max-width: 170px
	}

	.benefits__labels {
		flex-direction: column;
		left: calc(50% - 220px)
	}

	.benefits__label {
		width: 200px
	}

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

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

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

	.header {
		padding: 7px 0
	}

	.header__button {
		min-width: 130px
	}

	.intro__photo {
		bottom: 419px;
		right: calc(50% - 261px);
		max-width: 270px
	}

	.intro__block {
		width: 60%;
	}

	.intro__pack {
		max-width: 250px;
		top: -150px;
		left: 10px
	}

	.symptoms {
		padding: 40px 0
	}

	.symptoms__list {
		display: block
	}

	.symptoms__item {
		width: 100%
	}

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

	.symptoms__icon {
		width: 40px
	}

	.symptoms__desc {
		width: 100%;
		font-size: 20px
	}

	.about {
		padding-top: 40px;
		padding-bottom: 40px;
		background-size: cover
	}

	.about__block {
		margin-bottom: 30px
	}

	.about__pack {
		width: 70px;
		top: 0;
		left: 23px
	}

	.about__title-wrapper {
		padding-left: 130px
	}

	.about__item:nth-of-type(-n+2) {
		margin-bottom: 10px
	}

	.about__safe {
		padding: 10px 20px
	}

	.about__check {
		width: 40px;
		margin-right: 10px
	}

	.about__safe-text {
		font-size: 20px
	}

	.expert__title {
		margin-bottom: 20px
	}

	.expert__text {
		margin-bottom: 20px
	}

	.reviews__list {
		padding: 0 70px
	}

	.composition__item {
		width: 100%
	}

	.composition__item:not(:last-of-type) {
		margin-bottom: 15px
	}
}

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

	.button {
		padding: 8px 30px
	}

	.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 {
		padding-top: 23px
	}

	.intro__photo {
		z-index: 0;
		bottom: 301px;
		right: calc(50% - 201px);
		max-width: 217px
	}

	.intro__title {
		margin-bottom: 5px
	}

	.intro__block {
		width: 70%;
	}

	.intro__text {
		font-size: 16px
	}

	.intro__label {
		font-size: 16px;
		margin-top: 5px;
		padding-top: 5px
	}

	.intro__form-wrapper {
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
		padding: 12px 15px 40px
	}

	.intro__pack {
		max-width: 174px;
		top: -90px;
		left: 10px
	}

	.intro__form-title {
		font-size: 20px;
		width: 46%;
		margin-left: auto;
		margin-bottom: 15px
	}

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

	.form__button {
		margin-top: 15px
	}

	.symptoms {
		background: url(../images/symptoms-bg-mob.jpg) no-repeat center top, #313132;
		padding-top: 73px;
		background-size: cover
	}

	.symptoms__title {
		margin-bottom: 9px
	}

	.symptoms__list {
		margin-bottom: 9px;
		padding-bottom: 12px
	}

	.symptoms__icon {
		margin-right: 7px
	}

	.about__block {
		margin-bottom: 20px
	}

	.about__pack {
		width: 83px;
		left: 12px
	}

	.about__title-wrapper {
		padding-left: 114px
	}

	.about__label {
		font-size: 18px
	}

	.about__title::after {
		width: 140px
	}

	.about__item {
		height: 220px;
		max-width: 100%
	}

	.about__item img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}

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

	.about__works-title {
		text-align: center;
		margin-bottom: 10px
	}

	.about__works-text {
		text-align: center;
		font-size: 20px
	}

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

	.work-item {
		line-height: 120%
	}

	.work-item__icon {
		margin-right: 10px
	}

	.expert__text {
		display: block;
		line-height: 120%
	}

	.expert__icon {
		float: left
	}

	.expert__sign {
		left: auto;
		right: 0;
		width: 206px
	}

	.expert__media {
		margin-bottom: 20px
	}

	.reviews__list {
		padding: 0;
		padding-bottom: 60px
	}

	.slick-arrow {
		width: 40px;
		height: 40px;
		top: auto;
		bottom: 0;
		-webkit-transform: none;
		transform: none
	}

	.slick-arrow-prev {
		left: calc(50% - 60px)
	}

	.slick-arrow-next {
		right: calc(50% - 60px)
	}

	.composition {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.composition__top {
		margin-bottom: 38px
	}

	.composition__pack {
		max-width: initial;
		width: 394px;
		margin-bottom: 0
	}

	.composition__title {
		margin-bottom: 18px
	}

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

	.step__num {
		margin-right: 30px
	}

	.benefits {
		background: url(../images/benefits-bg-mob.jpg) no-repeat center;
		background-size: cover
	}

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

	.benefits__text {
		font-size: 20px
	}

	.benefits__pack {
		margin-left: 90px
	}

	.benefits__labels {
		left: calc(50% - 180px);
		bottom: -60px
	}

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

@media screen and (max-width:374px) {
	.composition__pack {
		width: 117%
	}
}

.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: 60px;
	margin-left: 10px;
}

@media screen and (max-width:1024px) {
	.intro__new-price {
		margin-bottom: 175px;
	}
}

@media screen and (max-width:767px) {
	.intro__new-price span {
		font-size: 32px;
	}
}

@media screen and (max-width:639px) {
	.intro__new-price {
		margin-bottom: 215px;
	}
}

@media screen and (max-width:479px) {
	.intro__new-price {
		margin-bottom: 200px;
	}
}