*,
:before,
:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	background: #eaf5fb;
}

.b-all-conteiner {
	overflow: hidden;
}

a {
	text-decoration: none;
	color: inherit;
}

.b-icon {
	display: inline-block;
	vertical-align: middle;
}

.b-conteiner {
	max-width: 350px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

.b-h1 {
	font-weight: 800;
	font-size: 70px;
	line-height: 92px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Roboto Slab', serif;
	position: relative;
	z-index: 10;
	margin-bottom: 25px;
	text-align: center;
}

.b-h1 span {
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	display: block;
}

.b-h2 {
	font-weight: 700;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	position: relative;
	z-index: 10;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 25px;
}

.b-h4 {
	font-weight: 500;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	color: #000000;
	margin-bottom: 35px;
	position: relative;
	font-weight: 400;
	z-index: 10;
}

.b-h4 span {
	font-weight: 600;
}

.b-p {
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	position: relative;
	z-index: 10;
}

.b-button {
	border: none;
	outline: none;
	display: block;
	margin: 0 auto;
	transition: 0.3s;
	cursor: pointer;
	position: relative;
	text-align: center;
	z-index: 10;
	font-family: 'Roboto Slab', serif;
	border-radius: 10px;
	padding: 15px;
	width: 284px;
	overflow: hidden;
	background: linear-gradient(162.02deg, #34aef3 -62.9%, #6ecbff 28.89%, #34aef3 97.82%);
}

.b-button span {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	position: relative;
	z-index: 10;
}

.b-button:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: 0.3s;
	background: linear-gradient(162.02deg, #4fc0ff -62.9%, #86d4ff 28.89%, #4fc0ff 97.82%);
	opacity: 0;
}

.b-button::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: 0.3s;
	background: linear-gradient(162.02deg, #209fe7 -62.9%, #5abef5 28.89%, #209fe7 97.82%);
	opacity: 0;
}

.b-button:hover::before {
	opacity: 1;
}

.b-button:hover::after {
	opacity: 0;
}

.b-button:active::before {
	opacity: 0;
}

.b-button:active::after {
	opacity: 1;
}

.b-form {
	background: #ffffff;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	position: relative;
	z-index: 10;
	padding-bottom: 30px;
	width: 320px;
	margin-left: calc(50% - 160px);
}

.b-form-head {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #0a0a0a;
	padding: 32px 10px 16px;
	font-family: 'Roboto Slab', serif;
}

.b-form-head span {
	display: block;
	font-weight: 800;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
}

.b-form-not {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #888888;
	font-family: 'Roboto Slab', serif;
	margin-top: 20px;
	padding: 0 10px;
}

.b-price {
	display: flex;
	position: relative;
	z-index: 5;
	margin-bottom: 24px;
	text-align: center;
}

.b-price-new {
	font-weight: 800;
	font-size: 22px;
	line-height: 20px;
	color: #ffffff;
	font-family: 'Roboto Slab', serif;
}

.b-price-old {
	text-decoration: line-through;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 20px;
	color: #757575;
}

.b-price-left {
	width: 50%;
	background: #ff8d23;
	padding: 9px 15px 15px;
}

.b-price-left .text {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	margin-bottom: 7px;
}

.b-price-right {
	width: 50%;
	background: #ffdfc1;
	padding: 9px 15px 13px;
}

.b-price-right .text {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #3a3a3a;
	margin-bottom: 7px;
}

.b-input,
.b-select {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 22px;
	position: relative;
	z-index: 10;
	border: 1px solid #b9b9b9;
	border-radius: 10px;
	background: transparent;
	width: 284px;
	margin: 0 auto 15px;
	display: block;
	color: #000;
}

.b-input:last-of-type,
.b-select:last-of-type {
	margin-bottom: 24px;
}

.b-input:active,
.b-input:focus,
.b-select:active,
.b-select:focus {
	outline: none;
}

select::-ms-expand {
	display: none;
}

.b-select::-webkit-input-placeholder,
.b-input::-webkit-input-placeholder {
	color: #000;
}

.b-select:-moz-placeholder,
.b-input:-moz-placeholder {
	color: #000;
}

.b-select {
	appearance: none;
	margin-bottom: 0;
}

.b-select:last-of-type {
	margin-bottom: 0;
}

.b-select-box {
	position: relative;
	width: max-content;
	margin: 0 auto 15px;
}

.b-select-box::before {
	content: '';
	width: 12px;
	height: 7px;
	display: block;
	position: absolute;
	right: 22px;
	top: calc(50% - 3.5px);
	background: url(../img/select_arrow.png) no-repeat;
	z-index: 0;
}

.b-img {
	display: block;
	position: relative;
	z-index: 1;
}

.b-logo {
	font-weight: 800;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	padding: 15px 16px;
	border-radius: 0 0 10px 10px;
	width: max-content;
	background: #87d3fd;
	margin: 0 auto 69px;
	font-family: 'Roboto Slab', serif;
	margin-top: -2px;
	position: relative;
	z-index: 5;
}

.b-logo span {
	font-size: 16px;
	line-height: 1;
	display: block;
	margin-top: 0px;
}

.b-header {
	background: radial-gradient(43.55% 20.45% at 52.24% 26.48%, #52bcf8 0%, #1b95d9 100%);
	padding-bottom: 63px;
	position: relative;
	z-index: 5;
}

.b-header .b-bottom-bg {
	position: absolute;
	z-index: 0;
	width: 1200px;
	height: 80px;
	background: #1b95d9;
	border-radius: 0 0 50% 50%;
	bottom: -41px;
	left: calc(50% - 600px);
}

.b-header .b-bottom-bg .arrow {
	width: 80px;
	height: 80px;
	background: url(../img/icon_arrow_down.svg) no-repeat #1b95d9;
	background-size: 20px 11px;
	background-position: 30px 47px;
	border-radius: 50%;
	margin: 30px auto 0;
}

.b-header .b-bg {
	position: absolute;
}

.b-header .b-bg img {
	display: block;
	width: 100%;
}

.b-header .b-bg-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.b-header .b-leaf {
	position: absolute;
}

.b-header .b-leaf img {
	display: block;
	width: 100%;
}

.b-header .b-berry {
	position: absolute;
}

.b-header .b-berry img {
	display: block;
	width: 100%;
}

.b-header .bg1 {
	width: 181px;
	transform: rotate(31.22deg);
	left: -233px;
	top: 294px;
}

.b-header .bg2 {
	width: 150px;
	transform: rotate(-41.83deg);
	left: -395px;
	top: 509px;
}

.b-header .bg3 {
	width: 123px;
	filter: blur(2px);
	left: -301px;
	top: 173px;
}

.b-header .bg4 {
	width: 84px;
	transform: rotate(-41.83deg);
	left: -103px;
	top: 189px;
}

.b-header .bg5 {
	width: 181px;
	filter: blur(2px);
	transform: matrix(-0.86, 0.52, 0.52, 0.86, 0, 0);
	right: -205px;
	bottom: 133px;
}

.b-header .bg6 {
	width: 84px;
	transform: matrix(-0.75, -0.67, -0.67, 0.75, 0, 0);
	right: -75px;
	bottom: 335px;
}

.b-header .bg7 {
	width: 123px;
	right: -273px;
	bottom: 312px;
	transform: scale(-1, 1);
}

.b-header .bg8 {
	width: 188px;
	right: -366px;
	bottom: -61px;
}

.b-header .bg9 {
	width: 150px;
	transform: rotate(142.27deg);
	left: -412px;
	top: -58px;
}

.b-header .bg10 {
	width: 386px;
	filter: blur(3px);
	transform: rotate(37.7deg);
	right: -511px;
	top: 724px;
}

.b-header .bg11 {
	width: 102px;
	transform: rotate(-30.44deg);
	right: -103px;
	top: 486px;
}

.b-header .bg12 {
	width: 69px;
	filter: blur(2px);
	left: -141px;
	top: 679px;
}

.b-header .bg13 {
	width: 38px;
	top: 51px;
	left: 49px;
}

.b-header .bg14 {
	width: 24px;
	top: 43px;
	left: 3px;
}

.b-header .b-ul-li {
	padding-left: 40px;
	position: relative;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}

.b-header .b-ul-li .b-icon {
	position: absolute;
	left: 0;
	top: 2px;
}

.b-header .b-middle {
	position: relative;
	padding-top: 235px;
}

.b-header .b-middle-bg {
	width: 555px;
	height: 555px;
	position: absolute;
	top: -87px;
	left: calc(50% - 277.5px);
	z-index: 0;
}

.b-header .b-middle-man {
	position: absolute;
	width: 332px;
	top: -41px;
	left: calc(50% - 173px);
	z-index: 1;
}

.b-header .b-middle .b-product {
	position: absolute;
	width: 183px;
	transform: rotate(8.6deg);
	right: -17px;
	top: 203px;
	z-index: 2;
}

.b-header .b-middle .b-sale {
	position: relative;
	z-index: 5;
	width: 130px;
	height: 130px;
	text-align: center;
	background: url(../img/bg_sale.svg) no-repeat center center;
	background-size: cover;
	color: #fff;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 800;
	font-size: 12px;
	line-height: 27px;
	font-family: 'Roboto Slab', serif;
	padding: 40px 15px 0;
	margin-bottom: 15px;
	margin-left: -5px;
	transform: rotate(-19deg);
}

.b-header .b-middle .b-sale span {
	font-size: 30px;
	line-height: 27px;
}

.b-header .b-middle-text {
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.8);
	padding: 15px 68px 15px 22px;
	width: 282px;
	position: relative;
	z-index: 5;
	margin-bottom: 12px;
	text-align: right;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
}

.b-header .b-middle-text .logo {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	right: 12px;
	top: calc(50% - 25px);
}

.b-problems {
	position: relative;
	z-index: 0;
	padding: 178px 0 30px;
	margin-top: -30px;
}

.b-problems .b-bg {
	width: 991px;
	height: 526px;
	position: absolute;
	display: block;
	left: calc(50% - 495.5px);
	top: 140px;
}

.b-problems .b-item {
	background: #ffffff;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 20px 25px 28px;
	position: relative;
	z-index: 5;
}

.b-problems .b-item-box {
	width: 320px;
	margin-left: calc(50% - 160px);
}

.b-problems .b-img {
	margin-left: -5px;
	margin-bottom: 12px;
}

.b-problems .b-head {
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}

.b-why {
	padding: 30px 0 40px;
	position: relative;
	z-index: 5;
}

.b-why .b-h2 {
	margin-bottom: 45px;
}

.b-why .b-bottom-bg {
	position: absolute;
	z-index: 0;
	width: 1200px;
	height: 80px;
	background: #eaf5fb;
	border-radius: 0 0 50% 50%;
	bottom: -41px;
	left: calc(50% - 600px);
}

.b-why .b-item {
	width: 49%;
	text-align: center;
	margin-bottom: 30px;
}

.b-why .b-item:last-of-type {
	margin: 0 auto;
}

.b-why .b-item-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.b-why .b-precent {
	width: 100px;
	font-weight: 700;
	font-size: 25px;
	line-height: 100px;
	text-align: center;
	color: #000000;
	font-family: 'Roboto Slab', serif;
	position: relative;
	margin: 0 auto 13px;
}

.b-why .b-precent .b-ellips {
	position: absolute;
	width: 100px;
	height: 100px;
	display: block;
	left: 0;
	top: 0;
}

.b-why .b-precent .b-ellips.e2 {
	transform: rotate(-90deg);
}

.b-why .b-precent .b-ellips.e3 {
	transform: rotate(-180deg);
}

.b-why .b-precent .b-ellips.e4 {
	transform: rotate(77deg);
}

.b-why .b-precent .b-ellips.e5 {
	transform: rotate(227deg);
}

.b-needhelp {
	padding: 111px 0 461px;
	background: radial-gradient(50% 33.7% at 50% 34.43%, #43aeeb 0%, #1b95d9 100%);
	position: relative;
	z-index: 4;
}

.b-needhelp .b-h2 {
	color: #ffffff;
}

.b-needhelp .b-h4 {
	color: #fff;
}

.b-needhelp .b-bottom-bg {
	position: absolute;
	z-index: 0;
	width: 1200px;
	height: 80px;
	background: #1b95d9;
	border-radius: 0 0 50% 50%;
	bottom: -41px;
	left: calc(50% - 600px);
}

.b-needhelp .b-bg {
	position: absolute;
}

.b-needhelp .b-bg img {
	display: block;
	width: 100%;
}

.b-needhelp .b-bg-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.b-needhelp .b-leaf {
	position: absolute;
}

.b-needhelp .b-leaf img {
	display: block;
	width: 100%;
}

.b-needhelp .b-berry {
	position: absolute;
}

.b-needhelp .b-berry img {
	display: block;
	width: 100%;
}

.b-needhelp .bg1 {
	width: 181px;
	transform: rotate(31.22deg);
	left: -282px;
	top: 121px;
}

.b-needhelp .bg2 {
	width: 150px;
	transform: rotate(-41.83deg);
	left: -443px;
	top: 336px;
}

.b-needhelp .bg3 {
	width: 123px;
	filter: blur(2px);
	left: -350px;
	top: 0;
}

.b-needhelp .bg4 {
	width: 84px;
	transform: rotate(-41.83deg);
	left: -153px;
	top: 17px;
}

.b-needhelp .bg5 {
	display: none;
}

.b-needhelp .bg6 {
	width: 84px;
	transform: matrix(-0.75, -0.67, -0.67, 0.75, 0, 0);
	right: -134px;
	top: 508px;
}

.b-needhelp .bg7 {
	width: 123px;
	right: -331px;
	top: 491px;
	transform: scale(-1, 1);
}

.b-needhelp .bg8 {
	width: 181px;
	right: -264px;
	top: 612px;
	filter: blur(2px);
	transform: matrix(-0.86, 0.52, 0.52, 0.86, 0, 0);
}

.b-needhelp .bg9 {
	display: none;
}

.b-needhelp .bg10 {
	width: 150px;
	transform: matrix(-0.75, -0.67, -0.67, 0.75, 0, 0);
	right: -430px;
	top: 827px;
}

.b-needhelp .bg11 {
	width: 92px;
	transform: rotate(15.01deg);
	right: -344px;
	top: 544px;
}

.b-needhelp .bg12 {
	width: 69px;
	filter: blur(3px);
	transform: rotate(-114.33deg);
	right: -54px;
	top: 301px;
}

.b-needhelp .bg13 {
	width: 118px;
	top: 785px;
	left: -44px;
	filter: blur(3px);
	transform: rotate(-153.22deg);
}

.b-needhelp .bg14 {
	width: 220px;
	top: 255px;
	left: -291px;
	transform: rotate(148.48deg);
}

.b-needhelp .bg15 {
	width: 69px;
	top: 116px;
	right: -341px;
	filter: blur(2px);
}

.b-needhelp .bg16 {
	width: 41px;
	top: 622px;
	left: -111px;
}

.b-needhelp .bg17 {
	width: 38px;
	top: 95px;
	left: -39px;
}

.b-needhelp .bg18 {
	width: 24px;
	top: 87px;
	left: -84px;
}

.b-needhelp .b-item {
	position: relative;
	z-index: 10;
	width: calc(100% - 45px);
	padding: 15px 20px 15px 10px;
	margin-bottom: 30px;
	border-radius: 0 10px 10px 0;
	background: #fff;
	margin-left: auto;
}

.b-needhelp .b-item .b-border {
	display: block;
	position: absolute;
	left: -25px;
	z-index: 0;
	top: 0;
	background: url(../img/needhelp_item_bg.png) no-repeat left center;
	width: 26px;
	height: 100%;
}

.b-needhelp .b-item .b-border::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: calc(50% - 19px);
	background: #fff;
	border-radius: 10px 0 0 0;
	left: 0;
	top: 0;
}

.b-needhelp .b-item .b-border::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: calc(50% - 19px);
	background: #fff;
	border-radius: 0 0 0 10px;
	left: 0;
	bottom: 0;
}

.b-needhelp .b-item .b-icon {
	position: absolute;
	left: -12.5px;
	top: calc(50% - 12.5px);
}

.b-needhelp .b-img-box {
	display: none;
}

.b-examination {
	margin: -360px auto -506px;
	position: relative;
	z-index: 6;
}

.b-examination .b-all-box {
	border-radius: 10px;
	overflow: hidden;
	max-width: 320px;
	margin: 0 auto;
}

.b-examination .b-logo {
	color: #ff8d23;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}

.b-examination .b-questions {
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

.b-examination .b-questions .b-left {
	background: linear-gradient(110.93deg, #ff8d23 4.41%, #ffa049 42.99%, #ff8d23 62.83%);
	border-radius: 10px 10px 0 0;
	padding: 106px 20px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	min-height: 400px;
}

.b-examination .b-questions .b-left .b-bg-1 {
	position: absolute;
	z-index: 1;
	filter: blur(4px);
	transform: rotate(-121.86deg);
	width: 204px;
	bottom: -89px;
	left: 107px;
}

.b-examination .b-questions .b-left .b-bg-2 {
	position: absolute;
	z-index: 0;
	width: 262px;
	top: 347px;
	left: 99px;
	transform: rotate(-21.23deg);
}

.b-examination .b-questions .b-left .b-head {
	font-weight: 700;
	font-size: 25px;
	line-height: 35px;
	color: #ffffff;
	margin-bottom: 12px;
	font-family: 'Roboto Slab', serif;
	position: relative;
	z-index: 10;
}

.b-examination .b-questions .b-left .b-text {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}

.b-examination .b-questions .b-right {
	min-height: 400px;
	background: #fcfcfc;
	border-radius: 0 0 10px 10px;
	display: flex;
	flex-direction: column;
	padding: 40px 20px 45px;
}

.b-examination .b-questions .b-right .b-head {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: right;
	color: #b9b9b9;
	font-family: 'Roboto Slab', serif;
	text-align: center;
	margin-bottom: 25px;
}

.b-examination .b-questions .b-right .b-btn {
	width: 30px;
	height: 6px;
	border-radius: 6px;
	background: #e5e5e5;
	position: relative;
}

.b-examination .b-questions .b-right .b-btn::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.3s;
	border-radius: 6px;
	background: url(../img/results_progress_bg.png) #34aef3;
}

.b-examination .b-questions .b-right .b-btn.active::before {
	opacity: 1;
}

.b-examination .b-questions .b-right .b-btn-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.b-examination .b-questions .b-right .b-button-next {
	width: 150px;
	color: #fff;
	background: #34aef3;
	border-radius: 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	font-family: 'Roboto Slab', serif;
	padding: 12px 20px;
	text-align: center;
	cursor: pointer;
	margin-left: auto;
}

.b-examination .b-questions .b-right .b-button-back {
	cursor: pointer;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Roboto Slab', serif;
	text-decoration-line: underline;
	color: #757575;
	width: 120px;
}

.b-examination .b-questions .b-right .b-button-box {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.b-examination .b-questions .b-right .b-item {
	display: none;
}

.b-examination .b-questions .b-right .b-item .b-text {
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	margin-bottom: 25px;
}

.b-examination .b-questions .b-right .b-checked {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.b-examination .b-questions .b-right .b-checked input {
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #d9d9d9;
	position: relative;
	text-align: center;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.b-examination .b-questions .b-right .b-checked input:checked {
	background: #34aef3;
}

.b-examination .b-questions .b-right .b-checked input:checked::before {
	color: #fff;
	font-size: 17px;
	content: '\2714';
	line-height: 25px;
}

.b-examination .b-questions .b-right .b-checked .label {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	margin-left: 15px;
}

.b-examination .b-questions .b-right #qsn_1 {
	display: block;
}

.b-examination .b-total {
	display: none;
	background: #ff8d23;
	background: linear-gradient(147.93deg, #ff8d23 4.41%, #ffa049 42.99%, #ff8d23 62.83%);
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	animation: a-total linear 0.6s both;
}

.b-examination .b-total .b-flex {
	padding: 106px 20px 70px;
}

.b-examination .b-total .b-logo {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.b-examination .b-total .b-head {
	display: none;
	font-weight: 700;
	font-size: 25px;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 35px;
	font-family: 'Roboto Slab', serif;
	position: relative;
	z-index: 10;
}

.b-examination .b-total .b-bg {
	position: absolute;
}

.b-examination .b-total .b-bg img {
	display: block;
	width: 100%;
}

.b-examination .b-total .b-bg-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.b-examination .b-total .b-leaf {
	position: absolute;
}

.b-examination .b-total .b-leaf img {
	display: block;
	width: 100%;
}

.b-examination .b-total .b-berry {
	position: absolute;
}

.b-examination .b-total .b-berry img {
	display: block;
	width: 100%;
}

.b-examination .b-total .bg1 {
	width: 123px;
	left: -22px;
	top: -49px;
	transform: scale(-1, 1);
}

.b-examination .b-total .bg2 {
	width: 210px;
	transform: scale(-1, 1);
	left: 179px;
	top: 46px;
}

.b-examination .b-total .bg3 {
	filter: blur(1px);
	transform: matrix(-0.86, 0.52, 0.52, 0.86, 0, 0);
	width: 181px;
	left: -148px;
	top: 73px;
}

.b-examination .b-total .bg4 {
	width: 151px;
	transform: matrix(-0.75, -0.67, -0.67, 0.75, 0, 0);
	top: 287px;
	left: 44px;
}

.b-examination .b-total .bg5 {
	width: 107px;
	transform: matrix(0.91, 0.41, 0.41, -0.91, 0, 0);
	left: 281px;
	top: 305px;
}

.b-examination .b-total .bg6 {
	display: none;
}

.b-examination .b-total .bg7 {
	display: none;
}

.b-examination .b-total .bg8 {
	width: 223px;
	filter: blur(2px);
	transform: rotate(49.49deg);
	top: -33px;
	left: -165px;
}

.b-examination .b-total .bg9 {
	width: 174px;
	transform: rotate(-105.92deg);
	top: 400px;
	left: 267px;
}

.b-examination .b-total .bg10 {
	width: 81px;
	filter: blur(2px);
	transform: rotate(-153.22deg);
	top: 114px;
	left: 292px;
}

.b-examination .b-total .bg11 {
	width: 69px;
	filter: blur(1px);
	top: 18px;
	left: 283px;
}

.b-examination .b-total .bg12 {
	width: 41px;
	top: 464px;
	left: -21px;
}

@keyframes a-total {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.b-improves {
	padding: 605px 0 290px;
	position: relative;
	z-index: 5;
}

.b-improves .b-h2 {
	margin-bottom: 40px;
}

.b-improves .b-bottom-bg {
	position: absolute;
	z-index: 0;
	width: 1200px;
	height: 80px;
	background: #eaf5fb;
	border-radius: 0 0 50% 50%;
	bottom: -41px;
	left: calc(50% - 600px);
}

.b-improves .b-bg {
	position: absolute;
}

.b-improves .b-bg img {
	display: block;
	width: 100%;
}

.b-improves .b-bg-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.b-improves .b-leaf {
	position: absolute;
}

.b-improves .b-leaf img {
	display: block;
	width: 100%;
}

.b-improves .b-berry {
	position: absolute;
}

.b-improves .b-berry img {
	display: block;
	width: 100%;
}

.b-improves .bg1 {
	width: 181px;
	transform: rotate(31.22deg);
	left: -232px;
	top: 45px;
}

.b-improves .bg2 {
	width: 150px;
	transform: rotate(-41.83deg);
	left: -393px;
	top: 260px;
}

.b-improves .bg3 {
	width: 123px;
	filter: blur(2px);
	left: -300px;
	top: -76px;
}

.b-improves .bg4 {
	width: 84px;
	transform: rotate(-41.83deg);
	left: -103px;
	top: -59px;
}

.b-improves .bg5 {
	display: none;
}

.b-improves .bg6 {
	width: 84px;
	transform: matrix(-0.75, -0.67, -0.67, 0.75, 0, 0);
	right: -99px;
	top: 731px;
}

.b-improves .bg7 {
	width: 123px;
	right: -296px;
	top: 714px;
	transform: scale(-1, 1);
}

.b-improves .bg8 {
	width: 181px;
	right: -229px;
	top: 835px;
	filter: blur(2px);
	transform: matrix(-0.86, 0.52, 0.52, 0.86, 0, 0);
}

.b-improves .bg9 {
	display: none;
}

.b-improves .bg10 {
	width: 150px;
	transform: matrix(-0.75, -0.67, -0.67, 0.75, 0, 0);
	right: -395px;
	top: 1050px;
}

.b-improves .bg11 {
	display: none;
}

.b-improves .bg12 {
	width: 145px;
	transform: rotate(-49.46deg);
	right: -413px;
	top: 170px;
}

.b-improves .bg13 {
	width: 130px;
	top: 585px;
	left: -135px;
	filter: blur(3px);
	transform: rotate(-126.27deg);
}

.b-improves .bg14 {
	width: 41px;
	top: 36px;
	left: -106px;
	filter: blur(2px);
}

.b-improves .bg15 {
	width: 49px;
	top: 140px;
	right: -166px;
}

.b-improves .bg16 {
	width: 19px;
	top: 620px;
	right: -145px;
}

.b-improves .b-item {
	position: relative;
	z-index: 10;
	width: calc(100% - 45px);
	padding: 20px 20px 20px 10px;
	margin-bottom: 30px;
	border-radius: 0 10px 10px 0;
	background: #fff;
	margin-left: auto;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
}

.b-improves .b-item:last-of-type {
	margin-bottom: 0;
}

.b-improves .b-item .b-border {
	display: block;
	position: absolute;
	left: -25px;
	z-index: 0;
	top: 0;
	background: url(../img/needhelp_item_bg.png) no-repeat left center;
	width: 26px;
	height: 100%;
}

.b-improves .b-item .b-border::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: calc(50% - 19px);
	background: #fff;
	border-radius: 10px 0 0 0;
	left: 0;
	top: 0;
}

.b-improves .b-item .b-border::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: calc(50% - 19px);
	background: #fff;
	border-radius: 0 0 0 10px;
	left: 0;
	bottom: 0;
}

.b-improves .b-item .b-icon {
	position: absolute;
	left: -12.5px;
	top: calc(50% - 12.5px);
}

.b-improves .b-img-box {
	padding: 36px 0 50px;
	position: relative;
	z-index: 0;
}

.b-improves .b-img-bg {
	display: block;
	position: absolute;
	z-index: 0;
	bottom: -24px;
	left: calc(50% - 294px);
	width: 604px;
}

.b-improves .b-img-leaf {
	width: 168px;
	display: block;
	position: absolute;
	z-index: 1;
	transform: rotate(-30deg);
	right: -5px;
	top: 25px;
}

.b-improves .b-img-prod {
	max-width: 120px;
	margin: 15px auto;
	display: block;
	position: relative;
	z-index: 2;
}

.b-improves .b-img-ellips {
	display: none;
	position: relative;
	z-index: 3;
}

.b-features {
	margin: -270px 0 -430px;
	position: relative;
	z-index: 6;
}

.b-features .b-flex {
	height: 700px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #ffffff;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 20px;
	width: 320px;
	margin-left: calc(50% - 160px);
	text-align: center;
}

.b-features .b-item {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	width: 100%;
}

.b-features .b-item:last-of-type {
	border: none;
	margin-bottom: 0;
}

.b-features .b-item .b-icon {
	display: block;
	margin: 0 auto 10px;
}

.b-action {
	padding: 520px 0 80px;
	background: radial-gradient(50% 33.83% at 50% 48.83%, #43aeeb 0%, #1b95d9 100%);
	position: relative;
	z-index: 4;
}

.b-action .b-h2 {
	color: #fff;
	margin-bottom: 50px;
}

.b-action .b-bottom-bg {
	position: absolute;
	z-index: 0;
	width: 1200px;
	height: 80px;
	background: #1b95d9;
	border-radius: 0 0 50% 50%;
	bottom: -41px;
	left: calc(50% - 600px);
}

.b-action .b-bottom-bg .arrow {
	width: 80px;
	height: 80px;
	background: url(../img/icon_arrow_down.svg) no-repeat #1b95d9;
	background-size: 20px 11px;
	background-position: 30px 47px;
	border-radius: 50%;
	margin: 30px auto 0;
}

.b-action .b-bg {
	position: absolute;
	display: none;
}

.b-action .b-bg img {
	display: block;
	width: 100%;
}

.b-action .b-bg-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.b-action .b-leaf {
	position: absolute;
}

.b-action .b-leaf img {
	display: block;
	width: 100%;
}

.b-action .b-berry {
	position: absolute;
}

.b-action .b-berry img {
	display: block;
	width: 100%;
}

.b-action .bg11 {
	display: none;
}

.b-action .bg12 {
	filter: blur(10px);
	transform: rotate(75deg);
	width: 90px;
	top: -135px;
	right: 4px;
	filter: blur(3px);
}

.b-action .bg13 {
	width: 367px;
	filter: blur(3px);
	transform: rotate(-136.85deg);
	top: -125px;
	left: -512px;
}

.b-action .bg14 {
	width: 96px;
	transform: rotate(160.08deg);
	top: 750px;
	left: -377px;
}

.b-action .bg15 {
	display: none;
}

.b-action .bg16 {
	width: 66px;
	top: 355px;
	right: -73px;
}

.b-action .b-slider {
	width: 320px;
	margin: 0 35px;
	text-align: center;
	background: #ffffff;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
	border-radius: 0 0 10px 10px;
	position: relative;
	padding: 20px 20px 150px;
	margin-top: 40px;
	visibility: hidden;
	transition: visibility 0.2s ease;
	cursor: grab;
}
.b-action .b-slider.slick-current.slick-active {
	visibility: visible;
}
.b-action .b-slider-box {
	width: 1270px;
	margin-left: calc(50% - 635px);
}

.b-action .b-slider .b-head {
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #3a3a3a;
	margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;
}

.b-action .b-slider .b-img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.b-action .b-slider .b-border {
	display: block;
	position: absolute;
	left: 0;
	z-index: 0;
	top: -25px;
	background: url(../img/needhelp_item_bg2.png) no-repeat center top;
	width: 100%;
	height: 26px;
}

.b-action .b-slider .b-border::before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: calc(50% - 19px);
	background: #fff;
	border-radius: 10px 0 0 0;
	left: 0;
	top: 0;
}

.b-action .b-slider .b-border::after {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: calc(50% - 19px);
	background: #fff;
	border-radius: 0 10px 0 0;
	right: 0;
	top: 0;
}

.b-action .b-slider .b-border .b-icon {
	position: absolute;
	width: 25px;
	height: 25px;
	left: calc(50% - 12.5px);
	top: -12.5px;
}

.b-doctor {
	background: #d1e9f7;
	padding: 160px 0 100px;
	position: relative;
}

.b-doctor .b-h2 {
	text-align: left;
}

.b-doctor .b-bg-1 {
	display: block;
	position: absolute;
	z-index: 0;
	width: 1920px;
	left: calc(50% - 960px);
	top: 150px;
}

.b-doctor .b-bg-2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(349deg, #c0e2f4 10.09%, rgba(192, 226, 244, 0) 42.45%);
}

.b-doctor .b-top {
	background: #ffffff;
	box-shadow: 0px 16.8068px 33.6136px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 30px 20px 1px;
	position: relative;
	z-index: 5;
	margin-bottom: 15px;
}

.b-doctor .b-top .b-p {
	margin-bottom: 20px;
}

.b-doctor .b-bottom {
	position: relative;
	z-index: 5;
}

.b-doctor .b-img {
	max-width: 100%;
}

.b-doctor .b-name {
	background: #ffffff;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 20px 35px 20px 20px;
	position: relative;
	overflow: hidden;
}

.b-doctor .b-name .b-icon {
	position: absolute;
	z-index: 0;
	width: 114px;
	height: 114px;
	left: 230px;
	top: 24px;
	opacity: 0.2;
	display: block;
}

.b-doctor .b-name .b-p {
	line-height: 22px;
}

.b-doctor .b-flex {
	width: 320px;
	margin-left: calc(50% - 160px);
}

.b-experts {
	padding: 90px 0 160px;
	position: relative;
	z-index: 1;
}

.b-experts .b-bg {
	position: absolute;
}

.b-experts .b-bg img {
	display: block;
	width: 100%;
}

.b-experts .b-bg-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.b-experts .b-leaf {
	position: absolute;
}

.b-experts .b-leaf img {
	display: block;
	width: 100%;
}

.b-experts .b-berry {
	position: absolute;
}

.b-experts .b-berry img {
	display: block;
	width: 100%;
}

.b-experts .bg1 {
	width: 181px;
	transform: rotate(31.22deg);
	left: -232px;
	top: 45px;
}

.b-experts .bg2 {
	width: 150px;
	transform: rotate(-41.83deg);
	left: -393px;
	top: 260px;
}

.b-experts .bg3 {
	width: 123px;
	filter: blur(2px);
	left: -300px;
	top: -76px;
}

.b-experts .bg4 {
	width: 84px;
	transform: rotate(-41.83deg);
	left: -103px;
	top: -59px;
}

.b-experts .bg5 {
	display: none;
}

.b-experts .bg6 {
	width: 84px;
	transform: matrix(-0.75, -0.67, -0.67, 0.75, 0, 0);
	right: -99px;
	top: 731px;
}

.b-experts .bg7 {
	width: 123px;
	right: -296px;
	top: 714px;
	transform: scale(-1, 1);
}

.b-experts .bg8 {
	width: 181px;
	right: -229px;
	top: 835px;
	filter: blur(2px);
	transform: matrix(-0.86, 0.52, 0.52, 0.86, 0, 0);
}

.b-experts .bg9 {
	display: none;
}

.b-experts .bg10 {
	width: 150px;
	transform: matrix(-0.75, -0.67, -0.67, 0.75, 0, 0);
	right: -395px;
	top: 1050px;
}

.b-experts .bg11 {
	display: none;
}

.b-experts .b-slider {
	margin: 0 15px;
	cursor: grab;
}

.b-experts .b-slider-box {
	width: 350px;
	margin-left: calc(50% - 175px);
}

.b-experts .b-slider .b-top {
	position: relative;
}

.b-experts .b-slider .b-top::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: calc(100% - 70px);
	bottom: 0;
	left: 0;
	background: #fff;
	border-radius: 10px 10px 0 0;
	padding: 0 20px 15px;
	z-index: 0;
	box-shadow: 0px -15px 15px rgba(0, 0, 0, 0.05);
}

.b-experts .b-slider .b-ava {
	border-radius: 50%;
	margin: 0 auto 15px;
	width: 120px;
	height: 120px;
	display: block;
	position: relative;
	z-index: 5;
}

.b-experts .b-slider .b-name {
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	position: relative;
	z-index: 5;
}

.b-experts .b-slider .b-name span {
	display: block;
	font-weight: 400;
}

.b-experts .b-slider .b-bottom {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 30px 20px;
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}

.b-experts .slick-dots {
	bottom: -35px;
}

.b-experts .b-border-left {
	display: none;
}

.b-experts .b-border-right {
	display: none;
}

.b-compound {
	position: relative;
	margin-bottom: -460px;
	z-index: 6;
}

.b-compound .b-logo {
	margin-bottom: 28px;
	background: #34aef3;
}

.b-compound .b-h2 {
	text-align: left;
}

.b-compound .b-all-box {
	width: 320px;
	margin-left: calc(50% - 160px);
	border-radius: 10px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.b-compound .b-head {
	background: #fcfcfc;
	border-radius: 10px 10px 0 0;
	position: relative;
	padding: 0 20px 20px;
	overflow: hidden;
}

.b-compound .b-head .b-bg-1 {
	position: absolute;
	right: 118px;
	top: 257px;
	width: 161px;
	transform: rotate(-49.79deg);
}

.b-compound .b-head .b-bg-2 {
	position: absolute;
	display: none;
}

.b-compound .b-head .b-bg-3 {
	position: absolute;
	display: none;
}

.b-compound .b-head .b-bg-4 {
	position: absolute;
	display: none;
}

.b-compound .b-head .b-prod {
	width: 275px;
	/*transform: rotate(20.51deg);*/
	/* position: absolute; */
	right: 22px;
	top: 175px;
}

.b-compound .b-item {
	padding: 30px 20px;
	min-height: 410px;
	background: linear-gradient(180deg, #ff8d23 0%, #ffa049 100%);
	color: #fff;
	position: relative;
	overflow: hidden;
	cursor: grab;
}

.b-compound .b-item-h {
	font-weight: 800;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;
}

.b-compound .b-item-img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.b-compound .b-item.even {
	background: #fff;
	color: #000000;
	padding-bottom: 70px;
}

.b-compound .slick-list.draggable {
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}

.b-compound .slick-dots li button {
	background: #fff;
}

.b-confidence {
	padding: 615px 0 10px;
	background: #d1eaf7;
	position: relative;
	z-index: 3;
}

.b-confidence .b-bg {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 0;
	font-weight: 900;
	font-size: 200px;
	line-height: 1;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.23);
	font-family: 'Roboto Slab', serif;
	left: 0;
	top: 595px;
}

.b-confidence .b-item {
	position: relative;
	z-index: 5;
	margin-bottom: 30px;
}

.b-confidence .b-head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
	align-items: center;
}

.b-confidence .b-head-text {
	width: calc(100% - 170px);

	font-weight: 700;
	font-size: 18px;
	line-height: 32px;
	color: #000;
	font-family: 'Roboto Slab', serif;
}

.b-confidence .b-numb-box {
	width: 140px;
	height: 140px;
	text-align: center;
	line-height: 140px;
	color: #34aef3;
	position: relative;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
}

.b-confidence .b-numb-box .n1 {
	font-size: 70px;
}

.b-confidence .b-numb-box .n2 {
	text-align: right;
	font-size: 60px;
	width: 100%;
	display: block;
}

.b-confidence .b-numb-box .n3 {
	font-size: 80px;
	transform: rotate(90deg);
	display: block;
}

.b-confidence .b-numb-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.b-confidence .b-numb-img.i1 {
	transform: rotate(110deg);
}

.b-confidence .b-numb-img.i2 {
	font-size: 80px;
	line-height: 30px;
}

.b-confidence .b-numb-img.i3 {
	transform: rotate(-104deg);
}

.b-results {
	padding-top: 40px;
	margin-bottom: -470px;
	position: relative;
	z-index: 4;
}

.b-results .b-bottom-bg {
	position: absolute;
	z-index: 0;
	width: 1200px;
	height: 80px;
	background: #d1eaf7;
	border-radius: 0 0 50% 50%;
	bottom: 404px;
	left: calc(50% - 600px);
}

.b-results .b-bg-zero {
	position: absolute;
	width: 100%;
	height: calc(100% - 445px);
	background: #d1eaf7;
	z-index: 0;
	left: 0;
	top: 0;
}

.b-results .b-bg {
	position: absolute;
}

.b-results .b-bg img {
	display: block;
	width: 100%;
}

.b-results .b-bg-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.b-results .bg1 {
	width: 181px;
	filter: blur(2px);
	transform: matrix(0.86, -0.52, -0.52, -0.86, 0, 0);
	left: -246px;
	top: -19px;
}

.b-results .bg2 {
	width: 150px;
	transform: matrix(0.75, 0.67, 0.67, -0.75, 0, 0);
	left: -407px;
	top: -201px;
}

.b-results .bg3 {
	width: 123px;
	transform: matrix(1, 0, 0, -1, 0, 0);
	left: -314px;
	top: 162px;
}

.b-results .bg4 {
	width: 84px;
	transform: matrix(0.75, 0.67, 0.67, -0.75, 0, 0);
	left: -117px;
	top: 182px;
}

.b-results .bg5 {
	display: none;
}

.b-results .bg6 {
	width: 160px;
	filter: blur(2px);
	transform: matrix(-0.86, 0.52, 0.52, 0.86, 0, 0);
	right: -220px;
	top: 614px;
}

.b-results .bg7 {
	width: 109px;
	right: -280px;
	top: 505px;
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

.b-results .bg8 {
	width: 74px;
	right: -105px;
	top: 520px;
	transform: matrix(-0.75, -0.67, -0.67, 0.75, 0, 0);
}

.b-results .bg9 {
	width: 133px;
	transform: rotate(142.27deg);
	right: -362px;
	top: 802px;
	transform: matrix(-0.75, -0.67, -0.67, 0.75, 0, 0);
}

.b-results .bg10 {
	display: none;
}

.b-results .b-box {
	width: 320px;
	margin-left: calc(50% - 160px);
	padding: 52px 20px 40px;
	background: #ffffff;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	position: relative;
	z-index: 5;
}

.b-results .b-med {
	width: 63px;
	margin: 0 auto 25px;
	display: block;
}

.b-results .b-table {
	margin-bottom: 30px;
}

.b-results .b-table .b-row {
	width: calc(100% + 40px);
	margin: 0 -20px;
	padding: 26px 20px 33px;
}

.b-results .b-table .b-row:first-of-type {
	display: none;
}

.b-results .b-table .b-row.even {
	background: rgba(52, 174, 243, 0.09);
}

.b-results .b-table .b-row.even .b-progress {
	background: #fff;
}

.b-results .b-table .b-coll-1 {
	margin-bottom: 15px;
}

.b-results .b-table .b-progress {
	border-radius: 10px;
	overflow: hidden;
	background: #fcfcfc;
	width: 100%;
}

.b-results .b-table .b-progress span {
	background: linear-gradient(90deg, #34aef3 0%, #6ecbff 100%);
	border-radius: 10px 0px 0px 10px;
	padding: 11px 24px;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	display: block;
}

.b-results .b-table .b-progress span::before {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 10px 0px 0px 10px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/results_progress_bg.png);
}

.b-results .b-table .b-progress span.p98 {
	width: 96%;
}

.b-results .b-table .b-progress span.p96 {
	width: 92%;
}

.b-results .b-table .b-progress span.p89 {
	width: 78%;
}

.b-results .b-table .b-progress span.p95 {
	width: 90%;
}

.b-results .b-table .b-progress span.p92 {
	width: 84%;
}

.b-comments {
	padding: 560px 0 70px;
	background: radial-gradient(50% 42.8% at 50% 45.63%, #46b1ed 0%, #1b95d9 100%);
	position: relative;
	z-index: 3;
}

.b-comments .b-bottom-bg {
	position: absolute;
	z-index: 0;
	width: 1200px;
	height: 80px;
	background: #1b95d9;
	border-radius: 0 0 50% 50%;
	bottom: -41px;
	left: calc(50% - 600px);
}

.b-comments .b-bottom-bg .arrow {
	width: 80px;
	height: 80px;
	background: url(../img/icon_arrow_down.svg) no-repeat #1b95d9;
	background-size: 20px 11px;
	background-position: 30px 47px;
	border-radius: 50%;
	margin: 30px auto 0;
}

.b-comments .b-bg {
	position: absolute;
}

.b-comments .b-bg img {
	display: block;
	width: 100%;
}

.b-comments .b-bg-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.b-comments .b-leaf {
	position: absolute;
}

.b-comments .b-leaf img {
	display: block;
	width: 100%;
}

.b-comments .b-berry {
	position: absolute;
}

.b-comments .b-berry img {
	display: block;
	width: 100%;
}

.b-comments .bg1 {
	width: 181px;
	transform: rotate(31.22deg);
	left: -233px;
	top: 154px;
}

.b-comments .bg2 {
	width: 150px;
	transform: rotate(-41.83deg);
	left: -395px;
	top: 359px;
}

.b-comments .bg3 {
	width: 123px;
	filter: blur(2px);
	left: -301px;
	top: 23px;
}

.b-comments .bg4 {
	width: 84px;
	transform: rotate(-41.83deg);
	left: -103px;
	top: 61px;
}

.b-comments .bg5 {
	width: 181px;
	filter: blur(2px);
	transform: matrix(-0.86, 0.52, 0.52, 0.86, 0, 0);
	right: -205px;
	bottom: 133px;
}

.b-comments .bg6 {
	width: 84px;
	transform: matrix(-0.75, -0.67, -0.67, 0.75, 0, 0);
	right: -75px;
	bottom: 335px;
}

.b-comments .bg7 {
	width: 123px;
	right: -273px;
	bottom: 312px;
	transform: scale(-1, 1);
}

.b-comments .bg8 {
	width: 188px;
	right: -366px;
	bottom: -61px;
	transform: matrix(-0.75, -0.67, -0.67, 0.75, 0, 0);
}

.b-comments .bg9 {
	display: none;
}

.b-comments .bg10 {
	display: none;
}

.b-comments .bg11 {
	width: 244px;
	transform: rotate(-37.41deg);
	right: -118px;
	top: 446px;
}

.b-comments .bg12 {
	width: 95px;
	left: -194px;
	top: 820px;
}

.b-comments .bg13 {
	display: none;
}

.b-comments .b-h2 {
	color: #fff;
}

.b-comments .b-slider {
	background: #ffffff;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 40px 20px 30px;
	margin: 0 15px;
	cursor: grab;
}

.b-comments .b-slider-box {
	width: 350px;
	margin-left: calc(50% - 175px);
}

.b-comments .b-slider .b-head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.b-comments .b-slider .b-head .b-box {
	width: calc(100% - 65px);
}

.b-comments .b-slider .b-ava {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 5px;
}

.b-comments .b-slider .b-name {
	font-weight: 700;
	font-size: 16px;
	line-height: 14px;
	color: #000000;
	margin-bottom: 12px;
}

.b-comments .b-slider .b-data {
	font-weight: 400;
	font-size: 16px;
	line-height: 14px;
	color: #b9b9b9;
	margin-bottom: 12px;
}

.b-comments .b-slider .b-rating {
	display: flex;
}

.b-comments .b-slider .b-numb {
	font-weight: 700;
	font-size: 16px;
	line-height: 14px;
	color: #000000;
	margin-right: 8px;
}

.b-comments .b-slider .b-stars {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	fill: #ff8d23;
}

.b-comments .b-slider .b-stars.r09 {
	fill: #ffa44f;
}

.b-comments .b-slider .b-stars.r08 {
	fill: #ffbc7e;
}

.b-comments .b-slider .b-img {
	max-width: 100%;
	margin-bottom: 20px;
}

.b-recipe {
	padding: 160px 0 40px;
	position: relative;
	z-index: 2;
}

.b-recipe .b-img-box {
	height: 300px;
	width: 290px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.b-recipe .b-img-box .b-bg {
	position: absolute;
	width: 518px;
	display: block;
	z-index: 0;
	top: -145px;
	left: -115px;
}

.b-recipe .b-img-box .b-leaf-1 {
	width: 60px;
	position: absolute;
	transform: rotate(-38.61deg);
	display: block;
	z-index: 1;
	top: 32px;
	left: 91px;
}

.b-recipe .b-img-box .b-leaf-2 {
	width: 89px;
	position: absolute;
	transform: rotate(30deg);
	display: block;
	z-index: 3;
	top: 177px;
	left: 200px;
}

.b-recipe .b-img-box .b-berry {
	display: none;
}

.b-recipe .b-img-box .b-product {
	display: block;
	width: 135px;
	position: absolute;
	z-index: 2;
	top: 144px;
	left: 102px;
}

.b-recipe .b-item {
	background: #ffffff;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	position: relative;
	z-index: 5;
}

.b-recipe .b-item .b-icon {
	width: 60px;
	height: 60px;
}

.b-recipe .b-item .b-p {
	width: calc(100% - 75px);
}

.b-delivery {
	padding: 50px 0 10px;
	margin-bottom: -320px;
	position: relative;
	z-index: 2;
}

.b-delivery .b-bottom-bg {
	position: absolute;
	z-index: 0;
	width: 1200px;
	height: 80px;
	background: #eaf5fb;
	border-radius: 0 0 50% 50%;
	bottom: 249px;
	left: calc(50% - 630px);
}

.b-delivery .b-item {
	margin-bottom: 15px;
	position: relative;
	padding: 20px 30px 150px;
	background: #fff;
	border-radius: 10px;
}

.b-delivery .b-item.ov-hi {
	overflow: hidden;
}

.b-delivery .b-item .b-numb {
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #b9b9b9;
}

.b-delivery .b-item .b-arrow {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	position: absolute;
	z-index: 5;
	background: url(../img/icon_arrow_blue.svg) no-repeat center center #eaf5fb;
	background-size: 13px 8px;
	left: calc(50% - 26px);
	bottom: -34px;
}

.b-delivery .b-item .b-bg {
	border-radius: 0 0 10px 10px;
	display: block;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
}

.b-delivery .b-item .b-bg img {
	display: block;
	max-width: 320px;
	border-radius: 0 0 10px 10px;
}

.b-delivery .b-item.i2 .b-bg img {
	width: 148px;
	margin: auto;
}

.b-delivery .b-item .b-prod {
	display: block;
	position: absolute;
	z-index: 1;
	width: 84px;
	left: 151px;
	bottom: 8px;
}

.b-care {
	padding: 420px 0 80px;
	background: linear-gradient(180deg, #ff8d23 17.63%, #ffa049 48.52%, #ff8d23 81.67%);
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
}

.b-care .b-bottom-bg {
	position: absolute;
	z-index: 0;
	width: 1200px;
	height: 80px;
	background: #ff8d23;
	border-radius: 0 0 50% 50%;
	bottom: -41px;
	left: calc(50% - 600px);
}

.b-care .b-bottom-bg .arrow {
	width: 80px;
	height: 80px;
	background: url(../img/icon_arrow_down.svg) no-repeat #ff8d23;
	background-size: 20px 11px;
	background-position: 30px 47px;
	border-radius: 50%;
	margin: 30px auto 0;
}

.b-care .b-bg {
	position: absolute;
	z-index: 0;
}

.b-care .b-bg img {
	display: block;
	width: 100%;
}

.b-care .b-bg-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.b-care .bg1 {
	width: 181px;
	transform: rotate(31.22deg);
	left: -310px;
	top: -108px;
	filter: blur(2px);
}

.b-care .bg2 {
	width: 84px;
	transform: rotate(-41.83deg);
	left: -181px;
	top: -312px;
}

.b-care .bg3 {
	width: 123px;
	filter: blur(2px);
	left: -378px;
	top: -229px;
}

.b-care .bg4 {
	width: 84px;
	transform: matrix(-0.75, -0.67, -0.67, 0.75, 0, 0);
	right: -161px;
	top: 33px;
}

.b-care .bg5 {
	width: 123px;
	transform: matrix(-1, 0, 0, 1, 0, 0);
	right: -358px;
	top: 16px;
}

.b-care .bg6 {
	width: 181px;
	filter: blur(2px);
	transform: matrix(-0.86, 0.52, 0.52, 0.86, 0, 0);
	right: -291px;
	top: 137px;
}

.b-care .bg7 {
	width: 150px;
	right: -452px;
	top: 352px;
	transform: matrix(-0.75, -0.67, -0.67, 0.75, 0, 0);
}

.b-care .b-ellips {
	position: absolute;
	width: 800px;
	height: 937px;
	left: calc(50% - 400px);
	top: -300px;
	z-index: 1;
}

.b-care .b-med {
	width: 73px;
	height: 92px;
	display: block;
	margin: 0 auto;
}

.b-footer {
	padding: 160px 0 110px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
	position: relative;
	z-index: 0;
}

.b-footer .b-h1 {
	color: #000000;
}

.b-footer .b-h1 span {
	font-size: 31px;
	line-height: 53px;
	letter-spacing: 0.05em;
	margin-bottom: -10px;
}

.b-footer .b-ul-li {
	color: #000000;
	font-weight: 500;
}

.b-footer .b-middle-woman {
	position: absolute;
	width: 316px;
	top: 15px;
	left: calc(50% - 146px);
}

.b-footer .b-middle .b-leaf {
	display: none;
}

.b-footer .bg1 {
	top: 264px;
}

.b-footer .bg2 {
	top: 479px;
}

.b-footer .bg3 {
	top: 143px;
}

.b-footer .bg4 {
	top: 159px;
}

.b-footer .bg5 {
	right: -135px;
	bottom: 433px;
}

.b-footer .bg6 {
	right: 20px;
	bottom: 635px;
}

.b-footer .bg7 {
	right: -210px;
	bottom: 612px;
}

.b-footer .bg8 {
	width: 210px;
	right: -487px;
	bottom: 433px;
	transform: scale(-1, 1);
}

.b-footer .bg10 {
	width: 150px;
	height: 150px;
	transform: matrix(-0.75, -0.67, -0.67, 0.75, 0, 0);
	top: auto;
	bottom: 251px;
	right: -294px;
	filter: none;
}

.b-footer .bg11 {
	width: 188px;
	transform: rotate(142.27deg);
	left: -395px;
	top: -179px;
}

.b-footer .bg12 {
	width: 54px;
	filter: blur(1px);
	transform: rotate(142.27deg);
	left: -145px;
	top: 760px;
}

.b-footer .bg13 {
	width: 102px;
	transform: rotate(-30.44deg);
	top: 365px;
	left: auto;
	right: -90px;
}

.b-footer .bg14 {
	width: 386px;
	filter: blur(3px);
	transform: rotate(37.7deg);
	top: 1100px;
	left: auto;
	right: -488px;
}

.b-footer .bg15 {
	width: 24px;
	top: -76px;
	left: 15px;
}

.b-footer .bg16 {
	width: 38px;
	left: 60px;
	top: -66px;
}

.b-footer .bg17 {
	width: 69px;
	left: -133px;
	top: 551px;
	filter: blur(2px);
}

.b-footer .b-img-box .b-leaf {
	display: none;
}

.slick-dots {
	bottom: -65px;
}

.slick-dots li {
	width: 15px;
	height: 15px;
	margin: 0 7px;
}

.slick-dots li button {
	border-radius: 50%;
	background: #e5e5e5;
	width: 15px;
	height: 15px;
	transition: 0.4s;
}

.slick-dots li button::before {
	display: none;
}

.slick-dots li.slick-active button {
	background: #34aef3;
}

.b-web {
	display: none;
}

@media screen and (max-width: 375px) {
	.b-h1 {
		font-size: 56px;
	}
	.b-h1 span {
		font-size: 16px;
	}
	.b-footer .b-h1 span {
		font-size: 35px;
	}
	.b-confidence .b-numb-box {
		width: 120px;
		height: 120px;
		line-height: 120px;
	}
	.b-confidence .b-numb-box .n2 {
		font-size: 50px;
	}
	.b-confidence .b-head-text {
		width: calc(100% - 130px);
	}
}

@media screen and (min-width: 768px) {
	.b-conteiner {
		max-width: 768px;
	}
	.b-header .b-logo {
		margin-bottom: 30px;
	}
	.b-header .b-flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.b-header .b-middle {
		width: 320px;
		margin: 0 224px;
		order: 1;
	}
	.b-header .b-left {
		order: 2;
		width: 320px;
	}
	.b-header .b-right {
		order: 3;
		width: 320px;
	}
	.b-problems .b-item {
		width: 32%;
		max-width: 320px;
	}
	.b-problems .b-item-box {
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: space-between;
	}
	.b-why .b-item {
		width: 32%;
	}
	.b-why .b-item:nth-last-child(-n + 2) {
		margin: 0 auto;
	}
	.b-needhelp {
		padding-bottom: 215px;
	}
	.b-needhelp .b-flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 600px;
		margin: 0 auto;
	}
	.b-needhelp .b-item {
		width: 235px;
		margin-left: calc(50% - 235px);
		display: flex;
		align-items: center;
	}
	.b-needhelp .b-item:nth-of-type(odd) {
		border-radius: 10px 0 0 10px;
		margin-left: 0;
		margin-right: calc(50% - 235px);
		text-align: right;
		justify-content: right;
	}
	.b-needhelp .b-item:nth-of-type(odd) .b-border {
		transform: scale(-1, 1);
		left: auto;
		right: -25px;
	}
	.b-examination {
		margin-top: -170px;
	}
	.b-examination .b-all-box {
		max-width: 738px;
		margin: 0 auto;
	}
	.b-examination .b-questions {
		display: flex;
	}
	.b-examination .b-questions .b-left {
		width: 50%;
		border-radius: 10px 0 0 10px;
		min-height: 420px;
	}
	.b-examination .b-questions .b-right {
		width: 50%;
		border-radius: 0 10px 10px 0;
		min-height: 420px;
	}
	.b-examination .b-logo {
		left: 15px;
		transform: none;
	}
	.b-examination .b-total .b-flex {
		min-height: 420px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
		padding: 86px 107px 40px;
	}
	.b-examination .b-total .bg1 {
		left: 259px;
		top: -49px;
	}
	.b-examination .b-total .bg2 {
		left: 460px;
		top: 46px;
	}
	.b-examination .b-total .bg3 {
		left: -133px;
		top: 73px;
	}
	.b-examination .b-total .bg4 {
		left: 325px;
		top: 287px;
	}
	.b-examination .b-total .bg5 {
		top: 305px;
		left: 562px;
	}
	.b-examination .b-total .bg6 {
		display: block;
		width: 84px;
		transform: matrix(-0.75, -0.67, -0.67, 0.75, 0, 0);
		left: 100px;
		top: -32px;
	}
	.b-examination .b-total .bg7 {
		display: block;
		width: 84px;
		transform: matrix(-0.75, -0.67, -0.67, 0.75, 0, 0);
		left: 700px;
		top: 16px;
	}
	.b-examination .b-total .bg8 {
		left: -138px;
		top: 4px;
	}
	.b-examination .b-total .bg9 {
		top: 400px;
		left: 550px;
	}
	.b-examination .b-total .bg10 {
		top: 190px;
		left: 781px;
	}
	.b-examination .b-total .bg11 {
		top: -36px;
		left: 780px;
	}
	.b-examination .b-total .bg12 {
		top: 287px;
		left: 54px;
	}
	.b-improves {
		padding-bottom: 120px;
	}
	.b-improves .b-flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.b-improves .b-item {
		width: 300px;
		margin-left: calc(50% - 300px);
		display: flex;
		align-items: center;
		text-align: left;
	}
	.b-improves .b-item:nth-of-type(odd) {
		border-radius: 10px 0 0 10px;
		margin-left: 0;
		margin-right: calc(50% - 300px);
		text-align: right;
	}
	.b-improves .b-item:nth-of-type(odd) .b-border {
		transform: scale(-1, 1);
		left: auto;
		right: -25px;
	}
	.b-improves .b-item:nth-of-type(odd) .b-border .b-icon {
		transform: scale(-1, 1);
	}
	.b-improves .b-item:last-of-type {
		border-radius: 0 0 10px 10px;
		margin: 0 auto;
		text-align: center;
		padding: 0 20px 20px;
		margin-top: 25px;
		width: 325px;
	}
	.b-improves .b-item:last-of-type .b-border {
		left: 0;
		z-index: 0;
		top: -25px;
		background: url(../img/needhelp_item_bg2.png) no-repeat center top;
		width: 100%;
		height: 26px;
	}
	.b-improves .b-item:last-of-type .b-border::before {
		height: 100%;
		width: calc(50% - 19px);
		background: #fff;
		border-radius: 10px 0 0 0;
		left: 0;
		top: 0;
	}
	.b-improves .b-item:last-of-type .b-border::after {
		height: 100%;
		width: calc(50% - 19px);
		background: #fff;
		border-radius: 0 10px 0 0;
		left: auto;
		bottom: auto;
		right: 0;
		top: 0;
	}
	.b-improves .b-item:last-of-type .b-border .b-icon {
		left: calc(50% - 12.5px);
		top: -12.5px;
	}
	.b-improves .b-img-box {
		width: 320px;
		margin: 0 auto;
	}
	.b-features {
		margin: -100px 0 -130px;
	}
	.b-features .b-flex {
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		margin: 0;
		width: 100%;
		flex-wrap: wrap;
	}
	.b-features .b-item {
		width: calc(25% - 10px);
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		padding-right: 10px;
		margin-right: 10px;
	}
	.b-features .b-item:last-of-type {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
	}
	.b-action {
		padding-top: 200px;
	}
	.b-doctor .b-flex {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		width: 100%;
		justify-content: space-between;
	}
	.b-doctor .b-top {
		width: 100%;
		order: 2;
		position: relative;
		z-index: 10;
	}
	.b-doctor .b-bottom {
		width: 400px;
		order: 1;
		margin: 0 auto;
		position: relative;
		z-index: 5;
		margin-bottom: 15px;
	}
	.b-doctor .b-name {
		margin-left: auto;
		width: 320px;
		position: relative;
		z-index: 10;
	}
	.b-doctor .b-img {
		margin-bottom: -300px;
	}
	.b-experts .b-slider-box {
		width: 768px;
		margin-left: calc(50% - 384px);
	}
	.b-compound {
		margin-bottom: -400px;
	}
	.b-compound .b-logo {
		margin: 0 0 25px;
	}
	.b-compound .b-h2 {
		width: 390px;
	}
	.b-compound .b-all-box {
		width: 684px;
		margin: 0 auto;
		width: 100%;
	}
	.b-compound .b-head {
		height: 400px;
		padding: 0 40px 100px;
	}
	.b-compound .b-head .b-bg-1 {
		right: 63px;
		top: 20px;
		z-index: 1;
	}
	.b-compound .b-head .b-bg-2 {
		display: block;
		filter: blur(4px);
		transform: rotate(48.95deg);
		z-index: 1;
		top: 240px;
		left: 43px;
		width: 98px;
	}
	.b-compound .b-head .b-bg-3 {
		display: block;
		z-index: 1;
		width: 25px;
		top: 292px;
		left: 239px;
	}
	.b-compound .b-head .b-bg-4 {
		display: block;
		z-index: 1;
		width: 34px;
		top: 325px;
		left: 248px;
	}
	.b-compound .b-head .b-prod {
		top: 45px;
		right: 28px;
		z-index: 3;
		transform: none;
		width: auto;
		position: absolute;
		max-width: 240px;
	}
	.b-results .b-box {
		width: 100%;
		margin: 0;
	}
	.b-results .b-table .b-row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 25px 20px;
	}
	.b-results .b-table .b-row:first-of-type {
		display: flex;
	}
	.b-results .b-table .b-coll-1 {
		width: 49%;
		margin: 0;
	}
	.b-results .b-table .b-coll-2 {
		width: 49%;
	}
	.b-comments .b-slider-box {
		width: 768px;
		margin-left: calc(50% - 384px);
	}
	.b-recipe .b-item {
		align-items: center;
	}
	.b-delivery {
		margin-bottom: -157px;
	}
	.b-delivery .b-item {
		width: 320px;
	}
	.b-delivery .b-item-box {
		width: 655px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.b-delivery .b-item.i1 {
		order: 1;
	}
	.b-delivery .b-item.i1 .b-arrow {
		bottom: calc(50% - 26px);
		left: auto;
		right: -34px;
		transform: rotate(-90deg);
	}
	.b-delivery .b-item.i2 {
		order: 2;
	}
	.b-delivery .b-item.i3 {
		order: 4;
	}
	.b-delivery .b-item.i3 .b-arrow {
		bottom: calc(50% - 26px);
		left: -34px;
		transform: rotate(90deg);
	}
	.b-delivery .b-item.i4 {
		order: 3;
	}
	.b-care {
		padding-top: 250px;
	}
	.b-care .b-conteiner {
		max-width: 480px;
		min-height: 395px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
	}
}

@media screen and (min-width: 1122px) {
	.b-conteiner {
		max-width: 1122px;
	}
	.b-h1 {
		font-size: 80px;
		line-height: 106px;
		text-align: left;
	}
	.b-h1 span {
		font-size: 21px;
		line-height: 30px;
		margin-bottom: -15px;
	}
	.b-button {
		width: 263px;
	}
	.b-form {
		width: 300px;
		margin: 17px 0 0;
	}
	.b-input,
	.b-select {
		width: 263px;
	}
	.b-header {
		background: radial-gradient(33.55% 29.47% at 42.24% 41.11%, #52bcf8 0%, #1b95d9 100%);
		padding-bottom: 100px;
	}
	.b-header .b-logo {
		margin-bottom: 70px;
	}
	.b-header .b-bottom-bg {
		width: 110vw;
		left: calc(50% - 55vw);
	}
	.b-header .b-left {
		width: 370px;
		order: 1;
		z-index: 10;
		position: relative;
		margin-top: 60px;
	}
	.b-header .b-middle {
		order: 2;
		width: 422px;
		margin: 0;
		z-index: 1;
		position: relative;
		padding-top: 297px;
	}
	.b-header .b-middle-bg {
		width: 715px;
		height: 715px;
		left: calc(50% - 341px);
		top: -110px;
	}
	.b-header .b-middle .b-product {
		width: 258px;
		right: -12px;
		top: 291px;
	}
	.b-header .b-middle-text {
		width: 300px;
		margin-bottom: 0;
		margin-left: -50px;
		padding-top: 9px;
		padding-bottom: 9px;
	}
	.b-header .b-middle-man {
		width: 442px;
		left: calc(50% - 216.5px);
	}
	.b-header .b-middle .b-sale {
		margin-bottom: 97px;
		margin-left: 107px;
	}
	.b-header .b-right {
		width: 300px;
		z-index: 10;
		position: relative;
	}
	.b-header .b-ul {
		padding-right: 130px;
	}
	.b-header .bg1 {
		left: -64px;
		top: -68px;
	}
	.b-header .bg2 {
		left: -230px;
		top: 158px;
	}
	.b-header .bg3 {
		width: 210px;
		filter: none;
		left: -437px;
		top: -91px;
	}
	.b-header .bg4 {
		width: 106px;
		transform: rotate(155.64deg);
		left: -432px;
	}
	.b-header .bg5 {
		right: -141px;
		bottom: -17px;
	}
	.b-header .bg6 {
		width: 150px;
		right: -308px;
		bottom: -216px;
	}
	.b-header .bg7 {
		right: -215px;
		bottom: 180px;
	}
	.b-header .bg8 {
		width: 210px;
		transform: scale(-1, 1);
		right: -517px;
		bottom: -29px;
	}
	.b-header .bg9 {
		width: 188px;
		left: -436px;
		top: 152px;
	}
	.b-header .bg10 {
		right: -191px;
		top: 392px;
	}
	.b-header .bg11 {
		right: -191px;
		top: 392px;
	}
	.b-header .bg12 {
		left: -4px;
		top: 715px;
	}
	.b-header .bg13 {
		top: 125px;
		left: 360px;
	}
	.b-header .bg14 {
		top: 113px;
		left: 319px;
	}
	.b-problems {
		padding: 200px 0 80px;
	}
	.b-problems .b-bg {
		top: -6px;
	}
	.b-why {
		padding-bottom: 80px;
	}
	.b-why .b-bottom-bg {
		width: 110vw;
		left: calc(50% - 55vw);
	}
	.b-why .b-item {
		width: 18%;
		margin-bottom: 0;
	}
	.b-why .b-item:last-of-type,
	.b-why .b-item:nth-last-child(-n + 2) {
		margin: 0;
	}
	.b-needhelp .b-bottom-bg {
		width: 110vw;
		left: calc(50% - 55vw);
	}
	.b-needhelp .b-flex {
		width: calc(100% + 30px);
		margin: 0 -15px;
		padding-top: 97px;
	}
	.b-needhelp .b-h2 {
		width: 60%;
		margin: 0 auto 17px;
	}
	.b-needhelp .b-h4 {
		width: 65%;
		margin: 0 auto 0;
	}
	.b-needhelp .b-item {
		margin-bottom: 70px;
	}
	.b-needhelp .b-item:nth-of-type(3) {
		margin-left: 40px;
		margin-right: calc(50% - 275px);
		margin-bottom: 42px;
	}
	.b-needhelp .b-item:nth-of-type(4) {
		margin-right: 40px;
		margin-left: calc(50% - 275px);
		margin-bottom: 42px;
	}
	.b-needhelp .b-item:nth-of-type(5) {
		width: 250px;
		margin-left: 170px;
		margin-right: calc(50% - 420px);
	}
	.b-needhelp .b-item:nth-of-type(6) {
		width: 250px;
		margin-right: 170px;
		margin-left: calc(50% - 420px);
	}
	.b-needhelp .b-flex {
		position: relative;
	}
	.b-needhelp .b-img-box {
		position: absolute;
		width: 614px;
		height: 482px;
		left: calc(50% - 307px);
		top: 0;
		display: block;
	}
	.b-needhelp .b-img-ellips {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 5;
	}
	.b-needhelp .b-img-bg {
		position: absolute;
		top: 0;
		left: 25px;
		z-index: 0;
	}
	.b-needhelp .b-img-p {
		position: absolute;
		color: #fff;
		line-height: 1;
		font-size: 11px;
		font-weight: 500;
		z-index: 2;
	}
	.b-needhelp .b-img-p.p1 {
		left: 35px;
		top: 121px;
		text-align: right;
		width: 100px;
	}
	.b-needhelp .b-img-p.p2 {
		left: 35px;
		top: 136px;
		text-align: right;
		width: 100px;
	}
	.b-needhelp .b-img-p.p3 {
		left: 35px;
		top: 162px;
		text-align: right;
		width: 100px;
	}
	.b-needhelp .b-img-p.p4 {
		left: 35px;
		top: 180px;
		text-align: right;
		width: 100px;
	}
	.b-needhelp .b-img-p.p5 {
		left: 35px;
		top: 199px;
		text-align: right;
		width: 100px;
	}
	.b-needhelp .b-img-p.p6 {
		left: 35px;
		top: 218px;
		text-align: right;
		width: 100px;
	}
	.b-needhelp .b-img-p.p7 {
		left: 204px;
		top: 358px;
		text-align: center;
		width: 100px;
	}
	.b-needhelp .b-img-p.p8 {
		left: 371px;
		top: 331px;
		text-align: right;
	}
	.b-needhelp .b-img-p.p9 {
		left: 442px;
		top: 272px;
	}
	.b-needhelp .b-img-p.p10 {
		left: 515px;
		top: 216px;
	}
	.b-needhelp .b-img-p.p12 {
		left: 468px;
		top: 135px;
	}
	.b-needhelp .b-img-p.p11 {
		left: 429px;
		top: 180px;
		text-align: center;
		width: 100px;
	}
	.b-needhelp .b-img-p.p13 {
		left: 468px;
		top: 117px;
	}
	.b-needhelp .b-img-p.p14 {
		left: 468px;
		top: 100px;
	}
	.b-needhelp .b-img-p.p15 {
		left: 468px;
		top: 81px;
	}
	.b-needhelp .bg1 {
		left: -192px;
		top: 106px;
	}
	.b-needhelp .bg2 {
		left: -340px;
		top: 305px;
	}
	.b-needhelp .bg3 {
		left: -272px;
		top: -20px;
	}
	.b-needhelp .bg4 {
		left: -50px;
		top: -10px;
	}
	.b-needhelp .bg5 {
		display: block;
		width: 210px;
		left: -559px;
		top: 95px;
	}
	.b-needhelp .bg6 {
		right: 13px;
		top: 394px;
	}
	.b-needhelp .bg7 {
		right: -205px;
		top: 382px;
	}
	.b-needhelp .bg8 {
		right: -130px;
		top: 499px;
	}
	.b-needhelp .bg9 {
		display: block;
		top: 483px;
		right: -465px;
		width: 210px;
		transform: scale(-1, 1);
	}
	.b-needhelp .bg10 {
		right: -288px;
		top: 727px;
	}
	.b-needhelp .bg11 {
		right: -218px;
		top: 507px;
	}
	.b-needhelp .bg12 {
		right: 279px;
		top: 194px;
	}
	.b-needhelp .bg13 {
		top: 735px;
		left: 94px;
	}
	.b-needhelp .bg14 {
		top: 510px;
		left: -377px;
	}
	.b-needhelp .bg15 {
		top: 135px;
		right: 25px;
	}
	.b-needhelp .bg16 {
		top: 593px;
		left: 65px;
	}
	.b-needhelp .bg17 {
		top: 67px;
		left: 100px;
	}
	.b-needhelp .bg18 {
		top: 47px;
		left: 64px;
	}
	.b-examination {
		margin-top: -120px;
	}
	.b-examination .b-questions .b-left {
		width: 336px;
		padding: 96px 20px 50px 50px;
		justify-content: left;
	}
	.b-examination .b-questions .b-left .b-logo {
		left: 50px;
	}
	.b-examination .b-questions .b-left .b-bg-1 {
		width: 223px;
		transform: rotate(-53.25deg);
		top: 385px;
		left: 35px;
	}
	.b-examination .b-questions .b-left .b-bg-2 {
		transform: rotate(-111.82deg);
		top: 349px;
		left: 177px;
	}
	.b-examination .b-questions .b-right {
		width: 544px;
		padding: 30px 85px 40px 70px;
	}
	.b-examination .b-questions .b-right .b-btn {
		width: 42px;
	}
	.b-examination .b-questions .b-right .b-btn-box {
		margin-bottom: 40px;
	}
	.b-examination .b-questions .b-right .b-item .b-text {
		margin-bottom: 35px;
	}
	.b-examination .b-questions .b-right .b-checked {
		margin-bottom: 25px;
	}
	.b-examination .b-all-box {
		max-width: 880px;
	}
	.b-improves {
		padding: 600px 0 220px;
	}
	.b-improves .b-bottom-bg {
		width: 110vw;
		left: calc(50% - 55vw);
		bottom: -14px;
	}
	.b-improves .b-h2 {
		margin-bottom: 0;
	}
	.b-improves .b-h2 span {
		display: block;
	}
	.b-improves .b-flex {
		padding-top: 140px;
		position: relative;
		width: calc(100% + 20px);
		margin-left: -10px;
	}
	.b-improves .b-item.it3 {
		margin-left: 65px;
		margin-right: calc(50% - 365px);
	}
	.b-improves .b-item.it4 {
		margin-right: 65px;
		margin-left: calc(50% - 365px);
	}
	.b-improves .b-item.it5 {
		width: 300px;
		margin-top: -18px;
	}
	.b-improves .b-img-box {
		width: 464px;
		height: 510px;
		position: absolute;
		top: 90px;
		padding: 0;
		left: calc(50% - 232px);
	}
	.b-improves .b-img-ellips {
		display: block;
		width: 464px;
		left: 0;
		top: 0;
		position: absolute;
		z-index: 10;
	}
	.b-improves .b-img-prod {
		max-width: 245px;
		margin-top: 87px;
	}
	.b-improves .b-img-leaf {
		width: 249px;
		top: 74px;
		right: -11px;
	}
	.b-improves .b-img-bg {
		width: 900px;
		bottom: -100px;
		left: calc(50% - 440px);
	}
	.b-improves .bg1 {
		left: -191px;
		top: -122px;
	}
	.b-improves .bg2 {
		left: -349px;
		top: 78px;
	}
	.b-improves .bg3 {
		left: -272px;
		top: -245px;
	}
	.b-improves .bg4 {
		left: -58px;
		top: -235px;
	}
	.b-improves .bg5 {
		display: block;
		width: 210px;
		left: -546px;
		top: -150px;
	}
	.b-improves .bg6 {
		right: 30px;
		top: 100px;
	}
	.b-improves .bg7 {
		right: -205px;
		top: 86px;
	}
	.b-improves .bg8 {
		right: -103px;
		top: 204px;
	}
	.b-improves .bg9 {
		display: block;
		right: -473px;
		top: 192px;
		width: 210px;
		transform: scale(-1, 1);
	}
	.b-improves .bg10 {
		right: -257px;
		top: 391px;
	}
	.b-improves .bg11 {
		display: block;
		width: 107px;
		transform: matrix(0.91, 0.41, 0.41, -0.91, 0, 0);
		right: -470px;
		top: 457px;
	}
	.b-improves .bg12 {
		right: -460px;
		top: 504px;
	}
	.b-improves .bg13 {
		top: 609px;
		left: 241px;
	}
	.b-improves .bg14 {
		top: 60px;
		left: 110px;
	}
	.b-improves .bg15 {
		top: 87px;
	}
	.b-improves .bg16 {
		top: 630px;
		right: 219px;
	}
	.b-features .b-flex {
		padding: 33px 20px;
	}
	.b-action {
		background: radial-gradient(50% 41.86% at 50% 41.25%, #43aeeb 0%, #1b95d9 100%);
		padding-top: 255px;
	}
	.b-action .b-bottom-bg {
		width: 110vw;
		left: calc(50% - 55vw);
	}
	.b-action .b-slider {
		margin: 40px 34px 0;
	}
	.b-action .b-slider-box {
		width: 1160px;
		margin-left: calc(50% - 580px);
		padding-top: 115px;
	}
	.b-action .b-slider-box::before {
		content: '';
		position: absolute;
		display: block;
		width: 775px;
		height: 105px;
		border-radius: 10px;
		border: 1px solid #fff;
		border-bottom: none;
		left: 194px;
		top: 23px;
		z-index: 0;
	}
	.b-action .b-slider-box::after {
		content: '';
		position: absolute;
		display: block;
		width: 1px;
		height: 95px;
		background: #fff;
		left: 50%;
		transform: translateX(1px);
		top: 23px;
		z-index: 0;
	}
	.b-action .b-slider {
		visibility: visible;
		cursor: default;
	}
	.b-action .bg1 {
		display: block;
		width: 84px;
		transform: rotate(-41.83deg);
		left: -40px;
		top: -113px;
	}
	.b-action .bg2 {
		display: block;
		width: 123px;
		filter: blur(2px);
		top: -101px;
		left: -257px;
	}
	.b-action .bg3 {
		display: block;
		width: 181px;
		transform: rotate(31.22deg);
		left: -177px;
		top: 16px;
	}
	.b-action .bg4 {
		display: block;
		width: 210px;
		top: 1px;
		left: -522px;
	}
	.b-action .bg5 {
		display: block;
		width: 150px;
		transform: rotate(-41.83deg);
		left: -329px;
		top: 230px;
	}
	.b-action .bg6 {
		display: block;
		width: 123.35px;
		top: 250px;
		right: -170px;
		transform: scale(-1, 1);
	}
	.b-action .bg7 {
		display: block;
		width: 181px;
		right: -105px;
		top: 375px;
		filter: blur(1px);
		transform: matrix(-0.86, 0.52, 0.52, 0.86, 0, 0);
	}
	.b-action .bg8 {
		display: block;
		width: 210px;
		right: -459px;
		top: 348px;
		transform: scale(-1, 1);
	}
	.b-action .bg9 {
		display: block;
		width: 151px;
		transform: matrix(-0.75, -0.67, -0.67, 0.75, 0, 0);
		top: 577px;
		right: -258px;
	}
	.b-action .bg10 {
		display: block;
		width: 106px;
		transform: matrix(0.91, 0.41, 0.41, -0.91, 0, 0);
		right: -453px;
		top: 600px;
	}
	.b-action .bg11 {
		display: block;
		width: 145px;
		transform: rotate(48.95deg);
		right: -400px;
		top: 250px;
	}
	.b-action .bg12 {
		top: -77px;
		right: 400px;
	}
	.b-action .bg13 {
		top: 173px;
		left: -195px;
	}
	.b-action .bg14 {
		top: 535px;
		left: -160px;
	}
	.b-action .bg16 {
		top: 382px;
		right: 333px;
	}
	.b-doctor {
		padding: 190px 0 150px;
	}
	.b-doctor .b-top {
		width: 604px;
		padding: 30px 40px 10px 50px;
	}
	.b-doctor .b-bottom {
		margin-top: 40px;
		margin-bottom: 0;
	}
	.b-doctor .b-img {
		width: 485px;
		margin-left: -50px;
		margin-right: -35px;
		max-width: none;
		margin-bottom: -185px;
	}
	.b-doctor .b-bg-1 {
		top: 0;
	}
	.b-doctor .b-bg-2 {
		background: linear-gradient(349deg, #c0e2f4 10.09%, rgba(192, 226, 244, 0) 42.45%);
	}
	.b-experts {
		padding: 0;
	}
	.b-experts .b-conteiner {
		padding: 145px 15px;
	}
	.b-experts .b-slider {
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		margin: 0;
		cursor: default;
	}
	.b-experts .b-slider .b-ava {
		opacity: 0;
		transition: 0.4s;
	}
	.b-experts .b-slider .b-name {
		color: #b9b9b9;
		transition: 0.4s;
	}
	.b-experts .b-slider .b-top {
		width: 237px;
		height: 235px;
	}
	.b-experts .b-slider .b-bottom {
		padding: 30px 13px;
		border-radius: 0;
		width: calc(100% - 84px);
		margin: 0 auto;
		opacity: 0;
	}
	.b-experts .b-slider .b-bottom .b-p {
		transition: 0.3s;
		opacity: 0;
	}
	.b-experts .b-slider-box {
		width: 978px;
		position: relative;
		margin: 0 auto;
	}
	.b-experts .b-slider.s2 .b-top {
		margin-left: 247px;
	}
	.b-experts .b-slider.s3 .b-top {
		margin-left: 494px;
	}
	.b-experts .b-slider.s4 .b-top {
		margin-left: 741px;
	}
	.b-experts .b-slider.active {
		position: relative;
		z-index: 10;
	}
	.b-experts .b-slider.active .b-ava {
		opacity: 1;
	}
	.b-experts .b-slider.active .b-name {
		color: #000;
	}
	.b-experts .b-slider.active .b-bottom {
		opacity: 1;
		line-height: inherit !important;
		height: auto;
	}
	.b-experts .b-slider.active .b-bottom .b-p {
		opacity: 1;
	}
	.b-experts .b-relative {
		position: relative;
		width: max-content;
		margin: 0 auto;
	}
	.b-experts .b-border-left {
		display: block;
		position: absolute;
		left: 0;
		z-index: 10;
		bottom: 0;
		background: url(../img/needhelp_item_bg.png) no-repeat left center;
		width: 42px;
		height: calc(100% - 235px);
		background-size: 42px 63px;
		transition: 0.4s;
	}
	.b-experts .b-border-left::before {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: calc(50% - 30px);
		background: #fff;
		left: 0;
		top: 0;
		transition: 0.4s;
	}
	.b-experts .b-border-left::after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: calc(50% - 30px);
		background: #fff;
		border-radius: 0 0 0 10px;
		left: 0;
		bottom: 0;
		transition: 0.4s;
	}
	.b-experts .b-border-left .b-icon {
		left: -21px;
		top: calc(50% - 20px);
		position: absolute;
		transform: scale(-1, 1);
		cursor: pointer;
		transition: 0.3s;
	}
	.b-experts .b-border-left .b-icon:hover {
		transform: scale(-0.9, 0.9);
	}
	.b-experts .b-border-right {
		display: block;
		position: absolute;
		right: 0;
		z-index: 10;
		bottom: 0;
		background: url(../img/needhelp_item_bg.png) no-repeat left center;
		width: 42px;
		height: calc(100% - 235px);
		transform: scale(-1, 1);
		background-size: 42px 63px;
	}
	.b-experts .b-border-right::before {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: calc(50% - 30px);
		background: #fff;
		left: 0;
		top: 0;
	}
	.b-experts .b-border-right::after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: calc(50% - 30px);
		background: #fff;
		border-radius: 0 0 0 10px;
		left: 0;
		bottom: 0;
	}
	.b-experts .b-border-right .b-icon {
		right: 23px;
		top: calc(50% - 20px);
		position: absolute;
		transform: scale(-1, 1);
		cursor: pointer;
		transition: 0.3s;
	}
	.b-experts .b-border-right .b-icon:hover {
		transform: scale(-0.9, 0.9);
	}
	.b-experts .bg1 {
		left: -131px;
		top: 133px;
	}
	.b-experts .bg2 {
		left: -288px;
		top: 51px;
	}
	.b-experts .bg3 {
		left: -198px;
		top: 19px;
	}
	.b-experts .bg4 {
		left: -5px;
		top: 29px;
	}
	.b-experts .bg5 {
		display: block;
		width: 210px;
		left: -481px;
		top: 123px;
	}
	.b-experts .bg6 {
		right: 55px;
		top: 198px;
	}
	.b-experts .bg7 {
		right: -137px;
		top: 178px;
	}
	.b-experts .bg8 {
		right: -73px;
		top: 296px;
	}
	.b-experts .bg9 {
		transform: scale(-1, 1);
		display: block;
		width: 210px;
		top: 267px;
		right: -420px;
	}
	.b-experts .bg10 {
		right: -223px;
		top: 510px;
	}
	.b-experts .bg11 {
		display: block;
		width: 107px;
		transform: matrix(0.91, 0.41, 0.41, -0.91, 0, 0);
		top: 525px;
		right: -430px;
	}
	.b-compound {
		margin-bottom: -400px;
	}
	.b-compound .b-all-box {
		width: 1026px;
		margin: 0 auto;
		overflow: hidden;
	}
	.b-compound .b-head {
		width: 684px;
		height: 400px;
	}
	.b-compound .b-item {
		width: calc(100% / 3);
		cursor: default;
	}
	.b-compound .b-item:first-of-type {
		margin-left: 684px;
		height: 400px;
		min-height: 400px;
	}
	.b-compound .b-item-box {
		margin-top: -400px;
		display: flex;
		flex-wrap: wrap;
	}
	.b-confidence {
		padding: 550px 0 100px;
	}
	.b-confidence .b-bg {
		top: 533px;
	}
	.b-confidence .b-item {
		width: 29%;
	}
	.b-confidence .b-item-box {
		display: flex;
		justify-content: space-between;
	}
	.b-results .b-bg-zero {
		height: calc(100% - 385px);
	}
	.b-results .b-bottom-bg {
		width: 110vw;
		left: calc(50% - 55vw);
		bottom: 315px;
	}
	.b-results .b-h2 {
		width: 75%;
		margin: 0 auto 25px;
	}
	.b-results .text-center {
		width: 75%;
		margin: 0 auto;
	}
	.b-results .b-box {
		padding: 40px;
	}
	.b-results .b-table .b-row {
		width: 100%;
		margin: 0;
		padding: 20px 40px;
	}
	.b-results .b-table .b-coll-1 {
		width: 37%;
	}
	.b-results .b-table .b-coll-2 {
		width: 54%;
	}
	.b-results .bg1 {
		left: -105px;
		top: 30px;
	}
	.b-results .bg2 {
		left: -260px;
		top: -162px;
	}
	.b-results .bg3 {
		left: -171px;
		top: 203px;
	}
	.b-results .bg4 {
		left: -414px;
		top: -112px;
	}
	.b-results .bg5 {
		width: 210px;
		display: block;
		left: -446px;
		top: 11px;
	}
	.b-results .bg6 {
		right: -146px;
		top: 225px;
	}
	.b-results .bg7 {
		right: -205px;
		top: 113px;
	}
	.b-results .bg8 {
		right: -37px;
		top: 138px;
	}
	.b-results .bg9 {
		right: -288px;
		top: 393px;
	}
	.b-results .bg10 {
		width: 210px;
		display: block;
		transform: scale(-1, 1);
		right: -496px;
		top: 188px;
	}
	.b-comments {
		padding: 600px 0 200px;
	}
	.b-comments .b-bottom-bg {
		width: 110vw;
		left: calc(50% - 55vw);
	}
	.b-comments .b-h2 {
		margin-bottom: 80px;
	}
	.b-comments .b-slider {
		margin: 0 53px;
		padding: 40px 33px 33px;
	}
	.b-comments .b-slider-box {
		width: 1580px;
		margin-left: calc(50% - 790px);
	}
	.b-comments .bg1 {
		left: -171px;
		top: 49px;
	}
	.b-comments .bg2 {
		left: -324px;
		top: 262px;
	}
	.b-comments .bg3 {
		left: -253px;
		top: -70px;
	}
	.b-comments .bg4 {
		left: -43px;
		top: -54px;
	}
	.b-comments .bg5 {
		width: 210px;
		display: block;
		left: -515px;
		right: auto;
		top: 39px;
		transform: none;
		filter: none;
	}
	.b-comments .bg6 {
		right: 72px;
		top: 487px;
	}
	.b-comments .bg7 {
		right: -83px;
		top: 492px;
	}
	.b-comments .bg8 {
		right: 30px;
		top: 610px;
	}
	.b-comments .bg9 {
		right: -159px;
		top: 821px;
		display: block;
		width: 150px;
		transform: matrix(-0.75, -0.67, -0.67, 0.75, 0, 0);
	}
	.b-comments .bg10 {
		width: 210px;
		display: block;
		transform: scale(-1, 1);
		right: -364px;
		top: 577px;
	}
	.b-comments .bg13 {
		display: block;
		width: 107px;
		transform: matrix(0.91, 0.41, 0.41, -0.91, 0, 0);
		top: 838px;
		right: -363px;
	}
	.b-comments .bg11 {
		right: 195px;
		top: 156px;
	}
	.b-comments .bg12 {
		left: 232px;
		top: 777px;
	}
	.b-recipe {
		padding: 230px 0 100px;
	}
	.b-recipe .b-conteiner {
		padding-left: 579px;
	}
	.b-recipe .b-h2 {
		text-align: left;
	}
	.b-recipe .b-img-box {
		position: absolute;
		left: 0;
		top: calc(50% - 350px);
		width: 579px;
		height: 700px;
	}
	.b-recipe .b-img-box .b-product {
		width: 240px;
		top: 334px;
		left: 207px;
	}
	.b-recipe .b-img-box .b-berry {
		width: 60px;
		left: -57px;
		top: 431px;
		display: block;
		z-index: 5;
		position: absolute;
	}
	.b-recipe .b-img-box .b-leaf-1 {
		top: 102px;
		left: 186px;
	}
	.b-recipe .b-img-box .b-leaf-2 {
		width: 170px;
		top: 373px;
		left: 384px;
	}
	.b-recipe .b-img-box .b-bg {
		width: 986px;
		left: -208px;
		top: -235px;
	}
	.b-recipe .b-item {
		padding: 15px 32px;
		margin-bottom: 15px;
		width: calc(100% + 32px);
		margin-left: -32px;
	}
	.b-recipe .b-item:last-of-type {
		margin-bottom: 25px;
	}
	.b-delivery {
		padding-top: 100px;
		margin-bottom: -250px;
	}
	.b-delivery .b-bottom-bg {
		bottom: 170px;
	}
	.b-delivery .b-h2 {
		margin-bottom: 52px;
	}
	.b-delivery .b-bottom-bg {
		width: 110vw;
		left: calc(50% - 55vw);
	}
	.b-delivery .b-item {
		width: 250px;
	}
	.b-delivery .b-item-box {
		width: 100%;
	}
	.b-delivery .b-item .b-arrow {
		bottom: calc(50% - 26px);
		left: auto;
		right: -40px;
		transform: rotate(-90deg);
	}
	.b-delivery .b-item.i1 .b-arrow {
		right: -40px;
	}
	.b-delivery .b-item.i3 {
		order: 3;
	}
	.b-delivery .b-item.i3 .b-bg img {
		margin-left: calc(50% - 160px);
	}
	.b-delivery .b-item.i3 .b-arrow {
		bottom: calc(50% - 26px);
		left: auto;
		right: -40px;
		transform: rotate(-90deg);
	}
	.b-delivery .b-item.i4 {
		order: 4;
	}
	.b-care {
		padding-bottom: 10px;
	}
	.b-care .b-bottom-bg {
		width: 110vw;
		left: calc(50% - 55vw);
	}
	.b-care .b-ellips {
		width: 1013px;
		left: calc(50% - 506.5px);
		top: -360px;
	}
	.b-care .b-conteiner {
		max-width: 635px;
		min-height: 367px;
	}
	.b-care .b-p {
		width: 85%;
		margin: 0 auto;
	}
	.b-care .b-med {
		margin-bottom: 25px;
	}
	.b-care .bg1 {
		filter: none;
		width: 150px;
		transform: rotate(-41.83deg);
		left: -323px;
		top: 30px;
	}
	.b-care .bg2 {
		width: 106px;
		transform: rotate(155.64deg);
		left: -530px;
		top: 38px;
	}
	.b-care .bg3 {
		width: 210px;
		filter: none;
		left: -535px;
		top: -240px;
	}
	.b-care .bg4 {
		right: -141px;
		top: 103px;
	}
	.b-care .bg5 {
		right: -337px;
		top: 78px;
	}
	.b-care .bg6 {
		right: -272px;
		top: 207px;
	}
	.b-care .bg7 {
		width: 210px;
		transform: scale(-1, 1);
		right: -648px;
		top: 185px;
	}
	.b-footer {
		padding: 254px 0 85px;
		background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 70%, #ffffff 83%);
	}
	.b-footer .b-h1 {
		font-size: 70px;
	}
	.b-footer .b-middle {
		padding-top: 214px;
	}
	.b-footer .b-middle-bg {
		width: 717px;
		height: 716px;
		left: -158px;
		top: -170px;
	}
	.b-footer .b-middle-woman {
		width: 439px;
		left: -5px;
		top: -98px;
	}
	.b-footer .b-middle .b-product {
		top: 200px;
	}
	.b-footer .b-middle .b-sale {
		margin-bottom: 172px;
	}
	.b-footer .b-middle .b-leaf {
		width: 54px;
		filter: blur(1px);
		transform: rotate(142.27deg);
		left: 25px;
		top: 446px;
		z-index: 3;
		display: block;
	}
	.b-footer .bg1 {
		left: -88px;
		top: 37px;
	}
	.b-footer .bg2 {
		left: -243px;
		top: 240px;
	}
	.b-footer .bg3 {
		left: -470px;
		top: 13px;
	}
	.b-footer .bg4 {
		transform: rotate(-41.83deg);
		width: 84px;
		left: 49px;
		top: -63px;
	}
	.b-footer .bg5 {
		right: -172px;
		bottom: 154px;
	}
	.b-footer .bg6 {
		width: 84px;
		bottom: 359px;
		right: -41px;
	}
	.b-footer .bg7 {
		right: -245px;
		bottom: 333px;
	}
	.b-footer .bg8 {
		bottom: 139px;
	}
	.b-footer .bg9 {
		width: 123px;
		transform: none;
		filter: blur(1px);
		left: -156px;
		top: -86px;
	}
	.b-footer .bg10 {
		right: -330px;
		bottom: -30px;
	}
	.b-footer .bg11 {
		left: -383px;
		top: -88px;
	}
	.b-footer .bg12 {
		display: none;
	}
	.b-footer .bg13 {
		top: -81px;
		left: 827px;
	}
	.b-footer .bg14 {
		top: 200px;
		left: auto;
		right: -207px;
	}
	.b-footer .bg16 {
		left: 385px;
		top: -84px;
	}
	.b-footer .bg15 {
		top: -91px;
		left: 341px;
	}
	.b-footer .bg17 {
		left: 34px;
		top: 566px;
	}
	.b-wap {
		display: none;
	}
	.b-web {
		display: block;
	}
}

.greey {
	color: #393939;
}

.block-svg {
	display: none;
}

.b-link {
	font-weight: 700;
	color: #1b95d9;
	text-decoration: underline;
}

.b-link:hover {
	text-decoration: none;
}

.text-center {
	text-align: center;
}

.br {
	display: block;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.a-rotat-1 {
	animation: a-rotat1 linear 10s infinite;
}

.a-rotat-2 {
	animation: a-rotat2 linear 15s infinite;
}

.a-rotat-3 {
	animation: a-rotat1 linear 20s infinite;
}

@keyframes a-rotat1 {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes a-rotat2 {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(-360deg);
	}
}

.a-cirle-1 {
	animation: a-cirle1 linear 10s infinite;
}

.a-cirle-2 {
	animation: a-cirle2 linear 12s infinite;
}

@keyframes a-cirle1 {
	0% {
		transform: scale(1) translate(0, 0);
	}
	20% {
		transform: scale(0.95) translate(9px, 5px);
	}
	40% {
		transform: scale(0.9) translate(5px, -10px);
	}
	60% {
		transform: scale(0.95) translate(-10px, 5px);
	}
	80% {
		transform: scale(1) translate(5px, 5px);
	}
	100% {
		transform: scale(1) translate(0, 0);
	}
}

@keyframes a-cirle2 {
	0% {
		transform: scale(1) translate(0, 0);
	}
	20% {
		transform: scale(0.95) translate(-9px, -5px);
	}
	40% {
		transform: scale(0.9) translate(-5px, 10px);
	}
	60% {
		transform: scale(0.95) translate(10px, -5px);
	}
	80% {
		transform: scale(1) translate(-5px, -5px);
	}
	100% {
		transform: scale(1) translate(0, 0);
	}
}
