@charset "UTF-8";
@-webkit-keyframes compositionLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes compositionLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes compositionRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes compositionRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
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,
br {
	line-height: 1;
}
body {
	font-family: Arial, sans-serif;
	font-weight: 400;
	overflow: hidden;
	font-size: 18px;
}
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 {
	font-size: 0;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
button,
button:focus,
input,
input:focus {
	outline: 0;
}
a {
	text-decoration: none;
}
button {
	border: 0;
}
::-moz-focus-inner,
::-moz-focus-outer {
	border: 0;
	padding: 0;
}
a:-moz-focusring,
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}
:active,
:focus,
:hover,
:visited,
a,
a:active,
a:focus,
a:hover,
a:visited {
	outline: 0 !important;
}
::-moz-focus-inner {
	border: 0;
	outline: 0;
}
.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block;
}
.slick-list {
	overflow: hidden;
}
.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 {
	left: 0;
	top: 0;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:after,
.slick-track:before {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.composition__arrow svg,
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.nav-item a:hover:before,
.slick-arrow.slick-hidden {
	display: none;
}
@font-face {
	font-family: slick;
	src: url(../fonts/slick.eot);
	src: url(../fonts/slick.eot#iefix) format("embedded-opentype"),
    url(../fonts/slick.woff) format("woff"),
    url(../fonts/slick.ttf) format("truetype"),
    url(../images/slick.svg#slick) format("svg");
	font-weight: 400;
	font-style: normal;
}
.slick-next,
.slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: 0;
	outline: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	outline: 0;
	background: 0 0;
	color: transparent;
}
.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-dots li button:before,
.slick-next:before,
.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}
.slick-prev:before {
	content: "←";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
	content: "→";
}
.slick-next {
	right: -25px;
}
[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}
[dir="rtl"] .slick-next:before {
	content: "←";
}
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: 0 0;
	display: block;
	height: 10px;
	width: 10px;
	outline: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	border: 2px solid #4377c6;
	padding: 0px;
	cursor: pointer;
	border-radius: 50%;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 10px;
	height: 10px;
	font-size: 6px;
	line-height: 10px;
	text-align: center;
}
.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before {
	background: #4377c6;	
	opacity: 1;
	border-radius: 50%;
	
}
html {
	overflow-x: hidden;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
svg {
	overflow: hidden;
}
.container {
	width: 1190px;
	margin: 0 auto;
	padding: 0 10px;
}
@media screen and (max-width: 1189px) {
	.container {
		width: 1024px;
	}
}
@media screen and (max-width: 1023px) {
	.use__product-pack {
		width: 330px !important;
	}
	.container {
		width: 768px;
		padding: 0 10px;
	}
}
@media screen and (max-width: 767px) {
	.container {
		width: 640px;
	}
}
@media screen and (max-width: 639px) {
	.container {
		width: 480px;
	}
}
@media screen and (max-width: 479px) {
	.container {
		width: 100%;
	}
}
.title {
	color: #373244;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
}
@media screen and (max-width: 1189px) {
	.title {
		font-size: 40px;
	}
}
@media screen and (max-width: 1023px) {
	.title {
		font-size: 36px;
	}
}
@media screen and (max-width: 767px) {
	.title {
		font-size: 32px;
	}
	.title br {
		display: none;
	}
}
@media screen and (max-width: 639px) {
	.title {
		font-size: 29px;
	}
}
@media screen and (max-width: 479px) {
	.title {
		font-size: 26px;
	}
}
.text-bold {
	font-weight: 700;
}
.nav-item a:hover {
	color: #d85e41;
}
.text-black {
	font-weight: 900;
}
.text-nowrap {
	white-space: nowrap;
}
.blue {
	color: #5789bf;
}
.grey {
	color: #94929b;
	font-weight: 400;
}
.img-effect {
	position: relative;
}
.img-effect:after,
.img-effect:before {
	content: "";
	position: absolute;
	z-index: -1;
}
.img-effect:before {
	bottom: -3px;
	left: 1px;
	background: #c5c0ca;
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
	width: 100.5%;
	height: 3px;
}
.img-effect:after {
	top: 0;
	right: -3px;
	width: 3px;
	height: 100.5%;
	background: #efebf2;
	-webkit-transform: skewY(30deg);
	transform: skewY(30deg);
}
.btn,
.btn:hover {
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: Arial;
	text-align: center;
	padding-top: 0;
	width: 100%;
	height: 70px;
	border-radius: 5px;
	background-color: #fff;
	background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ef5b4d),
    color-stop(50%, #f78b4d),
    to(#ef5b4d)
	);
	background-image: linear-gradient(
    to right,
    #ef5b4d 0,
    #f78b4d 50%,
    #ef5b4d 100%
	);
	border-bottom: 5px solid #d85e41;
	font-size: 32px;
	font-weight: 700;
	line-height: 26px;
	color: #fff;
	cursor: pointer;
	-webkit-box-shadow: 0 27px 10px -24px #bc4f35;
	box-shadow: 0 27px 10px -24px #bc4f35;
}
.btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn:focus {
	border-bottom: none;
}
.btn .btn__biger {
	display: inline-block;
}
.btn .form__btn_size {
	font-size: 20px;
	font-weight: 400;
	display: block;
}
input::-ms-clear {
	display: none;
}
.navbar {
	background-color: #e7e8e8;
	z-index: 10;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 12;
	padding: 10px 0;
}
.header__timer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 570px;
}
@media screen and (max-width: 1189px) {
	.header__timer {
		max-width: 485px;
	}
}
@media screen and (max-width: 1023px) {
	.header__timer {
		width: auto;
	}
}
.header__timer-title {
	width: auto;
	max-width: 120px;
	font-size: 14px;
	color: #373244;
}
.header__timer-text {
	color: #373244;
	width: 107px;
	line-height: 16px;
	font-size: 13px;
}
.header__timer-block {
	margin-top: 9px;
	margin-right: 25px;
}
.header__timer-block,
.header__timer-block .time {
	display: flex;
}
.header__timer-block .time {
	flex-direction: column;
	align-items: center;
	margin: 0 0 0 12px;
}
.header__timer-block .time .under-text {
	font-size: 13px;
	color: #373244;
	margin: 7px 0 0;
}
.header__timer-block .time-clock .inn {
	color: #000;
	font-weight: 700;
	font-size: 24px;
	background: #f78b4d;
	border-radius: 5px;
	padding: 3px 10px;
}
.time-clock {
	white-space: nowrap;
}
.navbar__btn {
	padding: 5px 10px;
	box-shadow: 0 19px 10px -20px #bc4f35;
	width: 140px;
	font-size: 24px;
	height: 56px;
}
@media screen and (max-width: 830px) {
	.navbar__btn {
		display: none;
	}
}
.order-form__timer-title {
	margin-bottom: 18px;
	padding-top: 0;
	color: #342c24;
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}
.order-form__timer-title span {
	color: #ff4800;
	font-weight: 700;
	text-transform: uppercase;
}
.timer-block {
	display: flex;
	justify-content: center;
	margin-bottom: 33px;
}
.form__timer-block .time-clock .inn {
	color: #000;
	font-weight: 700;
	font-size: 24px;
	border: 1px solid #f78b4d;
	border-radius: 5px;
	padding: 7px 9px;
}
.form__timer-block .timer-block .time:not(:last-of-type) {
	margin-right: 10px;
}
@media screen and (max-width: 1023px) {
	.navbar {
		margin-bottom: -10px;
	}
}
.navbar-content {
	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;
	width: 1190px;
	padding: 0 10px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 1189px) {
	.navbar-content {
		width: 1023px;
	}
}
@media screen and (max-width: 1023px) {
	.navbar-content {
		width: 100%;
		padding-left: 0;
	}
}
@media screen and (max-width: 639px) {
	.navbar-content {
		padding: 0;
	}
	.navbar {
		min-height: 56px;
		padding: 0;
	}
	.header {
		padding-top: 74px !important;
	}
	.navbar__btn {
		display: none;
	}
	.menu__btn {
		display: flex;
		max-width: 99%;
		padding-top: 0;
		height: auto;
		min-height: 60px;
	}
}
.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 10px;
	margin-right: 10px;
	align-items: center;
}
@media screen and (max-width: 639px) {
	.nav {
		display: none;
	}
}
.nav-item {
	margin-left: 48px;
	color: #373244;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
.nav-item:first-child {
	margin-left: 0;
}
.nav-item a {
	color: #373244;
	position: relative;
}
.menu__item a:before,
.nav-item a:before {
	content: "";
	position: absolute;
	height: 2px;
	bottom: -4px;
	width: 100%;
	background: url(../images/dotted.png) repeat-x center left;
}
.menu__item--2 a::before {
	display: none;
}
.nav-btn {
	display: none;
	background-color: #d9dbe0;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
@media screen and (max-width: 639px) {
	.nav-btn {
		display: block;
	}
}
.navbar_hide {
	width: 63px;
	height: 56px;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.toggle-mnu {
	display: block;
	width: 33px;
	height: 21px;
	position: absolute;
	top: 18px;
	right: 15px;
}
.menu__item a,
.toggle-mnu span {
	width: 99%;
	display: block;
	position: relative;
}
.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
	background-color: #5788c0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 2px;
	height: 4px;
}
.toggle-mnu span:after,
.toggle-mnu span:before {
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
}
.toggle-mnu span:before {
	top: 8px;
}
.toggle-mnu span:after {
	top: 16px;
}
.navbar__wrap,
.navbar_hide .navbar__wrap {
	position: absolute;
	right: -240px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.toggle-mnu.on span {
	background-color: transparent;
}
.toggle-mnu.on span:before {
	-webkit-transform: rotate(45deg) translate(-1px, 0);
	transform: rotate(45deg) translate(-1px, 0);
}
.toggle-mnu.on span:after {
	-webkit-transform: rotate(-45deg) translate(6px, -7px);
	transform: rotate(-45deg) translate(6px, -7px);
}
.navbar__wrap {
	margin-top: 56px;
	border-top: 3px solid #5788c0;
	height: auto;
	padding: 0;
	width: 240px;
	background-color: #d9dbe0;
	right: 0;
}
.menu__item a {
	text-align: center;
	height: 40px;
	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;
	color: #373244;
	padding-bottom: 3px;
}
.menu__item a:before {
	left: 1px;
}
#menu.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.fixed-btn {
	position: fixed;
	top: 0;
	right: 0;
}
@media screen and (max-width: 639px) {
	.logo {
		position: absolute;
		left: 0;
		top: 0;
	}
}
.dotted-correct a:before {
	width: 102%;
}
.dotted-correct2 a:before {
	width: 104%;
}
.header {
	background: url(../images/head-bg.jpg) no-repeat center #fff;
	background-size: cover;
	padding: 130px 0 50px;
	position: relative;
}
@media screen and (max-width: 1189px) {
	.header {
		padding-top: 130px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 1023px) {
	.header {
		background: url(../images/popup-bg.png) no-repeat center #fff;
		background-size: cover;
		padding-top: 111px !important;
	}
}
@media screen and (max-width: 639px) {
	.header {
		padding-top: 75px !important;
		background: #f2f2f2;
	}
}
.header-woman {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-47%);
	transform: translateX(-47%);
	width: 615px;
}
@media screen and (max-width: 1189px) {
	.header-woman {
		width: 570px;
	}
}
@media screen and (max-width: 1023px) {
	.header-woman {
		width: 465px;
		-webkit-transform: translateX(-80%);
		transform: translateX(-80%);
	}
}
@media screen and (max-width: 767px) {
	.header-woman {
		display: none;
	}
}
@media screen and (max-width: 639px) {
	.header-woman {
		display: none;
	}
}
.header-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 1023px) {
	.header-content {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.use_product-box {
		height: 385px !important;
	}
}
.header-left {
	width: 370px;
}
@media screen and (max-width: 1023px) {
	.header-left {
		width: 100%;
	}
}
.header__title {
	font-size: 62px;
	font-weight: 700;
	line-height: 40px;
	color: #373244;
}
@media screen and (max-width: 1189px) {
	.header__title {
		font-size: 55px;
		line-height: 40px;
	}
}
@media screen and (max-width: 1023px) {
	.header__title {
		text-align: center;
		font-size: 36px;
		line-height: 36px;
	}
}
@media screen and (max-width: 767px) {
	.header__title {
		font-size: 32px;
		line-height: 32px;
	}
}
@media screen and (max-width: 639px) {
	.header__title {
		font-size: 29px;
		line-height: 29px;
		margin-bottom: 24px;
	}
	.header__title br {
		display: none;
	}
}
@media screen and (max-width: 479px) {
	.header__title {
		font-size: 26px;
		line-height: 26px;
	}
}
.header__title span:nth-child(2) {
	color: #5788c0;
	font-size: 30px;
	line-height: 0;
	position: relative;
	top: 3px;
}
@media screen and (max-width: 1189px) {
	.header__title span:nth-child(2) {
		font-size: 37px;
		line-height: 26px;
		top: 0;
	}
}
@media screen and (max-width: 1023px) {
	.header__title span:nth-child(2) {
		font-size: 36px;
		line-height: 36px;
	}
}
@media screen and (max-width: 767px) {
	.header__title span:nth-child(2) {
		font-size: 32px;
		line-height: 32px;
	}
}
@media screen and (max-width: 639px) {
	.header__title span:nth-child(2) {
		font-size: 29px;
		line-height: 29px;
	}
}
@media screen and (max-width: 479px) {
	.header__title span:nth-child(2) {
		font-size: 26px;
		line-height: 26px;
	}
}
.header__subtitle {
	color: #373244;
	font-size: 32px;
	line-height: 32px;
	margin-top: 32px;
}
@media screen and (max-width: 1189px) {
	.header__subtitle {
		margin-top: 15px;
		font-size: 29px;
		line-height: normal;
	}
}
@media screen and (max-width: 1023px) {
	.header__subtitle {
		margin-top: 10px;
		font-size: 25px;
		text-align: center;
	}
	.header__subtitle br {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.header__subtitle {
		font-size: 21px;
	}
}
@media screen and (max-width: 639px) {
	.header__subtitle {
		font-size: 20px;
		margin: 10px 0;
		display: none;
	}
}
@media screen and (max-width: 479px) {
	.header__subtitle {
		font-size: 19px;
	}
}
@media screen and (max-width: 403px) {
	.header__subtitle {
		margin: 5px 0 0;
	}
}
.header-list {
	margin-top: 80px;
}
@media screen and (max-width: 1189px) {
	.header-list {
		margin-top: 30px;
	}
}
@media screen and (max-width: 1023px) {
	.header-list {
		margin-top: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media screen and (max-width: 639px) {
	.header-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 8px;
		max-width: 280px;
		margin-right: auto;
		margin-left: auto;
	}
}
.header-list__item {
	color: #373244;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 25px;
	margin-left: 3px;
}
.header-list__item:last-child {
	margin-bottom: 0;
}
.header-list__item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border: 2px solid #4377c6;
	border-radius: 50%;
}
@media screen and (max-width: 1023px) {
	.header-list__item:before {
		top: 6px;
		-webkit-transform: none;
		transform: none;
	}
	.header-list__item {
		padding-left: 20px;
		margin-left: 0;
		margin-bottom: 0;
		line-height: 1.3;
	}
}
@media screen and (max-width: 767px) {
	.header-list__item {
		font-size: 18px;
	}
}
@media screen and (max-width: 639px) {
	.header-list__item {
		margin-bottom: 5px;
	}
}
.header-prodcomment {
	color: #5788bf;
	font-size: 20px;
	font-style: italic;
	line-height: 24px;
	padding-left: 70px;
	margin-top: 145px;
	position: relative;
	left: 173px;
	top: -26px;
}
@media screen and (max-width: 1189px) {
	.header-prodcomment {
		margin-top: 62px;
		left: 123px;
		top: -21px;
	}
	.last-block .header-prodcomment {
		margin-top: 42px;
	}
}
@media screen and (max-width: 1023px) {
	.header-prodcomment {
		display: none;
	}
}
.header-prodcomment:after {
	content: "";
	position: absolute;
	bottom: -60px;
	right: 70px;
	background: url(../images/prod-arrow.png) center no-repeat;
	width: 99px;
	height: 46px;
}
@media screen and (max-width: 1189px) {
	.header-prodcomment:after {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
		right: 3px;
	}
}
.header-prodcomment:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	background: url(../images/tubes.png) no-repeat center;
	width: 52px;
	height: 52px;
}
.header-center {
	width: 48%;
}
@media screen and (max-width: 767px) {
	.header-center {
		width: 56%;
		margin-top: 10px;
	}
}
@media screen and (max-width: 639px) {
	.header-center {
		width: 100%;
		margin-top: 10px;
	}
}
.header-center__prod {
	position: absolute;
	bottom: -35px;
}
@media screen and (max-width: 1023px) {
	.header-center__prod {
		bottom: 24px;
	}
}
@media screen and (max-width: 767px) {
	.header-center__prod {
		position: static;
	}
}
@media screen and (max-width: 639px) {
	.header-center__prod {
		position: relative;
		bottom: 0;
		left: 0;
	}
}
.header-pack {
	width: 315px;
	position: relative;
	left: 100px;
}
@media screen and (max-width: 1189px) {
	.header-pack {
		left: 148px;
		width: 280px;
	}
}
@media screen and (max-width: 1023px) {
	.header-pack {
		left: 115px;
	}
}
@media screen and (max-width: 767px) {
	.header-pack {
		width: 290px;
		left: 0;
		margin: 0 auto;
	}
}
.header-capsule {
	width: 86px;
	position: absolute;
	bottom: 12px;
	left: -42px;
}
@media screen and (max-width: 1189px) {
	.header-capsule {
		left: -2px;
		width: 76px;
	}
}
@media screen and (max-width: 1023px) {
	.header-capsule {
		left: -21px;
	}
	.navbar__btn {
		margin-left: 15px;
	}
	.header__timer-block {
		margin-right: 0;
	}
	.header__timer-block .time {
		margin-left: 6px;
	}
	.header__timer-block .time-clock {
		display: flex;
		width: auto;
	}
	.header__timer-block .inn:nth-of-type(n + 2) {
		margin-left: 3px;
	}
}
@media screen and (max-width: 767px) {
	.header-capsule {
		bottom: auto;
		top: 300px;
		left: calc(50% - 158px);
	}
	.nav-item {
		font-size: 17px;
	}
}
@media screen and (max-width: 639px) {
	.header__timer {
		display: none;
	}
	.header-capsule {
		width: 64px;
		left: 48%;
		-webkit-transform: translateX(-231%);
		transform: translateX(-231%);
	}
}
.header-right {
	width: 300px;
}
@media screen and (max-width: 1023px) {
	.header-right {
		margin-top: 20px;
	}
}
.form {
	width: 300px;
	padding-bottom: 20px;
	border-radius: 10px;
	border: 4px solid #5789bf;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(165, 165, 165, 0.75);
	box-shadow: 0 0 20px 0 rgba(165, 165, 165, 0.75);
	position: relative;
}
.discount {
	position: absolute;
	right: -20px;
	top: 90px;
	height: 70px;
	width: 70px;
	background-color: #f38a53;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	z-index: 2;
}
.discount__content {
	position: relative;
	transform: rotate(-20deg);
}
.discount__value {
	font-size: 27px;
	position: relative;
	right: 8px;
}
.discount__percent {
	font-size: 20px;
	position: absolute;
	bottom: 0;
	right: 2px;
	transform: translateX(65%) translateY(-10%);
}
.form .form-arrow {
	content: "";
	position: absolute;
	right: -40px;
	top: 112px;
	z-index: 1;
}
@media screen and (max-width: 1250px) {
	.form .form-arrow {
		display: none;
	}
}
.form-top {
	padding-top: 18px;
	background-color: #f1f4f6;
	border-radius: 10px 10px 0 0;
}
.form-top__title {
	text-align: center;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}
.form-top__date {
	color: #5788bf;
	line-height: 24px;
	margin-top: 2px;
	display: inline-block;
}
.form form input,
.form-question {
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}
.form-question {
	text-align: center;
	padding-top: 10px;
	color: #4a5665;
}
.form form {
	padding: 0 20px;
	margin-top: 12px;
}
.form form 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: 5px;
	border: 1px solid #dedddd;
	background-color: #fff;
	height: 60px;
	width: 100%;
	padding-left: 40px;
	margin-bottom: 15px;
	color: #666;
	padding-right: 15px;
}
.form form input:focus,
.form form input:hover {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
}
.form__input-name,
.form__input-phone,
.price-old__count .x_price_previous {
	position: relative;
}
.form form input {
	height: 55px;
	margin-bottom: 12px;
}
.form__input-name:before,
.form__input-phone:before {
	content: "";
	position: absolute;
}
.form__input-name:before {
	width: 19px;
	height: 23px;
	background: url(../images/user.svg) no-repeat center;
	top: 17px;
	left: 10px;
}
.form__input-phone:before {
	width: 21px;
	height: 24px;
	background: url(../images/phone.svg) no-repeat center;
	top: 17px;
	left: 10px;
}
.form-lastpack {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
	margin-top: 20px;
}
.form-lastpack span {
	color: #5789bf;
}
.price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
}
.price:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 138px 0;
	border-color: #f1f4f6 transparent transparent;
}
.price-line {
	width: 1.4px;
	height: 53px;
	background-color: #d1d0d0;
	opacity: 0.6;
	position: relative;
	top: 2px;
}
.price-old {
	width: 50%;
	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;
}
.price-old__title {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}
.price-old__count {
	margin-top: 16px;
	color: #3a3a3a;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -1.4px;
	font-size: 28px;
}
.price-old__count .x_price_previous:after,
.price-old__count .x_price_previous:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 110%;
	height: 1px;
	background-color: #f01d07;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(20deg);
	transform: translateX(-50%) translateY(-50%) rotate(20deg);
}
.price-old__count .x_price_previous:after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-20deg);
	transform: translateX(-50%) translateY(-50%) rotate(-20deg);
}
.price-new__count .x_currency,
.price-old__count .x_currency {
	font-size: 16px;
	margin-left: 4px;
	letter-spacing: -0.4px;
}
.price-new {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 10px;
	width: 50%;
}
.price-new__title {
	color: #30302f;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}
.price-new__count {
	margin-top: -1px;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: -1.1px;
	color: #f3764d;
}
.price-new__count .x_price_current {
	display: inline-block;
	line-height: 1;
}
.price-new__count .x_currency {
	letter-spacing: normal;
	font-weight: 400;
	color: #f3764d;
}
.price-new__count .star {
	font-size: 18px;
	display: none;
}
.x_country_select select {
	-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: 5px;
	border: 1px solid #dedddd;
	background-color: #fff;
	height: 60px;
	cursor: pointer;
	width: 100%;
	padding-left: 40px;
	margin-bottom: 15px;
	color: #666;
	padding-right: 15px;
	font-size: 18px;
	background: url(../images/world.svg), url(../images/select-triangle.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: 10px center, left calc(100% - 10px) center;
	background-size: 8%, 11px 11px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.x_country_select select:focus,
.x_country_select select:hover {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
}
select::-ms-expand {
	display: none;
}
.problems {
	padding-top: 113px;
	padding-bottom: 25px;
}
@media screen and (max-width: 1189px) {
	.problems {
		padding-top: 85px;
		padding-bottom: 30px;
	}
}
.problems-content {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 1189px) {
	.problems-content {
		margin-top: 40px;
	}
}
@media screen and (max-width: 1023px) {
	.problems-content {
		margin-top: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 767px) {
	.problems-content {
		margin-top: 10px;
	}
}
.problems-box {
	width: 23.1%;
}
.problems-box:nth-child(2n + 2) {
	margin-top: 34px;
}
@media screen and (max-width: 1189px) {
	.problems-box:nth-child(2n + 2) {
		margin-top: 25px;
	}
}
@media screen and (max-width: 1189px) and (max-width: 1023px) {
	.problems-box:nth-child(2n + 2) {
		margin-top: auto;
	}
}
@media screen and (max-width: 1023px) {
	.problems-box {
		width: 270px;
		margin: 10px 5px;
	}
	.problems-box:nth-child(2n + 2) {
		margin: 10px 5px;
	}
}
@media screen and (max-width: 639px) {
	.problems-box {
		width: 220px;
	}
}
@media screen and (max-width: 479px) {
	.problems-box {
		width: 270px;
		margin: 5px 0 15px;
	}
	.problems-box:nth-child(2n + 2) {
		margin: 5px 0 15px;
	}
	.problems-box:last-child {
		margin-bottom: 0;
	}
}
.problems-box__img {
	position: relative;
	z-index: 0;
}
.problems-box__img img,
.reviews-box__img img {
	-webkit-box-shadow: 2px 10px 24px rgba(128, 120, 139, 0.26);
	box-shadow: 2px 10px 24px rgba(128, 120, 139, 0.26);
}
.problems-box__text {
	text-align: center;
	margin-top: 40px;
	color: #373244;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
}
@media screen and (max-width: 1189px) {
	.problems-box__text {
		margin-top: 25px;
		font-size: 20px;
		line-height: normal;
	}
}
@media screen and (max-width: 1023px) {
	.problems-box__text {
		margin-top: 10px;
		font-size: 19px;
	}
}
.pain {
	padding-top: 125px;
	padding-bottom: 176px;
	position: relative;
}
@media screen and (max-width: 1189px) {
	.pain {
		padding-top: 90px;
		padding-bottom: 100px;
		overflow: hidden;
	}
}
@media screen and (max-width: 1023px) {
	.pain {
		border-top: 1px solid #e4e4e4;
	}
}
.pain:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-20.7%);
	transform: translateX(-20.7%);
	background: url(../images/pain-man.png) center no-repeat;
	width: 1048px;
	height: 698px;
}
@media screen and (max-width: 1189px) {
	.pain:before {
		top: -53px;
		-webkit-transform: translateX(-24.3%);
		transform: translateX(-24.3%);
	}
}
@media screen and (max-width: 1023px) {
	.pain:before {
		top: auto;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-size: 100%;
		width: 667px;
		height: 478px;
	}
}
@media screen and (max-width: 767px) {
	.pain:before {
		width: 655px;
		height: 446px;
	}
}
@media screen and (max-width: 479px) {
	.pain:before {
		background: url(../images/pain-man-mob.png) center no-repeat;
	}
	.pain:before {
		width: 462px;
		height: 290px;
	}
}
@media screen and (max-width: 1023px) {
	.pain-content {
		padding-bottom: 400px;
	}
}
@media screen and (max-width: 767px) {
	.pain-content {
		padding-bottom: 390px;
	}
}
@media screen and (max-width: 479px) {
	.pain-content {
		padding-bottom: 280px;
	}
}
.pain-box {
	max-width: 470px;
}
@media screen and (max-width: 1189px) {
	.pain-box {
		max-width: 425px;
	}
}
@media screen and (max-width: 1023px) {
	.pain-box {
		max-width: 100%;
	}
}
.pain-box__title {
	font-size: 70px;
	font-weight: 700;
	line-height: 78px;
	color: #373244;
	position: relative;
}
@media screen and (max-width: 1189px) {
	.pain-box__title {
		font-size: 70px;
		line-height: 64px;
	}
}
@media screen and (max-width: 1023px) {
	.pain-box__title {
		font-size: 36px;
		line-height: 36px;
		text-align: center;
	}
	.pain-box__title br {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.pain-box__title {
		font-size: 32px;
		line-height: 32px;
	}
}
@media screen and (max-width: 639px) {
	.pain-box__title {
		font-size: 29px;
		line-height: 29px;
	}
}
@media screen and (max-width: 479px) {
	.pain-box__title {
		font-size: 26px;
		line-height: 26px;
	}
}
.pain-box__title:before {
	content: "";
	position: absolute;
	top: -50px;
	right: -209px;
	background: url(../images/pain-beat.png) no-repeat center;
	width: 288px;
	height: 200px;
}
@media screen and (max-width: 1189px) {
	.pain-box__title:before {
		background-size: 100%;
		top: -45px;
		right: -134px;
	}
}
@media screen and (max-width: 1023px) {
	.pain-box__title:before {
		display: none;
	}
}
.pain-box__question {
	margin-top: 60px;
	color: #373244;
	font-size: 32px;
	font-weight: 400;
	line-height: 36px;
}
@media screen and (max-width: 1189px) {
	.pain-box__question {
		font-size: 28px;
		line-height: 32px;
		margin-top: 40px;
	}
}
@media screen and (max-width: 1023px) {
	.pain-box__question {
		font-size: 25px;
		line-height: 25px;
		margin-top: 10px;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.pain-box__question {
		margin-top: 8px;
		font-size: 21px;
		line-height: 21px;
	}
}
.pain-box__question span {
	color: #f94920;
}
.signal {
	padding: 90px 0 0;
	background-image: url(../images/signal-bg.jpg);
	background-size: cover;
	background-position: center;
}
.signal-title {
	margin-bottom: 60px;
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
}
.nowrap {
	white-space: nowrap;
}
.fw-700,
.reviews-box__text b {
	font-weight: 700;
}
.accent-color {
	color: #f94920;
}
.blue-accent {
	color: #5789bf;
}
.signal__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.signal__wrap picture {
	flex-shrink: 0;
}
.signal__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
}
.signal__box {
	color: #373244;
	padding-top: 15px;
	font-size: 24px;
	padding-left: 25px;
}
.signal__about {
	line-height: 1.3;
	margin-bottom: 40px;
}
.signal__about-accent {
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 50px;
}
.signal__big-accent {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 10px;
}
.signal__subtitle {
	margin-bottom: 30px;
	line-height: 1.3;
}
.signal-btn {
	max-width: 225px;
}
@media (max-width: 1250px) {
	.signal {
		padding: 70px 0 0;
	}
}
@media (max-width: 1189px) {
	.signal {
		padding-bottom: 50px;
	}
	.signal__box {
		font-size: 23px;
	}
	.signal__big-accent {
		font-size: 35px;
	}
}
@media (max-width: 1023px) {
	.signal {
		padding: 40px 0;
	}
	.signal-title {
		margin-bottom: 30px;
	}
	.signal__box {
		padding-top: 0;
		padding-left: 0;
		font-size: 22px;
	}
	.signal__image {
		display: none;
	}
	.signal__about {
		margin-bottom: 25px;
	}
	.signal__about-accent {
		margin-bottom: 30px;
	}
	.signal__big-accent,
	.signal__subtitle {
		text-align: center;
	}
	.signal-btn {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 767px) {
	.signal {
		padding: 30px 0;
	}
	.signal-title {
		margin-bottom: 25px;
	}
	.signal-title .nowrap {
		white-space: normal;
	}
	.signal__box {
		font-size: 21px;
	}
	.signal__about,
	.signal__about-accent {
		margin-bottom: 20px;
	}
	.signal__big-accent {
		font-size: 32px;
		margin-bottom: 5px;
	}
}
@media (max-width: 639px) {
	.signal {
		padding: 40px 0;
	}
	.signal-title {
		margin-bottom: 20px;
	}
	.signal__box {
		font-size: 19px;
	}
	.signal__big-accent {
		font-size: 28px;
	}
}
@media (max-width: 479px) {
	.signal {
		padding: 25px 0;
	}
	.signal__box {
		font-size: 18px;
	}
	.signal__big-accent {
		font-size: 24px;
	}
}
@media (max-width: 350px) {
	.signal__big-accent {
		font-size: 21px;
	}
}
.bg--grey {
	background: #f2f2f2;
}
.maincolor {
	color: #5789bf;
}
.composition ::after,
.composition ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.composition {
	padding: 80px 0 30px;
}
.title-composition {
	max-width: 100%;
	margin: 0 auto 12px;
}
.composition__subtitle {
	font-size: 22px;
	line-height: 1;
	text-align: center;
	color: #94929b;
	margin-bottom: 40px;
}
.composition__main {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	align-items: flex-start;
	padding-bottom: 0px;
	padding-top: 80px;
}
.composition__present {
	width: 550px;
	position: relative;
}
.composition__prod {
	max-width: 479px;
	margin-left: 30px;
	margin-top: 25px;
	margin-right: 20px;
}

.composition__prod img.composition__img {
	margin: 0 auto;
	width: 290px;
}
.composition__circle {
	width: 560px;
	height: 560px;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 15px 5px #f0f1f5;
	box-shadow: inset 0 0 15px 5px #f0f1f5;
	background: url(../images/dots.png) no-repeat center center/contain;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}
.composition__name h3 {
	font-size: 20px;
	line-height: 35px;
	font-weight: 700;
	color: #5789bf;
	display: inline-block;
	padding-top: 10px;
	position: relative;
	cursor: pointer;
}
.composition__name h3::after {
	content: "";
	width: 100%;
	height: 0px;
	border-bottom: 1px dotted #5789bf;
	position: absolute;
	left: 0;
	bottom: 0;
}
.composition__name::before {
	content: "";
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	left: -75px;
}
.composition__item.composition__item-1 .composition__name::before {
	background: url(../images/comp1.png) no-repeat center center/contain;		
}
.composition__item.composition__item-2 .composition__name::before {
	background: url(../images/comp2.png) no-repeat center center/contain;		
}
.composition__item.composition__item-3 .composition__name::before {
	background: url(../images/comp3.png) no-repeat center center/contain;		
}
.composition__item.composition__item-4 .composition__name::before {
	background: url(../images/comp4.png) no-repeat center center/contain;		
}
.composition__item.active .composition__name h3 {
	color: #373244;
}
.composition__item.active .composition__name h3::after {
	border-bottom: 1px dotted #ccc;
}
.composition__descr {
	display: none;
}
.composition__item {
	margin-bottom: 57px;
}
.composition__item.active {
	width: 446px;
}
.composition__item.active .composition__name {
	display: block;
	position: relative;
}

.composition__item.active .composition__descr {
	font-size: 18px;
	line-height: 1.4;
	color: #373244;
	display: block;
	padding: 10px 0px 0;
	background: #fff;
	position: relative;
}

.composition__list {
	position: relative;
	width: 100%;
	align-self: center;
}
.composition__present,
.reviews-box__star img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 100px;
}
.composition__item-2,
.composition__item-3 {
	-webkit-transform: translateX(60px);
	transform: translateX(60px);
}
.composition__item-4 {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.composition__triangle {
	width: 300px;
	height: 300px;
	background: #fff;
	position: absolute;
	top: 74px;
	right: -138px;
	z-index: -1;
	border: 1px solid #e0e5ea;
	border-right: none;
	border-top: none;
	-webkit-transform: rotate(45deg) skew(10deg, 10deg);
	transform: rotate(45deg) skew(10deg, 10deg);
}
.composition__arrows {
	position: absolute;
	top: 43%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 450px;
}
.composition__arrow svg {
	cursor: pointer;
	fill: #d6d9de;
}
.composition__arrow svg:hover {
	fill: #5789bf;
}
.composition__arrow.dis {
	fill: #d6d9de;
}
.composition__round {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 2px solid #5789bf;
	-webkit-box-shadow: 0 0 0 7px #edf0f3, 0 0 0 8px #cdc9d2;
	box-shadow: 0 0 0 7px #edf0f3, 0 0 0 8px #cdc9d2;
	margin: 18px auto;
}
@media screen and (max-width: 1189px) {
	.composition__item.active .composition__descr {
		font-size: 16px;
	}
	.composition__item.active .composition__descr {
		height: auto;
	}
	.composition__arrows {
		left: 395px;
	}
	.composition {
		padding: 60px 0;
	}
	.composition__triangle {
		top: 74px !important;
		right: -100px !important;
	}
	.composition__prod {
		max-width: 360px;
		margin-left: 70px;
	}
	.composition__circle {
		width: 500px;
		height: 500px;
	}
	.composition__item {
		margin-bottom: 35px;
	}
	.composition__present {
		margin-right: 30px;
	}
	.composition__triangle {
		width: 290px;
		height: 290px;
		top: -30px;
		right: -167px;
		-webkit-transform: rotate(45deg) skew(9deg, 10deg);
		transform: rotate(45deg) skew(9deg, 10deg);
	}
	.composition__item-2,
	.composition__item-3,
	.composition__item-6 {
		-webkit-transform: translateX(40px);
		transform: translateX(40px);
	}
	.composition__item-5 {
		-webkit-transform: translateX(70px);
		transform: translateX(70px);
	}
	.composition__item.active {
		width: 385px;
	}
	.composition__subtitle {
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1023px) {
	.composition__prod {
		max-width: 310px;
		margin-left: 0;
	}
	.composition__item {
		margin-bottom: 32px;
	}
	.composition__item-2 {
		-webkit-transform: translateX(60px);
		transform: translateX(60px);
	}
	.composition__item-3 {
		-webkit-transform: translateX(70px);
		transform: translateX(70px);
	}
	.composition__item-4 {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	.composition__item.active {
		width: 380px;
	}
	.composition__arrows {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		top: 210px;
		left: 267px;
	}
	.composition__name h3 {
		font-size: 20px;
	}
	.composition__descr {
		line-height: 1.3;
	}
	.composition__item.active .composition__descr {
		height: auto;
		font-size: 16px;
		line-height: 1.3;
	}
	.composition__subtitle {
		margin-bottom: 0px;
		font-size: 19px;
	}
	.composition__triangle {
		width: 285px;
		height: 285px;
		top: -47px;
		right: -163px;
		-webkit-transform: rotate(45deg) skew(5deg, 5deg);
		transform: rotate(45deg) skew(5deg, 5deg);
	}
	.composition__circle {
		width: 480px;
		height: 480px;
	}
}
@media screen and (max-width: 767px) {
	.composition__triangle {
		display: none;
	}
	.composition__main {
		-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;
	}
	.composition__prod {
		margin: 20px auto 130px;
	}
	.composition__prod .helps-icon {
		position: absolute;
        top: 350px;
        right: -20px;		
	}
	.composition__circle {
		width: 400px;
		height: 400px;
	}
	.composition__item {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		margin-bottom: 15px;
		padding-left: 70px;
		min-height: 60px;
	}
	.composition__arrows {
		display: none;
	}
	.composition__item.active {
		width: 100%;
		position: relative;
		left: 0px;
	}
	.composition__item.active .composition__descr {
		height: auto;
	}
	.composition__list {
		max-width: 300px;
	}
	.composition__present {
		margin-right: 0;
	}
	.composition__name h3 {
        font-size: 16px;
		line-height: 22px;	
		padding-top: 20px;
	}
	.composition__name::before {
		left: 0px;
	}
	
	.composition__item.active .composition__name::before {
      	left: -70px;
	}
}
@media screen and (max-width: 479px) {
	.composition__circle {
		display: none;
	}
	.composition__prod .composition__img {
		max-width: 290px;
	}	
	.composition__subtitle {
		margin-bottom: 20px;
	}
}
.safe {
	padding: 90px 0;
}
.safe-title {
	margin-bottom: 50px;
}
.safe__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.safe__image-box,
.safe__info {
	width: 50%;
}
.safe__item {
	position: relative;
	padding-left: 65px;
	margin-bottom: 40px;
}
.safe__item:after {
	position: absolute;
	content: "";
	width: 48px;
	height: 50px;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
}
.safe__item-1:after {
	background-image: url(../images/safe__1.jpg);
}
.safe__item-2:after {
	background-image: url(../images/safe__2.jpg);
}
.safe__item-3:after {
	background-image: url(../images/safe__3.jpg);
}
.safe__item-title {
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	color: #373244;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 7px;
	line-height: 24px;
}
.safe__item-title::before {
	content: "";
	width: 100%;
	height: 1px;
	background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #cdc9d2),
    color-stop(50%, transparent)
	);
	background-image: linear-gradient(90deg, #cdc9d2 50%, transparent 50%);
	background-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.safe__item-descr {
	font-size: 20px;
	line-height: 1.2;
	color: #94929b;
}
.safe__btn-box {
	padding-left: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.safe__btn-descr {
	color: #bbb5bf;
	font-size: 17px;
	font-style: italic;
	line-height: 1.3;
	margin-left: 25px;
}
.safe__image-box {
	position: relative;
}
.safe__capsule,
.safe__product {
	position: absolute;
	width: 100%;
	z-index: 1;
}
.safe__product {
	width: 300px;
	height: auto;
	margin-top: 7px;
	top: -73px;
	right: 210px;
}
.safe__capsule {
	right: 81px;
	max-width: 155px;
}
.safe-btn {
	max-width: 225px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 1250px) {
	.safe {
		padding: 70px 0;
	}
}
@media (max-width: 1189px) {
	.safe__capsule {
		right: 69px;
		max-width: 130px;
	}
}
@media (max-width: 1023px) {
	.safe {
		padding: 40px 0;
	}
	.safe-title {
		margin-bottom: 40px;
	}
	.safe__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.safe__image-box,
	.safe__info {
		width: 100%;
	}
	.safe__product {
		width: 150px;
		position: relative;
		max-width: 100%;
		margin: 0 auto;
		right: 0;
		top: 0;
	}
	.safe__image-box {
		margin-bottom: 30px;
		max-width: 320px;
        margin-left: auto;
        margin-right: auto;
	}
	.safe__btn-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
	}
	.safe__btn-descr {
		margin-left: 0;
		text-align: center;
	}
	.safe-btn {
		margin-bottom: 20px;
	}
	.safe__item-descr {
		line-height: 1.3;
	}
	.safe__capsule {
		top: 0;
		right: 233px;
		max-width: 115px;
	}
	.use__prop-img-box {
		height: 116px;
		margin-bottom: 10px;
	}
	.use__prop-img-box img {
		height: auto;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.composition__main {
		padding-top: 0;
		padding-bottom: 0;
	}
	.safe {
		padding: 30px 0;
	}
	.safe-title {
		margin-bottom: 35px;
	}
	.safe__item-descr {
		font-size: 18px;
	}
	.safe__item-title {
		font-size: 20px;
	}
	.safe__item {
		margin-bottom: 30px;
	}
	.safe__product {
		width: 120px;
	}
	.safe__capsule {
		right: 192px;
		max-width: 97px;
	}
}
@media (max-width: 639px) {
	.safe-title {
		margin-bottom: 30px;
	}
	.safe__product {
		max-width: 330px;
	}
	.safe__item-descr {
		font-size: 17px;
	}
	.safe__capsule {
		right: 127px;
		max-width: 85px;
	}
}
@media (max-width: 479px) {
	.safe {
		padding: 25px 0;
	}
	.safe__item-title {
		font-size: 19px;
		margin-bottom: 10px;
	}
	.safe__product {
		max-width: 280px;
		right: 0;
	}
	.safe__capsule {
		max-width: 71px;
		right: 74px;
	}
	.safe__image-box {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 460px) {
	.safe__btn-descr {
		line-height: 1.1;
	}
}
@media (max-width: 350px) {
	.safe__item {
		padding-left: 0;
	}
	.safe__item:after {
		display: none;
	}
	.safe__image-box {
		max-width: 290px;
	}
	.safe__capsule {
		right: 58px;
	}
}
.statistics {
	padding: 80px 0;
	background-color: #ecf0f3;
}
@media screen and (max-width: 1189px) {
	.statistics {
		padding: 60px 0;
	}
}
.statistics-subtitle {
	color: #94929b;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	margin-top: 13px;
	line-height: 26px;
}
@media screen and (max-width: 1189px) {
	.statistics-subtitle {
		font-size: 20px;
		margin-top: 10px;
		line-height: 24px;
	}
}
@media screen and (max-width: 1023px) {
	.statistics-subtitle br {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.statistics-subtitle {
		font-size: 18px;
		line-height: 22px;
	}
	.statistics-title br {
		display: none;
	}
}
.statistics-subtitle .black {
	color: #373244;
}
.statistics-content {
	margin-top: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
@media screen and (max-width: 1189px) {
	.statistics-content {
		margin-top: 30px;
	}
}
@media screen and (max-width: 1023px) {
	.statistics-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 20px;
	}
}
@media screen and (max-width: 639px) {
	.statistics-content {
		margin-top: 10px;
	}
}
.statistics-head {
	color: #5789bf;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	padding-left: 40px;
	margin-bottom: 8px;
}
.statistics-box {
	width: 550px;
	position: relative;
}
@media screen and (max-width: 1189px) {
	.statistics-box {
		width: 488px;
	}
}
@media screen and (max-width: 1023px) {
	.statistics-box:first-child {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 510px) {
	.safe__item-descr {
		line-height: 1.1;
	}
	.statistics-box {
		width: 300px;
	}
}
.statistics-box__img {
	padding-left: 40px;
	padding-bottom: 18px;
}
@media screen and (max-width: 510px) {
	.statistics-box__img {
		padding-left: 30px;
		padding-bottom: 10px;
	}
}
.statistics-box__left {
	position: absolute;
	top: 97px;
	left: 0;
	width: 20px;
	height: 200px;
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: right;
	color: #716f7c;
}
@media screen and (max-width: 1189px) {
	.statistics-box__left {
		height: 170px;
	}
}
@media screen and (max-width: 510px) {
	.statistics-box__left {
		height: 105px;
		top: 68px;
	}
}
.statistics-box__left span {
	font-size: 12px;
}
.statistics-box__bottom {
	font-size: 12px;
	width: 450px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	color: #716f7c;
}
@media screen and (max-width: 1189px) {
	.statistics-box__bottom {
		width: 387px;
		left: 10px;
	}
}
@media screen and (max-width: 510px) {
	.statistics-box__bottom {
		width: 240px;
	}
}
.statistics-box__name {
	font-size: 18px;
	position: absolute;
	top: 60px;
	left: 60px;
}
@media screen and (max-width: 510px) {
	.statistics-box__name {
		font-size: 14px;
		left: 40px;
		top: 32px;
		width: 250px;
	}
}
.statistics-box__effect {
	font-weight: 700;
	margin-right: 35px;
}
@media screen and (max-width: 1189px) {
	.statistics-box__effect {
		margin-right: 20px;
	}
}
@media screen and (max-width: 510px) {
	.statistics-box__effect {
		margin-right: 10px;
		width: 100%;
		display: block;
		margin-bottom: 3px;
	}
}
.statistics-box__other,
.statistics-box__prod {
	font-weight: 700;
	padding-left: 12px;
	position: relative;
}
.statistics-box__prod {
	margin-right: 10px;
	color: #6190c2;
}
.statistics-box__prod:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	border: 2px solid #4377c6;
	border-radius: 50%;
}
@media screen and (max-width: 510px) {
	.statistics-box__prod:before {
		width: 3px;
		height: 3px;
	}
}
.statistics-box__other {
	color: #fe6e52;
}
.statistics-box__other:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	border: 2px solid #fe6e52;
	border-radius: 50%;
}
@media screen and (max-width: 510px) {
	.statistics-box__other:before {
		width: 3px;
		height: 3px;
	}
}
.statistics-attention {
	color: #94929b;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	text-align: center;
	margin-top: 60px;
}
.statistics-attention span {
	color: #5a8ac0;
}
@media screen and (max-width: 1189px) {
	.statistics-attention {
		margin-top: 40px;
	}
}
@media screen and (max-width: 1023px) {
	.statistics-attention {
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.statistics-attention {
		margin-top: 20px;
	}
}
@media screen and (max-width: 639px) {
	.statistics-attention {
		margin-top: 10px;
		font-size: 16px;
	}
}
.new-colum {
	width: 15px;
	height: 225px;
	top: 71px;
}
@media screen and (max-width: 1189px) {
	.new-colum {
		height: 192px;
	}
}
@media screen and (max-width: 510px) {
	.new-colum {
		top: 55px;
		height: 115px;
	}
}
.sec-colum {
	width: 400px;
	margin-right: 50px;
}
@media screen and (max-width: 510px) {
	.sec-colum {
		width: 240px;
		margin-right: 7px;
	}
}
.sbn {
	top: 30px;
}
@media screen and (max-width: 510px) {
	.sbn {
		top: 22px;
	}
}
.use {
	padding: 80px 0;
}
.use-title {
	margin-bottom: 50px;
}
.use__wrap {
	position: relative;
	padding-bottom: 190px;
}
.use__prop-box {
	position: relative;
	height: 385px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 1;
	padding: 0 10px;
}
.use__prop-box-img {
	position: absolute;
	max-width: 821px;
	width: 100%;
	height: 160px;
	background-image: url(../images/use__dotted-line.png);
	top: 50px;
	left: 50%;
	-webkit-transform: translate(-49%, 0) rotate(0);
	transform: translate(-49%, 0) rotate(0);
	z-index: -1;
}
.use__prop {
	width: 100%;
	max-width: 245px;
	text-align: center;
}
.use__prop--end {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.use__prop-img {
	width: 100px;
	margin: 0 auto 25px;
	background: #fff;
}
.use__prop-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #373244;
}
.use_product-box {
	position: absolute;
	left: 52%;
	bottom: -80px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	max-width: 570px;
	height: 220px;
	width: 100%;
	margin-top: -120px;
}
.use__product-bg {
	position: absolute;
	top: 85px;
	left: 0;
}
.use_product {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.use__product-pack,
.use_product {
	max-width: 420px;
}
.use__product-capsule {
	position: absolute;
	max-width: 110px;
	right: 78px;
	top: -7px;
}
@media (max-width: 1250px) {
	.use {
		padding: 70px 0 0px;
	}
}
@media (max-width: 1189px) {
	.use__prop--end {
		-ms-flex-item-align: center;
		align-self: center;
	}
	.use__prop-box-img {
		top: 30px;
		width: 700px;
		height: 137px;
		background-size: contain;
		-webkit-transform: translate(-50%, 0) rotate(0);
		transform: translate(-50%, 0) rotate(0);
	}
	.use__product-bg {
		left: 50%;
		-webkit-transform: translate(-53%);
		transform: translate(-53%);
		max-width: 500px;
	}
}
@media (max-width: 1023px) {
	.use {
		padding: 40px 0;
	}
	.use-title {
		margin-bottom: 30px;
	}
	.use__prop-title {
		font-size: 19px;
		line-height: 1.3;
	}
	.use__prop-box-img {
		width: 560px;
		background-repeat: no-repeat;
		background-position: center;
	}
	.use__wrap {
		padding-bottom: 310px;
	}
}
@media (max-width: 767px) {
	.use {
		padding: 30px 0;
	}
	.use-title {
		margin-bottom: 20px;
	}
	.use__prop-box-img {
		display: none;
	}
	.use__product-pack,
	.use_product {
		max-width: 390px;
	}
	.use__product-pack {
		width: 110px;
	}
	.use__product-capsule {
		max-width: 105px;
	}
	.use__prop-title {
		font-size: 16px;
	}
}
@media (max-width: 639px) {
	.use_product-box {
		display: block;
		position: relative;
		left: 0px;
		-webkit-transform: none;
		transform: none;
		height: 310px !important;
	}
	.use__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 0;
	}
	.use__prop--end {
		-ms-flex-item-align: baseline;
		align-self: baseline;
	}
	.use__prop-box {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 40px;
		padding: 0;
	}
	.use__prop {
		max-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 20px;
	}
	.use__prop:last-child {
		margin-bottom: 0;
	}
	.use__prop-title br {
		display: none;
	}
	.use__prop-img {
		max-width: 80px;
		max-height: 80px;
		margin: 0;
	}
	.use__prop-img-box {
		width: 100px;
		height: auto;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		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;
		margin-bottom: 0;
	}
	.use__prop-title {
		text-align: left;
	}
	.use__product-bg {
		display: none;
	}
	.use_product {
		left: 47%;
	}
}
@media (max-width: 479px) {
	.use {
		padding: 25px 0;
	}
	.use__product-pack,
	.use_product {
		max-width: 320px;
	}
	.use__product-capsule {
		max-width: 85px;
		right: 57px;
	}
	.use__prop-title {
		font-size: 17px;
	}
	.use__prop-img {
		max-width: 65px;
		max-height: 65px;
	}
	.use_product {
		left: 48%;
	}
	.use__prop-img-box {
		width: 65px;
		margin-right: 10px;
	}
}
.reviews {
    padding: 60px 0 0;
    background-color: #ecf0f3;
}

.reviews-flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}



.reviews-box {
	padding: 30px 30px 0;
	border: 1px solid transparent;
	position: relative;
}

@media screen and (min-width: 1024px) {
	.reviews-box {
		padding-bottom: 0;
	}
	.reviews {
		padding: 60px 0 0;
	}	
	.reviews-content {
		margin-top: 20px;
		cursor: grab;	
	}	
}
@media screen and (min-width: 1190px) {
	.reviews {
		padding: 80px 0 0;
	}
	.reviews-content {
		margin-top: 50px;
	}
}
@media screen and (max-width: 1189px) {
	.reviews-box:before {
		width: 215px;
	}
}
.reviews-box__img {
	display: block;
	max-width: calc(100% - 40px);	
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 768px) {
	.reviews-box:before {
		content: "";
		position: absolute;
		right: -2px;
		top: -6px;
		width: 420px;
		height: 275px;
		background-image: radial-gradient(#fff 39%, transparent 0);
		background-size: 20px 20px;
		background-position: 0 0, 10px 10px;
	}	
}

.reviews-box__name {
	position: relative;
	margin: 25px auto 0;
	max-width: calc(100% - 40px);	
	color: #3c3948;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	z-index: 99;
}

@media screen and (min-width: 480px) {
	.reviews-box {
		padding: 30px;
	}
	
	.reviews-box__name {
		width: calc(100% - 40px);
		max-width: 420px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.reviews-box__img, .reviews-box__text {
		width: calc(100% - 60px);	
		max-width: 420px;
	}
}
.reviews-box-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 5px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.reviews-box__star {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 11px;
}
.reviews-box__star img {
	height: 18px;
	width: 18px;
	margin-right: 1px;
}
.reviews-box__city {
	color: #5789bf;
	font-size: 20px;
	font-weight: 400;
}
.reviews-box__text {
	width: calc(100% - 40px);
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	color: #3c3948;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	max-height: 190px;
	overflow: hidden;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

@media screen and (min-width: 480px) {
	.reviews-box__text {
		max-height: 225px;	
	}
}
.reviews-box__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-top: 8px;
}
.reviews-box__cbtn {
	position: relative;
	z-index: 0;
	cursor: pointer;
}
.reviews-box__cbtn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 170px;
	height: 1px;
	background-color: #d3d6de;
	z-index: -1;
}
.reviews .img-effect:after,
.reviews .img-effect:before {
	z-index: 0;
}
.shadow {
	position: absolute;
	width: 100%;
	height: 150px;
	bottom: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #ecf0f3),
    to(rgba(236, 240, 243, 0))
	);
	background-image: linear-gradient(
    to top,
    #ecf0f3 0,
    rgba(236, 240, 243, 0) 100%
	);
}
.reviews-content__body {
	position: relative;
}
.slick-slide {
	outline: 0;
	margin: 0 15px;
}
@media screen and (max-width: 1189px) {
	.slick-slide {
		margin: 0 10px;
	}
}

@media screen and (max-width: 479px) {
	.slick-slide {
		margin: 0;
	}
}
.slick-list {
	margin: 0 -15px;
	padding: 0 !important;
}
@media screen and (max-width: 1189px) {
	.slick-list {
		margin: 0 -10px;
	}
}
.minus {
	display: none !important;
}
.content-plus .reviews-box__text {
	max-height: 800px;
}
.content-plus .reviews-box__cbtn:after,
.content-plus .shadow {
	opacity: 0;
}
.content-plus .plus {
	display: none !important;
	z-index: 2;
}
.content-plus .minus {
	display: block !important;
	z-index: 2;
}
.arrow-conteiner {
	position: relative;
	max-width: 500px;
}
.reviews-arrow {
	position: absolute;
	top: 310px;
	cursor: pointer;
}
@media screen and (max-width: 1189px) {
	.reviews-arrow {
		top: 275px;
	}
}
@media screen and (max-width: 1023px) {
	.reviews-arrow {
		top: 295px;
	}
}
@media screen and (max-width: 767px) {
	.reviews-arrow {
		top: 355px;
	}
	.arrow-conteiner {
		max-width: 100%;
	}	
}
@media screen and (max-width: 345px) {
	.reviews-arrow {
		top: 250px;
	}
}
@media screen and (max-width: 332px) {
	.reviews-arrow {
		top: 240px;
	}
}
.prev {
	left: 0px;
	fill: #babec7;
}
@media screen and (min-width: 1024px) {
	.prev {
		left: 0px;
	}
}
@media screen and (min-width: 1190px) {
	.prev {
		left: -50px;
	}
}
.next:focus,
.next:hover,
.prev:focus,
.prev:hover {
	fill: #5789bf;
}
.next {
	right: 0px;
	fill: #babec7;
}
@media screen and (min-width: 1024px) {
	.next {
		right: 0px;
	}
}
@media screen and (min-width: 1190px) {
	.next {
		right: -50px;
	}
}

.rev-dn {
	display: none;
}
@media screen and (max-width: 639px) {
	.plus-help,
	.rev-dn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (min-width: 1281px) {
	.reviews-box:hover {
		background-color: #fff;
	}
	.reviews-box:hover:before {
		display: none;
	}
	.reviews-box:hover .shadow {
		background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #fff),
		to(rgba(255, 255, 255, 0))
		);
		background-image: linear-gradient(
		to top,
		#fff 0,
		rgba(255, 255, 255, 0) 100%
		);
	}
	.reviews-box:hover .reviews-box__cbtn:before {
		background-color: #eaeaea;
	}
}
.delivery {
	padding: 80px 0;
}
@media screen and (max-width: 1189px) {
	.delivery {
		padding: 60px 0;
	}
}
.delivery-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 55px;
}
@media screen and (max-width: 1189px) {
	.delivery-content {
		margin-top: 45px;
	}
}
@media screen and (max-width: 1023px) {
	.delivery-content {
		margin-top: 35px;
	}
}
@media screen and (max-width: 767px) {
	.delivery-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 0;
	}
}
.delivery-box {
	width: 32%;
	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;
}
@media screen and (max-width: 767px) {
	.delivery-box {
		width: 240px;
		margin: 25px 10px 0;
	}
}
.delivery-box__img {
	position: relative;
	width: 290px;
}
@media screen and (max-width: 1023px) {
	.delivery-box__img {
		width: 100%;
	}
}
.delivery-box__img img {
	-webkit-box-shadow: 2px 10px 24px rgba(128, 120, 139, 0.26);
	box-shadow: 2px 10px 24px rgba(128, 120, 139, 0.26);
}
.delivery-box__title {
	margin-top: 40px;
	color: #373244;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
}
@media screen and (max-width: 1189px) {
	.delivery-box__title {
		font-size: 21px;
		margin-top: 35px;
	}
}
@media screen and (max-width: 1023px) {
	.delivery-box__title {
		font-size: 20px;
		margin-top: 25px;
		height: 40px;
		line-height: 1;
	}
}
@media screen and (max-width: 767px) {
	.delivery-box__title {
		margin-top: 20px;
	}
}
@media screen and (max-width: 639px) {
	.delivery-box__title {
		height: auto;
	}
}
.delivery-box__text {
	color: #94929b;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	margin-top: 18px;
	line-height: 24px;
}
.delivery-box__text span {
	font-weight: 700;
}
@media screen and (max-width: 1189px) {
	.delivery-box__text {
		font-size: 19px;
		margin-top: 15px;
		line-height: 23px;
	}
}
@media screen and (max-width: 1023px) {
	.delivery-box__text {
		font-size: 18px;
		margin-top: 5px;
		line-height: 22px;
	}
	.delivery-box__text br {
		display: none;
	}
}
.del-pack {
	position: absolute;
	bottom: -25px;
	left: -5px;
	width: 161px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
@media screen and (max-width: 1023px) {
	.del-pack {
		width: 136px;
	}
}
@media screen and (max-width: 767px) {
	.del-pack {
		bottom: -13px;
	}
	.title-correct {
		height: auto;
	}
}
.last-block {
	padding-top: 70px;
}
@media screen and (max-width: 1189px) {
	.last-block {
		padding-top: 60px !important;
	}
}
@media screen and (max-width: 1023px) {
	.last-block {
		padding-top: 40px !important;
	}
}
@media screen and (max-width: 767px) {
	.last-block {
		padding-top: 30px !important;
	}
}
@media screen and (max-width: 479px) {
	.last-block {
		padding-top: 25px !important;
	}
}
.footer {
	padding: 100px 0 25px;
}
@media screen and (max-width: 1189px) {
	.footer {
		padding-top: 75px;
	}
}
@media screen and (max-width: 1023px) {
	.footer {
		padding: 20px 0;
	}
}
.create_rom_footer,
.ev-footer {
	padding: 0;
}
.ev-footer__logo svg {
	width: 54px;
	height: 49px;
	margin-bottom: 5px;
}
.ev-footer__link {
	text-decoration: none;
	position: relative;
}
.ev-footer__link:hover:before {
	content: "";
	position: absolute;
	height: 2px;
	bottom: -4px;
	left: 0;
	width: 102%;
	background: url(../images/dotted.png) repeat-x center left;
}
.ever-popup__inner {
	max-width: 100% !important;
	height: 600px;
}
.pop-up {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.pop-up__box {
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	padding: 20px;
	padding-right: 45px;
	width: 730px;
	position: relative;
	z-index: 0;
	background: url(../images/popup-bg.png) no-repeat left center;
	background-size: cover;
	-webkit-box-shadow: 0 0 35px rgba(134, 147, 162, 0.25);
	box-shadow: 0 0 35px rgba(134, 147, 162, 0.25);
}
.popup-title {
	text-align: center;
	font-size: 40px;
	margin-bottom: 20px;
}
.popup-title h2,
.popup-title h3 {
	margin: 0;
}
.pop-up__content {
	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;
}
.popup-img {
	width: 150px;
}
.image-pack img {
	display: inline-block;
	max-width: 100%;
	max-height: 400px;
}
.pop-up__left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	min-width: 250px;
	margin-top: 36px;
}
.last-block .header-prodcomment {
	margin-top: 82px;
}
.form-box1 > * {
	float: none !important;
	margin: 0 !important;
}
.logo {
	margin-right: 15px;
}
@media (max-width: 999px) {
	.composition__arrows {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		top: 230px;
		left: 256px;
	}
	.composition__triangle {
		top: 89px !important;
		right: -125px !important;
	}
	.pop-up__box {
		width: 460px;
	}
	.pop-up .header-pack,
	.pop-up__left,
	.popup-title {
		display: none;
	}
	.ever-popup__inner {
		width: 300px !important;
	}
	.pop-up__box {
		padding: 0;
		background: 0 0;
		box-shadow: none;
	}
	.pop-up__content {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.image-pack {
		padding-bottom: 20px;
	}
	.image-pack img {
		max-height: 280px;
	}
}
.pupup-subtitle,
.pupup-title {
	color: #373244;
	font-size: 51px;
	font-weight: 700;
	text-align: center;
}
.pupup-subtitle {
	color: #5788c0;
	font-size: 32px;
	margin-top: 7px;
	line-height: 34px;
}
.ever-popup {
	background-color: rgba(255, 255, 255, 0.9) !important;
}
.pop-up .header-center__prod {
	margin-top: 36px;
	position: relative;
	bottom: 0;
	left: 40px;
}
.pop-up .header-pack {
	left: -32px;
}
@media screen and (max-width: 1189px) {
	.pop-up .header-pack {
		left: -57px;
	}
	.pop-up .header-capsule {
		left: -54px;
	}
}
.form-box,
.form-box .form {
	position: relative;
}
.form-box .form {
	top: 0;
	right: 0;
}
@media (min-width: 1000px) {
	.ever-popup__inner {
		padding-top: 0 !important;
	}
	.ever-popup__close {
		right: 10px !important;
		top: -35px !important;
	}
	.ever-popup__close:after,
	.ever-popup__close:before {
		background-color: #5788c0 !important;
	}
	.ever-popup__body {
		position: relative !important;
	}
}
.ever-popup__close:after,
.ever-popup__close:before {
	background-color: #5788c0 !important;
}
@media screen and (max-width: 1023px) {
	.composition__present {
		width: 315px;
		position: relative;
	}
	.block {
		padding: 40px 0;
	}
}
@media screen and (max-width: 767px) {
	.block {
		padding: 30px 0;
	}
	.header {
		padding-top: 100px !important;
	}
	.last-block {
		padding-top: 30px !important;
	}
}
@media screen and (max-width: 479px) {
	.block {
		padding: 25px 0;
	}
	.last-block {
		padding-top: 25px !important;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.use__prop-title {
		font-size: 17px;
	}
	.delivery-box__text,
	.delivery-box__title {
		max-width: 100%;
	}
	.price-new__count {
		display: flex;
		align-items: flex-end;
	}
	.price-new__count .x_price_current {
		line-height: 0.8;
	}
}
.composition__arrow--animate {
	animation: arrow 2.5s infinite;
}
@keyframes arrow {
	0% {
		fill: #d6d9de;
	}
	50% {
		fill: #5789bf;
	}
	100% {
		fill: #d6d9de;
	}
}
@media screen and (max-width: 1189px) {
	.nav-item {
		margin-left: 25px;
		font-size: 16px;
	}
}
@media screen and (max-width: 1023px) {
	.nav-item {
		margin-left: 20px;
		font-size: 14px;
	}
	.nav {
		width: 100%;
		max-width: 357px;
		justify-content: space-around;
	}
}
@media screen and (max-width: 639px) {
	.use__product-pack {
		width: 330px !important;
	}
	.header {
		padding-top: 77px !important;
		background: #f2f2f2;
	}
	.menu__item a:before,
	.nav-item a:before {
		display: none;
	}
	.menu__item a {
		font-weight: 600;
		padding-bottom: 14px;
	}
	.menu__list .menu__btn {
		max-width: 200px;
		margin: 0 auto;
	}
	.last-block {
		padding-top: 30px !important;
	}
}
@media screen and (max-width: 999px) {
	.ever-popup .discount {
		top: 92px;
	}
}
.navbar__wrap {
	margin-top: 0;
	height: 100vh;
	display: flex;
	overflow: auto;
	z-index: 5;
}
.nav__overlay {
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0);
	z-index: 3;
	transform: translateX(-100%);
	transition: 0.7s;
}
.nav__overlay.show {
	transition: 0.7s;
	background-color: rgba(0, 0, 0, 0.4);
	transform: translateX(0);
}
.menu {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 100%;
	width: 100%;
}
.menu__head {
	display: flex;
	justify-content: space-between;
}
.menu__exit {
	display: block;
	width: 33px;
	height: 21px;
	position: relative;
	top: 18px;
	right: 15px;
	background-color: transparent;
	transition: all 0.3s;
	border-radius: 2px;
	height: 4px;
}
.menu__exit::after,
.menu__exit::before {
	content: "";
	width: 100%;
	left: 0;
	position: absolute;
	background-color: #5788c0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 2px;
	height: 4px;
}
.menu__exit::before {
	top: 8px;
	transform: rotate(45deg) translate(-1px, 0);
}
.menu__exit::after {
	top: 16px;
	transform: rotate(-45deg) translate(6px, -7px);
}
.menu__list {
	margin-top: 15px;
}
.menu__footer {
	margin-bottom: 10px;
	margin-top: 15px;
}
.menu__ev-logo {
	max-width: 50px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.menu__privacy {
	text-align: center;
	color: inherit;
	display: block;
	margin-top: 5px;
}
@media screen and (max-width: 479px) {
	.navbar__wrap {
		width: 100vw;
		transform: translateX(0);
	}
	.navbar_hide .navbar__wrap {
		transform: translateX(100%);
	}
	.menu {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.last-block {
		padding-top: 25px !important;
	}
}
.popup-title {
	width: 100%;
}
.header__timer-title {
	max-width: 147px;
}
@media screen and (max-width: 1023px) {
	.nav {
		display: none;
	}
	.navbar__btn {
		display: none;
	}
	.nav-btn {
		display: block;
	}
	.navbar_hide {
		width: auto;
		height: auto;
	}
	.header__timer {
		margin: 0 auto;
	}
	.toggle-mnu {
		top: 25px;
	}
	.menu__list .menu__btn {
		max-width: 200px;
		margin: 0 auto;
		font-size: 24px;
	}
	.menu__item a {
		font-weight: 600;
		padding-bottom: 14px;
	}
	.menu__item a:before {
		display: none;
	}
	.navbar__wrap,
	.navbar_hide .navbar__wrap {
		top: 0;
	}
	.navbar__wrap {
		z-index: 100;
	}
	.phoneBtnContainer {
		z-index: 4 !important;
	}
	.safe__product-bg {
		display: none;
	}
}
@media screen and (max-width: 639px) {
	.header__timer {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.header__timer-title {
		max-width: 200px;
	}
	.navbar-content {
		padding: 6px;
		align-items: center;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.logo {
		top: 14px;
		left: 10px;
	}
	.header {
		padding-top: 106px !important;
	}
	.last-block {
		padding-top: 30px !important;
	}
}
@media screen and (max-width: 480px) {
	.under-text {
		display: none;
	}
	.header__timer {
		max-width: 160px;
		width: 100%;
	}
	.header {
		padding-top: 73px !important;
	}
	.logo {
		width: 100%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 6px;
	}
	.logo img {
		width: 68px;
	}
	.header {
		padding-top: 85px !important;
	}
	.last-block {
		padding-top: 25px !important;
	}
	.header__timer-block .time-clock .inn {
		font-size: 17px;
		padding: 3px 7px;
	}
	.header__timer-block {
		margin-top: 2px;
	}
	.header__timer-block .time {
		margin-left: 2px;
	}
	.toggle-mnu {
		top: 50%;
		transform: translateY(-50%);
		right: 6px;
	}
	.toggle-mnu.on {
		top: -15px;
		transform: translateY(-50%);
		right: 23px;
	}
	.discount {
		position: absolute;
		right: 0;
		top: -31px;
		height: 57px;
		width: 57px;
	}
	.discount__content {
		position: relative;
		transform: rotate(20deg);
	}
	.ever-popup .discount {
		display: none;
	}
}
@-moz-document url-prefix() {
	.nav-item a {
		display: block;
	}
	.dotted-correct a::before {
		width: 55%;
	}
}

.pulse {
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
	
	50% {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
	}
	
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
}
.fw700 {
    font-weight: 700;
}
.nw {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	font-size: 14px;
	text-align: left;
	margin-top: 15px;
}
.disease {
	overflow: hidden;
}
.disease__subtitle {
	margin-bottom: 15px;
	text-align: center;
}
.disease__content {
	margin-top: 30px;
}
.disease__block {
	margin-bottom: 25px;
	border-radius: 20px;
	background: #fff;
	padding: 25px;
	overflow: hidden;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.disease__text {
    font-size: 20px;	
	line-height: 1.15;
	margin-bottom: 20px;
}
.disease__bottom {
	padding: 15px;
	text-align: center;
	border: 3px solid #db5353;
	border-radius: 20px;
	margin: 0 auto;
	max-width: 610px;
}
.review.block, .disease.block, .expert.block {
	padding: 40px 0;
}	
.review .container, .disease .container {
	position: relative;
}
.review-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.review-info {
	margin-bottom: 20px;
}
.review-info__title {
	text-align: center;
	font-weight: 700;
	margin-top: 20px;
    margin-bottom: 40px;	
}
.review-info__note {
	font-size: 14px;
	color: #555;
	letter-spacing: 0.4px;
	padding-left: 6px;
}
.review-box {
	background: #fff;
	-webkit-box-shadow: 0 3.98857px 9.97143px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3.98857px 9.97143px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	padding: 20px;
	margin-bottom: 20px;	
}
.review-box,
.review-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.review-top__product {
	display: none;
}
.review-top__title {
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 26px;	
}
.review-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.review-item {
	margin-bottom: 15px;
	
}
.review-item:last-child {
	margin-bottom: 0;
}
.review-item__desc {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 10px;
	letter-spacing: 0.8px;
	color: #94929b;
}
.review-stat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.review-stat__percent {
	margin-right: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #5789bf;
}
.review-stat__scale--fifth,
.review-stat__scale--first,
.review-stat__scale--fourth,
.review-stat__scale--second,
.review-stat__scale--third {
	position: relative;
}
.review-stat__scale--fifth::after,
.review-stat__scale--first::after,
.review-stat__scale--fourth::after,
.review-stat__scale--second::after,
.review-stat__scale--third::after {
	content: '';
	width: 1%;
	height: 107%;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.review-stat__scale--fifth::after,
.review-stat__scale--fourth::after,
.review-stat__scale--third::after {
	width: 8%;
}
.review-stat__scale--fifth::after,
.review-stat__scale--fourth::after {
	width: 4%;
}
.review-stat__scale--fifth::after {
	width: 12%;
}
.review-feedback {
	overflow: hidden;
}
.review-iphone {
	position: relative;
	width: 300px;
	height: 603px;
	background-size: contain;
	overflow: hidden;
	font-family: Segoe UI, Helvetica, Arial, sans-serif;			
}
.review-iphone {
	background: url(../images/iphone17.png) no-repeat center;
	background-size: contain;
}
.review-comments {
	width: 100%;
	max-width: 260px;
	position: absolute;
	top: 95px;
	left: 51%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 480px;
	z-index: 2;
    cursor: grab;
}
.review-comments.is-dragging{ cursor: grabbing; }
.review-comments::-webkit-scrollbar-track {
	background-color: transparent;
}
.review-comments::-webkit-scrollbar {
	width: 0;
}
.review-comment {
	max-width: 240px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 10px;
	position: relative;
}
.review-author,
.review-bio,
.review-comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.review-bio {
	padding-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.review-bio::after {
	content: '...';
	font-size: 28px;
	color: #666;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	right: 5px;
}
.review-bio::before {
	content: '';
	width: 280px;
	height: 1px;
	background: rgba(102, 102, 102, 0.164);
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.review-author {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.review-author__name {
	font-size: .9375rem;
	font-weight: 600;
}
.review-author__avatar {
	margin-right: 7px;
}
.review-author__date {
	max-width: 41px;
	color: #65686c;
	font-size: .8125rem;
	font-weight: 600;
	line-height: 1.6;	
	position: relative;
	z-index: 1;
}
.review-author__date::after,
.review-author__date::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.review-author__date::after {
	width: 2px;
	height: 2px;
	background: #65686c;
	right: -8px;
}
.review-author__date::before {
	width: 20px;
	height: 18px;
	background: url(../images/people__icon.jpg) no-repeat center;
	right: -33px;
	z-index: 2;
}
.review-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.review-report__desc {
	font-size: .9375rem;
	line-height: 1.3333;	
}
.helps__prod {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.helps__image-wrapper img {
	width: 290px;
}
.helps-icon {
	width: 100%;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.helps-icon__item {
	max-width: 72px;
}
.helps-icon__item.second {
	max-width: 85px;
	padding: 0 10px;
}
.helps-icon__item:last-child {
	max-width: 130px;
}

.promo-pack__action {
	position: absolute;
	background-color: #f34d4a;	
	background-image: -webkit-gradient(linear, left top, right top, from(#ef5b4d), color-stop(50%, #f78b4d), to(#ef5b4d));
    background-image: linear-gradient(to right, #ef5b4d 0, #f78b4d 50%, #ef5b4d 100%);	
	width: 100px;
	height: 97px;
	padding-top: 20px;
	border-radius: 160px;
	text-align: center;
	color: #fff;
	top: -30px;
	right: 10px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.promo-pack__value {
	display: block;
	font-weight: 700;
	font-size: 34px;
	line-height: 1;
}
.expert {
	overflow: hidden;
	z-index: 1;
}
.expert__title--upper {
	text-transform: uppercase;
}
.expert__small {
	font-size: 17px;
}
.expert-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}
.expert__man {
	max-width: 300px;
	margin-bottom: 30px;
}
.expert__man-img {
	border-radius: 20px;
}
.expert-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	padding: 15px;
	border-radius: 20px;
}
.expert-info__desc {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.2;
}
.expert-info__desc--bold {
	font-weight: 700;
}
.expert-bio {
	display: flex;
	gap: 20px;
	align-items: center;
}
.expert__name {
	font-size: 20px;
	font-weight: 700;
}
.expert__direction {
	font-size: 16px;
	color: #94929b;
	padding-top: 5px;
}
.expert-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.expert__signature {
	margin-left: 0;
	max-width: 0px;
}
.expert-image__wrapper {
    width: 95px;
    flex-shrink: 0;
}
@media (min-width: 480px) {
	.review-info__note {
		font-size: 16px;
	}
	.review-iphone {
		background: url(../images/iphone17.png) no-repeat center;
		background-size: contain;
	}
	.review-top__title {
		font-size: 22px;
	}
	.review-item__desc {
		font-size: 18px;
		line-height: 1.2;
		color: #94929b;
	}
	.review-comments {
		max-height: 472px;
	}
    .expert-footer__wrapper {
        display: flex;
	}	
    .expert__signature {
        width: 60%;
		max-width: 120px;
		margin-left: 30px;
	}	
}
@media (min-width: 640px) {
	.review-info {
		margin-bottom: 30px;
	}
	.review-top__product {
		display: block;
		width: 100%;
		max-width: 250px;
		max-width: 280px;
		margin-bottom: 20px;		
	}	
	.review-info__title {
		font-size: 22px;
	}
	.review-stat__percent {
		font-size: 24px;
	}
	.review-stat__scale--first::after,
	.review-stat__scale--second::after {
		width: 2%;
	}
	.review-stat__scale--third::after {
		width: 12%;
	}
	.review-stat__scale--fourth::after {
		width: 8%;
	}
	.review-stat__scale--fifth::after {
		width: 16%;
	}
	.review-iphone {
		width: 420px;
		height: 803px;
	}
	.review-comments {
		max-width: 400px;
		max-height: 632px;
		top: 130px;
	}
	.review-comment {
		max-width: 320px;
	}
	.review-bio::before {
		width: 113%;
	}	
}
@media (min-width: 768px) {
	.disease__block {
		max-width: 610px;
		margin-left: auto;
		margin-right: auto;
	}	
	.review-info__title {
		font-size: 24px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.review-top {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.review-top__product {
		max-width: 250px;
		margin-left: 0px;
	}
	.expert__man {
		max-width: 300px;
		margin-bottom: 30px;
	}	
    .expert-image__wrapper {
        display: none;
	}	
    .expert-footer__wrapper {
        display: flex;
        align-items: center;
	}	
	
}
@media (min-width: 1024px) {	
	.review.block, .disease.block, .expert.block {
		padding: 60px 0;
	}		
	.reviews-box__text, 
	.reviews-box__name,
	.reviews-box__img {
		width: 100%;
	}
	.bg--grey {
		background-image: url(../images/bg-grey.webp);
		background-repeat: no-repeat;
		background-position: 50% 0;
		background-size: cover;
	}	
	.disease__title {
		margin-bottom: 15px;
		max-width: 469px;
		margin-left: auto;
		text-align: left;
	}
	.disease__subtitle {
		max-width: 465px;
		margin-left: auto;
		text-align: left;
		font-size: 20px;
	}
	.disease__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.disease__block {
		margin: 0;
	}
	.disease__bottom {
		text-align: left;
		border-radius: 0px;
		margin-top: 10px;
		max-width: 620px;
		
	}		
	.review.block .container {
        width: 1024px;
	}	
	.review-content {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 30px;
	}
	.review-info {
		max-width: 540px;
		margin-bottom: 0;
	}
	.review-info__title {
		text-align: left;
		margin-bottom: 110px;
		margin-top: 0;
	}
	.review-box {
		padding: 25px 35px 37px;
		position: relative;
	}
	.review-top {
		margin-left: 132px;
		margin-top: 17px;
		margin-bottom: 25px;
	}
	.review-top__product {
		max-width: 160px;
		margin-bottom: 0;
		top: -72px;
		left: 6px;
		position: absolute;
		margin-left: 0;
	}
	.review-top__title {
		max-width: 320px;
		color: #373244;
        font-size: 22px;
        font-weight: 700;
        line-height: 32px;
		text-align: left;
		margin-bottom: 0;
	}
	.review-item__desc {
		color: #94929b;
		font-size: 18px;
		font-weight: 400;
		margin-top: 10px;
		line-height: 24px;
	}	
	.promo-pack__action {
		padding-top: 22px;
		font-size: 27px;		
	}	
	.helps__prod .promo-pack__action {
		width: 157px;
		height: 157px;
		top: -70px;
		right: 20px;
	}		
	.helps__prod {
		margin-bottom: 20px;
	}
	.helps__image-wrapper img {
		width: 440px;
        margin-left: auto;
        margin-right: auto;		
		margin-top: 30px;
	}		
	.helps-icon {
		margin-bottom: 0;
	}
	.helps-icon__item:first-child {
		min-width: 88px;
		height: 86px;
	}
	.helps-icon__item.second {
		min-width: 98px;
		height: 87px;		
	}
	.helps-icon__item:last-child {
		min-width: 152px;
		height: 82px;		
	}		
	.promo-pack__action {
		padding-top: 41px;
	}
	.promo-pack__value {
		font-size: 53px;
	}		
	.use_product-box {
		bottom: 80px;
		margin-top: 0;
	}
	.expert-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		justify-content: center;
		align-items:stretch; 		
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
		border-radius: 50px;
		overflow: hidden;
		margin-top: 40px;
	}
	.expert__man,
	.expert-info{
		display:flex;
	}	
	.expert__man {
		margin-bottom: 0;	
		min-width: 300px;		
	}
	.expert__man picture {
		display:block;
		width:100%;
		height:100%;
	}	
	.expert__man-img {
		display:block;
		width:100%;
		height:100%;
		object-fit:cover;	
		border-radius: 0;
	}
	
	.expert-info {
		flex:1 1 auto;	
		border-radius: 0 40px 40px 0;
		flex-direction:column; 
		box-shadow: 0;
		border-radius: 0;
	}	
	.composition__name::before {
		content: "";
		width: 85px;
		height: 85px;
		border-radius: 50%;
		position: absolute;
		top: 0px;
		left: -95px;
	}	
	.composition__name h3 {
		padding-top: 25px;
	}
}
@media (min-width: 1190px) {	
	.review.block, .disease.block, .expert.block {
		padding: 90px 0;
	}		
	.disease__title {
		margin-bottom: 20px;
		max-width: 555px;
	}
	.disease__subtitle {
		font-size: 25px;
		line-height: 1.17;
		max-width: 553px;
	}
	.disease__bottom {
		font-size: 18px;
		max-width: 694px;
		top: 433px;
	}	
    .disease__symptoms-list {
        font-size: 20px;
	}	
	.review.block {
		overflow: hidden;
	}	
	.review.block .container {
        width: 1190px;
	}	
	.review-info {
		max-width: 670px;
	}
	.review-info__title {
		font-size: 30px;
		margin-left: 30px;
	}
	.review-top__product {
		max-width: 160px;
		top: -72px;
		left: 10px;
	}
	.review-top__title {
		max-width: 400px;
		margin-right: 0px;
		color: #373244;
		font-size: 24px;
		font-weight: 700;
		line-height: 32px;
	}
	.review-feedback {
		position: absolute;
		top: 75px;
		right: 0;
	}
	.review-iphone {
		width: 500px;
		height: 923px;
	}
	.review-comments {
		max-height: 670px;
		top: 145px;
	}
	.review-comment {
		max-width: 390px;
	}
	.expert__title {
		font-size: 46px;
	}
	.expert__small {
		font-size: 30px;
	}
	.expert__man {
		max-width: 100%;
	}
	.expert-info {
		max-width: 741px;
		padding: 20px 31px 0 45px;
	}
	.expert-info__desc {
		font-size: 18px;
		line-height: 1.3;
	}
	.expert__name {
		font-size: 24px;
	}
	.expert__direction {
		font-size: 14px;
	}
	.expert__signature {
		max-width: 230px;
	}	
	.composition__prod .helps-icon {
		position: absolute;
		top: 70px;
		bottom: auto;
		left: -20px;
	}
	.composition__prod .helps-icon__item:first-child {
		margin-bottom: 0;
	}
	.composition__prod .helps-icon__item:last-child {
		margin-top: 0;
	}	
	.composition__descr {
		height: 162px;
	}
}

.disease__symptoms-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	font-size: 20px;
}

.disease__symptoms-item {
	line-height: 1.3;
	padding-left: 35px;
	position: relative;
}

.disease__symptoms-item::before {
	position: absolute;
	content: '⚠️';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	color: #f38a53;
	left: 0px;
	top: -2px;
}

.text-red {
	color: #f94920;
}

.disease__image-wrapper {
	max-width: 400px;
	margin: 0 auto 15px;
	border-radius: 40px;
	overflow: hidden;
}

@media screen and (min-width: 1024px) {
	.disease__image-wrapper {
		position: absolute;
		margin-bottom: 0;
		top: 0;
		max-width: 460px;
	}
	.disease__content {
		display: block;
	}
	.disease__block {
		background: transparent;
		box-shadow: none;
		margin-bottom: 60px;
		margin-top: 35px;
		margin-left: 44px;
		padding: 0;		
		overflow: visible;
	}
	.disease__text {
		font-size: 24px;
		max-width: 620px;
		line-height: 1.3;
		text-align: left;
		color: #373244;		    
	}	
	.disease__symptoms-list {
		margin-top: 30px;
		font-size: 20px;
		line-height: 1.3;
	}
	.reviews-flex {
		flex-wrap: nowrap;
	}
}

.advantage-image__wrapper,
.review-image__wrapper,
.promo-pack-image__wrapper {
	max-width: 180px;
	margin: 0 auto;
}

@media screen and (min-width: 1190px) {
	.composition-warning {
		margin: 0;
		padding-left: 110px;
	}
	.review-image__wrapper {
		max-width: 160px;
	}
	.disease__symptoms-list {
		margin-bottom: 90px;
		margin-top: 20px;
	}	
	.disease__block {
		margin: 15px 0 0 80px;
	}
	.disease__image-wrapper {
		max-width: 540px;
	}	
	.safe__image-box {
		align-items: center;
	}
	.helps__image-wrapper img {
		width: 100%;
		max-width: 500px;
		margin-top: 0;
	}	
	.flex {
		display: flex;
		justify-content: flex-star;
	}		
	.helps-icon {
		position: absolute;
		max-width: 360px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.helps-icon {
		flex-direction: column;
		align-items: flex-start;
		flex-basis: 35%;
		gap: 15px;
		right: -180px;
		
	}		
	.helps-icon__item {
		max-width: inherit;
	}
	.helps-icon__item:first-child {
		width: 84px;
		height: 76px;
		margin-bottom: 31px;	
		margin-left: 48px;		
	}
	.helps-icon__item.second {
		width: 81px;
		height: 87px;
		padding: 0;
		margin-left: 50px;
	}
	.helps-icon__item:last-child {
		width: 148px;
		height: 78px;
		margin-top: 24px;		
		margin-left: 30px;
		
	}	
}


@media screen and (min-width: 1420px) {	
	.disease__bottom {
		padding: 20px 25px;
		font-size: 18px;
		line-height: 1.3;
		max-width: 540px;
		font-weight: 400;
		left: 9px;
		top: 419px;
	}
}
.helps__image-wrapper {
	background: url('../images/safe__product-bg.jpg') no-repeat center center;
}

.shakeX {
	-webkit-animation-name: shakeX;
	animation-name: shakeX;
}
@keyframes shakeX {
	0%,
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
}
b, strong {font-weight: 700;}
.slick-list.draggable {margin-bottom: 40px;}
