html {
	scroll-behavior: smooth
}

body {
	min-width: 320px;
	margin: 0;
	font-size: 1rem;
	line-height: 1.4;
	font-family: "Sylfaen", "Open Sans", Arial, Helvetica, sans-serif
}

img {
	max-width: 100%
}

section {
	overflow: hidden
}

.container {
	box-sizing: border-box;
	max-width: 540px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 1.07143rem;
	padding-bottom: 50px;
	padding-left: 1.07143rem
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:990px) {
	.container {
		max-width: 960px;
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

@font-face {
	font-family: "Sylfaen";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url(../fonts/Sylfaen.woff2)format("woff2"), url(../fonts/Sylfaen.woff)format("woff")
}

@media (min-width:768px) {
	.top__container {
		display: flex
	}
}

.top__inner {
	padding-right: 1.07143rem;
	padding-left: 1.07143rem
}

@media (min-width:768px) {
	.top__inner {
		width: 50%
	}
}

.top__inner:first-child {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	background-image: url(../img/bg-top.jpg);
	background-size: cover
}

.top__inner:first-child p {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 20px;
	line-height: 1.6;
	color: #212121
}

.top__inner:first-child p:last-of-type {
	margin-bottom: 2.14286rem
}

.top__title {
	margin: 0;
	margin-bottom: 1.78571rem !important;
	font-weight: 400;
	font-size: 40px;
	color: #ec135f
}

.top__button {
	display: inline-block;
	padding: .57143rem 2.5rem;
	font-weight: 600;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-style: 15px;
	background-color: #ec135f;
	border-radius: 50px;
	transition: background-color .25s ease-in-out
}

.top__button:hover {
	background-color: #d98ca7
}

.top__prod img {
	display: block;
	width: 90px;
	margin: 0 auto
}

.top__inner:last-child {
	padding-top: 22px;
	padding-bottom: 22px;
	background-image: url(../img/bg-top-2.jpg);
	background-size: cover;
	background-position: center top
}

.top__inner:last-child .top__content {
	display: grid;
	grid-template-columns: 1fr 90px
}

.top__inner:last-child .top__prod {
	grid-column-start: 2;
	grid-row-end: 2;
	grid-row-start: 1
}

.top__inner:last-child .top__img {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: right
}

.top__inner:last-child .top__img img {
	width: 185px
}

.top__inner:last-child .price {
	position: absolute;
	right: 15px;
	bottom: -8px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 45px;
	height: 45px;
	margin: 0;
	padding: 5px;
	font-weight: 700;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #ec9fb8;
	border-radius: 50%
}

.top__inner:last-child .price::after {
	content: "";
	position: absolute;
	right: -18px;
	bottom: -20px;
	width: 30px;
	height: 30px;
	background-image: url(../img/leaf.png);
	background-repeat: no-repeat;
	background-size: contain
}

.top__inner:last-child .top__text {
	margin: 0 0 20px;
	padding: 5px;
	font-size: 12px;
	color: #fff;
	background-color: #ec9fb8;
	border-radius: 12px
}

.top__inner:last-child .top__text b {
	display: block;
	color: #a6186c
}

@media (min-width:768px) and (max-width:990px) {
	.top__inner:last-child .top__content {
		display: flex;
		flex-direction: column
	}

	.top__inner:last-child .top__prod img {
		width: 274px;
		margin-bottom: -360px
	}

	.top__inner:last-child .top__img img {
		width: 260px
	}
}

@media (min-width:990px) {
	.top__inner:last-child .top__prod img {
		width: auto;
		height: 100%
	}

	.top__inner:last-child .top__content {
		grid-template-columns: 1fr 200px
	}

	.top__text-block {
		padding-left: 15px;
		padding-right: 15px
	}

	.top__inner:last-child .top__text {
		font-size: 14px;
		padding: 15px
	}
}

.advantages__title {
	margin: 0 0 1.42857rem;
	font-weight: 700;
	font-size: 25px;
	color: #ec135f
}

@media (min-width:990px) {
	.advantages__title {
		font-size: 35px;
		line-height: 45px
	}
}

.advantages__title::after {
	content: "";
	display: block;
	width: 5rem;
	height: 10px;
	margin-top: 2.14286rem;
	background-color: #ec135f
}

@media (min-width:990px) {
	.advantages__title::after {
		margin-top: 30px
	}

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

.advantages__container p {
	margin: 0;
	font-size: 14px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #a7a7a7
}

@media (min-width:990px) {
	.advantages__container p {
		line-height: 22px
	}

	.advantages__text {
		box-sizing: border-box;
		max-width: 33.33%;
		padding-right: 15px;
		padding-left: 15px
	}
}

.advantages__list {
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}

@media (min-width:990px) {
	.advantages__list {
		box-sizing: border-box !important;
		max-width: 100%;
		padding-right: 15px;
		padding-left: 15px
	}
}

.advantages__button-wrap {
	max-width: 500px;
	margin: 40px auto 12px;
	text-align: right
}

@media (min-width:990px) {
	.advantages__button-wrap {
		display: none
	}
}

[class|=advantages__toggle] {
	position: relative;
	width: 35px;
	height: 35px;
	padding: 0;
	background-color: #f7f7f7;
	border: 0;
	transition: background-color .25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

[class|=advantages__toggle]:hover {
	background-color: #ec135f
}

[class|=advantages__toggle]:hover::after,
[class|=advantages__toggle]:hover::before {
	background-color: #fff
}

[class|=advantages__toggle]::after,
[class|=advantages__toggle]::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 2px;
	background-color: #a7a7a7;
	transition: background-color .25s ease-in-out
}

[class|=advantages__toggle]::before {
	top: 12px;
	left: 10px
}

[class|=advantages__toggle]::after {
	bottom: 12px;
	left: 10px
}

.advantages__toggle-prew::before {
	transform: rotate(-45deg)
}

.advantages__toggle-next::before,
.advantages__toggle-prew::after {
	transform: rotate(45deg)
}

.advantages__toggle-next::after {
	transform: rotate(-45deg)
}

.advantages__item {
	display: grid !important;
	gap: 12px
}

@media (min-width:768px) {
	.advantages__item:first-child {
		margin-right: 12px
	}
}

@media (min-width:990px) {
	.advantages__item {
		width: 50% !important
	}
}

.advantages__item img {
	display: block;
	transition: transform .25s ease-in-out
}

.advantages__img-wrap {
	position: relative;
	display: block;
	overflow: hidden
}

.advantages__img-wrap:hover img {
	transform: scale(1.1)
}

.advantages__img-wrap:hover::before,
.advantages__img-wrap:hover>span {
	opacity: 1
}

.advantages__img-wrap::before,
.advantages__img-wrap>span {
	position: absolute;
	width: 100%;
	opacity: 0;
	transition: opacity .25s ease-in-out
}

.advantages__img-wrap::before {
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	background-color: rgba(236, 19, 95, .8);
	z-index: 1
}

.advantages__img-wrap>span {
	top: 25px;
	right: 25px;
	left: 25px;
	z-index: 2;
	font-weight: 700;
	font-size: 14px;
	transition: opacity .25s ease-in-out;
	color: #fff
}

@media (min-width:768px) {
	.order-form__container {
		display: flex
	}
}

.order-form__container::after {
	content: "";
	display: block;
	width: 300px;
	height: 300px;
	margin: 20px auto 0;
	background-image: url(../img/order-form--prod.jpg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat
}

@media (min-width:768px) {
	.order-form__container::after {
		width: 50%;
		height: auto;
		margin: 0
	}
}

.order-form__form {
	padding: 0 15px
}

@media (min-width:768px) {
	.order-form__form {
		width: 50%;
		margin: 0
	}
}

.form__title {
	margin: 0 0 15px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	text-align: center
}

@media (min-width:530px) {
	.form__title {
		font-size: 24px;
		line-height: 33px
	}
}

.form__title span {
	display: block;
	margin-top: 9px;
	font-size: 15px;
	line-height: 17px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif
}

.form__inner {
	padding: 14px 18px;
	border-top: 1px solid rgba(82, 92, 105, .11)
}

@media (min-width:530px) {
	.form__inner {
		padding: 14px 31px
	}
}

.form__input {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 19px 10px 15px;
	font-size: 16px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	background-color: #f7f7f7;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 4px
}

.form__label {
	position: relative;
	display: block;
	margin-bottom: 15px
}

.form__label-text {
	position: absolute;
	top: 50%;
	left: 10px;
	font-size: 15px;
	transform: translateY(-50%);
	opacity: .5;
	transition: font-size .25s ease-in-out, top .25s ease-in-out
}

.form__label-text sup {
	color: #d81b60
}

.form__input:not(:-moz-placeholder-shown)+.form__label-text {
	top: 10px;
	font-size: 13px
}

.form__input:focus+.form__label-text,
.form__input:not(:placeholder-shown)+.form__label-text {
	top: 10px;
	font-size: 13px
}

select.form__input {
	padding-right: 25px;
	background-image: url(../img/sel.png);
	background-repeat: no-repeat;
	background-position: right 5px center
}

.form-price,
.form__button {
	font-family: "Open Sans", Arial, Helvetica, sans-serif
}

.form__button {
	display: block;
	padding: 15px 20px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	background-color: #ec135f;
	border-radius: 4px;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	box-sizing: border-box
}

.form-price {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center
}

.form-price__new {
	font-weight: 700;
	font-size: 25px;
	color: #ec135f
}

@media (min-width:768px) {
	.problem__container {
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-start
	}
}

.problem__container img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto
}

@media (min-width:768px) {
	.problem__container img {
		width: calc(50% - 30px);
		margin-right: 15px;
		margin-left: 15px
	}

	.problem__content {
		width: 50%;
		padding-right: 15px;
		padding-left: 15px
	}
}

.problem__content p {
	margin: 0 0 2em;
	font-size: 14px;
	line-height: 22px;
	color: #616161
}

.result {
	background-image: url(../img/bg-result-reviews.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.result__list {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.result__item {
	position: relative;
	box-sizing: border-box;
	min-height: 100px;
	padding-top: 35px;
	padding-bottom: 5px;
	padding-left: 110px;
	font-size: 14px;
	line-height: 22px
}

.result__item:not(:nth-last-child(-n+2)) {
	margin-bottom: 50px
}

.result__item::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 110px;
	width: 34px;
	height: 8px;
	background-color: #ee1461;
	border-radius: 3px
}

.result__item img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%
}

@media (min-width:768px) {
	.result__item {
		width: 50%;
		padding-right: 15px;
		padding-left: 125px
	}

	.result__item::before {
		right: 15px;
		left: auto
	}

	.result__item::after {
		content: "";
		position: absolute;
		top: 24px;
		right: 64px;
		width: calc(100% - 200px);
		height: 1px;
		background-color: #eee
	}

	.result__list {
		display: flex;
		flex-wrap: wrap
	}
}

.prevention {
	color: #fff;
	background-color: #ec135f
}

@media (min-width:990px) {
	.prevention__container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start
	}
}

@media (min-width:1200px) {
	.prevention__container {
		flex-wrap: nowrap;
		align-items: center
	}
}

@media (max-width:1200px) {
	.prevention__container {
		text-align: center
	}
}

.prevention__container p {
	margin: 0;
	font-size: 20px;
	line-height: 24px
}

.prevention__container::before {
	content: "";
	display: block;
	flex-shrink: 0;
	width: 200px;
	height: 112px;
	margin: 0 auto 30px;
	background-image: url(../img/prevention-doc.jpg);
	background-position: center;
	background-size: cover
}

@media (min-width:990px) {
	.prevention__container::before {
		width: 210px;
		height: 118px;
		margin: 0 15px
	}
}

@media (min-width:1200px) {
	.prevention__container::before {
		width: 255px;
		height: 143px
	}
}

.prevention__title {
	margin: 0 0 10px;
	font-size: 27px;
	line-height: 28px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif
}

@media (max-width:1200px) {
	.prevention__inner {
		margin-bottom: 14px
	}
}

@media (min-width:990px) {
	.prevention__inner {
		width: calc(100% - 240px);
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:1200px) {
	.prevention__inner {
		width: auto
	}
}

.prevention__button,
.reviews__item-content p {
	font-family: "Open Sans", Arial, Helvetica, sans-serif
}

.prevention__button {
	display: inline-block;
	flex-shrink: 0;
	padding: 8px 20px;
	font-weight: 700;
	font-size: 15px;
	line-height: 21px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	transition: color .25s ease-in-out, background-color .25s ease-in-out
}

.prevention__button:hover {
	color: #000;
	background-color: #fff
}

.reviews,
.reviews__name::after {
	background-image: url(../img/bg-result-reviews.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.reviews__list {
	margin: 0;
	padding: 0
}

.reviews__item {
	display: flex !important;
	text-align: center
}

@media (max-width:1000px) {
	.reviews__item {
		height: auto !important
	}
}

.reviews__item-content {
	margin-top: 50px;
	padding: 0 20px 20px;
	background-color: #fff;
	box-shadow: 2px 2px 2px #eee
}

@media (min-width:575px) {
	.reviews__item-content {
		padding: 0 35px 35px
	}
}

.reviews__item-content p {
	font-size: 14px;
	line-height: 22px
}

.reviews__ava {
	display: block;
	margin: -50px auto 54px;
	border: 10px solid #f7f7f7;
	border-radius: 50%
}

.reviews__name {
	margin: 0 0 25px;
	font-weight: 700;
	font-size: 21px;
	line-height: 29px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif
}

.reviews__name::after {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 auto;
	background-image: url(../img/quote.svg);
	background-size: 14px 14px;
	border-radius: 50%
}

.reviews__container {
	position: relative
}

[class|=reviews__toggle] {
	position: relative;
	width: 35px;
	height: 35px;
	padding: 0;
	background-color: #f7f7f7;
	border: 0;
	transition: background-color .25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.reviews__name::after,
[class|=reviews__toggle]:hover {
	background-color: #ec135f
}

[class|=reviews__toggle]:hover::after,
[class|=reviews__toggle]:hover::before {
	background-color: #fff
}

[class|=reviews__toggle]::after,
[class|=reviews__toggle]::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 2px;
	background-color: #a7a7a7;
	transition: background-color .25s ease-in-out
}

[class|=reviews__toggle]::before {
	top: 12px;
	left: 10px
}

[class|=reviews__toggle]::after {
	bottom: 12px;
	left: 10px
}

.reviews__toggle-prew {
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 2
}

.reviews__toggle-prew::before {
	transform: rotate(-45deg)
}

.reviews__toggle-next::before,
.reviews__toggle-prew::after {
	transform: rotate(45deg)
}

.reviews__toggle-next {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 2
}

.reviews__toggle-next::after {
	transform: rotate(-45deg)
}

.reviews .swiper {
	padding: 2px
}

.component {
	background-color: #f7f7f7
}

.component__title {
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 35px;
	line-height: 45px;
	color: #ec135f
}

.component__subtitle {
	margin: 0 0 14px;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #ec135f;
	text-transform: uppercase
}

@media (max-width:768px) {
	.component {
		text-align: center
	}
}

.component__list {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.component__item::before {
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-radius: 50%
}

.component__item:nth-child(1)::before {
	background-image: url(../img/comp-1.png)
}

.component__item:nth-child(2)::before {
	background-image: url(../img/comp-2.png)
}

.component__item:nth-child(3)::before {
	background-image: url(../img/comp-3.png)
}

.component__item:not(:last-child) {
	margin-bottom: 30px
}

.component__item h3 {
	margin: 0 0 2px;
	font-size: 20px;
	line-height: 28px;
	color: #ec135f
}

.component__item p,
.component__item ul {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #212121
}

.component__item ul {
	padding: 0;
	list-style-type: none
}

.component__item li {
	display: inline-block
}

@media (max-width:768px) {
	.component__inner {
		margin-bottom: 160px
	}
}

@media (min-width:768px) {
	.component__container {
		display: flex;
		align-items: start
	}

	.component__container img {
		margin: 45px 60px 0;
		width: 200px
	}

	.component__item {
		position: relative;
		padding-left: 100px
	}

	.component__item::before {
		position: absolute;
		top: 50%;
		left: 0;
		margin: 0;
		transform: translateY(-50%)
	}

	.component__list {
		margin-right: 90px
	}
}
