a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=)
}

blockquote,
q {
	quotes: none
}

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

table {
	border-collapse: collapse;
	border-spacing: 0
}

.title-h2 {
	font-weight: 700;
	font-size: 32px;
	line-height: 94%;
	color: #172084
}

body {
	font-family: "Open Sans", sans-serif;
	line-height: 120%;
	font-size: 16px;
	background: #f3f6fc;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscal;
	text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	overflow-x: hidden
}

html {
	overflow-x: hidden
}

.container {
	width: 1310px;
	max-width: 100%;
	margin: 0 auto
}

.blockRedLine3103 {
	display: none !important
}

.button {
	background-color: #6178e9;
	box-shadow: 0 10px 20px 0 rgba(79, 77, 218, .149);
	display: inline-block;
	outline: 0;
	cursor: pointer;
	border: none;
	text-align: center;
	border-radius: 25px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
	font-size: 20px;
	padding: 11.5px 20px;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
	transition: all .3s
}

.button:hover {
	background-color: #b02d92
}

.button-outline {
	display: inline-block;
	outline: 0;
	cursor: pointer;
	border: none;
	text-align: center;
	background: 0 0;
	border: 2px solid #6178e9;
	border-radius: 300px;
	text-transform: uppercase;
	color: #6178e9;
	font-weight: 800;
	font-size: 18px;
	padding: 9px 10px;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
	transition: all .3s
}

.button-outline:hover {
	border-color: #b02d92;
	color: #b02d92
}

.floating-button {
	display: none;
	opacity: 0;
	visibility: hidden
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

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

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

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

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

.slick-track:after {
	clear: both
}

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

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

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

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

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.form {
	background: radial-gradient(137.43% 82.44% at 89.42% 7.8%, #fff 0, #ffeef6 51.92%, #d0dffa 100%);
	padding: 85px 16px 36px;
	border-radius: 20px;
	border: 4px solid rgba(97, 120, 233, .4)
}

.form__header {
	position: relative
}

.form .form__sale {
	position: absolute;
	top: -89px;
	left: 0;
	width: 91px;
	-webkit-filter: drop-shadow(6px 6px 10px rgba(97, 120, 233, .2));
	filter: drop-shadow(6px 6px 10px rgba(97, 120, 233, .2))
}

.form__price {
	padding: 18px 0;
	margin-bottom: 11px;
	display: flex;
	flex-direction: column;
	align-items: flex-end
}

.form__product {
	position: absolute;
	display: block;
	width: 85px;
	-webkit-transform: translate(14px, -7px) rotate(-10.72deg);
	transform: translate(14px, -7px) rotate(-10.72deg);
	-webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .149));
	filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .149))
}

.form__field {
	margin-bottom: 30px
}

.form__field:not(:last-of-type) {
	margin-bottom: 17px
}

.form__button {
	width: 100%
}

.price {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #b02d92
}

.price__currency {
	font-size: .5em;
	-webkit-transform: translate(-5%, 2%);
	transform: translate(-5%, 2%)
}

.price__value {
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 0
}

.price--old {
	font-size: 23.56px;
	margin-bottom: -5px;
	padding-right: 6px;
	position: relative
}

.price--old::after {
	content: '';
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #b02d92
}

.price--new {
	font-size: 39.26px
}

.price--new .price__currency,
.price--new .price__value {
	font-weight: 800
}

.field {
	position: relative
}

.field__label {
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0;
	margin-bottom: 5px;
	color: rgba(37, 32, 130, .4);
	padding-left: 1px
}

.field select,
.field__input {
	width: 100%;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, .239);
	border-radius: 4px;
	padding: 10px 13px;
	box-sizing: border-box;
	outline: 0;
	transition: all .5s;
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0;
	color: #252082
}

.field select::-webkit-input-placeholder,
.field__input::-webkit-input-placeholder {
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0;
	color: rgba(37, 32, 130, .4)
}

.field select::placeholder,
.field__input::placeholder {
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0;
	color: rgba(37, 32, 130, .4)
}

.field select:focus,
.field__input:focus {
	border: 1px solid #252082
}

.field select.error,
.field__input.error {
	border-color: #c1001a
}

.field select.error+.field__error,
.field__input.error+.field__error {
	visibility: visible;
	opacity: 1
}

.field__error {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: all .5s;
	top: calc(100% + 2px);
	left: 0;
	font-weight: 300;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 0
}

.sale {
	position: relative;
	box-shadow: 6px 6px 10px 0 rgba(97, 120, 233, .2);
	border: 4px solid #c0c2f3;
	padding: 16.75px 5px 0;
	background-color: #ffc61a
}

.sale__text {
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
	line-height: 89%;
	text-align: center;
	color: #6178e9;
	display: inline-block
}

.sale__value {
	margin-top: -6px;
	color: #fff;
	display: flex;
	align-items: center
}

.sale__number {
	font-weight: 800;
	font-size: 47.26px;
	line-height: 89%;
	letter-spacing: -8%
}

.sale__percent {
	align-self: flex-end;
	font-size: 1em
}

.sale::after,
.sale::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0
}

.sale::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 45.5px 0 45.5px;
	border-color: #c0c2f3 transparent transparent transparent;
	-webkit-transform: translate(-4px, 4px) rotate(0);
	transform: translate(-4px, 4px) rotate(0)
}

.sale::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 42px 0 42px;
	border-color: #ffc61a transparent transparent transparent;
	-webkit-transform: translate(-1px, 0) rotate(0);
	transform: translate(-1px, 0) rotate(0)
}

.header {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0
}

.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	position: relative;
	z-index: 1
}

.header__wrapper::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -70px;
	right: -70px;
	background: #fff;
	border-radius: 60px;
	pointer-events: none;
	z-index: -1
}

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

.header__menu {
	margin-right: 40px
}

.header__link {
	text-decoration: none;
	font-weight: 300;
	color: #000;
	transition: all .2s;
	font-size: 14px
}

.header__link:hover {
	color: #6178e9
}

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

.header__btn {
	min-width: 153px
}

.header__burger {
	display: none
}

.burger {
	position: relative;
	width: 40px;
	height: 40px;
	padding: 12px 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	cursor: pointer;
	z-index: 2
}

.burger.active .burger__line {
	width: 70%;
	-webkit-transform-origin: center;
	transform-origin: center;
	position: absolute;
	top: 19px;
	left: 6px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.burger.active .burger__line:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.burger.active .burger__line:nth-of-type(2) {
	opacity: 0
}

.burger.active .burger__line:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.burger__line {
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #6178e9;
	border-radius: 3px
}

.menu-mobile {
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	width: 500px;
	height: 100%;
	z-index: 6;
	pointer-events: none;
	display: block;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition: opacity .4s cubic-bezier(.38, .005, .215, 1), -webkit-transform .3s;
	transition: opacity .4s cubic-bezier(.38, .005, .215, 1), transform .3s;
	transition: opacity .4s cubic-bezier(.38, .005, .215, 1), transform .3s, -webkit-transform .3s;
	background: linear-gradient(123.69deg, #e8edf7 19.08%, #bbd1ff 92.62%);
	padding: 10px 15px
}

.menu-mobile.active {
	pointer-events: auto;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.menu-mobile__top {
	padding: 15px 15px;
	display: flex;
	align-items: center;
	position: relative
}

.menu-mobile__top::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 60px;
	pointer-events: none;
	z-index: -1
}

.menu-mobile__btn {
	margin-left: auto
}

.menu-mobile__wrap {
	overflow-y: auto;
	height: 100%
}

.menu-mobile__center {
	padding-top: 30px;
	padding-bottom: 60px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.menu-mobile__logo {
	width: 150px
}

.menu-mobile__link {
	color: #000;
	font-size: 18px;
	line-height: 100%;
	font-weight: 900;
	text-decoration: none
}

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

.menu-mobile__bottom {
	position: relative;
	width: 100%;
	text-align: right
}

.menu-mobile__bottom .form__header {
	width: 170px;
	margin-left: auto;
	z-index: 2
}

.menu-mobile__bottom .form__button {
	width: auto;
	margin-left: auto;
	z-index: 2
}

.menu-mobile__prod {
	position: absolute;
	bottom: -50px;
	left: calc(50% - 160px);
	width: 170px;
	-webkit-transform: rotate(-8deg);
	transform: rotate(-8deg)
}

.intro {
	padding-top: 130px;
	position: relative;
	background: url(../img/intro-bg.jpg) no-repeat center top;
	background-size: 1920px;
	overflow: hidden
}

.intro::after,
.intro:before {
	content: '';
	display: block;
	position: absolute;
	height: 100px;
	left: 0;
	right: 0;
	pointer-events: none
}

.intro::before {
	top: 0;
	background: linear-gradient(0deg, rgba(243, 246, 252, 0) 60%, #f3f6fc 97.03%)
}

.intro::after {
	bottom: 0;
	background: linear-gradient(180deg, rgba(243, 246, 252, 0) 60%, #f3f6fc 97.03%)
}

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

.intro__prod {
	max-width: 335px;
	width: 100%;
	margin-right: -43px;
	margin-left: -30px;
	position: relative;
	z-index: 3
}

.intro__content {
	max-width: 440px;
	width: 100%;
	padding-top: 53px
}

.intro__title {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 30px
}

.intro__title strong {
	font-weight: 800
}

.intro__list {
	margin-bottom: 10px;
	padding: 23px 0;
	position: relative;
	z-index: 2;
	max-width: 330px;
	width: 100%
}

.intro__list::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	top: 0;
	left: -100px;
	right: -100px;
	background: #f2f5fc;
	z-index: 1;
	pointer-events: none
}

.intro__item {
	list-style: none;
	color: #172084;
	position: relative;
	padding-left: 15px;
	z-index: 2
}

.intro__item::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #172084
}

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

.intro__doctor {
	position: absolute;
	bottom: 0;
	left: calc(50% - 121px);
	pointer-events: none;
	z-index: 3
}

.intro__form {
	margin-left: auto;
	max-width: 293px;
	width: 100%;
	margin-top: 63px;
	margin-right: 14px
}

.intro__labels {
	position: relative;
	z-index: 1
}

.expert {
	position: relative;
	padding: 40px 0
}

.expert__container {
	background-color: #fff;
	display: flex;
	padding: 60px 55px 60px 60px;
	border-radius: 40px;
	max-width: 1062px;
	align-items: flex-start;
	box-shadow: 20px 20px 80px 0 rgba(35, 34, 95, .102);
	background-image: url(../img/expert-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2
}

.expert__col--picture {
	display: block;
	margin-right: 30px;
	border-radius: 30px
}

.expert__col--text {
	padding-top: 1px;
	position: relative
}

.expert__experience,
.expert__name {
	color: #172084;
	font-weight: 700;
	line-height: 94%
}

.expert__name {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px
}

.expert__experience {
	margin-bottom: 30px
}

.expert__text {
	line-height: 120%
}

.expert__text:not(:last-of-type) {
	margin-bottom: 9px
}

.expert__text:last-of-type {
	padding-bottom: 86px
}

.expert__sign,
.expert__stamp {
	position: absolute;
	display: block;
	bottom: -1px;
	left: 50%
}

.expert__sign {
	-webkit-transform: translate(-50%, 0) translate(-82px, 0);
	transform: translate(-50%, 0) translate(-82px, 0)
}

.expert__stamp {
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(-12.54deg) translate(-50%, 0) translate(20px, 23px);
	transform: rotate(-12.54deg) translate(-50%, 0) translate(20px, 23px)
}

.expert__decor {
	display: block;
	position: absolute;
	top: -160px;
	left: calc(50% - 1220px);
	-webkit-transform: rotate(208deg);
	transform: rotate(208deg);
	width: 926px;
	pointer-events: none
}

.reviews {
	position: relative;
	padding: 60px 0 40px
}

.reviews__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 94%;
	text-align: center;
	margin-bottom: 40px;
	color: #172084
}

.reviews__carousel {
	position: relative
}

.reviews__list {
	max-width: 1120px;
	margin: 0 auto
}

.reviews__item {
	padding: 0 30px
}

.reviews__arrow {
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #6178e9;
	position: absolute;
	transition: all .5s;
	top: 50%;
	-webkit-transform: translate(0, -50%) translate(0, -3px);
	transform: translate(0, -50%) translate(0, -3px)
}

.reviews__arrow svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	stroke: #fff;
	transition: all .5s
}

.reviews__arrow--prev {
	left: 15px
}

.reviews__arrow--prev svg {
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1)
}

.reviews__arrow--next {
	right: 15px
}

.reviews__arrow--next svg {
	-webkit-transform: translate(-50%, -50%) scale(-1, 1);
	transform: translate(-50%, -50%) scale(-1, 1)
}

.reviews__arrow:hover {
	background-color: #b02d92
}

.reviews__arrow:hover svg {
	stroke: #fff
}

.reviews__decor {
	display: block;
	position: absolute;
	top: 0;
	left: calc(50% - -300px);
	-webkit-transform: rotate(136deg);
	transform: rotate(136deg);
	width: 592px;
	pointer-events: none
}

.review__header {
	display: flex;
	align-items: center;
	margin-bottom: 11px
}

.review__avatar {
	display: block;
	border-radius: 50%;
	margin-right: 20px
}

.review__name {
	font-weight: 700;
	line-height: 120%
}

.review__text {
	line-height: 119%
}

.advantages {
	padding: 55px 0 80px
}

.advantages__container {
	max-width: 1062px
}

.advantages__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 94%;
	text-align: center;
	margin-bottom: 40px;
	color: #172084
}

.advantages__cols {
	display: flex
}

.advantages__col {
	flex: 1
}

.advantages__col--left {
	margin-right: 30px
}

.product-props {
	position: relative;
	background-color: #fff;
	border-radius: 40px;
	box-shadow: 20px 20px 80px 0 rgba(35, 34, 95, .102);
	padding-top: 19px
}

.product-props__picture {
	display: block;
	position: absolute;
	top: 50%;
	left: 0
}

.product-props__title {
	padding-left: 180px;
	font-weight: 700;
	font-size: 20px;
	line-height: 160%;
	margin-bottom: 9px
}

.product-props__item {
	padding: 10px 10px 10px 180px;
	line-height: 163%
}

.product-props__item:last-of-type {
	padding-bottom: 20px
}

.product-props__icon {
	display: block;
	position: absolute;
	top: 0;
	right: -30px;
	pointer-events: none
}

.product-props--pros {
	color: #172084
}

.product-props--pros .product-props__picture {
	width: 208px;
	-webkit-transform: translate(0, -50%) translate(-7px, 12px) rotate(-3.67deg);
	transform: translate(0, -50%) translate(-7px, 12px) rotate(-3.67deg)
}

.product-props--pros .product-props__icon {
	-webkit-transform: translate(-36px, -11px) rotate(14.43deg);
	transform: translate(-36px, -11px) rotate(14.43deg)
}

.product-props--pros .product-props__item:nth-of-type(odd) {
	background: linear-gradient(90deg, rgba(235, 238, 247, 0) 22.12%, #ebeef7 51.44%, rgba(235, 238, 247, 0) 86.06%)
}

.product-props--pros:hover .product-props__icon {
	-webkit-animation: jump-thumb-up .5s ease;
	animation: jump-thumb-up .5s ease
}

.product-props--cons {
	color: #514f4f
}

.product-props--cons .product-props__picture {
	width: 253px;
	-webkit-transform: translate(0, -50%) translate(-42px, 0) rotate(-91.68deg);
	transform: translate(0, -50%) translate(-42px, 0) rotate(-91.68deg)
}

.product-props--cons .product-props__icon {
	-webkit-transform: translate(-30px, -3px) rotate(-10.1deg);
	transform: translate(-30px, -3px) rotate(-10.1deg)
}

.product-props--cons .product-props__item:nth-of-type(odd) {
	background: linear-gradient(90deg, rgba(226, 226, 226, 0) 22.12%, #e2e2e2 51.44%, rgba(226, 226, 226, 0) 86.06%)
}

.product-props--cons:hover .product-props__icon {
	-webkit-animation: jump-thumb-down .5s ease;
	animation: jump-thumb-down .5s ease
}

@-webkit-keyframes jump-thumb-up {
	0% {
		-webkit-transform: translate(-36px, -11px) rotate(14.43deg);
		transform: translate(-36px, -11px) rotate(14.43deg)
	}

	30% {
		-webkit-transform: translate(-36px, -11px) translateY(-10px) rotate(14.43deg);
		transform: translate(-36px, -11px) translateY(-10px) rotate(14.43deg)
	}

	60% {
		-webkit-transform: translate(-36px, -11px) rotate(14.43deg);
		transform: translate(-36px, -11px) rotate(14.43deg)
	}

	80% {
		-webkit-transform: translate(-36px, -11px) translateY(-3px) rotate(14.43deg);
		transform: translate(-36px, -11px) translateY(-3px) rotate(14.43deg)
	}

	100% {
		-webkit-transform: translate(-36px, -11px) rotate(14.43deg);
		transform: translate(-36px, -11px) rotate(14.43deg)
	}
}

@keyframes jump-thumb-up {
	0% {
		-webkit-transform: translate(-36px, -11px) rotate(14.43deg);
		transform: translate(-36px, -11px) rotate(14.43deg)
	}

	30% {
		-webkit-transform: translate(-36px, -11px) translateY(-10px) rotate(14.43deg);
		transform: translate(-36px, -11px) translateY(-10px) rotate(14.43deg)
	}

	60% {
		-webkit-transform: translate(-36px, -11px) rotate(14.43deg);
		transform: translate(-36px, -11px) rotate(14.43deg)
	}

	80% {
		-webkit-transform: translate(-36px, -11px) translateY(-3px) rotate(14.43deg);
		transform: translate(-36px, -11px) translateY(-3px) rotate(14.43deg)
	}

	100% {
		-webkit-transform: translate(-36px, -11px) rotate(14.43deg);
		transform: translate(-36px, -11px) rotate(14.43deg)
	}
}

@-webkit-keyframes jump-thumb-down {
	0% {
		-webkit-transform: translate(-30px, -3px) rotate(-10.1deg);
		transform: translate(-30px, -3px) rotate(-10.1deg)
	}

	30% {
		-webkit-transform: translate(-30px, -3px) translateY(-10px) rotate(-10.1deg);
		transform: translate(-30px, -3px) translateY(-10px) rotate(-10.1deg)
	}

	60% {
		-webkit-transform: translate(-30px, -3px) rotate(-10.1deg);
		transform: translate(-30px, -3px) rotate(-10.1deg)
	}

	80% {
		-webkit-transform: translate(-30px, -3px) translateY(-3px) rotate(-10.1deg);
		transform: translate(-30px, -3px) translateY(-3px) rotate(-10.1deg)
	}

	100% {
		-webkit-transform: translate(-30px, -3px) rotate(-10.1deg);
		transform: translate(-30px, -3px) rotate(-10.1deg)
	}
}

@keyframes jump-thumb-down {
	0% {
		-webkit-transform: translate(-30px, -3px) rotate(-10.1deg);
		transform: translate(-30px, -3px) rotate(-10.1deg)
	}

	30% {
		-webkit-transform: translate(-30px, -3px) translateY(-10px) rotate(-10.1deg);
		transform: translate(-30px, -3px) translateY(-10px) rotate(-10.1deg)
	}

	60% {
		-webkit-transform: translate(-30px, -3px) rotate(-10.1deg);
		transform: translate(-30px, -3px) rotate(-10.1deg)
	}

	80% {
		-webkit-transform: translate(-30px, -3px) translateY(-3px) rotate(-10.1deg);
		transform: translate(-30px, -3px) translateY(-3px) rotate(-10.1deg)
	}

	100% {
		-webkit-transform: translate(-30px, -3px) rotate(-10.1deg);
		transform: translate(-30px, -3px) rotate(-10.1deg)
	}
}

.reasons {
	position: relative;
	z-index: 3
}

.reasons__wrapper {
	max-width: 1062px;
	box-shadow: 20px 20px 80px 0 rgba(35, 34, 95, .1);
	padding: 60px;
	border-radius: 40px;
	background: url(../img/reasons-bg.png) no-repeat center;
	background-size: cover
}

.reasons__content {
	max-width: 455px;
	width: 100%;
	margin-left: auto
}

.reasons__title {
	margin-bottom: 40px
}

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

.reasons__decor {
	position: absolute;
	bottom: -320px;
	left: calc(50% - -410px);
	-webkit-transform: rotate(289deg);
	transform: rotate(289deg);
	width: 573px;
	pointer-events: none;
	z-index: -1
}

.details {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	z-index: 4;
	overflow: hidden
}

.details__decor {
	position: absolute;
	bottom: 0;
	left: calc(50% - -160px);
	pointer-events: none;
	z-index: -1
}

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

.details__content {
	/* max-width: 573px; */
	width: 100%
}

.details__about {
	/* margin-bottom: 80px */
}

.details__title {
	margin-bottom: 40px
}

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

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

.details__media {
	max-width: 733px;
	height: 810px;
	width: 100%;
	position: relative
}

.details__prod {
	display: block;
	margin: 54px 157px;
	position: relative;
	z-index: 1
}

.details__circles {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%
}

.details__circle {
	border-radius: 50%;
	border: 1px solid #dbdae9;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.details__circle--1 {
	width: 485px;
	height: 485px
}

.details__circle--2 {
	width: 636px;
	height: 636px
}

.details__circle--3 {
	width: 780px;
	height: 780px
}

.details__component-1 {
	position: absolute;
	top: 290px;
	left: 240px;
	-webkit-animation: rot1 40s infinite linear;
	animation: rot1 40s infinite linear
}

.details__component-2 {
	position: absolute;
	top: 290px;
	left: 240px;
	-webkit-animation: rot2 45s infinite linear;
	animation: rot2 45s infinite linear
}

.details__component-3 {
	position: absolute;
	top: 350px;
	left: 300px;
	-webkit-animation: rot3 45s infinite linear;
	animation: rot3 45s infinite linear
}

.details__component-4 {
	position: absolute;
	top: 280px;
	left: 230px;
	-webkit-animation: rot4 45s infinite linear;
	animation: rot4 45s infinite linear
}

.details__component-5 {
	position: absolute;
	top: 319px;
	left: 280px;
	-webkit-animation: rot5 45s infinite linear;
	animation: rot5 45s infinite linear
}

.details__component-6 {
	position: absolute;
	top: 309px;
	left: 230px;
	-webkit-animation: rot6 45s infinite linear;
	animation: rot6 45s infinite linear
}

@-webkit-keyframes rot1 {
	0% {
		-webkit-transform: rotate(0) translate(-285px, 40px) rotate(0);
		transform: rotate(0) translate(-285px, 40px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg) translate(-285px, 40px) rotate(-360deg);
		transform: rotate(360deg) translate(-285px, 40px) rotate(-360deg)
	}
}

@keyframes rot1 {
	0% {
		-webkit-transform: rotate(0) translate(-285px, 40px) rotate(0);
		transform: rotate(0) translate(-285px, 40px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg) translate(-285px, 40px) rotate(-360deg);
		transform: rotate(360deg) translate(-285px, 40px) rotate(-360deg)
	}
}

@-webkit-keyframes rot-mobile1 {
	0% {
		-webkit-transform: rotate(0) translate(-167px, -90px) rotate(0);
		transform: rotate(0) translate(-167px, -90px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg) translate(-167px, -90px) rotate(-360deg);
		transform: rotate(360deg) translate(-167px, -90px) rotate(-360deg)
	}
}

@keyframes rot-mobile1 {
	0% {
		-webkit-transform: rotate(0) translate(-167px, -90px) rotate(0);
		transform: rotate(0) translate(-167px, -90px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg) translate(-167px, -90px) rotate(-360deg);
		transform: rotate(360deg) translate(-167px, -90px) rotate(-360deg)
	}
}

@-webkit-keyframes rot-mobile1-1 {
	0% {
		-webkit-transform: rotate(0) translate(-125px, 30px) rotate(0);
		transform: rotate(0) translate(-125px, 30px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg) translate(-125px, 30px) rotate(-360deg);
		transform: rotate(360deg) translate(-125px, 30px) rotate(-360deg)
	}
}

@keyframes rot-mobile1-1 {
	0% {
		-webkit-transform: rotate(0) translate(-125px, 30px) rotate(0);
		transform: rotate(0) translate(-125px, 30px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg) translate(-125px, 30px) rotate(-360deg);
		transform: rotate(360deg) translate(-125px, 30px) rotate(-360deg)
	}
}

@-webkit-keyframes rot2 {
	0% {
		-webkit-transform: rotate(0) translate(315px, 90px) rotate(0);
		transform: rotate(0) translate(315px, 90px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg) translate(315px, 90px) rotate(-360deg);
		transform: rotate(360deg) translate(315px, 90px) rotate(-360deg)
	}
}

@keyframes rot2 {
	0% {
		-webkit-transform: rotate(0) translate(315px, 90px) rotate(0);
		transform: rotate(0) translate(315px, 90px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg) translate(315px, 90px) rotate(-360deg);
		transform: rotate(360deg) translate(315px, 90px) rotate(-360deg)
	}
}

@-webkit-keyframes rot-mobile2 {
	0% {
		-webkit-transform: rotate(0) translate(175px, 105px) rotate(0);
		transform: rotate(0) translate(175px, 105px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg) translate(175px, 105px) rotate(-360deg);
		transform: rotate(360deg) translate(175px, 105px) rotate(-360deg)
	}
}

@keyframes rot-mobile2 {
	0% {
		-webkit-transform: rotate(0) translate(175px, 105px) rotate(0);
		transform: rotate(0) translate(175px, 105px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg) translate(175px, 105px) rotate(-360deg);
		transform: rotate(360deg) translate(175px, 105px) rotate(-360deg)
	}
}

@-webkit-keyframes rot-mobile2-2 {
	0% {
		-webkit-transform: rotate(0) translate(75px, 105px) rotate(0);
		transform: rotate(0) translate(75px, 105px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg) translate(75px, 105px) rotate(-360deg);
		transform: rotate(360deg) translate(75px, 105px) rotate(-360deg)
	}
}

@keyframes rot-mobile2-2 {
	0% {
		-webkit-transform: rotate(0) translate(75px, 105px) rotate(0);
		transform: rotate(0) translate(75px, 105px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg) translate(75px, 105px) rotate(-360deg);
		transform: rotate(360deg) translate(75px, 105px) rotate(-360deg)
	}
}

@-webkit-keyframes rot3 {
	0% {
		-webkit-transform: rotate(0) translate(-225px, 306px) rotate(0);
		transform: rotate(0) translate(-225px, 306px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(-225px, 306px) rotate(360deg);
		transform: rotate(-360deg) translate(-225px, 306px) rotate(360deg)
	}
}

@keyframes rot3 {
	0% {
		-webkit-transform: rotate(0) translate(-225px, 306px) rotate(0);
		transform: rotate(0) translate(-225px, 306px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(-225px, 306px) rotate(360deg);
		transform: rotate(-360deg) translate(-225px, 306px) rotate(360deg)
	}
}

@-webkit-keyframes rot-mobile3 {
	0% {
		-webkit-transform: rotate(0) translate(-155px, 196px) rotate(0);
		transform: rotate(0) translate(-155px, 196px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(-155px, 196px) rotate(360deg);
		transform: rotate(-360deg) translate(-155px, 196px) rotate(360deg)
	}
}

@keyframes rot-mobile3 {
	0% {
		-webkit-transform: rotate(0) translate(-155px, 196px) rotate(0);
		transform: rotate(0) translate(-155px, 196px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(-155px, 196px) rotate(360deg);
		transform: rotate(-360deg) translate(-155px, 196px) rotate(360deg)
	}
}

@-webkit-keyframes rot-mobile3-3 {
	0% {
		-webkit-transform: rotate(0) translate(-115px, 113px) rotate(0);
		transform: rotate(0) translate(-115px, 113px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(-115px, 113px) rotate(360deg);
		transform: rotate(-360deg) translate(-115px, 113px) rotate(360deg)
	}
}

@keyframes rot-mobile3-3 {
	0% {
		-webkit-transform: rotate(0) translate(-115px, 113px) rotate(0);
		transform: rotate(0) translate(-115px, 113px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(-115px, 113px) rotate(360deg);
		transform: rotate(-360deg) translate(-115px, 113px) rotate(360deg)
	}
}

@-webkit-keyframes rot4 {
	0% {
		-webkit-transform: rotate(0) translate(-265px, -285px) rotate(0);
		transform: rotate(0) translate(-265px, -285px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(-265px, -285px) rotate(360deg);
		transform: rotate(-360deg) translate(-265px, -285px) rotate(360deg)
	}
}

@keyframes rot4 {
	0% {
		-webkit-transform: rotate(0) translate(-265px, -285px) rotate(0);
		transform: rotate(0) translate(-265px, -285px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(-265px, -285px) rotate(360deg);
		transform: rotate(-360deg) translate(-265px, -285px) rotate(360deg)
	}
}

@-webkit-keyframes rot-mobile4 {
	0% {
		-webkit-transform: rotate(0) translate(-175px, -185px) rotate(0);
		transform: rotate(0) translate(-175px, -185px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(-175px, -185px) rotate(360deg);
		transform: rotate(-360deg) translate(-175px, -185px) rotate(360deg)
	}
}

@keyframes rot-mobile4 {
	0% {
		-webkit-transform: rotate(0) translate(-175px, -185px) rotate(0);
		transform: rotate(0) translate(-175px, -185px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(-175px, -185px) rotate(360deg);
		transform: rotate(-360deg) translate(-175px, -185px) rotate(360deg)
	}
}

@-webkit-keyframes rot-mobile4-4 {
	0% {
		-webkit-transform: rotate(0) translate(-115px, -115px) rotate(0);
		transform: rotate(0) translate(-115px, -115px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(-115px, -115px) rotate(360deg);
		transform: rotate(-360deg) translate(-115px, -115px) rotate(360deg)
	}
}

@keyframes rot-mobile4-4 {
	0% {
		-webkit-transform: rotate(0) translate(-115px, -115px) rotate(0);
		transform: rotate(0) translate(-115px, -115px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(-115px, -115px) rotate(360deg);
		transform: rotate(-360deg) translate(-115px, -115px) rotate(360deg)
	}
}

@-webkit-keyframes rot5 {
	0% {
		-webkit-transform: rotate(0) translate(295px, -245px) rotate(0);
		transform: rotate(0) translate(295px, -245px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(295px, -245px) rotate(360deg);
		transform: rotate(-360deg) translate(295px, -245px) rotate(360deg)
	}
}

@keyframes rot5 {
	0% {
		-webkit-transform: rotate(0) translate(295px, -245px) rotate(0);
		transform: rotate(0) translate(295px, -245px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(295px, -245px) rotate(360deg);
		transform: rotate(-360deg) translate(295px, -245px) rotate(360deg)
	}
}

@-webkit-keyframes rot-mobile5 {
	0% {
		-webkit-transform: rotate(0) translate(175px, -185px) rotate(0);
		transform: rotate(0) translate(175px, -185px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(175px, -185px) rotate(360deg);
		transform: rotate(-360deg) translate(175px, -185px) rotate(360deg)
	}
}

@keyframes rot-mobile5 {
	0% {
		-webkit-transform: rotate(0) translate(175px, -185px) rotate(0);
		transform: rotate(0) translate(175px, -185px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(175px, -185px) rotate(360deg);
		transform: rotate(-360deg) translate(175px, -185px) rotate(360deg)
	}
}

@-webkit-keyframes rot-mobile5-5 {
	0% {
		-webkit-transform: rotate(0) translate(135px, -79px) rotate(0);
		transform: rotate(0) translate(135px, -79px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(135px, -79px) rotate(360deg);
		transform: rotate(-360deg) translate(135px, -79px) rotate(360deg)
	}
}

@keyframes rot-mobile5-5 {
	0% {
		-webkit-transform: rotate(0) translate(135px, -79px) rotate(0);
		transform: rotate(0) translate(135px, -79px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(135px, -79px) rotate(360deg);
		transform: rotate(-360deg) translate(135px, -79px) rotate(360deg)
	}
}

@-webkit-keyframes rot6 {
	0% {
		-webkit-transform: rotate(0) translate(255px, 295px) rotate(0);
		transform: rotate(0) translate(255px, 295px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(255px, 295px) rotate(360deg);
		transform: rotate(-360deg) translate(255px, 295px) rotate(360deg)
	}
}

@keyframes rot6 {
	0% {
		-webkit-transform: rotate(0) translate(255px, 295px) rotate(0);
		transform: rotate(0) translate(255px, 295px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(255px, 295px) rotate(360deg);
		transform: rotate(-360deg) translate(255px, 295px) rotate(360deg)
	}
}

@-webkit-keyframes rot-mobile6 {
	0% {
		-webkit-transform: rotate(0) translate(125px, 215px) rotate(0);
		transform: rotate(0) translate(125px, 215px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(125px, 215px) rotate(360deg);
		transform: rotate(-360deg) translate(125px, 215px) rotate(360deg)
	}
}

@keyframes rot-mobile6 {
	0% {
		-webkit-transform: rotate(0) translate(125px, 215px) rotate(0);
		transform: rotate(0) translate(125px, 215px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(125px, 215px) rotate(360deg);
		transform: rotate(-360deg) translate(125px, 215px) rotate(360deg)
	}
}

@-webkit-keyframes rot-mobile6-6 {
	0% {
		-webkit-transform: rotate(0) translate(95px, 125px) rotate(0);
		transform: rotate(0) translate(95px, 125px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(95px, 125px) rotate(360deg);
		transform: rotate(-360deg) translate(95px, 125px) rotate(360deg)
	}
}

@keyframes rot-mobile6-6 {
	0% {
		-webkit-transform: rotate(0) translate(95px, 125px) rotate(0);
		transform: rotate(0) translate(95px, 125px) rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(95px, 125px) rotate(360deg);
		transform: rotate(-360deg) translate(95px, 125px) rotate(360deg)
	}
}

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

.composition__img {
	flex-shrink: 0;
	margin-right: 30px
}

.composition__title {
	font-weight: 700;
	font-size: 20px;
	color: #b02d92;
	margin-bottom: 6px
}

@media screen and (max-width:1600px) {
	.header__wrapper::before {
		left: 0;
		right: 0
	}
}

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

	.header__menu {
		margin-right: 20px
	}

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

	.intro {
		padding-bottom: 50px
	}

	.intro__prod {
		max-width: 265px
	}

	.intro__content {
		max-width: 330px;
		padding-top: 0
	}

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

	.intro__list {
		max-width: 220px;
		width: 100%;
		padding: 14px 0;
		margin-bottom: 50px
	}

	.intro__doctor {
		max-width: 500px;
		bottom: -60px;
		left: calc(50% - 180px)
	}

	.intro__form {
		margin-right: 0;
		margin-top: 0
	}

	.intro__labels {
		margin-left: -180px
	}

	.expert__container {
		padding: 30px
	}

	.reviews {
		padding: 40px 0
	}

	.reviews__list {
		max-width: 800px
	}

	.advantages {
		padding: 40px 0
	}

	.product-props--pros .product-props__icon {
		-webkit-transform: translate(-8px, -14px) rotate(14.43deg);
		transform: translate(-8px, -14px) rotate(14.43deg)
	}

	.product-props--cons .product-props__icon {
		-webkit-transform: translate(-10px, -15px) rotate(-10.1deg);
		transform: translate(-10px, -15px) rotate(-10.1deg)
	}

	.details__content {
		flex-shrink: 0;
		/* max-width: 470px */
	}

	.details__media {
		max-width: 100%;
		flex: 1;
		height: 630px;
		margin-top: 140px
	}

	.details__prod {
		max-width: 270px;
		width: 100%;
		margin: 111px 137px
	}

	.details__circle--1 {
		width: 315px;
		height: 315px
	}

	.details__circle--2 {
		width: 405px;
		height: 405px
	}

	.details__circle--3 {
		width: 500px;
		height: 500px
	}

	.details__component-1 {
		top: 240px;
		left: 180px;
		width: 140px;
		-webkit-animation: rot-mobile1 40s infinite linear;
		animation: rot-mobile1 40s infinite linear
	}

	.details__component-2 {
		top: 240px;
		left: 180px;
		width: 170px;
		-webkit-animation: rot-mobile2 40s infinite linear;
		animation: rot-mobile2 40s infinite linear
	}

	.details__component-3 {
		top: 280px;
		left: 220px;
		width: 90px;
		-webkit-animation: rot-mobile3 40s infinite linear;
		animation: rot-mobile3 40s infinite linear
	}

	.details__component-4 {
		top: 220px;
		left: 170px;
		width: 200px;
		-webkit-animation: rot-mobile4 45s infinite linear;
		animation: rot-mobile4 45s infinite linear
	}

	.details__component-5 {
		top: 250px;
		left: 200px;
		width: 140px;
		-webkit-animation: rot-mobile5 45s infinite linear;
		animation: rot-mobile5 45s infinite linear
	}

	.details__component-6 {
		top: 250px;
		left: 160px;
		width: 210px;
		-webkit-animation: rot-mobile6 45s infinite linear;
		animation: rot-mobile6 45s infinite linear
	}
}

@media (max-width:1440px) {
	@-webkit-keyframes jump-thumb-up {
		0% {
			-webkit-transform: translate(-8px, -14px) rotate(14.43deg);
			transform: translate(-8px, -14px) rotate(14.43deg)
		}

		30% {
			-webkit-transform: translate(-8px, -14px) translateY(-10px) rotate(14.43deg);
			transform: translate(-8px, -14px) translateY(-10px) rotate(14.43deg)
		}

		60% {
			-webkit-transform: translate(-8px, -14px) rotate(14.43deg);
			transform: translate(-8px, -14px) rotate(14.43deg)
		}

		80% {
			-webkit-transform: translate(-8px, -14px) translateY(-3px) rotate(14.43deg);
			transform: translate(-8px, -14px) translateY(-3px) rotate(14.43deg)
		}

		100% {
			-webkit-transform: translate(-8px, -14px) rotate(14.43deg);
			transform: translate(-8px, -14px) rotate(14.43deg)
		}
	}

	@keyframes jump-thumb-up {
		0% {
			-webkit-transform: translate(-8px, -14px) rotate(14.43deg);
			transform: translate(-8px, -14px) rotate(14.43deg)
		}

		30% {
			-webkit-transform: translate(-8px, -14px) translateY(-10px) rotate(14.43deg);
			transform: translate(-8px, -14px) translateY(-10px) rotate(14.43deg)
		}

		60% {
			-webkit-transform: translate(-8px, -14px) rotate(14.43deg);
			transform: translate(-8px, -14px) rotate(14.43deg)
		}

		80% {
			-webkit-transform: translate(-8px, -14px) translateY(-3px) rotate(14.43deg);
			transform: translate(-8px, -14px) translateY(-3px) rotate(14.43deg)
		}

		100% {
			-webkit-transform: translate(-8px, -14px) rotate(14.43deg);
			transform: translate(-8px, -14px) rotate(14.43deg)
		}
	}

	@-webkit-keyframes jump-thumb-down {
		0% {
			-webkit-transform: translate(-10px, -15px) rotate(-10.1deg);
			transform: translate(-10px, -15px) rotate(-10.1deg)
		}

		30% {
			-webkit-transform: translate(-10px, -15px) translateY(-10px) rotate(-10.1deg);
			transform: translate(-10px, -15px) translateY(-10px) rotate(-10.1deg)
		}

		60% {
			-webkit-transform: translate(-10px, -15px) rotate(-10.1deg);
			transform: translate(-10px, -15px) rotate(-10.1deg)
		}

		80% {
			-webkit-transform: translate(-10px, -15px) translateY(-3px) rotate(-10.1deg);
			transform: translate(-10px, -15px) translateY(-3px) rotate(-10.1deg)
		}

		100% {
			-webkit-transform: translate(-10px, -15px) rotate(-10.1deg);
			transform: translate(-10px, -15px) rotate(-10.1deg)
		}
	}

	@keyframes jump-thumb-down {
		0% {
			-webkit-transform: translate(-10px, -15px) rotate(-10.1deg);
			transform: translate(-10px, -15px) rotate(-10.1deg)
		}

		30% {
			-webkit-transform: translate(-10px, -15px) translateY(-10px) rotate(-10.1deg);
			transform: translate(-10px, -15px) translateY(-10px) rotate(-10.1deg)
		}

		60% {
			-webkit-transform: translate(-10px, -15px) rotate(-10.1deg);
			transform: translate(-10px, -15px) rotate(-10.1deg)
		}

		80% {
			-webkit-transform: translate(-10px, -15px) translateY(-3px) rotate(-10.1deg);
			transform: translate(-10px, -15px) translateY(-3px) rotate(-10.1deg)
		}

		100% {
			-webkit-transform: translate(-10px, -15px) rotate(-10.1deg);
			transform: translate(-10px, -15px) rotate(-10.1deg)
		}
	}
}

@media screen and (max-width:1180px) {
	.reviews__carousel {
		padding-bottom: 60px
	}

	.reviews__arrow {
		top: auto;
		bottom: 0;
		-webkit-transform: none;
		transform: none
	}

	.reviews__arrow--prev {
		left: 50%;
		-webkit-transform: translate(-90px, 0);
		transform: translate(-90px, 0)
	}

	.reviews__arrow--next {
		right: 50%;
		-webkit-transform: translate(90px, 0);
		transform: translate(90px, 0)
	}
}

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

	.header__wrapper {
		padding: 10px 15px
	}

	.header__wrapper:before {
		box-shadow: 10px 10px 20px 0 rgba(35, 34, 95, .1)
	}

	.header__logo {
		width: 150px
	}

	.header__menu {
		display: none
	}

	.header__btn {
		margin-right: 25px
	}

	.header__burger {
		display: block
	}

	.intro {
		padding-top: 100px
	}

	.intro__wrapper {
		flex-wrap: wrap
	}

	.intro__content {
		max-width: calc(100% - 220px)
	}

	.intro__list {
		margin-bottom: 20px;
		max-width: 100%
	}

	.intro__list::before {
		right: -300px
	}

	.intro__doctor {
		bottom: 0;
		left: calc(50% - 380px)
	}

	.intro__labels {
		margin-left: 0
	}

	.expert__container {
		padding: 20px 15px;
		border-radius: 20px;
		background-image: url(../img/expert-bg-m.jpg)
	}

	.expert__col--picture {
		max-width: 40%;
		margin-right: 15px;
		border-radius: 15px
	}

	.expert__text:last-of-type {
		padding-bottom: 140px
	}

	.expert__sign {
		-webkit-transform: translate(-50%, 0) translate(-82px, -20px);
		transform: translate(-50%, 0) translate(-82px, -20px)
	}

	.expert__stamp {
		-webkit-transform: rotate(-12.54deg) translate(-50%, -28px) translate(20px, 23px);
		transform: rotate(-12.54deg) translate(-50%, -28px) translate(20px, 23px)
	}

	.reviews__title {
		margin-bottom: 30px
	}

	.advantages__cols {
		display: block;
		max-width: 516px;
		margin: 0 auto
	}

	.advantages__col--left {
		margin-bottom: 40px;
		margin-right: 0
	}

	.reasons__wrapper {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.reasons__title {
		margin-bottom: 20px
	}

	.details {
		padding-top: 0;
		padding-bottom: 60px
	}

	.details__wrapper {
		flex-direction: column-reverse
	}

	.details__content {
		max-width: 100%
	}

	.details__about {
		margin-bottom: 60px
	}

	.details__title {
		margin-bottom: 20px
	}

	.details__media {
		margin: 0 auto;
		max-width: 515px
	}
}

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

	.form {
		border-radius: 20px;
		padding: 85px 20px 20px
	}

	.form__price {
		padding: 10px 0;
		margin-bottom: 18px
	}

	.form__product {
		width: 69px;
		-webkit-transform: translate(26px, -2px) rotate(-10.72deg);
		transform: translate(26px, -2px) rotate(-10.72deg)
	}

	.form__field:not(:last-of-type) {
		margin-bottom: 17px
	}

	.form__button {
		min-height: 50px
	}

	.form__button span {
		font-size: 20px
	}

	.menu-mobile__top {
		padding: 7px 15px
	}

	.intro__doctor {
		max-width: 470px
	}

	.expert__container {
		max-width: 500px;
		display: block
	}

	.expert__col--picture {
		margin-right: 0;
		max-width: 100%;
		margin-bottom: 19px
	}

	.expert__name {
		font-size: 18px
	}

	.expert__experience {
		font-size: 14px;
		margin-bottom: 21px
	}

	.expert__text {
		font-size: 14px;
		line-height: 121%
	}

	.expert__text:not(:last-of-type) {
		margin-bottom: 7px
	}

	.expert__text:last-of-type {
		padding-bottom: 103px
	}

	.expert__sign {
		-webkit-transform: translate(-50%, 0) translate(7px, -26px);
		transform: translate(-50%, 0) translate(7px, -26px);
		width: 117px
	}

	.expert__stamp {
		-webkit-transform: rotate(-12.54deg) translate(-50%, -28px) translate(93px, 38px);
		transform: rotate(-12.54deg) translate(-50%, -28px) translate(93px, 38px);
		width: 115px
	}

	.reviews {
		padding: 10px 0 40px
	}

	.reviews__title {
		font-size: 28px;
		margin-bottom: 20px
	}

	.reviews__carousel {
		padding-bottom: 40px
	}

	.reviews__list {
		max-width: 500px
	}

	.reviews__item {
		padding: 0
	}

	.reviews__arrow {
		height: 40px;
		width: 40px
	}

	.reviews__arrow--prev {
		-webkit-transform: translate(-80px, 0);
		transform: translate(-80px, 0)
	}

	.reviews__arrow--next {
		-webkit-transform: translate(80px, 0);
		transform: translate(80px, 0)
	}

	.review__name {
		font-size: 14px
	}

	.review__text {
		font-size: 14px
	}

	.advantages {
		padding: 9px 0
	}

	.advantages__container {
		max-width: 450px
	}

	.advantages__title {
		font-size: 28px;
		margin-bottom: 20px
	}

	.advantages__col--left {
		margin-bottom: 20px
	}

	.product-props {
		padding-top: 11px;
		border-radius: 20px
	}

	.product-props__title {
		padding-left: 110px;
		margin-bottom: 7px;
		font-size: 18px;
		padding-right: 60px
	}

	.product-props__item {
		padding: 6px 0 6px 110px;
		font-size: 14px;
		line-height: 157%
	}

	.product-props__item:last-of-type {
		padding-bottom: 10px
	}

	.product-props--pros .product-props__picture {
		-webkit-transform: translate(0, -50%) translate(-15px, 9px) rotate(-2.86deg);
		transform: translate(0, -50%) translate(-15px, 9px) rotate(-2.86deg);
		width: 149px
	}

	.product-props--pros .product-props__icon {
		width: 65px;
		-webkit-transform: translate(-8px, -11px) rotate(14.43deg);
		transform: translate(-8px, -11px) rotate(14.43deg)
	}

	.product-props--cons .product-props__picture {
		width: 207px;
		-webkit-transform: translate(0, -50%) translate(-53px, -1px) rotate(-91.68deg);
		transform: translate(0, -50%) translate(-53px, -1px) rotate(-91.68deg)
	}

	.product-props--cons .product-props__icon {
		width: 63px;
		-webkit-transform: translate(-10px, -8px) rotate(-10.1deg);
		transform: translate(-10px, -8px) rotate(-10.1deg)
	}

	.product-props--cons .product-props__item {
		padding-left: 113px
	}

	.product-props--cons .product-props__title {
		line-height: 1;
		padding-left: 114px;
		margin-bottom: 5px
	}

	.product-props--cons {
		padding-top: 7px
	}

	.reasons__wrapper {
		padding-top: 90px;
		background-position: calc(50% - -90px) top;
		background-size: 470px
	}

	.reasons__content {
		max-width: 100%
	}
}

@media (max-width:767px) {
	@-webkit-keyframes jump-thumb-up {
		0% {
			-webkit-transform: translate(-8px, -11px) rotate(14.43deg);
			transform: translate(-8px, -11px) rotate(14.43deg)
		}

		30% {
			-webkit-transform: translate(-8px, -11px) translateY(-10px) rotate(14.43deg);
			transform: translate(-8px, -11px) translateY(-10px) rotate(14.43deg)
		}

		60% {
			-webkit-transform: translate(-8px, -11px) rotate(14.43deg);
			transform: translate(-8px, -11px) rotate(14.43deg)
		}

		80% {
			-webkit-transform: translate(-8px, -11px) translateY(-3px) rotate(14.43deg);
			transform: translate(-8px, -11px) translateY(-3px) rotate(14.43deg)
		}

		100% {
			-webkit-transform: translate(-8px, -11px) rotate(14.43deg);
			transform: translate(-8px, -11px) rotate(14.43deg)
		}
	}

	@keyframes jump-thumb-up {
		0% {
			-webkit-transform: translate(-8px, -11px) rotate(14.43deg);
			transform: translate(-8px, -11px) rotate(14.43deg)
		}

		30% {
			-webkit-transform: translate(-8px, -11px) translateY(-10px) rotate(14.43deg);
			transform: translate(-8px, -11px) translateY(-10px) rotate(14.43deg)
		}

		60% {
			-webkit-transform: translate(-8px, -11px) rotate(14.43deg);
			transform: translate(-8px, -11px) rotate(14.43deg)
		}

		80% {
			-webkit-transform: translate(-8px, -11px) translateY(-3px) rotate(14.43deg);
			transform: translate(-8px, -11px) translateY(-3px) rotate(14.43deg)
		}

		100% {
			-webkit-transform: translate(-8px, -11px) rotate(14.43deg);
			transform: translate(-8px, -11px) rotate(14.43deg)
		}
	}

	@-webkit-keyframes jump-thumb-down {
		0% {
			-webkit-transform: translate(-10px, -8px) rotate(-10.1deg);
			transform: translate(-10px, -8px) rotate(-10.1deg)
		}

		30% {
			-webkit-transform: translate(-10px, -8px) translateY(-10px) rotate(-10.1deg);
			transform: translate(-10px, -8px) translateY(-10px) rotate(-10.1deg)
		}

		60% {
			-webkit-transform: translate(-10px, -8px) rotate(-10.1deg);
			transform: translate(-10px, -8px) rotate(-10.1deg)
		}

		80% {
			-webkit-transform: translate(-10px, -8px) translateY(-3px) rotate(-10.1deg);
			transform: translate(-10px, -8px) translateY(-3px) rotate(-10.1deg)
		}

		100% {
			-webkit-transform: translate(-10px, -8px) rotate(-10.1deg);
			transform: translate(-10px, -8px) rotate(-10.1deg)
		}
	}

	@keyframes jump-thumb-down {
		0% {
			-webkit-transform: translate(-10px, -8px) rotate(-10.1deg);
			transform: translate(-10px, -8px) rotate(-10.1deg)
		}

		30% {
			-webkit-transform: translate(-10px, -8px) translateY(-10px) rotate(-10.1deg);
			transform: translate(-10px, -8px) translateY(-10px) rotate(-10.1deg)
		}

		60% {
			-webkit-transform: translate(-10px, -8px) rotate(-10.1deg);
			transform: translate(-10px, -8px) rotate(-10.1deg)
		}

		80% {
			-webkit-transform: translate(-10px, -8px) translateY(-3px) rotate(-10.1deg);
			transform: translate(-10px, -8px) translateY(-3px) rotate(-10.1deg)
		}

		100% {
			-webkit-transform: translate(-10px, -8px) rotate(-10.1deg);
			transform: translate(-10px, -8px) rotate(-10.1deg)
		}
	}
}

@media screen and (max-width:639px) {
	.title-h2 {
		font-size: 28px
	}

	.container {
		width: 479px
	}

	.button-outline {
		padding: 7px 10px;
		font-size: 16px
	}

	.header__wrapper {
		padding: 6px 15px
	}

	.header__logo {
		width: 120px
	}

	.header__btn {
		min-width: 126px;
		margin-right: 5px
	}

	.menu-mobile {
		padding: 6px 15px
	}

	.menu-mobile__top {
		padding: 5px 15px
	}

	.menu-mobile__logo {
		width: 120px
	}

	.intro {
		padding-top: 70px;
		padding-bottom: 27px
	}

	.intro__wrapper {
		position: relative
	}

	.intro__prod {
		position: absolute;
		top: 110px;
		left: -20px;
		margin-left: 0;
		margin-right: 0;
		max-width: 173px
	}

	.intro__content {
		max-width: 100%;
		margin-bottom: 10px
	}

	.intro__title {
		font-size: 28px;
		width: 70%;
		height: 120px;
		margin-bottom: 50px
	}

	.intro__title br {
		display: none
	}

	.intro__list {
		padding-left: 120px;
		margin-bottom: 10px
	}

	.intro__item {
		font-size: 14px;
		line-height: 110%;
		padding-left: 9px
	}

	.intro__item::before {
		-webkit-transform: none;
		transform: none;
		top: 6px
	}

	.intro__item:not(:last-of-type) {
		margin-bottom: 4px
	}

	.intro__doctor {
		width: 220px;
		top: -14px;
		left: calc(50% - -30px);
		z-index: 1
	}

	.intro__form {
		max-width: 100%
	}

	.intro__labels {
		width: 180px;
		margin-left: 120px
	}

	.reasons__wrapper {
		background-position: calc(50% - -150px) -30px;
		background-size: 600px;
		padding-bottom: 20px
	}

	.reasons__text {
		font-size: 14px;
		line-height: 120%
	}

	.reasons__text:not(:last-of-type) {
		margin-bottom: 6px
	}

	.details {
		padding-bottom: 0
	}

	.details__about {
		/* margin-bottom: 40px */
	}

	.details__text {
		font-size: 14px;
		line-height: 120%
	}

	.details__text:not(:last-of-type) {
		margin-bottom: 6px
	}

	.details__media {
		max-width: 220px
	}

	.details__prod {
		max-width: 190px;
		margin: 11px 24px
	}

	.details__circle--1 {
		width: 195px;
		height: 195px
	}

	.details__circle--2 {
		width: 255px;
		height: 255px
	}

	.details__circle--3 {
		width: 310px;
		height: 310px
	}

	.details__component-1 {
		top: 120px;
		left: 50px;
		width: 110px;
		-webkit-animation: rot-mobile1-1 40s infinite linear;
		animation: rot-mobile1-1 40s infinite linear
	}

	.details__component-2 {
		top: 120px;
		left: 50px;
		width: 103px;
		-webkit-animation: rot-mobile2-2 40s infinite linear;
		animation: rot-mobile2-2 40s infinite linear
	}

	.details__component-3 {
		top: 140px;
		left: 80px;
		width: 62px;
		-webkit-animation: rot-mobile3-3 40s infinite linear;
		animation: rot-mobile3-3 40s infinite linear
	}

	.details__component-4 {
		top: 110px;
		left: 40px;
		width: 131px;
		-webkit-animation: rot-mobile4-4 45s infinite linear;
		animation: rot-mobile4-4 45s infinite linear
	}

	.details__component-5 {
		top: 130px;
		left: 60px;
		width: 91px;
		-webkit-animation: rot-mobile5-5 45s infinite linear;
		animation: rot-mobile5-5 45s infinite linear
	}

	.details__component-6 {
		top: 130px;
		left: 40px;
		width: 128px;
		-webkit-animation: rot-mobile6-6 45s infinite linear;
		animation: rot-mobile6-6 45s infinite linear
	}

	.composition__img {
		margin-right: 15px
	}
}

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

	.floating-button {
		visibility: visible;
		opacity: 1;
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 9px 15px;
		z-index: 24;
		pointer-events: visible;
		transition: all .5s;
		height: 58px;
		background: #fff
	}

	.floating-button.hide {
		opacity: 0;
		pointer-events: none
	}

	.floating-button a {
		max-width: 345px;
		width: 100%;
		margin: 0 auto
	}

	.menu-mobile {
		width: 100%
	}

	.intro__title {
		font-size: 26px
	}
}

@media screen and (max-width:374px) {
	.header__btn {
		display: none
	}

	.menu-mobile__top {
		justify-content: space-between
	}

	.menu-mobile__btn {
		display: none
	}

	.intro__prod {
		max-width: 153px;
		top: 93px
	}
}

/*new*/

.price--old {
	margin-bottom: 10px;
}

.price--old::after {
	display: none;
}

.form__price {
	align-items: center;
	padding: 0;
}

.form {
	padding-top: 20px;
	padding-bottom: 15px;
}