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

footer,
article,
aside,
nav,
section {
	display: block;
}

html {
	width: 100%;
}

body {
	font-size: 18px;
	line-height: 1.33;
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	color: #000;
	background: #fff;
	font-weight: 400;
	width: 100%;
}

.d-mobile {
	display: none !important;
}

.clearfix {
	clear: both;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 25px;
}

.img-responsive {
	max-width: 100%;
}

.d-center {
	display: block;
	margin: 0 auto 25px;
}

.wrapper {
	overflow: hidden;
}

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

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

.text-uppercase {
	text-transform: uppercase;
}
.b-header {
	background: #f2f2f2;
	-webkit-box-shadow: 3px 3px 27px rgba(0, 0, 0, 0.35);
	box-shadow: 3px 3px 27px rgba(0, 0, 0, 0.35);
	padding: 23px 0;
	position: fixed;
	width: 100%;
	z-index: 120;
}
.b-header .container > div {
	display: inline-block;
	vertical-align: middle;
}
.b-logo {
	font-size: 24px;
	font-family: Play;
	color: #042d8d;
	text-transform: uppercase;
}
.b-logo img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.b-menu {
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 3%;
}
.b-menu a {
	display: inline-block;
	margin: 0 15px;
}
.b-cart {
	float: right;
	margin: 5px 20px 0 0;
}
section {
	-webkit-box-shadow: 0 38px 38px rgba(0, 0, 0, 0.1);
	box-shadow: 0 38px 38px rgba(0, 0, 0, 0.1);
}
.s-top {
	padding: 119px 0 95px;
}
.b-tags {
	font-size: 12px;
	color: #9c9c9c;
	text-align: center;
	margin-bottom: 30px;
}
.b-tags span {
	display: inline-block;
	margin: 0 10px;
}
.b-title {
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.b-title span,
.b-title div {
	font-weight: 900;
}

.s-top-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.s-top-inner:after {
	content: '';
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	width: 1336px;
	height: 814px;

	background: radial-gradient(ellipse farthest-side at center, transparent 0% 0%, #fff 100%),
		linear-gradient(44deg, rgb(31 134 243 / 43%) 0, rgb(174 206 255 / 43%) 100%);
	border-radius: 50%;
}
.product-slider {
	margin-left: 6%;
	display: inline-block;
	width: 550px;
	position: relative;
}
.b-shildik {
	position: absolute;
	font-size: 24px;
	font-weight: 700;
	z-index: 100;
	padding: 20px 25px 0;
	width: calc(100% - 20%);
	height: 50%;
	left: 19%;
	/* background: linear-gradient(to bottom right, rgba(255,255,255,.8) 0%, transparent 100%) */
}
.b-shildik span {
	color: #042d8d;
}
.b-shildik img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	max-width: 40px;
}
.slider-thumb {
	display: inline-block;
	width: 67px;
	margin-right: 6%;
	float: left;
}

.slider-thumb li {
	outline: none;
	margin-bottom: 10px;
	cursor: pointer;
}
.slider-thumb li img {
	border: 1px solid transparent;
	border-radius: 5px;
}
.slider-thumb .slick-current li img {
	border-color: #e4e4e4;
}
.slider-preview {
	display: inline-block;
	vertical-align: top;
	outline: none;
	border-radius: 8px;
	-webkit-box-shadow: 3px 3px 27px rgba(0, 0, 0, 0.08);
	box-shadow: 3px 3px 27px rgba(0, 0, 0, 0.08);
	width: 445px;
	overflow: hidden;
	font-size: 0;
}
.type-image {
	font-size: 0;
}
.slider-preview .type-image {
	position: relative;
}
/* .slider-preview .type-image:after */
/* { */
/* content: ""; */
/* background: -webkit-gradient(linear, left top, right bottom, color-stop(20%, rgba(255,255,255,1)), color-stop(60%, transparent)); */
/* background: -o-linear-gradient(top left, rgba(255,255,255,1) 20%, transparent 60%); */
/* background: linear-gradient(to bottom right, rgba(255,255,255,1) 20%, transparent 60%); */
/* position: absolute; */
/* left: 0; */
/* top: 0; */
/* width: 100%; */
/* height: 100%; */
/* } */
.b-order {
	position: relative;
	display: inline-block;
}
.order-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 20px;
}
.b-dark {
	background: #000;
	font-size: 16px;
	padding: 5px 25px;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
}
.b-prices {
	margin-right: 30px;
	text-align: right;
}
.old-price {
	color: #919191;
	text-decoration: line-through;
}
.new-price {
	font-weight: 700;
	font-size: 48px;
	line-height: 1;
}
.b-form {
	background: #f6f6f6;
	padding: 25px 30px 20px;
	border-radius: 5px;
}
.input-field {
	font-size: 12px;
	height: 50px;
	display: block;
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
	width: 100%;
	border: 1px solid #e4e4e4;
	padding: 0 25px;
	font-family: inherit;
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1) inset;
	outline: none;
}
.input-field:focus {
	-webkit-box-shadow: 0 3px 27px rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 27px rgba(0, 0, 0, 0.08);
}
select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-ms-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;
	background-image: url('../img/select.png');
	background-repeat: no-repeat;
	background-position: 95% center;
}
select::-ms-expand {
	display: none;
}
.btn {
	background: #042d8d;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	text-transform: uppercase;
	padding: 12px 63px;
	border: none;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.28);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.28);
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 10px;
	outline: none;
}
.btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.b-note {
	font-size: 12px;
	text-align: center;
	margin: 0 0 10px;
}
.b-quick {
	display: inline-block;
	color: #656565;
	font-size: 14px;
	margin-right: 20px;
	vertical-align: middle;
}
.b-form .b-dark {
	font-size: 14px;
	padding: 5px 12px;
}
.s-problems {
	padding: 55px 0 0;
}
.b-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 970px;
	margin: 0 auto;
}
.b-problems {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.b-problems > div {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
}
.img-woman,
.img-man {
	display: block;
	text-align: center;
	position: relative;
	font-size: 0;
}
.img-woman {
	margin-bottom: -70px;
}
.img-man {
	margin: -100px -31px 0 43px;
}
.img-shadow {
	position: relative;
}
.img-shadow:after {
	content: '';
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	width: 600px;
	height: 600px;

	background: radial-gradient(ellipse farthest-side at center, transparent 0%, #fff 100%),
		linear-gradient(44deg, rgb(31 94 243 / 58%) 0, rgb(174 210 255 / 58%) 100%);
	border-radius: 50%;
}
.img-shadow--pain:after {
	background: radial-gradient(ellipse farthest-side at center, transparent 0%, #fff 100%),
		linear-gradient(44deg, rgba(243, 52, 31, 0.58) 0, rgba(255, 190, 174, 0.58) 100%);
}
.s-description {
	padding: 60px 0 85px;
}
.b-description {
	margin-top: 70px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.b-description > div {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.prod-wrap {
	position: relative;
	width: 37%;
}
.prod-text {
	width: 53%;
}
.prod-wrap span {
	position: absolute;
	font-weight: 200;
	font-style: italic;
	display: inline-block;
}
.b-horizontal {
	left: 37%;
	top: -3%;
}
.b-vertical {
	bottom: 45%;
	right: -12%;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.prod-name {
	font-weight: 700;
	font-size: 50px;
	margin: 15px 0 40px;
}
.prod-name img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.s-structure {
	padding: 55px 0;
}
.b-structure {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
	position: relative;
}
.b-structure:after {
	content: url(../img/leaves.png);
	position: absolute;
	right: -380px;
	bottom: -160px;
}
.b-structure > div {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%;
	margin-bottom: 70px;
}
.b-structure img {
	display: inline-block;
	border-radius: 50px;
	vertical-align: middle;
	margin-right: 30px;
}
.b-structure img + div {
	display: inline-block;
	width: calc(100% - 135px);
	vertical-align: middle;
}
.b-structure img + div p {
	margin-bottom: 0;
}
.b-round {
	border-radius: 10px;
}
.s-solutions {
	padding: 60px 0 40px;
}
.b-solutions {
	max-width: 1030px;
	margin: 65px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.b-solution {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 29%;
	flex: 0 1 29%;
	margin-bottom: 50px;
	font-size: 16px;
}
.b-solution img {
	margin-bottom: 15px;
}
.s-expert {
	padding: 70px 0 60px;
}
.b-expert {
	margin-top: 80px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.b-expert > div {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.expert-img {
	width: 41%;
}
.expert-info {
	padding: 20px 35px;
	background: #f6f6f6;
	font-size: 16px;
	margin-top: 33px;
}
.expert-info b {
	display: block;
	font-size: 20px;
}
.expert-text {
	width: 52%;
}
.s-recovery {
	padding: 60px 0 55px;
}
.b-recovery {
	max-width: 772px;
	margin: 80px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
.b-recovery:after {
	content: '';
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	width: 800px;
	height: 800px;

	background: radial-gradient(ellipse farthest-side at center, transparent 0%, #fff 100%),
		linear-gradient(44deg, #1f7cf394 0, rgb(174 214 255 / 58%) 100%);
	border-radius: 50%;
}
.b-recovery > div {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 43%;
	flex: 0 1 43%;
	font-size: 16px;
	margin-bottom: 40px;
}
.video-wrap {
	border-radius: 10px;
	overflow: hidden;
	font-size: 0;
	margin-bottom: 20px;
}
.video-wrap video {
	max-width: 100%;
}
.s-reviews {
	padding: 60px 0 45px;
}
.b-reviews {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
}
.b-review {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 28%;
	flex: 0 1 28%;
}
.b-review p {
	font-size: 14px;
}
.review-author {
	font-size: 16px;
	color: #878787;
	margin-bottom: 20px;
}
.review-author b {
	display: block;
	font-size: 20px;
	color: #000;
}
.b-review img {
	margin: 20px 0;
	display: block;
}
.s-steps {
	padding: 55px 0 90px;
}
.b-steps {
	margin-top: 55px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.b-step {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 28%;
	flex: 0 1 28%;
	text-align: center;
	font-weight: 700;
}
.b-step img {
	border-radius: 50%;
	display: block;
	margin: 0 auto 15px;
}
.s-bottom {
	padding: 55px 0 80px;
}
.prod-title {
	text-align: center;
	font-weight: 700;
	font-size: 60px;
}
.b-pluses {
	margin-top: 70px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.b-plus {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 28%;
	flex: 0 1 28%;
	font-size: 16px;
}
.m-green {
	font-size: 20px;
	font-weight: 700;
	color: #042d8d;
	text-transform: uppercase;
	margin: 20px 0 10px;
}
.m-red {
	color: #042d8d;
}
.bottom-prod {
	display: inline-block;
	position: relative;
}
.img-woman2 {
	display: inline-block;
	margin-right: -170px;
	margin-left: 63px;
}
.img-prod {
	max-width: 350px;
}
.b-sale {
	position: absolute;
	width: 148px;
	color: #fff;
	font-size: 76px;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	background: #042d8d;
	border-radius: 50%;
	top: 220px;
	right: 225px;
	padding: 17px 0;
	font-family: 'Roboto Condensed';
}
.s-bottom .b-order {
	max-width: 370px;
	margin: 85px 0 0 20px;
}
@media (max-width: 1200px) {
	.product-slider {
		width: 445px;
	}
	.slider-thumb {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
		float: none;
	}

	.slider-thumb .slick-slide {
		width: auto !important;
		margin-right: 6px;
		margin-bottom: 0;
	}

	.b-shildik {
		left: 5%;
	}
	.slider-thumb .slick-track,
	.slider-thumb .slick-list {
		height: auto !important;
	}
	.img-woman2 {
		margin: 0 -245px 0 -25px;
	}
}
@media (max-width: 990px) {
	body {
		font-size: 16px;
	}
	.d-large {
		display: none !important;
	}
	.d-mobile {
		display: block !important;
	}
	.b-header {
		text-align: center;
		position: static;
	}
	.b-title {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.s-top {
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 35px 0 20px;
	}
	.s-top-inner {
		display: block;
	}
	.product-slider,
	.s-top .b-order {
		display: block;
		max-width: 445px;
		width: 100%;
		margin: 0 auto;
	}

	.slider-thumb li img {
		max-width: 50px;
	}
	.slider-preview {
		width: 100%;
	}
	.slider-preview img {
		max-width: 100%;
	}
	.b-dark {
		font-size: 10px;
		padding: 3px 15px;
	}
	.b-prices {
		margin-right: 0;
	}
	.b-form {
		padding: 25px 14px;
	}
	.btn {
		text-align: center;
		padding: 12px 0;
		display: block;
		width: 100%;
	}

	.b-quick {
		margin-right: 5px;
		font-size: 12px;
	}
	.s-top-inner:after {
		-webkit-transform: translate(-50%, -32%);
		-ms-transform: translate(-50%, -32%);
		transform: translate(-50%, -32%);
		position: absolute;
		top: 0;
	}
	.s-problems {
		padding: 15px 0 10px;
	}
	.b-problems > div,
	.b-structure > div {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.img-woman:after,
	.img-man:after {
		width: 500px;
		height: 500px;
	}
	.b-problems > div:nth-child(3),
	.b-structure > div:nth-child(3) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.b-problems > div:last-child,
	.b-structure > div:last-child {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.img-woman {
		margin-bottom: 0;
	}
	.img-man {
		margin: 19px 0px 15px 10px;
	}
	.s-description {
		padding: 45px 0 5px;
	}
	.b-description {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 45px 0 20px;
	}
	.prod-wrap {
		max-width: 350px;
		margin: 0 auto;
		width: 100%;
	}
	.prod-text {
		width: 100%;
	}
	.prod-name {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.prod-name img {
		width: 50px;
	}
	.s-structure {
		padding: 40px 0 5px;
	}
	.b-structure {
		margin-top: 5px;
	}
	.b-structure:after {
		content: none;
	}
	.b-structure > div {
		margin-bottom: 50px;
		text-align: center;
	}
	.b-structure img {
		display: block;
		margin: 0 auto 15px;
	}
	.b-structure img + div {
		width: 100%;
	}
	.s-solutions {
		padding: 45px 0 50px;
	}
	.b-solutions {
		display: block;
		max-width: 300px;
		margin: 30px auto 0;
	}
	.b-solution {
		margin-bottom: 20px;
	}
	.b-solution img {
		margin-bottom: 25px;
	}
	.s-expert {
		padding: 50px 0;
	}
	.b-expert {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 35px;
	}
	.expert-img,
	.expert-text {
		width: 100%;
	}
	.expert-img {
		margin-bottom: 10px;
	}
	.s-recovery {
		padding: 50px 0 40px;
	}
	.b-recovery {
		max-width: 330px;
		display: block;
		margin: 35px auto 0;
	}
	.s-reviews {
		padding: 40px 0 5px;
	}
	.b-reviews {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0;
	}
	.b-review {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 25px;
	}
	.b-review img.d-mobile {
		float: left;
		margin: 5px 25px 23px 0;
	}
	.s-steps {
		padding: 35px 0 65px;
	}
	.b-steps {
		display: block;
		max-width: 270px;
		margin-top: 30px;
	}
	.b-steps .slick-dots li {
		margin: 0 18px;
	}
	.b-steps .slick-dots li button {
		font-size: 18px;
		height: 31px;
		width: 31px;
		text-align: center;
		color: #fff;
	}
	.b-steps .slick-dots li button:before {
		font-size: 18px;
		height: 31px;
		width: 31px;
		z-index: -1;
		background: #000;
	}
	.b-steps .slick-dots li.slick-active button:before {
		background: #042d8d;
	}
	.b-steps .slick-dots {
		bottom: -35px;
	}
	.s-bottom {
		padding-bottom: 50px;
	}
	.b-pluses {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 270px;
		margin-top: 40px;
	}
	.b-plus {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 270px;
		flex: 0 1 270px;
		margin-bottom: 40px;
	}

	.prod-title {
		font-size: 42px;
	}
	.s-bottom .b-title {
		font-size: 24px;
	}
	.bottom-prod {
		display: block;
		max-width: 270px;
		margin: 0 auto;
	}
	.img-woman2 {
		margin-right: -95px;
	}
	.img-prod {
		max-width: 200px;
	}
	.b-sale {
		font-size: 47px;
		width: 91px;
		padding: 10px 0;
		top: 80px;
		right: 25px;
	}
	.s-bottom .b-order {
		display: block;
		margin: 0 auto;
	}
}
@media (min-width: 991px) {
	[data-unshow] {
		opacity: 0;
		-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
		transition: opacity 0.5s, -webkit-transform 0.5s;
		-o-transition: transform 0.5s, opacity 0.5s;
		transition: transform 0.5s, opacity 0.5s;
		transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
		will-change: transform, opacity;
	}
	[data-unshow='1'] {
		-webkit-transform: translate(0, 50px);
		-ms-transform: translate(0, 50px);
		transform: translate(0, 50px);
	}
	[data-unshow='2'] {
		-webkit-transform: translate(-200px, 0);
		-ms-transform: translate(-200px, 0);
		transform: translate(-200px, 0);
	}
	[data-unshow='3'] {
		-webkit-transform: translate(200px, 0);
		-ms-transform: translate(200px, 0);
		transform: translate(200px, 0);
	}

	[data-unshow].show {
		opacity: 1;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
	}
}
