@charset "UTF-8";
@-webkit-keyframes pulse-dot {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
		opacity: 0;
	}
}
@keyframes pulse-dot {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
		opacity: 0;
	}
}
@-webkit-keyframes shakeX {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
}
@keyframes shakeX {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
}
a,
blockquote,
body,
center,
code,
dd,
div,
dl,
dt,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
img,
label,
legend,
li,
nav,
object,
ol,
output,
p,
pre,
s,
section,
span,
td,
th,
time,
u,
ul,
var {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
footer,
header,
nav,
picture,
section {
	display: block;
}
body {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 1.35;
	overflow: hidden;
}
ol,
ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:after,
blockquote:before {
	content: none;
}
br {
	font-size: 0;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
button,
button:focus,
input,
input:focus {
	outline: 0;
}
a {
	text-decoration: none;
}
button {
	border: 0;
	display: block;
	padding: 0;
	overflow: visible;
}
::-moz-focus-inner,
::-moz-focus-outer {
	border: 0;
	padding: 0;
}
a:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
	outline: 0 !important;
}
::-moz-focus-inner {
	border: 0;
	outline: 0;
}
::-ms-clear {
	display: none;
}
* {
	-webkit-tap-highlight-color: transparent;
}
html {
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: 0;
}
@font-face {
	font-display: swap;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/montserrat-v25-cyrillic_latin-ext-300.woff2) format("woff2"), url(../fonts/montserrat-v25-cyrillic_latin-ext-300.woff) format("woff");
}
@font-face {
	font-display: swap;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/montserrat-v25-cyrillic_latin-ext-regular.woff2) format("woff2"), url(../fonts/montserrat-v25-cyrillic_latin-ext-regular.woff) format("woff");
}
@font-face {
	font-display: swap;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/montserrat-v25-cyrillic_latin-ext-500.woff2) format("woff2"), url(../fonts/montserrat-v25-cyrillic_latin-ext-500.woff) format("woff");
}
@font-face {
	font-display: swap;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/montserrat-v25-cyrillic_latin-ext-700.woff2) format("woff2"), url(../fonts/montserrat-v25-cyrillic_latin-ext-700.woff) format("woff");
}
@font-face {
	font-display: swap;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/montserrat-v25-cyrillic_latin-ext-900.woff2) format("woff2"), url(../fonts/montserrat-v25-cyrillic_latin-ext-900.woff) format("woff");
}
img {
	display: block;
	width: 100%;
	height: auto;
}
html.active,
svg {
	overflow: hidden;
}
input:-moz-submit-invalid {
	box-shadow: none;
}
input:-moz-ui-invalid {
	box-shadow: none;
}
.container {
	width: 100%;
	padding: 0 15px;
	position: relative;
}
.title {
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
.fw300 {
	font-weight: 300;
}
.fw700 {
	font-weight: 700;
}
.btn,
.btn__text {
	position: relative;
}
.btn {
	width: 100%;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	border: 5px solid #ff2b2b;
	border-radius: 50px;
	background-color: #ff2b2b;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	height: 60px;
	    /* text-align: start; */
    line-height: 1.2em !important;
    /* padding-left: 15px; */
}
/* .btn::after, */
.btn::before {
	content: "";
	position: absolute;
	top: 50%;
}
.btn::before {
	width: 21px;
	height: 16px;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/arrow-right.png);
}
/* .btn::after {
	left: -50px;
	-webkit-transform: translateY(-50%) skew(-45deg);
	transform: translateY(-50%) skew(-45deg);
	width: 40px;
	height: 60px;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, #fff), color-stop(60%, #fff), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 40%, #fff 60%, rgba(255, 255, 255, 0) 100%);
	-webkit-transition: none;
	transition: none;
} */
.btn:hover {
	-webkit-box-shadow: 0 5px 10px rgba(255, 43, 43, 0.2);
	box-shadow: 0 5px 10px rgba(255, 43, 43, 0.2);
}
.btn:hover::after {
	left: calc(100% + 50px);
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.btn__text {
	z-index: 5;
}
.bg {
	background-image: url("../images/bg-hero.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg--grey {
	background-image: -webkit-gradient(linear, left top, right top, from(#e5e5e5), color-stop(40%, #fff), color-stop(60%, #fff), to(#e5e5e5));
	background-image: linear-gradient(to right, #e5e5e5 0, #fff 40%, #fff 60%, #e5e5e5 100%);
	position: relative;
	z-index: 0;
}
.webp .bg--promo,
.webp .bg--promo-last {
	background-image: url("../images/bg-hero.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.form {
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
	border-radius: 40px;
}
.form__top {
	margin-bottom: 20px;
	color: #333;
}
.form__title {
	margin-bottom: 15px;
	text-transform: uppercase;
	text-align: center;
	font-size: 22px;
	line-height: 1;
}
.header__logo-main {
	width: 120px;
}
.form__price {
	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;
	font-family: Alatsi, sans-serif;
	font-size: 35px;
	position: relative;
	font-weight: 400;
	line-height: 1.2;
}
.form__price--border .price__div {
	display: none;
}

.form .x_price_previous {
	position: relative;
}
.form__input-wrap {
	margin-bottom: 18px;
	display: block;
	position: relative;
}
.form__input {
	width: 100%;
	height: 60px;
	padding-right: 15px;
	padding-left: 28px;
	font-size: 15px;
	font-weight: 300;
	background: #f7f7f7;
	border: 2px solid #94c0d9;
	border-radius: 50px;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.form__input:active,
.form__input:focus,
.form__input:hover {
	-webkit-box-shadow: 0 5px 10px rgba(0, 159, 227, 0.2), inset 2px 2px 5px #ebebeb;
	box-shadow: 0 5px 10px rgba(0, 159, 227, 0.2), inset 2px 2px 5px #ebebeb;
	cursor: pointer;
}
.form .x_currency {
	font-size: 22px;
}
.form input::-webkit-input-placeholder {
	color: #999;
}
.form input::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form input:-moz-placeholder {
	color: #999;
}
.form input:-ms-input-placeholder {
	color: #999;
}
.price {
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.02em;
	gap: 25px;
}
.price__part {
	line-height: 1;
}
.price__new {
	font-size: 30px;
	font-weight: 700;
	color: #ff1717;
}
.price__old {
	left: 98px;
	font-size: 24px;
	color: #898989;
	position: relative;
	width: 100%;
    margin: -15px;
}
}
.price__old .x_price_previous {
	text-decoration: line-through;
}
.price__old:before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ff906c;
}
.price .x_currency {
	font-size: 60%;
}
.logo-main {
	font-weight: 700;
	font-size: 22px;
	padding-top: 5px;
}
.header,
.header__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header {
	margin-bottom: 25px;
	padding: 0 15px 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #fff;
	position: relative;
}
.header__content {
	width: 100%;
	height: 100%;
	padding: 90px 20px 20px;
	position: fixed;
	top: 0;
	right: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow-y: auto;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#e8f1f3), to(#c8e7f0));
	background: linear-gradient(to bottom, #e8f1f3 0, #c8e7f0 100%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 20;
}
.header__content--active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.header__logo {
	width: 240px;
	margin: 0 auto 20px;
	font-weight: 700;
	text-align: center;
	font-size: 26px;
	letter-spacing: 0.02em;
}
.header__nav {
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
}
.header__burger {
	width: 40px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 15px;
	background: 0;
	cursor: pointer;
	z-index: 20;
	opacity: 1;
}
.header__burger::after,
.header__burger::before {
	width: 100%;
	height: 2px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.header__burger::after {
	top: 100%;
}
.header__burger--active .burger__line {
	opacity: 0;
}
.header__burger--active::before {
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #333;
}
.header__burger--active::after {
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #333;
}
.header__btn {
	max-width: 240px;
	margin: 20px auto 0;
}
.burger__line {
	width: 100%;
	height: 2px;
	position: absolute;
	top: 15px;
	left: 0;
	background: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.nav {
	border-radius: 5px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.nav__item {
	text-align: center;
}
.nav__item:first-child .nav__link {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.nav__item:last-child .nav__link {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.nav__item:last-child .nav__link::before {
	display: none;
}
.nav__link {
	padding: 15px 10px;
	display: block;
	color: #333;
	font-size: 18px;
	background-color: #fff;
	position: relative;
}
.nav__link:hover {
	color: #fff;
	background-color: #a9d0e9;
}
.nav__link:hover::before {
	width: 100%;
}
.nav__link::before {
	content: "";
	width: 40px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #e2e2e2;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 15;
	display: none;
}
.overlay.active {
	display: block;
}
.disease {
	overflow: hidden;
}
.disease__subtitle {
	margin-bottom: 15px;
	text-align: center;
}
.disease__block {
	margin-bottom: 25px;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.disease__text {
	line-height: 1.5;
	text-align: center;
}
.disease__bottom {
	padding: 15px;
	text-align: center;
	border: 3px solid #db5353;
	border-radius: 20px;
	margin: 0 auto;
	max-width: 610px;
}
.symptoms {
	max-width: 250px;
	margin: 0 auto;
}
.symptoms__item {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.symptoms__item:last-child {
	margin-bottom: 0;
}
.symptoms__pic {
	width: 80px;
	margin-right: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.symptoms__dot {
	display: none;
}
.symptoms__text {
	font-weight: 700;
	letter-spacing: 0.02em;
}
.cross {
	display: none;
}
.helps-content,
.helps-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.helps-top {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.helps-info {
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	margin-bottom: 20px;
}
.helps__lungs {
	max-width: 250px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.helps-icon {
	width: 100%;
	margin-bottom: 20px;
	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;
}
.helps-icon__item {
	max-width: 70px;
}
.helps-icon__item.second {
	max-width: 85px;
	padding: 0 10px;
}
.helps-icon__item:last-child {
	max-width: 115px;
}
.helps-bottom {
	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;
}
.helps__prod {
	position: relative;
	margin-bottom: 20px;
}
.helps__prod-img {
	max-width: 250px;
}
.helps__prod--leaf {
	max-width: 150px;
	position: absolute;
	bottom: 10px;
	right: -22px;
}
.helps-desc {
	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;
	padding: 25px 10px;
	background: #fff;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
}
.helps-desc__title {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 700;
}
.helps-desc__text {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}
.helps-desc__note {
	color: #555;
	font-style: italic;
	font-size: 14px;
	line-height: 1.3;
}
.helps-effect {
	width: 100%;
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 20px;
}
.helps-effect__item {
	text-align: left;
	padding-left: 17px;
	margin-bottom: 5px;
	font-weight: 500;
	position: relative;
}
.accord__btn:last-child,
.accord__item:last-child,
.helps-effect__item:last-child {
	margin-bottom: 0;
}
.helps-effect__item {
	display: flex;
	align-items: baseline;
	gap: 12px;
}
.helps-effect__item::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, left bottom, from(#73b003), to(#8bbe03)), #b33f0b;
	background: linear-gradient(180deg, #73b003 0, #8bbe03 100%), #b33f0b;
	flex-shrink: 0;
}
.helps__nowrap {
	white-space: nowrap;
}
.expert {
	overflow: hidden;
	z-index: 1;
}
.expert__title--upper {
	text-transform: uppercase;
}
.expert__small {
	font-size: 17px;
}
.expert-content {
	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;
}
.expert__man {
	max-width: 270px;
	margin-bottom: 15px;
}
.expert__man-img {
	border-radius: 0 20px 20px 0;
}
.expert-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	padding: 15px;
	border-radius: 20px;
}
.expert-info__desc {
	margin-bottom: 15px;
}
.expert-info__desc--bold {
	font-weight: 700;
}
.expert-bio {
	display: flex;
	gap: 20px;
	align-items: center;
}
.expert__name {
	font-size: 20px;
	font-weight: 700;
}
.expert__direction {
	font-size: 16px;
	color: #555;
}
.expert-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.expert__signature {
	margin-left: 0;
	max-width: 120px;
}
.composition__subtitle {
	margin-bottom: 20px;
	text-align: center;
}
.composition__pic {
	max-width: 225px;
	margin: 0 auto;
	position: relative;
}
.composition-warning__btn {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.composition-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.composition-info__title {
	font-size: 20px;
	margin-bottom: 15px;
}
.composition-info__desc {
	color: #555;
	font-size: 14px;
}
.accord {
	max-width: 290px;
	margin: 0 auto 20px;
}
.accord__item {
	margin-bottom: 15px;
}
.accord__item.active .accord__btn .accord__cross {
	border-color: #fff;
}
.accord__item.active .accord__btn {
	margin-bottom: 15px;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#73b003), to(#8bbe03));
	background: linear-gradient(180deg, #73b003 0, #8bbe03 100%);
}
.accord__item.active .accord__btn .accord__cross::before {
	background: #fff;
}
.accord__item.active .accord__btn .accord__cross::after {
	display: none;
}

.accord__item.active .accord__content {
	min-height: 370px;
	overflow-y: auto;
	padding: 15px 20px;
	opacity: 1;
	font-size: 18px;
}

.accord__item.active .accord__content::-webkit-scrollbar {
	width: 8px; /* Ширина полосы прокрутки */
}

.accord__item.active .accord__content::-webkit-scrollbar-thumb {
	background-color: #73b003; /* Цвет ползунка */
	border-radius: 20px;
	border: 2px solid #ccc; /* Радиус углов ползунка */
}

.accord__item.active .accord__content::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 20px; /* Цвет трека полосы прокрутки */
}
.accord__btn {
	padding: 12px 10px;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	line-height: 1;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 5px 10px rgba(186, 192, 202, 0.5);
	box-shadow: 0 5px 10px rgba(186, 192, 202, 0.5);
	border-radius: 50px;
	background-color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.accord__btn:hover {
	background-color: #a9d0e7;
}
.accord__cross {
	width: 25px;
	height: 25px;
	border: 1px solid #333;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.accord__cross::after,
.accord__cross::before {
	content: "";
	width: 60%;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.accord__cross::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}
.accord__content {
	max-height: 0;
	padding: 0 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
.accord__top {
	margin-bottom: 15px;
	text-align: center;
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.accord__pic {
	width: 70px;
	margin-bottom: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.accord__title {
	font-weight: 700;
	font-size: 18px;
}
.review-content {
	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;
}
.review-info {
	margin-bottom: 20px;
}
.review-info__title {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 700;
}
.review-info__note {
	font-size: 14px;
	color: #555;
	letter-spacing: 0.4px;
	padding-left: 6px;
}
.review-box {
	background: #fff;
	-webkit-box-shadow: 0 3.98857px 9.97143px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3.98857px 9.97143px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	padding: 15px 20px 25px;
	margin-bottom: 20px;
}
.review-box,
.review-top {
	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;
}
.review-top__product {
	width: 100%;
	max-width: 200px;
	margin-bottom: 20px;
}
.review-top__title {
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
.review-list {
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.review-item {
	margin-bottom: 15px;
	margin-left: -10px;
}
.review-item:last-child {
	margin-bottom: 0;
}
.review-item__desc {
	font-size: 14px;
	margin-bottom: 10px;
	letter-spacing: 0.8px;
}
.review-stat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.review-stat__percent {
	margin-right: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #7bb503;
}
.review-stat__scale--fifth,
.review-stat__scale--first,
.review-stat__scale--fourth,
.review-stat__scale--second,
.review-stat__scale--third {
	position: relative;
}
.review-stat__scale--fifth::after,
.review-stat__scale--first::after,
.review-stat__scale--fourth::after,
.review-stat__scale--second::after,
.review-stat__scale--third::after {
	content: "";
	width: 1%;
	height: 107%;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.review-stat__scale--fifth::after,
.review-stat__scale--fourth::after,
.review-stat__scale--third::after {
	width: 8%;
}
.review-stat__scale--fifth::after,
.review-stat__scale--fourth::after {
	width: 4%;
}
.review-stat__scale--fifth::after {
	width: 12%;
}
.review-feedback {
	overflow: hidden;
}
.review-iphone {
	position: relative;
	width: 300px;
	height: 603px;
	background-size: contain;
	overflow: hidden;
}
.webp .review-iphone {
	background: url(../images/iphone17.webp) no-repeat center;
	background-size: contain;
}
.no-webp .review-iphone {
	background: url(../images/iphone17.png) no-repeat center;
	background-size: contain;
}
.review-comments {
	width: 100%;
	max-width: 260px;
	position: absolute;
	top: 95px;
	left: 51%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 480px;
	z-index: 2;
}
.review-comments::-webkit-scrollbar-track {
	background-color: transparent;
}
.review-comments::-webkit-scrollbar {
	width: 0;
}
.review-comment {
	max-width: 240px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 10px;
	position: relative;
}
.review-author,
.review-bio,
.review-comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.review-bio {
	padding-top: 30px;
	margin-bottom: 10px;
	position: relative;
}
.review-bio::after {
	content: "...";
	font-size: 28px;
	color: #666;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	right: 5px;
}
.review-bio::before {
	content: "";
	width: 280px;
	height: 1px;
	background: rgba(102, 102, 102, 0.164);
	position: absolute;
	top: 19px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.review-author {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.review-author__name {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.5px;
}
.review-author__avatar {
	margin-right: 7px;
}
.review-author__date {
	max-width: 80px;
	color: #666;
	font-size: 11px;
	position: relative;
	z-index: 1;
}
.review-author__date::after,
.review-author__date::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.review-author__date::after {
	width: 2px;
	height: 2px;
	background: #666;
	right: -8px;
}
.review-author__date::before {
	width: 20px;
	height: 18px;
	background: url(../images/people__icon.jpg) no-repeat center;
	right: -33px;
	z-index: 2;
}
.review-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.review-report__desc {
	font-size: 14px;
	color: #333;
}
.advantage-content {
	-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;
}
.advantage-content,
.advantage-icon,
.advantage-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.advantage-text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.advantage-icon {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px;
}
.advantage-icon__item {
	max-width: 70px;
}
.advantage-icon__item:nth-child(2) {
	max-width: 85px;
	padding: 0 10px;
}
.advantage-icon__item:last-child {
	max-width: 115px;
}
.advantage-creation,
.advantage-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 30px;
}
.advantage-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}
.advantage-item:last-child {
	margin-bottom: 0;
}
.advantage-item__img {
	margin-bottom: 20px;
}
.advantage-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.advantage-info__title {
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	padding-top: 12px;
}

@media screen and (min-width: 1024px) {
	.advantage-info__title--first::before,
	.advantage-info__title--second::before,
	.advantage-info__title--third::before {
		content: "01";
		font-size: 40px;
		font-weight: 700;
		color: #fff;
		position: absolute;
		top: 50px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.advantage-info__title--second::before,
	.advantage-info__title--third::before {
		content: "02";
	}
	.advantage-info__title--third::before {
		content: "03";
	}
	.advantage-info__title {
		margin-bottom: 55px;
		position: relative;
	}
}

.advantage-info__desc {
	color: #555;
}
.advantage-action {
	max-width: 330px;
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
	border-radius: 40px;
}
.advantage-form {
	border-radius: 0;
	padding-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.advantage-form__product {
	max-width: 250px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -20px;
	flex-basis: 68%;
}
.advantage-form__title {
	font-weight: 700;
	text-align: center;
	margin-bottom: 0;
	color: #75a504;
	line-height: 1.15;
}
.advantage-form__title.mob {
	display: block;
	color: rgb(51, 51, 51);
}
.advantage-form__title.desk {
	display: none;
	color: #333;
}
.advantage-price {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	gap: 20px;
}
.advantage-price .price__new {
	margin-right: 0;
}
.order {
	z-index: 1;
}
.order-item,
.order-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.order-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.order-item {
	max-width: 100%;
	width: 100%;
	margin-bottom: 25px;
}

.order-item:last-child,
.promo-list__item:last-child {
	margin-bottom: 0;
}
.order-box {
	background: #fff;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	padding: 20px;
}
.order-box__img {
	max-width: 300px;
	margin: 0 auto 20px;
}
.order-box__img--second {
	max-width: 200px;
}
.order-box__img--third {
	max-width: 150px;
}
.order-box__title {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.25;
}
.order-box__desc {
	color: #555;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
.promo__logo {
	display: none;
}
.promo__title {
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1.36;
	letter-spacing: 0.5px;
	max-width: 610px;
	color: #333;
}
.promo__list {
	max-width: 290px;
	margin: 0 auto 20px;
	padding: 20px 15px;
	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}
.promo__pack {
	max-width: 290px;
	margin: 0 auto;
	padding-top: 50px;
	position: relative;
}
.promo-pack__prod {
	padding-bottom: 30px;
	position: relative;
	z-index: 5;
}
.prod1 {
	top: -15px;
}

.promo-pack__prod::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 150px;
	height: 226px;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: contain;
}
.webp .promo-pack__prod::before {
	background-image: url(../images/leaf__mob.webp);
}
.no-webp .promo-pack__prod::before {
	background-image: url(../images/leaf__mob.png);
}
.promo-list__item::before {
	position: absolute;
	background: linear-gradient(112deg, #254a88 23.23%, #5492de 64.42%);
}
.promo-pack__action {
	width: 100px;
	height: 97px;
	padding-top: 23px;
	border-radius: 160px;
	text-align: center;
	color: #fff;
	top: 25px;
	right: 5px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

@media screen and (min-width: 1024px) {
	.promo-pack__action {
		padding-top: 22px;
	}
}

.promo-pack__value {
	display: block;
	font-weight: 700;
	font-size: 34px;
	line-height: 1;
}
.promo__form {
	max-width: 290px;
	margin: 0 auto;
}
.promo-list__item {
	margin-bottom: 10px;
	padding-left: 30px;
	font-weight: 500;
	position: relative;
}
.promo-list__item::before {
	width: 14px;
	height: 14px;
	border-radius: 20px;
	content: "";
	top: 4px;
	left: 0;
}
.promo-list__item--title {
	margin-bottom: 20px;
	padding-left: 0;
	font-weight: 700;
	font-size: 20px;
}
.promo-list__item--title::before {
	display: none;
}
.medal {
	max-width: 290px;
	margin: 0 auto 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.medal__item:nth-child(2) {
	margin: 0 10px;
}
.promo-action__title {
	padding: 20px 0;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.05em;
}

@media screen and (min-width: 640px) {
	.promo-action__title {
		padding-top: 0;
		padding-right: 12px;
		
	}
}

@media screen and (min-width: 1024px) {
	.promo-action__title {
		padding-bottom: 0;
		padding-right: 0;
		display: none;
	}
}

.brand,
.brand--right {
	display: none;
}
.shakeX {
	-webkit-animation-name: shakeX;
	animation-name: shakeX;
}
.popup__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.popup__left {
	display: none;
}
.popup__right {
	max-width: 290px;
}
.popup .form__content,
.popup__form {
	margin: 0;
}
.popup .form__input {
	height: 65px;
}
.popup .form__btn {
	height: 70px;
	width: 100%;
}
.popup .price {
	font-size: 30px;
}
.ever-popup__close::after,
.ever-popup__close::before {
	height: 2px !important;
	border-radius: 5px;
}
.ever-popup.show {
	-webkit-animation: fade-in 0.4s forwards;
	animation: fade-in 0.4s forwards;
}
.ever-popup__body {
	max-width: 795px;
	border-radius: 20px;
}
.form__content.popup {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
}
.popup__form {
	background: 0 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 !important;
	margin-bottom: 0 !important;
}
.border-none {
	background: 0 0 !important;
}
.popup-price__old {
	position: static !important;
}
.popup-price__new,
.popup-price__old {
	font-size: 37px !important;
}
.popup-price__old {
	font-size: 27px !important;
}
.popup__title {
	font-size: 35px;
	font-weight: 700;
	text-transform: inherit !important;
}
.popup-prod {
	max-width: 455px !important;
	position: relative !important;
	padding-bottom: 0 !important;
	left: 30px;
}
.popup-pack__action {
	width: 130px !important;
	height: 130px !important;
	font-size: 24px !important;
}
.popup-pack__value {
	font-size: 39px;
}
.popup-pack-prod::before {
	width: 175px !important;
	left: 105px !important;
	right: 0 !important;
	bottom: 5px !important;
}
.timer__text {
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	letter-spacing: 0.02em;
}
.timer__text,
.timer__time {
	text-align: center;
}
.timer__time span {
	display: inline-block;
	padding: 5px 4px;
	font-size: 24px;
	line-height: 30px;
}
.timer__time .tm {
	width: 48px;
	height: 48px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	border-radius: 10px;
	background: #fff;
	position: relative;
}
.block {
	padding: 25px 0;
	position: relative;
}
@media (min-width: 480px) {
	.container {
		width: 480px;
		margin: 0 auto;
	}
	.title {
		font-size: 28px;
	}
	.header {
		padding-bottom: 30px;
	}
	.header__content {
		width: 375px;
	}
	
	
	.symptoms {
		max-width: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.symptoms__item {
		width: 50%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.symptoms__item:nth-child(3) {
		margin-bottom: 0;
	}
	.symptoms__pic {
		width: 107px;
		margin: 0 0 15px;
	}
	.symptoms__text {
		text-align: center;
	}
	.helps__prod-img {
		max-width: 280px;
	}
	.expert__title {
		font-size: 22px;
	}
	.expert__man {
		max-width: 280px;
	}
	.expert__signature {
		max-width: 120px;
		margin-left: 15px;
	}
	.review-info__note {
		font-size: 16px;
	}
	.review-top__product {
		max-width: 280px;
	}
	.webp .review-iphone {
		background: url(../images/iphone17.webp) no-repeat center;
		background-size: contain;
	}
	.no-webp .review-iphone {
		background: url(../images/iphone17.png) no-repeat center;
		background-size: contain;
	}
	.review-top__title {
		font-size: 18px;
	}
	.review-item__desc {
		font-size: 16px;
	}
	.review-comments {
		max-height: 470px;
	}
	.advantage-info__title--first::before,
	.advantage-info__title--second::before,
	.advantage-info__title--third::before {
		top: 25px;
	}
	.advantage-info__title--br {
		display: none;
	}
	.block {
		padding: 30px 0;
	}
	.webp .promo-pack__prod::before {
		background-image: url(../images/leaf.webp);
	}
	.no-webp .promo-pack__prod::before {
		background-image: url(../images/leaf.png);
	}
}
@media (min-width: 640px) {
	.container {
		width: 640px;
	}
	.title {
		font-size: 30px;
	}
	.form {
		margin: 0;
	}
	.disease__block {
		margin-bottom: 30px;
	}
	.symptoms,
	.symptoms__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative;
	}
	.symptoms::before {
		content: "";
		width: 360px;
		height: 500px;
		position: absolute;
		left: -30px;
		bottom: -30px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50% 100%;
	}
	.webp .symptoms::before {
		background-image: url(../images/disease-hero.webp);
	}
	.no-webp .symptoms::before {
		background-image: url(../images/disease-hero.png);
	}
	.symptoms__item {
		width: 100%;
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
		max-width: 250px;
		margin-left: auto;
	}
	.symptoms__item:nth-child(2) .symptoms__pic::before {
		width: 95px;
	}
	.symptoms__item:nth-child(3) {
		margin-bottom: 15px;
	}
	.symptoms__item:nth-child(3) .symptoms__pic::before {
		width: 187px;
	}
	.symptoms__item:nth-child(4) .symptoms__pic::before {
		width: 69px;
		-webkit-transform: rotate(-204deg);
		transform: rotate(-204deg);
		z-index: -5;
	}
	.symptoms__pic {
		width: 80px;
		margin: 0 15px 0 0;
		position: relative;
		z-index: 0;
	}
	.symptoms__dot::before,
	.symptoms__pic::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: -5;
	}
	.symptoms__pic::before {
		width: 105px;
		height: 1px;
		background: #ff2b2b;
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.symptoms__dot {
		display: block;
		width: 16px;
		height: 16px;
		border-radius: 90px;
		background: #ff2b2b;
		position: absolute;
		top: 32px;
		left: -74px;
		z-index: 0;
	}
	.symptoms__dot::before {
		width: 100%;
		height: 100%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-image: url(../images/pulse.svg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: 50%;
		-webkit-animation: pulse-dot 1.5s infinite linear;
		animation: pulse-dot 1.5s infinite linear;
	}
	.symptoms__dot::after {
		content: "";
		width: 95px;
		height: 1px;
		background: #ff2b2b;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
	}
	.symptoms__dot--1::after {
		display: none;
	}
	.symptoms__dot--2 {
		top: 100px;
		left: -130px;
	}
	.symptoms__dot--3 {
		top: 50px;
		left: -170px;
	}
	.symptoms__dot--3::after {
		width: 23px;
		-webkit-transform: translateY(-50%) rotate(-51deg);
		transform: translateY(-50%) rotate(-51deg);
	}
	.symptoms__dot--4 {
		top: 60px;
		left: -190px;
	}
	.symptoms__dot--4::after {
		width: 160px;
		-webkit-transform: translateY(-50%) rotate(0);
		transform: translateY(-50%) rotate(0);
	}
	.symptoms__text {
		text-align: left;
	}
	.helps-effect {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.helps-effect__item {
		margin-right: 10px;
	}
	.helps-effect__item:last-child {
		margin-right: 0;
	}
	.expert__title {
		font-size: 22px;
	}
	.expert__man {
		max-width: 300px;
	}
	.expert__signature {
		margin-left: 30px;
	}
	.composition__pic {
		max-width: 200px;
		padding-top: 20px;
	}
	.accord {
		max-width: none;
		min-height: 310px;
		position: relative;
	}
	.accord__item {
		margin: 0;
	}
	.accord__item:nth-child(2) .accord__btn {
		top: 60px;
	}
	.accord__item:nth-child(3) .accord__btn {
		top: 120px;
	}
	.accord__item:nth-child(4) .accord__btn {
		top: 180px;
	}
	.accord__btn {
		width: 100%;
		max-width: 290px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.accord__content {
		width: 100%;
		max-width: 310px;
		margin-left: auto;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	.accord__pic {
		margin-right: 10px;
		margin-bottom: 0;
	}
	.review-info {
		margin-bottom: 30px;
	}
	.review-info__title {
		font-size: 22px;
	}
	.review-stat__percent {
		font-size: 24px;
	}
	.review-stat__scale--first::after,
	.review-stat__scale--second::after {
		width: 2%;
	}
	.review-stat__scale--third::after {
		width: 12%;
	}
	.review-stat__scale--fourth::after {
		width: 8%;
	}
	.review-stat__scale--fifth::after {
		width: 16%;
	}
	.review-iphone {
		width: 420px;
		height: 803px;
	}
	.review-comments {
		max-width: 400px;
		max-height: 625px;
		top: 130px;
	}
	.review-comment {
		max-width: 320px;
	}
	.review-bio::before {
		width: 113%;
	}
	.review-author__name {
		font-size: 18px;
	}
	.review-report__desc {
		font-size: 16px;
	}
	.promo__list {
		max-width: none;
		margin: 0 auto 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.promo__medal {
		width: 40%;
		margin: 0 0 45px 35px;
	}
	.promo__action {
		position: absolute;
		right: 23px;
		bottom: 422px;
	}
	.promo__pack {
		max-width: 305px;
		margin: 0;
		padding-top: 43px;
		position: absolute;
		left: 15px;
		bottom: -12px;
	}
	.promo__form {
		margin: 0 0 0 auto;
	}
	.promo-list__item {
		width: 30%;
		margin: 0;
		padding: 30px 0 0;
		text-align: center;
	}
	.promo-list__item::before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.promo-list__item--title {
		width: 100%;
		margin-bottom: 15px;
		padding: 0;
		text-align: center;
		font-size: 22px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.advantage-form {
		margin-right: auto !important;
		margin-left: auto !important;
	}
}
@media (min-width: 768px) {
	.container {
		width: 768px;
	}
	.title {
		margin-bottom: 25px;
		font-size: 32px;
	}
	.header {
		height: auto;
		padding-bottom: 20px;
	}
	.header__logo-main {
		width: 150px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		display: none;
	}
	.header__content {
		width: 100%;
		min-height: auto;
		padding: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: 0;
		position: relative;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: none;
		transition: none;
	}
	.header__logo {
		width: 150px;
		margin: 0;
		font-size: 22px;
	}
	.header__nav {
		width: auto;
		max-width: none;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.header__btn,
	.header__burger {
		display: none;
	}
	.nav__item:first-child {
		margin-right: 70px;
		text-align: left;
	}
	.nav__item:first-child .nav__link {
		margin-left: 0;
		margin-right: auto;
		border-radius: 5px 0 0 5px;
	}
	.nav__item:nth-child(2) {
		margin-right: auto;
	}
	.nav__item:last-child {
		text-align: right;
	}
	.nav__item:last-child .nav__link::before {
		display: block;
	}
	.nav__link {
		padding: 15px 0;
		display: inline-block;
		background-color: transparent;
	}
	.nav__link:hover {
		color: #333;
		background-color: transparent;
	}
	.nav__link::before {
		width: 0;
		height: 1px;
		left: 0;
		bottom: 15px;
		background: #5b5b5b;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: width 0.3s;
		transition: width 0.3s;
	}
	.disease__block {
		max-width: 610px;
		margin-left: auto;
		margin-right: auto;
	}
	.symptoms {
		max-width: 610px;
	}
	.symptoms::before {
		width: 375px;
		left: -50px;
		bottom: -40px;
	}
	.helps-info {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.helps__lungs {
		width: 100%;
		min-width: 300px;
		margin-top: 0;
		margin-left: 20px;
	}
	.helps-bottom {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.helps__prod--leaf {
		max-width: 110px;
		bottom: 24px;
		right: -11px;
	}
	.helps-effect {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.expert__title {
		font-size: 30px;
	}
	.composition-warning {
		max-width: 630px;
		/* margin-right: auto;
		margin-left: auto; */
	}
	.composition-info__title {
		font-size: 24px;
	}
	.composition-info__desc {
		font-size: 16px;
	}
	.accord {
		max-width: 630px;
	}
	.review-info__title {
		font-size: 24px;
	}
	.review-top {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.review-top__product {
		max-width: 250px;
		margin-left: 50px;
	}
	.advantage-info__desc {
		font-size: 18px;
	}
	.advantage-action {
		max-width: 420px;
	}
	.advantage-form {
		max-width: 420px;
		margin-right: auto;
		margin-left: auto;
	}
	.order-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.order-item {
		width: 48%;
	}
	.order-box__img {
		max-width: 320px;
	}	
	.order-box__img--second {
		max-width: 205px;
	}
	.order-box__img--third {
		max-width: 160px;
	}
	.order-box__title {
		font-size: 20px;
	}
	.promo {
		padding-top: 20px;
	}
	.promo .container {
		padding-bottom: 15px;
	}
	.promo__title {
		margin-bottom: 25px;
		max-width: 740px;
		font-size: 22px;
	}
	.promo__list {
		max-width: 580px;
	}
	.promo__medal {
		margin-bottom: 55px;
		margin-left: 60px;
	}
	.promo__action {
		right: 51px;
		bottom: 420px;
	}
	.promo__pack {
		max-width: 360px;
		padding-top: 40px;
		left: 50px;
		bottom: 0;
	}
	.promo-pack__prod::before {
		width: 180px;
	}
	.promo__form {
		margin-right: 35px;
	}
	.timer__text {
		margin-bottom: 5px;
	}
	.block {
		padding: 40px 0;
	}
}
@media (min-width: 860px) {
	.header__logo-main {
		width: 200px;
	}
}
@media screen and (max-width: 999px) {
	.ever-popup__body {
		width: 280px;
		background: #fff;
		padding: 15px;
	}
	.popup__title {
		font-size: 40px;
	}
	.popup .price {
		font-size: 0;
	}
}
@media (min-width: 1000px) {
	.popup {
		background: #fff;
	}
	.popup__content {
		max-width: 865px;
		padding: 30px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.popup__left {
		width: 325px;
		margin-right: 20px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		display: block;
	}
	.popup__right {
		max-width: 390px;
	}
	.popup .form__content {
		padding: 0;
	}
	.popup .form__title {
		max-width: none;
		margin-bottom: 15px;
		font-size: 40px;
		text-align: center;
	}
	.popup .price {
		font-size: 40px;
	}
	.ever-popup__close {
		top: 10px !important;
		right: -15px;
	}
}
@media (min-width: 1024px) {
	.container {
		width: 1024px;
	}
	.title {
		font-size: 42px;
	}
	.bg--grey {
		background-image: url(../images/bg-grey.webp);
		background-repeat: no-repeat;
		background-position: 50% 0;
	}
	.bg--grey,
	.webp .bg {
		background-size: cover;
	}
	.form {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 36px;
		padding: 27px 15px;
	}
	.form__top {
		margin-bottom: 15px;
		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;
	}
	.form__title {
		width: 100%;
		max-width: 210px;
		margin: 0;
		font-size: 20px;
		text-align: left;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		position: relative;
	}
	.form__price {
		margin: 0;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		font-size: 40px;
	}
	.form__price--border .price__div {
		width: 1px;
		height: 50px;
		display: block;
		background: #c4c4c4;
	}
	.form__inputs {
		margin-bottom: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.accord__item.active .accord__btn:after {
		content: "";
		background: url(../images/arrow.svg) center no-repeat;
		width: 40px;
		height: 15px;
		font-size: 14px;
		font-weight: 700;
		position: absolute;
		right: -45px;
		top: 50%;
		background-size: 75% 100%;
		-webkit-transform: translateY(-50%) rotate(0deg);
		transform: translateY(-50%) rotate(0deg);
	}
	.form__input-wrap {
		margin: 0;
		max-width: none;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.form__input-wrap:first-child {
		margin-right: 15px;
	}
	.price__part {
		padding: 0;
	}
	.header {
		padding-bottom: 0;
		border-bottom: none;
	}
	.header__content {
		max-width: 994px;
		margin: 0 auto;
		padding-bottom: 20px;
		border-bottom: 1px solid #fff;
	}
	.header__logo {
		margin-right: 60px;
	}
	.header__nav {
		margin-right: auto;
		overflow: hidden;
	}
	.nav__link {
		padding: 5px 0;
		font-size: 18px;
	}
	.nav__link::before {
		bottom: 0;
	}
	.disease__title {
		margin-bottom: 15px;
		max-width: 469px;
		margin-left: auto;
		text-align: left;
	}
	.disease__subtitle {
		max-width: 465px;
		margin-left: auto;
		text-align: left;
		font-size: 20px;
	}
	.disease__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.disease__block {
		margin: 0;
	}
	.disease__bottom {
		text-align: left;
		border-radius: 40px;
		position: absolute;
		top: 354px;
		max-width: 620px;
		left: -145px;
		padding-left: 162px;
	}
	.symptoms {
		margin: 0;
	}
	.symptoms::before {
		width: 445px;
		left: -463px;
		bottom: -60px;
	}
	.symptoms__item {
		margin-bottom: 30px;
	}
	.symptoms__item:nth-child(3) {
		margin-bottom: 30px;
	}
	.composition__pic::after,
	.cross {
		position: absolute;
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	.cross--little {
		width: 100px;
		height: 100px;
	}
	.cross--right {
		left: auto;
		right: -150px;
	}
	.cross--3,
	.cross--4 {
		width: 146px;
		height: 155px;
		top: auto;
		left: -110px;
		bottom: -6%;
	}
	.cross--4 {
		left: auto;
		right: -150px;
		bottom: 6%;
	}
	.helps__title {
		text-align: left;
	}
	.helps-info {
		width: 91%;
		position: relative;
	}
	.helps__lungs {
		max-width: 420px;
		min-width: inherit;
		position: absolute;
		right: -306px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-left: 0;
	}
	.helps-icon {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.helps__prod {
		margin-top: 15px;
		margin-bottom: 0;
	}
	.helps-desc {
		padding: 20px 25px;
	}
	.helps-desc__title {
		margin-right: auto;
		text-align: left;
	}
	.expert__title {
		font-size: 40px;
	}
	.expert__small {
		font-size: 24px;
	}
	.expert-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		justify-content: center;
	}
	.expert__man {
		max-width: 410px;
		margin-bottom: 0;
	}
	.expert__man-img {
		border-radius: 0 0 0 0;
	}
	.expert-info {
		max-width: 48%;
		border-radius: 0 40px 40px 0;
	}
	.composition {
		padding-top: 95px;
	}
	.composition__title {
		text-align: right;
	}
	.composition__title-wrap {
		max-width: 440px;
		position: relative;
		top: 0;
		left: 550px;
	}
	.composition__subtitle {
		text-align: right;
		margin-bottom: 45px;
	}
	.composition__pic {
		max-width: 200px;
		position: absolute;
		top: -38px;
		left: 121px;
	}
	.composition__pic::after,
	.composition__pic::before {
		content: "";
	}
	.composition__pic::before {
		width: 300px;
		height: 280px;
		top: -137px;
		right: -78px;
	}
	.composition__pic::after {
		width: 120px;
		height: 200px;
		right: -69px;
		bottom: -120px;
		background-position: 0 100%;
	}
	.webp .composition__pic::after {
		background-image: url(../images/glucometer.png);
	}
	.no-webp .composition__pic::after {
		background-image: url(../images/glucometer.png);
	}
	.composition-warning {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 100%;
		margin-right: 0;
		margin-left: auto;
	}
	.composition-warning__btn {
		max-width: 293px;
		line-height: 40px;
	}
	.composition-info__title {
		font-size: 26px;
	}
	.composition-info__desc {
		margin-right: 40px;
	}
	.accord {
		max-width: 100%;
	}
	.accord__item {
		font-size: 20px;
	}
	.accord__item:nth-child(1) .accord__btn {
		top: 65px;
	}
	.accord__item:nth-child(2) .accord__btn {
		top: 125px;
	}
	.accord__item:nth-child(3) .accord__btn {
		max-width: 400px;
		top: 185px;
		left: 106px;
	}
	.accord__item:nth-child(4) .accord__btn {
		max-width: 400px;
		top: 245px;
		left: 106px;
	}
	.accord__item.active .accord__content {
		min-height: 362px;
		max-width: 450px;
		border-radius: 40px;
		padding: 40px 20px;
		position: relative;
	}
	.accord__btn {
		max-width: 253px;
		left: 106px;
	}
	.accord__top {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		flex-direction: row;
		justify-content: flex-start;
	}
	.accord__text {
		font-size: 18px;
		line-height: 30px;
	}
	.accord__title {
		font-size: 22px;
	}
	.review-content {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.review-info {
		max-width: 540px;
		margin-bottom: 0;
	}
	.review-info__title {
		text-align: left;
		margin-bottom: 110px;
	}
	.review-box {
		padding: 25px 35px;
		position: relative;
	}
	.review-top {
		margin-left: 162px;
		margin-bottom: 57px;
	}
	.review-top__product {
		max-width: 160px;
		margin-bottom: 0;
		top: -20px;
		left: 6px;
		position: absolute;
		margin-left: 0;
	}
	.review-top__title {
		max-width: 320px;
		font-size: 20px;
		text-align: left;
		margin-bottom: 0;
	}
	.review-item__desc {
		font-size: 17px;
	}
	.advantage-creation {
		margin-bottom: 150px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.advantage-item {
		max-width: 32%;
		margin-bottom: 0;
	}
	.advantage-item:nth-child(2) {
		margin-right: 15px;
		margin-left: 15px;
	}
	.advantage-info__title {
		font-size: 22px;
		margin-bottom: 95px;
	}
	.advantage-info__title--first::before,
	.advantage-info__title--second::before,
	.advantage-info__title--third::before {
		top: 50px;
		font-size: 70px;
	}
	.advantage-info__title--br {
		display: block;
	}
	.advantage-info__desc {
		text-align: center;
	}
	.advantage-action {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 100%;
		position: relative;
		border-radius: 50px;
	}
	.advantage-form {
		padding: 0;
		border-radius: 20px;
	}
	.advantage-form__product {
		max-width: 230px;
		margin-bottom: 0;
		position: absolute;
		top: 20px;
		left: 0;
	}
	
	.advantage-form__title {
		max-width: 235px;
		font-size: 26px;
		text-align: left;
	}
	.advantage-price {
		max-width: 460px;
		position: absolute;
		left: 162px;
	}
	.advantage-price .price__new {
		font-size: 46px;
	}
	.advantage-price .price__old {
		font-size: 42px;
	}
	.order-item {
		width: 47%;
	}
	.order-box__title {
		font-size: 18px;
	}
	.promo .container {
		padding-bottom: 0;
	}
	.promo__logo {
		margin: 0 0 25px;
		display: block;
		font-size: 50px;
		line-height: 1;
	}
	.promo__title {
		max-width: 650px;
		text-align: left;
	}
	.promo__list {
		max-width: 500px;
		margin-left: 0;
		padding: 30px;
		display: block;
	}
	.promo__medal {
		width: 500px;
		max-width: none;
		margin: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		position: absolute;
		top: 80px;
		left: 545px;
	}
	.promo__action {
		max-width: 500px;
		margin-bottom: 30px;
		position: static;
	}
	.promo__pack {
		max-width: 430px;
		padding-top: 30px;
		left: auto;
		right: 250px;
		bottom: 155px;
	}
	.promo-pack__prod::before {
		width: 210px;
	}
	.promo__form {
		max-width: 512px;
		margin-bottom: 0;
	}
	.promo-list__item {
		width: auto;
		margin-bottom: 15px;
		padding: 0 0 0 30px;
		font-size: 18px;
		text-align: left;
	}
	.promo-list__item::before {
		left: 0;
		-webkit-transform: none;
		transform: none;
	}
	.promo-list__item--title {
		padding-left: 0;
	}
	.medal__item:nth-child(2) {
		position: absolute;
		top: -10px;
		left: 146px;
	}
	.medal__item:nth-child(3) {
		position: absolute;
		top: -7px;
		left: 255px;
	}
	.popup .form__top {
		display: block;
	}
	.popup .form__input-wrap {
		max-width: none;
		margin: 0 0 18px;
	}
	.popup .form__inputs {
		display: block;
	}
	.timer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.timer__text {
		margin: 0 20px 0 0;
		font-size: 18px;
	}
	.block {
		padding: 60px 0;
	}
	.order__title {
		margin-bottom: 150px;
	}
	
	.order-list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.order-box {
		padding: 100px 22px 25px;
		min-height: 180px;
		max-height: 210px;
	}
	.order-box__img {
		position: absolute;
		top: 0;
		left: 43%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-bottom: 0;
	}
	.order-box__img--first {
		width: 100%;
		max-width: 260px;
		top: -66px;
		left: 50%;
	}
	.order-box__img--second {
		width: 100%;
		max-width: 190px;
		top: -20px;
	}
	.order-box__img--third {
		width: 100%;
		max-width: 130px;
		top: -110px;
	}
	.order-item {
		width: 100%;
		max-width: 320px;
		position: relative;
		margin-bottom: 0;
	}
	.order-item:first-child {
		margin-right: 0;
	}
	.order-item:nth-child(2) {
		position: relative;
	}
	.order-item:nth-child(2)::after,
	.order-item:nth-child(2)::before {
		content: "";
		width: 103px;
		height: 24px;
		background: url(../images/order__arrow.png) center no-repeat;
		position: absolute;
		top: -73px;
	}
	.order-item:nth-child(2)::before {
		left: -74px;
	}
	.order-item:nth-child(2)::after {
		right: -70px;
	}
	
}
@media (min-width: 1220px) {
	.container {
		width: 1220px;
		padding: 0 25px;
	}
	.title {
		margin-bottom: 30px;
		font-size: 50px;
		line-height: 1.1;
	}
	.webp .bg--promo,
	.webp .bg--promo-last {
		background-size: 1000px, cover;
		background-position: calc(50% + 80px) 140px, 50% 0;
	}
	.form__content {
		display: flex;
		align-items: center;
		justify-content: space-around;
		gap: 15px;
	}
	.form__title {
		max-width: 230px;
		font-size: 22px;
	}
	.form__price {
		width: 100%;
	}
	
	.form__inputs {
		margin: 0;
	}
	
	.price {
		max-width: none;
		margin: 0;
	}
	.price__new {
		margin: 0;
		font-size: 37px;
	}
	.price__old {
		font-size: 35px;
		position: absolute;
		top: -27px;
		left: 85px;
	}
	.header {
		margin-bottom: 40px;
	}
	.header__logo-main {
		width: 369px;
	}
	.header__content {
		max-width: 1190px;
	}
	.header__logo {
		margin-right: 82px;
	}
	.nav__item:first-child {
		margin-right: 75px;
	}
	.disease__title {
		margin-bottom: 20px;
		max-width: 555px;
	}
	.disease__subtitle {
		font-size: 25px;
		line-height: 1.17;
		max-width: 553px;
	}
	
	.disease__bottom {
		font-size: 18px;
		max-width: 715px;
		top: 453px;
	}
	.symptoms {
		width: 100%;
		max-width: 320px;
	}
	.symptoms::before {
		width: 580px;
		height: 781px;
		left: -560px;
		bottom: -100px;
	}
	
	.advantage-info__desc {
		width: 490px;
	}
	
	.symptoms__item {
		max-width: 270px;
		margin-left: 0;
	}
	.symptoms__item:nth-child(1) {
		margin-left: 80px;
	}
	.symptoms__item:nth-child(2),
	.symptoms__item:nth-child(3) {
		margin-left: 40px;
	}
	.symptoms__item:nth-child(2) .symptoms__pic::before {
		width: 87px;
	}
	.symptoms__item:nth-child(3) .symptoms__pic::before,
	.symptoms__item:nth-child(4) .symptoms__pic::before {
		width: 80px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.symptoms__item:nth-child(4) .symptoms__pic::before {
		width: 123px;
	}
	.symptoms__pic {
		width: 107px;
	}
	.symptoms__pic::before {
		width: 170px;
	}
	.symptoms__dot {
		width: 22px;
		height: 22px;
		left: -130px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.symptoms__dot::after {
		width: 193px;
	}
	.symptoms__dot--2 {
		top: 190px;
		left: -180px;
	}
	.symptoms__dot--3 {
		top: 110px;
		left: -240px;
	}
	.symptoms__dot--3::after {
		width: 227px;
		-webkit-transform: translateY(-50%) rotate(0deg);
		transform: translateY(-50%) rotate(0deg);
	}
	.symptoms__dot--4 {
		top: 140px;
		left: -240px;
	}
	.symptoms__dot--4::after {
		width: 197px;
	}
	.symptoms__text {
		font-size: 20px;
	}
	.helps__title {
		max-width: 600px;
	}
	.helps-info {
		max-width: 1080px;
		margin-bottom: 50px;
		font-size: 18px;
		line-height: 32px;
	}
	.helps__lungs {
		max-width: 700px;
		right: -463px;
	}
	.helps-icon {
		max-width: 360px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.helps-icon__item {
		max-width: inherit;
	}
	.helps-icon__item:first-child {
		min-width: 84px;
		height: 76px;
	}
	.helps-icon__item.second {
		min-width: 81px;
		height: 87px;
		padding: 0;
	}
	.helps-icon__item:last-child {
		min-width: 148px;
		height: 78px;
	}
	.helps__prod-img {
		max-width: 370px;
	}
	.helps__prod--leaf {
		max-width: 155px;
		bottom: -1px;
		right: -31px;
	}
	.helps-desc {
		max-width: 758px;
		padding: 31px 43px;
	}
	.helps-desc__title {
		font-size: 30px;
	}
	.helps-desc__text {
		font-size: 18px;
		line-height: 30px;
	}
	.helps-desc__note {
		font-size: 16px;
		line-height: 28px;
		text-align: left;
	}
	.helps-effect__item {
		font-size: 17px;
		margin-right: 35px;
		padding-left: 25px;
		line-height: 30px;
	}
	.expert__title {
		font-size: 46px;
	}
	.expert__small {
		font-size: 30px;
	}
	.expert__man {
		max-width: 100%;
	}
	.expert-info {
		max-width: 741px;
		padding: 20px 31px 0 45px;
	}
	.expert-info__desc {
		font-size: 16px;
		line-height: 30px;
	}
	.expert__name {
		font-size: 30px;
	}
	.expert__direction {
		font-size: 18px;
	}
	.expert__signature {
		max-width: 230px;
	}
	.composition__title-wrap {
		right: 0;
		left: calc(100% - 510px);
	}
	.composition__title {
		text-align: right;
	}
	.composition__subtitle {
		font-size: 28px;
		text-align: right;		
	}
	.composition__pic {
		max-width: 220px;
		top: -30px;
		left: 125px;
	}
	.composition__pic::before {
		width: 280px;
		height: 310px;
		top: -87px;
		right: -38px;
	}
	.composition__pic::after {
		width: 120px;
		height: 240px;
		right: -62px;
		bottom: -170px;
	}
	.composition-info__title {
		font-size: 30px;
	}
	.accord__item {
		font-size: 22px;
	}
	.accord__item.active .accord__btn:after {
		right: -47px;
		background-size: 100% 100%;
	}
	.accord__item.active .accord__content {
		min-height: 382px;
		max-width: 610px;
		padding: 25px 60px 47px 47px;
	}
	.accord__top {
		margin-bottom: 25px;
	}
	.accord__title {
		font-size: 30px;
	}
	.review-info {
		max-width: 670px;
	}
	.review-info__title {
		font-size: 30px;
		margin-left: 30px;
	}
	.review-top__product {
		max-width: 160px;
		top: -20px;
		left: 10px;
	}
	.review-top__title {
		max-width: 350px;
		margin-right: 50px;
		font-size: 22px;
	}
	.review-feedback {
		position: absolute;
		top: 145px;
		right: 0;
	}
	.review-iphone {
		width: 500px;
		height: 923px;
	}
	.review-comments {
		max-height: 665px;
		top: 145px;
	}
	.review-comment {
		max-width: 370px;
	}
	.advantage-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.advantage__title {
		max-width: 532px;
		text-align: left;
		font-size: 57px;
		margin-bottom: 50px;
	}
	.advantage-icon {
		max-width: 360px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-right: auto;
	}
	.advantage-icon__item {
		max-width: inherit;
	}
	.advantage-icon__item:nth-child(2) {
		padding: 0;
	}
	.advantage-icon__item:last-child {
		min-width: 148px;
		height: 78px;
	}
	.advantage-creation {
		max-width: 312px;
	}
	.advantage-item {
		max-width: 88%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 25px;
	}
	
	.advantage-item:nth-child(2) {
		margin-right: 0;
		margin-left: 0;
	}
	.advantage-item__img {
		min-width: 100px;
		margin-right: 36px;
		margin-bottom: 0;
		z-index: 2;
		position: relative;
	}
	.advantage-item__img--first,
	.advantage-item__img--second,
	.advantage-item__img--third {
		position: relative;
	}
	.advantage-item__img--first::after,
	.advantage-item__img--first::before,
	.advantage-item__img--second::after,
	.advantage-item__img--third::after {
		content: "";
		width: 24px;
		height: 97px;
		background: url(../images/long__arrow.png) no-repeat center;
		background-size: contain;
		position: absolute;
		top: -124px;
		left: 52%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 0;
	}
	.advantage-item__img--first::after,
	.advantage-item__img--second::after,
	.advantage-item__img--third::after {
		top: 85px;
		z-index: -1;
	}
	.advantage-info__title {
		font-size: 24px;
		text-align: left;
		margin-bottom: 20px;
		margin-left: 105px;
	}
	.advantage-info__title--first::before,
	.advantage-info__title--second::before,
	.advantage-info__title--third::before {
		top: 50%;
		font-size: 70px;
		left: -105px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.advantage-info__title--third {
		margin-top: 24px;
		margin-bottom: 30px;
	}
	.advantage-info__title--br {
		display: block;
	}
	.advantage-form__title.mob,
	.advantage-info__title--br.last {
		display: none;
	}
	.advantage-info__desc {
		text-align: left;
		line-height: 1.65;
	}
	.advantage-action {
		width: 100%;
		border-radius: 100px;
		margin-top: 20px;
	}
	.advantage-form {
		max-width: 900px;
		width: 100%;
		padding: 0;
	}
	.advantage-form__content {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.advantage-form__product {
		max-width: 170px;
		top: -80px;
		left: 10px;
	}
	.advantage-form__title.desk {
		max-width: 155px;
		display: block;
		font-size: 23px;
		margin-right: 0;
	}
	.advantage-form__inputs {
		max-width: 100% !important;
	}
	.advantage-price {
		max-width: 200px;
		left: 230px;
		bottom: 65px;
		font-size: 44px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.advantage-price .price__old {
		padding-left: 0;
		position: static;
	}
	.order__title {
		text-align: left;
		margin-bottom: 130px;
	}
	
	.order-box__title {
		max-width: 270px;
		font-size: 20px;
		text-align: left;
	}
	.order-box__desc {
		text-align: left;
	}
	.promo {
		padding: 120px 0 95px;
	}
	.promo__logo {
		width: 532px;
		margin-bottom: 26px;
		font-size: 80px;
	}
	.promo__title {
		max-width: 530px;
	}
	.promo__list {
		max-width: 475px;
		margin-bottom: 52px;
	}
	.promo__medal {
		left: 565px;
	}
	.promo__action {
		max-width: 435px;
	}
	.promo__pack {
		max-width: 450px;
		padding-top: 65px;
		right: 420px;
		bottom: 240px;
	}
	.promo-pack__prod::before {
		width: 220px;
	}
	.promo-pack__action {
		width: 158px;
		height: 158px;
		font-size: 18px;
	}
	.promo-pack__value {
		font-size: 39px;
	}
	.promo__form {
		min-width: 1000px;
		border-radius: 100px;
	}
	.promo-list__item {
		width: auto;
		max-width: none;
		margin-bottom: 20px;
		padding-left: 36px;
	}
	.promo-list__item--title {
		max-width: 340px;
		padding-left: 0;
		font-size: 30px;
		line-height: 1.17;
	}
	.promo-action__title {
		font-size: 30px;
	}
	.popup .price {
		max-width: none;
	}
	.timer__text {
		margin-right: 38px;
	}
	.timer__time span {
		padding: 5px 8px;
		font-size: 24px;
	}
	.timer__time .tm {
		width: 48px;
		height: 48px;
	}
	.block {
		padding: 100px 0;
	}
	.advantage.block {
		padding: 122px 0 131px;
	}
	.order.block {
		padding: 115px 0 151px;
	}
	.helps.block {
		padding: 93px 0 31px;
	}
	.review.block {
		padding: 112px 0 96px;
	}
	.expert.block {
		padding: 118px 0 147px;
	}
}
@media (min-width: 1420px) {
	.container {
		width: 1420px;
	}
	.title {
		margin-bottom: 63px;
		font-size: 60px;
	}
	.webp .bg--promo {
		background-size: 1199px, cover;
		background-position: calc(50% - 42px) 71px, 50% 0;
	}
	.form {
		max-width: 1080px;
		padding: 27px 40px;
	}
	
	.price__new {
		font-size: 40px;
	}
	.price__old {
		font-size: 29px;
		left: 100px;
	}
	.advantage-action {
		margin-top: 70px;
	}
	.header {
		margin-bottom: 60px;
	}
	.header__content {
		max-width: 1370px;
	}
	.disease {
		padding-top: 130px;
		padding-bottom: 105px;
	}
	.disease__title {
		margin-bottom: 26px;
		max-width: 637px;
	}
	.disease__subtitle {
		max-width: 636px;
		font-size: 30px;
		line-height: 1.17;
	}
	.disease__block {
		border-radius: 40px;
	}
	.disease__text {
		font-size: 18px;
	}
	.disease__bottom {
		padding: 40px 15px;
		font-size: 18px;
		line-height: 1.5;
		max-width: 645px;
		font-weight: 400;
		left: 24px;
		top: 519px;
	}
	.symptoms {
		max-width: 372px;
		position: relative;
		top: 6px;
	}
	.symptoms::before {
		width: 702px;
		left: -661px;
		bottom: -84px;
	}
	.symptoms__item {
		margin-bottom: 56px;
	}
	.symptoms__item:nth-child(1) {
		margin-left: 104px;
	}
	.symptoms__item:nth-child(2) {
		margin-left: 45px;
	}
	.symptoms__item:nth-child(2) .symptoms__pic::before {
		width: 147px;
	}
	.symptoms__item:nth-child(3) {
		margin-left: 45px;
		margin-bottom: 47px;
	}
	.symptoms__item:nth-child(3) .symptoms__pic::before {
		width: 300px;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.symptoms__item:nth-child(4) .symptoms__pic::before {
		width: 82px;
	}
	.symptoms__pic {
		margin-right: 25px;
	}
	.symptoms__pic::before {
		width: 115px;
	}
	.symptoms__dot {
		width: 30px;
		height: 30px;
		top: -14px;
		left: -143px;
	}
	.symptoms__dot::after {
		width: 120px;
	}
	.symptoms__dot--1::after {
		width: 96px;
		display: block;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.symptoms__dot--2 {
		top: 140px;
		left: -193px;
	}
	.symptoms__dot--3 {
		top: 54px;
		left: -274px;
	}
	.symptoms__dot--3::after {
		display: none;
	}
	.symptoms__dot--4 {
		top: 112px;
		left: -280px;
	}
	.symptoms__dot--4::after {
		width: 262px;
	}
	.symptoms__text {
		font-size: 22px;
		line-height: 25px;
	}
	.helps-top {
		margin-bottom: -10px;
	}
	.helps__title {
		margin-bottom: 39px;
	}
	.helps-info {
		margin-bottom: 89px;
	}
	.helps__lungs {
		width: 100%;
		min-width: 868px;
		right: -622px;
		top: 44%;
	}
	.helps-icon {
		max-width: 373px;
	}
	.helps__prod {
		margin-right: 155px;
		margin-top: 38px;
	}
	.helps__prod-img {
		max-width: 500px;
	}
	.helps__prod--leaf {
		max-width: 275px;
		bottom: -41px;
		right: -81px;
	}
	.helps-desc {
		min-height: 400px;
		padding: 46px 33px 20px 54px;
		margin-top: -55px;
		margin-left: 36px;
	}
	.helps-desc__title {
		margin-bottom: 20px;
	}
	.helps-desc__text {
		margin-bottom: 25px;
	}
	.helps-effect {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: baseline;
		justify-content: space-between;
		margin-bottom: 32px;
		column-gap: 15px;
		row-gap: 15px;
	}
	.helps-effect__item:first-child {
		width: 205px;
	}
	.helps-effect__item:nth-child(2) {
		width: 230px;
	}
	.helps-effect__item:nth-child(3) {
		width: 200px;
	}
	.helps-effect__item:nth-child(4) {
		width: 285px;
	}
	.helps-effect__item:last-child {
		width: 351px;
	}
	.helps-effect__item {
		margin-right: 0;
		padding-left: 0;
		line-height: 1.38;
	}
	.helps-effect__item::before {
		width: 14px;
		height: 14px;
		left: 10px;
	}
	.expert__title {
		font-size: 60px;
	}
	.expert-info {
		max-width: 929px;
		padding: 55px 52px 17px 65px;
	}
	.expert-info__desc {
		font-size: 18px;
		margin-bottom: 0;
	}
	.expert__name {
		margin-bottom: 10px;
	}
	.expert__signature {
		margin-top: 12px;
		margin-left: 18px;
	}
	.composition__title {
		margin-bottom: 20px;
	}
	.composition__title-wrap {
		max-width: 470px;
		top: 18px;
		margin-bottom: 121px;
		left: calc(100% - 660px);		
	}
	.composition__subtitle {
		font-size: 30px;
		line-height: 1.5;
	}
	.composition__pic {
		max-width: 260px;
		top: -29px;
		left: 66px;
	}
	.composition__pic::before {
		width: 442px;
		height: 284px;
		top: -127px;
		right: -88px;
	}
	.composition__pic::after {
		right: -63px;
		bottom: -120px;
	}
	.composition-warning__btn {
		margin-top: 30px;
		margin-right: 10px;
		line-height: 44px;
	}
	.composition-info__title {
		margin-bottom: 28px;
	}
	.accord__item:nth-child(1) .accord__btn {
		top: 45px;
	}
	.accord__item:nth-child(2) .accord__btn {
		top: 110px;
	}
	.accord__item:nth-child(3) .accord__btn {
		top: 175px;
		left: 295px;
	}
	.accord__item:nth-child(4) .accord__btn {
		top: 240px;
		left: 370px;
	}
	.accord__item.active .accord__btn:after {
		right: -72px;
	}
	.accord__item.active .accord__content {
		min-height: 360px;
		max-width: 626px;
		padding: 47px 50px 44px 43px;
	}
	.accord__btn {
		padding: 13px 34px 13px 10px;
		top: 50px;
		left: 335px;
	}
	.accord__cross {
		width: 34px;
		height: 34px;
	}
	.accord__cross::after,
	.accord__cross::before {
		width: 16px;
	}
	.accord__top {
		margin-bottom: 19px;
	}
	.accord__pic {
		width: 95px;
		margin-right: 23px;
	}
	.review__title {
		margin-bottom: 26px;
		text-align: left;
	}
	.review-info {
		max-width: 750px;
	}
	.review-info__title {
		margin-left: 0;
	}
	.review-box {
		padding: 20px 15px 20px 28px;
		margin-bottom: 30px;
	}
	.review-top__product {
		max-width: 150px;
		top: -70px;
		left: 31px;
	}
	.review-top__title {
		max-width: 397px;
	}
	.review-item__desc {
		font-size: 18px;
		margin-bottom: 6px;
	}
	.review-stat__percent {
		font-size: 30px;
		margin-right: 28px;
	}
	.review-stat__scale--first::after,
	.review-stat__scale--second::after {
		width: 0;
	}
	.review-stat__scale--third::after {
		width: 8%;
	}
	.review-stat__scale--fourth::after {
		width: 6%;
	}
	.review-stat__scale--fifth::after {
		width: 12%;
	}
	.review-feedback {
		right: 27px;
	}
	.review-iphone {
		width: 548px;
		height: 1183px;
	}
	.review-comments {
		max-width: 460px;
		max-height: 740px;
		top: 200px;
	}
	.review-comment {
		max-width: 460px;
		margin-bottom: -2px;
	}
	.review-bio {
		margin-bottom: 19px;
	}
	.review-bio::after {
		font-size: 34px;
		top: 8px;
		right: 17px;
	}
	.review-author__avatar {
		margin-right: 10px;
	}
	.review-author__date {
		max-width: 91px;
		font-size: 13px;
	}
	.review-report__desc {
		font-size: 18px;
	}
	.advantage-content {
		gap: 100px;
	}
	.advantage-text {
		max-width: 470px;
	}
	.advantage__title {
		max-width: 532px;
	}
	.advantage-creation {
		max-width: 760px;
		margin-bottom: 0;
	}
	.advantage-item {
		margin-bottom: 33px;
	}
	.advantage-item__img {
		max-width: 100%;
		min-width: 135px;
		min-height: 135px;
	}
	.advantage-item__img--first::after {
		top: 127px;
	}
	.advantage-item__img--second::after {
		top: 125px;
	}
	.advantage-item__img--third::after {
		top: 148px;
	}
	.advantage-info__title {
		font-size: 30px;
		margin-left: 160px;
		margin-bottom: 23px;
		min-width: 420px;
	}
	.advantage-info__title--first::before,
	.advantage-info__title--second::before,
	.advantage-info__title--third::before {
		font-size: 100px;
		left: -165px;
	}
	.advantage-info__title--third {
		margin-bottom: 45px;
	}
	.advantage-form {
		max-width: 100%;
		padding: 0;
		margin-right: 25px;
	}
	.advantage-form__product {
		max-width: 175px;
		top: -70px;
		left: 41px;
	}
	.advantage-form__title.desk {
		max-width: 261px;
		font-size: 30px;
		margin-right: 10px;
	}
	.advantage-form__inputs {
		max-width: 550px !important;
	}
	.advantage-price {
		top:78px;
		left: 315px;
		max-width: 280px;
	}
	.advantage-price .price__new {
		font-size: 52px;
		margin-right: 20px;
	}
	.advantage-price .price__old {
		font-size: 42px;
		left: 95px;
	}
	.order__title {
		margin-bottom: 174px;
	}
	
	.order-item:nth-child(2)::before {
		top: -55px;
		left: -94px;
	}
	.order-item:nth-child(2)::after {
		top: -55px;
	}
	.order-box {
		padding: 141px 25px 35px 47px;
		min-height: 281px;
		max-height: 281px;
	}
	.order-box__img--first {
		max-width: 390px;
		top: -100px;
	}
	.order-box__img--second {
		max-width: 303px;
	}
	.order-box__img--third {
		max-width: 173px;
		top: -135px;
		left: 0px;
	}
	.order-box__title {
		max-width: 100%;
		font-size: 25px;
	}
	.order-box__desc {
		font-size: 18px;
	}
	.promo__logo {
		margin-bottom: 35px;
		line-height: 75px;
	}
	.promo__title {
		margin-bottom: 19px;
	}
	.promo__list {
		margin-bottom: 48px;
		padding: 27px 15px 29px 35px;
		border-radius: 40px;
	}
	.promo__medal {
		top: 57px;
		left: 610px;
	}
	.promo__pack {
		max-width: 509px;
		padding-top: 0;
		right: 500px;
		bottom: 220px;
	}
	.promo-pack__prod {
		padding-bottom: 50px;
	}
	.promo-pack__prod::before {
		width: 274px;
		right: -11px;
		bottom: 3px;
	}
	.advantage-info__desc {
		min-width: 590px;
	}
	.promo-pack__action {
		padding-top: 24px;
		right: 4px;
	}
	.promo-list__item {
		margin-bottom: 23px;
	}
	.promo-list__item--title {
		margin-bottom: 29px;
	}
	.medal__item:nth-child(2) {
		top: -109px;
		left: 35px;
	}
	.medal__item:nth-child(3) {
		top: -105px;
		left: 227px;
	}
	.brand {
		display: block;
		position: absolute;
		left: calc(50% - 735px);
		bottom: 130px;
		text-transform: uppercase;
		color: #fff;
		font-weight: 900;
		line-height: 0.7;
		font-size: 180px;
		letter-spacing: 0.05em;
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg) translateX(100px);
		transform: rotate(-90deg) translateX(100px);
		-webkit-transition: all 1.5s;
		transition: all 1.5s;
		opacity: 0.5;
	}
	.brand--right {
		top: 46px;
		left: auto;
		right: calc(50% - 735px);
		bottom: auto;
		-webkit-transform: rotate(-90deg) translateX(-100px);
		transform: rotate(-90deg) translateX(-100px);
		-webkit-transform-origin: right top;
		transform-origin: right top;
		opacity: 0.2;
	}
	.animated .brand {
		opacity: 0.5;
	}
	.animated .brand,
	.animated .brand--right {
		-webkit-transform: rotate(-90deg) translateX(0);
		transform: rotate(-90deg) translateX(0);
	}
}
.animated .brand--right {
	opacity: 0.2;
}
@media (min-width: 1620px) {
	.promo {
		background-position-x: 100%;
	}
}
footer {
	padding: 30px 15px;
}
.footer__link {
	font-size: 16px;
	display: block;
	text-align: center;
	color: #666;
}
.promo-last {
	overflow: hidden;
}

.logo__image-wrapper {
	width: 281px;
	margin: 0 auto 20px;
	text-align: center;
}

.promo__image-wrapper,
.helps__image-wrapper {
	max-width: 225px;
	margin: 0 auto;
}

@media screen and (min-width: 640px) {
	.promo__image-wrapper {
		max-width: 280px;
	}
}

@media screen and (min-width: 768px) {
	.promo__image-wrapper {
		max-width: 330px;
	}
}

.promo-pack__action {
	position: absolute;
	background-color: #85bb04;
}

.disease__symptoms-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.disease__symptoms-item {
	color: #ff2b2b;
	font-weight: 700;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	gap: 13px;
	line-height: 1.4;
}

.disease__symptoms-item::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #ff2b2b;
}

.text-red {
	color: #ff2b2b;
}

.disease__image-wrapper {
	max-width: 400px;
	margin: 0 auto 15px;
	border-radius: 40px;
	overflow: hidden;
}

@media screen and (min-width: 1024px) {
	.disease__image-wrapper {
		position: absolute;
		margin-bottom: 0;
		top: 0;
		max-width: 460px;
	}
	.disease__content {
		display: block;
	}
	.disease__block {
		background: transparent;
		box-shadow: none;
		margin-left: 513px;
		padding-left: 16px;
	}
	.disease__symptoms-list {
		margin-top: 30px;
	}
}

@media screen and (min-width: 1220px) {
	.disease__symptoms-list {
		margin-top: 0;
	}
}

.helps__prod {
	position: relative;
}

@media screen and (min-width: 768px) {
	.helps-icon {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		row-gap: 20px;
	}
	.helps__prod {
		flex-shrink: 0;
	}
	.helps__image-wrapper {
		max-width: 200px;
	}
}

@media screen and (min-width: 640px) {
	.accord__item.active .accord__content {
		min-height: 313px;
	}
}

.helps__prod .promo-pack__action {
	width: 98px;
	height: 98px;
	top: -3px;
	right: -43px;
}

.advantage-image__wrapper,
.review-image__wrapper,
.promo-pack-image__wrapper {
	max-width: 225px;
	margin: 0 auto;
}

@media screen and (min-width: 640px) {
	.promo-pack__action {
		width: 100px;
		height: 100px;
		top: 10px;
		right: -30px;
	}
}

.accord__text {
	text-align: center;
}

@media (min-width: 640px) {
	.accord__item:nth-child(2) .accord__btn {
		top: 65px;
	}
	.accord__item:nth-child(3) .accord__btn {
		top: 135px;
	}
	.accord__item:nth-child(4) .accord__btn {
		top: 202px;
	}
	.accord__item:nth-child(5) .accord__btn {
		top: 270px;
	}
	.accord__btn {
		padding: 12px 28px;
	}
}

@media (min-width: 1024px) {
	.accord__btn {
		max-width: 400px;
	}
	.accord__item:nth-child(1) .accord__btn {
		top: 200px;
		left: 106px;
	}
	.accord__item:nth-child(2) .accord__btn {
		top: 250px;
	}
	.accord__item:nth-child(3) .accord__btn {
		top: 300px;
	}
	.accord__item:nth-child(4) .accord__btn {
		top: 350px;
	}
	.accord__item:nth-child(5) .accord__btn {
		top: 400px;
	}
	.accord__btn {
		padding: 12px 28px;
	}
	.accord__item.active .accord__content {
		min-height: 500px;
	}
	.accord__text {
		text-align: left;
	}
}

@media screen and (min-width: 1024px) {
	.logo__image-wrapper {
		margin: 0 0 25px;
	}
}

@media screen and (min-width: 1024px) {
	.webp .bg--promo {
		background-image: url("../images/hand.png"), url("../images/bg-hero.png");
		background-repeat: no-repeat, no-repeat;
		background-size: 520px, cover;
		background-position: right calc(50% - 415px) bottom, center;
	}
}

@media screen and (min-width: 1220px) {
	.webp .bg--promo {
		background-size: 735px, cover;
		background-position: right calc(50% - 450px) bottom, center;
	}
	.disease__image-wrapper {
		max-width: 540px;
	}
}
@media screen and (min-width: 768px) {
	.helps-icon {
		padding-top: 50px;
		margin-bottom: 0;
	}
	.helps__prod {
		margin-bottom: 0;
	}
	.helps-icon__item:first-child {
		margin-right: 60px;
	}
	.helps-icon__item.second {
		margin-right: 63px;
	}
	.helps-icon__item:last-child {
		margin-right: 40px;
	}
}

@media screen and (min-width: 1024px) {
	.helps-icon {
		width: 55%;
	}
	.helps-info {
		box-shadow: none;
		background: transparent;
		text-align: center;
	}
	
	.accord__btn {
		text-align: left;
		max-width: 400px;
	}
}

.helps-icon-components {
	display: none;
}

.composition-info__pic {
	position: relative;
}

@media screen and (min-width: 1024px) {
	.helps-icon-components {
		display: flex;
		flex-direction: column;
		align-items: center;
		position: absolute;
		top: 160px;
		left: 350px;
		gap: 10px;
	}
	.helps-icon-components .helps-icon__item:first-child {
		margin-right: 0;
		max-width: 148px;
		margin-left: 30px;
	}
	.helps-icon-components .helps-icon__item:nth-child(2) {
		margin-right: 0;
		padding: 0;
		max-width: 81px;
	}
	.review-image__wrapper {
		max-width: 110px;
	}
	.helps-desc__text {
		text-align: left;
	}
}

.benefits__list {
	display: none;
}

@media screen and (min-width: 1024px) {
	.benefits__list {
		position: absolute;
		top: -10px;
		left: 335px;
		display: flex;
		flex-direction: column;
		gap: 31px;
	}
}

.benefits__item {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.38;
	color: #333;
	gap: 15px;
}

.benefits__item::before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #73b003;
}

@media screen and (min-width: 1220px) {
	.medal__item:nth-child(2) {
		top: -110px;
		left: 155px;
	}
	.medal__item:nth-child(3) {
		top: -106px;
		left: 280px;
	}
	.medal__item:first-child {
		position: absolute;
		top: -100px;
	}
	.promo__image-wrapper {
		max-width: 240px;
	}
	.promo-pack__action {
		width: 145px;
		height: 140px;
		right: -80px;
		padding-top: 33px;
	}
	.helps__image-wrapper {
		max-width: 360px;
	}
	.helps__prod .promo-pack__action {
		width: 157px;
		height: 157px;
		top: -33px;
		right: -26px;
	}
	.helps-icon-components {
		top: 210px;
		left: 380px;
	}
	.helps-icon-bottom__wrapper {
		max-width: 60px;
	}
	.helps-icon-top__wrapper {
		max-width: 120px;
	}
	
	.helps-icon-components .helps-icon__item:first-child {
		margin-left: 0;
	}
	
	.helps-icon-components .helps-icon__item:last-child {
		margin-left: 67px;
	}
	
	.composition__title-wrap {
		max-width: 510px;
	}
	
	.benefits__list {
		top: 17px;
		left: 365px;
	}
	.composition-warning {
		margin: 0;
		padding-left: 110px;
	}
	.review-image__wrapper {
		max-width: 120px;
	}
	.advantage-price .price__new {
	        position: relative;
        font-size: 34px;
        max-width: 466px;
        left: -8px;
	}
	.advantage-image__wrapper,
	.advantage-form__product {
		max-width: 220px;
	}
	.accord__title {
		max-width: 325px;
	}
	.order-item {
		max-width: 360px;
	}
	.accord__item.active .accord__content {
		min-height: 440px;
	}	
}

@media screen and (min-width: 1360px) {
	.webp .bg--promo {
		background-size: 740px, cover;
	}
}

@media screen and (min-width: 1420px) {
	.webp .bg--promo {
		background-size: 800px, cover;
		background-position: right calc(50% - 499px) bottom, center;
	}
	.logo__image-wrapper {
		width: 450px;
		margin-bottom: 65px;
	}
	.promo__image-wrapper {
		max-width: 329px;
	}
	.helps__prod {
		margin-top: 0;
		margin-right: 0;
		position: relative;
		top: -31px;
		left: 5px;
	}
	.helps-icon {
		width: 13%;
		padding-top: 0;
	}
	.helps__title {
		max-width: 896px;
	}
	.helps-icon-components {
		top: 204px;
		left: 401px;
	}
	.helps-desc__text {
		max-width: 665px;
	}
	.benefits__list {
		top: 10px;
		left: 348px;
	}
	.composition__title-wrap {
		max-width: 580px;
	}
	.accord__btn,
	.accord__item:nth-child(3) .accord__btn,
	.accord__item:nth-child(4) .accord__btn {
		max-width: 505px;
		left: 64px;
		font-size: 22px;
	}
	.composition-info {
		flex-direction: row;
		gap: 55px;
		align-items: flex-start;
		line-height: 1.5;
	}
	.composition-warning {
		padding-left: 70px;
	}
	
	.accord__item:nth-child(2) .accord__btn {
		top: 194px;
	}
	.accord__item:nth-child(3) .accord__btn {
		top: 261px;
	}
	.accord__item:nth-child(4) .accord__btn {
		top: 328px;
	}
	.accord__item:nth-child(5) .accord__btn {
		top: 392px;
	}
	.composition-info__desc {
		max-width: 1040px;
		margin-right: 0;
	}
	.accord__item:nth-child(1) .accord__btn {
		left: 64px;
	}
	.accord__item.active .accord__content {
		min-height: 473px;
	}
	.accord__title {
		max-width: 275px;
	}
	.review-image__wrapper {
		max-width: 160px;
	}
	.review-info__title {
		margin-bottom: 180px;
	}
	.advantage-image__wrapper {
		max-width: 235px;
	}
	.advantage-price .price__new {
		font-size: 34px;
	}
	.advantage-image__wrapper,
	.advantage-form__product {
		max-width: 234px;
	}
	.helps-icon-top__wrapper {
		max-width: 145px;
	}
	.helps-icon-components .helps-icon__item:last-child {
		margin-left: 37px;
	}
}

.order-box__wrapper {
	position: relative;
}

.order-box__wrapper::after {
	content: "";
	background: url("../images/prod.png");
	position: absolute;
	width: 140px;
	height: 140px;
	left: 90px;
	top: 90px;
	background-size: 100% 100%;
}

@media screen and (min-width: 768px) {
	.order-box__wrapper::after {
		left: 100px;
		top: 105px;
	}
}
@media screen and (min-width: 1024px) {
	.order-box__wrapper::after {
		left: 60px;
		top: 70px;
	}
}

@media screen and (min-width: 1220px) {
	.order-box__wrapper::after {
		left: 95px;
		top: 68px;
	}
}

@media screen and (min-width: 1420px) {
	.order-box__wrapper::after {
		width: 163px;
        height: 187px;
        left: 140px;
        top: 90px;
	}
	.helps-icon-bottom__wrapper {
		max-width: 84px;
	}
}

.advantage-label {
	top: -12px;
	right: -9px;
}

@media screen and (min-width: 1024px) {
	.advantage-label {
		width: 105px;
		height: 105px;
		top: -20px;
		right: -45px;
	}
	.advantage-label .promo-pack__value {
		font-size: 27px;
	}
	.disease__text {
		text-align: left;
	}
	.helps-desc {
		display: block;
	}
	.header-block {
		padding-top: 35px;
	}
	.advantage-label {
		padding-top: 27px;
	}
}

@media screen and (min-width: 1220px) {
	.advantage-label {
		width: 130px;
		height: 130px;
		top: -30px;
		right: -60px;
	}
	.advantage-label {
		padding-top: 33px;
	}
	.advantage-label .promo-pack__value {
		font-size: 35px;
	}
	.disease__symptoms-list {
		font-size: 25px;
	}
	.disease__text {
		font-size: 18px;
		max-width: 620px;
		line-height: 1.6;
	}
	
	.order-box {
		padding: 101px 46px 50px;
	}
}
@media screen and (min-width: 1420px) {
	.advantage-label {
		width: 120px;
		height: 120px;
		top: -30px;
		right: -60px;
		padding-top: 27px;
	}
	.advantage-label .promo-pack__value {
		font-size: 53px;
	}
	
	.disease__image-wrapper {
		max-width: 641px;
	}
	.disease__symptoms-list {
		gap: 10px;
		margin-top: 51px;
		padding-left: 5px;
	}
	
	.header-block {
		padding: 48px 0 91px;
	}
	.review-feedback {
		top: 115px;
	}
	.helps.bg {
		background-image: url("../images/semicircle-first.svg"), url("../images/semicircle-left-second.png"), url("../images/semicircle-right-first.svg"), url("../images/semicircle-right-second.svg"), url("../images/bg-hero.png");
		background-repeat: no-repeat;
		background-position: left calc(50% - 584px) top, left calc(50% - 592px) top, right calc(50% - 584px) top, right calc(50% - 600px) top, center;
		background-size: 300px, 471px, 310px, 471px, cover;
	}
	.composition.block {
		padding-top: 100px;
		padding-bottom: 86px;
	}
	.composition.bg {
		background-image: url("../images/semicircle-first.svg"), url("../images/semicircle-left-second.png"), url("../images/semicircle-right-first.svg"), url("../images/semicircle-right-second.svg"), url("../images/bg-hero.png");
		background-repeat: no-repeat;
		background-position: left calc(50% - 592px) bottom -45px, left calc(50% - 544px) bottom -176px, right calc(50% - 584px) top -5px, right calc(50% - 630px) top, center;
		background-size: 300px, 520px, 265px, 386px, cover;
	}
	.advantage.bg {
		background-image: url("../images/semicircle-first.svg"), url("../images/semicircle-left-second.png"), url("../images/semicircle-right-first.svg"), url("../images/semicircle-right-second.svg"), url("../images/bg-hero.png");
		background-repeat: no-repeat;
		background-position: left calc(50% - 592px) bottom -45px, left calc(50% - 544px) bottom -176px, right calc(50% - 537px) top -5px, right calc(50% - 572px) top, center;
		background-size: 300px, 520px, 265px, 386px, cover;
	}
	.order-box {
		padding: 141px 46px 100px;
	}	
}

.footer__container {
	text-align: center;
}

.popup-image__wrapper {
	max-width: 220px;
}

.popup-prod .popup-pack__action {
	right: 25px;
	top: 0;
}

@media screen and (min-width: 1000px) {
	.ever-popup__inner {
		padding-top: 50px !important;
	}
	.ever-popup__close {
		right: 0;
	}
}

@media screen and (min-width: 640px) {
	.order-item {
		width: 74%;
	}
}

.popup__right .form__inputs {
	margin: 0;
}

@media screen and (min-width: 1220px) {
	.popup-prod .promo-pack__action {
		padding-top: 32px;
	}
	.order-box {
		min-height: 210px;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.flex {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	.composition__pic {
		padding: 0;
	}
	.accord-block {
		order: 1;
	}
	.composition-warning {
		order: 1;
		width: 60%;
		align-self: center;
	}
	.accord__content {
		margin-left: 300px;
	}
	.composition__title-wrap {
		max-width: 600px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 768px) {
	.flex {
		justify-content: center;
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.helps-bottom {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 20px;
	}
	.helps-icon {
		flex-direction: column;
		align-items: center;
		flex-basis: 35%;
		gap: 15px;
	}
	.helps-icon__item:last-child {
		margin-left: 24px;
	}
}

@media screen and (min-width: 640px) {
	.helps-bottom {
		gap: 0;
	}
}

@media screen and (min-width: 768px) {
	.helps-icon__item:last-child {
		margin-left: 0;
	}
}

@media screen and (max-width: 1023px) {
	.composition-info {
		text-align: center;
	}
}

@media screen and (max-width: 1023px) {
	.advantage-item__img {
		margin-bottom: 10px;
	}
	.advantage-info__title {
		margin-bottom: 10px;
	}
	.advantage-info__desc {
		text-align: center;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.advantage-item {
		flex-direction: row;
		gap: 20px;
	}
	.advantage-info__desc {
		text-align: left;
	}
	.advantage-info__title {
		text-align: left;
	}
	.advantage-item__img {
		flex-shrink: 0;
	}
	.advantage-action {
		display: flex;
	}
	.advantage-action {
		max-width: 565px;
		align-items: center;
	}
}

@media screen and (min-width: 1220px) {
	.advantage-price .price__old {
		position: absolute;
        top: -32px;
        left: -2px;
        font-size: 36px;
        text-wrap: nowrap;
	}
}

/* @media screen and (max-width: 767px) {
	.expert__man {
    display: none;
	}
} */
@media screen and (min-width: 768px) {
	.expert-image__wrapper {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.expert-footer__wrapper {
		display: flex;
		align-items: center;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1219px) {
	.composition__pic {
		left: 60px;
	}
	.benefits__list {
		left: 270px;
	}
	.accord__btn {
		left: 48px !important;
	}
	.helps-icon-components {
		left: 300px;
	}
	.accord__content {
		margin-left: 500px;
	}
	.composition__title-wrap {
		left: 505px;
	}
	.composition-warning {
		padding-left: 53px;
	}
}

@media screen and (min-width: 1024px) {
	.advantage-block-right {
		display: flex;
		align-items: center;
		padding-top: 10px;
	}
	.disease.block {
		padding-bottom: 140px;
	}
	.advantage-image__wrapper {
		max-width: 230px;
	}
}

@media screen and (min-width: 1220px) {
	.form__right-block {
		display: flex;
		gap: 17px;
	}
	.form__input {
		width: 235px;
	}
	.form__btn {
		width: 253px;
		height: 60px;
		font-size: 20px;

	}
	.helps__prod .promo-pack__action {
		padding-top: 31px;
	}
	.helps__prod .promo-pack__value {
		font-size: 53px;
	}
	.accord-block .helps-icon__item.second {
		margin-top: -26px;
	}
	.accord__content {
		top: -51px;
	}
	.accord__title {
		text-align: left;
		letter-spacing: 1.5;
		max-width: 340px;
	}
	.accord__text {
		padding-left: 5px;
		line-height: 1.65;
	}
	.advantage-item__img--first {
		top: 14px;
		left: 0px;
	}
	.advantage-item__img--second {
		top: -2px;
		left: 0;
	}
	.advantage-item__img--third {
		top: 5px;
		left: 0px;
	}
	.accord__content {
		margin-left: auto;
	}
	.order-box__img {
		left: 50%;
	}
	.order-box__img--second {
		top: -19px;
	}
	.order-box__img.order-box__img--third {
		left: 32%;
	}
	.disease__block {
		margin-left: 603px;
	}
	.accord__content {
		position: relative;
		top: 2px;
	}
	.helps-icon-components {
		gap: 35px;
	}
	.advantage-creation {
		margin-bottom: 0;
	}
	.relative {
		position: relative;
	}
	.disease__symptoms-list {
		margin-bottom: 25px;
		margin-top: 40px;
	}
	.disease.block {
		padding-bottom: 100px;
	}
}

@media screen and (min-width: 1420px) {
	.advantage-form {
		padding-left: 30px;
	}
	.header__logo {
		width: 79px;
		margin-right: 179px;
	}
	.nav__item:first-child {
		margin-right: 76px;
	}
	.form__input {
		width: 235px;
	}
	.medal__item:first-child {
		top: -81px;
		left: -39px;
	}
	.medal__item:nth-child(2) {
		top: -85px;
		left: 120px;
	}
	.medal__item:nth-child(3) {
		top: -80px;
		left: 247px;
	}
	.promo__list {
		max-width: 497px;
	}
	.promo-list__item--title {
		max-width: 400px;
	}
	.promo-list__item::before {
		left: 5px;
		top: 2px;
	}
	.promo-list__item:not(:first-child) {
		padding-left: 38px;
	}
	.order-box__img--second {
		top: -55px;
	}
	.accord__content {
		margin-left: 668px;
	}
	.promo-pack__action {
		top: -2px;
		width: 155px;
		height: 155px;
		right: -70px;
		padding-top: 33px;
		font-size: 20px;
	}
	.advantage-label.promo-pack__action {
		top: -75px;
		width: 155px;
		height: 155px;
		right: -90px;
	}
	.promo-pack__value {
	font-size: 49px;
	}
	.promo-action__title {
    text-align: left;
    letter-spacing: 2px;
	}
	.disease__subtitle {
    margin-bottom: 50px;
	}
	.helps-icon__item:first-child {
    margin-bottom: 31px;
	}
	.helps-icon__item:last-child {
    margin-top: 24px;
    margin-right: 11px;
	}
	.review-box {
    width: 697px;
	}
	.order-item {
    max-width: 414px;
	}
	.disease__block {
    margin-left: 718px;
	}
	.accord {
    margin: 0 auto;
	}
	.accord__item:nth-child(1) .accord__btn {
    top: 132px;
	}
	.accord__content {
    position: relative;
    top: -49px;
	}
	.helps-icon-components {
    gap: 20px;
	}
	.promo__action {
    max-width: 860px;
	}
	.footer-block.block {
    padding: 131px 0 100px;
	}
	.promo-pack__value.popup-pack__value {
    font-size: 38px;
	}
	.disease.block {
    padding-bottom: 160px;
	}
	}
	
	@media screen and (max-width: 1023px) {
	.disease__block {
    padding: 15px;
	}
	.disease__text {
    margin-bottom: 15px;
	}
	.helps-info {
    padding: 25px;
	}
	}
	
	.expert-image__wrapper {
	width: 95px;
	flex-shrink: 0;
	}
	
	@media screen and (max-width: 459px) {
	.expert__signature {
    display: none;
	}
	
	}
	
	@media screen and (min-width: 460px) {
	.expert-footer__wrapper {
    display: flex;
	}
	.expert__signature {
    width: 60%;
	}
	.composition-info__desc {
    font-size: 16px;
	}
	}
	
	@media screen and (min-width: 639px) and (max-width: 1023px) {
	.composition-info {
    width: 399px;
	}
	}
	@media screen and (max-width: 639px) {
	.accord-block {
    margin-bottom: 20px;
	}
	}
	
	.advantage-form .btn::before {
	display: none;
	}
	@media screen and (min-width: 380px) {
	.advantage-form .btn::before {
    display: block;
	}
	}
	
	.footer__wrapper-text {
	text-align: center;
	color: #788188;
	margin-bottom: 10px;
	}
	
	.rom-footer a {
	color: #35383b;
	}
	
	.rom-footer a:hover {
	text-decoration: underline;
	}
	
	@media screen and (min-width: 1220px) {
	.star {
    position: relative;
    top: 10px;
	}
	}
	
	.ever-popup .btn__text {
	padding-right: 20px;
	}
	
	.form__date-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	}
	
	.form__date-wrapper {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	}
	
	.form__note {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	}
	
	@media screen and (max-width: 1023px) {
	.advantage-form .form__date-wrapper.tab {
    display: none;
	}
	}
	
	@media screen and (min-width: 1024px) {
	.form__date-wrapper {
    font-size: 18px;
	}
	.ever-popup .form__price {
    margin-left: auto;
    margin-right: auto;
	}
	.advantage-block-right .form__date-wrapper.mob {
    display: none;
	}
	.advantage-form .form__date-wrapper.tab {
    display: flex;
	}
	}
	@media screen and (min-width: 1000px) {
	.ever-popup .form__date-wrapper {
    font-size: 18px;
	}
	}
	@media screen and (min-width: 1220px) {
	.form__date-wrapper {
    flex-direction: row;
    gap: 30px;
    padding-left: 175px;
	}
	.form__note {
    padding-left: 140px;
	}
	.ever-popup .form__date-wrapper {
    flex-direction: column;
    gap: 0;
    padding-left: 0;
	}
	.ever-popup .form__input {
    width: 390px;
	}
	.ever-popup .form__note {
    padding-left: 0;
	}
	.advantage-form .form__date-wrapper {
    padding-left: 295px;
	}
	.advantage-form .form__note {
    padding-left: 295px;
	}
	.advantage-form .form__input {
    width: 235px;
	}
	}
	
	.pulse {
	animation: pulse 2s infinite;
	}
	
	@keyframes pulse {
	0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
	}
	
	50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
	}
	
	100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
	}
	}
	@media  (max-width: 640px) {
	.prod1 {
    top: 0px;
	}
	}		
	@media (min-width: 1024px) and (max-width: 1219px){
		.btn { 
			text-align: center;
			padding-left: 0;
		}
		/* .form__btn {
			right: 20px;
		} */
	}
	@media (min-width:1420px) {
			.advantage-price .price__new {
		font-size: 50px;
		margin-right: 0px;
	}
	.advantage-price .price__old {
		font-size: 42px;
		left: 0px;
	}
	}
	.form__date-wrapper p {
		text-align: center;
	}