@font-face {
	font-family: Angsana New;
	src: url(../fonts/Angsana-New-Regular.ttf)
}

@font-face {
	font-family: Angsana New;
	src: url(../fonts/Angsana-New-Bold.ttf);
	font-weight: 700
}

.slick-slider,
section {
	display: block
}

.order__title,
h2 {
	text-transform: uppercase
}

.counter__elem,
.order .price,
.order__title,
.timer {
	text-align: center
}

a,
body,
div,
h2,
h3,
h4,
h5,
h6,
html,
i,
img,
li,
p,
section,
small,
span,
strong,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

ul {
	list-style: none
}

.slick-slider {
	-moz-box-sizing: border-box
}

body {
	color: #d3d3d3;
	font-size: 24px;
	font-family: Angsana New, Arial;
	font-weight: 400;
	line-height: 1.25;
	outline: 0
}

.list__item,
h3,
h5,
strong {
	font-weight: 700
}

a,
a::active,
ul {
	outline: 0
}

h2 {
	line-height: 1.1;
	font-family: Arial;
	font-size: 95px;
	font-weight: 700;
	text-shadow: 0 0 50px #333
}

h3 {
	font-size: 2.8rem;
	line-height: 1.22
}

h5 {
	font-size: 25px
}

.container {
	width: 1140px;
	padding: 0 15px;
	margin: 0 auto
}

.container:after {
	content: " ";
	display: table;
	clear: both
}

.order {
	width: 100%;
	max-width: 290px;
	overflow: hidden;
	position: relative
}

.order-head {
	padding: 5px 15px 20px;
	background: #3ebde0;
	background: -webkit-gradient(linear, left top, left bottom, from(#105b88), to(#3ebde0));
	background: linear-gradient(top, #105b88, #3ebde0)
}

.order .discount {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 2;
	background-image: url(../images/icons.png);
	background-position: -416px -69px;
	width: 130px;
	height: 100px
}

.order .discount:after {
	display: block;
	position: absolute;
	content: "-50%";
	font-size: 36px;
	font-family: Arial, sans-serif;
	left: 0;
	line-height: 0;
	margin: auto;
	right: 25%;
	text-align: center;
	top: 45%;
	-webkit-transform: rotate(-41deg) translateY(-10px);
	transform: rotate(-41deg) translateY(-10px);
	z-index: 3
}

.order .price {
	border-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	font-weight: 700;
	font-family: Arial, sans-serif
}

.order .price__new,
.order .price__old {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	font-size: 0
}

.order .price__new {
	color: #fff;
	display: block;
	width: 100%;
	margin-top: 40px
}

.order .price__old {
	color: hsla(0, 0%, 100%, .8);
	margin: 5px 0 10px;
	opacity: .3
}

.order .price__old-crossed :after {
	bottom: 8px;
	-webkit-transform: rotate(-18deg);
	transform: rotate(-18deg)
}

.order .price__old-currency {
	font-size: 24px;
	font-weight: 400;
	margin-right: 10px
}

.order .price__old-cost {
	font-size: 24px;
	line-height: 1.3;
	text-decoration: line-through;
	font-weight: 400
}

.order .price__new-currency {
	font-size: 24px;
	font-weight: 400;
	margin-right: 10px
}

.order .price__new-cost {
	font-size: 36px
}

.order__title {
	font-size: 23px;
	font-weight: 500;
	line-height: 1.375rem;
	margin: auto auto 20px;
	padding: 8px 10px 0;
	border-top: 1px solid #fff;
	color: hsla(0, 0%, 100%, .7)
}

#orderFormBorder {
	background: #f7f7f7;
	margin-top: -20px;
	padding: 15px 20px 25px;
	position: relative
}

.order #orderFormBorder:after,
.order #orderFormBorder:before {
	background: #f7f7f7;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	top: -15px;
	width: 51%
}

.order #orderFormBorder:before {
	left: 0;
	-webkit-transform: rotate(6deg);
	transform: rotate(6deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.order #orderFormBorder:after {
	right: 0;
	-webkit-transform: rotate(-6deg);
	transform: rotate(-6deg);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.order .form-control {
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 4px;
	color: #4b2300;
	display: block;
	font-size: .875rem;
	height: 38px;
	margin-bottom: 13px;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

.order .form-control:focus {
	border-color: #4b2300
}

.order .submit-form {
	position: relative;
	outline: 0;
	cursor: pointer
}

.order .submit-form:disabled {
	cursor: not-allowed;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b15948), to(#f0996a));
	background: linear-gradient(0deg, #b15948 0, #f0996a);
	-webkit-animation: none;
	animation: none
}

.icons-secure {
	margin-top: 20px;
	background-image: url(../images/icons.png);
	background-position: -236px -382px;
	width: 249px;
	height: 41px
}

.submit-form {
	display: block;
	margin: 0 auto;
	background: red;
	border: 1px solid #8f8f8f;
	color: #fff;
	width: 100%;
	max-width: 250px;
	min-height: 54px;
	font-size: 30px;
	padding: 7px 45px;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 15px #999;
	box-shadow: 0 5px 15px #999;
	-webkit-animation: c 2s infinite;
	animation: c 2s infinite
}

.button-wrap:hover .button:not(:disabled),
.submit-form {
	-webkit-transition: background .4s;
	transition: background .4s
}

.button-wrap:hover .button:not(:disabled) {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efa02f), to(#eb5428));
	background: linear-gradient(0deg, #efa02f 0, #eb5428)
}

.button-wrap:active .button:not(:disabled) {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b34100), to(#8a0101));
	background: linear-gradient(0deg, #b34100 0, #8a0101);
	-webkit-transition: background .3s;
	transition: background .3s
}

.timer {
	width: 290px;
	background: #7f7f7e;
	padding: 5px 0
}

.list__item:before {
	background-image: url(../images/icons.png)
}

.timer__title {
	font-size: 20px;
	color: hsla(0, 0%, 100%, .9)
}

.timer__item {
	display: inline-block;
	font-size: 40px;
	padding: 0 5px;
	line-height: 1;
	vertical-align: middle;
	color: #dadada;
	font-family: Arial, sans-serif
}

.timer-wrap {
	font-size: 30px
}

.timer__item_color {
	color: #43c7e9
}

.list__item {
	padding: 10px 0 10px 30px;
	font-size: 25px;
	position: relative;
	color: #fff;
	font-weight: 700
}

.list__item:before {
	display: inline-block;
	content: "";
	position: absolute;
	background-position: -497px -292px;
	width: 33px;
	height: 38px;
	left: 0;
	top: 4px
}

@-webkit-keyframes a {
	0%,
	10%,
	to {
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}
	5% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
}

@-webkit-keyframes b {
	0%,
	30%,
	to {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	15% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.counter__elem {
	display: block;
	font-weight: 400
}

.counter {
	white-space: nowrap;
	width: 150px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.counter__elem {
	background-color: #f1f2f2;
	color: #48c8e9;
	float: left;
	font-size: 3.1rem;
	height: 48px;
	line-height: 48px;
	margin-right: 5px;
	width: 44px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 3px hsla(0, 0%, 76%, .75);
	box-shadow: 0 1px 3px hsla(0, 0%, 76%, .75);
	border-radius: 5px;
	font-family: Arial, sans-serif
}

.primary,
.primary-bg {
	height: 666px;
	overflow: hidden
}

.counter__elem1 {
	color: #828693
}

.small__left p,
.small h3 {
	padding-bottom: 25px
}

.primary {
	position: relative;
	background: #000;
	color: #fff
}

.primary-bg {
	position: absolute;
	width: 2520px;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(../images/primary-bg.jpg) top no-repeat;
	background-size: cover;
	z-index: 2
}

.primary-bottom,
.primary-wrap {
	position: relative
}

.primary-top {
	height: 500px
}

.primary-bottom {
	height: 138px
}

.primary-bottom:before {
	display: block;
	content: "";
	position: absolute;
	width: 435px;
	height: 572px;
	background: url(../images/primary-img.png) no-repeat;
	bottom: 0;
	left: 50%;
	margin-left: -650px;
	z-index: 3;
	bottom: -171px
}

.pr-block {
	margin: 10px 300px 0 285px;
	position: relative;
	z-index: 4
}

.pr-block h3 {
	height: 160px;
	font-size: 55px;
	line-height: 54px
}

.pr-block__list {
	width: 255px;
	
	margin-left: 25px;
	margin-top:-50px;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

@media (max-width:900px) {
	
.pr-block__list {
	width: 255px;
	
	margin-left: 25px;
	margin-top:0px;
}
}

.pr-form {
	position: absolute;
	right: 15px;
	bottom: 50px;
	z-index: 5;
	bottom: 20px
}

.cause_1:after,
.cause_2:after,
.composition__item_1:before,
.composition__item_3:before {
	right: 0
}

.pr-form .timer {
	margin-bottom: 25px
}

.pr-product {
	position: absolute;
	bottom: -35px;
	left: calc(50% - 10px);
	-webkit-transform: scale(.75);
	transform: scale(.75);
	margin-left: -9px;
	z-index: 3
}

.pr-counter,
.pr-counter .container,
.pr-icons {
	position: relative
}

.pr-icons {
	height: 138px;
	padding-left: 310px;
	z-index: 4
}

.pr-icons li {
	display: inline-block;
	width: 77px;
	height: 77px;
	margin: 0 3px
}

.pr-icons .icon1 {
	background: url(../images/svg/pr-ico1.svg) no-repeat;
	background-size: 100%
}

.pr-icons .icon2 {
	background: url(../images/svg/pr-ico2.svg) no-repeat;
	background-size: 100%
}

.pr-icons .icon3 {
	background: url(../images/svg/pr-ico3.svg) no-repeat;
	background-size: 100%
}

.pr-counter {
	display: none;
	background: rgba(0, 0, 0, .5);
	min-height: 55px
}

.pr-counter__text {
	display: inline-block;
	padding-left: 140px;
	padding-top: 30px;
	color: #49c9e9
}

.cause:after,
.small:after {
	display: block;
	content: ""
}

.statutes {
	padding-top: 40px
}

.statutes a {
	text-decoration: none;
	color: #fff;
	margin: 0 15px
}

.small {
	background-color: #6d6d6d;
	background-image: radial-gradient(circle 416px at 49.13% 18.92%, #8e8e8e 0, #303030 100%);
	min-height: 555px;
	padding-top: 42px;
	color: #d3d3d3;
	position: relative;
	font-size: 30px;
	line-height: 20px
}

.small:after {
	background: url(../images/small-bg.png) no-repeat;
	width: 319px;
	height: 527px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.small .container {
	position: relative;
	z-index: 2
}

.small p {
	color: #8d8d8d
}

.small__left,
.small__right {
	width: 50%;
	float: left
}

.cause_1:after,
.cause_2:after,
.cause_3:after,
.cause_4:after,
.cause_5:after {
	background-image: url(../images/icons.png);
	width: 86px;
	height: 86px
}

.small__right {
	padding-left: 120px
}

.small__right p {
	padding-top: 35px;
	padding-left: 85px
}

.small__left {
	padding-right: 80px
}

.small__left p {
	padding-right: 95px
}

.cause {
	position: relative;
	max-width: 310px;
	padding: 40px 0;
	font-size: 30px;
	font-weight: 700
}

.cause:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.cause_1,
.cause_2 {
	padding-right: 110px;
	text-align: right;
	float: right
}

.cause_1 {
	margin-right: 132px
}

.cause_1:after {
	background-position: -273px -500px
}

.cause_2 {
	margin-right: 70px
}

.cause_2:after {
	background-position: -182px -500px
}

.cause_3,
.cause_4,
.cause_5 {
	padding-left: 110px
}

.cause_3:after,
.cause_4:after,
.cause_5:after {
	left: 0
}

.cause_3:after {
	background-position: -91px -500px
}

.cause_4 {
	margin-left: 70px
}

.cause_4:after {
	background-position: 0 -500px
}

.cause_5 {
	margin-left: 55px;
	margin-top: 20px
}

.cause_5:after {
	background-position: -551px -69px
}

.plus {
	background: #000;
	min-height: 285px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.plus-list {
	/*! overflow:hidden */
}

.plus-image {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 170px;
	-webkit-transition: all .1s;
	transition: all .1s
}

.plus-image__picture1,
.plus-image__picture2,
.plus-image__picture3,
.plus-image__picture4 {
	background-image: url(../images/icons.png);
	width: 203px;
	height: 186px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

.plus-image__picture1 span,
.plus-image__picture2 span,
.plus-image__picture3 span,
.plus-image__picture4 span {
	position: absolute;
	display: block;
	color: #fd0000;
	text-shadow: 0 0 5px rgba(0, 0, 0, .6);
	font-size: 80px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	bottom: -25px;
	right: 0
}

.circles,
.circles li {
	display: inline-block
}

.plus-image__picture1 small,
.plus-image__picture2 small,
.plus-image__picture3 small,
.plus-image__picture4 small {
	font-size: 2.5rem
}

.plus-image p {
	font-weight: 700;
	padding-top: 190px;
	font-size: 25px
}

.plus-image__picture1 {
	background-position: 0 0
}

.plus-image__picture2 {
	background-position: -208px -191px
}

.plus-image__picture3 {
	background-position: 0 -191px
}

.plus-image__picture4 {
	background-position: -208px 0
}

.plus__circles li {
	background: #fd0000
}

.circles {
	padding: 0 5px
}

.circles li {
	width: 17px;
	height: 17px;
	border-radius: 50%;
	-webkit-transform: scale(.7);
	transform: scale(.7)
}

.anim .anim_img1,
.anim .anim_img2,
.anim .anim_img3,
.anim .anim_img4 {
	-webkit-animation-name: b;
	animation-name: b;
	-webkit-animation-duration: 2.8s;
	animation-duration: 2.8s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.anim .anim_img1 {
	-webkit-animation-delay: 0;
	animation-delay: 0
}

.anim .anim_img2 {
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}

.anim .anim_img3 {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s
}

.anim .anim_img4 {
	-webkit-animation-delay: 2.1s;
	animation-delay: 2.1s
}

.anim .anim-circle li {
	-webkit-animation-name: a;
	animation-name: a;
	-webkit-animation-duration: 2.8s;
	animation-duration: 2.8s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.anim .anim-circle_1 .anim-circle__c1 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.anim .anim-circle_1 .anim-circle__c2 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.anim .anim-circle_1 .anim-circle__c3 {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.anim .anim-circle_1 .anim-circle__c4 {
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}

.anim .anim-circle_1 .anim-circle__c5 {
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}

.anim .anim-circle_2 .anim-circle__c1 {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s
}

.anim .anim-circle_2 .anim-circle__c2 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s
}

.anim .anim-circle_2 .anim-circle__c3 {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s
}

.anim .anim-circle_2 .anim-circle__c4 {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s
}

.anim .anim-circle_2 .anim-circle__c5 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.anim .anim-circle_3 .anim-circle__c1 {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s
}

.anim .anim-circle_3 .anim-circle__c2 {
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s
}

.anim .anim-circle_3 .anim-circle__c3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.anim .anim-circle_3 .anim-circle__c4 {
	-webkit-animation-delay: 2.1s;
	animation-delay: 2.1s
}

.anim .anim-circle_3 .anim-circle__c5 {
	-webkit-animation-delay: 2.2s;
	animation-delay: 2.2s
}

@keyframes a {
	0%,
	10%,
	to {
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}
	5% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
}

@keyframes b {
	0%,
	30%,
	to {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	15% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.big {
	min-height: 600px;
	background: url(../images/big-bg.jpg) 50% 0 no-repeat #000;
	padding-top: 40px;
	padding-bottom: 10px;
	background-size: cover
}

.big-wrap {
	padding-left: 460px;
	padding-right: 70px
}

.big h3 {
	color: #fff;
	font-size: 63px
}

.big-block {
	position: relative;
	min-height: 430px;
	padding-left: 230px;
	padding-top: 25px;
	font-size: 19px
}

.big-block__product {
	position: absolute;
	left: -120px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.big-block p,
.ingredient-wrap {
	position: relative
}

.big-block p {
	color: #d3d3d3;
	z-index: 2
}

.big__list {
	padding-top: 20px
}

.expert {
	background: url(../images/expert-bg.jpg) top no-repeat;
	min-height: 366px;
	background-size: cover;
	padding: 40px 0
}

.expert-block {
	padding-right: 515px
}

.expert-block span {
	color: #fff;
	font-family: 23px
}

.expert-block h3 {
	color: #fff
}

.expert-block p {
	padding: 20px 0 30px;
	color: #fff
}

.ingredient {
	background: url(../images/ingredient-bg.jpg) top no-repeat #000;
	background-size: cover;
	min-height: 560px;
	padding-top: 40px
}

.ingredient__title {
	text-align: center;
	padding-bottom: 15px;
	color: #fff;
	position: relative;
	z-index: 2
}

.composition {
	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
}

.composition p {
	font-size: 19px
}

.composition__item:before,
.quote__text:before {
	display: inline-block;
	content: ""
}

.composition__item {
	width: 440px;
	color: #d3d3d3;
	padding: 38px 0;
	position: relative
}

.composition__item_1:before,
.composition__item_2:before,
.composition__item_3:before,
.composition__item_4:before {
	background-image: url(../images/icons.png);
	width: 116px;
	height: 116px
}

.composition__item:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.composition__item h5 {
	padding-bottom: 10px
}

.composition__item_1,
.composition__item_3 {
	padding-right: 140px;
	text-align: right;
	float: right
}

.composition__item_2,
.composition__item_4 {
	padding-left: 140px;
	text-align: left
}

.comments__title,
.steps {
	text-align: center
}

.composition__item_2:before,
.composition__item_4:before {
	left: 0
}

.composition__item_1:before {
	background-position: -413px -172px
}

.composition__item_2:before {
	background-position: -116px -381px
}

.composition__item_3 {
	margin-left: 20px
}

.composition__item_3:before {
	background-position: -532px -174px
}

.composition__item_4 {
	margin-right: 20px
}

.composition__item_4:before {
	background-position: 0 -380px
}

.journals {
	min-height: 318px;
	background: radial-gradient(circle 700px at 35% 0, #115c89, #000);
	background-position: 350px;
	position: relative;
	overflow: hidden;
	padding: 35px 0
}

.journals__img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-105%, -47%);
	transform: translate(-105%, -47%)
}

.journals__text {
	margin-left: 515px;
	margin-right: 35px
}

.quote__title {
	color: #000;
	font-size: 45px;
	font-family: Arial, sans-serif
}

.quote__text {
	padding-top: 25px;
	position: relative;
	z-index: 1
}

.quote__text:before {
	position: absolute;
	background-image: url(../images/icons.png);
	background-position: -416px -292px;
	width: 76px;
	height: 61px;
	left: -40px;
	top: 0;
	z-index: -1;
	opacity: .5
}

.comments {
	background: radial-gradient(circle farthest-side at 50% 0, #141111, #000);
	min-height: 630px;
	padding: 40px 0
}

.comments__title {
	color: #fff;
	font-size: 55px
}

.comments-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 35px 100px 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.comment-block {
	background: #202020;
	padding: 15px 15px 50px;
	margin-bottom: 10px;
	margin-top: 25px;
	text-align: center
}

.comment-block h6 {
	margin: 20px 0 25px;
	color: #fff;
	font-size: 37px
}

.comment-block p {
	font-size: 23px
}

.comment__img1 {
	display: block;
	width: 243px;
	height: 205px;
	background: url(../images/comments.jpg);
	background-position-x: 0
}

.steps {
	padding: 45px 0 0;
	min-height: 420px;
	background: url(../images/steps-bg.jpg) top no-repeat #000;
	overflow: hidden
}

.steps h3,
.steps h5 {
	color: #fff
}

.steps-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 100px 0;
	overflow: hidden
}

.steps__circles {
	padding-top: 62px
}

.steps__circles li {
	background: #fff;
	opacity: .5
}

.steps-block {
	width: 140px
}

.steps-block h5 {
	padding: 5px 0 10px
}

.steps-block p {
	font-size: 20px
}

.steps .icon {
	display: inline-block;
	width: 146px;
	height: 146px;
	opacity: .5;
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

.steps__ico1 {
	background: url(../images/svg/step-ico1.svg) no-repeat;
	background-size: 100%
}

.steps__ico2 {
	background: url(../images/svg/step-ico2.svg) no-repeat;
	background-size: 100%
}

.steps__ico3 {
	background: url(../images/svg/step-ico4.svg) no-repeat;
	background-size: 100%
}

.steps__ico4 {
	background: url(../images/svg/step-ico3.svg) no-repeat;
	background-size: 100%
}

.ingredient .pr-product {
	max-width: 240px;
	margin-left: -110px
}

@media screen and (max-width:1170px) {
	.container {
		width: 970px
	}
	.primary-bg {
		-webkit-transform: translateX(-53.4%);
		transform: translateX(-53.4%)
	}
	.primary-bottom:before {
		margin-left: -620px
	}
	.pr-block {
		margin-left: 130px
	}
	.pr-product {
		margin-left: -90px
	}
	.pr-icons {
		padding-left: 200px
	}
	.small__right {
		padding-left: 105px
	}
	.small__left {
		padding-right: 75px
	}
	.cause_4 {
		margin-left: 30px
	}
	.plus-image {
		width: 145px
	}
	.big-wrap {
		padding-left: 330px
	}
	.expert-block {
		padding-right: 370px
	}
	.composition__item {
		width: 350px
	}
	.journals__text {
		margin-left: 430px;
		margin-right: 15px
	}
	.comments {
		padding: 40px 0;
		min-height: auto
	}
	.comments-list {
		padding: 35px 50px 0
	}
	.steps-list {
		padding: 15px 0 0
	}
}

@media screen and (max-width:991px) {
	.comment__img1 {
		margin: auto
	}
	.comment-block {
		max-width: 243px;
		margin: auto
	}
	.ingredient .pr-product {
		-webkit-transform: scale(1);
		transform: scale(1);
		position: static;
		display: block;
		margin: auto
	}
	.cause_4,
	.cause_5,
	.pr-icons {
		display: none
	}
	.footer,
	section {
		position: relative;
		z-index: 2
	}
	h2 {
		font-size: 3rem
	}
	h3 {
		font-size: 2.3rem
	}
	.container {
		width: 750px
	}
	.steps {
		padding-top: 25px
	}
	.steps-block h5 {
		padding-bottom: 0
	}
	.steps h3 {
		font-size: 60px
	}
	.small__left,
	.small__left p {
		padding-right: 0
	}
	.counter {
		width: 100px
	}
	.counter__elem {
		height: 37px;
		width: 28px;
		line-height: 37px;
		font-size: 2.345rem
	}
	.primary {
		height: auto
	}
	.primary-bg {
		-webkit-transform: translateX(-53.4%) scale(.7);
		transform: translateX(-53.4%) scale(.7);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}
	.primary-top {
		height: 445px
	}
	.primary-bottom {
		height: auto;
		padding-bottom: 38px
	}
	.primary-bottom:before {
		display: none
	}
	.pr-block {
		margin: 10px 250px 0 0
	}
	.pr-block h3 {
		height: auto
	}
	.pr-block__list {
		font-size: 1rem;
		height: 160px
	}
	.pr-form {
		position: static;
		max-width: 290px;
		margin: 0 auto
	}
	.pr-product {
		margin-left: 0;
		bottom: auto;
		top: -415px;
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}
	.pr-form {
		margin-top: 30px
	}
	.small {
		background-image: radial-gradient(circle 416px at 70% 18.92%, #8e8e8e 0, #303030 100%)
	}
	.small:after {
		-webkit-transform: translateX(15%);
		transform: translateX(15%)
	}
	.small__left,
	.small__right {
		width: 100%
	}
	.small__right {
		padding-left: 0;
		padding-bottom: 20px
	}
	.small__right p {
		padding-left: 0;
		max-width: 400px;
		padding-top: 20px
	}
	.small__left p {
		padding-bottom: 15px;
		max-width: 400px
	}
	.cause_1,
	.cause_2 {
		float: none;
		padding-right: 0;
		padding-left: 110px;
		text-align: left
	}
	.cause_1:after,
	.cause_2:after {
		right: auto;
		left: 0
	}
	.plus-image {
		display: block;
		margin: 0 auto;
		padding: 20px 0
	}
	.plus-image__picture1,
	.plus-image__picture2,
	.plus-image__picture3,
	.plus-image__picture4 {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	.plus-image p {
		padding-top: 215px;
		font-size: 36px
	}
	.circles {
		display: none
	}
	.anim .anim-circle li,
	.anim .anim_img1,
	.anim .anim_img2,
	.anim .anim_img3,
	.anim .anim_img4 {
		-webkit-animation: none;
		animation: none
	}
	.big-wrap {
		padding-left: 165px
	}
	.expert-block {
		padding-right: 270px
	}
	.ingredient {
		background-size: 1750px
	}
	.composition {
		display: block;
		margin: 0 auto;
		width: 400px;
		padding: 0 25px 30px
	}
	.composition__item {
		width: 350px;
		padding: 135px 20px 0;
		margin: 0;
		text-align: center
	}
	.composition__item:before {
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
		margin-top: 15px
	}
	.composition__item_1,
	.composition__item_3 {
		float: none
	}
	.composition p {
		font-size: 20px
	}
	.journals {
		background: -webkit-gradient(linear, left top, left bottom, from(#135f8b), to(#135d8a));
		background: linear-gradient(#135f8b, #135d8a)
	}
	.journals__img {
		top: -30px;
		-webkit-transform: translate(-50%) scale(.7);
		transform: translate(-50%) scale(.7)
	}
	.journals__text {
		margin-top: 350px;
		margin-left: 45px;
		margin-right: 45px
	}
	.quote__title {
		text-align: center;
		padding: 0 0 10px;
		font-size: 36px
	}
	.comments-list {
		padding: 0;
		width: 295px;
		margin: 0 auto
	}
	.steps {
		background: 0 0;
		background: #0f5886
	}
	.steps-list {
		display: block;
		margin: auto
	}
	.steps-block {
		margin: 0 auto;
		padding: 15px 0
	}
	.steps .icon {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@media screen and (max-width:767px) {
	.order .price__old {
		opacity: 1
	}
	.ingredient__title {
		font-size: 36px
	}
	.timer {
		display: none
	}
	h2 {
		font-size: 40px;
		margin-bottom: 20px
	}
	h3 {
		font-size: 32px
	}
	.big h3 {
		font-size: 30px;
		width: 140px
	}
	.container {
		max-width: 320px;
		width: 100%
	}
	.button-wrap:hover .button:not(:disabled) {
		background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #bb1f00), to(#ff6c00));
		background: linear-gradient(0deg, #bb1f00 20%, #ff6c00)
	}
	.button-wrap:active .button:not(:disabled) {
		background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b34100), to(#8a0101));
		background: linear-gradient(0deg, #b34100 0, #8a0101)
	}
	.list__item:before {
		-webkit-transform: scale(.6);
		transform: scale(.6);
		top: -7px
	}
	.counter {
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		top: auto;
		bottom: 5px;
		left: 15px
	}
	.counter__elem {
		color: #48c8e9
	}
	.counter__elem1 {
		color: #828693
	}
	.pr-counter {
		display: block
	}
	.primary-bg {
		-webkit-transform: translateX(-44%) translateY(-30px) scale(.67);
		transform: translateX(-44%) translateY(-30px) scale(.67);
		height: 515px
	}
	.primary-top {
		height: 305px
	}
	.primary-bottom:before {
		display: none
	}
	.pr-block {
		margin: 10px 75px 0 0
	}
	.pr-block h3 {
		font-size: 21px;
		line-height: 20px;
		white-space: nowrap
	}
	.pr-block__list {
		width: 160px;
		margin-left: 0;
		margin-top: -75px;

	}
	
	
	@media all and (max-width : 950px) {
		.pr-block__list {
		
		margin-left: 0;
		margin-top: -45px;
		
	} }
	.pr-form .order {
		z-index: 5;
		margin-top: 5px
	}
	.pr-product {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		margin-left: -47px;
		top: -320px;
		z-index: 6
	}
	.pr-counter {
		z-index: 4
	}
	.small {
		min-height: auto;
		overflow: hidden;
		background-image: radial-gradient(circle 259px at 85% 18.14%, #8e8e8e 0, #303030 100%)
	}
	.small:after {
		-webkit-transform: translateX(-13%) scale(.85);
		transform: translateX(-13%) scale(.85);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%
	}
	.small h3 {
		padding-bottom: 10px
	}
	.small p {
		font-size: 20px;
		padding: 0;
		font-weight: 700
	}
	.small__left,
	.small__right {
		padding-right: 90px
	}
	.cause {
		font-size: 22px;
		padding: 25px 0 25px 65px
	}
	.cause:after {
		-webkit-transform: translateY(-50%) scale(.6);
		transform: translateY(-50%) scale(.6);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%
	}
	.big {
		background: url(../images/big-bg-sm.jpg) 50% 0 no-repeat #000;
		background-size: cover;
		min-height: 325px;
		padding-bottom: 50px;
		padding-top: 30px
	}
	.big-wrap {
		padding: 0
	}
	.big br {
		display: none
	}
	.big-block {
		padding: 0;
		min-height: auto
	}
	.big-block__product {
		-webkit-transform: translate(-12%, -15%) scale(.63);
		transform: translate(-12%, -15%) scale(.63);
		top: 80px
	}
	.big-block p {
		font-size: 23px;
		padding-top: 15px
	}
	.big__list,
	.composition__item,
	.expert-block p {
		font-size: 18px
	}
	.big__list {
		padding-left: 115px;
		padding-top: 25px
	}
	.big__list .list__item {
		padding: 5px 0 5px 30px;
		font-size: 20px;
		margin-left: 30px
	}
	.expert-block {
		padding-right: 0
	}
	.expert-block h3 {
		padding-right: 100px;
		padding-bottom: 10px
	}
	.expert-block p {
		padding: 30px 0 10px
	}
	.expert-block p span {
		display: block;
		font-size: 22px;
		font-weight: 700
	}
	.journals__img {
		display: none
	}
	.ingredient {
		background-size: 1150px;
		padding-top: 35px;
		background-position: -210px top
	}
	.composition {
		width: 290px;
		padding: 0
	}
	.composition__item {
		width: auto
	}
	.composition__item h5 {
		font-size: 28px;
		padding-bottom: 5px
	}
	.journals__text {
		margin: 0;
		padding-top: 200px;
		position: relative
	}
	.journals__text:before {
		position: absolute;
		display: block;
		content: "";
		width: 634px;
		height: 365px;
		background: url(../images/journals.png) no-repeat;
		background-size: cover;
		top: -100px;
		left: 50%;
		-webkit-transform: translateX(-50%) scale(.54);
		transform: translateX(-50%) scale(.54)
	}
	.quote__text {
		padding-top: 15px;
		font-size: 24px;
		text-align: center;
		line-height: 20px
	}
	.quote__text:before {
		left: -10px
	}
	.comments__title {
		font-size: 36px;
		margin-bottom: 35px
	}
	.comment__img1 {
		margin: auto
	}
	.comment-block {
		max-width: 243px;
		margin: auto
	}
	.comments {
		padding-bottom: 65px
	}
	.cause_1 {
		margin-right: 0
	}
	.pr-block h2 {
		margin-bottom: 10px
	}
	.pr-block h3 {
		margin-bottom: 50px
	}
	.pr-block .list__item:before {
		top: 3px
	}
}

@media (max-width:375px) {
	.expert {
		background: url(../images/expert-bg-sm.jpg) top no-repeat #125f8d;
		padding: 35px 0 20px
	}
	.primary-bg {
		background-size: contain
	}
}

@media (max-width:350px) {
	.pr-product {
		margin-left: -67px
	}
}

@-webkit-keyframes c {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@keyframes c {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@media(min-width:768px) {
	.expert-block p {
		width: 521px
	}
}

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

.footer {
	background: #000!important;
	color: #fff!important;
	line-height: 1.2
}

form {
	position: relative;
}

.loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 10000;
	display: none;
}

.loader img {
	position: absolute;
	width: 10%;
	bottom: 50%;
	left: 50%;
	transform: translateY(50%);
	transform: translateX(-50%);
}

.loader img {
	position: absolute;
	width: 10%;
	bottom: 50%;
	left: 50%;
	transform: translateY(50%);
	transform: translateX(-50%);
}