@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

img,
legend {
	border: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
legend,
p,
td,
th,
ul {
	padding: 0;
}

.form,
sub,
sup {
	position: relative;
}

.form__prices__old,
.form__prices__old .old-price {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.form__date,
.form__last,
.title {
	text-align: center;
}

*,
.slick-list:focus,
a:active,
a:hover {
	outline: 0;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-dots,
ul {
	list-style: none;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	max-width: 100%;
}

svg,
svg:not(:root) {
	overflow: hidden;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
optgroup,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre,
textarea {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

body,
html,
input {
	line-height: normal;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

*,
body,
html {
	-webkit-box-sizing: border-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}

body,
html {
	margin: 0;
	width: 100%;
	font-family: Roboto, sans-serif;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	box-sizing: border-box;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

ul {
	margin: 0;
}

.wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1170px;
	margin: 0 auto 25px;
}

input::-ms-clear {
	display: none;
}

::-webkit-input-placeholder {
	color: #333;
	font-size: 16px;
}

::-moz-placeholder {
	color: #333;
	font-size: 16px;
}

:-moz-placeholder {
	color: #333;
	font-size: 16px;
}

:-ms-input-placeholder {
	color: #333;
	font-size: 16px;
}

.title {
	font-size: 46px;
	line-height: 1;
	font-weight: 700;
	color: #202020;
}

.stroke {
	display: inline-block;
}

.form__prices,
.form__prices__old {
	display: -webkit-box;
	display: -ms-flexbox;
}

.text-orange {
	color: #f7420b;
}

.text__m-b {
	color: #202020;
	font-weight: 500;
}

.form {
	-webkit-box-shadow: -2px 5px 49px rgba(150, 180, 202, 0.77);
	box-shadow: -2px 5px 49px rgba(150, 180, 202, 0.77);
	border-radius: 5px;
	width: 277px;
	background: #fff;
}

.form:after {
	background: url(../svg/form__arrow.svg) no-repeat;
	content: '';
	position: absolute;
	width: 87px;
	z-index: 8;
	height: 325px;
	right: -57px;
	top: 150px;
}

.form__date {
	background: #fff2d4;
	font-size: 19px;
	font-weight: 500;
	color: #222;
	padding: 13px 0 8px;
	border-radius: 5px 5px 0 0;
}

.form__last .lastpack,
.main__btn {
	font-weight: 900;
}

.form__prices {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 24px 0 17px;
}

.form__prices__old {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form__prices__old .old-title {
	color: #444;
	font-size: 13px;
}

.form__prices__old .old-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form__prices__old .old-price .x_price_previous {
	font-size: 37px;
	color: #838383;
	line-height: 33px;
	position: relative;
}

.form__prices__old .old-price .x_price_previous:after {
	background: #eb5454;
	width: 100%;
	height: 2px;
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
}

.form__prices__old .old-price .x_currency {
	color: #444;
	font-size: 14px;
}

.form__prices__line {
	background: #cacaca;
	height: 43px;
	width: 1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: -1px 25px 0;
}

.form__prices__new,
.form__prices__new .new-price {
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.form__prices__new {
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form__prices__new .new-title {
	color: #444;
	font-size: 13px;
}

.form__prices__new .new-price {
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form form,
.form form .security {
	display: -webkit-box;
	display: -ms-flexbox;
}

.form__prices__new .new-price .x_price_current {
	font-size: 40px;
	color: #87b136;
	line-height: 33px;
	font-weight: 900;
	position: relative;
}

.form__prices__new .new-price .x_currency {
	color: #444;
	font-size: 14px;
}

.form__last {
	font-size: 18px;
	color: #444;
}

.form form {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 23px 28px 26px;
}

.form form .i-name,
.form form .i-phone {
	text-align: center;
	position: relative;
}

.form form .i-name:before,
.form form .i-phone:before {
	height: 24px;
	position: absolute;
	left: 21px;
	top: 18px;
	content: '';
	background: url(../svg/name.svg) no-repeat;
	width: 21px;
}

.form form .i-name input,
.form form .i-phone input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset -2px 5px 10px rgba(0, 0, 0, 0.05);
	box-shadow: inset -2px 5px 10px rgba(0, 0, 0, 0.05);
	border: 1px solid #d9dadc;
	border-radius: 100px;
	width: 100%;
	padding: 21px 20px 21px 56px;
	color: #949494;
	margin-bottom: 15px;
	font-size: 16px;
}

.new-life__input,
.pop-up__box {
	-webkit-box-sizing: border-box;
}

.form form .i-phone:before {
	background: url(../svg/tel.svg) no-repeat;
	width: 21px;
}

.form form .security {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 29px 0 0;
}

.form form .security__text {
	color: #444;
	font-size: 15px;
	margin: 0 0 0 11px;
}

.main__btn {
	border: 1px solid rgba(247, 207, 123, 0.49);
	background: #86af36;
	background: -webkit-linear-gradient(
		left,
		#86af36 0,
		#88b236 13%,
		#8ab537 29%,
		#8db838 44%,
		#8db838 57%,
		#8ab537 71%,
		#88b236 86%,
		#86af36 100%
	);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#86af36),
		color-stop(13%, #88b236),
		color-stop(29%, #8ab537),
		color-stop(44%, #8db838),
		color-stop(57%, #8db838),
		color-stop(71%, #8ab537),
		color-stop(86%, #88b236),
		to(#86af36)
	);
	background: -o-linear-gradient(
		left,
		#86af36 0,
		#88b236 13%,
		#8ab537 29%,
		#8db838 44%,
		#8db838 57%,
		#8ab537 71%,
		#88b236 86%,
		#86af36 100%
	);
	background: linear-gradient(
		to right,
		#86af36 0,
		#88b236 13%,
		#8ab537 29%,
		#8db838 44%,
		#8db838 57%,
		#8ab537 71%,
		#88b236 86%,
		#86af36 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86af36', endColorstr='#86af36', GradientType=1);
	font-size: 30px;
	color: #fff;
	line-height: 20px;
	padding: 11px 0;
	border-radius: 100px;
	-webkit-box-shadow: 0 2px 0 0 #90b737, 0 5px 0 0 #749c27;
	box-shadow: 0 2px 0 0 #90b737, 0 5px 0 0 #749c27;
	position: relative;
	margin: 9px 0 0;
}

.header__title,
.main__btn .withD {
	font-size: 17px;
}

.header__nav-item.-first-item:after,
.header__nav-item.-second-item:after,
.header__nav-item:before {
	position: absolute;
	content: '';
}

.main__btn:hover {
	background: #b4d36d;
	background: -webkit-linear-gradient(
		left,
		#b4d36d 0,
		#a3c95a 14%,
		#95be45 28%,
		#90bb3e 42%,
		#90bb3e 57%,
		#95be45 71%,
		#a3c95a 85%,
		#b4d36d 100%
	);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#b4d36d),
		color-stop(14%, #a3c95a),
		color-stop(28%, #95be45),
		color-stop(42%, #90bb3e),
		color-stop(57%, #90bb3e),
		color-stop(71%, #95be45),
		color-stop(85%, #a3c95a),
		to(#b4d36d)
	);
	background: -o-linear-gradient(
		left,
		#b4d36d 0,
		#a3c95a 14%,
		#95be45 28%,
		#90bb3e 42%,
		#90bb3e 57%,
		#95be45 71%,
		#a3c95a 85%,
		#b4d36d 100%
	);
	background: linear-gradient(
		to right,
		#b4d36d 0,
		#a3c95a 14%,
		#95be45 28%,
		#90bb3e 42%,
		#90bb3e 57%,
		#95be45 71%,
		#a3c95a 85%,
		#b4d36d 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4d36d', endColorstr='#b4d36d', GradientType=1);
}

.main__btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	top: 5px;
}

.dashed {
	border-bottom: 1px dashed #202020;
	-webkit-transition: border 0.3s;
	-o-transition: border 0.3s;
	transition: border 0.3s;
}

.header {
	min-height: 800px;
	background: url(../png/wave-bottom.png) center 789px no-repeat,
		url(../png/men.png) center 100px no-repeat,
		-webkit-linear-gradient(45deg, rgb(0, 10, 21), rgb(0, 80, 123) 50%, rgb(
						0,
						3,
						6
					)
					100%);
	background: url(../png/wave-bottom.png) center 789px no-repeat,
		url(../png/men.png) center 100px no-repeat,
		-moz-linear-gradient(45deg, rgb(0, 10, 21), rgb(0, 80, 123) 50%, rgb(
						0,
						3,
						6
					)
					100%);
	background: url(../png/wave-bottom.png) center 789px no-repeat,
		url(../png/men.png) center 100px no-repeat,
		linear-gradient(
			45deg,
			rgb(0, 10, 21),
			rgb(0, 80, 123) 50%,
			rgb(0, 3, 6) 100%
		);
}

.header.-bottom-section {
	padding-top: 102px;
	background: url(../png/wave-bottom2.png) center 0px no-repeat,
		url(../png/men.png) center 150px no-repeat,
		-webkit-linear-gradient(45deg, rgb(0, 10, 21), rgb(0, 80, 123) 50%, rgb(
						0,
						3,
						6
					)
					100%);
	background: url(../png/wave-bottom2.png) center 0px no-repeat,
		url(../png/men.png) center 150px no-repeat,
		-moz-linear-gradient(45deg, rgb(0, 10, 21), rgb(0, 80, 123) 50%, rgb(
						0,
						3,
						6
					)
					100%);
	background: url(../png/wave-bottom2.png) center 0px no-repeat,
		url(../png/men.png) center 150px no-repeat,
		linear-gradient(
			45deg,
			rgb(0, 10, 21),
			rgb(0, 80, 123) 50%,
			rgb(0, 3, 6) 100%
		);
}

.header__nav-menu {
	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;
}

.header__nav-item,
.header__nav-item:before {
	display: block;
}

.header__nav-item.-first-item {
	width: 205px;
	margin-left: 48px;
}

.header__nav-item.-first-item:before {
	width: 34px;
	height: 37px;
	margin-top: 3px;
	margin-left: -49px;
}

.header__nav-item.-first-item:after {
	display: block;
	width: 1px;
	height: 40px;

	margin-top: -39px;
	margin-left: 276px;
}

.header__nav-item.-second-item {
	width: 342px;
	margin-left: 52px;
}

.header__nav-item.-second-item:before {
	width: 37px;
	height: 36px;
	margin-top: 3px;
	margin-left: -52px;
}

.header__nav-item.-second-item:after {
	display: block;
	width: 1px;
	height: 40px;

	margin-top: -39px;
	margin-left: 363px;
}

.header__nav-item.-last-item {
	width: 170px;
	margin-top: 11px;
	margin-right: 55px;
}

.header__nav-item.-last-item:before {
	width: 41px;
	height: 33px;
	margin-top: -6px;
	margin-left: -57px;
	background: url(../png/0-feedback.png) no-repeat;
}

.header__title {
	text-align: left;
	font-weight: 400;
	line-height: 22px;
	color: #444;
}

.header__title:hover .dashed {
	border-color: transparent;
}

.header__main-items-container {
	display: block;
	margin-top: 5px;
	width: 100%;
}

.header__main-item {
	display: inline-block;
	width: 100%;
	max-width: 400px;
	text-align: left;
}

.header__main-item.-product-pack:after,
.header__main-item.-product-pack:before {
	width: 193px;
	font-size: 18px;
	color: #202020;
	border-radius: 28px;
	font-weight: 500;
	display: block;
}

.header__main-item.-product-info {
	vertical-align: top;
}

.header__main-item.-product-pack {
	max-width: 330px;
	position: relative;
	margin-top: 317px;
	margin-left: 28px;
}

.header__main-item.-product-pack:after {
	position: absolute;
	line-height: 22px;
	content: 'Əks göstərişi yoxdu';
	background: url(../png/3287032.png) 20px 1px no-repeat, #fff2d4;
	bottom: -220px;
	left: 453px;
	padding: 6px 27px 6px 68px;
}

.header__main-item.-form {
	width: 100%;
	max-width: 278px;
	margin-top: 24px;
	margin-left: 125px;
	vertical-align: top;
}

.header__image-frame {
	max-width: 330px;
}

.header__prod-name {
	text-align: center;
	font-family: 'SredaRegular';
	margin-bottom: 30px;
	font-size: 57px;
	font-weight: 500;
	line-height: 55px;
	color: #ffffff;
}

.header__main-thing {
	margin-bottom: 16px;
	font-size: 30px;
	line-height: 46px;
	font-weight: 900;
	color: white;
}

.header__more-info {
	margin-bottom: 49px;
	font-size: 21px;
	font-weight: 400;
	line-height: 28px;
	color: white;
}

.header__preferences-box {
	display: block;
	max-width: 480px;
	margin-left: 48px;
}

.header__preference {
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 400;
	color: white;
}

.header__preference span {
	font-weight: 500;
	color: white;
}

.header__preference:before {
	display: inline-block;
	width: 35px;
	height: 34px;
	position: relative;
	content: '';
	background: url(../png/ok.png) center center no-repeat;
	top: 9px;
	border-radius: 50%;
	margin-top: -9px;
	margin-left: -38px;
}

.header__form-top {
	height: auto;
	width: 278px;
	color: #444;
	background-color: #fff;
	text-align: center;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding-bottom: 28px;
	position: relative;
	z-index: 10;

	border-radius: 5px;
}

.header__form-top::after {
	content: '';
	display: block;
	position: absolute;
	width: 67px;
	height: 310px;
	background-image: url(../png/header__arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 150px;
	right: -48px;
}

.header__label::before,
.header__secure::before {
	content: '';
	top: 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.header__head {
	font-size: 19px;
	color: #222;
	padding: 15px 40px;
	background-color: #fff2d4;
	font-weight: 700;
	border-radius: 5px;
	line-height: 1.1;
	margin-bottom: 16px;
}

.header__date {
	color: #00789d;
	display: inline-block;
}

.header__lastpack {
	font-size: 18px;
	width: 80%;
	margin: 18px auto 23px;
}

.header__label,
.header__secure {
	margin-left: auto;
	margin-right: auto;
}

.header__count {
	color: #f7420b;
	font-weight: 800;
}

.feel__subtitle,
.header__info {
	font-weight: 500;
	color: #202020;
}

.header__label {
	width: 220px;
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.header__label::before {
	display: block;
	position: absolute;
	left: 20px;
	-webkit-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	transform: translateY(-55%);
}

.header__label-name::before {
	background-image: url(../svg/user-icon.svg);
	height: 23px;
	width: 20px;
}

.header__label-tel::before {
	background-image: url(../svg/phone-icon.svg);
	height: 23px;
	width: 23px;
}

.header__input {
	padding: 20px 20px 20px 55px;
	border-radius: 50px;
	border: 1px solid #d9dadc;
	-webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.05);
	width: 100%;
}

.header__input::-webkit-input-placeholder {
	color: #202020;
	font-size: 17px;
}

.header__input:-ms-input-placeholder {
	color: #202020;
	font-size: 17px;
}

.header__input::-ms-input-placeholder {
	color: #202020;
	font-size: 17px;
}

.header__input::placeholder {
	color: #202020;
	font-size: 17px;
}

.header__secure {
	padding-left: 30px;
	position: relative;
	text-align: left;
	margin-top: 8px;
	font-size: 15px;
	width: 213px;
}

.header__secure::before {
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	background-image: url(../svg/secure-icon.svg);
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flex-css,
.header__bottom-info {
	display: -webkit-box;
	display: -ms-flexbox;
}

.header__footnote {
	margin-top: 18px;
}

.header__bottom-info {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 89px;
}

.header__info {
	display: block;
	font-size: 18px;
	line-height: 24px;
	background-color: #fff2d4;
	border-radius: 28px;
}

.header__info.-shipping {
	width: 302px;
	margin-right: 20px;
	padding: 17px 5px 5px 89px;
}

.header__info.-shipping:before {
	display: block;
	position: absolute;
	content: '';
	width: 58px;
	height: 34px;
	margin-top: -5px;
	margin-left: -72px;
	background: url(../png/0-free-shipping.png) no-repeat;
}

.header__info.-prod {
	width: 330px;
	position: relative;
	background-color: transparent;
	border: none;
}

.header__info.-payment {
	width: 302px;
	padding: 5px 5px 5px 89px;
}

.header__info.-payment:before {
	display: block;
	position: absolute;
	content: '';
	width: 42px;
	height: 42px;
	margin-left: -60px;
	background: url(../png/3287032.png) no-repeat;
}

.feel__title,
.list_feel {
	width: 100%;
}

.header__prod-info {
	position: absolute;
	bottom: -30px;
	left: 1px;
}

.logoUM {
	width: 420px;
	height: 100px;
	margin: 20px auto 70px auto;
}

@media (max-width: 1900px) {
	.header {
		background: url(../png/wave-bottom.png) center 789px no-repeat,
			url(../png/men.png) center 100px no-repeat,
			-webkit-linear-gradient(45deg, rgb(0, 10, 21), rgb(0, 80, 123) 50%, rgb(
							0,
							3,
							6
						)
						100%);
		background: url(../png/wave-bottom.png) center 789px no-repeat,
			url(../png/men.png) center 100px no-repeat,
			-moz-linear-gradient(45deg, rgb(0, 10, 21), rgb(0, 80, 123) 50%, rgb(
							0,
							3,
							6
						)
						100%);
		background: url(../png/wave-bottom.png) center 789px no-repeat,
			url(../png/men.png) center 100px no-repeat,
			linear-gradient(
				45deg,
				rgb(0, 10, 21),
				rgb(0, 80, 123) 50%,
				rgb(0, 3, 6) 100%
			);
	}

	.header.-bottom-section {
		padding-top: 102px;
		background: url(../png/wave-bottom2.png) center 0px no-repeat,
			url(../png/men.png) center 150px no-repeat,
			-webkit-linear-gradient(45deg, rgb(0, 10, 21), rgb(0, 80, 123) 50%, rgb(
							0,
							3,
							6
						)
						100%);
		background: url(../png/wave-bottom2.png) center 0px no-repeat,
			url(../png/men.png) center 150px no-repeat,
			-moz-linear-gradient(45deg, rgb(0, 10, 21), rgb(0, 80, 123) 50%, rgb(
							0,
							3,
							6
						)
						100%);
		background: url(../png/wave-bottom2.png) center 0px no-repeat,
			url(../png/men.png) center 150px no-repeat,
			linear-gradient(
				45deg,
				rgb(0, 10, 21),
				rgb(0, 80, 123) 50%,
				rgb(0, 3, 6) 100%
			);
	}
}

@media all and (max-width: 1285px) {
	.header__form-top::after {
		display: none;
	}
	.header__main-item.-product-pack:after {
		left: 455px;
	}
}

@media all and (max-width: 1199px) {
	.header {
		min-height: 800px;
		background: url(../png/wave-bottom.png) center 789px no-repeat,
			url(../png/men.png) center 100px no-repeat,
			-webkit-linear-gradient(45deg, rgb(0, 10, 21), rgb(0, 80, 123) 50%, rgb(
							0,
							3,
							6
						)
						100%);
		background: url(../png/wave-bottom.png) center 789px no-repeat,
			url(../png/men.png) center 100px no-repeat,
			-moz-linear-gradient(45deg, rgb(0, 10, 21), rgb(0, 80, 123) 50%, rgb(
							0,
							3,
							6
						)
						100%);
		background: url(../png/wave-bottom.png) center 789px no-repeat,
			url(../png/men.png) center 100px no-repeat,
			linear-gradient(
				45deg,
				rgb(0, 10, 21),
				rgb(0, 80, 123) 50%,
				rgb(0, 3, 6) 100%
			);
	}

	.header.-bottom-section {
		padding-top: 102px;
		background: url(../png/wave-bottom2.png) center 0px no-repeat,
			url(../png/men.png) center 150px no-repeat,
			-webkit-linear-gradient(45deg, rgb(0, 10, 21), rgb(0, 80, 123) 50%, rgb(
							0,
							3,
							6
						)
						100%);
		background: url(../png/wave-bottom2.png) center 0px no-repeat,
			url(../png/men.png) center 150px no-repeat,
			-moz-linear-gradient(45deg, rgb(0, 10, 21), rgb(0, 80, 123) 50%, rgb(
							0,
							3,
							6
						)
						100%);
		background: url(../png/wave-bottom2.png) center 0px no-repeat,
			url(../png/men.png) center 150px no-repeat,
			linear-gradient(
				45deg,
				rgb(0, 10, 21),
				rgb(0, 80, 123) 50%,
				rgb(0, 3, 6) 100%
			);
	}
	.header__nav-item.-first-item:after,
	.header__nav-item.-second-item:after {
		display: none;
	}
	.header__main-item.-product-pack {
		max-width: 245px;
		margin-top: 430px;
		margin-left: 0;
	}
	.header__main-item.-product-pack:before {
		left: -325px;
	}
	.header__main-item.-product-pack:after {
		left: 312px;
		bottom: -190px;
	}
	.header__main-item.-form {
		margin-left: 66px;
	}
}

@media all and (max-width: 1023px) {
	.header__more-info,
	.header__prod-name {
		font-family: 'SredaRegular';
		text-align: center;
	}
	.header {
		background: -webkit-linear-gradient(
			45deg,
			rgb(0, 10, 21),
			rgb(0, 80, 123) 50%,
			rgb(0, 3, 6) 100%
		);
		background: -moz-linear-gradient(
			45deg,
			rgb(0, 10, 21),
			rgb(0, 80, 123) 50%,
			rgb(0, 3, 6) 100%
		);
		background: linear-gradient(
			45deg,
			rgb(0, 10, 21),
			rgb(0, 80, 123) 50%,
			rgb(0, 3, 6) 100%
		);
	}
	.header.-bottom-section {
		background: -webkit-linear-gradient(
			45deg,
			rgb(0, 10, 21),
			rgb(0, 80, 123) 50%,
			rgb(0, 3, 6) 100%
		);
		background: -moz-linear-gradient(
			45deg,
			rgb(0, 10, 21),
			rgb(0, 80, 123) 50%,
			rgb(0, 3, 6) 100%
		);
		background: linear-gradient(
			45deg,
			rgb(0, 10, 21),
			rgb(0, 80, 123) 50%,
			rgb(0, 3, 6) 100%
		);
	}
	.header__nav-item.-first-item {
		max-width: 189px;
	}
	.header__nav-item.-first-item:before {
		margin-left: -48px;
	}
	.header__nav-item.-second-item {
		max-width: 280px;
		margin: 0 52px;
	}
	.header__nav-item.-second-item:before {
		margin-left: -48px;
	}
	.header__nav-item.-last-item {
		max-width: 86px;
		margin-top: 0;
		margin-right: 0;
	}
	.header__nav-item.-last-item:before {
		margin-top: 8px;
		margin-left: -52px;
	}
	.header__title {
		font-size: 16px;
	}
	.header__main-item {
		display: block;
		margin: 0 auto;
	}
	.header__main-item.-product-info {
		width: 100%;
		max-width: 767px;
		margin: 0 auto 45px;
	}
	.header__main-item.-product-pack {
		display: inline-block;
		max-width: 315px;
		margin-top: 0;
		margin-left: 50px;
	}
	.header__main-item.-product-pack:before {
		left: 0;
		bottom: -74px;
	}
	.header__main-item.-product-pack:after {
		left: 0;
		bottom: -161px;
		padding: 10px 21px 10px 87px;
	}
	.header__main-item.-form {
		display: inline-block;
		max-width: 280px;
		margin-top: 0;
	}
	.header__image-frame {
		max-width: 306px;
	}
	.header__form-top {
		margin: 0 auto;
	}
	.header__main-thing {
		font-size: 40px;
		line-height: 41px;
		text-align: center;
	}
	.header__preferences-box {
		margin: 0 auto;
		padding-left: 70px;
	}
}

@media all and (max-width: 767px) {
	.header {
		background: -webkit-linear-gradient(
			45deg,
			rgb(0, 10, 21),
			rgb(0, 80, 123) 50%,
			rgb(0, 3, 6) 100%
		);
		background: -moz-linear-gradient(
			45deg,
			rgb(0, 10, 21),
			rgb(0, 80, 123) 50%,
			rgb(0, 3, 6) 100%
		);
		background: linear-gradient(
			45deg,
			rgb(0, 10, 21),
			rgb(0, 80, 123) 50%,
			rgb(0, 3, 6) 100%
		);
	}
	.header.-bottom-section {
		margin-top: -40px;
		padding-top: 100px;
	}
	.header__nav-menu {
		margin: 0 auto;
		max-width: 350px;
	}
	.header__nav-item {
		margin-bottom: 15px;
	}
	.header__nav-item.-first-item,
	.header__nav-item.-second-item {
		display: none;
	}
	.header__nav-item.-last-item {
		max-width: 152px;
		margin: 0 auto;
	}
	.header__nav-item.-last-item:before {
		margin-top: 0;
	}
	.header__main-items-container {
		margin: 0 auto;
		max-width: 377px;
	}
	.header__main-item.-product-pack {
		display: block;
		margin: 0 auto;
	}
	.header__main-item.-product-pack:after,
	.header__main-item.-product-pack:before {
		left: 5px;
	}
	.header__main-item.-form {
		display: block;
		margin: 215px auto 0;
	}
	.header__main-thing {
		font-size: 30px;
		line-height: 33px;
	}
	.header__more-info {
		margin-bottom: 30px;
	}
	.logoUM {
		width: 420px;
		height: 100px;
		margin: 10px auto 40px auto;
	}
}

@media all and (max-width: 479px) {
	.header.-bottom-section {
		margin-bottom: 0;
	}
	.header__nav-menu {
		max-width: 270px;
	}
	.header__main-thing {
		font-size: 23px;
		line-height: 28px;
	}
	.header__main-item.-product-info {
		margin: 0 auto 15px;
	}
	.header__main-item.-product-pack {
		margin: 0 auto;
	}
	.header__main-item.-product-pack:after,
	.header__main-item.-product-pack:before {
		left: 0;
	}
	.header__main-item.-form {
		margin: 185px auto 20px;
	}
	.header__image-frame {
		max-width: 212px;
		margin: 0 auto;
	}
	.header__more-info {
		font-size: 15px;
	}
	.logoUM {
		width: 420px;
		height: 100px;
		margin: 10px auto 40px auto;
	}
}

input {
	-webkit-transition: -webkit-box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

input:active,
input:focus,
input:hover {
	-webkit-box-shadow: inset 0 0 10px 0 #c8dee4;
	box-shadow: inset 0 0 10px 0 #c8dee4;
}

.flex-css {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.feel {
	background: #fff;
	padding: 48px 0 80px;
}

.feel__subtitle {
	background: rgba(0, 120, 157, 0.2);
	margin-top: 50px;
	border-radius: 36px;
	padding: 20px 48px 16px;
	font-size: 24px;
	line-height: 1.1;
}

.list {
	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;
}

.list_feel {
	margin-top: 50px;
	counter-reset: feels;
}

.list__item {
	width: 271px;
	counter-increment: feels;
}

.list__text {
	margin-top: 40px;
	padding: 0 5px;
	font-size: 20px;
	line-height: 1.3;
	color: #444;
	text-align: center;
}

.list__text_shorter {
	line-height: 1.2;
}

.list__pic {
	width: 271px;
	height: 218px;
	position: relative;
}

.list__counter {
	width: 51px;
	height: 51px;
	background-color: white;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: -14px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.effective__triangle,
.effective__wave-top {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.list__counter:after {
	content: counter(feels);
	display: inline;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 57px;
	line-height: 75px;
	font-weight: 700;
	color: #00799e;
	text-align: center;
}

@media all and (max-width: 1199px) {
	.list__item,
	.list__pic {
		width: 242px;
	}
	.feel {
		padding: 0;
	}
	.list__pic {
		height: 200px;
	}
	.list__text {
		font-size: 18px;
	}
}

@media all and (max-width: 1023px) {
	.feel__subtitle {
		margin-top: 30px;
		text-align: center;
		font-size: 22px;
		padding: 15px 30px;
	}
	.list__text {
		font-size: 19px;
	}
	.list__text br {
		display: none;
	}
	.list_feel {
		width: 84%;
		margin-top: 0;
	}
	.list__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		width: 45%;
		margin-top: 30px;
	}
	.list__pic {
		width: 271px;
		height: 218px;
	}
}

.components__item:nth-of-type(3):after,
.effective__extra-item:last-child .effective__extra-circle:after {
	display: none;
}

@media all and (max-width: 767px) {
	.feel__subtitle {
		border-radius: 15px;
	}
	.list__text {
		font-size: 16px;
	}
	.list_feel {
		width: 100%;
	}
	.list__pic {
		height: 190px;
	}
	.list__item {
		width: 49%;
	}
}

@media all and (max-width: 479px) {
	.list__item {
		width: 100%;
	}
	.list__pic {
		height: 218px;
	}
	.feel__subtitle {
		margin-top: 25px;
		padding: 15px;
		font-size: 20px;
	}
}

.color-pack {
	color: #ffffff;
}

.wrapp {
	position: absolute;
	width: 100%;
	height: 79px;
	left: 0;
	overflow: hidden;
}

.wrapp-top {
	top: 0;
}

.wrapp-bottom {
	bottom: 0;
}

.effective {
	position: relative;
	background: url(../png/4-bg-2layers.png) top center no-repeat;
	background-size: cover;
	padding: 96px 0 113px;
}

.effective .wrapper {
	position: relative;
	z-index: 0;
}

.effective__triangle {
	position: absolute;
	width: 58px;
	height: 24px;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	fill: #fff;
}

.effective__wave {
	position: absolute;
	max-width: none;
}

.effective__wave-top {
	top: -49px;
	left: 50%;
	transform: translateX(-50%);
}

.effective__wave-bottom {
	bottom: -49px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.effective__title {
	width: 100%;
}

.effective__subtitle {
	width: 100%;
	margin-top: 24px;
	font-size: 22px;
	font-weight: 500;
	color: #444;
	text-align: center;
}

.effective__from {
	position: relative;
	margin: 66px 0 0;
	padding: 6px 13px 10px 20px;
	background: #fff;
	border-radius: 26px;
}

.effective__from:after {
	content: '';
	width: 101px;
	height: 70px;
	background: url(../png/effective-flag.png) no-repeat;
	position: absolute;
	top: -39px;
	left: 50%;
	-webkit-transform: translateX(-42%);
	-ms-transform: translateX(-42%);
	transform: translateX(-42%);
	z-index: -1;
}

.effective__from-text {
	font-size: 24px;
	line-height: 1.15;
	font-weight: 500;
	text-align: center;
}

.effective__info {
	width: 100%;
	margin-top: 29px;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}

.effective__extra {
	width: 100%;
	margin-top: 10px;
}

.effective__extra-title {
	font-size: 23px;
	line-height: 1.2;
	color: #202020;
	text-align: center;
}

.effective__extra-list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-top: 60px;
}

.effective__extra-item {
	width: 33%;
}

.effective__extra-circle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	position: relative;
	width: 200px;
	height: 200px;

	border-radius: 50%;
}

.components__circle,
.result__item {
	-webkit-box-shadow: -2px 5px 21px rgba(181, 205, 223, 0.77);
}

.effective__extra-circle:after {
	width: 270px;
	color: #9ebbc6;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	right: -40px;
	top: 50%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
}

.effective__extra-subtitle {
	width: 100%;
	margin-top: 16px;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.2;
	color: #202020;
	text-align: center;
}

.effective__extra-text {
	width: 100%;
	margin-top: 14px;
	font-size: 15px;
	line-height: 1.5;
	color: #444;
	text-align: center;
}

.effective__bottom {
	width: 100%;
	margin-top: 40px;
	padding: 10px 80px 13px;
	border: 3px solid #c3dce6;
	border-radius: 75px;
}

.effective__bottom-text {
	font-size: 24px;
	line-height: 1.15;
	font-weight: 500;
	color: #202020;
	text-align: center;
}

.check-svg {
	fill: #fff;
}

.arrow-svg {
	position: absolute;
	top: -9px;
	left: 50%;
	fill: #aac6d0;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}

.arrow-svg1 {
	left: 120%;
	-webkit-transform: translate(-50%, -100%) rotate(45deg);
	-ms-transform: translate(-50%, -100%) rotate(45deg);
	transform: translate(-50%, -100%) rotate(45deg);
}

.arrow-svg3 {
	left: -20%;
	-webkit-transform: translate(-50%, -100%) rotate(-45deg);
	-ms-transform: translate(-50%, -100%) rotate(-45deg);
	transform: translate(-50%, -100%) rotate(-45deg);
}

.divider {
	position: relative;
	width: 100%;
	height: 11px;
}

.divider__triangle {
	width: 30px;
	height: 11px;
	fill: #9ebcc6;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.divider:after,
.divider:before {
	content: '';
	position: absolute;
	width: calc(50% - 14px);
	height: 1px;
	top: 0;
	left: 0;
	background: #9ebcc6;
}

.divider:after {
	left: auto;
	right: 0;
}

.divider_effective {
	margin-top: 33px;
	opacity: 0.58;
}

.components {
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	width: 100%;
}

.components_effective {
	margin-top: 30px;
}

.components__item {
	position: relative;
}

.components__item:after {
	content: ' - - - - - - - - ';
	color: #9ebbc6;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	right: -110px;
	top: 114px;
	white-space: nowrap;
	overflow: hidden;
}

.components__circle {
	width: 197px;
	height: 197px;
	position: relative;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.388);
	box-shadow: -2px 5px 21px rgba(181, 205, 223, 0.77);
}

.components__pic {
	position: absolute;
	bottom: 0;
	left: 0;
}

.components__pic-1 {
	bottom: -11px;
	left: 2px;
}

.components__pic-2 {
	bottom: -11px;
	left: 16px;
}

.components__pic-3 {
	bottom: -13px;
	left: 23px;
}

.components__name {
	margin-top: 32px;
	font-size: 21px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
}

@media all and (max-width: 1199px) {
	.effective__bottom-text br,
	.effective__extra-text br,
	.effective__info br {
		display: none;
	}
	.effective {
		padding: 20px 0 50px;
	}
	.effective__triangle {
		width: 38px;
		height: 16px;
	}
	.effective__subtitle {
		margin-top: 20px;
	}
	.effective__from {
		margin-top: 56px;
	}
	.effective__info {
		margin-top: 18px;
	}
	.effective__extra {
		margin-top: 38px;
	}
	.effective__extra-text {
		padding: 0 10px;
	}
	.effective__extra-circle:after {
		width: 210px;
	}
	.effective__bottom {
		margin-top: 34px;
		padding: 10px 54px 13px;
	}
	.effective__bottom-text {
		font-size: 22px;
	}
	.components_effective {
		margin-top: 26px;
	}
	.components__item:after {
		top: 88px;
		right: -88px;
	}
	.divider_effective {
		margin-top: 28px;
	}
}

@media all and (max-width: 1023px) {
	.components__item:after,
	.effective__triangle {
		display: none;
	}
	.effective {
		background-position: center center;
	}
	.effective__wave-top {
		top: -70px;
	}
	.effective__wave-bottom {
		bottom: -70px;
	}
	.effective__subtitle {
		margin-top: 18px;
		font-size: 20px;
	}
	.components__name,
	.effective__extra {
		margin-top: 28px;
	}
	.effective__from-text {
		font-size: 20px;
	}
	.effective__info {
		font-size: 16px;
	}
	.effective__extra-title {
		font-size: 22px;
	}
	.effective__extra-text {
		font-size: 16px;
		padding: 0 5px;
		line-height: 1.45;
	}
	.effective__extra-circle:after {
		width: 120px;
	}
	.effective__bottom {
		margin-top: 28px;
		padding: 10px 74px 13px;
	}
	.effective__bottom-text {
		font-size: 18px;
	}
	.divider_effective {
		margin-top: 18px;
	}
}

@media all and (max-width: 767px) {
	.arrow-svg,
	.effective__extra-circle:after,
	.wrapp {
		display: none;
	}
	.effective {
		background-size: 160% 106%;
		background-position: center center;
	}
	.effective__from {
		border-radius: 15px;
		padding: 8px;
	}
	.effective__extra-list {
		margin-top: 28px;
	}
	.effective__extra-item {
		width: 100%;
		margin-bottom: 16px;
	}
	.effective__extra-item:last-child {
		margin-bottom: 0;
	}
	.effective__bottom {
		padding: 15px;
		border-radius: 15px;
	}
	.components__item {
		margin-bottom: 18px;
	}
	.components__item:last-child {
		margin-bottom: 0;
	}
}

@media all and (max-width: 479px) {
	.divider_effective {
		margin-top: 14px;
	}
	.components_effective {
		margin-top: 20px;
	}
	.components__name {
		margin-top: 22px;
	}
	.effective__subtitle {
		font-size: 18px;
		margin-top: 14px;
	}
	.effective__bottom,
	.effective__extra,
	.effective__extra-list {
		margin-top: 20px;
	}
	.effective__extra-subtitle {
		margin-top: 14px;
	}
	.effective__extra-text {
		margin-top: 12px;
	}
	.effective__info {
		margin-top: 14px;
	}
	.effective__from-text {
		font-size: 18px;
	}
}

.result {
	display: block;
	margin: 0 auto;
	padding: 38px 0 52px;
}

.result__title {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}

.result__title span {
	color: #ffffff;
}

.result__tip {
	margin: 0 auto;
	padding: 13px 0 0;
	text-align: center;
	color: #444;
	font-size: 22px;
	font-weight: 500;
	line-height: 45px;
}

.result__items-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1170px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.result__item {
	display: block;
	width: 100%;
	margin-top: 109px;
	max-width: 370px;
	text-align: center;
	border-radius: 4px;
	box-shadow: -2px 5px 21px rgba(181, 205, 223, 0.77);
}

.result__bg-image {
	display: block;
	width: 100%;
	min-height: 167px;
}

.result__bg-image.-first-image {
	background: url(../png/3-bg1.png) no-repeat;
}

.result__bg-image.-second-image {
	background: url(../png/3-bg2.png) no-repeat;
}

.result__bg-image.-third-image {
	background: url(../png/3-bg3.png) no-repeat;
}

.result__man-image {
	display: block;
	position: absolute;
	margin-top: -208px;
	margin-left: 64px;
}

.result__man-image.-perfect {
	margin-top: -212px;
	margin-left: 49px;
}

.result__item-day {
	margin-top: 10зч;
	display: block;
	position: relative;
	width: 100%;
	color: #202020;
	font-size: 24px;
	font-weight: 500;
	line-height: 58px;
	background-color: #edb440;
}
.result__item-day.-two-week {
	background-color: #f7d373;
}
.result__item-day.-mounth {
	background-color: #ffe6a5;
}

.result__item-title {
	font-size: 19px;
	font-weight: 500;
	line-height: 28px;
	color: #202020;
}

.result__item-title.-custom-title1 {
	padding: 26px 20px 7px 32px;
}

.result__item-title.-custom-title2 {
	padding: 26px 70px 7px 84px;
}

.result__item-title.-custom-title3 {
	padding: 26px 20px 7px 32px;
}

.result__item-description {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #444;
}

.result__item-description.-custom-descr1 {
	padding: 0 20px 39px 32px;
}

.result__item-description.-custom-descr2 {
	padding: 0 20px 39px 30px;
}

.result__item-description.-custom-descr3 {
	padding: 0 20px 43px 29px;
}

.result__argument {
	max-width: 830px;
	margin: 81px auto 0;
	text-align: center;
	border-radius: 28px;
	color: #202020;
	background: rgba(0, 120, 157, 0.2);
	font-size: 24px;
	font-weight: 500;
	line-height: 59px;
}

@media all and (max-width: 1199px) {
	.result {
		padding: 0;
	}
	.result__items-container {
		max-width: 1023px;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.result__item {
		max-width: 300px;
		margin-top: 70px;
	}
	.result__man-image,
	.result__man-image.-perfect {
		margin-left: 26px;
	}
	.result__item-title.-custom-title2 {
		padding: 26px 55px 7px;
	}
	.result__argument {
		margin-top: 54px;
	}
}

@media all and (max-width: 1023px) {
	.result__argument {
		max-width: 740px;
		margin-top: 44px;
		font-size: 22px;
		line-height: 40px;
	}
	.result__item-title.-custom-title1,
	.result__item-title.-custom-title2,
	.result__item-title.-custom-title3 {
		padding: 20px 20px 7px;
	}
	.result__item-description.-custom-descr1,
	.result__item-description.-custom-descr2,
	.result__item-description.-custom-descr3 {
		padding-left: 20px;
	}
}

@media all and (max-width: 767px) {
	.result {
		padding: 0;
	}
	.result__title {
		max-width: 470px;
	}
	.result__tip {
		font-size: 20px;
		line-height: 28px;
	}
	.result__item {
		margin-top: 80px;
	}
	.result__argument {
		max-width: 460px;
		margin-top: 40px;
		padding: 10px 0;
		font-size: 22px;
		line-height: 28px;
	}
	.result__item-description.-custom-descr1,
	.result__item-description.-custom-descr2,
	.result__item-description.-custom-descr3 {
		line-height: 1.3;
		padding-bottom: 22px;
	}
	.result__item-title.-custom-title1,
	.result__item-title.-custom-title2,
	.result__item-title.-custom-title3 {
		line-height: 1.35;
		padding: 15px 12px;
		text-align: center;
	}
}

@media all and (max-width: 479px) {
	.result__argument {
		padding: 10px 5px;
		font-size: 16px;
		line-height: 20px;
	}
}

.new-life {
	display: block;
	margin: 0 auto;
	background: url(../png/4-bg-2layers.png) center top no-repeat;
	background-size: cover;
	padding-bottom: 23px;
}

.new-life__banner {
	display: block;
	max-width: 1120px;
	margin: 0 auto 38px;
	padding-top: 95px;
	text-align: center;
	font-weight: 700;
	color: #202020;
}

.new-life__banner span {
	white-space: nowrap;
}

.new-life__items-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1165px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	counter-reset: section;
}

.new-life__item {
	display: block;
	max-width: 366px;
	margin-bottom: 24px;
}

.new-life__item.-sleep .new-life__image-box {
	background: url(../png/4-item1.png) center top no-repeat;
}

.new-life__item.-sleep p {
	padding: 0 50px;
}

.new-life__item.-no-wc .new-life__image-box {
	background: url(../png/4-item2.png) center top no-repeat;
}

.new-life__item.-no-wc p {
	padding: 0 10px;
}

.new-life__item.-drink .new-life__image-box {
	background: url(../png/4-item3.png) center top no-repeat;
}

.new-life__item.-drink p {
	padding: 0 20px;
}

.new-life__item.-easy-life .new-life__image-box {
	background: url(../png/4-item4.png) center top no-repeat;
}

.new-life__item.-easy-life p {
	padding: 0 10px;
}

.new-life__item.-cinema p,
.new-life__item.-health p {
	padding: 0;
}

.new-life__item.-cinema .new-life__image-box {
	background: url(../png/4-item5.png) center top no-repeat;
}

.new-life__item.-health .new-life__image-box {
	background: url(../png/4-item6.png) center top no-repeat;
}

.new-life__image-box {
	display: block;
	width: 100%;
	min-height: 260px;
}

.new-life__item-number {
	display: block;
	width: 51px;
	height: 51px;
	position: relative;
	text-align: center;
	margin: -76px auto 21px;
	padding-top: 25px;
	padding-left: 7px;
	background-color: white;
	font-size: 57px;
	font-weight: 700;
	line-height: 26px;
	color: #00799e;
	border-radius: 50%;
}

.new-life__item-number:before {
	counter-increment: section;
	content: counter(section);
}

.new-life__item-description {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #444;
}

.new-life__prod-help,
.new-life__statistic {
	display: block;
	font-weight: 500;
	line-height: 26px;
	color: #202020;
	text-align: center;
}

.new-life__statistic {
	margin: 33px auto 21px;
	font-size: 23px;
}

.new-life__prod-help {
	margin: 0 auto;
	padding: 12px 0;
	max-width: 369px;
	font-size: 24px;
	border: 3px solid #c3dce6;
	border-radius: 30px;
}

.new-life__prod-help span {
	color: #ffffff;
}

.new-life__form-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1170px;
	position: relative;
	top: 80px;
	border-radius: 4px;
	-webkit-box-shadow: -2px 5px 21px rgba(181, 205, 223, 0.77);
	box-shadow: -2px 5px 21px rgba(181, 205, 223, 0.77);
	background-color: #fff;
}

.new-life__form-row,
.new-life__prices {
	display: -webkit-box;
	display: -ms-flexbox;
}

.new-life__form-row {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 420px;
}

.new-life__form-row.-second {
	max-width: 732px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.new-life__prod-in-form {
	display: block;
	position: relative;
	margin-top: -33px;
	margin-left: 41px;
	width: 117px;
	height: 166px;
}

.new-life__prices {
	display: flex;
	max-width: 280px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 12px 0 30px;
	padding: 21px 0 17px;
}

.new-life__new-price,
.new-life__old-price {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.new-life__prices .title {
	color: #444;
	font-size: 13px;
	font-weight: 400;
	padding-bottom: 5px;
}

.new-life__new-price {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.new-life__new-price .x_price_current {
	font-size: 40px;
	color: #87b136;
	line-height: 33px;
	font-weight: 900;
	position: relative;
}

.new-life__new-price .x_currency {
	color: #444;
	font-size: 14px;
	font-weight: 400;
}

.new-life__line {
	background: #cacaca;
	height: 43px;
	width: 1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 19px 17px 0 8px;
}

.new-life__old-price {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.new-life__old-price .x_price_previous {
	font-size: 37px;
	color: #838383;
	line-height: 33px;
	position: relative;
}

.new-life__old-price .x_price_previous:before {
	background: #eb5454;
	width: 100%;
	height: 2px;
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
}

.new-life__old-price .x_currency {
	color: #444;
	font-size: 14px;
	font-weight: 400;
}

.new-life__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
	max-width: 732px;
}

.new-life__input-block {
	display: block;
	position: relative;
}

.new-life__input-block.-name:before,
.new-life__input-block.-phone:before {
	content: '';
	width: 21px;
	height: 24px;
	position: absolute;
	top: 26px;
}

.new-life__input-block.-name:before {
	display: block;
	background: url(../svg/name.svg) no-repeat;
	left: 20px;
}

.new-life__input-block.-phone:before {
	background: url(../svg/tel.svg) no-repeat;
	left: 16px;
}

.new-life__input {
	display: inline-block;
	width: 220px;
	height: 65px;
	box-sizing: border-box;
	-webkit-box-shadow: inset -2px 5px 10px rgba(0, 0, 0, 0.05);
	box-shadow: inset -2px 5px 10px rgba(0, 0, 0, 0.05);
	border: 1px solid #d9dadc;
	border-radius: 100px;
	padding: 21px 20px 21px 54px;
	margin-top: 6px;
	color: #949494;
	font-size: 16px;
}

.new-life__submit-btn {
	border: 1px solid rgba(247, 207, 123, 0.49);
	background: #86af36;
	background: -webkit-linear-gradient(
		left,
		#86af36 0,
		#88b236 13%,
		#8ab537 29%,
		#8db838 44%,
		#8db838 57%,
		#8ab537 71%,
		#88b236 86%,
		#86af36 100%
	);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#86af36),
		color-stop(13%, #88b236),
		color-stop(29%, #8ab537),
		color-stop(44%, #8db838),
		color-stop(57%, #8db838),
		color-stop(71%, #8ab537),
		color-stop(86%, #88b236),
		to(#86af36)
	);
	background: -o-linear-gradient(
		left,
		#86af36 0,
		#88b236 13%,
		#8ab537 29%,
		#8db838 44%,
		#8db838 57%,
		#8ab537 71%,
		#88b236 86%,
		#86af36 100%
	);
	background: linear-gradient(
		to right,
		#86af36 0,
		#88b236 13%,
		#8ab537 29%,
		#8db838 44%,
		#8db838 57%,
		#8ab537 71%,
		#88b236 86%,
		#86af36 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86af36', endColorstr='#86af36', GradientType=1);
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	border-radius: 100px;
	-webkit-box-shadow: 0 2px 0 0 #90b737, 0 5px 0 0 #749c27;
	box-shadow: 0 2px 0 0 #90b737, 0 5px 0 0 #749c27;
	position: relative;
	margin: 0;
	text-align: center;
	padding: 4px 25px;
	vertical-align: top;
}

.doctor__banner span,
.doctor__title span {
	color: #2a3d70;
}

.new-life__submit-btn span {
	display: block;
	position: relative;
	top: -4px;
	font-size: 17px;
}

.new-life__submit-btn:hover {
	background: #b4d36d;
	background: -webkit-linear-gradient(
		left,
		#b4d36d 0,
		#a3c95a 14%,
		#95be45 28%,
		#90bb3e 42%,
		#90bb3e 57%,
		#95be45 71%,
		#a3c95a 85%,
		#b4d36d 100%
	);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#b4d36d),
		color-stop(14%, #a3c95a),
		color-stop(28%, #95be45),
		color-stop(42%, #90bb3e),
		color-stop(57%, #90bb3e),
		color-stop(71%, #95be45),
		color-stop(85%, #a3c95a),
		to(#b4d36d)
	);
	background: -o-linear-gradient(
		left,
		#b4d36d 0,
		#a3c95a 14%,
		#95be45 28%,
		#90bb3e 42%,
		#90bb3e 57%,
		#95be45 71%,
		#a3c95a 85%,
		#b4d36d 100%
	);
	background: linear-gradient(
		to right,
		#b4d36d 0,
		#a3c95a 14%,
		#95be45 28%,
		#90bb3e 42%,
		#90bb3e 57%,
		#95be45 71%,
		#a3c95a 85%,
		#b4d36d 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4d36d', endColorstr='#b4d36d', GradientType=1);
}

.new-life__submit-btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	top: 5px;
}

@media all and (max-width: 1199px) {
	.new-life {
		background-size: cover;
		background-position: center;
		padding-bottom: 0;
	}
	.new-life__banner {
		padding-top: 70px;
	}
	.new-life__items-container {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.new-life__form-box {
		max-width: 560px;
		margin: 0 auto;
	}
	.new-life__form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 300px;
		margin: 5px auto 15px;
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}
	.new-life__prod-in-form {
		margin: -40px auto 0;
	}
	.new-life__prices {
		margin: 0 auto;
	}
	.new-life__line {
		margin: 35px 10px 0;
	}
}

@media all and (max-width: 767px) {
	.new-life {
		background-position: center -69px;
		background-size: 7000px;
	}
	.new-life__banner {
		padding-top: 30px;
	}
	.new-life__item {
		max-width: 300px;
	}
	.new-life__statistic {
		font-size: 21px;
	}
	.new-life__prod-help {
		font-size: 20px;
		line-height: 20px;
	}
	.new-life__form-box {
		max-width: 295px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.new-life__form {
		margin: 5px auto 20px;
	}
	.new-life__input {
		margin-bottom: 15px;
	}
	.new-life__item-description {
		line-height: 1.35;
	}
}

@media all and (max-width: 479px) {
	.new-life__banner,
	.new-life__item {
		margin-bottom: 10px;
	}
	.new-life__banner {
		padding-top: 20px;
	}
}

.new-life__form {
	position: relative;
}

.new_snoska {
	font-size: 14px;
	position: absolute;
	width: 220px;
	right: 14px;
	bottom: -20px;
	text-align: center;
}

.new-life__prices .-new .x_currency:after {
	content: '*';
}

@media all and (max-width: 1199px) {
	.new_snoska {
		width: 100%;
		position: relative;
		right: auto;
		bottom: auto;
		top: 5px;
	}
}

.doctor {
	display: block;
	width: 100%;
	background: url(../png/5-bg.png) calc(50% - 470px) 363px no-repeat;
	padding: 129px 0 0;
}

.doctor__banner {
	max-width: 900px;
	margin: 0 auto 45px;
	text-align: center;
}

.doctor__article-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1170px;
}

.doctor__photo {
	display: block;
	margin-top: 3px;
	margin-left: 18px;
	max-width: 544px;
}

.doctor__description {
	display: block;
	max-width: 600px;
	padding-left: 2px;
	text-align: left;
}

.doctor__title {
	font-size: 22px;
	font-weight: 500;
	padding-top: 21px;
	padding-bottom: 31px;
}

.doctor__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #444;
	padding-bottom: 28px;
}

.doctor__text span {
	color: #202020;
	font-weight: 500;
}

.doctor__text.-sign:after {
	display: block;
	position: absolute;
	width: 152px;
	height: 99px;
	content: '';
	background: url(../png/5-sign.png) no-repeat;
	margin: -10px 0 0 45px;
}

.doctor__name {
	font-size: 22px;
	font-weight: 500;
}

@media all and (max-width: 1199px) {
	.doctor {
		background: url(../png/5-bg.png) calc(50% - 420px) 363px no-repeat;
		padding: 30px 0 0;
	}
	.doctor__photo {
		max-width: 400px;
		margin-top: 150px;
	}
	.doctor__description {
		max-width: 539px;
	}
}

@media all and (max-width: 1023px) {
	.new-life__banner span {
		white-space: unset;
	}
	.doctor {
		background: url(../png/5-bg.png) calc(50% - 320px) 253px no-repeat;
		padding: 50px 0 0;
	}
	.doctor__banner {
		margin-bottom: 10px;
	}
	.doctor__photo {
		max-width: 300px;
		margin-top: 212px;
	}
	.doctor__description {
		max-width: 400px;
	}
	.doctor__title {
		font-size: 17px;
		line-height: 20px;
	}
	.doctor__text {
		font-size: 16px;
		line-height: 20px;
	}
	.doctor__text.-sign:after {
		margin: 5px 0 0 45px;
	}
}

@media all and (max-width: 767px) {
	.new_snoska {
		top: 10px;
	}
	.doctor {
		padding: 70px 0 0;
		background-size: 400px 600px;
		background-position: center 100px;
	}
	.doctor__photo {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 100px;
	}
	.doctor__description {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media all and (max-width: 479px) {
	.doctor {
		padding: 80px 0 0;
	}
	.doctor__text,
	.doctor__title {
		padding-bottom: 15px;
	}
	.doctor__banner {
		line-height: 24px;
	}
	.doctor__title {
		padding-top: 5px;
	}
}

.feedback {
	display: block;
	width: 100%;
	background: url(../png/4-bg-2layers.png) center top no-repeat;
	background-size: cover;
	margin-top: -110px;
	position: relative;
	z-index: auto;
}

.feedback__banner {
	display: block;
	padding: 91px 0 73px;
	text-align: center;
	font-weight: 700;
	color: #202020;
}

.feedback__slider-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1170px;
	margin: 0 auto;
	padding-bottom: 83px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.feedback__slide {
	display: block;
	position: relative;
	width: 370px;
	min-height: 660px;
	margin: 44px auto 23px;
	background-color: #fff;
	border-radius: 4px;
}

.feedback__buyer-photo {
	display: block;
	margin-top: -44px;
	margin-left: calc(50% - 121px);
	position: absolute;
}

.feedback__buyer-name {
	font-size: 23px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	color: #202020;
	padding: 156px 0 28px;
}

.feedback__quote {
	background-color: #0088af;
	padding: 24px 0 16px;
}

.feedback__quote.-first-quote {
	padding: 38px 0 25px;
}

.feedback__quote.-first-quote:before {
	margin: -54px auto 28px;
}

.feedback__quote:before {
	display: block;
	height: 15px;
	position: relative;
	margin: -39px auto 16px;
	text-align: center;
	content: ' “ ';
	font-size: 53px;
	font-weight: 500;
	color: #2a3d70;
}

.feedback__comment,
.feedback__quote-text {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}

.feedback__quote-text {
	padding: 0 35px;
	font-style: italic;
	color: #202020;
}

.feedback__comment {
	margin-bottom: 43px;
	padding: 22px 12px 38px;
	height: 334px;
	line-height: 28px;
	color: #444;
	overflow: hidden;
}

.feedback__show-button {
	display: block;
	position: absolute;
	width: 43px;
	height: 43px;
	margin-bottom: -22px;
	bottom: 0;
	left: calc(50% - 22px);
	border: none;
	border-radius: 50%;
	background: url(../png/6-show-arrow.png) center center no-repeat, #0088af;
}

.feedback__comment-active {
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	height: auto;
}

.feedback__show-button-active {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

@media all and (max-width: 1240px) {
	.feedback__slider-container {
		max-width: 1100px;
	}
	.feedback__slide {
		width: 340px;
	}
	.feedback__quote-text {
		padding: 0 22px;
	}
}

@media all and (max-width: 1199px) {
	.feedback__slider-container {
		max-width: 960px;
	}
	.feedback__slide {
		width: 300px;
	}
	.feedback__quote-text {
		padding: 0 5px;
		font-size: 17px;
	}
	.feedback__comment {
		font-size: 17px;
		line-height: 24px;
	}
}

@media all and (max-width: 1023px) {
	.feedback {
		margin-top: -80px;
	}
	.feedback__slider-container {
		max-width: 630px;
		padding-bottom: 30px;
	}
	.feedback__banner {
		padding: 57px 0 68px;
	}
}

@media all and (max-width: 767px) {
	.feedback__slider-container {
		max-width: 360px;
		padding-bottom: 30px;
	}
}

@media all and (max-width: 479px) {
	.feedback__banner {
		padding: 30px 0;
	}
	.feedback__slider-container {
		max-width: 280px;
	}
	.feedback__slide {
		width: 280px;
	}
	.feedback__quote-text {
		padding: 0 5px;
		font-size: 16px;
	}
	.feedback__comment {
		line-height: 21px;
		font-size: 16px;
	}
}

.feedback__comment {
	position: relative;
}

.feedback__comment:after {
	content: '';
	display: block;
	position: absolute;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(255, 255, 255, 0.1)),
		color-stop(47%, rgba(255, 255, 255, 0.7)),
		color-stop(90%, #fff),
		to(#fff)
	);
	background: -webkit-linear-gradient(
		top,
		rgba(255, 255, 255, 0.1) 0,
		rgba(255, 255, 255, 0.7) 47%,
		#fff 90%,
		#fff 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(255, 255, 255, 0.1) 0,
		rgba(255, 255, 255, 0.7) 47%,
		#fff 90%,
		#fff 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0.1) 0,
		rgba(255, 255, 255, 0.7) 47%,
		#fff 90%,
		#fff 100%
	);
	width: 100%;
	height: 60px;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.form-pop,
.usage {
	background-color: #fff;
}

.feedback__comment-active:after {
	display: none;
}

.usage {
	display: block;
	width: 100%;
}

.usage__banner {
	padding: 25px 0 40px;
	text-align: center;
	font-size: 46px;
	font-weight: 700;
	line-height: 22px;
	color: #202020;
}

.usage__banner span {
	color: #ffffff;
}

.usage__items-container {
	display: block;
	margin: 0 auto;
	padding-bottom: 94px;
	max-width: 1042px;
}

.usage__product-image-box {
	display: inline-block;
	width: 100%;
	max-width: 367px;
	margin-top: 38px;
	margin-left: 110px;
	position: relative;
	height: 194px;
	background: url(../png/7-prod-bg.png) no-repeat;
	background-position-x: 9px;
}

.usage__image {
	display: block;
	position: absolute;
	margin-top: -29px;
	margin-left: 68px;
	width: 134px;
}

.usage__description {
	display: inline-block;
	width: 100%;
	max-width: 507px;
	margin-left: 43px;
	vertical-align: top;
}

.usage__description-text {
	margin-top: 38px;
	padding: 18px 0 37px 5px;
	font-size: 20px;
	font-weight: 500;
	line-height: 29px;
	color: #202020;
}

.usage__description-text span {
	color: #2a3d70;
}

.usage__additional-info {
	max-width: 474px;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 59px;
	color: #202020;
	background: rgba(0, 120, 157, 0.2);
	border-radius: 30px;
}

.order__banner,
.usage__order-banner {
	font-size: 46px;
	line-height: 22px;
	color: #202020;
	text-align: center;
	font-weight: 700;
}

.usage__order-banner {
	padding: 63px 0 66px;
}

.usage__divider {
	position: relative;
	width: 100%;
	height: 11px;
}

.usage__divider:after,
.usage__divider:before {
	content: '';
	position: absolute;
	width: calc(50% - 14px);
	height: 1px;
	top: 0;
	left: 0;
	background: #9ebcc6;
}

.usage__divider:after {
	left: auto;
	right: 0;
}

.usage__divider-triangle {
	width: 30px;
	height: 11px;
	fill: #9ebcc6;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.footer,
.form-pop,
.order__item {
	position: relative;
}

.order {
	display: block;
	width: 100%;
}

.order__banner {
	padding: 69px 0 46px;
}

.order__items-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	counter-reset: section;
}

.order__item {
	display: block;
	width: 100%;
	max-width: 367px;
}

.order__item.-first-step {
	background: url(../png/7-order-image-1.png) 70px 26px no-repeat,
		url(../png/7-order-bg-1.png) center 26px no-repeat;
}

.order__item.-second-step {
	background: url(../png/7-order-image-2.png) 0 1px no-repeat,
		url(../png/7-order-bg-2.png) center 26px no-repeat;
}

.order__item.-third-step {
	background: url(../png/7-order-image-3.png) -2px 8px no-repeat,
		url(../png/7-order-bg-3.png) center 26px no-repeat;
}

.order__item-number {
	display: block;
	width: 51px;
	height: 51px;
	position: relative;
	text-align: center;
	margin: 205px auto 12px;
	padding-top: 25px;
	padding-left: 1px;
	background-color: white;
	font-size: 57px;
	font-weight: 700;
	line-height: 26px;
	color: #00799e;
	border-radius: 50%;
}

.btn,
.order__item-title.-last-rule {
	padding-top: 3px;
}

.order__additional-info,
.order__item-title {
	display: block;
	font-weight: 500;
	color: #202020;
	text-align: center;
}

.order__item-number:before {
	counter-increment: section;
	content: counter(section);
}

.order__item-title {
	max-width: 300px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 28px;
}

.order__additional-info {
	margin: 52px auto;
	max-width: 750px;
	font-size: 24px;
	line-height: 59px;
	background-color: #e8f3da;
	border-radius: 30px;
}

@media all and (max-width: 1199px) {
	.usage__items-container {
		padding-bottom: 78px;
		max-width: 1003px;
	}
	.usage__description {
		margin-left: 15px;
	}
	.usage__banner {
		padding: 0 0 35px;
	}
	.order__custom-padding {
		padding: 0 10px !important;
	}
	.order__banner {
		padding-top: 0;
	}
	.order__items-container {
		max-width: 1001px;
	}
	.order__item {
		max-width: 300px;
	}
	.order__item.-first-step {
		background: url(../png/7-order-image-1.png) center 26px no-repeat,
			url(../png/7-order-bg-1.png) center 26px no-repeat;
	}
	.order__item.-second-step {
		background: url(../png/7-order-image-2.png) center 1px no-repeat,
			url(../png/7-order-bg-2.png) center 26px no-repeat;
	}
	.order__item.-third-step {
		background: url(../png/7-order-image-3.png) -46px 8px no-repeat,
			url(../png/7-order-bg-3.png) center 26px no-repeat;
	}
	.order__additional-info {
		margin: 52px auto 0;
	}
}

@media all and (max-width: 1023px) {
	.usage__banner {
		padding: 0 0 86px;
	}
	.usage__description,
	.usage__product-image-box {
		display: block;
		margin: 0 auto;
	}
	.usage__description-text {
		padding-top: 45px;
	}
	.usage__items-container {
		padding-bottom: 45px;
	}
	.order__banner {
		padding-bottom: 30px;
	}
	.order__item {
		margin: 10px auto;
	}
	.order__additional-info {
		margin: 30px auto 0;
	}
}

@media all and (max-width: 767px) {
	.usage__banner {
		padding: 0 0 55px;
	}
	.usage__items-container {
		padding-bottom: 40px;
	}
	.usage__product-image-box {
		max-width: 300px;
		background-position-x: -57px;
	}
	.usage__image {
		margin-top: -20px;
		margin-left: 8px;
		width: 128px;
	}
	.usage__description-text {
		padding: 15px 0 30px;
		text-align: center;
	}
	.order__banner {
		padding-bottom: 5px;
	}
	.order__additional-info {
		max-width: 440px;
		margin: 15px auto 0;
		padding: 8px 22px;
		line-height: 30px;
		border-radius: 37px;
	}
}

@media all and (max-width: 479px) {
	.usage__banner {
		padding: 0 0 30px;
	}
	.usage__image {
		display: none;
	}
	.usage__items-container {
		padding-bottom: 35px;
	}
	.usage__description-text {
		padding: 0 0 25px;
	}
	.order__additional-info,
	.usage__additional-info {
		padding: 10px 5px;
		font-size: 16px;
		line-height: 20px;
	}
	.usage__additional-info {
		max-width: 300px;
		border-radius: 40px;
		font-weight: 500;
	}
	.order__item {
		margin: 0 auto 10px;
	}
}

.footer__numbers,
.footer__privacy,
.footer__prod {
	line-height: 24px;
}

.footer {
	padding-top: 22px;
	padding-bottom: 20px;
	color: #757575;
	font-size: 17px;
}

.footer__custom-wrapper {
	padding: 0 10px 30px !important;
}

.footer__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__logo {
	width: 54px;
	height: 49px;
	margin-right: 12px;
}

.footer__privacy {
	display: block;
	color: #757575;
	text-decoration: underline;
	-webkit-transition: -webkit-text-decoration 0.3s;
	-o-transition: text-decoration 0.3s;
	transition: text-decoration 0.3s;
	transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}

.footer__privacy:hover {
	text-decoration: none;
}

.footer__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__center {
	text-align: center;
}

.footer__right {
	text-align: right;
	text-transform: uppercase;
}

.footer__numbers:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1190px) {
	.footer {
		padding: 0;
	}
}

@media screen and (max-width: 1023px) {
	.footer {
		font-size: 16px;
	}
	.footer__logo {
		margin-right: 10px;
	}
}

@media screen and (max-width: 767px) {
	.footer__adress,
	.footer__name,
	.footer__right {
		display: none;
	}
	.footer__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer__logo {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.form-pop {
	height: auto;
	width: 278px;
	margin-left: 80px;
	color: #444;
	text-align: center;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding-bottom: 28px;
	z-index: 10;
	-webkit-box-shadow: 0 5px 60px rgba(150, 180, 202, 0.77);
	box-shadow: 0 5px 60px rgba(150, 180, 202, 0.77);
	border-radius: 5px;
}

.form-pop::after {
	content: '';
	display: block;
	position: absolute;
	width: 67px;
	height: 310px;
	background-image: url(../png/header__arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 150px;
	right: -48px;
}

.form-pop__label::before,
.form-pop__secure::before {
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%;
	content: '';
}

.form-pop__head {
	font-size: 19px;
	color: #222;
	padding: 15px 40px;
	background-color: #fff2d4;
	font-weight: 700;
	border-radius: 5px;
	line-height: 1.1;
	margin-bottom: 16px;
}

.form-pop__date {
	color: #f7420b;
	display: inline-block;
}

.form-pop__lastpack {
	font-size: 18px;
	width: 80%;
	margin: 18px auto 20px;
}

.form-pop__label,
.form-pop__secure {
	margin-left: auto;
	margin-right: auto;
}

.form-pop__count {
	color: #f7420b;
	font-weight: 800;
}

.form-pop__label {
	width: 220px;
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.form-pop__label::before {
	display: block;
	position: absolute;
	left: 20px;
	-webkit-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	transform: translateY(-55%);
}

.form-pop__label-name::before {
	background-image: url(../svg/user-icon.svg);
	height: 23px;
	width: 20px;
}

.form-pop__label-tel::before {
	background-image: url(../svg/phone-icon.svg);
	height: 23px;
	width: 23px;
}

.form-pop__input {
	padding: 20px 20px 20px 55px;
	border-radius: 50px;
	border: 1px solid #d9dadc;
	-webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.05);
	width: 100%;
}

.form-pop__input::-webkit-input-placeholder {
	color: #202020;
	font-size: 17px;
}

.form-pop__input:-ms-input-placeholder {
	color: #202020;
	font-size: 17px;
}

.form-pop__input::-ms-input-placeholder {
	color: #202020;
	font-size: 17px;
}

.form-pop__input::placeholder {
	color: #202020;
	font-size: 17px;
}

.form-pop__secure {
	padding-left: 30px;
	position: relative;
	text-align: left;
	margin-top: 10px;
	font-size: 15px;
	width: 213px;
}

.pop-up__left,
.popup-title,
.price,
.price__value,
.slick-dots {
	text-align: center;
}

.form-pop__secure::before {
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	background-image: url(../svg/secure-icon.svg);
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form-pop__footnote {
	margin-top: 18px;
}

.price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.price__title {
	font-size: 13px;
}

.price__currency {
	font-size: 14px;
}

.price__new,
.price__old {
	min-width: 40%;
}

.price__old {
	margin-left: 20px;
	position: relative;
}

.price__old::after {
	content: '';
	display: block;
	position: absolute;
	height: 42px;
	width: 1px;
	background-color: #cacaca;
	right: -9px;
	top: 1px;
}

.price__new {
	margin-left: 85px;
}

.btn,
.price__value {
	margin-left: auto;
	margin-right: auto;
}

.price__value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 92%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.price__value__title {
	font-size: 13px;
}

.price__value__currency {
	font-size: 14px;
}

.price__number {
	font-size: 40px;
	line-height: 1;
}

.price__old .price__value {
	position: relative;
}

.price__old .price__value::before {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	left: 8px;
	width: 87%;
	background-color: #f7420b;
	top: 16px;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}

.price__old .price__number {
	font-size: 37px;
	color: #838383;
}

.price__new .price__number {
	line-height: 0.96;
	color: #00789d;
	font-weight: 700;
}

.price__new .price__currency::after {
	content: '*';
}

.price__currency {
	line-height: 1;
	margin-top: -2px;
}

.btn {
	font-size: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 21px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	color: #fff;
	width: 220px;
	border-radius: 67px;
	border: none;
	height: 71px;
	transition: box-shadow 0.3s;
	-webkit-box-shadow: inset 0 0 10px rgba(247, 207, 123, 0.48),
		0 31px 35px -30px rgba(0, 0, 0, 0.38);
	box-shadow: inset 0 0 10px rgba(247, 207, 123, 0.48),
		0 31px 35px -30px rgba(0, 0, 0, 0.38);
	line-height: 22px;

	background-image: linear-gradient(
		to right,
		#015d86 0,
		#018cb5 1%,
		#00789d 50%,
		#018cb5 100%
	);
	border-bottom: 5px solid #014a73;
}

.btn__small {
	font-size: 17px;
	display: block;
}

.btn:hover {
	-webkit-box-shadow: inset 0 0 4px rgba(247, 207, 123, 0.48),
		0 31px 35px -30px transparent;
	box-shadow: inset 0 0 4px rgba(247, 207, 123, 0.48),
		0 31px 35px -30px transparent;
	background-image: linear-gradient(
		to right,
		#015d86 0,
		#00789d 1%,
		#018cb5 50%,
		#00789d 100%
	);
	border-bottom: 5px solid #014a73;
}

.ever-popup__inner {
	max-width: 100% !important;
	padding-top: 0 !important;
}

.pop-up {
	padding-left: 10px;
	padding-right: 10px;
}

.pop-up__box {
	width: 902px;
	background: url(../jpg/0-header-bg.jpg) no-repeat #fff;
	background-size: 1305px 455px;
	box-sizing: border-box;
	border-radius: 8px;
	max-width: 100%;
	padding: 30px 15px;
}

.popup-title {
	font-size: 40px;
}

.popup-title h2,
.popup-title h3 {
	margin: 0;
}

.pop-up__content {
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.image-pack {
	width: 329px;
}

.image-pack img {
	display: inline-block;
	max-width: 100%;
	max-height: 470px;
}

.pop-up__left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 250px;
	width: 329px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.pop-up__right {
	width: 50%;
}

.form-box .form {
	margin-right: auto;
	margin-left: auto;
}

.form-box1 > * {
	float: none !important;
	margin: 0 !important;
}

@media (max-width: 999px) {
	.pop-up__box {
		width: 460px;
	}
	.pop-up__content {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.image-pack {
		padding-bottom: 20px;
	}
	.image-pack img {
		max-height: 280px;
	}
	.pop-up__left {
		display: none;
	}
	.pop-up__right {
		width: 100%;
	}
}

@media (min-width: 1000px) {
	.ever-popup__close {
		top: 25px !important;
		right: 25px !important;
		-webkit-transition: all 0s !important;
		-o-transition: all 0s !important;
		transition: all 0s !important;
	}
	.ever-popup__close:after,
	.ever-popup__close:before {
		content: '';
		position: absolute;
		right: 0;
		top: 10px;
		width: 30px !important;
		height: 3px !important;
		background: #222 !important;
		-webkit-transition: all 0s !important;
		-o-transition: all 0s !important;
		transition: all 0s !important;
	}
}

@media (max-width: 999px) {
	.ever-popup__inner .form::after,
	.pop-up {
		display: none !important;
	}
	.ever-popup__close {
		top: 0 !important;
		right: 0 !important;
		-webkit-transition: all 0s !important;
		-o-transition: all 0s !important;
		transition: all 0s !important;
	}
	.ever-popup__inner {
		max-width: 100% !important;
		padding-top: 35px !important;
	}
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block;
}

.slick-slider {
	-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;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-dots li,
.slick-dots li button {
	cursor: pointer;
	height: 20px;
	width: 20px;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: #fff;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	background: 0 0;
	outline: 0;
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 43%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	border: none;
}

.slick-next:before,
.slick-prev:before {
	width: 41px;
	height: 41px;
	border-radius: 50%;
	content: '';
	background: url(../png/6-slider-arrow.png) center center no-repeat, #ffd36e;
	position: absolute;
	display: block;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: #fff;
}

.slick-prev {
	left: -76px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-next {
	right: -51px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 5px;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	text-align: center;
	opacity: 0.25;
	color: #000;
}

.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: #000;
}

@media all and (max-width: 1350px) {
	.slick-prev {
		left: -26px;
	}
	.slick-next {
		right: -16px;
	}
	.slick-next:before,
	.slick-prev:before {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 1199px) {
	.slick-next:before,
	.slick-prev:before {
		width: 20px;
		height: 20px;
	}
	.slick-prev {
		left: -13px;
	}
	.slick-next {
		right: -13px;
	}
}

@media (max-width: 1023px) {
	.slick-prev {
		left: -20px;
	}
	.slick-next {
		right: -20px;
	}
}

@media all and (max-width: 479px) {
	.slick-next:before,
	.slick-prev:before {
		background-color: transparent;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.new-life__form-box {
		max-width: 100%;
	}
	.new-life__prod-in-form {
		margin: -33px 0 0 15px;
	}
	.new-life__prices {
		margin: 0 7px;
	}
	.new-life__form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		width: 100%;
		max-width: 732px;
		-ms-flex-item-align: auto;
		align-self: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.new-life__form-row {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-line-pack: center;
		align-content: center;
		max-width: 360px;
	}
	.new-life__input {
		width: 200px;
	}
	.new_snoska {
		font-size: 14px;
		position: absolute;
		width: 220px;
		right: 4px;
		bottom: -20px;
		text-align: center;
		top: auto;
	}
	.doctor {
		background: url(../png/5-bg.png) calc(50% - 420px) 313px no-repeat;
	}
}

@media (max-width: 1199px) {
	.feel__subtitle,
	.result {
		margin-bottom: -20px;
	}
	.feel__subtitle,
	.list_feel {
		margin-top: 40px;
	}
	.header .wrapper {
		padding-bottom: 0;
	}
	.effective {
		padding: 20px 0 30px;
	}
	.result {
		margin-top: -20px;
	}
	.new-life__banner {
		padding-top: 40px;
	}
	.new-life__prod-help {
		margin-bottom: 50px;
	}
	.new-life__form-box {
		position: static;
	}
	.new-life {
		padding-bottom: 30px;
	}
	.new-life__statistic {
		margin-top: 18px;
	}
	.doctor {
		padding-top: 0;
		margin-top: -25px;
	}
	.feedback {
		margin-top: -80px;
	}
	.feedback__banner {
		padding: 35px 0 50px;
	}
	.feedback__slider-container {
		padding-bottom: 10px;
	}
	.order {
		padding-bottom: 20px;
	}
	.header.-bottom-section {
		padding-top: 50px;
	}
	.footer {
		padding-top: 20px;
	}
	.doctor__title {
		padding: 0 0 15px;
	}
	.doctor__text {
		padding-bottom: 15px;
	}
	.doctor__text.-sign:after {
		margin-top: 5px;
	}
	.doctor__photo {
		margin-top: 100px;
	}
}

@media (max-width: 1023px) {
	.new-life__prod-in-form {
		margin: -30px auto -10px;
	}
	.header__image-frame {
		max-width: 240px;
		margin: auto;
	}
	.header__preference:before {
		margin-top: 0px;
	}
	.header__more-info {
		margin-bottom: 25px;
	}
	.header {
		padding-bottom: 90px;
	}
	.header__main-item.-product-pack:after,
	.header__main-item.-product-pack:before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.feel {
		margin-top: -50px;
	}
	.list_feel {
		margin-top: 10px;
	}
	.header__title {
		font-size: 14px;
	}
	.feel__subtitle {
		margin-top: 25px;
	}
	.new-life__banner {
		margin-bottom: 20px;
	}
	.doctor__photo {
		margin-top: 160px;
	}
	.doctor__banner {
		margin-bottom: 25px;
	}
	.feedback__banner {
		padding: 28px 0 40px;
	}
	.usage__description-text {
		padding-top: 30px;
		padding-bottom: 25px;
	}
	.usage__additional-info {
		margin: auto;
	}
	.usage__items-container {
		padding-bottom: 30px;
	}
	.usage__banner {
		padding-bottom: 70px;
	}
	.header.-bottom-section {
		margin-top: -30px;
		margin-bottom: -20px;
	}
	.-bottom-section .header__main-item.-product-pack {
		margin-top: 120px;
	}
	.header__main-item.-product-pack {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.header__main-item.-product-pack:after,
	.header__main-item.-product-pack:before,
	.header__nav-menu {
		display: none;
	}
	.header__main-items-container {
		margin-top: 0;
	}

	.header__main-item.-product-info {
		margin-bottom: 25px;
	}
	.-bottom-section .header__main-item.-product-pack {
		margin-top: 20px;
	}
	.header__main-item.-form {
		margin-top: 25px;
	}
	.header.-bottom-section {
		margin-bottom: -40px;
	}
	.header__image-frame {
		max-width: 220px;
	}
	.feel__subtitle {
		margin-bottom: 10px;
	}
	.effective__title {
		margin-top: -10px;
	}
	.result {
		margin-top: 0;
		margin-bottom: 0;
	}
	.effective {
		padding-bottom: 16px;
	}
	.result__argument {
		border-radius: 10px;
	}
	.new-life__banner {
		padding-top: 25px;
	}
	.doctor {
		margin-top: 5px;
	}
	.doctor__photo {
		margin-top: 95px;
	}
	.order__additional-info {
		font-size: 20px;
		border-radius: 10px;
	}
	.header.-bottom-section {
		margin-top: -50px;
	}
	.usage__additional-info {
		font-size: 20px;
	}
	.header {
		padding-top: 10px;
		padding-bottom: 70px;
	}
	.list_feel {
		margin-top: -10px;
	}
	.feel {
		margin-top: -45px;
		padding-bottom: 5px;
	}
	.result__title {
		margin-top: 5px;
	}
	.usage__banner {
		padding-bottom: 30px;
	}
	.usage__description-text {
		margin-top: 0;
	}
}

@media screen and (max-width: 1199px) {
	.wrapper {
		width: 1024px;
		padding: 10px 10px;
	}
	.title {
		font-size: 40px;
	}
}

@media (max-width: 1023px) {
	.wrapper {
		width: 768px;
		padding: 30px 10px;
	}
	.title {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	.wrapper {
		width: 480px;
		padding: 20px 10px;
	}
	.title {
		font-size: 29px;
	}
}

@media (max-width: 479px) {
	.wrapper {
		width: 320px;
		padding: 10px;
	}
	.title {
		font-size: 24px;
	}
}

#order-popup {
	display: none !important;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		-ms-transform: translateX(-50px);
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
.intertrade {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 50px;
	max-width: 1200px;
}
.intertrade-wrap {
	color: #fff;
	line-height: 1.8;
	margin: 20px;
	font-size: 11pt;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.info {
	color: #fff;
	line-height: 1.8;
	margin: 20px;
	font-size: 11pt;
}
.pay {
	line-height: 1.8;
	font-size: 11pt;
	text-align: center;
	margin: 20px;
	height: 100px;
	width: 250px;
	align-items: flex-end;
	flex: 1;
}
.delivery {
	align-items: flex-end;
	line-height: 1.8;
	font-size: 11pt;
	text-align: center;
	margin: 20px;
	border-left: 2px dashed #00304d;
	height: 100px;
	width: 250px;
	flex: 1;
}
@media all and (max-width: 1023px) {
	.intertrade {
		justify-content: center;
	}
	.info {
		text-align: center;
	}
}
@media all and (max-width: 767px) {
	.intertrade {
		justify-content: center;
	}
	.info {
		text-align: center;
	}
}
@media all and (max-width: 479px) {
	.intertrade {
		justify-content: center;
	}
	.info {
		text-align: center;
	}
}
.footer-it {
	margin: 0 auto;
	height: 40px;
	background: #00304d;
	border-top: 2px solid #001829;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-it p {
	text-align: center;
	color: #fff;
	margin: 0;
	font-family: Times, Times New Roman, Georgia, serif;
}
