@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(''), url('../fonts/roboto-v20-latin-ext-regular.woff2') format('woff2'),
		url('../fonts/roboto-v20-latin-ext-regular.woff') format('woff');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local(''), url('../fonts/roboto-v20-latin-ext-700.woff2') format('woff2'),
		url('../fonts/roboto-v20-latin-ext-700.woff') format('woff');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: local(''), url('../fonts/roboto-v20-latin-ext-900.woff2') format('woff2'),
		url('../fonts/roboto-v20-latin-ext-900.woff') format('woff');
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 1.2;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

br {
	line-height: 1;
	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;
}

::-moz-focus-inner,
::-moz-focus-outer {
	border: 0;
	padding: 0;
}

::-ms-clear {
	display: none;
}

* {
	-webkit-tap-highlight-color: transparent;
}

#comebacker_main_div {
	display: none !important;
	height: 0 !important;
}

html {
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

select,
select:hover {
	background-size: 10px 10px;
}

select {
	outline: 0 !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background-image: url(https://179523selcdn.ru/public/layout-images/select-triangle.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right 10px center !important;
}

select:hover {
	background-position: right 10px center;
}

select:focus {
	outline: 0 !important;
	outline-color: transparent;
	outline-width: 0;
}

select::-ms-expand {
	display: none !important;
	background: 0 0 !important;
	position: fixed;
	border: 0 !important;
	outline: 0 !important;
}

button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
	border: 0;
}

:not(#fake) {
	outline: 0;
}

a:-moz-focusring,
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

img {
	display: block;
	max-width: 100%;
}

svg {
	overflow: hidden;
}

.container {
	margin: 0 auto;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.title {
	font-size: 26px;
	color: #333;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}

.text-bold {
	font-weight: 700;
}

.text-black {
	font-weight: 900;
}

.text-nowrap {
	white-space: nowrap;
}

.text-red {
	color: #ec512e;
}

.button {
	width: 220px;
	height: 40px;
	border-radius: 10px;
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(0, #d00a1d),
		color-stop(50%, #cb2525),
		color-stop(51%, #e33f3f),
		to(#cb2525)
	);
	background: linear-gradient(to left, #d00a1d 0, #cb2525 50%, #e33f3f 51%, #cb2525 100%);
	font-size: 30px;
	line-height: 0.7;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 12px 5px;
	background-size: 200% 100%;
	background-position: 100% 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

.btn:hover,
.button:hover {
	background-position: 0 0;
}

.btn--small {
	font-size: 18px;
	font-weight: 400 !important;
}

.btn {
	height: 70px;
	border-bottom: 5px solid #b11818;
	border-radius: 41px;
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(0, #d00a1d),
		color-stop(50%, #e52d36),
		color-stop(51%, #d40e22),
		to(#ff4200)
	);
	background: linear-gradient(to left, #d00a1d 0, #e52d36 50%, #d40e22 51%, #ff4200 100%);
	width: 100%;
	font-size: 24px;
	line-height: 0.8;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 12px 5px;
	background-size: 200% 100%;
	background-position: 100% 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
}

.small-text {
	font-size: 17px;
}

.uppercase {
	text-transform: uppercase;
}

.clip-path {
	-webkit-clip-path: polygon(30% 0, 70% 0, 100% 0, 100% 70%, 70% 100%, 30% 100%, 0 100%, 0 30%);
	clip-path: polygon(30% 0, 70% 0, 100% 0, 100% 70%, 70% 100%, 30% 100%, 0 100%, 0 30%);
}

.accent {
	color: #915169;
}

.name,
.nameland {
	border-radius: 29px;
}

.form__select,
.name,
.nameland,
.select {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.select {
	border-radius: 29px;
}

.name:hover,
.nameland:hover .form__select:hover,
.select:hover {
	-webkit-box-shadow: inset 0 0 10px rgba(81, 84, 91, 0.3) !important;
	box-shadow: inset 0 0 10px rgba(81, 84, 91, 0.3) !important;
	background-color: #f8f8f8 !important;
}

.slick-list,
.slick-slider {
	position: relative;
	display: block;
}

.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.menu-mob.open .menu-mob__bg,
.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: #fff;
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-dots,
.slick-dots li button:before {
	position: absolute;
	left: 0;
	text-align: center;
}

.slick-dots {
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}

.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	top: 0;
	width: 20px;
	height: 20px;
	content: '';
	opacity: 0.25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: #000;
}

.slick-slide {
	outline: 0;
}

.block {
	padding-top: 25px;
	padding-bottom: 25px;
}

.menu-mob__bg {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
}

.menu-mob__content {
	position: fixed;
	left: 0;
	top: 0;
	max-width: 320px;
	width: 100%;
	height: 100%;
	background-color: #252525;
	padding: 20px;
	overflow: auto;
	z-index: 100;
}

.menu-mob__header {
	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;
}

.menu-list,
.menu-mob__header {
	margin-bottom: 25px;
}

.menu-list__item:not(:last-child) {
	margin-bottom: 15px;
}

.list-item__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
}

.menu-list__text {
	border-bottom: 1px dashed #a9a9a9;
}

.menu-list__text:hover {
	border-bottom: 1px dashed #252525;
}

.list-item__img {
	margin-right: 12px;
}

.mob-close {
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.btn-mob {
	width: 100%;
	font-size: 23px;
}

.menu-mob,
.menu-mob.open {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.menu-mob__bg {
	display: none;
	z-index: 10;
}

.menu-mob.open .menu-mob__content,
.menu-mob__content {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.menu-mob.open .menu-mob__content {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.menu-mob .timer {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 25px;
}

.menu-mob .timer__text {
	width: 100%;
	margin-right: 0;
	text-align: center;
	margin-bottom: 5px;
}

.menu-desc {
	display: none;
}

.header {
	position: relative;
}

.burger {
	cursor: pointer;
	position: absolute;
	top: 22px;
	width: 40px;
	height: 40px;
	background: #009640;
	border-radius: 50%;
	text-align: center;
	z-index: 2;
}

.burger img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.timer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.timer__text {
	font-size: 14px;
	color: #fff;
	width: 120px;
	margin-right: 22px;
}

.timer .hours,
.timer .minutes,
.timer .seconds,
.timer__num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.timer__num {
	color: #fff;
}

.timer .hours,
.timer .minutes,
.timer .seconds {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 5px;
	margin-right: 4px;
	width: 32px;
	height: 41px;
	padding: 10px 0;
	font-size: 22px;
	line-height: 1;
	border: 2px solid #e03c3c;
}

.timer .dots {
	margin-right: 5px;
}

.timer .seconds:last-child {
	margin-right: 0 !important;
}

.promo {
	background-color: #f6f5f5;
}

.promo-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.promo-couple {
	display: none;
}

.promo__title {
	font-size: 28px !important;
	color: #222;
	margin-bottom: 10px !important;
}

.promo__subtitle {
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
}

.promo-item,
.promo-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.promo-list {
	max-width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 30px;
}

.promo-list::before {
	content: '';
	width: 60px;
	height: 7px;
	background-color: #009640;
	position: absolute;
	top: -23px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.promo-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 10px;
	margin-bottom: 26px;
}

.promo-item:last-child {
	margin-bottom: 0;
}

.promo-item__circle {
	width: 60px;
	height: 59px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	border: 1px solid green;
	background-color: #f5faf7;
	position: relative;
	z-index: 4;
}

.promo-item__circle::before {
	content: '';
	width: 45px;
	height: 44px;
	border-radius: 50%;
	background-color: #19a053;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.promo-item__circle img {
	width: 24px;
	height: 24px;
}

.promo-item__desc {
	font-size: 16px;
}

.promo__circle {
	width: 47px;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #009640;
	border-radius: 50%;
	border: 5px solid #f2f7f5;
}

.promo__circle img {
	width: 15px;
	height: 15px;
}

.promo__product {
	max-width: 250px;
	margin: 0 auto 30px;
}

.promo-partners {
	max-width: 300px;
	-webkit-box-shadow: 3px 3px 6px rgba(3, 3, 3, 0.1);
	box-shadow: 3px 3px 6px rgba(3, 3, 3, 0.1);
	border-radius: 35px;
	background-color: #fff;
	margin: 0 auto;
}

.promo-partners img {
	margin: 0 auto;
	padding: 20px 30px;
}

.promo-partners.mob {
	display: block;
}

.promo-partners.desk {
	display: none;
}

.promo-form {
	margin: 0 auto;
}

.promo-form-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.form {
	width: 270px;
	position: relative;
	-webkit-box-shadow: 0 0 35px rgba(134, 147, 162, 0.25);
	box-shadow: 0 0 35px rgba(134, 147, 162, 0.25);
	border: 2px solid #009640;
	background-color: #009640;
	border-radius: 5px;
	margin-bottom: 11px;
}

.form__wrapper {
	padding: 23px 23px 20px;
	border-radius: 4px 4px 0 0;
	background-color: #fff;
	position: relative;
}

.form::before,
.form__action {
	position: absolute;
	color: #fff;
	font-weight: 700;
}

.form::before {
	content: '-50%';
	top: -12px;
	right: -17px;
	width: 60px;
	height: 55px;
	background: url(../images/sale-bg.png) no-repeat center/contain;
	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-size: 16px;
	line-height: 1;
	z-index: 1;
}

.form__action {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 21px;
	line-height: 24.59px;
	letter-spacing: -0.85px;
}

.form__subtitle {
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	font-weight: 700;
	color: #222;
}

.form__subtitle--date {
	font-weight: 700;
	display: block;
	color: #f24841;
}

.form__name,
.form__phone {
	margin-bottom: 15px;
	position: relative;
	display: block;
}

.form__name img,
.form__phone img {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: 19px;
	height: 20px;
	z-index: 5;
}

.form__btn {
	font-size: 17px;
	margin: 5px 0 0;
}

.form__btn span {
	font-size: 30px;
	line-height: 30px;
}

.form__text {
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 15px;
}

.form__amount-packs {
	color: #eb1d26;
	font-weight: 700;
	line-height: 20px;
}

.form__attention {
	opacity: 0.7;
	color: #1f1f1f;
	font-size: 15px;
	line-height: 16.52px;
	text-align: center;
	margin: 8px 0 15px;
}

.form__left,
.form__lock {
	font-size: 15px;
	line-height: 1;
	width: 100%;
}

.form__left {
	color: #fff;
	background-color: #009640;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 7px 0;
}

.form__left .lastpack {
	font-size: 20px;
	font-weight: 900;
}

.form__lock {
	color: rgba(34, 34, 34, 0.7);
	position: relative;
	max-width: 270px;
	margin-top: 15px;
}

.form__lock:before {
	content: '';
	display: inline-block;
	background: url(../images/lock.png) no-repeat center;
	width: 22px;
	height: 24px;
	margin-right: 14px;
}

.form .price {
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
}

.form-protected,
.form__lock {
	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;
}

.form-protected__img {
	margin-right: 10px;
}

.form-protected__text {
	font-size: 15px;
	color: #444;
}

.form-btn {
	margin-top: 0;
}

::-webkit-input-placeholder {
	color: #666 !important;
}

::-moz-placeholder {
	color: #666 !important;
}

:-ms-input-placeholder {
	color: #666 !important;
}

::placeholder {
	color: #666 !important;
}

.input {
	-webkit-box-shadow: inset 2px 3px 5px rgba(34, 35, 39, 0.09);
	box-shadow: inset 2px 3px 5px rgba(34, 35, 39, 0.09);
	border-radius: 29px;
	border: 1px solid #dedddd;
	background-color: #fff;
	height: 60px;
	padding: 19px 10px 19px 50px;
	width: 100%;
	color: #666;
	font-size: 16px;
	line-height: 18px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

.input::-webkit-input-placeholder {
	opacity: 1;
}

.input::-moz-placeholder {
	opacity: 1;
}

.input:-ms-input-placeholder {
	opacity: 1;
}

.input::placeholder {
	opacity: 1;
}

.form__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around;
	width: 100%;
	margin-top: 7px;
	position: relative;
	margin-bottom: 12px;
}

.form__price-val {
	text-align: left;
}

.form__price-title {
	font-size: 13px;
	color: #666;
}

.form__price-title--new {
	color: #000;
	font-size: 14px;
	font-weight: 500;
}

.form__price-before {
	font-size: 28px;
	color: #a2a1a1;
	margin-top: 5px;
}

.form__price-before_line {
	position: relative;
}

.form__price-before_line::after,
.form__price-before_line::before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #f23e2b;
	position: absolute;
	top: 50%;
	left: 0;
}

.form__price-before_line::before {
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
}

.form__price-before_line::after {
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.form__price-before_size {
	font-size: 16px;
}

.form_before {
	display: block;
	width: 1px;
	margin-top: 3px;
	height: 50px;
	background-color: #d1d0d0;
}

.form__price-after {
	font-size: 40px;
	color: #000;
	font-weight: 900;
	margin-top: -5px;
	position: relative;
	margin-right: -7px;
}

.form__price-after_size {
	font-size: 16px;
	font-weight: 400;
}

.form__price-after .x_currency {
	color: #000;
	font-weight: 500;
}

.online-people,
.online-sold {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.online-sold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.online-people img,
.online-sold img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.online-people p,
.online-sold p {
	color: #626262;
	font-weight: 400;
	line-height: 1;
	margin-left: 8px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.online-dynamic {
	color: #e45326;
	font-weight: 700;
}

.online-wrapper {
	overflow: hidden;
	height: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-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;
}

.online-block {
	background-color: #fff;
	padding-bottom: 15px;
}

.online-people {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 12px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.online-people.active {
	max-height: 200px;
	opacity: 1;
	font-size: 14px;
}

.reviews-amount__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.default-input:before {
	content: '';
	position: absolute;
	width: 21px;
	height: 24px;
	background-size: cover;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 23px;
}

.option__text,
.x_country_select {
	display: none;
}

.custom-select {
	margin-right: 11px !important;
	display: inline-block !important;
	position: relative !important;
	border: 0 !important;
	border-right: 1px solid #d0d0d0 !important;
	border-top-left-radius: 30px !important;
	border-bottom-left-radius: 30px !important;
	cursor: pointer !important;
	background: url(../images/form-down.png) no-repeat 30px 16px !important;
	background-size: 14px !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.custom-select,
.selected {
	width: 50px;
	height: 40px;
	z-index: 1;
}

.form__input_select,
.input--select {
	position: absolute;
	width: 218px !important;
	height: 60px;
	border-radius: 29px;
	z-index: 0;
	border: 0;
	padding-left: 66px !important;
	background: 0 0;
	top: 50%;
	color: #666;
	font-size: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.input--select {
	border-radius: 40px;
}

.default-input {
	display: block;
	margin-bottom: 15px;
	position: relative;
}

.form__select {
	border: 1px solid #dedddd;
	padding: 19px 20px 19px 10px;
	color: #666;
	font-size: 16px;
	line-height: 1;
	width: 100%;
	-webkit-box-shadow: inset 2px 3px 5px rgba(34, 35, 39, 0.09);
	box-shadow: inset 2px 3px 5px rgba(34, 35, 39, 0.09);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 29px;
	height: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.option,
.options.opened,
.ways img {
	display: block;
}

.selected.UA {
	background: url(../images/UA.png) left center no-repeat;
}

.selected.RU {
	background: url(../images/RU.png) left center no-repeat;
}

.selected.KZ {
	background: url(../images/KZ.png) left center no-repeat;
}

.selected.KG {
	background: url(../images/KG.png) left center no-repeat;
}

.selected.BY {
	background: url(../images/BY.png) left center no-repeat;
}

.selected.TH {
	background: url(../images/TH.png) left center no-repeat;
}

.selected.GE {
	background: url(../images/GE.png) left center no-repeat;
}

.selected.MD {
	background: url(../images/MD.png) left center no-repeat;
}

.selected.BG {
	background: url(../images/BG.png) left center no-repeat;
}

.selected.CY {
	background: url(../images/CY.png) left center no-repeat;
}

.selected.CZ {
	background: url(../images/CZ.png) left center no-repeat;
}

.selected.DE {
	background: url(../images/DE.png) left center no-repeat;
}

.selected.EL {
	background: url(../images/EL.png) left center no-repeat;
}

.selected.EN {
	background: url(../images/EN.png) left center no-repeat;
}

.selected.ES {
	background: url(../images/ES.png) left center no-repeat;
}

.selected.FR {
	background: url(../images/FR.png) left center no-repeat;
}

.selected.HR {
	background: url(../images/HR.png) left center no-repeat;
}

.selected.HU {
	background: url(../images/HU.png) left center no-repeat;
}

.selected.IT {
	background: url(../images/IT.png) left center no-repeat;
}

.selected.PL {
	background: url(../images/PL.png) left center no-repeat;
}

.selected.PT {
	background: url(../images/PT.png) left center no-repeat;
}

.selected.RO {
	background: url(../images/RO.png) left center no-repeat;
}

.selected.AT {
	background: url(../images/AT.png) left center no-repeat;
}

.selected.GR {
	background: url(../images/GR.png) left center no-repeat;
}

.option.UA {
	background: rgba(255, 255, 255, 0.7) url(../images/UA.png) no-repeat center;
}

.option.RU {
	background: rgba(255, 255, 255, 0.7) url(../images/RU.png) no-repeat center;
}

.option.KZ {
	background: rgba(255, 255, 255, 0.7) url(../images/KZ.png) no-repeat center;
}

.option.KG {
	background: rgba(255, 255, 255, 0.7) url(../images/KG.png) no-repeat center;
}

.option.BY {
	background: rgba(255, 255, 255, 0.7) url(../images/BY.png) no-repeat center;
}

.option.TH {
	background: rgba(255, 255, 255, 0.7) url(../images/TH.png) no-repeat center;
}

.option.GE {
	background: rgba(255, 255, 255, 0.7) url(../images/GE.png) no-repeat center;
}

.option.MD {
	background: rgba(255, 255, 255, 0.7) url(../images/MD.png) no-repeat center;
}

.option.BG {
	background: rgba(255, 255, 255, 0.7) url(../images/BG.png) no-repeat center;
}

.option.CY {
	background: rgba(255, 255, 255, 0.7) url(../images/CY.png) no-repeat center;
}

.option.CZ {
	background: rgba(255, 255, 255, 0.7) url(../images/CZ.png) no-repeat center;
}

.option.DE {
	background: rgba(255, 255, 255, 0.7) url(../images/DE.png) no-repeat center;
}

.option.EL {
	background: rgba(255, 255, 255, 0.7) url(../images/EL.png) no-repeat center;
}

.option.EN {
	background: rgba(255, 255, 255, 0.7) url(../images/EN.png) no-repeat center;
}

.option.ES {
	background: rgba(255, 255, 255, 0.7) url(../images/ES.png) no-repeat center;
}

.option.FR {
	background: rgba(255, 255, 255, 0.7) url(../images/FR.png) no-repeat center;
}

.option.HR {
	background: rgba(255, 255, 255, 0.7) url(../images/HR.png) no-repeat center;
}

.option.HU {
	background: rgba(255, 255, 255, 0.7) url(../images/HU.png) no-repeat center;
}

.option.IT {
	background: rgba(255, 255, 255, 0.7) url(../images/IT.png) no-repeat center;
}

.option.PL {
	background: rgba(255, 255, 255, 0.7) url(../images/PL.png) no-repeat center;
}

.option.PT {
	background: rgba(255, 255, 255, 0.7) url(../images/PT.png) no-repeat center;
}

.option.RO {
	background: rgba(255, 255, 255, 0.7) url(../images/RO.png) no-repeat center;
}

.option.AT {
	background: rgba(255, 255, 255, 0.7) url(../images/AT.png) no-repeat center;
}

.option.GR {
	background: rgba(255, 255, 255, 0.7) url(../images/GR.png) no-repeat center;
}

.option.SI {
	background: rgba(255, 255, 255, 0.7) url(../images/SI.png) no-repeat center;
}

.option.LV {
	background: rgba(255, 255, 255, 0.7) url(../images/LV.png) no-repeat center;
}

.option.LT {
	background: rgba(255, 255, 255, 0.7) url(../images/LT.png) no-repeat center;
}

.selected.SI {
	background: url(../images/SI.png) left center no-repeat;
}

.selected.LV {
	background: url(../images/LV.png) left center no-repeat;
}

.selected.LT {
	background: url(../images/LT.png) left center no-repeat;
}

.option,
.selected {
	background-size: 25px !important;
}

.hide {
	opacity: 0;
	display: none;
}

.options {
	position: absolute;
	z-index: 10;
	display: none;
	-webkit-box-shadow: 2px 5px 10px rgba(208, 208, 208, 0.75);
	box-shadow: 2px 5px 10px rgba(208, 208, 208, 0.75);
	height: 195px;
	min-width: 60px;
	overflow-y: scroll;
	overflow-x: hidden;
	top: -9px;
	left: -11px;
	background-color: #fbfcfd;
}

.option {
	width: 50px;
	height: 37px;
	margin: 10px 0;
}

.options ::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 5px;
	height: 0;
}

.options::-webkit-scrollbar-track {
	background-color: #ecedee;
}

.options::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background-color: #324697;
}

.options::-webkit-scrollbar-thumb:hover {
	background-color: #2a3a7c;
}

.options::-webkit-resizer {
	background-repeat: no-repeat;
	width: 4px;
	height: 0;
}

.options::-webkit-scrollbar {
	width: 5px;
}

input::-ms-input-placeholder {
	color: #666 important;
}

input::-moz-placeholder {
	color: #666 important;
}

input:-ms-input-placeholder {
	color: #666 important;
}

input::placeholder {
	color: #666 important;
}

input::-webkit-input-placeholder {
	color: #666 important;
}

.x_price_previous {
	font-size: 20px;
}

.x_price_current {
	font-size: 34px;
}

:active,
:focus,
:hover,
:visited,
a,
a:active,
a:focus,
a:hover,
a:visited {
	outline: 0 !important;
}

::-moz-focus-inner {
	border: 0;
	outline: 0;
}

.check__title {
	margin-bottom: 10px !important;
}

.check__subtitle {
	font-size: 18px;
	text-align: center;
	color: #444;
	font-weight: 500;
	margin-bottom: 45px;
}

.check-list,
.check__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.check__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.check-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 60px;
}

.check-item {
	max-width: 300px;
	-webkit-box-shadow: 0 10px 30px rgba(75, 85, 86, 0.1);
	box-shadow: 0 10px 30px rgba(75, 85, 86, 0.1);
	margin-bottom: 45px;
	position: relative;
}

.check-item:last-child,
.doctor-item:last-child {
	margin-bottom: 0;
}

.check-item__circle {
	width: 60px;
	height: 59px;
	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-weight: 700;
	color: #fff;
	font-size: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	border: 1px solid #e02727;
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 4;
}

.check-item__circle::before {
	content: '';
	width: 45px;
	height: 44px;
	border-radius: 50%;
	background-color: #e02727;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.check-item__bg {
	position: absolute;
	bottom: -2px;
	left: 0;
}

.check-item__desc {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	z-index: 2;
	position: absolute;
	bottom: 7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.check-info {
	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;
	text-align: center;
	position: relative;
}

.check-info__arrow {
	width: 100%;
	position: absolute;
	top: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.check-info__arrow img {
	margin: 0 auto;
}

.check-info__desc {
	font-size: 20px;
	margin-bottom: 9px;
}

.check-info__desc-accent {
	font-size: 19px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.check-info-warning {
	border: 2px solid #ff5e5e;
	border-radius: 5px;
	font-weight: 500;
	color: #000;
	padding: 10px;
	font-size: 16px;
}

.problem {
	position: relative;
	z-index: 5;
	background-color: #f6f5f5;
}

.expert {
	margin-bottom: 42px;
}

.expert-text {
	text-align: center;
	margin-bottom: 25px;
}

.expert__title {
	margin-bottom: 0 !important;
}

.expert__accent {
	font-size: 26px;
	color: #e02727;
}

.expert-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 10px 30px rgba(75, 85, 86, 0.1);
	box-shadow: 0 10px 30px rgba(75, 85, 86, 0.1);
	background-color: #fff;
	padding: 10px;
	position: relative;
}

.doctor-item br,
.expert__men {
	display: none;
}

.expert-desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
}

.expert__response {
	color: #444;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 20px;
}

.expert-bio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	position: relative;
}

.expert-bio::before {
	content: '';
	width: 70px;
	height: 1px;
	background-color: #b6b6b6;
	position: absolute;
	top: -10px;
	left: 0;
}

.expert-bio-wrapper {
	text-align: left;
}

.expert-bio__name {
	font-size: 20px;
}

.expert-bio__prof {
	font-size: 16px;
	padding-right: 120px;
}

.expert-bio-picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: -6px;
	bottom: 2px;
}

.expert-bio__sign {
	width: 50px;
}

.expert-bio__approved {
	width: 70px;
}

.info {
	margin-bottom: 40px;
}

.info-content,
.info-hormone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.info-hormone {
	margin-bottom: 20px;
}

.info-text {
	margin-bottom: 40px;
	position: relative;
}

.info-text::after,
.info-text::before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #cccbcb;
	position: absolute;
	left: 0;
}

.info-text::before {
	top: -19px;
}

.info-text::after {
	bottom: -19px;
}

.info-text__title {
	text-align: center;
	color: #444;
	font-size: 18px;
	margin-bottom: 15px;
}

.info-text__desc {
	font-size: 18px;
}

.info-picture {
	max-width: 300px;
	margin: 0 auto;
}

.info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.info-box__title {
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}

.info-item,
.info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.info-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 5px;
}

.info-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.info-item__check {
	margin-right: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.info-item__desc {
	font-size: 16px;
}

.info-prod {
	max-width: 200px;
	margin: 0 auto 0px;
}

.info-partners {
	max-width: 370px;
	-webkit-box-shadow: 3px 3px 6px rgba(3, 3, 3, 0.1);
	box-shadow: 3px 3px 6px rgba(3, 3, 3, 0.1);
	border-radius: 35px;
	background-color: #fff;
	margin: 0 auto;
}

.info-partners img {
	margin: 0 auto;
	padding: 20px 30px;
}

.doctor {
	position: relative;
}

.doctor::before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #cccbcb;
	position: absolute;
	top: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.doctor-content,
.doctor-text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.doctor-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.doctor-text {
	text-align: center;
	margin-bottom: 20px;
}

.doctor__title {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.doctor__subtitle {
	font-size: 16px;
}

.doctor-info {
	-webkit-box-shadow: 0 10px 30px rgba(75, 85, 86, 0.1);
	box-shadow: 0 10px 30px rgba(75, 85, 86, 0.1);
	background-color: #fff;
	padding: 10px;
	position: relative;
}

.doctor-info__men {
	max-width: 200px;
	margin: 0 auto;
}

.doctor-info-desc {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.doctor-info-desc,
.doctor-item,
.doctor-item__circle,
.doctor-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.doctor-list {
	max-width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 25px;
}

.doctor-item,
.doctor-item__circle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.doctor-item {
	margin-bottom: 20px;
}

.doctor-item__circle {
	width: 49px;
	height: 48px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	border: 1px solid green;
	background-color: #f5faf7;
	position: relative;
	z-index: 4;
}

.doctor-item__circle::before {
	content: '';
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #19a053;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.doctor-item__circle img {
	width: 15px;
	height: 15px;
}

.doctor-item__desc {
	font-size: 16px;
}

.doctor-item__desc-accent {
	color: #444;
}

.doctor-bio {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.doctor-bio,
.doctor-bio.mob {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.doctor-bio.desk {
	display: none;
}

.doctor-bio__name {
	font-size: 20px;
}

.doctor-bio__prof {
	font-size: 16px;
}

.doctor-bio__sign {
	width: 55px;
	position: absolute;
	left: 120px;
	bottom: 0;
}

picture {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

span[class^='date-'] {
	white-space: nowrap;
}

.text-accent {
	color: #f24841;
}

.changes-list {
	max-width: 250px;
	margin: 0 auto;
}

.changes-list__img {
	margin-bottom: 10px;
	position: relative;
}

.changes-list__img::before {
	display: none;
	width: 100%;
	height: 80px;
	content: '';
	position: absolute;
	bottom: 0;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

.changes-list__stage {
	width: 100%;
	padding: 10px 5px;
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.changes__item-title {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.changes__item-text {
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}

.changes__item:not(:last-of-type),
.composition__item:not(:last-child) {
	margin-bottom: 15px;
}

.changes__item:nth-child(1) .changes-list__stage {
	background-color: #de2424;
}

.changes__item:nth-child(2) .changes-list__stage {
	background-color: #deb525;
}

.changes__item:nth-child(3) .changes-list__stage {
	background-color: #009640;
}

.possibility {
	background-color: #f6f5f5;
}

.full {
	position: relative;
}

.full::before,
.full__title::before {
	content: '';
	position: absolute;
	display: none;
}

.full::before {
	width: 400px;
	height: 300px;
	top: -40px;
	left: -20px;
	background-image: url(../images/bg-room.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.full__photo {
	width: 250px;
	margin: 0 auto 10px;
	padding: 10px 10px 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px 1px #103922;
	box-shadow: 0 0 8px 1px #103922;
	display: none;
}

.full__title {
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	position: relative;
	max-width: 100%;
}

.full__title::before {
	width: 40px;
	height: 5px;
	top: 0;
	left: 0;
	background-color: #009640;
}

.composition__title {
	margin-bottom: 15px !important;
	position: relative;
	padding-top: 56px;
}

.composition__name::before,
.composition__title::before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.composition__title::before {
	content: '';
	top: 0;
	width: 50px;
	height: 50px;
	background: url(../images/gender.png) no-repeat center #009640;
	background-size: 25px;
	border-radius: 50%;
}

.composition__subtitle {
	max-width: 94%;
	color: #444;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 15px;
}

.composition__list {
	margin-bottom: 15px;
	counter-reset: list1;
}

.composition__img {
	margin-bottom: 10px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.composition__name {
	text-align: center;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 15px;
	z-index: 0;
}

.composition__name::before {
	counter-increment: list1;
	content: counter(list1);
	top: -5px;
	color: #e0dede;
	font-size: 60px;
	line-height: 50px;
	z-index: -1;
}

.composition__name--small {
	margin-top: 5px;
	display: block;
	font-size: 16px;
	font-weight: 400;
}

.composition__btn {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.composition__btn .btn--small {
	margin-top: 5px;
}

.formland {
	max-width: 300px;
	margin: 0 auto;
}

.formland__prod {
	width: 220px;
	margin: 0 auto 15px;
}

.formland__pack {
	max-width: 220px;
	margin: 0 auto;
}

.formland__content {
	width: 100%;
	padding: 15px;
	background-color: #282826;
	position: relative;
}

.formland__form,
.formland__title {
	position: relative;
}

.formland__title {
	max-width: 200px;
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}

.formland__title::before {
	width: 65px;
	height: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	content: '50%';
	font-weight: 700;
	position: absolute;
	right: -68px;
	background-image: url(../images/sale-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.formland__timer {
	margin-bottom: 15px;
}

.formland .timer {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.formland .timer__text {
	width: 100%;
	margin: 0 0 5px;
	text-align: center;
}

.formland :-ms-input-placeholder.input {
	opacity: 1;
}

.formland .input {
	color: #000;
	background-color: #fff;
}

.formland input:invalid,
.formland textarea:invalid {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.formland input::-webkit-input-placeholder {
	color: #666;
}

.formland input::-moz-placeholder {
	color: #666;
	opacity: 1;
}

.formland input:-moz-placeholder {
	color: #666;
}

.formland input:-ms-input-placeholder {
	color: #666;
}

.formland .options::-webkit-scrollbar-thumb {
	background-color: #009640;
}

.formland .form__input_select {
	color: #000;
}

.formland .form__select {
	background-color: #fff;
}

.formland .options {
	border-top-left-radius: 29px;
}

.formland .btn {
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}

.formland .btn--small {
	padding-top: 7px;
	display: block;
}

.statistics {
	background-color: #f6f5f5;
	position: relative;
	z-index: 3;
}

.statistics__title {
	margin-bottom: 15px !important;
}

.statistics__subtitle {
	font-size: 18px;
	text-align: center;
	color: #444;
	margin-bottom: 35px;
	font-weight: 500;
}

.statistics-item,
.statistics-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: center;
	-ms-flex-align: center;
	align-items: center;
}

.statistics-item {
	margin-bottom: 25px;
}

.statistics-item:last-child {
	margin-bottom: 0;
}

.statistics-item__circle {
	width: 132px;
	height: 132px;
	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;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	font-weight: 900;
	font-size: 32px;
	background-color: #fff;
	margin-bottom: 15px;
	position: relative;
}

.statistics-item__circle.blue {
	-webkit-box-shadow: 0 0 40px 5px rgba(35, 165, 193, 0.6);
	box-shadow: 0 0 40px 5px rgba(35, 165, 193, 0.6);
	border: 20px solid #23a5c1;
}

.statistics-item__circle.blue::after {
	background: url(../images/blue-arrow.svg) no-repeat;
	background-size: 100%;
}

.statistics-item__circle.yellow {
	-webkit-box-shadow: 0 0 40px 5px rgba(222, 181, 37, 0.6);
	box-shadow: 0 0 40px 5px rgba(222, 181, 37, 0.6);
	border: 20px solid #deb525;
	position: relative;
}

.statistics-item__circle.yellow::after {
	content: '';
	background: url(../images/yellow-arrow.svg) no-repeat;
	background-size: 100%;
}

.statistics-item__circle.green {
	-webkit-box-shadow: 0 0 40px 5px rgba(0, 150, 64, 0.6);
	box-shadow: 0 0 40px 5px rgba(0, 150, 64, 0.6);
	border: 20px solid #009640;
	position: relative;
}

.statistics-item__circle.green::after {
	content: '';
	background: url(../images/green-arrow.svg) no-repeat;
	background-size: 100%;
}

.statistics-item__desc {
	color: #444;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}

.reviews .title {
	margin-bottom: 10px;
}

.reviews-content {
	margin-top: 20px;
	border-radius: 10px;
	border: 1px solid #efefef;
	background-color: #f6f5f5;
	padding: 19px 10px 15px 15px;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
}

.reviews__subtitle {
	font-weight: 500;
	color: #444;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
}

.reviews-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.reviews__date {
	font-size: 15px;
	opacity: 0.7;
	color: #403737;
	line-height: 1;
	margin-left: auto;
}

.reviews-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.reviews-amount {
	padding-top: 4px;
	font-size: 16px;
	line-height: 1;
	padding-left: 20px;
	position: relative;
}

.reviews-btn {
	max-width: 220px;
	font-size: 16px;
	font-weight: 700;
	padding: 12px 10px 13px;
	border-width: 2px;
	height: auto;
	margin-bottom: 0;
	margin-top: 10px;
}

.reviews-list {
	margin-top: 30px;
	overflow: -moz-scrollbars-vertical;
	-ms-overflow-y: scroll;
	overflow-y: scroll;
	scrollbar-color: #2b7339 #f3f3f3;
	scrollbar-width: thin;
	height: 360px;
	margin-right: 0;
	padding-right: 20px;
}

.reviews-list-item {
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.reviews-list-item:first-child {
	padding-top: 0;
}

.reviews-list-item:last-child {
	border-width: 0;
	padding-bottom: 15px;
}

.reviews-item-avatar,
.reviews-item-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.reviews-item-avatar {
	background-color: #fff;
	border-radius: 50%;
	background-color: rgba(180, 159, 145, 0.3);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #444;
	width: 50px;
	height: 50px;
	font-size: 24px;
	font-weight: 700;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 1;
}

.reviews-item-avatar picture {
	width: 100%;
	height: 100%;
}

.reviews-item-title {
	margin-left: 10px;
}

.reviews-item__name {
	color: #222;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 5px;
}

.reviews-item__age {
	font-size: 16px;
	color: #444;
}

.reviews-item__rating {
	width: 95px;
	height: 17px;
	background: url(../images/star.png) repeat-x left center;
	background-size: 19px 17px;
	position: relative;
}

.reviews-item__rating:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/star-un.png) repeat-x left center;
	background-size: 19px 17px;
	width: 95px;
	height: 100%;
}

.reviews-item__date {
	opacity: 0.7;
	color: #403737;
	font-size: 15px;
	line-height: 1;
	margin-left: auto;
}

.reviews-item__text {
	margin-top: 10px;
	overflow: hidden;
	max-height: 800px;
	font-size: 17px;
	line-height: 20px;
	color: #666;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: relative;
}

.reviews--full .reviews-item__text:after,
.reviews-item__btn,
.reviews-list-item.active .reviews-item__text:after {
	display: none;
}

.reviews-item__btn:hover {
	text-decoration: none;
}

.reviews-item__btn:before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
	background: url(../images/btn-arrow.png) no-repeat center;
	width: 14px;
	height: 8px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.reviews-assessment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0;
}

.dislike,
.like {
	padding-left: 27px;
	position: relative;
	cursor: pointer;
}

.dislike:before,
.like:before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-65%);
	transform: translateY(-65%);
	left: 0;
	background: url(../images/like.png) no-repeat center;
	width: 18px;
	height: 16px;
}

.dislike,
.like,
.social__count {
	color: #666;
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
}

.like-active::before {
	background: url(../images/like-active.png) no-repeat center;
}

.dislike-active::before {
	background: url(../images/dislike-active.png) no-repeat center;
}

.dislike {
	margin-left: 30px;
}

.dislike:before {
	-webkit-transform: translateY(-44%) scaleY(-1);
	transform: translateY(-44%) scaleY(-1);
}

.reviews-list-item.active .reviews-item__text {
	max-height: 800px;
	-webkit-line-clamp: inherit;
}

.reviews-list-item.active .reviews-item__btn:before {
	-webkit-transform: translateY(-30%) rotate(180deg);
	transform: translateY(-30%) rotate(180deg);
}

.reviews--full .reviews-item__text {
	max-height: 100%;
}

.feedback,
.reviews--full .reviews-item__btn {
	display: none;
}

.feedback {
	margin-top: 15px;
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.feedback-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.feedback-name {
	position: relative;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.feedback-name:before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
	background: url(../images/feedback-user.png) no-repeat center;
	width: 15px;
	height: 19px;
}

.feedback-name-input {
	max-width: 100%;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #dfe2e3;
	background-color: #f8f8f8;
	padding-left: 52px;
	padding-right: 15px;
	color: #666;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 300;
	width: 100%;
}

.feedback-name-input::-webkit-input-placeholder {
	color: #666 !important;
	font-size: 17px;
	font-weight: 300 !important;
}

.feedback-name-input::-moz-placeholder {
	color: #666 !important;
	font-size: 17px;
	font-weight: 300 !important;
}

.feedback-age-input:-ms-input-placeholder,
.feedback-name-input:-ms-input-placeholder {
	color: #666 !important;
	font-size: 17px;
	font-weight: 300 !important;
}

.feedback-name-input::placeholder {
	color: #666 !important;
	font-size: 17px;
	font-weight: 300 !important;
}

.feedback-age {
	position: relative;
	margin-top: 10px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.feedback-age:before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
	background: url(../images/feedback-age.svg) no-repeat center;
	width: 18px;
	height: 18px;
	z-index: 1;
}

.feedback-age-input {
	max-width: 100%;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #dfe2e3;
	background-color: #f8f8f8;
	padding-left: 52px;
	padding-right: 15px;
	color: #666;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 300;
	width: 100%;
}

.feedback-age-input::-webkit-input-placeholder {
	color: #666 !important;
	font-size: 17px;
	font-weight: 300 !important;
}

.feedback-age-input::-moz-placeholder {
	color: #666 !important;
	font-size: 17px;
	font-weight: 300 !important;
}

.feedback-age-input::placeholder {
	color: #666 !important;
	font-size: 17px;
	font-weight: 300 !important;
}

.feedback-assessment {
	color: #666;
	font-size: 17px;
	font-weight: 300;
	line-height: 1;
	margin-left: 0;
}

.feedback-assessment-wrap,
.feedback-middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.feedback-middle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.feedback-form__internal-col {
	margin: 20px 0;
}

.feedback-form__checkmark-icon,
.use__info br {
	display: none;
}

.feedback-form__file,
.feedback-form__file-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.feedback-form__file-img {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.06);
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.06);
	border: 1px solid #e1e1e1;
	background: #eef2f7 url(../images/file-icon.png) no-repeat center;
	cursor: pointer;
}

.feedback-form__file-text {
	color: #666;
	font-size: 16px;
	line-height: 18px;
	text-decoration: underline;
	margin-left: 15px;
	cursor: pointer;
}

.feedback-text {
	margin-top: 15px;
	position: relative;
	z-index: 0;
}

.feedback-text-input {
	padding-top: 9px;
	background: url(../images/feedback-message.png) 18px 15% no-repeat;
	border-radius: 5px;
	border: 1px solid #dfe2e3;
	background-color: #f8f8f8;
	width: 100%;
	height: 103px;
	max-width: 100%;
	padding-left: 52px;
	padding-right: 15px;
	color: #666;
	font-size: 17px;
	font-weight: 300;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

.feedback-text-input::-webkit-input-placeholder {
	color: #666 !important;
	font-size: 17px;
	font-weight: 300;
}

.feedback-text-input::-moz-placeholder {
	color: #666 !important;
	font-size: 17px;
	font-weight: 300;
}

.feedback-text-input:-ms-input-placeholder {
	color: #666 !important;
	font-size: 17px;
	font-weight: 300;
}

.feedback-text-input::placeholder {
	color: #666 !important;
	font-size: 17px;
	font-weight: 300;
}

.feedback-btn {
	max-width: 100%;
	margin-top: 15px;
}

.feedback-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 10px;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100px;
	height: 17px;
	background: url(../images/star-un.png) repeat-x center;
}

.feedback-modal {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
}

.feedback-modal__inner {
	color: #222;
	text-align: center;
	position: absolute;
	z-index: 21;
	top: 50%;
	left: 50%;
	padding: 20px;
	width: 250px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	border-radius: 5px;
}

.feedback-modal__text {
	font-size: 18px;
	font-weight: 300;
}

.feedback-modal__title {
	position: relative;
	margin-bottom: 12px;
	padding-top: 40px;
	font-size: 22px;
	font-weight: 700;
}

.feedback-modal__title:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #19a053;
	background-image: url(../images/gender.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 50% 50%;
}

.star1,
.star2,
.star3,
.star4,
.star5 {
	opacity: 0;
	cursor: pointer;
}

.feedback-rating.active1 .star1,
.feedback-rating.active2 .star1,
.feedback-rating.active2 .star2,
.feedback-rating.active3 .star1,
.feedback-rating.active3 .star2,
.feedback-rating.active3 .star3,
.feedback-rating.active4 .star1,
.feedback-rating.active4 .star2,
.feedback-rating.active4 .star3,
.feedback-rating.active4 .star4,
.feedback-rating.active5 .star1,
.feedback-rating.active5 .star2,
.feedback-rating.active5 .star3,
.feedback-rating.active5 .star4,
.feedback-rating.active5 .star5 {
	opacity: 1;
}

textarea {
	-ms-overflow-style: none;
	scrollbar-color: #009640 red;
	resize: none;
}

.reviews-headStar {
	width: 120px;
	height: 23px;
	background: url(../images/star.png) repeat-x left center;
	background-size: 20px 18px;
	position: relative;
}

.reviews-headStar:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/star-un.png) repeat-x left center;
	background-size: 20px 18px;
	width: 100px;
	height: 100%;
}

.star-box {
	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;
}

textarea::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

textarea::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #009640;
	border-radius: 3px;
	background-image: url(../images/scroll.png);
	background-position: center;
	background-repeat: no-repeat;
}

textarea::-webkit-resizer {
	background-color: #009640;
}

::-webkit-scrollbar-track {
	border-radius: 1px;
	border: 1px solid #efefef;
	background-color: #fff;
}

.reviews-bottom {
	margin-top: 30px;
	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;
}

.reviews-list::-webkit-scrollbar {
	width: 8px;
}

.reviews-list::-webkit-scrollbar-track {
	background: #fff;
	position: relative;
	border-radius: 1px;
}

.reviews-list::-webkit-scrollbar-thumb {
	background-color: #009640;
	background-image: url(../images/scroll.png);
	background-size: 4px 7px;
	background-repeat: no-repeat;
	background-position: center center;
}

.feedback-age.error:after,
.feedback-city.error:after,
.feedback-name.error:after,
.feedback-text.error:after {
	position: absolute;
	bottom: -16px;
	left: 0;
	color: red;
	font-size: 12px;
	line-height: 1;
}

.feedback-name.error {
	margin-bottom: 10px;
}

.feedback-name.error:after {
	content: 'Használja az abc betűit';
}

.feedback-age.error:after {
	content: 'Adja meg az életkorát (18-90)';
}

.feedback-text.error {
	margin-bottom: 25px;
}

.feedback-text.error:after {
	content: 'Vélemény írása';
}

.subtitle__accent {
	color: #fff;
	border-radius: 5px;
	background-color: #009640;
	padding: 2px 6px;
}

.visually-hidden {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.feedback-form__file.rloaded .feedback-form__file-img {
	background-image: none;
}

.use {
	background-color: #f6f5f5;
	position: relative;
	z-index: 0;
}

.use__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: center;
	-ms-flex-align: center;
	align-items: center;
}

.use__item {
	display: flex;
	align-items: center;
	width: 100%;
}

.use__title {
	margin-bottom: 20px !important;
}

.use__list {
	margin-bottom: 30px;
}

.use__item {
	max-width: 300px;
}

.use__item:not(:last-child) {
	margin-bottom: 15px;
}

.use__num {
	width: 60px;
	height: 60px;
	border: 1px solid rgba(15, 113, 52, 0.3);
	background-color: #eef1ef;
	border-radius: 50%;
	color: #fff;
	font-weight: 900;
	font-size: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: relative;
	z-index: 0;
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.use__num::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70%;
	height: 70%;
	background-color: #009640;
	border-radius: 50%;
	z-index: -1;
}

.use__info {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.order__title {
	margin-bottom: 55px;
}

.order-item,
.order-item-wrap,
.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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.order-item {
	margin-bottom: 15px;
	-webkit-box-shadow: 0 10px 30px rgba(75, 85, 86, 0.1);
	box-shadow: 0 10px 30px rgba(75, 85, 86, 0.1);
	position: relative;
}

.order-item-wrap {
	width: 270px;
	margin-bottom: 45px;
}

.order-item-wrap:last-child {
	margin-bottom: 0;
}

.order-item::after {
	content: '';
	width: 100%;
	height: 100px;
	background: url(../images/order-item__bg.svg) no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.order-item__circle {
	width: 60px;
	height: 59px;
	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-weight: 700;
	color: #fff;
	font-size: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	border: 1px solid #009640;
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 4;
}

.order-item__circle::before {
	content: '';
	width: 45px;
	height: 44px;
	border-radius: 50%;
	background-color: #009640;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.order-item__text {
	width: 80%;
	position: absolute;
	bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	z-index: 10;
}

.order-item__img {
	position: relative;
	z-index: 1;
}

.order-item__desc {
	font-size: 16px;
	line-height: 1.2;
	color: #444;
	text-align: center;
}

.footer {
	padding: 0;
}

.ev-footer__logo svg {
	width: 54px;
	height: 49px;
	margin-bottom: 16px;
}

.ev-footer__link {
	font-size: 16px;
	text-decoration: underline;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.ev-footer__link:hover {
	text-decoration: none;
}

.my-popup .main__form {
	margin-bottom: 0;
}

.my-popup .promo__subtitle,
.my-popup .promo__title {
	margin-bottom: 5px;
	text-align: center;
	font-weight: 900;

	font-size: 85px;
	line-height: 1;
}

.my-popup .promo__title {
	font-size: 54px !important;
}

.my-popup .promo__subtitle {
	font-size: 21px;
	line-height: 1.3;
	margin-bottom: 20px;
	width: 100%;
}

.ever-popup__close {
	right: -3px !important;
}

.my-popup__wrap {
	width: 300px;
	margin: 0 auto;
	padding: 15px 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	background-color: #fff !important;
}

.my-popup__wrap .form__input {
	width: 100%;
}

.my-popup__wrap .reviews-amount {
	display: none;
}

.my-popup__wrap .main-form {
	margin-bottom: 10px;
	padding-top: 15px;
}

.my-popup__wrap .main-form__field {
	margin-bottom: 10px;
}

.my-popup__wrap .main-form__title {
	margin-bottom: 5px;
}

.my-popup__wrap .my-popup__quality {
	right: -11px;
	left: auto;
	top: -46px;
	width: 90px;
	height: 90px;
	-webkit-transform: none;
	transform: none;
}

.my-popup__pack {
	max-width: 350px;
	width: 100%;
	padding-bottom: 0;
	position: relative;
	margin-right: 0;
	z-index: 0;
	height: 370px;
}
.banner__prod img {
	width: 37px;
}
.my-popup__pack:before {
	width: 100px !important;
	height: 100px !important;
}

.my-popup__left {
	text-align: center;
	display: none;
	-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;
	width: 100%;
}

.my-popup__right {
	border-radius: 10px;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
	border: 3px solid #fff;
	margin-left: 0;
}

.popup__title {
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	margin-bottom: 12px;
}

.popup__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
	-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;
}

.popup__price .price__old {
	font-size: 27px;
}

.popup__price .price__new {
	font-size: 36px;
}

.popup__btn {
	margin-top: 25px;
	font-size: 19px;
}

.popup__lastpack {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 25px;
	padding-top: 13px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.popup__lastpack .lastpack {
	color: #fbab00;
	font-weight: 900;
}

.popup__form .form__label {
	margin-right: 0;
	margin-bottom: 17px;
}

.my-popup__quality {
	position: absolute;
	left: -42px;
	top: -63px;
	width: 100px;
}

.ever-popup {
	z-index: 121 !important;
}

.ever-popup__inner {
	width: 300px !important;
	max-width: 830px !important;
	margin-top: 40px !important;
}

.ever-popup__close:after,
.ever-popup__close:before {
	top: 15px !important;
	right: 0 !important;
	height: 4px !important;
	border-radius: 20px;
}

.ever-popup.show {
	display: block !important;
}

.no-webp .my-popup__wrap {
	background: url(../images/bg.jpg) no-repeat center/cover;
}

.popup-medal {
	position: absolute;
	width: 96px;
	height: 96px;
	left: 30px;
	top: -25px;
}

.popup-form-wrap {
	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;
}

.popup-form-wrap .form::before {
	right: -12px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.promo-couple {
		width: 1059px !important;
		height: 672px !important;
		z-index: 0 !important;
	}

	.promo-advantage {
		width: 363px;
	}

	.form__wrapper {
		border-bottom: 1px solid #fff;
	}

	.expert-desc {
		width: 790px;
	}

	.info-box {
		width: 600px;
		max-width: 100%;
	}

	.doctor-item {
		width: 33.3% !important;
		max-width: 100% !important;
	}

	/* .doctor-item:nth-child(1) {
        margin-right: -50px !important
    } */

	.doctor-item__desc {
		width: 100%;
	}

	.composition__list {
		width: 1160px !important;
	}

	.composition-item {
		width: 580px;
	}

	.composition__name {
		width: 311px;
	}

	.composition__list.active .composition__img--skew {
		-webkit-box-shadow: 2px 0 0 0 #000;
		box-shadow: 2px 0 0 0 #000;
	}

	.statistics-item__desc {
		width: 300px;
	}

	.formland__prod {
		border-top: 1px solid #2a2a28;
	}

	.formland__pack {
		left: -30px !important;
	}

	.formland__content {
		-webkit-box-shadow: -2px 0 0 0 #2a2a28;
		box-shadow: -2px 0 0 0 #2a2a28;
	}

	.statistics-item {
		width: 165px;
		max-width: 165px !important;
	}

	.order-item__text {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.order-item__desc {
		width: 100%;
	}
}

@media screen and (min-width: 331px) {
	.expert-bio-picture {
		right: -2px;
	}
}

@media screen and (max-width: 479px) {
	.ever-popup__close {
		right: 0 !important;
	}
}

@media screen and (min-width: 480px) {
	.container {
		width: 480px;
	}

	.title {
		font-size: 27px;
	}

	.block {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.promo__title {
		font-size: 40px !important;
	}

	.burger {
		top: 32px;
	}

	.promo__subtitle {
		font-size: 22px;
	}

	.check-list {
		margin-bottom: 65px;
	}

	.check-item {
		max-width: 370px;
	}

	.check-item__desc {
		font-size: 18px;
		bottom: 12px;
	}

	.expert__accent {
		font-size: 28px;
	}

	.expert__response {
		font-size: 18px;
	}

	.expert-bio-picture {
		right: -2px;
		bottom: 0;
	}

	.info-text__title {
		font-size: 20px;
	}

	.info-text__desc {
		font-size: 18px;
	}

	.info-picture {
		max-width: 400px;
	}

	.info-box__title {
		font-size: 20px;
	}

	.info-prod {
		max-width: 200px;
	}

	.doctor__subtitle {
		font-size: 17px;
	}

	.doctor-info__men {
		max-width: 250px;
	}

	.doctor-bio__name {
		font-size: 22px;
	}

	.doctor-bio__sign {
		left: 130px;
	}

	.changes-list__img::before {
		display: block;
	}

	.changes__item:nth-child(1) .changes-list__stage,
	.changes__item:nth-child(2) .changes-list__stage,
	.changes__item:nth-child(3) .changes-list__stage {
		background-color: inherit;
	}

	.changes__item:nth-child(1) .changes-list__img::before {
		background-image: url(../images/stage1.png);
	}

	.changes__item:nth-child(2) .changes-list__img::before {
		background-image: url(../images/stage2.png);
	}

	.changes__item:nth-child(3) .changes-list__img::before {
		background-image: url(../images/stage3.png);
	}

	.full__title {
		font-size: 26px;
	}

	.formland__content::before {
		content: '';
		width: 100%;
		height: 100%;
		background: url(../images/form-bg.png) no-repeat;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.statistics__subtitle {
		font-size: 20px;
	}

	.statistics-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.statistics-item {
		width: 48%;
	}

	.reviews-content {
		padding: 20px;
		max-width: 100%;
	}

	.reviews-list {
		height: 610px;
	}

	.reviews-list-item:last-child {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding-bottom: 42px;
	}

	.reviews-item-top {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.reviews-item__name {
		font-size: 20px;
	}

	.reviews-item__age {
		font-size: 18px;
	}

	.reviews-item__text {
		font-size: 17px;
		margin-top: 19px;
		line-height: normal;
	}

	.feedback-btn {
		max-width: 273px;
		margin: 15px auto 0;
	}

	.use__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.use__num {
		margin-bottom: 0;
		margin-right: 10px;
	}

	.use__info {
		text-align: left;
	}

	.feedback-assessment-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.feedback-rating {
		margin: 5px 0 0;
	}

	.feedback-top {
		flex-direction: row;
		justify-content: space-between;
	}

	.check-info-warning {
		font-size: 18ox;
	}
	.changes-list__stage {
		font-size: 18px;
	}
}

@media screen and (max-width: 639px) {
	.feedback-age.error {
		margin-bottom: 10px;
	}

	.banner {
		display: none !important;
	}
}

@media screen and (min-width: 640px) {
	.container {
		width: 640px;
	}

	.title {
		font-size: 28px;
	}

	.burger {
		top: 42px;
	}

	.promo {
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.no-webp .promo {
		background-image: url(../images/promo-bg.png);
	}

	.webp .promo {
		background-image: url(../images/promo-bg.webp);
	}

	.promo-content {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.promo-advantage {
		margin-top: 155px;
		margin-right: 20px;
	}

	.promo-text {
		width: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.promo__title {
		font-size: 58px !important;
	}

	.promo__subtitle {
		font-size: 24px;
	}

	.promo-list {
		max-width: 600px;
		margin-bottom: 20px;
	}

	.promo-list::before {
		top: -35px;
		left: 92%;
	}

	.promo__product {
		margin-bottom: 0;
	}

	.promo-form-wrap {
		margin-top: 155px;
	}

	.form::before {
		top: -27px;
		right: -6px;
	}

	.check__subtitle {
		margin-bottom: 55px;
	}

	.check-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.check-item {
		max-width: 49%;
	}

	.check-item:nth-child(5) {
		margin-bottom: 0;
	}

	.check-item__desc {
		font-size: 16px;
		bottom: 9px;
		width: 100%;
	}

	.expert__accent {
		font-size: 28px;
	}

	.expert-bio__name {
		font-size: 22px;
	}

	.expert-bio-picture {
		right: 145px;
	}

	.info-list {
		margin: 0 auto 5px;
	}

	.info-prod {
		max-width: 280px;
	}

	.doctor__title {
		font-size: 22px;
	}

	.doctor__subtitle {
		font-size: 18px;
	}

	.doctor-info {
		padding: 20px;
	}

	.doctor-info__men {
		max-width: 300px;
	}

	.doctor-item__desc {
		font-size: 16px;
	}

	.changes-list {
		max-width: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.changes__item {
		max-width: 260px;
	}

	.changes__item:not(:last-of-type) {
		margin-bottom: 20px;
	}

	.full {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.full__photo {
		width: 310px;
		margin-right: 25px;
		margin-bottom: 0;
	}

	.full__title {
		font-size: 30px;
	}

	.possibility .formland__pack {
		max-width: 260px;
		margin: 0;
	}

	.composition__list {
		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;
	}

	.composition__item {
		max-width: 295px;
	}

	.formland {
		max-width: none;
		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;
	}

	.formland__prod {
		width: 100%;
		max-width: 245px;
		margin: 0;
	}

	.formland__pack {
		padding-top: 20px;
		max-width: 250px;
		margin: 0 auto 0 0;
	}

	.formland__content {
		max-width: 310px;
		margin-right: 35px;
	}

	.statistics-list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.statistics-item {
		margin-bottom: 0;
	}

	.statistics-item {
		width: 33%;
	}

	.reviews .title {
		margin-bottom: 15px;
	}

	.reviews-panel {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.reviews-btn {
		margin-top: 0;
	}

	.reviews-list {
		height: 510px;
	}

	.feedback-top {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.feedback-name {
		display: block;
		width: inherit;
		margin-right: 28px;
	}

	.feedback-name-input {
		width: 270px;
	}

	.feedback-age {
		display: block;
		width: 270px;
		margin-top: 0;
	}

	.feedback-age-input {
		width: 275px;
	}

	.feedback-assessment-wrap {
		margin-bottom: 20px;
		flex-direction: row;
	}

	.feedback-rating {
		margin: 0 0 0 10px;
	}

	.feedback-form__internal-col {
		margin: 0 0 20px;
	}

	.feedback-btn,
	.feedback-text {
		margin-top: 25px;
	}

	.feedback-btn {
		max-width: 180px;
	}

	.feedback-name.error,
	.feedback-text.error {
		margin-bottom: 0;
	}

	.use__content {
		margin-bottom: 25px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 25px;
	}

	.use__item {
		max-width: 100%;
	}

	.use__list {
		max-width: 355px;
		margin-left: auto;
		margin-bottom: 0;
		position: relative;
	}

	.use__list::before {
		content: '';
		position: absolute;
		left: -246px;
		width: 220px;
		height: 230px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		bottom: -25px;
	}

	.no-webp .use__list::before {
		background-image: url(../images/use-man.png);
	}

	.webp .use__list::before {
		background-image: url(../images/use-man.webp);
	}

	.order__title {
		margin-bottom: 65px !important;
	}

	.order-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-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;
	}

	.order-item-wrap {
		width: 48%;
	}

	.order-item-wrap:nth-child(3) {
		margin-bottom: 0;
	}

	.banner {
		position: fixed;
		z-index: 95;
		bottom: 0;
		left: 0;
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		color: #fff;
		padding: 10px 0;
		display: none;
	}

	.no-webp .banner {
		background-image: url(../images/header__bg.jpg);
	}

	.webp .banner {
		background-image: url(../images/header__bg.webp);
	}

	.banner__title::after,
	.banner__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.banner__prod {
		background-color: #fff;
		border-radius: 50%;
		padding: 9px 15px 0;
		overflow: hidden;
	}

	.banner__image {
		position: relative;
		bottom: 6px;
	}

	.banner__red {
		color: #e02727;
	}

	.banner__title {
		font-size: 20px;
		line-height: 22px;
		position: relative;
		padding-right: 70px;
		font-weight: 700;
	}

	.banner__title::after {
		content: '-50%';
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background-image: url(../images/sale-bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		width: 60px;
		height: 55px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 18px;
		font-weight: 700;
	}

	.banner__btn {
		max-width: 180px;
		font-size: 20px;
		padding: 9px 10px;
		height: 37px;
	}

	.banner .timer {
		display: none;
	}

	.popup-form-wrap .form::before {
		width: 60px;
		height: 55px;
		top: -9px;
		font-size: 16px;
	}
}

@media (min-height: 700px) {
	.ever-popup.show {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

@media screen and (min-width: 768px) {
	.container {
		width: 768px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.title {
		font-size: 32px;
		margin-bottom: 30px;
	}

	.block {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.burger {
		top: 54px;
	}

	.promo-advantage {
		margin-top: 170px;
	}

	.promo__title {
		font-size: 62px !important;
	}

	.promo__subtitle {
		font-size: 26px;
	}

	.promo-list::before {
		top: -40px;
		left: 82%;
	}

	.promo-item__desc {
		font-size: 18px;
	}

	.promo-form-wrap {
		margin-top: 170px;
	}

	.form::before {
		width: 95px;
		height: 70px;
		top: -37px;
		right: -27px;
		font-size: 22px;
	}

	.check__subtitle {
		font-size: 20px;
	}

	.check-item__desc {
		font-size: 18px;
		bottom: 12px;
	}

	.check-info,
	.check-info-warning,
	.check-info__desc,
	.check-info__desc-accent {
		font-size: 22px;
	}

	.expert-text {
		margin-bottom: 50px;
	}

	.expert__accent {
		font-size: 32px;
	}

	.expert-info {
		padding: 35px 10px;
	}

	.expert__men {
		display: block;
		position: absolute;
		left: 35px;
		top: -29px;
		width: 175px;
	}

	.expert-desc {
		max-width: 470px;
		margin-left: auto;
	}

	.expert__response {
		font-size: 19px;
	}

	.expert-bio__name {
		font-size: 24px;
	}

	.expert-bio-picture {
		right: 20px;
	}

	.info-box__title,
	.info-text__title {
		font-size: 22px;
	}

	.info-item__desc {
		font-size: 18px;
	}

	.doctor__title {
		font-size: 25px;
	}

	.doctor__subtitle {
		font-size: 20px;
	}

	.doctor-info__men {
		position: absolute;
		left: 0;
		top: 20px;
	}

	.doctor-info-desc {
		max-width: 375px;
		margin-left: auto;
	}

	.doctor-list {
		-ms-flex-item-align: end;
		align-self: flex-end;
		margin-bottom: 0;
	}

	.doctor-item {
		-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;
	}

	.doctor-item__circle {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.doctor-bio.mob {
		margin-top: -50px;
	}

	.doctor-bio__name {
		font-size: 24px;
	}

	.doctor-bio__prof {
		font-size: 18px;
	}

	.doctor-bio__sign {
		width: 80px;
		left: 160px;
	}

	.changes-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.changes-list__stage {
		font-size: 16px;
	}

	.changes__item {
		max-width: 230px;
	}

	.changes__item-title {
		font-size: 17px;
	}

	.changes__item:not(:last-of-type) {
		margin-bottom: 0;
	}

	.full {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.full__title {
		font-size: 30px;
	}

	.composition__subtitle {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.composition__name {
		padding-top: 20px;
		font-size: 22px;
		max-width: 350px;
	}

	.composition__name::before {
		font-size: 70px;
		top: 0;
	}

	.composition__name--small {
		font-size: 18px;
	}

	.composition__item {
		max-width: 350px;
	}

	.formland {
		justify-content: space-around;
	}

	.formland__pack {
		padding-top: 40px;
	}

	.statistics__subtitle {
		font-size: 23px;
	}

	.statistics-item__desc {
		font-size: 18px;
	}

	.reviews-content {
		margin-top: 25px;
		padding: 25px;
	}

	.reviews__subtitle {
		font-size: 22px;
	}

	.reviews-panel {
		padding-bottom: 20px;
	}

	.reviews-list {
		height: 535px;
	}

	.reviews-item-avatar {
		width: 70px;
		height: 70px;
		font-size: 30px;
	}

	.reviews-item-title {
		margin-left: 20px;
	}

	.feedback {
		margin-top: 32px;
	}

	.feedback-name {
		margin-right: 26px;
	}

	.feedback-age,
	.feedback-age-input,
	.feedback-name-input {
		width: 320px;
	}

	.feedback-modal__inner {
		padding: 23px 50px 25px;
		width: inherit;
	}

	.feedback-form__internal-col {
		margin-right: 40px;
	}

	.use__content {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.use__list {
		max-width: 408px;
	}

	.use__list::before {
		left: -305px;
		width: 288px;
		height: 295px;
		bottom: -30px;
	}

	.use__num {
		font-size: 35px;
		width: 80px;
		height: 80px;
	}

	.use__info {
		font-size: 18px;
	}

	.order-item-wrap {
		width: 47%;
	}
}

@media screen and (min-width: 1000px) {
	.my-popup__wrap {
		width: 770px;
		padding: 0 50px 0 0;
	}

	.my-popup__left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.my-popup__right {
		padding: 35px 20px 15px;
		width: 276px;
	}

	.ever-popup__inner {
		width: 770px !important;
		margin: 0 auto !important;
		padding-top: 55px !important;
	}

	.popup-form-wrap .form::before {
		width: 78px;
		height: 78px;
		right: -35px;
		top: -35px;
		font-size: 22px;
	}

	.ever-popup__close:after,
	.ever-popup__close:before {
		top: 35px !important;
	}
}

@media screen and (min-width: 1024px) {
	.container {
		width: 1024px;
	}

	.title {
		font-size: 36px;
		margin-bottom: 40px;
	}

	.promo {
		padding-top: 80px !important;
		padding-bottom: 0 !important;
		background-position: 54% 50%;
	}

	.promo.last {
		padding-top: 40px !important;
	}

	.promo,
	.promo-content {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.promo-couple {
		display: block;
		position: absolute;
		left: -390px;
		bottom: 1px;
		max-width: 750px;
		z-index: 1;
	}

	.promo-advantage {
		max-width: 363px;
		margin-top: 0;
		margin-right: 40px;
	}

	.promo-list::before,
	.promo-text {
		-webkit-transform: inherit;
		transform: inherit;
	}

	.promo-text {
		text-align: left;
		position: static;
		margin-bottom: 65px;
	}

	.promo__title {
		font-size: 52px !important;
		text-align: left;
	}

	.promo__subtitle {
		font-size: 28px;
		text-align: left;
		margin-bottom: 0;
	}

	.promo-list {
		margin-bottom: 99px;
	}

	.promo-list::before {
		left: 0;
	}

	.promo-item {
		padding-left: 0;
	}

	.promo__product {
		position: absolute;
		left: -15px;
		bottom: -110px;
		z-index: 1;
		max-width: 300px;
	}

	.promo-partners.mob {
		display: none;
	}

	.promo-partners.desk {
		width: 370px;
		max-width: 100%;
		height: 70px;
		display: block;
		position: relative;
		left: 2px;
		bottom: -48px;
		z-index: 1;
	}

	.promo-form {
		margin-top: 15px;
	}

	.promo-form-wrap {
		margin-top: 0;
	}

	.form::before {
		width: 70px;
		height: 70px;
		top: -42px;
		left: auto;
		right: -10px;
		font-size: 20px;
	}

	.input--select {
		width: 200px !important;
	}

	.check {
		padding-top: 118px !important;
	}

	.check__subtitle {
		margin-bottom: 100px;
	}

	.check-list {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 89px;
	}

	.check-item {
		max-width: 32%;
	}

	.check-item:nth-child(2),
	.check-item:nth-child(5) {
		margin-top: -40px;
		margin-bottom: 0;
	}

	.check-item:nth-child(4) {
		margin-bottom: 0;
	}

	.check-item__desc {
		bottom: 9px;
	}

	.check-info {
		font-size: 24px;
	}

	.check-info__arrow {
		top: -56px;
	}

	.check-info__desc {
		font-size: 24px;
	}

	.check-info__desc-accent {
		font-size: 24px;
		margin-bottom: 21px;
		line-height: 26px;
	}

	.check-info-warning {
		font-size: 24px;
	}

	.expert {
		margin-bottom: 60px;
	}

	.expert__accent {
		font-size: 36px;
	}

	.expert-info {
		padding: 45px 10px;
	}

	.expert-desc {
		max-width: 655px;
	}

	.expert__response {
		font-size: 20px;
	}

	.expert-bio__name {
		font-size: 26px;
	}

	.expert-bio__prof {
		font-size: 18px;
		line-height: 28px;
	}

	.expert-bio-picture {
		position: absolute;
		right: 60px;
		bottom: -29px;
	}

	.expert-bio__sign {
		width: 95px;
		position: relative;
		top: -22px;
		left: -3px;
	}

	.expert-bio__approved {
		width: 138px;
	}

	.info {
		margin-bottom: 200px;
	}

	.info-hormone {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 60px;
	}

	.info-text {
		max-width: 444px;
		margin-bottom: 0;
	}

	.info-text::before {
		top: -48px;
	}

	.info-text::after {
		bottom: -48px;
	}

	.info-text__title {
		font-size: 23px;
		text-align: left;
	}

	.info-picture {
		max-width: 480px;
		margin: 0;
	}

	.info-box {
		max-width: 480px;
		margin-left: auto;
	}

	.info-box__title {
		font-size: 21px;
		text-align: left;
		margin-bottom: 30px;
	}

	.info-prod {
		max-width: 320px;
		position: absolute;
		left: -435px;
		top: 65%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-bottom: 0;
	}

	.info-partners {
		position: absolute;
		bottom: -100px;
		left: 0;
	}

	.doctor::before {
		top: -50px;
	}

	.doctor-text {
		margin-bottom: 60px;
	}

	.doctor__title {
		font-size: 26px;
	}

	.doctor__subtitle {
		max-width: 80%;
		margin: 0 auto;
	}

	.doctor-info {
		padding: 0 27px 45px 0;
		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: end;
		-ms-flex-align: end;
		align-items: flex-end;
		width: 100%;
	}

	.doctor-info__men {
		max-width: 250px;
		left: 5px;
		top: -49px;
	}

	.doctor-info-desc {
		max-width: 660px;
		margin-left: inherit;
	}

	.doctor-list {
		max-width: 839px;
		width: 100%;
		-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;
		margin-bottom: 14px;
	}

	.doctor-item br {
		display: block;
	}

	.doctor-item {
		max-width: 33.3%;
		margin-bottom: 0;
	}

	.doctor-item:nth-child(1) {
		margin-right: 10px;
	}

	.doctor-item:nth-child(2) {
		margin-right: 10px;
	}

	.doctor-item__circle {
		width: 65px;
		height: 64px;
		margin-bottom: 15px;
		margin-top: -26px;
	}

	.doctor-item__circle::before {
		width: 45px;
		height: 44px;
	}

	.doctor-item__circle img {
		width: 24px;
		height: 24px;
	}

	.doctor-item__desc {
		font-size: 16px;
		line-height: 21px;
	}

	.doctor-bio.mob {
		display: none;
	}

	.doctor-bio.desk {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.doctor-bio__name {
		font-size: 26px;
		margin-bottom: 7px;
	}

	.doctor-bio__sign {
		width: 65px;
		left: 150px;
		bottom: 0;
	}

	.bg {
		background-color: inherit;
		background-image: url(../images/bg-grey.png);
		background-repeat: no-repeat;
		background-position: 50% 225%;
		background-size: inherit;
	}

	.changes-list {
		margin-bottom: 0;
	}

	.changes-list__stage {
		padding-bottom: 15px;
		font-size: 20px;
	}

	.changes__item {
		max-width: 300px;
	}

	.changes__item-title {
		font-size: 18px;
	}

	.possibility {
		background-color: transparent;
		padding-bottom: 109px;
	}

	.full {
		margin-bottom: 40px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.full::before,
	.full__photo,
	.full__title::before,
	.use__info br {
		display: block;
	}

	.full__photo {
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: -65px;
		left: 110px;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: inherit;
		z-index: 5;
	}

	.full__title {
		max-width: 500px;
		padding-top: 20px;
		font-size: 35px;
		text-align: left;
	}

	.complex {
		background: url(../images/stat-bg.png) no-repeat center;
		background-position: 50% 109%;
		background-size: inherit;
	}

	.composition {
		padding-top: 160px !important;
		padding-bottom: 80px;
	}

	.composition__title {
		padding-top: 80px;
		line-height: 1.2 !important;
		margin-bottom: 18px !important;
	}

	.composition__title::before {
		width: 70px;
		height: 70px;
		background-size: 36px;
	}

	.composition__subtitle {
		font-size: 22px;
		margin-bottom: 33px;
	}

	.composition__list.active .composition__img {
		-webkit-transform: skewY(-10deg);
		transform: skewY(-10deg);
		top: 0;
	}

	.composition__list.active .composition__img--skew {
		-webkit-transform: skewY(10deg);
		transform: skewY(10deg);
		top: 0;
	}

	.composition__list {
		margin-bottom: 70px;
		position: relative;
	}

	.composition__img {
		max-width: 500px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 0;
		margin-top: 70px;
		position: relative;
		top: -40px;
	}

	.composition__name {
		margin-right: 20px;
		max-width: 311px;
		line-height: 26px;
	}

	.composition__name--ant {
		margin-right: auto;
		margin-left: 20px;
	}

	.composition__name--small {
		line-height: 1.2;
	}

	.composition__item {
		max-width: 487px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.composition__img-3 {
		margin-top: 115px;
	}

	.composition__item:not(:last-child) {
		margin-bottom: 30px;
	}

	.formland {
		width: 100%;
		max-width: 990px;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 10;
	}

	.formland__prod {
		max-width: 165px;
		position: relative;
		background-color: #2a2a28;
		background-position: 41% 3%;
		border-radius: 50px 0 0 0;
		position: relative;
		z-index: 1;
	}

	.formland__prod img {
		position: relative;
		left: 15px;
		top: 4px;
	}

	.formland__pack,
	.formland__title::before {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.formland__pack {
		width: 190px;
		padding: 0;
		position: absolute;
		left: -30px;
	}

	.formland__content {
		max-width: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		padding-right: 10px;
		margin-right: 0;
	}

	.formland__form {
		width: 100%;
	}

	.formland__title {
		max-width: none;
		padding-right: 90px;
	}

	.formland__title::before {
		right: 0;
	}

	.formland__timer {
		margin-bottom: 30px;
		margin-right: -20px;
	}

	.formland .input {
		border-radius: 100px;
	}

	.formland .form__name {
		width: 100%;
	}

	.formland .btn,
	.formland .form__name,
	.formland .form__select {
		max-width: 200px;
		margin: 0;
	}

	.formland .btn {
		height: 60px;
		padding: 7px 5px;
	}

	.formland .x_order_form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.statistics__subtitle {
		margin-bottom: 90px;
	}

	.statistics-item__circle {
		width: 174px;
		height: 174px;
		font-size: 50px;
	}

	.statistics-item__circle.blue::after,
	.statistics-item__circle.green::after,
	.statistics-item__circle.yellow::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: -77px;
		right: -71px;
		z-index: 1;
	}

	.statistics-item__circle.blue::before,
	.statistics-item__circle.yellow::before {
		content: '';
		width: 1px;
		height: 140px;
		background-color: #d8d6d6;
		position: absolute;
		top: -30px;
		right: -120px;
	}

	.wrapper {
		background-color: inherit;
		background-image: url(../images/use-bg.png);
		background-repeat: no-repeat;
		background-position: 50% 134%;
		background-size: inherit;
	}

	.reviews-content {
		margin-top: 30px;
	}

	.reviews__subtitle {
		font-size: 26px;
		line-height: 30px;
	}

	.reviews-list {
		height: 500px;
		padding-right: 40px;
	}

	.reviews-list-item {
		padding-bottom: 35px;
	}

	.reviews-item__btn {
		margin-top: 30px;
		color: #666;
		font-size: 15px;
		line-height: 1;
		text-decoration: underline;
		padding-right: 28px;
		position: relative;
		background: 0 0;
		cursor: pointer;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}

	.feedback-name {
		margin-right: 0;
		-webkit-box-ordinal-group: inherit;
		-ms-flex-order: inherit;
		order: inherit;
	}

	.feedback-name-input {
		width: 195px;
	}

	.feedback-age {
		-webkit-box-ordinal-group: inherit;
		-ms-flex-order: inherit;
		order: inherit;
		width: 195px;
	}

	.feedback-age-input {
		width: 260px;
	}

	.feedback-assessment-wrap,
	.feedback-form__internal-col {
		margin-bottom: 0;
		margin-right: 0;
	}

	.use {
		background-color: transparent;
	}

	.use::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-75%);
		transform: translateX(-75%);
		width: 1068px;
		height: 519px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		z-index: -1;
	}

	.no-webp .use::before {
		background-image: url(../images/use-img.png);
	}

	.webp .use::before {
		background-image: url(../images/use-img.webp);
	}

	.use .container {
		margin-bottom: 30px;
	}

	.use__title {
		text-align: left !important;
	}

	.use__content {
		max-width: 550px;
		margin-left: auto;
		margin-bottom: 0;
		border: 0;
	}

	.use__list {
		max-width: 100%;
	}

	.use__list::before {
		left: -394px;
		width: 373px;
		height: 412px;
		bottom: -30px;
	}

	.use__item {
		width: 100%;
	}

	.use__item:not(:last-child) {
		padding-bottom: 15px;
		position: relative;
	}

	.use__item:not(:last-child)::before {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 80.5%;
		height: 1px;
		background-color: #e3e1e1;
	}

	.order {
		padding-top: 130px !important;
	}

	.order__title {
		margin-bottom: 100px !important;
	}

	.order-list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.order-item-wrap {
		width: 23%;
		margin-bottom: 0;
	}

	.order-item-wrap:nth-child(even) {
		margin-top: -30px;
	}

	.footer {
		padding-top: 65px;
	}

	.banner .timer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.banner .timer__text {
		margin-right: 10px;
	}

	.my-popup__wrap {
		right: 0 !important;
	}

	.composition__name--small-3 {
		min-height: 63px;
	}
	.header .timer__text {
		margin-right: 10px;
	}
	.bel-footer-block {
		padding-top: 120px !important;
	}
	.check-item__desc {
		font-size: 17px;
	}
}

@media (min-width: 1024px) {
	.burger,
	.menu-mob {
		display: none;
	}

	.header {
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		width: 100%;
		z-index: 2;
	}

	.no-webp .header {
		background-image: url(../images/header__bg.jpg);
	}

	.webp .header {
		background-image: url(../images/header__bg.webp);
	}

	.menu-desc,
	.menu-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.menu-desc {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		padding: 20px 0;
	}

	.menu-list {
		margin-bottom: 0;
		margin-right: 15px;
	}

	.menu-list__item:not(:last-child) {
		margin-bottom: 0;
	}

	.menu-list__item:not(:last-child)::before {
		content: '';
		position: absolute;
		width: 1px;
		height: 40px;
		background-color: rgba(228, 228, 228, 0.25);
		right: 0;
		top: 0;
	}

	.logo {
		width: 130px;
		margin-right: 15px;
	}

	.btn-header {
		font-size: 19px;
	}

	.header .timer {
		margin-right: 15px;
	}

	.menu-desc .timer {
		margin-right: 20px;
	}

	.menu-list__item:not(:last-child) {
		margin-right: 15px;
		padding-right: 15px;
	}

	.menu-list__text {
		font-size: 16px;
	}

	.header__btn {
		width: 140px;
		border-radius: 18px;
		font-size: 18px;
	}

	.menu-list__item {
		position: relative;
	}
}
.show-1220 {
	display: none;
}
@media screen and (min-width: 1220px) {
	.show-1220 {
		display: block;
	}
	.container {
		width: 1220px;
	}

	.title {
		font-size: 48px;
	}

	.menu-list__item {
		position: relative;
	}

	.menu-list__item:not(:last-child)::before {
		right: 0;
	}

	.menu-list__item:last-child {
		padding-right: 30px;
	}

	.menu-list {
		margin-right: 29px;
	}

	.logo {
		width: 133px;
		margin-right: 24px;
	}

	.menu-list__item:not(:last-child) {
		margin-right: 30px;
		padding-right: 36px;
	}

	.header .timer__text {
		width: 160px;
		margin-right: 34px;
	}

	.menu-desc .timer {
		margin-right: 10px;
	}

	.header__btn {
		width: 160px;
		font-size: 20px;
	}

	.menu-list__text {
		font-size: 18px;
	}

	.timer__num {
		margin-left: -22px;
	}

	.promo {
		background-position: 51% 96%;
		background-size: cover;
	}

	.promo.last {
		padding-top: 70px !important;
	}

	.promo-couple {
		max-width: 100%;
		left: -493px;
	}

	.promo-advantage {
		margin-right: 37px;
	}

	.promo-text {
		margin-bottom: 79px;
	}

	.promo__title {
		font-size: 54px !important;
		margin-bottom: 3px !important;
	}

	.promo__subtitle {
		font-size: 30px;
		line-height: 32px;
	}

	.promo-list::before {
		top: -48px;
	}

	.promo-item__circle {
		width: 65px;
		height: 64px;
		margin-right: 21px;
	}

	.promo-item__desc {
		font-size: 20px;
		line-height: 26px;
	}

	.promo__product {
		max-width: 350px;
		left: 60px;
		bottom: -85px;
	}

	.input--select {
		height: 70px;
		width: 298px !important;
	}

	.check {
		padding-top: 112px !important;
	}

	.check__subtitle {
		font-size: 26px;
	}

	.check-item {
		margin-bottom: 58px;
	}

	.check-item__desc {
		bottom: 22px;
	}

	.check-info {
		font-size: 26px;
	}

	.check-info__desc {
		font-size: 26px;
		margin-bottom: 3px;
	}

	.check-info__desc-accent {
		font-size: 25px;
	}

	.check-info-warning {
		font-size: 26px;
		padding: 14px 44px;
	}

	.problem {
		background-color: transparent;
		padding-top: 307px;
		margin-top: -186px;
		padding-bottom: 43px;
	}

	.problem::before {
		content: '';
		width: 100%;
		height: 100%;
		background: url(../images/problem-bg.png) no-repeat center;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}

	.expert {
		margin-bottom: 82px;
	}

	.expert-text {
		margin-bottom: 58px;
		line-height: 1.2;
	}

	.expert__accent,
	.expert__title {
		font-size: 48px;
	}

	.expert-info {
		padding: 56px 10px 55px;
	}

	.expert-desc {
		max-width: 790px;
	}

	.expert__response {
		line-height: 28px;
		margin-bottom: 51px;
	}

	.expert-bio::before {
		top: -28px;
	}

	.expert-bio__name {
		font-size: 26px;
	}

	.expert-bio-picture {
		right: 192px;
		bottom: -29px;
	}

	.expert-bio__sign {
		position: relative;
		top: -22px;
		left: -3px;
	}

	.info {
		margin-bottom: 160px;
	}

	.info-hormone {
		margin-bottom: 88px;
	}

	.info-text {
		max-width: 500px;
	}

	.info-text__title {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.info-text__desc {
		font-size: 20px;
		line-height: 30px;
	}

	.info-picture {
		max-width: 100%;
	}

	.info-box {
		max-width: 600px;
	}

	.info-box__title {
		font-size: 24px;
		margin-bottom: 37px;
	}

	.info-list {
		margin-bottom: 0;
	}

	.info-item {
		margin-bottom: 20px;
		display: flex;
		align-items: center;
		min-height: 48px;
	}

	.info-item__check {
		margin-right: 30px;
		align-items: center;
	}

	.info-prod {
		max-width: 350px;
		left: -480px;
		top: 45%;
	}

	.info-partners {
		bottom: -100px;
	}

	.info-partners img {
		padding: 20px 42px;
	}

	.info-item__desc {
		font-size: 20px;
	}

	.doctor {
		margin-bottom: 50px;
	}

	.doctor::before {
		top: -73px;
	}

	.doctor-text {
		margin-bottom: 60px;
	}

	.doctor__subtitle {
		font-size: 21px;
		max-width: 70%;
	}

	.doctor-info {
		padding: 0 27px 12px 0;
	}

	.doctor-info__men {
		max-width: 300px;
		left: -6px;
		top: -45px;
	}

	.doctor-info-desc,
	.doctor-list {
		max-width: 839px;
		width: 100%;
		margin-bottom: 32px;
	}

	.doctor-list {
		margin-bottom: 6px;
	}

	.doctor-item {
		max-width: 33.3%;
		width: 33.3%;
		margin-bottom: 0;
	}

	.doctor-item:nth-child(1) {
		margin-right: 20px;
	}

	.doctor-item:nth-child(2) {
		margin-right: 20px;
	}

	.doctor-item__circle {
		margin-bottom: 19px;
		margin-top: -26px;
	}

	.doctor-item__desc {
		font-size: 18px;
		line-height: 28px;
		width: 100%;
	}

	.doctor-bio {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.doctor-bio__name {
		font-size: 26px;
		margin-bottom: 7px;
	}

	.doctor-bio__sign {
		width: 83px;
		left: 161px;
		bottom: -11px;
	}

	.bg {
		background-position: 48% 115%;
		background-size: inherit;
	}

	.changes {
		padding-top: 74px !important;
		padding-bottom: 185px !important;
	}

	.changes__title {
		font-size: 48px;
	}

	.changes-list__img {
		margin-bottom: 33px;
	}

	.changes-list__img::before {
		height: 110px;
	}

	.changes-list__stage {
		padding-bottom: 22px;
		font-size: 24px;
	}

	.changes__item {
		max-width: 370px;
	}

	.changes__item-title {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.changes__item-text {
		font-size: 18px;
	}

	.full {
		margin-bottom: 27px;
	}

	.full::before {
		width: 840px;
		height: 590px;
		top: -237px;
		left: -204px;
	}

	.full__photo {
		width: auto;
		bottom: -68px;
		left: 75px;
	}

	.full__title {
		max-width: 600px;
		padding-top: 50px;
		font-size: 48px;
		position: relative;
		top: -60px;
	}

	.full__title::before {
		width: 60px;
		height: 7px;
	}

	.complex {
		background-position: 50% 97%;
	}

	.composition {
		padding-top: 181px !important;
		padding-bottom: 110px;
	}

	.composition__subtitle {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 49px;
	}

	.composition__list {
		max-width: 1160px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 49px;
	}

	.composition__img {
		max-width: 580px;
		margin-top: 65px;
		height: 159px;
		overflow: hidden;
	}

	.composition__name {
		font-size: 24px;
		line-height: 1;
		margin-right: 80px;
	}

	.composition__name--ant {
		margin-left: 80px;
		margin-right: auto;
	}

	.composition__name::before {
		font-size: 100px;
		top: -5px;
	}

	.composition__name--small {
		line-height: 28px;
		margin-top: 11px;
	}

	.composition__name--small-3 {
		min-height: 84px;
	}

	.composition__item {
		max-width: 580px;
	}

	.composition__img-3 {
		margin-top: 121px;
	}

	.composition__item:not(:last-child) {
		margin-bottom: 27px;
	}

	.statistics-item__desc {
		font-size: 20px;
		line-height: 26px;
	}

	.formland {
		max-width: 1170px;
	}

	.formland__prod {
		background-color: #2a2a28;
		-webkit-box-shadow: 20px 0 0 0 #2a2a28;
		box-shadow: 20px 0 0 0 #2a2a28;
		background-position: 41% 3%;
	}

	.formland__pack {
		left: -30px;
	}

	.formland__content {
		padding-top: 36px;
		padding-right: 35px;
		padding-left: 35px;
		padding-bottom: 28px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.formland__prod img {
		left: 20px;
		top: 12px;
	}

	.formland__title {
		margin: 0;
		padding-right: 100px;
		font-size: 35px;
	}

	.formland__title::before {
		width: 78px;
		height: 78px;
		font-size: 30px;
	}

	.formland__timer {
		margin-bottom: 30px;
		margin-right: 0;
	}

	.formland .timer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.formland .timer__num {
		margin: 0;
	}

	.formland .timer__text {
		max-width: 155px;
		margin: 0 20px 0 0;
		text-align: left;
	}

	.formland .input {
		height: 70px;
	}

	.formland .form__name {
		max-width: 300px;
	}

	.formland .form__select {
		max-width: 300px;
		height: 70px;
		border-radius: 100px;
	}

	.formland .options {
		top: -14px;
		left: -8px;
	}

	.formland .btn {
		max-width: 300px;
		height: 70px;
	}

	.formland .x_order_form {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.statistics {
		background-color: transparent;
		padding-bottom: 83px;
	}

	.statistics__title {
		font-size: 47px !important;
	}

	.statistics__subtitle {
		font-size: 26px;
		margin-bottom: 122px;
	}

	.statistics-list {
		max-width: 1125px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 auto;
	}

	.statistics-item {
		max-width: 278px;
		width: 100%;
	}

	.statistics-item:first-child {
		margin-right: 10px;
	}

	.statistics-item:last-child {
		margin-right: 19px;
	}

	.statistics-item br {
		display: none;
	}

	.statistics-item__circle {
		font-size: 60px;
		margin-bottom: 21px;
	}

	.statistics-item__circle.blue::after,
	.statistics-item__circle.green::after,
	.statistics-item__circle.yellow::after {
		content: '';
		width: 150px;
		height: 150px;
		position: absolute;
		top: -77px;
		right: -77px;
		z-index: 1;
	}

	.statistics-item__circle.blue::before {
		height: 180px;
		top: -56px;
		right: -163px;
	}

	.statistics-item__circle.yellow::before {
		height: 180px;
		top: -56px;
		right: -141px;
	}

	.wrapper {
		background-position: 50% 102%;
		background-size: inherit;
	}

	.reviews {
		padding: 88px 0;
	}

	.reviews-content {
		padding: 20px 30px 35px 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 45px;
	}

	.reviews-list {
		height: 765px;
	}

	.reviews-item__text {
		line-height: 26px;
	}

	.feedback-name {
		margin-right: 23px;
	}

	.feedback-name-input {
		width: 285px;
	}

	.feedback-age {
		margin-right: 13px;
		width: 285px;
	}

	.feedback-age-input {
		width: 285px;
	}

	.feedback-form__internal-col {
		margin: 0 auto;
	}

	.feedback-text {
		margin-top: 30px;
	}

	.feedback-rating {
		margin-left: 20px;
		margin-right: 20px;
	}

	.use {
		padding-top: 78px;
	}

	.use::before {
		width: 1068px;
		height: 693px;
		-webkit-transform: translateX(-77%);
		transform: translateX(-77%);
	}

	.use .container {
		margin-bottom: 103px;
	}

	.use__title {
		font-size: 48px;
		margin-bottom: 40px !important;
	}

	.use__content {
		max-width: 600px;
		margin-bottom: 30px;
	}

	.use__info {
		font-size: 24px;
	}

	.use__list::before {
		width: 472px;
		height: 529px;
		left: -485px;
		bottom: -65px;
	}

	.use__item:not(:last-child) {
		padding-bottom: 13px;
		margin-bottom: 13px;
	}

	.use__item:not(:last-child)::before {
		width: 75.5%;
	}

	.use__num {
		width: 100px;
		height: 100px;
		font-size: 40px;
		margin-right: 33px;
	}

	.order {
		padding-top: 161px !important;
		padding-bottom: 86px;
	}

	.order__title {
		font-size: 48px !important;
	}

	.order-item-wrap:nth-child(even) {
		width: 270px;
	}

	.order-item__desc {
		font-size: 18px;
	}

	.order-item__desc-br,
	.order-item__desc-br--third {
		display: none;
	}

	.footer {
		padding-top: 72px;
		padding-bottom: 30px;
	}

	.banner .timer__num {
		margin-left: 0;
	}

	.banner .timer__text {
		width: auto;
		margin-right: 20px;
	}

	.bel-footer-block {
		padding-top: 130px !important;
	}
	.check-item__desc {
		font-size: 18px;
	}
	.use__content {
		padding-bottom: 0;
	}
	.use__info br {
		display: none;
	}
	.promo {
		padding-top: 130px !important;
	}
	.order-item {
		margin-bottom: 20px;
	}
	.promo-advantage {
		max-width: 375px;
	}
	.order-item__desc {
		line-height: 1.3;
	}
}

@media screen and (min-width: 1300px) {
	.form::before {
		width: 78px;
		height: 78px;
		right: -35px;
		font-size: 22px;
	}
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
	.expert__men {
		width: 220px;
		top: -50px;
		left: 55px;
	}
}

@media screen and (min-width: 768px) and (min-width: 1220px) {
	.expert__men {
		width: 353px;
		left: 69px;
		top: -50px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1219px) {
	.block {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media screen and (min-width: 1024px) and (min-width: 1220px) {
	.composition__title {
		font-size: 48px !important;
	}
}

@media screen and (min-width: 1220px) and (min-width: 1220px) {
	.order-item__desc-br--third {
		display: block;
	}
}
@media (min-width: 1220px) {
	.expert__men {
		width: 295px;
		top: -49px;
	}
	.expert-desc {
		margin-left: 380px;
	}
}
.date-0 {
	text-transform: lowercase;
}
.bel-footer-block {
	box-shadow: 2px 2px 2px #2f3543;
}

@media screen and (max-width: 1500px) {
	.phoneBtnContainer {
		display: none !important;
	}
}
