/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

* {
	box-sizing: border-box;
}

body {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	color: #573939;
	background-color: #fcffdf;
}

a {
	text-decoration: none;
	color: inherit;
	font-family: inherit;
	border: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

a:active {
	outline: none;
	border: none;
}

button {
	font-family: inherit;
	color: inherit;
	outline: none;
	border: none;
	background: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.prev,
.next {
	-webkit-tap-highlight-color: transparent;
}

input {
	font-family: inherit;
	color: inherit;
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
}

input::-webkit-input-placeholder {
	opacity: 1;
}

input::-moz-placeholder {
	opacity: 1;
}

input:-ms-input-placeholder {
	opacity: 1;
}

input::-ms-input-placeholder {
	opacity: 1;
}

input::placeholder {
	opacity: 1;
}

input::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

input::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

input::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

input::placeholder {
	color: inherit;
	opacity: 1;
}

input:invalid {
	box-shadow: none;
}

img {
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none !important;
	-webkit-user-select: none !important;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
}

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

label.error {
	display: none !important;
}

input::-ms-clear {
	width: 15px;
	height: 15px;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.back {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: none;
	pointer-events: none;
}

.back > div {
	position: absolute;
}

.back > div img {
	display: block;
	width: 100%;
}

.back > img {
	position: absolute;
}

.container {
	width: 100%;
	max-width: 1230px;
	margin: auto;
	padding: 0 15px;
}

.overflow {
	position: relative;
	overflow: hidden;
}

.full {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50000;
	pointer-events: none;
	opacity: 0.4;
}

.header {
	position: relative;
	padding: 40px 0 70px;
	background: url("../img/header-back.png") top center no-repeat;
	z-index: 20;
}

@media (min-width: 1921px) {
	.header {
		background: none;
	}

	.header:before {
		position: absolute;
		top: 0;
		left: -webkit-calc(50% - 1300px);
		left: calc(50% - 1300px);
		content: "";
		width: 2600px;
		height: 1120px;
		background: url("../img/header-back.png") bottom center no-repeat;
		background-size: cover;
	}
}

.h-b1 {
	top: -315px;
	left: -1260px;
	width: 753px;
}

.h-b2 {
	top: -191px;
	left: -28px;
	width: 432px;
}

.promo-info {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	min-height: 370px;
	color: #fff;
	margin-bottom: 140px;
}

h1 {
	font-size: 56px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}

.promo-tagline {
	font-size: 30px;
	width: 100%;
	max-width: 500px;
}

.btn-styles {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 15px 10px;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #8d7bfa;
}

.promo .prices-box {
	width: 400px;
	margin-left: 60px;
	text-align: center;
}

.promo .prices-box .old-price {
	margin: 10px 0;
}

.promo .prices-box .btn-styles {
	margin-top: 7px;
}

/*.promo-prices {
  flex-direction: column;
}*/
.new-price {
	font-size: 42px;
	font-weight: 700;
	color: #573939;
}

.old-price {
	position: relative;
	display: inline-block;
	color: #f49491;
	font-size: 30px;
}

.old-price:before {
	position: absolute;
	top: 47%;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #573939;
	-webkit-transform: rotate(-3.64deg);
	transform: rotate(-3.64deg);
}

.timer-wrapper {
	margin-top: 45px;
	text-align: center;
	font-size: 20px;
}

.timer {
	font-weight: 600;
	font-size: 45px;
	margin-top: 13px;
}

.promo-content {
	position: relative;
	width: 700px;
	z-index: 20;
}

.promo-images {
	position: absolute;
	top: 60px;
	left: 75%;
	width: 669px;
}

.promo-images .image {
	position: relative;
	display: block;
	width: 100%;
}

.promo-images .image img {
	display: block;
	width: 100%;
}

.promo-images .image1 {
	margin-left: auto;
	width: 64.7%;
	margin-bottom: 10px;
}

.promo-images .image2 {
	width: 76.7%;
}

.promo-images--header:after {
	position: absolute;
	top: -16%;
	left: 110%;
	content: "";
	width: 50%;
	height: 50%;
	background: url("../img/decor/3.png") center no-repeat;
	background-size: contain;
}

.promo-images--header:before {
	position: absolute;
	bottom: -34%;
	left: 65%;
	content: "";
	width: 101%;
	height: 108%;
	background: url("../img/decor/4.png") center no-repeat;
	background-size: contain;
}

.sale-label {
	position: absolute;
	top: 172px;
	left: 28px;
	width: 180px;
	height: 180px;
	background: #ffd15a;
	border: 16px solid rgba(0, 0, 0, 0.08);
	border-radius: 50%;
	font-size: 56px;
	color: #28d0cf;
	text-align: center;
	line-height: -webkit-calc(180px - 32px);
	line-height: calc(180px - 32px);
	font-weight: 600;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.sale-label:before {
	position: absolute;
	top: -30px;
	left: -30px;
	right: -30px;
	bottom: -30px;
	content: "";
	box-sizing: border-box;
	border: 2px solid #ffd15a;
	border-radius: 50%;
}

.header .prices-box {
	position: relative;
}

.header .prices-box:before {
	position: absolute;
	bottom: -140px;
	left: -420px;
	content: "";
	width: 324px;
	height: 371px;
	background: url("../img/decor/5.png") center no-repeat;
	background-size: contain;
}

@media (max-width: 1800px) {
	.promo-images--header:before {
		width: 81%;
	}

	.promo-images--header:after {
		width: 40%;
		left: 104%;
	}

	.header .prices-box:before {
		bottom: -50px;
		left: -320px;
		width: 264px;
		height: 301px;
	}
}

@media (max-width: 1700px) {
	.promo-images--header:before {
		left: 55%;
	}

	.promo-images--header:after {
		top: -36%;
		left: 94%;
	}

	.h-b1 {
		top: -255px;
		left: -1090px;
		width: 683px;
	}

	.promo-images .image {
		z-index: 20;
	}
}

@media (max-width: 1535px) {
	.promo-content .logo {
		width: 145px;
	}

	.promo-content .logo img {
		display: block;
		width: 100%;
	}

	h1 {
		font-size: 42px;
	}

	.promo-info {
		min-height: 320px;
	}

	.header {
		padding: 30px 0 40px;
		background-size: auto 770px;
	}

	.promo-images {
		top: -10px;
	}

	.h-b2 {
		top: -141px;
		left: -78px;
		width: 342px;
	}

	.promo-images--header:after {
		top: 4%;
		left: 93%;
		width: 200px;
	}

	.timer {
		font-size: 40px;
	}

	.timer-wrapper {
		font-size: 24px;
	}

	.promo-images--header:before {
		bottom: -33%;
		left: 48%;
	}

	.header .prices-box:before {
		left: 450px;
		width: 174px;
		bottom: -100px;
	}
}

@media (max-width: 1365px) {
	.container {
		max-width: 1200px;
	}

	.sale-label {
		width: 140px;
		height: 140px;
		font-size: 44px;
		border: 14px solid rgba(0, 0, 0, 0.08);
		line-height: -webkit-calc(140px - 28px);
		line-height: calc(140px - 28px);
	}

	.promo-images {
		left: 71%;
	}

	.promo-images--header:before {
		width: 59%;
	}

	.promo-images--header:after {
		top: 18%;
		left: 84%;
		width: 150px;
	}

	.promo-images {
		top: 10px;
	}

	.promo-info {
		margin-bottom: 100px;
	}

	.promo .prices-box {
		width: 320px;
		margin-left: 160px;
	}

	.header {
		background-size: auto 720px;
	}

	.promo-info {
		min-height: 300px;
	}

	.header .prices-box:before {
		bottom: -30px;
		left: -220px;
		width: 204px;
	}

	.timer-wrapper {
		font-size: 20px;
	}

	.promo-images {
		left: 76%;
		width: 640px;
	}

	.h-b2 {
		top: -161px;
		left: -48px;
	}

	.timer {
		font-size: 32px;
	}

	.h-b1 {
		top: -295px;
		left: 230px;
		width: 593px;
	}

	.promo-images--header:before {
		bottom: -30%;
	}

	.timer-wrapper {
		margin-top: 25px;
	}

	.promo-tagline {
		font-size: 24px;
	}
}

@media (max-width: 1199px) {
	.container {
		max-width: 992px;
	}

	.header {
		background-size: auto 640px;
	}

	.promo-content {
		width: 490px;
	}

	h1,
	h2 {
		font-size: 36px;
	}

	.h-b1 {
		left: 180px;
	}

	.h-b2 {
		top: -121px;
		left: -48px;
		width: 292px;
	}

	.header .prices-box:before {
		bottom: -30px;
		left: -180px;
		width: 164px;
	}

	.promo-info {
		min-height: 270px;
		margin-bottom: 80px;
	}

	.promo .prices-box {
		margin-left: 80px;
	}

	.promo-images {
		left: 85%;
		width: 540px;
	}

	.sale-label {
		top: 142px;
		left: 78px;
		width: 100px;
		height: 100px;
		border: 10px solid rgba(0, 0, 0, 0.08);
		font-size: 32px;
		line-height: 80px;
	}

	.sale-label:before {
		top: -22px;
		left: -22px;
		right: -22px;
		bottom: -22px;
	}
}

@media (max-width: 991px) {
	.container {
		max-width: 768px;
	}

	.promo-content {
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.promo-tagline {
		margin-left: auto;
		margin-right: auto;
	}

	.promo-content .logo {
		margin: 0 auto;
	}

	.promo-images {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		margin-top: 10px;
	}

	.promo-info {
		margin-bottom: 10px;
	}

	.promo .prices-box {
		margin-left: auto;
		margin-right: auto;
	}

	.btn-styles {
		font-size: 24px;
	}

	.header .prices-box:before {
		bottom: 70px;
	}

	.timer-wrapper {
		margin-top: 20px;
	}

	.timer {
		margin-top: 5px;
	}

	h1 {
		margin: 30px 0;
	}

	.h-b1 {
		left: -690px;
	}

	.h-b2 {
		left: 220px;
	}

	.header {
		background-size: auto 630px;
	}

	.sale-label {
		top: 32px;
		left: 158px;
	}

	.promo-images--header:after {
		top: 58%;
		left: 90%;
	}

	.promo-images--header:before {
		bottom: 0%;
		top: -12%;
		left: -24%;
		width: 66%;
	}

	.promo-images .image1 {
		margin-bottom: -20px;
	}
}

@media (max-width: 767px) {
	.container {
		max-width: 576px;
	}

	.h-b1 {
		left: -470px;
		width: 450px;
		top: -230px;
	}

	.promo-images--header:before {
		bottom: 0%;
		top: -13%;
		left: -11%;
		width: 56%;
	}

	.header .prices-box:before {
		bottom: 100px;
		width: 140px;
		left: -130px;
	}

	.promo-images--header:after {
		top: 53%;
		left: 79%;
		width: 110px;
	}

	.h-b2 {
		left: 110px;
	}
}

@media (max-width: 575px) {
	.header {
		background-position: top center;
		background-size: 1070px auto;
	}

	h1,
	h2 {
		font-size: 30px;
	}

	h1 {
		margin: 20px 0 15px;
	}

	.h-b1 {
		left: -81vw;
		width: 74vw;
		top: -33vw;
	}

	.promo-tagline {
		font-size: 20px;
	}

	.promo-images {
		left: -8px;
		width: -webkit-calc(100% + 20px);
		width: calc(100% + 20px);
	}

	.sale-label {
		top: 25%;
		left: 3%;
		width: 22vw;
		height: 22vw;
		font-size: 7.5vw;
		line-height: 20.3vw;
		border: 1.5vw solid rgba(0, 0, 0, 0.08);
	}

	.sale-label:before {
		top: -3.5vw;
		left: -3.5vw;
		right: -3.5vw;
		bottom: -3.5vw;
	}

	.promo-images--header:before {
		bottom: 0%;
		top: -36%;
		left: 4%;
		width: 60%;
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	.promo-images--header:after {
		background-image: url("../img/decor/2.png");
	}

	.h-b2 {
		left: 12vw;
		width: 40vw;
		top: -18vw;
	}

	.promo-images--header:after {
		top: 43%;
		left: 59%;
		width: 55%;
		-webkit-transform: scale(-1, 1);
		transform: scale(-1, 1);
	}

	.promo .prices-box .old-price {
		margin-top: 0;
	}

	.timer-wrapper {
		font-size: 18px;
	}

	.timer {
		font-size: 32px;
	}

	.header .prices-box:before {
		bottom: 70px;
		width: 30vw;
		left: -19vw;
	}

	.header {
		padding-bottom: 30px;
	}

	.promo-images .image1 {
		margin-top: 10px;
		margin-bottom: 10px;
		width: 73.7%;
	}

	.promo-images .image2 {
		width: 92%;
	}
}

@media (max-width: 413px) {
	h1,
	h2 {
		font-size: 28px;
	}

	.new-price {
		font-size: 38px;
	}

	.old-price {
		font-size: 24px;
	}
}

.privilege {
	position: relative;
	padding: 60px 0 60px;
}

.privilege-content {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	left: -60px;
}

.privilege-content:before {
	position: absolute;
	top: -130px;
	left: 720px;
	content: "";
	width: 175px;
	height: 188px;
	background: url("../img/decor/9.png") center no-repeat;
	background-size: contain;
}

.privilege-content .item {
	width: 47%;
}

.privilege-content .item p {
	font-size: 24px;
}

.privilege-content .item2 {
	position: relative;
	top: 110px;
	left: 50px;
}

.privilege-content .item2:after {
	position: absolute;
	bottom: -220px;
	left: -70px;
	content: "";
	width: 181px;
	height: 203px;
	background: url("../img/decor/10.png") center no-repeat;
	background-size: contain;
}

.privilege-content .item3 {
	margin-top: 80px;
	margin-left: 60px;
}

h5 {
	margin: 0;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
}

.p-b1 {
	top: -330px;
	left: 480px;
	width: 780px;
}

.p-b2 {
	bottom: -280px;
	left: 290px;
	width: 627px;
}

.p-b3 {
	bottom: -120px;
	left: -900px;
	width: 268px;
}

@media (max-width: 1800px) {
	.p-b3 {
		left: -820px;
		bottom: -130px;
	}

	.p-b2 {
		bottom: -210px;
		left: 290px;
		width: 577px;
	}

	.p-b1 {
		top: -370px;
		left: 350px;
	}

	.privilege-content .item2:after {
		bottom: -180px;
		left: -40px;
	}
}

@media (max-width: 1535px) {
	.privilege-content .item3 {
		margin-top: 80px;
		margin-left: 200px;
	}

	.privilege-content .item2:after {
		bottom: -260px;
		left: 50px;
	}

	.p-b1 {
		top: -320px;
		left: 330px;
		width: 600px;
	}

	.p-b2 {
		bottom: -180px;
		left: 220px;
		width: 537px;
	}

	.p-b3 {
		left: -690px;
		bottom: 40px;
		width: 200px;
	}

	.privilege {
		padding: 20px 0 40px;
	}

	.privilege-content:before {
		top: -120px;
		left: 800px;
	}
}

@media (max-width: 1365px) {
	.privilege-content {
		left: 0;
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}

	.privilege-content .item p {
		font-size: 20px;
	}

	.privilege-content:before {
		left: 480px;
	}

	.p-b2 {
		left: 200px;
		width: 467px;
	}

	.privilege-content .item2:after {
		bottom: -260px;
		left: -520px;
		width: 150px;
	}

	.p-b3 {
		left: -590px;
	}

	.p-b1 {
		left: 250px;
	}
}

@media (max-width: 1199px) {
	.privilege-content {
		width: 100%;
	}

	.p-b2 {
		left: 90px;
	}

	.p-b1 {
		left: 120px;
		top: -360px;
	}

	.p-b3 {
		left: -520px;
		bottom: 70px;
	}

	.privilege-content .item2 {
		top: 90px;
		left: 0;
	}

	.privilege-content .item2:after {
		bottom: -280px;
		left: -380px;
		width: 130px;
	}

	h5 {
		font-size: 27px;
	}
}

@media (max-width: 991px) {
	.privilege {
		padding-bottom: 20px;
	}

	.privilege-content .item p {
		font-size: 18px;
	}

	h5 {
		font-size: 24px;
	}

	.privilege-content .item3 {
		margin-top: 60px;
		margin-left: 110px;
	}

	.privilege-content:before {
		left: 290px;
		top: -80px;
		width: 120px;
	}

	.p-b2 {
		left: 30px;
		bottom: -170px;
		width: 400px;
	}

	.privilege-content .item2:after {
		bottom: -240px;
	}

	.p-b3 {
		left: -390px;
		bottom: auto;
		top: -170px;
		width: 170px;
	}
}

@media (max-width: 767px) {
	.privilege-content {
		display: block;
	}

	.privilege-content .item {
		width: 100%;
		max-width: 500px;
		text-align: center;
		margin-bottom: 30px;
	}

	.privilege-content .item:last-child {
		margin-bottom: 0;
	}

	.p-b1 {
		left: 90px;
		top: -289px;
		width: 460px;
	}

	.p-b3 {
		display: none;
	}

	.privilege-content:before {
		left: -10px;
		top: -120px;
	}

	.p-b2 {
		left: 70px;
		bottom: -230px;
		width: 360px;
	}

	.privilege-content .item2 {
		top: auto;
	}

	.privilege-content .item {
		margin-top: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 575px) {
	.p-b2,
	.p-b1 {
		display: none;
	}

	.privilege-content:before {
		left: auto;
		right: -10px;
		top: -100px;
		width: 90px;
	}

	.privilege-content .item2:after {
		bottom: auto;
		left: -40px;
		top: -130px;
		width: 80px;
	}
}

@media (min-width: 1920px) {
	.privilege-content:before {
		left: 590px;
	}

	.p-b1 {
		top: -180px;
		left: 530px;
	}
}

.overview {
	padding: 50px 0;
}

.overview-gallery {
	position: relative;
	height: 32.3vw;
	left: -3.5vw;
	width: -webkit-calc(100% + 7vw);
	width: calc(100% + 7vw);
}

.overview-gallery .item {
	position: absolute;
	top: 0;
	left: 39.5vw;
	width: 20.3vw;
	-webkit-transition: 640ms;
	transition: 640ms;
	opacity: 0;
}

.overview-gallery .item:before {
	position: absolute;
	top: -webkit-calc(50% - 50px);
	top: calc(50% - 50px);
	left: -webkit-calc(50% - 50px);
	left: calc(50% - 50px);
	content: "";
	width: 100px;
	height: 100px;
	background: url(../img/photo-hover.png) center center no-repeat;
	background-size: contain;
	opacity: 0;
	-webkit-transform: scale(0.5) rotate(0.001deg);
	transform: scale(0.5) rotate(0.001deg);
	-webkit-transition: 320ms;
	transition: 320ms;
	pointer-events: none;
	z-index: 10;
}

.overview-gallery .item:hover img {
	opacity: 0.8;
}

.overview-gallery .item:hover:before {
	opacity: 1;
}

.overview-gallery .item img {
	display: block;
	width: 100%;
	-webkit-transition: 320ms;
	transition: 320ms;
}

.overview-gallery .item.item1 {
	opacity: 0;
	top: 5.5vw;
	left: -10.9%;
	width: 13.2%;
	z-index: 20;
}

.overview-gallery .item.item2 {
	top: 5.5vw;
	width: 13.2%;
	left: 5.7%;
	opacity: 1;
	z-index: 20;
}

.overview-gallery .item.item3 {
	top: 3.2vw;
	left: 21.4%;
	width: 15.9%;
	opacity: 1;
	z-index: 20;
}

.overview-gallery .item.item4 {
	top: -0.5vw;
	left: 39.9%;
	width: 20.3%;
	opacity: 1;
	z-index: 20;
}

.overview-gallery .item.item5 {
	top: 3.2vw;
	left: 62.8%;
	width: 15.9%;
	opacity: 1;
	z-index: 20;
}

.overview-gallery .item.item6 {
	top: 5.5vw;
	width: 13.2%;
	left: 81.2%;
	opacity: 1;
	z-index: 20;
}

.overview-gallery .item.item7 {
	top: 5.5vw;
	left: 96.9%;
	width: 13.2%;
	opacity: 0;
	z-index: 20;
}

.slider-nav {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 416px;
	margin: 20px auto 0;
}

.slider-btn {
	width: 120px;
	height: 30px;
	background: url("../img/arrow.png") center no-repeat;
	background-size: contain;
	-webkit-transition: 320ms;
	transition: 320ms;
	cursor: pointer;
}

.slider-btn.prev {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.slider-btn:hover {
	background-image: url("../img/arrow2.png");
}

.slides-numbers {
	font-size: 20px;
	font-weight: 600;
	color: #8d7bfa;
}

.overview .slider-nav {
	width: 21.9%;
}

@media (max-width: 1365px) {
	.overview {
		padding: 30px 0;
	}

	.overview-gallery .item.item4 {
		top: 0;
		left: 38.2%;
		width: 23.8%;
		z-index: 50;
	}

	.overview-gallery .item.item5 {
		left: 59.8%;
		width: 20.1%;
		z-index: 40;
	}

	.overview-gallery .item.item3 {
		left: 20.5%;
		width: 20.1%;
		z-index: 40;
	}

	.overview-gallery .item.item6 {
		width: 17.2%;
		left: 78.5%;
		z-index: 30;
	}

	.overview-gallery .item.item2 {
		left: 4.3%;
		width: 17.2%;
		z-index: 30;
	}

	.overview-gallery {
		height: 38.2vw;
	}

	.overview .slider-nav {
		width: 25.5%;
	}
}

@media (max-width: 1199px) {
	.overview .slider-nav {
		width: 360px;
	}
}

@media (max-width: 991px) {
	.overview {
		padding-bottom: 20px;
	}

	.overview-gallery .item.item4 {
		left: 31%;
		width: 38%;
	}

	.overview-gallery .item.item5 {
		top: 10.2vw;
		left: 66.4%;
		width: 29.1%;
	}

	.overview-gallery .item.item3 {
		left: 4.5%;
		width: 29.1%;
	}

	.overview-gallery .item.item2,
	.overview-gallery .item.item6 {
		width: 29.1%;
		opacity: 0;
	}

	.overview-gallery .item.item2 {
		top: 3.2vw;
		left: -5.5%;
	}

	.overview-gallery .item.item6 {
		top: 7.2vw;
		left: 76.4%;
	}

	.overview-gallery {
		height: 61vw;
	}
}

@media (max-width: 767px) {
	.overview {
		padding: 20px 0;
	}
}

@media (max-width: 530px) {
	.overview {
		padding-top: 0;
	}

	.overview-gallery {
		width: 100%;
		height: -webkit-calc(146.4vw - 30px);
		height: calc(146.4vw - 30px);
		left: 0;
	}

	.overview-gallery .item.item5,
	.overview-gallery .item.item3 {
		opacity: 0;
	}

	.overview-gallery .item.item4,
	.overview-gallery .item.item5,
	.overview-gallery .item.item3 {
		top: 0;
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		left: 15px;
	}

	.overview-nav {
		margin-top: 15px;
	}
}

.about {
	position: relative;
	padding: 40px 0 40px;
	z-index: 10;
}

h2 {
	text-align: center;
	margin: 0;
	font-size: 44px;
	text-transform: uppercase;
	font-weight: 600;
}

.about-content {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	left: -60px;
	margin-top: 40px;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
}

.about-content p {
	line-height: 1.5;
}

.about-info {
	width: 46%;
}

.about-images {
	position: relative;
	width: 38.1%;
}

.about-images .image img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 10;
	pointer-events: none;
}

.about-images .image1 {
	position: relative;
	width: 100%;
}

.about-images .image1:before {
	position: absolute;
	top: -14%;
	left: -35%;
	content: "";
	width: 244px;
	height: 228px;
	background: url("../img/decor/11.png") center no-repeat;
	background-size: contain;
	pointer-events: none;
}

.about-images .image1:after {
	position: absolute;
	bottom: -73%;
	left: 40%;
	content: "";
	width: 432px;
	height: 461px;
	background: url("../img/decor/2.png") center no-repeat;
	background-size: contain;
	pointer-events: none;
}

.about-images .image2 {
	position: absolute;
	top: 50%;
	left: -71%;
	z-index: 20;
}

.a-bg1 {
	top: -130px;
	left: -940px;
	width: 273px;
}

.a-bg2 {
	top: -160px;
	left: 610px;
	width: 244px;
}

.a-bg3 {
	bottom: -180px;
	left: 710px;
	width: 187px;
}

@media (max-width: 1800px) {
	.a-bg1 {
		top: -130px;
		left: -800px;
		width: 233px;
	}

	.a-bg2 {
		top: -140px;
		left: 560px;
		width: 214px;
	}
}

@media (max-width: 1535px) {
	.a-bg2 {
		left: 470px;
	}

	.a-bg1 {
		top: -130px;
		left: -700px;
		width: 203px;
	}

	h2 {
		font-size: 40px;
	}

	h5 {
		font-size: 24px;
	}
}

@media (max-width: 1365px) {
	.about-content {
		left: 0;
		width: 100%;
	}

	.a-bg1 {
		top: -100px;
		left: -630px;
		width: 173px;
	}

	.a-bg2 {
		left: 420px;
		width: 180px;
		top: -100px;
	}

	h2 {
		font-size: 38px;
	}
}

@media (max-width: 1199px) {
	.a-bg1 {
		left: -550px;
	}

	.a-bg2 {
		left: 370px;
		width: 150px;
		top: -70px;
	}

	h2 {
		font-size: 32px;
	}

	.about-info {
		width: 53%;
	}

	.about-content {
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}

	.about-images .image2 {
		top: 71%;
		left: -59%;
		z-index: 20;
		width: 90%;
	}

	.about-content p {
		line-height: 1.3;
	}

	.about-images .image1:after {
		bottom: -103%;
		left: 40%;
		width: 352px;
	}
}

@media (max-width: 991px) {
	.about-content {
		display: block;
	}

	.about-info {
		width: 100%;
		text-align: center;
	}

	.about-images {
		width: 63%;
		margin-top: 30px;
		margin-left: auto;
	}

	.a-bg1 {
		left: -50vw;
		top: auto;
		bottom: 180px;
		width: 140px;
	}

	.about-images .image1:after {
		bottom: -118%;
		left: 58%;
		width: 50%;
		background-position: top right;
	}

	.about-images .image1:before {
		top: -12%;
		left: -27%;
		width: 174px;
		height: 158px;
	}

	.about-images .image2 {
		top: 31%;
		left: -59%;
		z-index: 20;
		width: 80%;
	}
}

@media (max-width: 767px) {
	.about-images .image1:before {
		display: none;
		background: none;
	}

	.about-images .image1:after {
		bottom: -58%;
		height: 200px;
	}

	.a-bg1 {
		bottom: 120px;
	}
}

@media (max-width: 575px) {
	h2 {
		font-size: 30px;
	}

	.about {
		padding: 30px 0 20px;
	}

	.a-bg1 {
		bottom: 25vw;
		width: 21vw;
	}

	.about-images .image1:after {
		bottom: -49%;
		height: 31vw;
		left: 64%;
	}

	.about-content {
		margin-top: 30px;
	}
}

@media (max-width: 413px) {
	h2 {
		font-size: 28px;
	}
}

.products {
	position: relative;
	padding: 0 0 40px;
	background-color: #28d0cf;
	margin-top: 200px;
	margin-bottom: 135px;
}

.products:before {
	position: absolute;
	left: -webkit-calc(50% - 960px);
	left: calc(50% - 960px);
	top: -550px;
	content: "";
	width: 1920px;
	height: 610px;
	background: url("../img/prods-back1.png") bottom center no-repeat;
}

.products:after {
	position: absolute;
	left: -webkit-calc(50% - 960px);
	left: calc(50% - 960px);
	bottom: -100px;
	content: "";
	width: 1920px;
	height: 326px;
	background: url("../img/prods-back2.jpg") top center no-repeat;
}

.product-logo {
	position: absolute;
	top: -100px;
	right: 0;
	width: 230px;
	margin-left: auto;
}

.product-logo img {
	display: block;
	width: 100%;
}

.product {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
	padding: 50px;
	background-color: #fcffdf;
	margin-bottom: 70px;
}

.product:last-child {
	margin-bottom: 0;
}

.product:before {
	position: absolute;
	top: 20px;
	left: -20px;
	content: "";
	z-index: -10;
	width: 100%;
	height: 100%;
	border-left: 20px solid #53d9d9;
	border-bottom: 20px solid #53d9d9;
	box-sizing: border-box;
	pointer-events: none;
}

.main-product-galleries {
	position: relative;
	width: 58.7%;
}

.mini-product-galleries {
	position: relative;
}

.product-gallery-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	z-index: 10;
}

.product-gallery-box.active {
	position: relative;
	opacity: 1;
	pointer-events: auto;
	z-index: 50;
}

.main-product-gallery {
	position: relative;
	display: block;
	width: 100%;
}

.main-product-gallery .item {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.main-product-gallery .item:before {
	position: absolute;
	top: -webkit-calc(50% - 50px);
	top: calc(50% - 50px);
	left: -webkit-calc(50% - 50px);
	left: calc(50% - 50px);
	content: "";
	width: 100px;
	height: 100px;
	background: url(../img/photo-hover.png) center center no-repeat;
	background-size: contain;
	opacity: 0;
	-webkit-transform: scale(0.5) rotate(0.001deg);
	transform: scale(0.5) rotate(0.001deg);
	-webkit-transition: 320ms;
	transition: 320ms;
	pointer-events: none;
	z-index: 10;
}

.main-product-gallery .item:hover img {
	opacity: 0.8;
}

.main-product-gallery .item:hover:before {
	opacity: 1;
}

.main-product-gallery .item.active {
	position: relative;
	opacity: 1;
	pointer-events: auto;
	z-index: 10;
}

.main-product-gallery .item img {
	display: block;
	width: 100%;
	-webkit-transition: 320ms;
	transition: 320ms;
}

.mini-product-gallery {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	pointer-events: none;
	margin-top: 20px;
}

.mini-product-gallery .item {
	position: relative;
	display: block;
	width: -webkit-calc(100% / 4 - 15px);
	width: calc(100% / 4 - 15px);
	cursor: pointer;
}

.mini-product-gallery .item.active {
	cursor: auto;
	pointer-events: none;
}

.mini-product-gallery .item:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 0;
	height: 5px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 320ms;
	transition: 320ms;
	background-color: #8d7bfa;
}

.mini-product-gallery .item.active:before {
	opacity: 1;
	width: 100%;
}

.mini-product-gallery .item img {
	display: block;
	width: 100%;
}

.product-gallery-box .mini-product-gallery {
	pointer-events: auto;
}

.products .prices {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: baseline;
	align-items: baseline;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
}

.products .prices .old-price {
	margin-right: 30px;
}

.products .prices .old-price:before {
	background-color: #8d7bfa;
}

.products .prices .new-price {
	color: #8d7bfa;
}

.product-info {
	width: 36.4%;
}

h3 {
	margin: 0 0 10px;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

.product-features {
	margin: 20px 0;
	min-height: 185px;
}

.product-features .item {
	overflow: hidden;
	margin: 8px 0;
}

.product-features .item .left {
	font-weight: 600;
	float: left;
}

.product-features .item .right {
	float: right;
	text-align: right;
}

.switch-wrapp {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin: 20px 0;
}

.switch-wrapp .text {
	font-weight: 600;
}

.sizes-switch-wrapp {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.size {
	margin-left: 13px;
	border: 2px solid #573939;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}

.size.active {
	font-weight: 600;
	background-color: #ffd15a;
	cursor: auto;
	pointer-events: none;
}

.switch {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.color-switch .color {
	position: relative;
	margin-left: 13px;
	border: 2px solid #573939;
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.color-switch .color:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 30px;
	height: 30px;
	background: url(../img/icon-done2.png) center no-repeat;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 320ms;
	transition: 320ms;
}

.color-switch .color--beige {
	background-color: #f9f4f1;
}

.color-switch .color--white {
	background-color: #fff;
}

.color-switch .color--red {
	background-color: #ff2727;
}

.color-switch .color--black {
	background-color: #1f1f1f;
}

.color-switch .color--black:before,
.color-switch .color--red:before {
	background-image: url(../img/icon-done.png);
}

.color-switch .color.active {
	pointer-events: none;
	cursor: auto;
}

.color-switch .color.active:before {
	opacity: 1;
}

.size-value {
	text-align: right;
	width: 100%;
	margin-top: 15px;
}

.sale-info--mob {
	display: none;
}

.sale-info {
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
}

.sale-info span {
	font-weight: 600;
}

.products .order-form {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	margin-top: 50px;
}

.form-input {
	display: block;
	width: 100%;
	padding: 0 15px;
	height: 60px;
	border: 2px solid #8d7bfa;
	font-weight: 600;
	background-color: #fff;
}

.form-input::-webkit-input-placeholder {
	font-weight: 600;
}

.form-input::-moz-placeholder {
	font-weight: 600;
}

.form-input:-ms-input-placeholder {
	font-weight: 600;
}

.form-input::-ms-input-placeholder {
	font-weight: 600;
}

.form-input::placeholder {
	font-weight: 600;
}

.product .form-group--field {
	width: 29.1%;
}

.product .form-group--btn {
	width: 36.4%;
}

.pr-bg1 {
	left: -1030px;
	top: 100px;
}

.pr-bg2 {
	left: 500px;
	bottom: -100px;
	z-index: 2;
}

@media (max-width: 1700px) {
	.pr-bg1 {
		left: -880px;
		top: 70px;
		width: 320px;
	}

	.pr-bg2 {
		left: 480px;
		bottom: 40px;
		width: 600px;
	}
}

@media (max-width: 1535px) {
	.pr-bg2 {
		left: 340px;
	}
}

@media (max-width: 1365px) {
	.products {
		margin-bottom: 105px;
	}
}

@media (max-width: 1199px) {
	.product-logo {
		top: -70px;
		width: 145px;
	}

	.products {
		margin-top: 150px;
	}

	.main-product-galleries {
		width: 50%;
	}

	.product-info {
		width: 45%;
	}

	h3 {
		font-size: 28px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.product {
		padding: 20px;
	}

	.products .prices,
	.sale-info {
		position: relative;
		left: -62%;
	}

	.products .prices {
		margin-top: -20px;
	}

	.products .order-form {
		margin-top: 20px;
	}

	.product-features .item {
		margin: 6px 0;
	}

	.switch-wrapp {
		margin: 15px 0;
	}

	.product-features {
		margin: 15px 0;
	}
}

.product-info-head--mob {
	display: none;
}

.sale-info--mob {
	display: none;
}

@media (max-width: 991px) {
	.product-info-head--mob,
	.sale-info--mob {
		display: block;
	}

	.product-info-head--desct,
	.sale-info--desct {
		display: none;
	}

	.products:before {
		position: absolute;
		left: -webkit-calc(50% - 992px / 2);
		left: calc(50% - 992px / 2);
		top: -312px;
		width: 992px;
		height: 312px;
		background-position: top center;
		background-size: contain;
	}

	.products {
		margin-top: 114px;
	}

	.product {
		display: block;
		padding: 40px 100px;
	}

	.product-info-head--mob {
		margin-bottom: 30px;
	}

	.products .order-form {
		display: block;
		max-width: 440px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}

	.product .form-group--field {
		width: 100%;
		margin-bottom: 10px;
	}

	.product .form-group--btn {
		width: 100%;
		margin-top: 10px;
	}

	.product .ratting {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.product .ratting img {
		margin: 0 3px;
	}

	.main-product-galleries {
		width: 100%;
	}

	.form-input {
		height: 50px;
	}

	.product-info {
		width: 100%;
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.product {
		padding: 30px 15px;
	}
}

@media (max-width: 575px) {
	.products .prices .old-price {
		font-size: 24px;
	}

	.products .prices .new-price {
		font-size: 36px;
	}

	.products .order-form {
		margin-top: 20px;
	}

	.sizes-switch-wrapp {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}

	.sizes-switch-wrapp .text {
		-webkit-order: 1;
		order: 1;
	}

	.sizes-switch-wrapp .size-value {
		-webkit-order: 2;
		order: 2;
		margin: 0 0 0 15px;
		width: initial;
	}

	.sizes-switch-wrapp .sizes-switch {
		-webkit-order: 3;
		order: 3;
		width: 100%;
		margin-top: 15px;
	}

	.sizes-switch-wrapp .size {
		margin-left: 0;
		margin-right: 13px;
	}

	.products:after {
		width: 140vw;
		height: 68vw;
		bottom: -63vw;
		left: 0;
		background-size: contain;
	}

	.product-logo {
		width: 35vw;
	}

	.products {
		margin-bottom: 95px;
	}

	.product-features {
		font-size: 16px;
	}

	.mini-product-gallery .item {
		width: -webkit-calc(100% / 4 - 5px);
		width: calc(100% / 4 - 5px);
	}

	.mini-product-gallery .item:before {
		height: 2px;
	}

	.product-features .item {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
}

@media (max-width: 413px) {
	.products .prices .old-price {
		font-size: 17px;
	}

	.products .prices .new-price {
		font-size: 30px;
	}

	.sizes-switch-wrapp .size {
		margin-right: 6px;
	}
}

@media (min-width: 1921px) {
	.products:before {
		left: 0;
		top: -30vw;
		width: 100vw;
		height: 30vw;
		background: url(../img/prods-back1.png) top center no-repeat;
		background-size: 100%;
	}

	.products:after {
		left: 0;
		bottom: -19vw;
		width: 100vw;
		height: 30vw;
		background: url(../img/prods-back2.jpg) top center no-repeat;
		background-size: 100%;
	}
}

.reviews {
	position: relative;
	padding: 30px 0 50px;
}

.reviews h2 {
	margin-bottom: 50px;
}

.reviews:before {
	position: absolute;
	left: -webkit-calc(50% - 1320px);
	left: calc(50% - 1320px);
	top: -200px;
	content: "";
	width: 780px;
	height: 749px;
	background: url("../img/decor/6.png") center no-repeat;
	background-size: contain;
	z-index: 10;
}

.reviews:after {
	position: absolute;
	right: 0;
	top: -190px;
	content: "";
	width: 529px;
	height: 598px;
	background: url("../img/decor/18.png") center no-repeat;
	background-size: contain;
	z-index: 10;
}

@media (min-width: 1930px) {
	.reviews:before {
		position: absolute;
		left: -340px;
	}

	.reviews:after {
		right: 0px;
	}
}

.reviews-content {
	position: relative;
}

.reviews-content .logo {
	position: absolute;
	top: -100px;
	left: 0;
}

.reviews-inner {
	position: relative;
	height: 590px;
}

.review {
	position: absolute;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 890px;
	min-height: 300px;
	padding: 30px 60px 60px;
	margin-bottom: 200px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 600;
	color: #fff;
	background-color: #28d0cf;
	opacity: 0;
}

.review.item1 {
	top: 0;
	left: -2000px;
	opacity: 1;
	-webkit-transform: skewX(0) translateY(-100px) rotate(6deg);
	transform: skewX(0) translateY(-100px) rotate(6deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: 1200ms;
	transition: 1200ms;
}

.review.item3 {
	top: 0;
	left: 2000px;
	opacity: 1;
	-webkit-transform: skewX(-20deg) translateY(200px) rotate(20deg);
	transform: skewX(-20deg) translateY(200px) rotate(20deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transition: 1200ms;
	transition: 1200ms;
}

.review.item2 {
	position: absolute;
	top: 0;
	left: 153px;
	opacity: 1;
	-webkit-transform: skewX(0) scale(1) translateY(0) rotate(0);
	transform: skewX(0) scale(1) translateY(0) rotate(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: 1200ms;
	transition: 1200ms;
}

.review:before {
	position: absolute;
	top: 20px;
	left: -20px;
	content: "";
	z-index: -10;
	width: 100%;
	height: 100%;
	border-left: 20px solid #53d9d9;
	border-bottom: 20px solid #53d9d9;
	box-sizing: border-box;
	pointer-events: none;
}

.review:after {
	position: absolute;
	bottom: -300px;
	left: -200px;
	content: "";
	width: 1282px;
	height: 489px;
	background: url("../img/decor/16.png") bottom center no-repeat;
	background-size: contain;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.review .user-name {
	font-size: 24px;
	text-transform: uppercase;
}

.reviews .slider-nav {
	position: relative;
	margin: 0;
	width: initial;
	margin-left: 80px;
	z-index: 20;
}

.reviews .slider-nav .slider-btn.next {
	margin-left: auto;
}

.link-review {
	font-weight: 600;
}

.link-review-wrap {
	text-align: center;
	position: relative;
	top: -26px;
}

.link-review-wrap a {
	position: relative;
	z-index: 30;
	text-decoration: underline;
}

.reviews-nav .slider-btn {
	z-index: 10;
	background-image: url("../img/arrow2.png");
}

.review-head {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: baseline;
	align-items: baseline;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.review-head .ratting {
	margin-left: 15px;
}

@media (max-width: 1800px) {
	.reviews:after {
		width: 410px;
	}

	.review {
		width: 760px;
	}

	.review:after {
		left: -webkit-calc(50% - 650px);
		left: calc(50% - 650px);
	}

	.review.item2 {
		left: 223px;
	}

	.reviews:before {
		left: -webkit-calc(50% - 1230px);
		left: calc(50% - 1230px);
		top: -260px;
		width: 710px;
	}
}

@media (max-width: 1700px) {
	.reviews:before {
		left: -webkit-calc(50% - 1090px);
		left: calc(50% - 1090px);
		top: -260px;
		width: 630px;
	}
}

@media (max-width: 1535px) {
	.reviews:before {
		left: -webkit-calc(50% - 930px);
		left: calc(50% - 930px);
		top: -260px;
		width: 530px;
	}

	.reviews:after {
		width: 320px;
	}
}

@media (max-width: 1365px) {
	.review {
		width: 620px;
	}

	.review.item2 {
		left: 283px;
	}

	.review:after {
		left: -webkit-calc(50% - 460px);
		left: calc(50% - 460px);
		bottom: -200px;
		width: 912px;
		height: 349px;
	}

	.reviews-inner {
		height: 520px;
	}

	.reviews:after {
		top: -90px;
	}

	.reviews .slider-nav {
		margin-right: 200px;
	}

	.reviews:before {
		left: -webkit-calc(50% - 880px);
		left: calc(50% - 880px);
		top: -220px;
	}

	.d-bg-1 {
		left: 370px;
		bottom: -90px;
		width: 262px;
	}
}

@media (max-width: 1199px) {
	.reviews {
		padding-bottom: 20px;
	}

	.review.item2 {
		left: 170px;
	}

	.reviews-content .logo {
		width: 145px;
	}

	.reviews-content .logo img {
		display: block;
		width: 100%;
	}

	.reviews:after {
		display: none;
		background: none;
	}

	.reviews:before {
		left: -webkit-calc(50% - 780px);
		left: calc(50% - 780px);
		width: 500px;
	}

	.reviews p {
		font-size: 16px;
	}

	.reviews-inner {
		height: 490px;
	}
}

@media (max-width: 991px) {
	.reviews-content .logo {
		top: -80px;
	}

	.review.item2 {
		left: 123px;
	}

	.review:after {
		left: -webkit-calc(50% - 376px);
		left: calc(50% - 376px);
		bottom: -160px;
		width: 741px;
		height: 289px;
	}

	.reviews-inner {
		height: 450px;
	}

	.review {
		padding-left: 20px;
		padding-right: 20px;
		width: 500px;
	}

	.reviews:before {
		left: -webkit-calc(50% - 640px);
		left: calc(50% - 640px);
		top: -290px;
		width: 440px;
	}

	.reviews-inner {
		height: 490px;
	}

	.reviews .slider-nav {
		margin-right: 0;
	}

	.slider-btn {
		width: 100px;
	}
}

@media (min-width: 768px) {
	.reviews-nav .reviews-btn.prev {
		display: none;
	}

	.reviews-nav .slides-numbers {
		display: none;
	}
}

@media (max-width: 767px) {
	.review {
		padding: 20px;
		margin-bottom: 20px;
		min-height: initial !important;
	}

	.review .user-name {
		font-size: 20px;
	}

	.review.item2,
	.review.item3,
	.review.item1 {
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}

	.review.item1 {
		-webkit-transform-origin: top center;
		transform-origin: top center;
		left: -0;
	}

	.reviews h2 {
		margin-bottom: 30px;
	}

	.review.item3 {
		left: 0;
	}

	.review.item3,
	.review.item1 {
		opacity: 0;
		-webkit-transition: 320ms;
		transition: 320ms;
	}

	.review.item2 {
		left: 0;
		position: relative;
		min-height: initial;
	}

	.review:after {
		display: none;
		background: none;
	}

	.reviews-inner {
		height: initial;
	}

	.link-review-wrap {
		top: auto;
	}

	.reviews .slider-nav .slider-btn.next {
		margin: initial;
	}

	.reviews .slider-nav {
		margin: 40px auto 20px;
	}

	.reviews-nav .slider-btn {
		background-image: url("../img/arrow.png");
	}
}

@media (max-width: 575px) {
	.reviews:before {
		display: none;
		background: none;
	}

	.reviews-content .logo {
		width: 35vw;
		top: -60px;
	}

	.reviews {
		padding: 20px 0 0;
	}
}

.delivery {
	position: relative;
	padding: 40px 0 20px;
	z-index: 10;
}

.delivery-content {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1000px;
	margin-left: auto;
	margin-top: 60px;
}

.delivery-content:before {
	position: absolute;
	bottom: -80px;
	left: -440px;
	content: "";
	width: 529px;
	height: 404px;
	background: url("../img/prod3.png") center no-repeat;
	background-size: contain;
}

.delivery-content .item {
	width: 40%;
}

.delivery-content .item2 {
	margin-top: 50px;
}

.delivery-content .item3 {
	margin: 40px auto 0;
}

.d-bg-1 {
	left: 400px;
	bottom: -160px;
	width: 262px;
}

.d-bg-2 {
	left: -860px;
	width: 268px;
	top: -100px;
}

.d-bg-3 {
	top: -110px;
	left: 480px;
	width: 471px;
}

@media (max-width: 1700px) {
	.d-bg-3 {
		left: 380px;
	}

	.delivery-content:before {
		left: -360px;
	}

	.d-bg-2 {
		left: -780px;
	}
}

@media (max-width: 1535px) {
	.delivery-content {
		width: 890px;
	}

	.delivery-content .item {
		width: 46%;
	}

	.delivery-content .item3 {
		margin-top: 20px;
	}

	.d-bg-1 {
		left: 370px;
		bottom: -120px;
	}

	.d-bg-2 {
		width: 220px;
		left: -540px;
	}

	.d-bg-3 {
		left: 290px;
		top: -120px;
		width: 360px;
		-webkit-transform: rotate(-35deg);
		transform: rotate(-35deg);
	}
}

@media (max-width: 1365px) {
	.delivery-content {
		width: 840px;
	}

	.delivery-content:before {
		bottom: -100px;
		left: -320px;
	}

	.d-bg-1 {
		width: 200px;
	}

	.d-bg-3 {
		left: 220px;
	}
}

@media (max-width: 1199px) {
	.delivery-content {
		width: 710px;
	}

	.delivery-content:before {
		left: -260px;
		width: 440px;
	}

	.d-bg-2 {
		width: 180px;
		left: -450px;
		top: 0;
	}

	.d-bg-3 {
		left: 190px;
	}

	.d-bg-1 {
		width: 170px;
		left: 310px;
		bottom: -110px;
	}
}

@media (max-width: 991px) {
	.delivery-content .item3 {
		margin-left: 0;
	}

	.delivery-content {
		margin-top: 40px;
	}

	.d-bg-2 {
		width: 180px;
		left: -400px;
		top: -100px;
	}

	.d-bg-1 {
		left: 240px;
		top: 0;
		bottom: auto;
	}

	.d-bg-3 {
		display: none;
	}

	.delivery-content:before {
		left: 330px;
		bottom: -140px;
		width: 400px;
	}
}

@media (max-width: 767px) {
	.delivery-content {
		display: block;
		text-align: center;
		width: 100%;
		padding-bottom: 230px;
	}

	.delivery-content .item {
		left: initial;
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.delivery-content .item:last-child {
		margin-bottom: 0;
	}

	.delivery-content:before {
		left: 0;
		width: 100%;
		bottom: -90px;
	}

	.d-bg-2 {
		width: 150px;
		left: -300px;
		top: -40px;
	}

	.d-bg-1 {
		top: initial;
		bottom: 160px;
		width: 110px;
		left: 170px;
	}
}

@media (max-width: 575px) {
	.d-bg-2 {
		display: none;
	}

	.delivery-content {
		margin-top: 20px;
		padding-bottom: 41vw;
	}

	.delivery-content .item {
		margin-top: 0;
	}

	.delivery-content .item1:after {
		position: absolute;
		left: -42px;
		top: -25px;
		content: "";
		width: 90px;
		height: 90px;
		background: url("../img/decor/19.png") center no-repeat;
		background-size: contain;
	}

	.d-bg-1 {
		bottom: 26vw;
		width: 23vw;
		left: 26vw;
	}

	.delivery-content:before {
		left: -2vw;
		bottom: -22vw;
		height: 77vw;
		width: 97vw;
	}
}

.footer {
	position: relative;
	padding: 220px 0 60px;
	background: url("../img/footer-back.png") center top no-repeat;
}

.footer .promo-info {
	margin-bottom: 60px;
}

.footer:after {
	position: absolute;
	bottom: -50px;
	right: -webkit-calc(50% - 1350px);
	right: calc(50% - 1350px);
	content: "";
	width: 978px;
	height: 1018px;
	background: url("../img/decor/21.png") left bottom;
	background-size: contain;
}

.footer:before {
	position: absolute;
	bottom: 0;
	left: -webkit-calc(50% - 980px);
	left: calc(50% - 980px);
	content: "";
	width: 693px;
	height: 807px;
	background: url("../img/decor/22.png") left bottom;
	background-size: contain;
}

.promo-images--footer:before {
	position: absolute;
	top: -30px;
	right: -410px;
	content: "";
	width: 340px;
	height: 400px;
	background: url("../img/decor/15.png") center no-repeat;
	background-size: contain;
}

.promo-images--footer:after {
	position: absolute;
	top: 46%;
	right: 10px;
	content: "";
	width: 181px;
	height: 203px;
	background: url("../img/decor/10.png") center no-repeat;
	background-size: contain;
}

.review-ratting {
	display: -webkit-flex;
	display: flex;
	margin: 15px 0;
}

.thanks-review {
	display: none;
	text-align: center;
}

.form-input--textarea {
	padding: 12px 15px !important;
	min-height: 110px;
	max-height: 200px;
	min-width: 100%;
	max-width: 100%;
	background: #fff;
	color: #222;
	outline: none;
}

.form-input--textarea::-webkit-input-placeholder {
	color: #222;
}

.form-input--textarea::-moz-placeholder {
	color: #222;
}

.form-input--textarea:-ms-input-placeholder {
	color: #222;
}

.form-input--textarea::-ms-input-placeholder {
	color: #222;
}

.form-input--textarea::placeholder {
	color: #222;
}

.review-ratting .items {
	display: -webkit-flex;
	display: flex;
	margin-left: 10px;
}

.review-ratting .item.active {
	background-image: url(../img/star.png);
}

.review-ratting .item {
	width: 18px;
	height: 18px;
	background: url(../img/star2.png) center no-repeat;
	background-size: contain;
	margin-right: 4px;
	cursor: pointer;
}

.modal {
	max-width: 760px;
	display: none;
	padding: 30px 15px 15px;
	background-color: #fcffdf;
}

.modal h3 {
	text-align: center;
	margin: 0 0 30px;
	font-size: 22px;
}

.footer-info {
	text-align: center;
	font-size: 16px;
}

.reviews-popup {
	display: none;
	max-width: 500px;
	width: 100%;
	padding: 40px 15px;
	background-color: #fcffdf;
}

.reviews-popup h3 {
	text-align: center;
	margin-bottom: 30px;
}

.reviews-popup .form-group {
	margin-bottom: 15px;
}

.footer .promo-content:before {
	position: absolute;
	top: -100px;
	left: -260px;
	content: "";
	width: 188px;
	height: 188px;
	background: url("../img/decor/23.png") center no-repeat;
	background-size: contain;
}

@media (max-width: 1700px) {
	.promo-images--footer:before {
		top: -30px;
		right: -310px;
		width: 300px;
	}

	.footer:after {
		right: -webkit-calc(50% - 1290px);
		right: calc(50% - 1290px);
	}

	.footer .promo-content:before {
		left: -230px;
	}
}

@media (max-width: 1535px) {
	.footer {
		margin-top: -70px;
		padding-top: 200px;
	}
}

@media (max-width: 1535px) and (min-width: 1200px) {
	.promo-images--footer {
		top: 70px;
	}
}

@media (max-width: 1365px) {
	.footer:before {
		left: -webkit-calc(50% - 870px);
		left: calc(50% - 870px);
	}

	.promo-images--footer:before {
		top: 20px;
		right: -120px;
		width: 220px;
	}

	.footer .promo-content:before {
		left: 590px;
		top: -40px;
	}

	.footer:after {
		right: -webkit-calc(50% - 1230px);
		right: calc(50% - 1230px);
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.promo-images--footer {
		top: 110px;
	}
}

@media (max-width: 1199px) {
	.footer .promo-content:before {
		left: 490px;
		top: 0px;
		width: 150px;
	}

	.footer:before {
		left: -webkit-calc(50% - 820px);
		left: calc(50% - 820px);
	}

	.footer:after {
		right: -webkit-calc(50% - 720px);
		right: calc(50% - 720px);
		bottom: -280px;
		width: 600px;
		height: 600px;
	}
}

@media (max-width: 991px) {
	.footer {
		padding-top: 0;
		margin-top: 110px;
		background: #28d0cf;
	}

	.footer-back992 {
		width: 992px;
		height: 225px;
		position: absolute;
		top: -138px;
		left: -webkit-calc(50% - 992px / 2);
		left: calc(50% - 992px / 2);
		background: url("../img/footer-back992.jpg") left bottom no-repeat;
	}

	.footer:after {
		bottom: auto;
		right: auto;
		top: -220px;
		left: -webkit-calc(50% - 680px);
		left: calc(50% - 680px);
		width: 500px;
		background-repeat: no-repeat;
	}

	.promo-images--footer:before {
		top: 120px;
		right: -120px;
		width: 220px;
	}

	.promo-images--footer:after {
		top: 16%;
		right: 390px;
	}

	.footer .promo-info {
		margin-bottom: 20px;
	}

	.footer .promo-content:before {
		left: 500px;
		bottom: 100px;
		top: initial;
		width: 150px;
	}

	.footer:before {
		left: -webkit-calc(50% - 820px);
		left: -webkit-calc(50% - 500px);
		left: calc(50% - 500px);
		width: 520px;
		background-repeat: no-repeat;
	}
}

@media (max-width: 767px) {
	.promo-images--footer:before {
		right: -70px;
	}

	.promo-images--footer:after {
		right: 360px;
	}

	.footer:after {
		top: -300px;
		left: -webkit-calc(50% - 540px);
		left: calc(50% - 540px);
		width: 400px;
	}

	.footer .promo-content:before {
		left: 420px;
		bottom: 150px;
		width: 120px;
	}

	.footer:before {
		left: -webkit-calc(50% - 386px);
		left: calc(50% - 386px);
	}
}

@media (max-width: 575px) {
	.overview .slider-nav {
		width: calc(100% - 30px);
		max-width: 360px;
	}

	.footer {
		margin-top: 80px;
	}

	.footer-back992 {
		top: -110px;
	}

	.footer:after {
		top: -60px;
		left: -webkit-calc(50% - 540px);
		left: -webkit-calc(50% - 98vw);
		left: calc(50% - 98vw);
		width: 75vw;
		background-position: top right;
	}

	.promo-images--footer:before {
		right: -11vw;
		width: 41vw;
		top: 42%;
		background-position: top left;
	}

	.promo-images--footer:after {
		top: 2%;
		right: 55vw;
		width: 24vw;
		height: 24vw;
	}

	.footer .promo-content:before {
		left: 76vw;
		bottom: 130px;
		width: 23vw;
	}

	.footer {
		padding-bottom: 30px;
	}

	.promo .prices-box {
		width: 100%;
		max-width: 320px;
	}
}

@media (min-width: 1921px) {
	.footer:before {
		left: 0;
	}

	.footer {
		padding-top: 12vw;
		background-size: 100%;
	}
}

.footer-list {
	position: relative;
	z-index: 50;

	padding: 15px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #28d0cf;
}

.video {
	position: relative;
	cursor: pointer;
	pointer-events: auto;
}

.video a {
	position: absolute !important;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100% !important;
	height: 100%;
	z-index: 30 !important;
	cursor: pointer !important;
}

.video__btn {
	position: absolute !important;
	width: auto !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 11 !important;
	pointer-events: auto;
}
