* {
	box-sizing: border-box;
}
@font-face {
	font-family: Roboto;
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src:
		local(''),
		url(../fonts/roboto-v29-latin-ext-regular.woff2) format('woff2'),
		url(../fonts/roboto-v29-latin-ext-regular.woff) format('woff');
}

@font-face {
	font-family: Roboto;
	font-display: swap;
	font-style: normal;
	font-weight: 700;
	src:
		local(''),
		url(../fonts/roboto-v29-latin-ext-700.woff2) format('woff2'),
		url(../fonts/roboto-v29-latin-ext-700.woff) format('woff');
}

@font-face {
	font-family: Roboto;
	font-display: swap;
	font-style: normal;
	font-weight: 900;
	src:
		local(''),
		url(../fonts/roboto-v29-latin-ext-900.woff2) format('woff2'),
		url(../fonts/roboto-v29-latin-ext-900.woff) format('woff');
}

a,
b,
body,
dd,
del,
div,
footer,
form,
h1,
h2,
h3,
h4,
h6,
header,
html,
i,
img,
label,
li,
nav,
object,
output,
p,
q,
s,
section,
span,
u,
ul,
var {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

.slick-slide img,
footer,
header,
label,
nav,
section {
	display: block;
}

body {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.2;
	overflow: hidden;
}

ul {
	list-style: none;
}

q {
	quotes: none;
}

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

br {
	line-height: 1;
	font-size: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
button,
button:focus,
input,
input:focus {
	outline: 0;
}

a {
	text-decoration: none;
}

button {
	border: 0;
	display: block;
	padding: 0;
}

* {
	-webkit-tap-highlight-color: transparent;
}

html {
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

a:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
	outline: 0 !important;
}

button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
select::-moz-focus-inner {
	border: 0;
}

img {
	display: block;
	max-width: 100%;
}

svg {
	overflow: hidden;
}

.container {
	margin: 0 auto;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.title {
	font-size: 22px;
	color: #202020;
	line-height: 1.2;
	text-align: center;
}

.title {
	font-weight: 700;
}

.text-nowrap {
	white-space: nowrap;
}

input {
	-webkit-appearance: none;
}

.content-text {
	margin-bottom: 15px;
	line-height: 1.3;
	text-align: center;
}

.control__text b,
b,
h6 {
	font-weight: 700;
	color: #222;
}

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

.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	/*-khtml-user-select: none;*/
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

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

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

.slick-track {
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}

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

.slick-track:after {
	clear: both;
}

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

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

.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;
}

.slick-loading .slick-list {
	background: #fff;
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	/*-webkit-transform: translate(0, -50%);*/
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

.slick-prev:before {
	content: '←';
}

.slick-next:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

.slick-dots,
.slick-dots li button:before {
	position: absolute;
	left: 0;
	text-align: center;
}

.slick-dots {
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.slick-dots li {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0;
}

.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	top: 0;
	width: 20px;
	height: 20px;
	content: '';
	opacity: 0.25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: #000;
}

.slick-slide {
	outline: 0;
}

.block {
	padding-top: 25px;
	padding-bottom: 25px;
}

.timer__text {
	font-size: 16px;
	line-height: 1;
	color: #444;
}

.timer__block {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 27px;
	font-weight: 700;
}

.slick-dots li,
.timer__block span {
	display: inline-block;
}

.hours,
.minutes,
.seconds {
	padding: 3px 11px;
	border: 1px solid #b49f91;
	background-color: #fff;
	border-radius: 5px;
	color: #000;
}

.hours:nth-child(2n-1),
.minutes:nth-child(2n-1),
.seconds:nth-child(2n-1) {
	margin-right: 4px;
}

.timer__dots {
	margin: 0 3px 1px;
	opacity: 0.6;
	font-size: 19px;
	font-weight: 400;
}

input:invalid {
	-webkit-box-shadow: none;
	box-shadow: none;
}

input:-moz-submit-invalid {
	box-shadow: none;
}

input:-moz-ui-invalid {
	box-shadow: none;
}

.header {
	padding: 15px 0;
	-webkit-box-shadow: 0 4px 4px rgba(3, 3, 3, 0.05);
	box-shadow: 0 4px 4px rgba(3, 3, 3, 0.05);
	background-color: #ed6e6f;
}

.header__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 10px;
}

.header .timer,
.header__nav {
	display: none;
}

.header .hours,
.header .minutes,
.header .seconds {
	padding: 1px 9px;
	border-color: #fff;
}

.header__button {
	line-height: 1;
	font-weight: 700;
	border-radius: 30px;
	max-width: 155px;
}

.header__button,
.header__button:hover {
	border-width: 2px;
}

.header__logo {
	margin-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__logo--img {
	margin-right: 10px;
}

.header__logo--name {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.header .timer__text {
	color: #fff;
	font-size: 14px;
	max-width: 110px;
	margin-right: 5px;
}

.timer__dots {
	color: #fff;
}

.header__timer {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__button {
	height: auto !important;
	margin-bottom: 0 !important;
	padding: 12px 0;
	font-size: 16px !important;
}

.promo {
	background-color: #fff9e3;
}

.promo__title {
	margin-bottom: 25px;
	text-align: center;
}

.promo__quality {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.promo__quality--item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #222;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
}

.promo__quality--item:not(:last-child) {
	margin-bottom: 15px;
}

.promo__quality--item img {
	/*-ms-flex-negative: 0;*/
	flex-shrink: 0;
	margin-right: 10px;
}

.promo__content,
.action__box,
.study__box,
.order__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.promo__description {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 45px;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.promo__form,
.promo__product {
	order: 2;
	margin-bottom: 25px;
}

.promo__form {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.promo__list--item {
	padding-left: 55px;
	position: relative;
	line-height: 1.2;
}

.promo__list--item:not(:last-child) {
	margin-bottom: 25px;
}

.promo__list--item:before {
	content: url(../img/pulse.png);
	position: absolute;
	left: 0;
}

.promo .title {
	display: inline-block;
	/*-ms-flex-item-align: center;*/
	align-self: center;
}

.control__title br,
.graph__name--item br,
.man,
.study__title br {
	display: none;
}

.product-wrap {
	position: relative;
	display: inline-block;
	max-width: 250px;
}

.medal {
	position: absolute;
}

.medal {
	left: 23px;
	top: -25px;
}

.bg {
	background-color: #fff9e3;
}

.subtitle,
h1 {
	font-weight: 700;
}

h1 {
	font-size: 45px;
	color: #222;
	display: inline-block;
}

.subtitle {
	margin-bottom: 25px;
	text-align: center;
}

.subtitle,
p {
	color: #444;
}

.animation-medal {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 50%;
	overflow: hidden;
}

.animation-medal:before {
	/*-webkit-transform: rotate(-135deg);*/
	transform: rotate(-135deg);
	-webkit-transition: 0.8s;
	transition: 0.8s;
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 100%;
	height: 100%;
}

.animation-pack:hover .animation-medal:before {
	-webkit-transition: 0.8s;
	transition: 0.8s;
	top: 50%;
	left: 50%;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(35%, rgba(2, 0, 36, 0)),
		color-stop(50%, rgba(255, 255, 255, 0.9)),
		color-stop(65%, rgba(0, 212, 255, 0))
	);
	background-image: linear-gradient(
		90deg,
		rgba(2, 0, 36, 0) 35%,
		rgba(255, 255, 255, 0.9) 50%,
		rgba(0, 212, 255, 0) 65%
	);
}

.form {
	border: 2px solid #ddc5b2;
	border-radius: 5px;
	width: 290px;
	background-color: #fff;
	padding: 15px 20px 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 22px;
	position: relative;
}

.form__title {
	text-align: center;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 28px;
}

.form__input,
select {
	background-color: #f8f8f8;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*-ms-border-radius: 5px;*/
	/*-o-border-radius: 5px;*/
	height: 60px;
	padding-right: 15px;
	width: 100%;
	padding-left: 45px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #666;
	font-size: 15px;
}
.form__input--wrap,
.x_country_select {
	flex: 1;
	min-width: 240px;
}
.form__input--icon {
	position: absolute;
	left: 17px;
	top: 50%;
	/*-webkit-transform: translateY(-50%);*/
	transform: translateY(-50%);
}

.form__input:active,
.form__input:focus,
.form__input:hover {
	-webkit-box-shadow: inset 0 0 4px #90ee90;
	box-shadow: inset 0 0 4px #90ee90;
}

.form__input--wrap {
	margin-bottom: 13px;
	position: relative;
}

.date-color,
.lastpack {
	background-color: #ed6e6f;
	display: inline-block;
	padding: 5px;
	color: #fff;
	font-weight: 700;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/*-ms-border-radius: 3px;*/
	/*-o-border-radius: 3px;*/
}

.date-color {
	margin-top: 5px;
	font-size: 18px;
}

.price {
	margin-bottom: 15px;
	text-align: center;
	color: #222;
	display: flex;
	justify-content: space-between;
}

.price__title {
	font-weight: 400;
	font-size: 14px;
}

.price__old {
	display: inline-block;
	font-weight: 700;
	position: relative;
}

.price__old::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 110%;
	height: 2px;
	background-color: red;
}

.price__left .price__title {
	margin-bottom: 6px;
}

.price__new {
	font-weight: 900;
	color: red;
}

.x_price_current {
	font-size: 27px;
}

.date-wrap {
	margin-bottom: 15px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
}

.lastpeople {
	color: #ed6e6f;
	font-weight: 900;
	font-size: 16px;
}

.btn {
	text-align: center;
}

.btn {
	height: 60px;
	width: 100%;
	background-color: #4eae47;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 13px;
}

.btn:hover {
	background-color: #098100;
}

.visitors {
	padding: 13px 0;
	text-align: center;
	font-size: 13px;
}

.visitors:after {
	content: '';
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ddc5b2;
}

.visitors * {
	display: inline-block;
}

.last {
	text-align: center;
}

.eye {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.statistic__info {
	background-color: #ed6e6f;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 15px 10px;
	font-size: 18px;
	line-height: normal;
}

.statistic__title {
	margin-bottom: 20px;
}

.bg-white {
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	text-shadow:
		1px 1px 2px #000,
		0 0 1em #ed6e6f;
	padding: 3px;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	margin-right: 5px;
}

.graph {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*-ms-border-radius: 5px;*/
	/*-o-border-radius: 5px;*/
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.graph,
.graph__name {
	margin-bottom: 15px;
}

.graph__name--item {
	font-size: 18px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.graph__name--item:nth-child(1):before {
	background-color: #ed6e6f;
}

.graph__name--item:nth-child(2):before {
	background-color: #4758a5;
}

.graph__name--item:nth-child(3):before {
	background-color: #7c7c7c;
}

.graph__name--item:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	/*-ms-border-radius: 50%;*/
	/*-o-border-radius: 50%;*/
	margin-right: 20px;
	/*-ms-flex-negative: 0;*/
	flex-shrink: 0;
}

.graph__name--item:not(:last-child) {
	margin-bottom: 15px;
}

.graph__value svg {
	width: 100%;
}

text {
	font-family: Roboto, sans-serif;
}

.main {
	font-size: 29px;
	fill: #777;
}

.main-sub {
	font-size: 13px;
}

.value {
	font-size: 30px;
	fill: #ed6e6f;
	font-weight: 700;
}

.value-sub {
	font-size: 18px;
}

.innovation__title {
	margin-bottom: 20px;
}

.innovation__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.innovation__image {
	width: 290px;
	margin-bottom: 25px;
	padding-right: 0;
}

.innovation__doctor {
	margin-bottom: 25px;
}

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

.innovation__centr--logo {
	margin-right: 10px;
}

.innovation__centr--name {
	text-transform: uppercase;
	font-size: 14px;
	color: #222;
	line-height: 1.6;
}

.innovation__info {
	font-size: 16px;
	line-height: 1.2;
}

.innovation__desc {
	font-size: 20px;
	font-weight: 700;
	color: #222;
	line-height: 1.1;
	text-align: center;
	padding-top: 15px;
	border-top: 1px solid #e3e3e3;
}

.image-wrap {
	position: relative;
	display: inline-block;
}

.illness__content,
.illness__title {
	margin-bottom: 20px;
}

.illness__box.active .illness-box__title--icon {
	fill: #ed6e6f;
}

.illness__box.active .illness-box__title {
	border: 2px solid #ed6e6f;
	margin-bottom: 10px;
}

.illness__box.active .illness__item {
	max-height: 1000px;
}

.illness__box.active .illness-box__title::after {
	border-color: #ed6e6f transparent transparent;
	/*-webkit-transform: translateY(-50%) rotate(180deg);*/
	transform: translateY(-50%) rotate(180deg);
}

.illness__box:not(:last-child) {
	margin-bottom: 13px;
}

.illness-box__title {
	color: #222;
	font-size: 20px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	background-color: #fff;
	height: 64px;
	width: 100%;
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 18px;
	padding-right: 20px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border: 2px solid #fff;
	position: relative;
}

.illness-box__title:hover {
	border: 2px solid #ed6e6f;
}

.illness-box__title--icon {
	margin-right: 15px;
	fill: #c1c1c1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.illness-box__title::after,
.illness__attention::before {
	content: '';
	position: absolute;
	top: 50%;
	/*-webkit-transform: translateY(-50%);*/
	transform: translateY(-50%);
}

.illness-box__title::after {
	right: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0;
	border-color: #c1c1c1 transparent transparent;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.illness-box__title--icon1 {
	max-width: 32px;
}

.illness-box__title--icon2 {
	max-width: 29px;
}

.illness-box__title--icon3 {
	max-width: 31px;
}

.illness-box__title--icon4 {
	max-width: 28px;
}

.illness-box__title--icon5 {
	max-width: 31px;
}

.illness-box__title--icon6 {
	max-width: 26px;
}

.illness__item {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	background-color: #ed6e6f;
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.illness-item__img {
	border-radius: 3px;
	border: 3px solid #fff;
	background-color: #fff;
	margin: 15px 15px 10px;
}

.illness-item__img img {
	border-radius: 3px;
}

.illness-item__sub {
	padding: 0 15px;
}

.illness-item__title {
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.illness-item__title--icon {
	margin-right: 15px;
	fill: #fff;
	max-width: 50px;
	max-height: 60px;
}

.illness-item__info {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}

.illness__attention {
	margin-top: 10px;
	color: #fefefe;
	font-family: Roboto, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	position: relative;
	padding: 15px 15px 15px 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.illness__attention::before {
	left: 15px;
	background: url(../img/illness-att.svg) no-repeat center/contain;
	width: 36px;
	height: 33px;
}

.illness__prod {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	border: 2px solid #ed6e6f;
	background-color: #fff;
	padding: 15px;
}

.illness-prod__title {
	margin-bottom: 15px;
}

.illness-prod__title--small {
	margin-top: 5px;
	display: block;
	font-size: 18px;
	line-height: normal;
}

.illness-prod__item {
	max-width: 180px;
	margin: 0 auto 15px;
	position: relative;
}

.illness__btn {
	font-size: 22px;
	max-width: 263px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.no-webp .action__pack:before,
.no-webp .illness-prod__item:before {
	background: url(../img/quality1.png) no-repeat center/contain;
}

.action__price {
	width: 100%;
	max-width: 240px;
	margin-bottom: 10px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	order: 2;
}

.action__old,
.action__price-new {
	font-weight: 900;
}

.action__old {
	margin-top: 5px;
	display: inline-block;
	position: relative;
}

.action__old::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 110%;
	height: 2px;
	background-color: red;
}

.peel__title {
	margin-bottom: 20px;
}

.peel__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.peel__box {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	background-color: #fff;
	max-width: 300px;
	padding: 15px;
}

.peel__box:not(:last-child) {
	margin-bottom: 10px;
}

.peel-box__icon {
	width: 86px;
	height: 86px;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -49px auto 5px;
}

.peel-box__icon::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	border: 3px solid #ddd;
	/*-webkit-transform: translate(-50%, -50%);*/
	transform: translate(-50%, -50%);
	background-color: #fff;
	width: 1%;
	height: 1%;
	z-index: -1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50%;
}

.peel-box__icon1 {
	width: 39px;
	position: relative;
	top: -3px;
	left: -3px;
}

.peel-box__icon2 {
	width: 48px;
}

.peel-box__icon3 {
	width: 36px;
}

.peel-box__text,
.peel__info {
	color: #222;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.peel__info {
	margin-top: 20px;
	font-size: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.peel__box.active .peel-box__icon::before {
	width: 91%;
	height: 91%;
}

.action {
	padding-top: 25px;
}

.action__title {
	margin-bottom: 10px;
}

.action__price-title {
	margin-bottom: 2px;
	font-weight: 400;
	font-size: 14px;
}

.action__subtitle {
	color: #222;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	max-width: 293px;
}

.action__subtitle--accent {
	display: inline-block;
	border-radius: 3px;
	background-color: #ed6e6f;
	color: #fefefe;
	font-weight: 700;
	padding: 2px 8px;
}

.action__price .x_price_current {
	letter-spacing: -1.1px;
	font-weight: 900;
	color: red;
	font-size: 27px;
}

.action__price-new .x_currency {
	color: red;
}

.action__timer {
	text-align: center;
	margin-bottom: 30px;
}

.action__timer .timer__text {
	margin-bottom: 5px;
	color: #222;
}

.action__form,
.action__pack {
	margin-left: auto;
	margin-right: auto;
}

.action__pack {
	max-width: 200px;
	margin-bottom: 15px;
	position: relative;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.action__pack:before {
	content: '';
	position: absolute;
	width: 96px;
	height: 70px;
	background: url(../img/quality1.webp) no-repeat center/contain;
	top: -16px;
	right: -21px;
}

.action__form {
	max-width: 300px;
}

.action__form .form__input--wrap {
	margin-bottom: 10px;
}

.action__btn {
	font-size: 22px;
	position: relative;
	margin-bottom: 0;
}

.action .timer__dots {
	color: #000;
	margin: 0 2px 1px;
}

.recomend__action {
	padding-top: 0 !important;
}

.control__info,
.control__title {
	margin-bottom: 15px;
}

.control__text {
	color: #444;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}

.control__text:not(:last-child) {
	margin-bottom: 10px;
}

.control__box {
	width: 290px;
	height: 356px;
	background: url(../img/control-mob.webp) no-repeat center/contain;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 49px;
}

.control__pack {
	max-width: 125px;
	position: absolute;
	bottom: -48px;
	left: 10px;
}

.control__pack::after {
	content: '';
	position: absolute;
	bottom: -8px;
	right: -21px;
	width: 70px;
	height: 124px;
}

.no-webp .control__box {
	background: url(../img/control.jpg) no-repeat center/contain;
}

.control__medal {
	position: absolute;
	top: -20px;
	right: 0;
	width: 60px;
	height: 60px;
}

.composition__title {
	margin-bottom: 15px;
}

.composition__subtitle {
	text-align: center;
	font-weight: 700;
}

.composition__box {
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
}

.composition__box.active .composition-box__item {
	margin-top: 15px;
}

.composition__box:not(:last-child) {
	margin-bottom: 20px;
}

.composition-item__ingredient:not(:last-child),
.study__box:not(:last-child) {
	margin-bottom: 15px;
}

.composition-item__img {
	width: 89px;
	margin: 0 auto 5px;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: #fff;
}
.composition-item__img img {
	border-radius: 50%;
}
.composition-item__info {
	color: #444;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	text-align: center;
}

.composition__form {
	margin-top: 25px;
	border-top: 1px solid #ddd;
}

.study__title {
	margin-bottom: 15px;
}

.study__subtitle {
	text-align: center;
	color: #222;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
}

.study__subtitle--accent {
	border-radius: 4px;
	background-color: #72c16c;
	padding: 0 3px;
	color: #fff;
	font-weight: 700;
}

.study__content {
	margin-bottom: 20px;
}

.study__box {
	position: relative;
}

.study-box__circle {
	fill: transparent;
	stroke-width: 30;
	width: 133px;
	height: 133px;
	background-color: #e8e2de;
	border-radius: 50%;
	stroke: #72c16c;
	stroke-dasharray: 248, 25;
}

.study-box__circle2 {
	stroke-dasharray: 231, 41;
}

.study-box__circle3 {
	stroke-dasharray: 222, 50;
}

.study-box__num {
	background-color: #fff;
	border-radius: 50%;
	width: 86px;
	height: 86px;
	position: absolute;
	top: 24px;
	left: 50%;
	/*-webkit-transform: translateX(-50%);*/
	transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 26px;
	font-weight: 700;
}

.study-box__num--small {
	font-size: 19px;
}

.study-box__text {
	color: #222;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-top: 6px;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.study__accent {
	color: #444;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

.recomend {
	position: relative;
}

.recomend:before,
.sign:before {
	content: '';
	position: absolute;
	height: 1px;
}

.recomend:before {
	bottom: 0;
	left: 50%;
	/*-webkit-transform: translateX(-50%);*/
	transform: translateX(-50%);
	width: 1170px;
	background-color: #ddd;
}

.recomend__title {
	margin-bottom: 20px;
}

.recomend__content {
	position: relative;
}

.recomend__doctor {
	width: 290px;
	margin: 0 auto 15px;
}

.recomend__info {
	font-size: 16px;
	line-height: 1.2;
}

.sign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 25px;
	position: relative;
}

.sign:before {
	top: 0;
	left: 0;
	width: 60px;
	background-color: #c6c6c6;
}

.sign__doctor {
	width: 100%;
	margin-right: 15px;
	margin-bottom: 15px;
}

.sign__doctor--name {
	font-size: 22px;
	font-weight: 700;
}

.sign__doctor--post {
	color: #666;
	font-size: 16px;
}

.bg-text {
	background-color: #ed6e6f;
	padding: 15px;
	margin-bottom: 25px;
	color: #fff;
	font-weight: 700;
	border-radius: 3px;
	text-align: center;
}

.reviews-content {
	margin-top: 20px;
	border-radius: 10px;
	border: 1px solid #efefef;
	background-color: #fff;
	padding: 19px 10px 15px 15px;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.reviews-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.reviews-amount {
	padding-top: 4px;
	font-size: 16px;
	line-height: 1;
	padding-left: 20px;
	position: relative;
}

.reviews-btn {
	max-width: 220px;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 10px 11px;
	border-width: 2px;
	height: auto;
	margin-bottom: 0;
	margin-top: 10px;
}

.reviews-list {
	margin-top: 30px;
	/*overflow: -moz-scrollbars-vertical;*/
	-ms-overflow-y: scroll;
	overflow-y: scroll;
	scrollbar-color: #aeaeae #f3f3f3;
	scrollbar-width: thin;
	height: 475px;
	margin-right: 0;
	padding-right: 20px;
}

.reviews-list-item {
	padding-bottom: 42px;
	padding-top: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.reviews-list-item:first-child {
	padding-top: 0;
}

.reviews-list-item:last-child {
	border-width: 0;
	padding-bottom: 15px;
}

.reviews-item-avatar,
.reviews-item-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.reviews-item-top {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.reviews-item-avatar {
	background-color: #fff;
	border-radius: 50%;
	background-color: rgba(180, 159, 145, 0.3);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #444;
	width: 50px;
	height: 50px;
	font-size: 24px;
	font-weight: 700;
	/*-ms-flex-negative: 0;*/
	flex-shrink: 0;
	line-height: 1;
}

.reviews-item-title {
	width: calc(100% - 60px);
	margin-left: 10px;
}

.reviews-item__name {
	color: #222;
	font-size: 18px;
	font-weight: 700;
}

.reviews-item__rating {
	width: 95px;
	margin-left: auto;
	height: 17px;
	background: url(../img/star.png) repeat-x left center;
	background-size: 19px 17px;
	position: relative;
}

.reviews-item__rating:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/star-un.png) repeat-x left center;
	background-size: 19px 17px;
	width: 95px;
	height: 100%;
}

.reviews-item__date {
	margin-left: auto;
	opacity: 0.7;
	color: #403737;
	font-size: 15px;
	line-height: 1;
}

.reviews-item__text {
	margin-top: 10px;
	overflow: hidden;
	max-height: 800px;
	font-size: 17px;
	line-height: 20px;
	color: #444;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: relative;
}

.reviews--full .reviews-item__text:after,
.reviews-list-item.active .reviews-item__text:after {
	display: none;
}

.reviews-assessment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0;
}

.dislike,
.like {
	padding-left: 27px;
	position: relative;
	cursor: pointer;
}

.dislike:before,
.like:before {
	content: '';
	position: absolute;
	top: 50%;
	/*-webkit-transform: translateY(-65%);*/
	transform: translateY(-65%);
	left: 0;
	background: url(../img/like.png) no-repeat center;
	width: 18px;
	height: 16px;
}

.dislike,
.like,
.social__count {
	color: #666;
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
}

.like-active::before {
	background: url(../img/like-active.png) no-repeat center;
}

.dislike-active::before {
	background: url(../img/dislike-active.png) no-repeat center;
}

.dislike {
	margin-left: 30px;
}

.dislike:before {
	/*-webkit-transform: translateY(-44%) scaleY(-1);*/
	transform: translateY(-44%) scaleY(-1);
}

.reviews-list-item.active .reviews-item__text {
	max-height: 800px;
	-webkit-line-clamp: inherit;
}

.reviews--full .reviews-item__text {
	max-height: 100%;
}

.feedback,
.order-item__text br,
.order-item__title br,
.use-box__title br {
	display: none;
}

.feedback {
	margin-top: 15px;
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.feedback-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.feedback-name {
	position: relative;
	margin-top: 10px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.feedback-name:before {
	content: '';
	position: absolute;
	top: 50%;
	/*-webkit-transform: translateY(-50%);*/
	transform: translateY(-50%);
	left: 20px;
	background: url(../img/feedback-user.png) no-repeat center;
	width: 15px;
	height: 19px;
}

.feedback-name-input {
	max-width: 100%;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #dfe2e3;
	background-color: #f8f8f8;
	padding-left: 52px;
	padding-right: 15px;
	color: #666;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 300;
	width: 100%;
}

.feedback-name-input::-webkit-input-placeholder {
	color: #666 !important;
	font-size: 17px;
	font-weight: 300 !important;
}

.feedback-name-input::-moz-placeholder {
	color: #666 !important;
	font-size: 17px;
	font-weight: 300 !important;
}

.feedback-name-input:-ms-input-placeholder {
	color: #666 !important;
	font-size: 17px;
	font-weight: 300 !important;
}

.feedback-name-input::placeholder {
	color: #666 !important;
	font-size: 17px;
	font-weight: 300 !important;
}

.feedback-assessment {
	color: #666;
	font-size: 17px;
	font-weight: 300;
	line-height: 1;
	margin-left: 0;
}

.feedback-text {
	margin-top: 15px;
	position: relative;
	z-index: 0;
}

.feedback-text-input {
	padding-top: 9px;
	border-radius: 5px;
	border: 1px solid #dfe2e3;
	background: #f8f8f8 url(../img/feedback-message.png) no-repeat 18px 15%;
	width: 100%;
	height: 103px;
	max-width: 100%;
	padding-left: 52px;
	padding-right: 15px;
	color: #666;
	font-size: 17px;
	font-weight: 300;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

.feedback-text-input::-webkit-input-placeholder {
	color: #666 !important;
	font-size: 17px;
	font-weight: 300;
}

.feedback-text-input::-moz-placeholder {
	color: #666 !important;
	font-size: 17px;
	font-weight: 300;
}

.feedback-text-input:-ms-input-placeholder {
	color: #666 !important;
	font-size: 17px;
	font-weight: 300;
}

.feedback-text-input::placeholder {
	color: #666 !important;
	font-size: 17px;
	font-weight: 300;
}

.feedback-btn {
	max-width: 100%;
	margin-top: 15px;
}

.feedback-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 10px;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100px;
	height: 17px;
	background: url(../img/star-un.png) repeat-x center;
}

.feedback-modal {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
}

.feedback-modal__inner {
	color: #222;
	text-align: center;
	position: absolute;
	z-index: 21;
	top: 50%;
	left: 50%;
	padding: 20px;
	width: 250px;
	/*-webkit-transform: translate(-50%, -50%);*/
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	border-radius: 5px;
}

.feedback-modal__text {
	font-size: 18px;
	font-weight: 300;
}

.feedback-modal__title {
	position: relative;
	margin-bottom: 12px;
	padding-top: 36px;
	font-size: 22px;
	font-weight: 700;
}

.feedback-modal__title:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	/*-webkit-transform: translateX(-50%);*/
	transform: translateX(-50%);
	width: 45px;
	height: 36px;
	background-image: url(../img/pulse.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}

.star1,
.star2,
.star3,
.star4,
.star5 {
	opacity: 0;
	cursor: pointer;
}

.feedback-rating.active1 .star1,
.feedback-rating.active2 .star1,
.feedback-rating.active2 .star2,
.feedback-rating.active3 .star1,
.feedback-rating.active3 .star2,
.feedback-rating.active3 .star3,
.feedback-rating.active4 .star1,
.feedback-rating.active4 .star2,
.feedback-rating.active4 .star3,
.feedback-rating.active4 .star4,
.feedback-rating.active5 .star1,
.feedback-rating.active5 .star2,
.feedback-rating.active5 .star3,
.feedback-rating.active5 .star4,
.feedback-rating.active5 .star5 {
	opacity: 1;
}

textarea {
	-ms-overflow-style: none;
	scrollbar-color: #a2a2a2 red;
	resize: none;
}

.reviews-headStar {
	width: 120px;
	height: 23px;
	background: url(../img/star.png) repeat-x left center;
	background-size: 20px 18px;
	position: relative;
}

.reviews-headStar:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/star-un.png) repeat-x left center;
	background-size: 20px 18px;
	width: 100px;
	height: 100%;
}

.star-box {
	display: flex;
	justify-content: center;
	align-items: center;
}

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

textarea::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #a2a2a2;
	border-radius: 3px;
	background-position: center;
	background-repeat: no-repeat;
}

textarea::-webkit-resizer {
	background-color: #a2a2a2;
}

::-webkit-scrollbar-track {
	background-color: #fff;
	border: 1px solid #efefef;
}

.reviews-bottom {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.reviews-list::-webkit-scrollbar {
	width: 8px;
}

.reviews-list::-webkit-scrollbar-track {
	background: #fff;
	position: relative;
	border-radius: 1px;
}

.reviews-list::-webkit-scrollbar-thumb {
	background-color: #aeaeae;
	background-image: url(../img/scroll.png);
	background-size: 4px 7px;
	background-repeat: no-repeat;
	background-position: center center;
}

.feedback-name.error:after,
.feedback-text.error:after {
	position: absolute;
	bottom: -16px;
	left: 0;
	color: red;
	font-size: 12px;
	line-height: 1;
}

.feedback-name.error {
	margin-bottom: 10px;
}

.feedback-name.error:after {
	content: 'Utilice caracteres de la A a la Z';
}

.feedback-text.error {
	margin-bottom: 25px;
}

.feedback-text.error:after {
	content: 'Deje su comentario';
}

.use__title {
	margin-bottom: 15px;
}

.use-box__icon,
.use__box {
	display: flex;
}

.use-box__icon,
.use__box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.use__box {
	max-width: 300px;
	margin: 0 auto 20px;
	flex-direction: column;
}

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

.use-box__icon {
	width: 122px;
	height: 122px;
	border: 1px solid #ddd;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	margin-bottom: 10px;
}

.use-box__icon::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	border: 3px solid #ddd;
	/*-webkit-transform: translate(-50%, -50%);*/
	transform: translate(-50%, -50%);
	background-color: #fff;
	width: 90%;
	height: 90%;
	z-index: -1;
	border-radius: 50%;
}

.use-box__title {
	text-align: center;
	color: #222;
	line-height: 1.3;
	font-size: 18px;
	font-weight: 700;
}

.use__pack {
	display: none;
}

.use__pack.active::after,
.use__pack.active:before {
	width: 92px;
}

.doctor__list {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c6c6c6;
}

.doctor-list__item {
	color: #444;
	font-size: 16px;
	line-height: normal;
	text-align: center;
	position: relative;
	padding-top: 40px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.doctor-list__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	/*-webkit-transform: translateX(-50%);*/
	transform: translateX(-50%);
	background: url(../img/pulse.png) no-repeat center/contain;
	width: 45px;
	height: 32px;
}

.doctor-list__item:not(:last-child) {
	margin-bottom: 12px;
}

.doctor__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.doctor-info__name {
	color: #332f2f;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	width: 100%;
	text-align: center;
}

.doctor-info__name--prof {
	color: #777;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	display: block;
	margin-top: 3px;
}

.order {
	position: relative;
}

.order::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	/*-webkit-transform: translateX(-50%);*/
	transform: translateX(-50%);
	width: 1168px;
	height: 1px;
	background-color: #ddd;
	opacity: 0.8;
}

.order__title {
	margin-bottom: 25px;
}

.order__item {
	max-width: 300px;
	margin: 0 auto;
}

.order__item:not(:last-child) {
	margin-bottom: 18px;
}

.order-item__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.order-item__icon {
	width: 100px;
	height: 100px;
	border: 5px solid #e8e2de;
	border-radius: 50%;
	margin-bottom: 10px;
	position: relative;
}

.order-item__icon img {
	transform: scale(0.7);
}

.order-item__icon-circle {
	stroke: #72c16c;
	stroke-dasharray: 100, 300;
	/*-webkit-transform: rotate(-90deg);*/
	transform: rotate(-90deg);
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100px;
	height: 100px;
	fill: transparent;
	stroke-width: 4;
}

.order-item__icon-circle2 {
	stroke-dasharray: 101, 200;
	/*-webkit-transform: none;*/
	transform: none;
}

.order-item__icon-circle3,
.order-item__icon-circle4 {
	stroke-dasharray: 200, 100;
	/*-webkit-transform: none;*/
	transform: none;
}

.order-item__icon-circle4 {
	stroke-dasharray: 0, 0, 0;
}

.order-item__title {
	color: #222;
	font-size: 22px;
	font-weight: 900;
	line-height: 24px;
	text-align: center;
	margin-bottom: 5px;
}

.order-item__text {
	color: #666;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	width: 100%;
}

.my-popup .promo__title {
	color: #222;
	text-align: center;
	margin-bottom: 5px;
}

.my-popup .promo__subtitle {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 36px;
	font-weight: 700;
}

.my-popup__wrap {
	width: 770px;
	margin: 0 auto;
	padding: 25px 25px 20px 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background: url(../img/popup-bg.webp) no-repeat center/cover;
}

.my-popup .price__title {
	font-size: 14px;
}

.my-popup .form__title {
	line-height: 1;
}

.my-popup__wrap .reviews-amount {
	display: none;
}

.my-popup__pack {
	max-width: 250px;
	margin: 0 auto;
	padding-bottom: 0;
	position: relative;
	z-index: 0;
}

.my-popup__pack:before {
	content: '';
	position: absolute;
	bottom: -8px;
	right: -21px;
	width: 116px;
	height: 170px;
}

.my-popup__left {
	text-align: center;
	width: 100%;
}

.my-popup__right {
	margin-left: auto;
}

.no-webp .my-popup__wrap {
	background: url(../img/popup-bg.jpg) no-repeat center/cover;
}

.popup-medal {
	position: absolute;
	width: 96px;
	height: 96px;
	left: 30px;
	top: -25px;
}

.banner {
	display: none;
}

.footer {
	padding: 20px 0;
	background-color: #fff;
	font-family: Roboto, sans-serif;
}

.create_rom_footer,
.ev-footer {
	padding: 0;
}

.medal,
.popup-medal {
	left: auto;
	right: 0;
}

.product-wrap {
	max-width: 200px;
}

input::-ms-clear {
	display: none;
}

@media screen and (min-width: 400px) {
	.reviews-item__text {
		margin-top: 19px;
	}
}

@media screen and (min-width: 480px) {
	.reviews-item-title {
		width: auto;
	}

	.innovation__doctor {
		width: 350px;
	}

	.container {
		width: 480px;
	}

	.title {
		font-size: 25px;
	}

	.block {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.header__button {
		max-width: 200px;
		font-size: 16px;
		padding: 13px 0;
		margin-bottom: 0;
		height: auto;
	}

	.promo__quality--item {
		font-size: 18px;
		line-height: 1.3;
	}

	h1 {
		font-size: 48px;
	}

	.statistic__info {
		padding: 15px;
	}

	.graph__value svg {
		width: 430px;
		height: 233px;
	}

	.innovation__info {
		font-size: 18px;
		line-height: 1.3;
	}

	.innovation__desc {
		font-size: 22px;
		line-height: 1.2;
	}

	.peel__info {
		font-size: 20px;
		line-height: normal;
	}

	.action {
		padding-top: 30px;
	}

	.control__text {
		font-size: 18px;
		line-height: normal;
	}

	.control__box {
		width: 330px;
		height: 386px;
		background: url(../img/control.webp) no-repeat center/contain;
	}

	.composition__form {
		margin-top: 30px;
	}

	.recomend__info {
		font-size: 18px;
		line-height: 1.3;
	}

	.reviews-content {
		padding: 20px;
		max-width: 100%;
	}

	.reviews-list {
		height: 415px;
	}

	.reviews-list-item:last-child {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding-bottom: 42px;
	}

	.reviews-item-top {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.reviews-item__name {
		font-size: 20px;
	}

	.reviews-item__text {
		font-size: 17px;
		line-height: normal;
	}

	.use__title {
		margin-bottom: 25px;
	}

	.use__box {
		max-width: 229px;
		margin-bottom: 30px;
	}

	.use__pack {
		max-width: 320px;
	}
}

@media screen and (min-width: 640px) {
	.use__content {
		display: flex;
		justify-content: space-around;
	}

	.use__box {
		width: 45%;
		max-width: none;
		margin: 0;
	}

	.innovation__image {
		width: 350px;
	}

	.innovation__doctor {
		margin-bottom: 15px;
	}

	.promo__product {
		margin-bottom: 90px;
	}

	.promo__form {
		margin-bottom: 0;
	}

	.action__price {
		max-width: 300px;
		margin-right: 0;
		margin-left: auto;
		margin-bottom: 20px;
		justify-content: space-around;
	}

	.action__timer .timer__text {
		margin-bottom: 10px;
	}

	.container {
		width: 640px;
	}

	.title {
		font-size: 30px;
	}

	.header {
		padding: 17px 0;
	}

	/* .header__wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	} */

	.header .timer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header .timer .timer__text {
		margin-bottom: 5px;
	}

	.timer .hours,
	.timer .minutes,
	.timer .seconds {
		padding: 7px;
		font-size: 18px;
	}

	.promo__quality {
		position: absolute;
		bottom: 0;
		left: 5px;
		max-width: 50%;
	}

	.promo__content {
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		justify-content: space-around;
	}

	.promo__description {
		max-width: 480px;
	}

	.promo__list {
		max-width: 381px;
		margin-left: auto;
		margin-right: auto;
	}

	.product-wrap {
		max-width: 285px;
		margin-top: 15px;
		margin-right: 15px;
	}

	h1 {
		font-size: 52px;
	}

	.graph {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.graph__name {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.graph__name--item br {
		display: block;
	}

	.graph__name--item:not(:last-child) {
		margin-bottom: 0;
		margin-right: 15px;
	}

	.graph__value svg {
		width: 590px;
		height: 320px;
	}

	.main {
		font-size: 16px;
	}

	.main-sub {
		font-size: 12px;
	}

	.illness-box__title {
		font-size: 22px;
		max-width: 100%;
	}

	.illness__item {
		max-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.illness-item__img {
		max-width: 320px;
	}

	.illness-item__sub {
		max-width: 260px;
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
	}

	.illness-item__info {
		line-height: 24px;
	}

	.illness__attention {
		width: 100%;
		font-size: 19px;
		padding-left: 65px;
	}

	.illness__attention::before {
		width: 39px;
		height: 36px;
	}

	.illness__prod {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.illness-prod__title--small {
		font-size: 20px;
	}

	.illness-prod__item {
		margin-left: 0;
		margin-right: 0;
	}

	.peel__box {
		margin-left: 5px;
		margin-right: 5px;
	}

	.action {
		position: relative;
		max-width: 580px;
		margin-left: auto;
		margin-right: auto;
	}

	.action__subtitle {
		margin-bottom: 35px;
		font-size: 20px;
		max-width: 100%;
		-webkit-box-ordinal-group: inherit;
		-ms-flex-order: inherit;
		order: inherit;
	}

	.action__timer {
		max-width: 300px;
		margin-right: 18px;
		margin-left: auto;
		margin-bottom: 25px;
	}

	.action__pack {
		position: absolute;
		bottom: -10px;
		left: -30px;
		margin-bottom: 0;
		max-width: 200px;
	}

	.action__form {
		margin-right: 0;
	}

	.control__box {
		width: 370px;
		height: 438px;
	}

	.control__pack {
		max-width: 210px;
		left: -60px;
	}

	.control__pack::after {
		width: 76px;
		height: 130px;
	}

	.composition__title {
		margin-bottom: 20px;
	}

	.composition__subtitle {
		max-width: 420px;
		margin: 0 auto 25px;
		font-size: 22px;
	}

	.composition__box {
		max-width: 100%;
	}

	.composition__box.active .composition-box__item {
		margin-top: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		gap: 20px 0;
	}

	.composition-item__ingredient {
		max-width: 250px;
	}

	.composition-item__ingredient:nth-child(3) {
		margin-bottom: 0;
	}

	.composition-item__img {
		max-width: 70px;
		/*-ms-flex-negative: 0;*/
		flex-shrink: 0;
	}

	.study__subtitle {
		font-size: 22px;
		margin-bottom: 25px;
	}

	.study__content {
		display: flex;
		justify-content: space-around;
	}

	.study__box {
		width: 33.33%;
	}

	.study__box:not(:last-child) {
		margin-bottom: 0;
	}

	.study-box__text {
		font-size: 17px;
	}

	.sign__doctor {
		width: auto;
		margin-bottom: 0;
	}

	.reviews-panel {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.reviews-btn {
		margin-top: 0;
	}

	.reviews-list {
		height: 390px;
	}

	.feedback-top {
		-webkit-box-pack: inherit;
		-ms-flex-pack: inherit;
		justify-content: inherit;
	}

	.feedback-name {
		-webkit-box-ordinal-group: inherit;
		-ms-flex-order: inherit;
		order: inherit;
		display: block;
		width: inherit;
		margin-top: 0;
	}

	.feedback-name-input {
		width: 278px;
	}

	.feedback-assessment {
		margin-left: 23px;
	}

	.feedback-btn,
	.feedback-text {
		margin-top: 25px;
	}

	.feedback-btn {
		max-width: 180px;
	}

	.feedback-name.error,
	.feedback-text.error {
		margin-bottom: 0;
	}

	.doctor__list {
		margin-bottom: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.doctor-list__item {
		width: 33%;
	}

	.doctor-list__item:not(:last-child) {
		margin-bottom: 0;
	}

	.doctor__info {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}

	.doctor-info__name {
		text-align: left;
		margin-right: auto;
	}

	.order__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.order__item {
		margin: 0;
		width: 49%;
	}

	.study__title {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 768px) {
	.promo__content {
		justify-content: center;
	}

	.composition__subtitle {
		max-width: 430px;
	}

	.bg-text {
		margin-bottom: 120px;
	}

	.control__pack {
		max-width: 142px;
		left: -10px;
	}

	.container {
		width: 768px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.title {
		font-size: 35px;
	}

	.block {
		padding-top: 40px;
		padding-bottom: 100px;
	}

	.header__timer {
		display: flex;
	}

	.promo__quality {
		left: 20px;
	}

	.promo__description,
	.promo__list {
		max-width: 100%;
	}

	.promo__list--item {
		font-size: 17px;
	}

	.product-wrap {
		margin-right: 35px;
	}

	h1 {
		font-size: 57px;
	}

	.bg-white {
		background-color: #fff;
		color: #ed6e6f;
		text-shadow: none;
		margin-top: 3px;
		margin-bottom: 3px;
	}

	.graph__value svg {
		width: 688px;
		height: 378px;
	}

	.illness-item__img {
		max-width: 380px;
		margin-right: 25px;
	}

	.illness-item__title {
		padding-bottom: 15px;
		margin-bottom: 25px;
	}

	.illness-item__info {
		line-height: 30px;
	}

	.illness__attention {
		font-size: 23px;
		padding-left: 70px;
	}

	.illness__prod {
		max-width: 100%;
	}

	.illness-prod__title {
		max-width: 222px;
		margin-bottom: 0;
		margin-right: 0;
	}

	.illness-prod__item {
		margin-bottom: 0;
		max-width: 153px;
		margin-left: auto;
		margin-right: auto;
	}

	.illness-prod__item:before {
		content: '';
		width: 86px;
		height: 60px;
		position: absolute;
		background: url(../img/quality1.webp) no-repeat center/contain;
		top: 0;
		right: -27px;
	}

	.illness__btn {
		margin-right: 0;
	}

	.peel__title {
		margin-bottom: 30px;
	}

	.peel__content {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.peel__box {
		margin: 0;
		padding: 10px;
		max-width: 100%;
		width: 32.7%;
	}

	.peel__box:not(:last-child) {
		margin-bottom: 0;
	}

	.peel-box__icon {
		width: 80px;
		height: 80px;
	}

	.peel__info {
		font-size: 26px;
		margin-top: 25px;
		padding-bottom: 30px;
	}

	.action {
		padding-top: 40px;
	}

	.control__info {
		max-width: 420px;
		margin-right: 10px;
	}

	.control__title {
		font-size: 34px;
		text-align: left !important;
	}

	.control .container {
		display: flex;
	}

	.control__text {
		text-align: left;
	}

	.composition__content {
		padding-bottom: 0;
		padding-top: 0;
	}

	.composition-item__info {
		font-size: 18px;
	}

	.composition-item__ingredient {
		max-width: 320px;
	}

	.composition__form {
		margin-top: 40px;
	}

	.study__box {
		padding: 0 8px;
	}

	.study-box__text {
		font-size: 19px;
		margin-top: 10px;
	}

	.study__accent {
		font-size: 18px;
	}

	.recomend__doctor {
		display: block;
	}

	.sign {
		width: 55%;
	}

	.reviews-content {
		margin-top: 25px;
		padding: 25px;
	}

	.reviews-panel {
		padding-bottom: 20px;
	}

	.reviews-list {
		height: 430px;
	}

	.reviews-item-avatar {
		width: 70px;
		height: 70px;
		font-size: 30px;
	}

	.reviews-item-title {
		margin-left: 20px;
	}

	.feedback {
		margin-top: 32px;
	}

	.feedback-name-input {
		width: 190px;
	}

	.feedback-modal__inner {
		padding: 23px 50px 25px;
		width: inherit;
	}

	.use__title {
		margin-bottom: 40px;
	}

	.use__box {
		max-width: 100%;
		width: 49%;
	}

	.use-box__title {
		max-width: 330px;
		font-size: 22px;
	}

	.use__pack {
		max-width: 400px;
	}

	.order__title {
		margin-bottom: 35px;
	}

	.product-wrap {
		margin-right: 60px;
	}
}

@media screen and (max-width: 999px) {
	.my-popup__wrap {
		width: 300px;
		padding: 0;
		background: 0 !important;
	}

	.my-popup__left {
		display: none;
	}

	.my-popup__right {
		margin-left: 0;
	}

	.my-popup__right .last {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	.banner {
		display: none !important;
	}

	.my-popup .form {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1024px) {
	.study__title {
		margin-bottom: 30px;
	}

	.promo__content {
		padding-left: 100px;
	}

	.header {
		padding: 10px 0;
	}

	.composition__subtitle {
		max-width: none;
		margin-bottom: 40px;
	}

	.statistic__info {
		padding-left: 60px;
		padding-right: 60px;
	}

	.innovation__doctor {
		width: auto;
	}

	.order-item__icon img {
		transform: none;
	}

	.order-item__icon {
		width: 167px;
		height: 167px;
	}

	.order-item__icon-circle {
		top: -6px;
		left: -6px;
		width: 170px;
		height: 169px;
	}

	.man {
		display: block;
		position: absolute;
		left: -110px;
		bottom: -60px;
		max-width: 575px;
		width: 460px;
	}

	.action__price {
		margin: 0 auto;
		position: static;
		display: flex;
		justify-content: space-around;
		order: 0;
	}

	.composition__box.active .composition-box__item {
		justify-content: center;
		gap: 20px;
	}

	.container {
		width: 1024px;
	}

	.title {
		font-size: 40px;
	}

	.promo .title {
		font-size: 23px;
	}

	.content-text {
		margin-bottom: 25px;
		text-align: left;
	}

	.promo__product {
		margin-bottom: -560px;
	}

	.header__logo--name br {
		display: none;
	}

	.action__form form,
	.header__nav,
	.nav__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.action__form form {
		gap: 13px;
		justify-content: space-between;
	}

	.nav__item {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-right: 0;
	}

	.nav__item:first-child {
		margin-right: 15px;
	}

	.nav__item:hover .nav__item-text {
		border-bottom-color: transparent;
	}

	.nav__item-image {
		margin-right: 12px;
	}

	.nav__item-text {
		color: #fff;
		font-weight: 700;
		font-size: 16px;
		line-height: 1;
		border-bottom: 2px dotted #fff;
	}

	.header__button {
		max-width: 175px;
		padding: 11px 0;
	}

	.no-webp .promo {
		background: url(../img/promo-bg.jpg) no-repeat center #fff9e3;
		background-size: cover;
	}

	.promo {
		margin-bottom: 40px;
		background: url(../img/promo-bg.webp) no-repeat center #fff9e3;
		background-size: cover;
	}

	.promo__title {
		text-align: left;
	}

	.promo .subtitle {
		text-align: left;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(180, 159, 145, 0.4);
	}

	.promo__quality {
		max-width: 370px;
		left: 315px;
		bottom: -100px;
		z-index: 5;
	}

	.promo__description {
		width: 33%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 0;
	}

	.promo__product {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		/*-ms-flex-item-align: center;*/
		align-self: center;
		z-index: 0;
	}

	.promo .title {
		text-align: left;
	}

	.product-wrap {
		max-width: 270px;
		margin-top: -75px;
		margin-right: 0;
		margin-left: -40px;
	}

	.bg,
	.no-webp .bg {
		background-size: cover;
	}

	.bg {
		background: url(../img/bg.webp) no-repeat center #fff9e3;
	}

	.no-webp .bg {
		background: url(../img/bg.jpg) no-repeat center #fff9e3;
	}

	h1 {
		font-size: 59px;
	}

	.statistic__title {
		margin-bottom: 40px;
	}

	.bg-white {
		font-size: 20px;
		line-height: normal;
	}

	.graph,
	.graph__name {
		-webkit-box-direction: normal;
	}

	.graph {
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 0 0 15px 30px;
		margin-bottom: 30px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.graph__name {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
		margin-right: 15px;
	}

	.graph__name--item:not(:last-child) {
		margin-bottom: 90px;
		margin-right: 0;
	}

	.graph__value svg {
		width: 751px;
		height: 407px;
	}

	.innovation__title {
		margin-bottom: 30px;
	}

	.innovation__image {
		width: 50%;
		margin-bottom: 0;
	}

	.innovation__info {
		width: 50%;
	}

	.innovation__desc {
		font-size: 24px;
		text-align: left;
		padding-top: 25px;
	}

	.illness__title {
		margin-bottom: 40px;
	}

	.illness__content {
		position: relative;
		margin-bottom: 70px;
	}

	.illness__box.active .illness-box__title::after {
		border: 0;
		/*-webkit-transform: translateY(-50%);*/
		transform: translateY(-50%);
		opacity: 1;
	}

	.illness__box.active .illness-box__title::before {
		opacity: 1;
	}

	.illness-box__title {
		font-size: 20px;
		line-height: 1.01;
		height: 60px;
		max-width: 300px;
		margin-left: 0;
	}

	.illness-box__title--icon {
		margin-right: 20px;
	}

	.illness-box__title::after {
		border: 0;
		width: 16px;
		height: 16px;
		background-color: #ed6e6f;
		border-radius: 50%;
		right: -9px;
		opacity: 0;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	.illness-box__title::before {
		content: '';
		position: absolute;
		right: -92px;
		top: 50%;
		/*-webkit-transform: translateY(-50%);*/
		transform: translateY(-50%);
		width: 92px;
		height: 1px;
		background-color: #d5d5d5;
		opacity: 0;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	.illness__item {
		position: absolute;
		right: 0;
		top: 0;
		max-width: 630px;
		z-index: 10;
	}

	.illness-item__img {
		max-width: 320px;
		margin-right: 15px;
		margin-top: 30px;
	}

	.illness-item__sub {
		max-width: 270px;
		padding-top: 30px;
	}

	.illness-item__title {
		font-size: 23px;
	}

	.illness__attention,
	.illness__prod {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.illness__attention {
		font-size: 20px;
		padding-left: 65px;
		margin-top: 28px;
	}

	.illness__prod {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: relative;
		padding-right: 25px;
	}

	.illness-prod__title {
		max-width: 100%;
	}

	.illness-prod__item {
		position: absolute;
		left: 22px;
		top: 50%;
		transform: translateY(-50%);
		margin: 0;
		max-width: 126px;
	}

	.illness-prod__item:before {
		right: -42px;
		top: -10px;
	}

	.illness__btn {
		margin-left: 60px;
	}

	.peel__title {
		margin-bottom: 40px;
	}

	.peel__box {
		padding: 20px;
	}

	.peel-box__icon {
		width: 96px;
		height: 96px;
	}

	.peel-box__text {
		font-size: 20px;
		line-height: 24px;
	}

	.peel__info {
		max-width: 600px;
		margin: 30px auto 0;
		padding-bottom: 40px;
	}

	.action {
		max-width: 800px;
		margin-right: 0;
		padding-bottom: 30px;
		padding-top: 70px;
	}

	.action__title {
		width: 100%;
		text-align: left !important;
		margin-bottom: 0;
	}

	.action__box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.action__subtitle {
		max-width: 180px;
		margin-bottom: 15px;
		line-height: 1.5;
	}

	.action__timer {
		max-width: 268px;
		margin-right: 0;
	}

	.action__pack {
		left: -150px;
		bottom: -12px;
		max-width: 120px;
	}

	.action__pack:before {
		right: -17px;
		top: -32px;
	}

	.action__form {
		max-width: 100%;
	}

	.product-image {
		width: 180px;
		margin-left: 50px;
	}

	.action__btn,
	.control__info {
		max-width: 267px;
		margin-bottom: 0;
	}

	.control__info {
		max-width: 600px;
	}

	.control__text {
		max-width: 544px;
		line-height: 28px;
	}

	.control__pack {
		max-width: 160px;
		left: -55px;
	}

	.control__pack::after {
		width: 86px;
		height: 140px;
	}

	.control__medal {
		width: 70px;
		height: 70px;
	}

	.composition__title {
		margin-bottom: 30px;
	}

	.composition-item__ingredient {
		max-width: 240px;
	}

	.composition-item__img {
		max-width: 89px;
	}

	.composition-item__img::after,
	.composition-item__img::before {
		left: 50%;
	}

	.composition-item__img::before {
		width: 12px;
		height: 12px;
		background-color: #ed6e6f;
		border-radius: 50%;
		bottom: -50px;
		z-index: 2;
	}

	.composition-item__img::after {
		width: 0;
		height: 1px;
		background-color: #d5d5d5;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}

	.composition-item__info {
		font-size: 16px;
		line-height: 23px;
	}

	.composition-box__item {
		max-height: inherit;
		overflow: inherit;
	}

	.composition-box__item--capsule {
		z-index: 0;
	}

	.composition__form {
		margin-top: 60px;
	}

	.composition-item__ingredient.active .composition-item__img::after {
		width: 113px;
	}

	.study__content {
		margin-bottom: 30px;
	}

	.study__box {
		padding: 0;
	}

	.doctor .container,
	.study__box--border {
		position: relative;
	}

	.study__box--border::after,
	.study__box--border:before {
		content: '';
		position: absolute;
		top: 30px;
		width: 1px;
		height: 0;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		background-color: #d5d5d5;
	}

	.study__box--border:before {
		right: 0;
	}

	.study__box--border:after {
		left: 0;
	}

	.study-box__circle {
		width: 200px;
		height: 200px;
	}

	.study-box__num {
		width: 150px;
		height: 150px;
		font-size: 60px;
		top: 25px;
	}

	.study-box__num--small {
		font-size: 40px;
	}

	.study-box__text {
		font-size: 22px;
		margin-top: 20px;
		max-width: 250px;
	}

	.study__box--border.active::after,
	.study__box--border.active::before {
		height: 130px;
	}

	.recomend__title {
		margin-bottom: 40px;
	}

	.recomend__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.recomend__doctor {
		width: 48%;
		margin-bottom: 0;
		position: relative;
	}

	.recomend__doctor--img {
		position: absolute;
		bottom: -60px;
		left: -20px;
		z-index: 2;
	}

	.no-webp .recomend__doctor:after,
	.recomend__doctor:after {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: bottom center;
	}

	.recomend__doctor:after {
		content: '';
		display: block;
		position: absolute;
		bottom: -59px;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url(../img/recomend_bg.webp);
		z-index: 1;
	}

	.recomend__info {
		width: 50%;
		/*-ms-flex-negative: 0;*/
		flex-shrink: 0;
	}

	.sign {
		padding-top: 35px;
		flex-wrap: nowrap;
		width: 90%;
	}

	.bg-text {
		margin-bottom: 35px;
		text-align: left;
	}

	.no-webp .recomend__doctor:after {
		background-image: url(../img/recomend_bg.jpg);
	}

	.reviews-content {
		margin-top: 30px;
	}

	.reviews-list {
		height: 404px;
		padding-right: 40px;
	}

	.reviews-list-item {
		padding-bottom: 35px;
	}

	.feedback-name-input {
		width: 260px;
	}

	.use__content {
		align-items: flex-start;
	}

	.use__box {
		max-width: 285px;
		width: 100%;
	}

	.use__pack {
		display: block;
		order: inherit;
		position: relative;
		top: -20px;
		max-width: 170px;
	}

	.use__pack::after,
	.use__pack:before {
		content: '';
		position: absolute;
		top: 50%;
		/*-webkit-transform: translateY(-50%);*/
		transform: translateY(-50%);
		width: 0;
		height: 1px;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		background-color: #d5d5d5;
	}

	.use__title {
		margin-bottom: 50px;
	}

	.use__pack:before {
		left: -130px;
	}

	.use__pack::after {
		right: -130px;
	}

	.doctor {
		padding-top: 30px !important;
		padding-bottom: 0 !important;
	}

	.doctor__content {
		max-width: 700px;
		margin-left: auto;
		padding-bottom: 25px;
	}

	.doctor .container::before {
		width: 282px;
		height: 315px;
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		background: url(../img/doc.webp) no-repeat center/contain;
	}

	.doctor__list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border: 0;
	}

	.doctor-list__item {
		max-width: 100%;
		text-align: left;
		line-height: 23px;
		width: 32%;
	}

	.doctor-list__item::before {
		/*-webkit-transform: none;*/
		transform: none;
		left: 0;
	}

	.doctor__info {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.doctor-info__name {
		max-width: 100%;
		width: auto;
		margin-right: 42px;
		position: relative;
	}

	.doctor-info__name::before {
		content: '';
		position: absolute;
		top: -20px;
		left: 0;
		width: 60px;
		height: 1px;
		background-color: #c6c6c6;
	}

	.no-webp .doctor .container::before {
		background: url(../img/doc.png) no-repeat center/contain;
	}

	.order__item {
		width: 25%;
	}

	.order__item:not(:last-child) {
		margin-bottom: 0;
		position: relative;
	}

	.order__item:not(:last-child)::before {
		content: '';
		position: absolute;
		right: 0;
		top: 14px;
		width: 1px;
		height: 140px;
		background-color: #d5d5d5;
		opacity: 0.8;
	}

	.order-item__text br,
	.order-item__title br {
		display: block;
	}

	.order-item__title {
		font-size: 20px;
	}

	.order-item__text {
		font-size: 16px;
		line-height: 24px;
	}

	.banner {
		background: #ca3435;
		padding: 12px 0;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 60px;
		z-index: 40;
	}

	.banner__content {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.banner__pack {
		width: 28px;
	}

	.banner__btn {
		width: 200px;
		font-size: 16px;
		padding: 12px 5px;
		border-width: 2px;
		height: auto;
		margin-bottom: 0;
	}

	.banner__title {
		color: #fff;
		font-size: 19px;
		font-weight: 700;
		line-height: normal;
		flex-shrink: 0;
		max-width: 261px;
	}

	.banner__title--accent {
		margin-top: 5px;
		padding: 0 3px;
		border-radius: 3px;
		background-color: #fff;
		color: #000;
		font-weight: 700;
		text-align: center;
		display: block;
	}

	.banner .timer__text {
		margin-bottom: 5px;
		font-size: 14px;
		color: #fff;
		text-align: center;
	}

	.banner__timer {
		flex-shrink: 0;
	}

	.footer {
		padding: 90px 0 30px;
	}

	.banner__price {
		margin: 0;
		color: #fff;
	}

	.banner__price .x_currency {
		font-size: 17px;
		color: #fff;
	}

	.banner .hours,
	.banner .minutes,
	.banner .seconds {
		padding: 1px 9px;
		border-color: #fff;
	}

	.banner .action__price-title,
	.banner .x_price_current {
		color: #fff;
	}

	.header__timer {
		display: block;
	}

	.header .timer__text {
		max-width: none;
		margin: 0 0 5px;
		text-align: center;
	}

	.promo--last {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1220px) {
	.composition__subtitle {
		font-size: 28px;
	}

	.recomend__action {
		padding-bottom: 80px;
	}

	.promo__content {
		padding-left: 0;
	}

	.graph__name {
		width: 265px;
	}

	.peel__info {
		max-width: 800px;
	}

	.promo {
		margin-bottom: 0;
	}

	.innovation__image {
		width: 44%;
	}

	.container {
		width: 1220px;
	}

	.title {
		font-size: 50px;
	}

	.content-text {
		margin-bottom: 20px;
		line-height: 30px;
	}

	.header__logo--img {
		margin-right: 15px;
	}

	.header__logo--name {
		font-size: 22px;
	}

	.header__logo {
		margin-right: 40px;
	}

	.header .timer__text {
		margin-right: 18px;
	}

	.header__button {
		max-width: 190px;
		padding: 13px 0;
	}

	.nav__item {
		padding-right: 34px;
		border-right: 1px solid rgba(255, 255, 255, 0.3);
	}

	.nav__item:first-child {
		margin-right: 33px;
		padding-right: 34px;
	}

	.timer .hours,
	.timer .minutes,
	.timer .seconds {
		padding: 9px;
		font-size: 24px;
	}

	.nav__item-image {
		margin-right: 20px;
	}

	.header .timer .timer__text {
		font-size: 16px;
		margin-right: 15px;
		max-width: 120px;
	}

	.promo .title {
		font-size: 37px;
	}

	.promo__quality--item:not(:last-child) {
		margin-bottom: 0;
	}

	.promo__quality {
		display: flex;
		left: 456px;
		bottom: -80px;
	}

	.promo__description {
		width: 390px;
		margin-bottom: 45px;
		margin-right: 20px;
	}

	.promo__product {
		/*-ms-flex-item-align: end;*/
		align-self: flex-end;
		margin-bottom: 0;
		position: relative;
		width: 463px;
	}

	.promo__list--item {
		line-height: 1.4;
	}

	.promo__list--item:not(:last-child) {
		margin-bottom: 35px;
	}

	.product-wrap {
		position: absolute;
		bottom: 0;
	}

	.man {
		width: 638px;
		max-width: 460px;
		left: -20px;
		bottom: -100px;
	}

	.product-wrap {
		margin-top: 0;
		right: 0;
		/*-webkit-transform: translateY(50%);*/
		transform: translateY(50%);
		max-width: 280px;
	}

	h1 {
		font-size: 58px;
	}

	.statistic {
		padding-top: 200px;
		padding-bottom: 105px;
	}

	.statistic__info {
		padding-left: 100px;
		padding-right: 100px;
		font-size: 21px;
		line-height: 40px;
	}

	.statistic__title {
		max-width: 970px;
		margin: 0 auto 55px;
	}

	.bg-white {
		font-size: 20px;
		line-height: 1;
	}

	.graph {
		padding: 0 0 15px 60px;
	}

	.graph__name--item {
		font-size: 22px;
	}

	.graph__value svg {
		width: 830px;
		height: 450px;
	}

	.innovation {
		padding: 102px 0 118px;
	}

	.innovation__title {
		margin-bottom: 45px;
	}

	.innovation__desc {
		padding-top: 35px;
		line-height: normal;
	}

	.illness {
		padding: 95px 0 116px;
	}

	.illness__title {
		margin-bottom: 64px;
	}

	.illness__content {
		margin-bottom: 90px;
	}

	.illness__box:not(:last-child) {
		margin-bottom: 18px;
	}

	.illness-box__title {
		max-width: 330px;
		font-size: 22px;
		height: 76px;
	}

	.illness__item {
		max-width: 770px;
	}

	.illness-item__img {
		max-width: 420px;
		margin: 43px 30px 18px 41px;
	}

	.illness-item__sub {
		max-width: 235px;
		padding-top: 40px;
	}

	.illness-item__title {
		line-height: 28px;
		padding-bottom: 31px;
		margin-bottom: 28px;
	}

	.illness-item__title--icon {
		margin-right: 15px;
		/*-ms-flex-negative: 0;*/
		flex-shrink: 0;
	}

	.illness__attention {
		font-size: 24px;
		padding-left: 103px;
		padding-bottom: 29px;
		padding-top: 28px;
	}

	.illness__attention::before {
		width: 41px;
		height: 38px;
		left: 41px;
		/*-webkit-transform: translateY(-53%);*/
		transform: translateY(-53%);
	}

	.illness__prod {
		padding-right: 50px;
		padding-top: 28px;
		padding-bottom: 33px;
	}

	.illness-prod__title {
		font-size: 45px !important;
	}

	.illness-prod__title--small {
		font-size: 22px;
		text-align: left !important;
		margin-top: 9px;
	}

	.illness-prod__item {
		transform: translateY(-50%);
		max-width: 160px;
	}

	.illness-prod__item:before {
		width: 106px;
		height: 80px;
		right: -41px;
		top: -26px;
	}

	.illness__btn {
		max-width: 280px;
		margin-left: 95px;
	}

	.peel {
		padding: 70px 0 69px;
	}

	.peel__title {
		margin-bottom: 50px;
	}

	.peel__box {
		padding: 34px 30px 37px;
		width: 100%;
		max-width: 370px;
	}

	.peel-box__icon {
		margin-bottom: 14px;
	}

	.peel-box__text {
		font-size: 22px;
		line-height: 26px;
	}

	.peel__info {
		font-size: 28px;
		margin-top: 42px;
		padding-bottom: 40px;
	}

	.action {
		max-width: 950px;
		padding-top: 92px;
	}

	.action__title {
		margin-bottom: 10px;
	}

	.action__subtitle {
		width: 100%;
		max-width: 300px;
		margin-bottom: 8px;
		display: flex;
		align-items: center;
		font-size: 24px;
	}

	.action__subtitle--accent {
		margin-left: 7px;
	}

	.action__timer {
		max-width: 300px;
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.action__timer .timer__text {
		margin-bottom: 13px;
	}

	.action__pack {
		max-width: 140px;
		left: -180px;
		bottom: -10px;
	}

	.action__pack:before {
		width: 121px;
		height: 91px;
		right: -37px;
		top: -37px;
	}

	.action__btn {
		max-width: 300px;
	}

	.action .timer__dots {
		margin: 0 3px 1px;
	}

	.control {
		padding: 88px 0 100px;
	}

	.control__info {
		max-width: 700px;
	}

	.control__title br {
		display: block;
	}

	.control__title {
		margin-bottom: 40px;
		font-size: 40px;
	}

	.control__text {
		max-width: 570px;
	}

	.control__text:not(:last-child) {
		margin-bottom: 20px;
	}

	.control__box {
		margin-top: 11px;
		margin-right: 0;
	}

	.control__pack {
		max-width: 190px;
		left: -80px;
		bottom: -80px;
	}

	.control__pack::after {
		width: 127px;
		height: 185px;
		bottom: -17px;
		right: -30px;
	}

	.control__medal {
		width: 96px;
		height: 96px;
		top: -25px;
	}

	.composition {
		padding: 77px 0 90px;
	}

	.composition__title {
		margin-bottom: 50px;
	}

	.composition__content {
		padding: 0 20px;
	}

	.composition__box:not(:last-child) {
		margin-bottom: 25px;
	}

	.composition-item__ingredient {
		width: 100%;
		max-width: 290px;
	}

	.composition-item__img::after {
		width: 0;
		right: -145px;
	}

	.composition-item__info {
		font-size: 18px;
		line-height: 27px;
		max-width: 300px;
	}

	.composition-box__item {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.composition-box__item--capsule::before {
		width: 169px;
		height: 464px;
		bottom: -46px;
		left: -42px;
	}

	.composition__form {
		margin-top: 100px;
	}

	.composition-item__ingredient.active .composition-item__img::after {
		width: 142px;
	}

	.study {
		padding: 70px 0 40px;
	}

	.study__title {
		margin-bottom: 50px;
	}

	.study__subtitle {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.study__content {
		margin-bottom: 45px;
	}

	.study-box__circle {
		width: 218px;
		height: 218px;
	}

	.study-box__num {
		width: 162px;
		height: 162px;
		font-size: 75px;
		top: 28px;
	}

	.study-box__num--small {
		font-size: 46px;
	}

	.study-box__text {
		margin-top: 28px;
	}

	.recomend {
		padding-top: 40px;
	}

	.recomend__doctor--img {
		width: 500px;
		position: absolute;
		bottom: -40px;
	}

	.recomend__doctor:after {
		bottom: -39px;
	}

	.sign {
		width: 80%;
		padding-top: 50px;
	}

	.bg-text {
		margin-bottom: 50px;
	}

	.reviews {
		padding: 100px 0 90px;
	}

	.reviews-content {
		padding: 20px 30px 35px 35px;
		max-width: 970px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 63px;
	}

	.feedback-text {
		margin-top: 30px;
	}

	.feedback-rating {
		margin-left: 20px;
		margin-right: 0;
	}

	.use {
		padding: 60px 0;
	}

	.use__title {
		margin-bottom: 50px;
	}

	.use__box {
		margin-bottom: 0;
		max-width: 335px;
	}

	.use-box__icon {
		margin-bottom: 25px;
	}

	.use__pack {
		position: relative;
		margin: 0 -103px;
	}

	.use__pack::after,
	.use__pack:before {
		transform: none;
	}

	.use__pack:before {
		left: -140px;
	}

	.use__pack::after {
		right: -140px;
	}

	.doctor {
		padding-top: 36px !important;
	}

	.doctor__content {
		max-width: 870px;
	}

	.doctor .container::before {
		width: 358px;
		height: 402px;
		left: -78px;
	}

	.doctor-list__item {
		font-size: 17px;
		line-height: 24px;
		padding-top: 51px;
		margin-left: 0;
		margin-right: 0;
	}

	.doctor-info__name {
		font-size: 20px;
	}

	.doctor-list__item1 {
		max-width: 205px;
	}

	.doctor-list__item2 {
		max-width: 240px;
	}

	.doctor-list__item3 {
		max-width: 272px;
	}

	.order {
		padding: 100px 0 109px;
	}

	.order__title {
		margin-bottom: 72px;
	}

	.order-item__icon {
		margin-bottom: 28px;
	}

	.order-item__title {
		font-size: 22px;
		margin-bottom: 11px;
	}

	.order-item__text {
		font-size: 17px;
	}

	.banner__title span {
		display: inline;
	}

	.product-wrap {
		margin-top: 0;
		right: -2px;
		transform: translateY(40%);
		max-width: 270px;
	}

	.medal {
		left: auto;
		right: 20px;
	}

	.statistic {
		padding-top: 140px;
	}

	.footer {
		padding-top: 130px;
	}
}

@media (max-width: 1330px) {
	.my-popup .btn {
		padding-top: 6px;
		padding-bottom: 5px;
	}

	.my-popup .input {
		padding: 19px 10px 19px 50px;
		border-radius: 6px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.promo__list {
		display: flex;
		justify-content: space-between;
	}

	.promo__list--item:not(:last-child) {
		margin-bottom: 0;
	}

	.recomend__doctor {
		margin: 0;
		position: absolute;
		width: 200px;
		right: 70px;
		bottom: -40px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1219px) {
	.block {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.action__form form {
		justify-content: center;
		flex-wrap: wrap;
		align-items: flex-start;
	}
}

@media screen and (min-width: 1024px) and (min-width: 1220px) {
	.illness-box__title::after {
		width: 19px;
		height: 19px;
	}

	.composition-item__img::before {
		right: -145px;
	}

	.banner__title {
		font-size: 20px;
		max-width: inherit;
	}

	.banner__title--accent {
		padding: 2px 5px;
	}
}
.stl {
	width: 89px;
}
.stl2 {
	width: 95px;
}
.stl3 {
	width: 76px;
	margin-right: 18px;
}
.stl4 {
	width: 90px;
}
.stl5 {
	width: 94px;
}
.stl6 {
	width: 88px;
}
.stl7 {
	width: 80px;
}
.stl8 {
	display: none;
}

.discount {
	text-align: center;
	margin: 5px auto;
	color: red;
	font-weight: 700;
}
select {
	margin-bottom: 13px;
}
select {
	color: #000;
}
select {
	appearance: none;

	background-color: #fff;
	background-image: url(../img/arrow-down-svgrepo-com.svg), url(../img/pin-sharp-circle-624-svgrepo-com.svg);
	background-repeat: no-repeat, no-repeat;
	background-position:
		right 15px center,
		left 15px center;
	background-size:
		20px 20px,
		20px 20px; /* Adjust the size according to your need */
}

/* Footer disclaimer */
.ac_footer {
	position: relative;
	top: 10px;
	text-align: center;
	margin: 0 0 25px 0;
	color: #8a8a8a;
	font-size: 14px;
}
.ac_footer a {
	color: #8a8a8a;
	text-decoration: none;
}
.ac_footer a:hover {
	color: #000;
}
.ac_footer p {
	margin: 0 0 -15px 0;
	text-align: center;
}
