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

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

a {
	text-decoration: none;
}

.b-h1 {
	font-weight: bold;
	font-size: 32px;
	line-height: 100%;
	color: #303778;
}

.b-h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 150%;
	color: #303778;
	margin-bottom: 8px;
}

.b-p {
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #717A90;
	margin-bottom: 16px;
}

.b-blod {
	color: #303778;
	font-weight: bold;
}

.b-green {
	color: #fff;
	background-color: #00C27C;
}

.b-logo {
	font-weight: bold;
	font-size: 32px;
	line-height: 150%;
	color: #303778;
	display: block;
}

.b-nav {
	display: none;
	margin-right: 4%;
}

.b-nav-button {
	display: inline-block;
	font-size: 16px;
	line-height: 150%;
	color: #717A90;
	margin-right: 24px;
	transition: 0.3s;
}

.b-nav-button:last-of-type {
	margin-right: 0;
}

.b-nav-button:hover,
.b-nav-button:active {
	transform: scale(1.1);
}

.b-online {
	display: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #303778;
}

.b-online::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 8px;
	height: 8px;
	background: #00C27C;
	border-radius: 50%;
	box-shadow: 0px 4px 4px rgba(0, 194, 124, 0.24);
}

.b-table {
	display: table;
	width: 100%;
}

.b-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.b-table-cell:last-of-type {
	text-align: right;
}

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

.b-button {
	max-width: 192px;
	text-align: center;
	display: block;
	background: #00C27C;
	box-shadow: 0px 8px 16px rgba(0, 194, 124, 0.24);
	border-radius: 40px;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
	padding: 16px;
	margin: 0 auto;
	transition: 0.3s;
}

.b-button:hover,
.b-button:active {
	background: #00AF70;
	box-shadow: 0px 4px 8px rgba(0, 194, 124, 0.24);
}

.b-header {
	position: relative;
	overflow: hidden;
	padding-bottom: 80px;
}

.b-header-p {
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #717A90;
	margin-top: 8px;
}

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

.b-header-background1 {
	width: 304px;
	height: 304px;
	left: calc(50% - 152px);
	top: 12px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 0;
	position: absolute;
	background: linear-gradient(315deg, #ACCBEE 0%, #E7F0FD 100%);
}

.b-header-background1 .b-img-1 {
	width: 207px;
	position: absolute;
	z-index: 0;
	top: 60px;
	left: 60px;
	opacity: 0.16;
}

.b-header-background1 .b-img-2 {
	width: 131px;
	position: absolute;
	z-index: 1;
	top: 86px;
	left: 86px;
}

.b-header-background2 {
	display: none;
	width: 300px;
	height: 300px;
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.b-header-background2 .b-img-1 {
	position: absolute;
	z-index: 0;
	top: -90px;
	right: 13px;
}

.b-header-background2 .b-img-2 {
	position: absolute;
	z-index: 1;
	top: -59px;
	right: -153px;
}

.b-header-button {
	margin-top: 40px;
}

.b-header-top {
	background-color: #fff;
	padding: 6px 0;
	text-align: center;
	position: relative;
	z-index: 10;
	box-shadow: 0px 24px 80px rgba(48, 55, 120, 0.08);
	position: fixed;
	height: 60px;
	width: 100%;
	z-index: 20;
	top: 0;
}

.b-header-middle {
	margin-top: 167px;
	position: relative;
	z-index: 10;
	text-align: center;
}

.b-header-bottom {
	position: relative;
	z-index: 10;
	margin-top: 80px;
}

.b-header-sliders {
	width: 304px;
	height: 144px;
	background: #FFFFFF;
	border-radius: 16px;
	overflow: hidden;
	margin-left: calc(50% - 152px);
	box-shadow: 24px 40px 80px rgba(48, 55, 120, 0.08);
	position: relative;
}

.b-header-sliders .b-slider {
	display: none;
}

.b-header-sliders .b-visible {
	display: block;
}

.b-header-sliders__img {
	width: 144px;
	height: 144px;
	display: inline-block;
	vertical-align: top;
	margin-right: 11px;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}

.b-header-sliders__text {
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
	width: 144px;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #303778;
}

.b-header-sliders .b-btnbox {
	position: absolute;
	bottom: 15px;
	left: 160px;
}

.b-header-sliders .b-btnbox .b-btn {
	padding: 5px 0;
	display: inline-block;
	margin-right: 4px;
	cursor: pointer;
	width: 16px;
}

.b-header-sliders .b-btnbox .b-btn-item {
	width: 100%;
	height: 4px;
	background: #F1F4FA;
	border-radius: 2px;
}

.b-header-sliders .b-btnbox .b-active .b-btn-item {
	background: #00C27C;
}

.b-changes {
	opacity: 0;
}

.b-changes-left {
	text-align: center;
}

.b-changes-right {
	width: 304px;
	margin-left: calc(50% - 152px);
}

.b-changes-right__img {
	max-width: 100%;
	margin-top: 10.5%;
}

.b-changes-right .b-slider {
	position: relative;
	display: none;
}

.b-changes-right .b-slider-img1 {
	position: absolute;
	width: 21%;
	top: 0;
	left: 15.5%;
	box-shadow: 24px 40px 40px rgba(48, 55, 120, 0.16);
	border-radius: 50%;
}

.b-changes-right .b-slider-img2 {
	position: absolute;
	width: 41.5%;
	top: 0;
	right: 0;
	box-shadow: 24px 40px 40px rgba(48, 55, 120, 0.16);
	border-radius: 50%;
}

.b-changes-right .b-slider-img3 {
	position: absolute;
	width: 52.5%;
	bottom: 20%;
	left: 0;
	box-shadow: 24px 40px 40px rgba(48, 55, 120, 0.16);
	border-radius: 50%;
}

.b-changes-right .b-slider-img4 {
	position: absolute;
	width: 30.5%;
	bottom: 20%;
	right: 0;
	box-shadow: 24px 40px 40px rgba(48, 55, 120, 0.16);
	border-radius: 50%;
}

.b-changes-right .b-visible {
	display: block;
	cursor: pointer;
}

.b-changes-btnbox__rangebox {
	max-width: 640px;
	margin: 0 auto;
}

.b-changes-btnbox .b-range-input {
	position: relative;
	z-index: 10;
}

.b-changes-btnbox .b-range-box {
	height: 0;
	padding: 0 22% 0 3%;
	position: relative;
	z-index: 1;
}

.b-changes-btnbox .b-range-boxslider {
	position: relative;
	width: 25%;
	top: -60px;
}

.b-changes-btnbox .b-range-boxslider__slider {
	display: block;
	margin: 0 auto;
	width: 48px;
	height: 32px;
}

.b-changes-btnbox__range {
	background: linear-gradient(180deg, rgba(47, 47, 47, 0) 0, rgba(227, 230, 235, 0) 36px, #f1f4fa 36px, #f1f4fa 40px);
	height: 40px;
	border-radius: 2px;
	width: 100%;
	outline: none;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	margin-bottom: 16px;
	padding: 0;
	transition: 0.3s;
}

.b-changes-btnbox__range::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 40px;
	background: url(../img/range_web.png) bottom center no-repeat;
	cursor: pointer;
	width: 25%;
}

.b-changes-btnbox__range::-moz-range-track {
	border-radius: 2px;
}

.b-changes-btnbox__range::-moz-range-thumb {
	appearance: none;
	height: 40px;
	border-radius: 2px;
	background: url(../img/range_web.png) bottom center no-repeat;
	cursor: pointer;
	border: none;
	width: 25%;
}

.b-changes-btnbox__range::-ms-fill-lower,
.b-changes-btnbox__range::-ms-fill-upper {
	background: transparent;
}

.b-changes-btnbox__range::-ms-track {
	border-radius: 2px;
}

.b-changes-btnbox__range::-ms-thumb {
	position: relative;
	bottom: 18px;
	height: 40px;
	background: url(../img/range_web.png) bottom center no-repeat;
	cursor: pointer;
	width: 80px;
}

.b-changes-btnbox__text {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	width: 23%;
	font-size: 12px;
	vertical-align: middle;
}

.b-changes-btnbox .b-view {
	display: inline-block;
	color: #303778;
	font-weight: bold;
}

.b-effect {
	text-align: center;
	padding: 84px 0 64px;
	background: #F1F4FA;
}

.b-effect-item {
	opacity: 0;
}

.b-effect-img {
	box-shadow: 24px 40px 40px rgba(48, 55, 120, 0.16);
	border-radius: 50%;
	overflow: hidden;
	width: 144px;
	margin-bottom: 16px;
	margin-top: 24px;
}

.b-effect-background1 {
	opacity: 0;
	position: absolute;
	width: 64px;
	height: 64px;
	top: -100px;
	left: 3%;
}

.b-effect-background1 .b-img-1 {
	width: 64px;
	position: relative;
	z-index: 10;
	border-radius: 50%;
	box-shadow: 24px 40px 80px rgba(48, 55, 120, 0.16);
}

.b-effect-background1 .b-img-2 {
	position: absolute;
	z-index: 5;
	width: 66px;
	left: 24px;
	bottom: 23px;
}

.b-effect-background2 {
	opacity: 0;
	position: absolute;
	width: 64px;
	height: 64px;
	bottom: -122px;
	right: 3%;
}

.b-effect-background2 .b-img-1 {
	width: 64px;
	position: relative;
	z-index: 10;
	border-radius: 50%;
	box-shadow: 24px 40px 80px rgba(48, 55, 120, 0.16);
}

.b-effect-background2 .b-img-2 {
	position: absolute;
	z-index: 5;
	width: 65px;
	right: 49px;
	bottom: 22px;
}

.b-flag {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	background: url(../img/flag.png);
}

.b-composition {
	padding: 84px 0 80px;
	overflow: hidden;
}

.b-composition .b-h2 {
	text-align: center;
	position: relative;
	z-index: 10;
}

.b-composition .b-p {
	max-width: 528px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.b-composition-item {
	clear: both;
	position: relative;
	z-index: 10;
}

.b-composition-img {
	max-width: 100%;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 24px 40px 80px rgba(48, 55, 120, 0.16);
	margin: 40px auto 24px;
	display: block;
	opacity: 0;
}

.b-composition-background1 {
	position: absolute;
	width: 304px;
	height: 304px;
	bottom: -234px;
	right: -97px;
	background-color: #E7F0FD;
	border-radius: 50%;
}

.b-composition-background1 .b-img-1 {
	width: 125px;
	position: absolute;
	z-index: 4;
	top: 90px;
	left: 90px;
}

.b-composition-background1 .b-img-2 {
	position: absolute;
	z-index: 2;
	width: 190px;
	left: -17px;
	top: 56px;
	transform: rotate(112deg);
}

.b-composition-background2 {
	position: absolute;
	width: 368px;
	height: 368px;
	top: 69px;
	left: -134px;
}

.b-composition-background2 .b-img-1 {
	width: 368px;
	position: absolute;
	z-index: 1;
}

.b-composition-background3 {
	position: absolute;
	width: 368px;
	height: 368px;
	left: -135px;
	bottom: 20%;
}

.b-composition-background3 .b-img-1 {
	width: 368px;
	position: absolute;
	z-index: 1;
}

.b-doctor {
	overflow: hidden;
	padding: 79px 0 0;
	background: url(../img/bg_doctar.png) center top no-repeat #F1F4FA;
}

.b-doctor-img {
	max-width: 370px;
	margin-left: calc(50% - 197px);
	margin-bottom: -3px;
	margin-top: -30px;
	z-index: 8;
	opacity: 0;
}

.b-doctor-textbox {
	opacity: 0;
}

.b-doctor .b-h2 {
	text-align: center;
	margin-bottom: 16px;
}

.b-reviews {
	padding: 84px 0 40px;
	overflow: hidden;
}

.b-reviews .b-h2 {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	z-index: 10;
}

.b-reviews-item {
	opacity: 0;
	background-color: #fff;
	border-radius: 24px;
	box-shadow: 24px 40px 80px rgba(48, 55, 120, 0.16);
	margin-bottom: 40px;
	max-width: 416px;
	margin-left: auto;
	margin-right: auto;
}

.b-reviews-item__ava {
	overflow: hidden;
	border-radius: 24px 24px 0px 0px;
	max-width: 100%;
	position: relative;
	z-index: 7;
}

.b-reviews-item__textbox {
	margin-top: -24px;
	border-radius: 24px;
	background-color: #FFFFFF;
	padding: 16px;
	position: relative;
	z-index: 10;
}

.b-reviews-background1 {
	position: absolute;
	width: 368px;
	height: 368px;
	top: 73px;
	left: -134px;
}

.b-reviews-background1 .b-img-1 {
	width: 368px;
	position: absolute;
	z-index: -1;
}

.b-reviews-background2 {
	position: absolute;
	width: 368px;
	height: 368px;
	bottom: -103px;
	right: -96px;
}

.b-reviews-background2 .b-img-1 {
	width: 368px;
	position: absolute;
	z-index: -1;
}

.b-buy {
	background: #f1f4fa;
	text-align: center;
	padding: 84px 0 40px;
	overflow: hidden;
}

.b-buy-h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #00C27C;
}

.b-buy-boximg {
	width: 304px;
	height: 304px;
	position: relative;
	margin-bottom: -40px;
	margin-left: calc(50% - 152px);
}

.b-buy-boximg .b-img-1 {
	position: absolute;
	z-index: 1;
	width: 304px;
	top: 0;
	left: 0;
}

.b-buy-boximg .b-img-2 {
	position: absolute;
	z-index: 2;
	width: 121px;
	top: 38px;
	left: 95px;
	transform: scale(-1, 1);
	border-radius: 50%;
	box-shadow: 24px 40px 80px rgba(48, 55, 120, 0.16);
	opacity: 0;
}

.b-buy-boximg .b-img-3 {
	position: absolute;
	z-index: 3;
	width: 154px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0px;
}

.b-buy-form {
	background: #FFFFFF;
	box-shadow: 24px 40px 80px rgba(48, 55, 120, 0.16);
	border-radius: 24px;
	padding: 16px 16px 24px;
	position: relative;
	z-index: 10;
}

.b-buy-listbox {
	opacity: 0;
	position: absolute;
	z-index: 5;
	right: 0;
}

.b-buy-boxform {
	position: relative;
	z-index: 10;
	max-width: 385px;
	margin: 0 auto;
	opacity: 0;
}

.b-buy-boxform__bg1 {
	position: absolute;
	z-index: 15;
	width: 48px;
	bottom: -32px;
	left: 0;
	box-shadow: 24px 40px 80px rgba(48, 55, 120, 0.16);
	border-radius: 50%;
	opacity: 0;
}

.b-buy-boxform__bg2 {
	position: absolute;
	z-index: 5;
	width: 33px;
	top: -24px;
	right: 44px;
}

.b-buy-boxform__bg3 {
	position: absolute;
	z-index: 5;
	width: 48px;
	top: -32px;
	right: -2px;
}

.b-buy-input,
.b-buy-select {
	border: 1px solid #303778;
	box-sizing: border-box;
	border-radius: 40px;
	background: #FFFFFF;
	outline: none;
	padding: 16px 30px;
	text-align: center;
	font-size: 16px;
	line-height: 150%;
	color: #717A90;
	margin-top: 16px;
	width: 100%;
	text-align-last: center;
}

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

.b-buy-select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.b-buy-selectbox {
	position: relative;
}

.b-buy-selectbox::after {
	content: '\27A4';
	font-size: 21px;
	transform: rotate(90deg);
	position: absolute;
	right: 18px;
	top: 30px;
	color: #ACCBEE;
}

.b-buy-button {
	outline: none;
	border: none;
	width: 100%;
	max-width: 100%;
	margin-top: 16px;
	cursor: pointer;
}

.b-buy-button:hover,
.b-buy-button:active,
.b-buy-button:focus {
	outline: none;
	border: none;
}

footer {
	text-align: center;
	padding: 9px 0;
}

footer .b-p {
	margin: 0;
}

.old_price {
	text-align: center;
	font-size: 20px;
	text-decoration: line-through;
	margin-top: 10px;
}

.new_price {
	text-align: center;
	font-size: 40px;
	color: #303778;
	font-weight: bold;
}

.b-range-border {
	position: absolute;
	width: 2px;
	height: 45%;
	top: 20%;
	border-right: 2px dashed #e0eaff;
	z-index: -2;
}

.b-range-border:nth-child(1) {
	left: calc(25% - 2px);
}

.b-range-border:nth-child(2) {
	left: calc(50% - 2px);
}

.b-range-border:nth-child(3) {
	left: calc(75% - 2px);
}

#b-buy {
	position: absolute;
	top: -80px;
}

.b-buy-input,
.b-buy-select {
	margin: 0;
}

.input-wrap {
	margin-bottom: 16px;
}

.old_price {
	margin-top: 0;
}

.b-buy-h3 {
	margin-bottom: 16px;
}