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

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

.b-all-conteiner {
	overflow: hidden;
	max-width: 2560px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 50px #acacac;
}

a {
	text-decoration: none;
}

.b-conteiner {
	max-width: 1188px;
	margin: 0 auto;
	padding: 0 16px;
	position: relative;
}

.b-h1 {
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Prosto One', cursive;
	position: relative;
	z-index: 10;
}

.b-h2 {
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	color: #000000;
	text-transform: uppercase;
	font-family: 'Prosto One', cursive;
	position: relative;
	z-index: 10;
}

.b-h3 {
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	font-family: 'Prosto One', cursive;
	position: relative;
	z-index: 10;
}

.b-p {
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #000000;
	position: relative;
	z-index: 10;
}

.b-button {
	width: 240px;
	height: 40px;
	background: #eb0147;
	box-shadow: 0px 8px 16px rgba(235, 1, 71, 0.16);
	border-radius: 8px;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	border: none;
	outline: none;
	transition: 0.4s;
	cursor: pointer;
	position: relative;
	z-index: 10;
	font-family: 'Montserrat', sans-serif;
}

.b-button:hover {
	background: #d90041;
	box-shadow: 0px 4px 8px rgba(217, 0, 65, 0.24);
}

.b-form {
	width: 240px;
	margin: 0 auto;
}

.b-price {
	text-align: center;
	margin-bottom: 30px;
}

.b-price-new {
	font-weight: bold;
	font-size: 24px;
	line-height: 100%;
	color: #000;
}

.b-price-old {
	font-weight: bold;
	font-size: 16px;
	line-height: 100%;
	color: #a9a9a9;
	text-decoration: line-through;
	margin-left: 7px;
}

.b-input,
.b-select {
	font-family: 'Montserrat', sans-serif;
	width: 240px;
	outline: none;
	position: relative;
	z-index: 10;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	background: transparent;
	appearance: none !important;
	padding: 12px 20px;
	font-size: 16px;
	line-height: 1;
	color: #000000;
	margin-bottom: 24px;
}

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

.b-input::-webkit-input-placeholder {
	color: #000;
}

.b-input:-moz-placeholder {
	color: #000;
}

.b-select {
	padding-left: 18px;
	appearance: none;
}

.b-select-box {
	position: relative;
}

.b-select-box::before {
	content: '';
	width: 8px;
	height: 5px;
	display: block;
	position: absolute;
	right: 16px;
	top: 18.5px;
	background: url(../img/select_arrow.svg) no-repeat;
}

.b-note {
	font-size: 14px;
	text-align: center;
	color: #000;
	margin: 18px 0;
	font-weight: bold;
}

.b-fixed {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 100;
	width: 100%;
}

.b-fixed .b-conteiner {
	padding: 0;
}

.b-logo {
	font-size: 16px;
	line-height: 49px;
	font-family: 'Prosto One', cursive;
	text-align: center;
	color: #000000;
	background: #fff;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
	position: relative;
	z-index: 10;
}

.b-nav {
	padding: 12px 0;
	position: relative;
	z-index: 5;
	display: none;
	transition: 0.4s;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
	background: #fff;
}

.b-nav-item {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #000000;
	padding: 12px;
	display: block;
}

.b-nav-button {
	line-height: 20px;
	padding: 10px 22px;
	width: max-content;
	height: auto;
	display: block;
	margin: 12px auto;
}

.b-nav .b-hr {
	width: calc(100% - 32px);
	height: 1px;
	margin: 12px 16px 24px;
	background: #e5e5e5;
}

.b-nav-wap-btn {
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 15;
	right: 16px;
	top: 17px;
	cursor: pointer;
}

.b-nav-wap-btn .l1,
.b-nav-wap-btn .l2,
.b-nav-wap-btn .l3 {
	width: 20px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	top: 2px;
	transition: 0.4s;
}

.b-nav-wap-btn .l2 {
	top: 8px;
}

.b-nav-wap-btn .l3 {
	top: 14px;
}

.b-nav-wap-btn-open .l2 {
	opacity: 0;
}

.b-nav-wap-btn-open .l1 {
	transform: rotate(-45deg);
	left: -1px;
	top: 8px;
}

.b-nav-wap-btn-open .l3 {
	transform: rotate(45deg);
	left: -1px;
	top: 8px;
}

.b-block-1 {
	min-height: 150vh;
}

.b-block-1 .b-flex {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.b-block-1 .b-box {
	position: relative;
	z-index: 10;
}

.b-block-1 .b-h1 {
	padding: 0 16px;
	color: transparent;
	background: url(../img/b1_bg_wap.jpg) no-repeat 48% center;
	background-size: auto 100vh;
	background-clip: text;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	transition: 1s;
	filter: brightness(0.8);
}

.b-block-1 .b-h3 {
	padding: 0 32px;
	font-size: 16px;
}

.b-block-1 .b-b1-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: auto;
	z-index: 0;
	background: url(../img/b1_bg_wap.jpg) no-repeat 48% center;
	background-size: auto 100%;
	max-width: 2560px;
	opacity: 0;
}

.b-block-1 .b-b1-bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.b-block-1 .anim-bg-up {
	animation: a-opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.b-block-1 .anim-bg-down {
	animation: a-opacity-invis 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.b-block-1 .anim-text-up {
	animation: a-color-wihte 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	filter: none;
}

.b-block-1 .anim-text-down {
	animation: a-color-wihte-rew 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.b-b1-fix {
	position: fixed;
	top: 0;
	left: calc(50% - 50vw);
	max-width: 2560px;
	width: 100%;
}

.b-block-2 {
	position: relative;
	padding: 89px 0 80px;
}

.b-block-2 .b-conteiner {
	padding: 16px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	max-width: 320px;
}

.b-block-2 .b-paragraph {
	cursor: pointer;
}

.b-block-2 .b-paragraph-bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	animation: a-opacity-l-r 1s ease-in both;
	z-index: 0;
}

.b-block-2 .b-b2-bg-1 {
	background: url(../img/b2_1_wap.jpg) no-repeat right center;
	background-size: auto 100%;
}

.b-block-2 .b-b2-bg-2 {
	background: url(../img/b2_2_wap.jpg) no-repeat center center;
	background-size: auto 100%;
}

.b-block-2 .b-b2-bg-3 {
	background: url(../img/b2_3_wap.jpg) no-repeat center center;
	background-size: auto 100%;
}

.b-block-2 .b-prod {
	display: block;
	position: absolute;
	top: 180px;
	right: -5px;
	z-index: 5;
	width: 125px;
}

.b-block-2 .b-prod-box {
	animation: a-opacity-l-r 1s ease-in both;
}

.b-block-2 .p2 {
	display: none;
}

.b-block-2 .p3 {
	display: none;
}

.b-block-2 .b-paragraph {
	margin: 15px 0;
	width: max-content;
}

.b-block-2 .b-paragraph:last-of-type {
	width: calc(100% - 120px);
}

.b-block-2 .b-h2 {
	text-align: left;
	border-bottom: 1px solid transparent;
	transition: 1s;
}

.b-block-2 .b-h3 {
	text-align: left;
	font-size: 16px;
	transition: 1s;
}

.b-block-2 .b-active {
	animation: a-opacity-r-l 1s ease-in both;
}

.b-block-2 .b-active .b-h2 {
	border-bottom: 1px solid #e5e5e5;
	color: #eb0147;
}

.b-block-2 .b-active .b-h3 {
	color: #eb0147;
}

.b-block-2 .b-visible {
	display: block;
}

.b-block-product {
	position: relative;
	background: #ececec;
	padding-bottom: 40px;
}

.b-block-product .b-p {
	margin-bottom: 16px;
}

.b-block-product .b-head {
	position: relative;
	padding-top: 40px;
}

.b-block-product .b-head-bg {
	position: absolute;
	top: 0;
	left: -16px;
	width: calc(100% + 32px);
	height: 100%;
	z-index: 0;
}

.b-block-product .b-head-bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.b-block-product .b-head-text {
	position: relative;
	z-index: 5;
}

.b-block-product .b-head .b-h3 {
	color: #fff;
	margin-bottom: 15px;
}

.b-block-product .b-head .b-p {
	color: #fff;
}

.b-block-product .b-prod {
	display: block;
	filter: drop-shadow(0px 8px 40px rgba(0, 0, 0, 0.24));
	position: relative;
	z-index: 5;
	width: 224px;
	height: 224px;
}

.b-block-product .b-prod-box {
	position: relative;
	z-index: 10;
	width: 224px;
	height: 224px;
	margin: 40px auto 104px;
	top: 32px;
}

.b-block-product .b-prod-before {
	display: block;
	position: absolute;
	top: -32px;
	left: -32px;
	z-index: 0;
	filter: drop-shadow(0px 8px 40px rgba(0, 0, 0, 0.24));
	width: 224px;
	height: 224px;
}

.b-block-product .b-prod-before::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.b-block-product .b-prod-after {
	display: block;
	position: absolute;
	top: 32px;
	left: 32px;
	z-index: 0;
	filter: drop-shadow(0px 8px 40px rgba(0, 0, 0, 0.24));
	width: 224px;
	height: 224px;
}

.b-block-product .b-prod-after::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.b-block-product .b-components {
	position: relative;
	z-index: 10;
	padding: 40px 20px 33px;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
	margin: 0 auto 40px;
	backdrop-filter: blur(4px);
	max-width: 320px;
}

.b-block-product .b-components-item {
	width: 160px;
	margin: 24px auto 0;
	position: relative;
	z-index: 10;
}

.b-block-product .b-components-item img {
	display: block;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 8px;
}

.b-block-product .b-components-item .b-p {
	font-size: 20px;
	margin-bottom: 0;
}

.b-block-3 {
	background: #ececec url(../img/b3_bg_main_wap.png) no-repeat 0 85.5%;
}

.b-block-3 .b-text-sw {
	text-shadow: 0 0 5px #ececec, 0 0 10px #ececec, 0 0 5px #ececec, 0 0 10px #ececec, 0 0 15px #ececec, 0 0 20px #ececec,
		0 0 25px #ececec, 0 0 30px #ececec;
}

.b-block-3:after {
	content: '';
	position: absolute;
	z-index: 0;
	width: 320px;
	height: 313px;
	top: 392px;
	right: 0;
	background: url(../img/b3_bg_main_wap.png) no-repeat;
	transform: rotate(90deg);
}

.b-block-3 .b-head-bg {
	overflow: hidden;
}

.b-block-3 .b-head-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300%;
	background: url(../img/b3_bg_head_wap.jpg) center top;
	background-size: 1180px;
	transition: 0.5s;
}

.b-block-3 .b-prod {
	animation: a-b3-prod-1 12s cubic-bezier(0.15, 1.03, 0.34, 1) infinite;
	background: url(../img/b3_prod_1.jpg) no-repeat;
	background-size: 100% 100%;
}

.b-block-3 .b-prod-before {
	animation: a-b3-prod-3 12s cubic-bezier(0.15, 1.03, 0.34, 1) infinite;
	background: url(../img/b3_prod_2.jpg) no-repeat;
	background-size: 100% 100%;
}

.b-block-3 .b-prod-after {
	animation: a-b3-prod-2 12s cubic-bezier(0.15, 1.03, 0.34, 1) infinite;
	background: url(../img/b3_prod_3.jpg) no-repeat;
	background-size: 100% 100%;
}

@keyframes a-b3-prod-1 {
	0% {
		background: url(../img/b3_prod_1.jpg) no-repeat;
		background-size: 100% 100%;
	}
	33% {
		background: url(../img/b3_prod_2.jpg) no-repeat;
		background-size: 100% 100%;
	}
	66% {
		background: url(../img/b3_prod_3.jpg) no-repeat;
		background-size: 100% 100%;
	}
	100% {
		background: url(../img/b3_prod_1.jpg) no-repeat;
		background-size: 100% 100%;
	}
}

@keyframes a-b3-prod-2 {
	0% {
		background: url(../img/b3_prod_2.jpg) no-repeat;
		background-size: 100% 100%;
	}
	33% {
		background: url(../img/b3_prod_3.jpg) no-repeat;
		background-size: 100% 100%;
	}
	66% {
		background: url(../img/b3_prod_1.jpg) no-repeat;
		background-size: 100% 100%;
	}
	100% {
		background: url(../img/b3_prod_2.jpg) no-repeat;
		background-size: 100% 100%;
	}
}

@keyframes a-b3-prod-3 {
	0% {
		background: url(../img/b3_prod_3.jpg) no-repeat;
	}
	33% {
		background: url(../img/b3_prod_1.jpg) no-repeat;
	}
	66% {
		background: url(../img/b3_prod_2.jpg) no-repeat;
	}
	100% {
		background: url(../img/b3_prod_3.jpg) no-repeat;
	}
}

.b-block-6 {
	position: relative;
	overflow: hidden;
}

.b-block-6 .b-conteiner {
	padding: 40px 16px;
	max-width: 320px;
	display: table;
	height: 0;
}

.b-block-6 .b-bg {
	position: absolute;
	top: 0;
	left: calc(50vw - (100vw - 50%));
	width: 100vw;
	height: 200%;
	background: url(../img/b6_bg_wap.jpg) no-repeat center top;
	background-size: 2200px;
	z-index: 0;
	transition: 0.5s;
}

.b-block-6 .b-bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.b-block-6 .b-h3 {
	color: #fff;
}

.b-block-6 .b-faq {
	position: relative;
	z-index: 10;
}

.b-block-6 .b-faq-item {
	padding: 16px 0 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.b-block-6 .b-faq-header {
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	color: #ffffff;
	position: relative;
	cursor: pointer;
	padding-left: 32px;
}

.b-block-6 .b-faq-text {
	font-size: 16px;
	line-height: 0;
	color: rgba(255, 255, 255, 0);
	padding-left: 8px;
	margin-left: 32px;
	transition: 0.6s;
	opacity: 0;
	margin-top: -13px;
	margin-bottom: 13px;
	position: relative;
}

.b-block-6 .b-faq-text::before {
	content: '';
	width: 1px;
	height: calc(100% - 18px);
	top: 18px;
	left: 0;
	position: absolute;
	display: block;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.b-block-6 .b-faq-text-open {
	opacity: 1;
	line-height: 1.5;
	padding-top: 19px;
	color: #ffffff;
}

.b-block-6 .b-faq-icon {
	width: 16px;
	height: 16px;
	transition: 1s;
	position: absolute;
	left: 0;
	top: calc(50% - 8px);
	display: block;
	z-index: 10;
}

.b-block-6 .b-faq-icon::before {
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 4px;
	background: #eb0147;
	left: 0;
	top: 6px;
}

.b-block-6 .b-faq-icon::after {
	content: '';
	position: absolute;
	display: block;
	width: 4px;
	height: 16px;
	background: #eb0147;
	top: 0;
	left: 6px;
	transition: 0.6s;
}

.b-block-6 .b-faq-icon-open::after {
	transform: rotate(-90deg);
}

.b-block-7 {
	padding: 40px 0;
	background: #ececec;
}

.b-block-7 .b-comment {
	margin-top: 25px;
	display: none;
	animation: a-opacity 1s ease-in both;
}

.b-block-7 .b-comment-box {
	padding: 40px 16px 0;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
	max-width: 320px;
	margin: 0 auto;
}

.b-block-7 .b-comment .b-p {
	padding: 0 15px;
	margin-bottom: 22px;
}

.b-block-7 .b-comment-img-box {
	display: flex;
}

.b-block-7 .b-comment-before {
	margin-right: 8px;
	width: 49%;
}

.b-block-7 .b-comment-after {
	width: 49%;
}

.b-block-7 .b-active {
	display: block;
}

.b-block-7 .b-left {
	width: 13px;
	height: 24px;
	position: absolute;
	cursor: pointer;
	left: 8px;
	top: 350px;
}

.b-block-7 .b-left::before {
	content: '';
	width: 16px;
	height: 2px;
	background: #eb0147;
	display: block;
	position: absolute;
	transform: rotate(-45deg);
	top: 6px;
	left: -2px;
	transition: 0.5s;
}

.b-block-7 .b-left::after {
	content: '';
	width: 16px;
	height: 2px;
	background: #eb0147;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	bottom: 6px;
	left: -2px;
	transition: 0.5s;
}

.b-block-7 .b-right {
	width: 13px;
	height: 24px;
	position: absolute;
	cursor: pointer;
	right: 8px;
	top: 350px;
}

.b-block-7 .b-right::before {
	content: '';
	width: 16px;
	height: 2px;
	background: #eb0147;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	top: 6px;
	right: -2px;
	transition: 0.5s;
}

.b-block-7 .b-right::after {
	content: '';
	width: 16px;
	height: 2px;
	background: #eb0147;
	display: block;
	position: absolute;
	transform: rotate(-45deg);
	bottom: 6px;
	right: -2px;
	transition: 0.5s;
}

.b-block-8 {
	padding: 40px 0;
}

.b-block-8 .b-h2 {
	text-transform: none;
}

.b-block-8 .b-delivery-item {
	max-width: 320px;
	margin: 24px auto 0;
}

.b-block-8 .b-delivery-img {
	position: relative;
	display: block;
	z-index: 0;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
	border-radius: 50%;
}

.b-block-8 .b-delivery-img-box {
	width: 200px;
	height: 200px;
	margin: 0 auto 16px;
	position: relative;
}

.b-block-8 .b-point {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #eb0147;
	border: 8px solid #ffffff;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	font-family: 'Prosto One', cursive;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.b-block-9 {
	position: relative;
	padding: 60px 0 40px;
}

.b-block-9 .b-bg {
	position: absolute;
	top: 112px;
	left: 0;
	width: 100%;
	background: url(../img/b9_bg.jpg) no-repeat center center;
	background-size: 150%;
	height: 30vh;
}

.b-block-9 .b-content {
	padding-top: 16px;
	margin-top: calc(30vh + 16px);
}

.b-block-9 .b-h2 {
	margin-bottom: 16px;
}

.b-block-9 .b-h2,
.b-block-9 .b-h3 {
	text-transform: none;
}

.b-block-9 .web {
	display: none;
}

@media screen and (min-width: 560px) {
	.b-block-2 .b-b2-bg-1 {
		background: url(../img/b2_1_wap.jpg) no-repeat right center;
		background-size: auto 100%;
	}
	.b-block-2 .b-b2-bg-2 {
		background: url(../img/b2_2_wap.jpg) no-repeat right center;
		background-size: auto 100%;
	}
	.b-block-2 .b-b2-bg-3 {
		background: url(../img/b2_3_wap.jpg) no-repeat right center;
		background-size: auto 100%;
	}
}

@media screen and (min-width: 768px) {
	.b-h1 {
		font-size: 64px;
		line-height: 1.4;
	}
	.b-block-1 .b-h3 {
		font-size: 26px;
	}
	.b-block-2 {
		margin-bottom: -42px;
	}
	.b-block-2 .b-conteiner {
		max-width: 758px;
	}
	.b-block-2 .b-paragraph:last-of-type {
		width: max-content;
	}
	.b-block-product {
		padding-top: 42px;
	}
	.b-block-2 .b-prod {
		top: 15px;
		right: 14%;
		width: 160px;
	}
	.b-block-product .b-conteiner {
		max-width: 758px;
	}
	.b-block-product .b-flex {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.b-block-product .b-head {
		padding: 0;
		margin-bottom: 100px;
	}
	.b-block-product .b-head-bg {
		left: calc(50vw - (100vw - 50%));
		width: 100vw;
		background-size: cover;
	}
	.b-block-product .b-head-text {
		padding-left: 64px;
	}
	.b-block-product .b-head .b-h3,
	.b-block-product .b-head .b-p {
		text-align: right;
	}
	.b-block-product .b-prod-box {
		margin: -10px 40px;
		top: 0;
	}
	.b-block-product .b-components {
		max-width: 100%;
	}
	.b-block-product .b-components .b-box {
		margin-top: 24px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.b-block-3 {
		background: url(../img/b3_bg_main_wap.png) no-repeat 8.5% 81.5%,
			linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42px, #ececec 42px, #ececec 100%);
	}
	.b-block-5 .b-head-text {
		padding: 0 64px 0 0;
	}
	.b-block-5 .b-head .b-h3,
	.b-block-5 .b-head .b-p {
		text-align: left;
	}
	.b-block-5 .b-flex {
		flex-direction: row;
	}
	.b-block-6 .b-conteiner {
		max-width: 758px;
	}
	.b-block-6 .b-bg {
		background: url(../img/b6_bg_wap.jpg) no-repeat center top;
		background-size: 1600px;
	}
	.b-block-7 .b-comment-box {
		max-width: 768px;
		padding: 40px 80px 0;
	}
	.b-block-7 .b-comment-img-box {
		width: 480px;
		margin: 0 auto;
	}
	.b-block-7 .b-comment-before {
		margin-right: 8px;
		width: 236px;
		height: 329px;
	}
	.b-block-7 .b-comment-after {
		width: 236px;
		height: 329px;
	}
	.b-block-7 .b-left {
		left: 60px;
		top: calc(50% - 108px - 12px);
	}
	.b-block-7 .b-right {
		right: 60px;
		top: calc(50% - 108px - 12px);
	}
	.b-block-8 {
		padding: 60px 0;
	}
	.b-block-8 .b-conteiner {
		max-width: 758px;
	}
	.b-block-8 .b-delivery-box {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.b-block-8 .b-delivery-item {
		margin-top: 40px;
	}
	.b-block-9 {
		padding: 0;
	}
	.b-block-9 .b-conteiner {
		padding: 0;
	}
	.b-block-9 .b-h2 {
		margin-bottom: 30px;
		width: 240px;
	}
	.b-block-9 .b-h3 {
		width: 240px;
	}
	.b-block-9 .web {
		display: block;
	}
	.b-block-9 .wap {
		display: none;
	}
	.b-block-9 .b-bg {
		width: 50%;
		top: 0;
		height: 100%;
		margin-top: 0;
		background-size: auto 100%;
	}
	.b-block-9 .b-content {
		padding: 40px 0 40px 80px;
		width: 50%;
		margin-left: 50%;
		margin-top: 0;
	}
	.b-form {
		margin: 0;
	}
}

@media screen and (min-width: 1184px) {
	.b-conteiner {
		max-width: 1184px;
		padding: 0 64px;
	}
	.b-h1 {
		font-size: 120px;
		line-height: 148px;
	}
	.b-h2 {
		font-size: 64px;
	}
	.b-h3 {
		font-size: 40px;
	}
	.b-p {
		font-size: 24px;
	}
	.b-fixed {
		background: #fff;
		box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
		padding: 18px 0;
	}
	.b-fixed .b-conteiner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 16px;
	}
	.b-logo {
		font-size: 24px;
		line-height: 30px;
		background: transparent;
		box-shadow: none;
	}
	.b-nav {
		background: transparent;
		box-shadow: none;
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.b-nav-button {
		margin: 0 0 0 40px;
	}
	.b-nav-wap-btn {
		display: none;
	}
	.b-nav .b-hr {
		display: none;
	}
	.b-block-1 .b-b1-bg {
		background: url(../img/b1_bg.jpg) no-repeat center center;
		background-size: auto 100%;
	}
	.b-block-1 .b-h1 {
		background: url(../img/b1_bg.jpg) no-repeat center center;
		background-size: 100vw 100vh;
		background-clip: text;
		background-clip: text;
		-webkit-background-clip: text;
	}
	.b-block-1 .b-h3 {
		font-size: 40px;
	}
	.b-block-2 {
		padding: 149px 0 160px;
		margin-bottom: -88px;
	}
	.b-block-2 .b-conteiner {
		max-width: 1188px;
	}
	.b-block-2 .b-h3 {
		font-size: 40px;
	}
	.b-block-2 .b-prod {
		top: 53px;
		right: 95px;
		width: 221px;
	}
	.b-block-2 .p3 {
		display: block;
		top: calc(150px - 50px);
		right: 150px;
	}
	.b-block-2 .p2 {
		display: block;
		top: calc(300px - 50px);
		right: -30px;
	}
	.b-block-2 .b-b2-bg-1 {
		background: url(../img/b2_1.jpg) no-repeat right center;
		background-size: auto 100%;
	}
	.b-block-2 .b-b2-bg-2 {
		background: url(../img/b2_2.jpg) no-repeat right center;
		background-size: auto 100%;
	}
	.b-block-2 .b-b2-bg-3 {
		background: url(../img/b2_3.jpg) no-repeat right center;
		background-size: auto 100%;
	}
	.b-block-product {
		padding: 88px 0 50px;
	}
	.b-block-product .b-conteiner {
		max-width: 1188px;
	}
	.b-block-product .b-prod-box {
		width: 448px;
		height: 448px;
		top: 0;
		margin: -24px 0;
	}
	.b-block-product .b-prod {
		width: 448px;
		height: 448px;
	}
	.b-block-product .b-prod-before {
		width: 448px;
		height: 448px;
		top: -64px;
		left: -64px;
	}
	.b-block-product .b-prod-after {
		width: 448px;
		height: 448px;
		top: 64px;
		left: 64px;
	}
	.b-block-product .b-head {
		padding: 0;
		margin-bottom: 160px;
	}
	.b-block-product .b-head-bg {
		left: calc(50vw - (100vw - 50%));
		width: 100vw;
	}
	.b-block-product .b-head-text {
		padding-left: 64px;
	}
	.b-block-product .b-head .b-h3,
	.b-block-product .b-head .b-p {
		text-align: right;
	}
	.b-block-product .b-components {
		margin-bottom: 64px;
		padding: 120px 80px 80px;
	}
	.b-block-product .b-components-item {
		margin: 40px 32px 0;
	}
	.b-block-3 {
		background: url(../img/b3_bg_main.png) no-repeat 15.5% 79.5%,
			linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 88px, #ececec 88px, #ececec 100%);
	}
	.b-block-3::after {
		width: 512px;
		height: 501px;
		top: 516px;
		right: 10%;
		background: url(../img/b3_bg_main.png) no-repeat;
		transform: rotate(90deg);
	}
	.b-block-3 .b-head-bg-img {
		background: url(../img/b3_bg_head.jpg) center top;
		background-size: cover;
	}
	.b-block-6 {
	}
	.b-block-6 .b-conteiner {
		padding: 80px 0;
		max-width: 790px;
	}
	.b-block-6 .b-bg {
		background: url(../img/b6_bg.jpg) no-repeat center top;
		background-size: 2400px;
	}
	.b-block-6 .b-faq-item {
		padding: 24px 0;
	}
	.b-block-6 .b-faq-header {
		font-size: 24px;
		padding-left: 48px;
	}
	.b-block-6 .b-faq-text {
		font-size: 24px;
		padding-left: 27px;
		margin-left: 48px;
		margin-top: -24px;
	}
	.b-block-6 .b-faq-text::before {
		height: calc(100% - 36px);
		top: 36px;
	}
	.b-block-6 .b-faq-text-open {
		padding-top: 38px;
	}
	.b-block-7 {
		padding: 160px 0;
	}
	.b-block-7 .b-comment {
		margin-top: 40px;
	}
	.b-block-7 .b-comment-box {
		padding: 80px 160px 0;
		max-width: 100%;
	}
	.b-block-7 .b-comment .b-p {
		padding: 0;
		margin-bottom: 40px;
	}
	.b-block-7 .b-comment-img-box {
		width: 624px;
		margin: 0 auto;
	}
	.b-block-7 .b-comment-before {
		margin-right: 16px;
		width: 304px;
		height: 424px;
	}
	.b-block-7 .b-comment-after {
		width: 304px;
		height: 424px;
	}
	.b-block-7 .b-left {
		left: 90px;
		top: calc(50% - 112px - 12px);
	}
	.b-block-7 .b-right {
		right: 90px;
		top: calc(50% - 112px - 12px);
	}
	.b-block-8 {
		padding: 160px 0;
	}
	.b-block-8 .b-conteiner {
		max-width: 1188px;
	}
	.b-block-8 .b-delivery-box {
		justify-content: space-between;
	}
	.b-block-8 .b-delivery-item {
		margin: 64px 0 0 0;
		width: 320px;
	}
	.b-block-8 .b-delivery-img-box {
		margin-bottom: 24px;
	}
	.b-block-9 .b-content {
		padding: 80px 0 80px 120px;
	}
	.b-block-9 .b-h2 {
		text-align: left;
		margin-bottom: 40px;
		width: 100%;
	}
	.b-block-9 .b-h3 {
		text-align: left;
		width: 100%;
	}
}

@media screen and (min-width: 1600px) {
	.b-block-1 .b-b1-bg {
		background-size: cover;
	}
	.b-block-product .b-head-bg {
		background-size: 100%;
	}
}

@media screen and (min-width: 1920px) {
	.b-block-6 .b-bg {
		background: url(../img/b6_bg.jpg) no-repeat center top;
		background-size: 2560px;
	}
	.b-block-9 .b-bg {
		background: url(../img/b9_bg_qhd.jpg) no-repeat center center;
		background-size: cover;
	}
}

@media screen and (min-width: 2560px) {
	.b-b1-fix {
		left: calc(50% - 1280px);
	}
}

.a-o {
	animation: a-opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes a-opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes a-opacity-invis {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes a-opacity-r-l {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes a-opacity-l-r {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.a-translate-y-open {
	animation: a-translate-y-open 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes a-translate-y-open {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

.a-translate-y-close {
	animation: a-translate-y-close 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes a-translate-y-close {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}

@keyframes a-color-wihte {
	0% {
	}
	100% {
		color: #fff;
	}
}

@keyframes a-color-wihte-rew {
	0% {
		color: #fff;
	}
	100% {
	}
}

@keyframes a-opacity-rew {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.parallax {
	position: absolute;
	width: 100%;
	height: 100%;
}

.ie .b-block-1 .b-h1 {
	color: #eb0147;
	background: none;
}
