@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,700;1,700&display=swap');
*{box-sizing:border-box;outline:none}
body {
	font-family: 'Montserrat', sans-serif;
	margin:0;
	padding:0;
	font-size: 16px;
	color: #000;
}
.container {
	max-width: 1337px;
	padding: 0 60px;
	margin: 0 auto;
	position: relative;
}
.container2 {
	max-width: 1179px;
	padding: 0 60px;
	margin: 0 auto;
	position: relative;
}
.top_i {
	padding: 17px 0 24px 0;
}
.top_i .block_r {
	max-width: 384px;
	margin-left: auto;
	font-size: 12px;
	line-height: 13px;
}
.top_i .block_r span {
	font-weight: bold;
	color: #D50000;
	font-size: 14px;
	line-height: 18px;
}
.sec1 {
	background: #FAD5C5;
	padding-top: 8px;
	padding-bottom: 90px;
}
.sec1.last {
	padding-top: 0;
}
.sec1 .container {
	background: #FAD5C5 no-repeat;
	background-position: left 42px top 42px;
}
.sec1.last .container {
	padding-top: 50px;
	background-position: left 42px top 10px;
	padding-bottom: 50px;
}
.sec1 h1 {
	font-family: 'Montserrat', sans-serif;
	margin: 6px 0 0 0;
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
	color: #3A364C;
	max-width: 600px;
}
.sec1 h1 span {
	text-transform: uppercase;
	font-weight: 700;
}
.sec1 p.bot_h {
	font-size: 18px;
	line-height: 28px;
	margin: 13px 0 21px 0;
	max-width: 436px;
}
.sec1 ul {
	margin: 0;
	padding: 0;
	max-width: 539px;
	padding-top: 0;
}
.sec1 ul li {
	list-style-type: none;
	position: relative;
	padding-left: 42px;
	font-size: 14px;
	line-height: 20px;
	height: 34px;
	margin-bottom: 32px;
	max-width: 340px;
	font-family: 'Noto Sans', sans-serif;
}
.sec1 ul li:before {
	content: '';
	position: absolute;
	left: -1px;
	top: 1px;
	width: 26px;
	height: 40px;
	background: url(../img/label.png) no-repeat;
	background-position: center 0;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.sec1 .form_block {
	position: absolute;
	right: 60px;
	top: 110px;
	background: #FFFFFF;
	box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	width: 100%;
	max-width: 384px;
	padding: 6px 32px 24px 32px;
	font-family: 'Noto Sans', sans-serif;
}
.sec1 .top_i .top_rr {
	flex: 0 0 60.3%;
	display: flex;
	justify-content: space-between;
}
.sec1 .top_i .logo p {
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #8E8E8E;
	margin-top: -2px;
}
.sec1 .top_i .top_rr {
	align-items: center;
}
.sec1 .top_i .top_rr .item {
	padding-left: 39px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	position: relative;
}
.sec1 .top_i .top_rr .item:nth-child(1):before {
	content: url(../img/qw1.svg);
	position: absolute;
	left: 0;
	top: 53%;
	transform: translateY(-50%);
}
.sec1 .top_i .top_rr .item:nth-child(2):before {
	content: url(../img/qw2.svg);
	position: absolute;
	left: 0;
	top: 53%;
	transform: translateY(-50%);
}
.sec1 .top_i .top_rr .item:nth-child(3):before {
	content: url(../img/qw3.svg);
	position: absolute;
	left: 0;
	top: 53%;
	transform: translateY(-50%);
}
.sec1 .form_block p.red {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #CF1647;
	margin-bottom: 30px;
}
.sec1 .form_block .flex {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.sec1 .form_block .price_l,
.sec1 .form_block .price_r {
	text-align: center;
}
.sec1 .form_block .flex p {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	color: #626262;
	margin-bottom: 3px;
}
.sec1 .form_block .old {
	color: #626262;
	text-decoration: line-through;
}
.sec1 .form_block .new {
	font-size: 24px;
	line-height: 33px;
	text-align: center;
	color: #c60f22;
	font-weight: 700;
}
form p.label {
	color: #131313;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 3px 0;
}
form input,select {
	font-family: "Noto Sans", sans-serif;
	background: #f9f9f9;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	border-radius: 4px;
	display: block;
	width: 100%;
	margin-bottom: 19px;
	height: 40px;
	color: #131313;
	padding-left: 15px;
}
::-webkit-input-placeholder {
	color: #a7a7a7;
	font-family: "Noto Sans", sans-serif;
}
::-moz-placeholder {
	color: #a7a7a7;
	font-family: "Noto Sans", sans-serif;
}
:-moz-placeholder {
	color: #a7a7a7;
	font-family: "Noto Sans", sans-serif;
}
:-ms-input-placeholder {
	color: #a7a7a7;
	font-family: "Noto Sans", sans-serif;
}
.sec1 .form_block form p.upper {
	text-align: center;
	color: #585858;
	margin: 27px 0 14px 0;
	font-size: 14px;
	line-height: 19px;
}
.btn {
	display: block;
	width: 100%;
	max-width: 277px;
	background: #EA4E1B;
	border-radius: 40px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	font-size: 18px;
	line-height: 64px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border: none;
	transition: all 0.3s
}
.btn:hover {
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1)
}
.mob_tt {
	display: none;
}
form button.btn {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 100%;
	background: #D40000;
	border-radius: 80px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border: none;
	line-height: 58px;
}
.sec1 .form_block form .saffity {
	margin-top: 30px;
	padding-left: 10px;
}
.sec1 .form_block form .saffity img {
	display: inline-block;
	vertical-align: middle;
}
.sec1 .form_block form .saffity .litt {
	margin: 0;
	font-size: 10px;
	line-height: 12px;
	color: #c4c4c4;
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	text-align: left;
	padding-left: 10px;
}
.sec1 .prod {
	position: absolute;
	left: 51%;
	top: 245px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sec1 .container {
	z-index: 2;
}
.sec1 .container:before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 71%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 640.24px;
	height: 538.95px;
	background: radial-gradient(50% 50% at 50% 50%, #FFCD9E 0%, rgba(235, 189, 71, 0) 100%);
	border-radius: 50%;
}
h2 {
	font-size: 36px;
	line-height: 40px;
	color: #494949;
	max-width: 978px;
	margin: 0 auto 40px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.st_txt {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.81) 0%, rgba(255, 255, 255, 0) 100%), #C8E8F7;
	padding-top: 56px;
	padding-bottom: 77px;
}
.st_txt.bg_w {
	background: #fff;
	padding-bottom: 68px;
	padding-top: 86px;
}
.st_txt .flex {
	align-items: center;
}
.st_txt .flex p {
	max-width: 616px;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}
.st_txt .flex p.cust_cc {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	font-family: "Noto Sans", sans-serif;
}
.st_txt .flex .ttr .btn {
	margin-left: auto;
	width: 277px;
}
.st_txt.bg_w p {
	font-family: "Noto Sans", sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
}
.st_txt.bg_w p span {
	font-size: 35px;
	line-height: 20px;
	display: block;
	margin-bottom: 10px;
}
.sc2 {
	padding-top: 69px;
	padding-bottom: 53px;
}
.sc2 .item {
	flex: 0 0 23%;
}
.sc2 .item img {
	display: block;
	max-width: 100%;
}
.sc2 .item p {
	margin: 14px 0 0 0;
	font-size: 18px;
	line-height: 24px;
	font-family: "Noto Sans", sans-serif;
}
.scc3 {
	background: #FAD5C5;
	padding-top: 62px;
	padding-bottom: 63px;
}
.scc3.ccsv {
	background: #cbe9f7;
}
.scc3 p {
	text-align: center;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}
.scc4 {
	padding-top: 82px;
	padding-bottom: 34px;
}
.scc4 p.bot_h {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin: -10px 0 101px;
}
.scc4 .flex {
	max-width: 1050px;
	margin: 0 auto;
	align-items: flex-start;
}
.scc4 .item {
	flex: 0 0 30%;
}
.scc4 .item .item_bl {
	min-height: 544px;
}
.scc4 .item .item_bl:last-child {
	min-height: auto;
}
.scc4 .item .img_bl {
	min-height: 145px;
}
.scc4 .item .img_bl img {
	display: block;
	max-width: 100%;
}
.scc4 .item p.big {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	margin: 15px 0 14px 0;
}
.scc4 .item p {
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	line-height: 20px;
	max-width: 260px;
}
.scc4 .item.last_it {
	background: rgba(250, 213, 197, 0.51);
	border-radius: 31px;
	flex: 0 0 32%;
	padding: 28px 10px 0 36px;
	margin-top: -28px;
}
.scc4 .item.last_it .cls_prod {
	display: block;
	margin: 0 auto;
}
.scc5 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.scc5 .flex {
	align-items: baseline;
	max-width: 1050px;
	margin: 0 auto;
}
.scc5 .item {
	flex: 0 0 50%;
}
.scc5 .item img {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
}
.scc5 .item p {
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	max-width: 279px;
	margin: 0 auto;
}
.docs {
	padding-top: 83px;
	padding-bottom: 62px;
}
.docs .flex {
	max-width: 1008px;
	margin: 56px auto 0;
}
.docs .item {
	flex: 0 0 30%;
	background: #CBE9F7;
	border-radius: 22px;
	padding: 10px 13px 5px 24px;
}
.docs .item .block_top_doc {
	display: flex;
}
.docs .item .block_top_doc .img_bl img {
	max-width: 100%;
	min-width: 92px; 
	width: 92px;
	margin-top: 18px;
}
.docs .item .block_top_doc p {
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
}
.docs .item .block_top_doc p span {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
.docs .item p.discript {
	margin-top: 12px;
	font-size: 14px;
	line-height: 19px;
}
.sec5 {
	padding-top: 72px;
	padding-bottom: 73px;
	background: #FAD5C5;
}
.sec5 h2 {
	margin-bottom: 34px;
}
.sec5 .item {
	flex: 0 0 29%;
	background: #FFFFFF;
	border-radius: 40px;
	padding: 46px 30px 279px 49px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.sec5 .item img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.sec5 .item h3 {
	font-weight: bold;
	font-size: 34px;
	line-height: 42px;
	color: #F8AE56;
	margin: 0 0 21px 0;
}
.sec5 .item p {
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 7px 0;
}
.sec7 {
	padding-top: 94px;
	background: #FAD5C5;
	padding-bottom: 73px;
}
.sec7 .container {
	max-width: 1335px;
}
.sec7 h2 {
	margin-bottom: 45px;
}
.sec7 .item {
	flex: 0 0 31%;
	background: #FFFFFF;
	box-sizing: border-box;
	border-radius: 40px;
	padding: 32px 31px 39px 31px;
}
.sec7 .item img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.sec7 .item p.dsicr {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 14px;
}
.sec7 .item p {
	font-size: 16px;
	line-height: 19px;
}
.sec7 .item .star {
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 0;
}
.sec7 .item p.dovol {
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #FFB800;
	margin: 0;
	margin-bottom: 15px;
}
.sec7 .item p.optc {
	margin: 0 auto;
	font-size: 14px;
	line-height: 19px;
}
.sec7 .item p:last-child {
	text-align: left;
}
.overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: none;
	z-index: 15;
}
.overlay .popup {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1009px;
	background: #fff;
}
.overlay .popup .flex {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.overlay .popup .l_l {
	-webkit-flex: 0 0 47.5%;
	-moz-flex: 0 0 47.5%;
	-ms-flex: 0 0 47.5%;
	-o-flex: 0 0 47.5%;
	flex: 0 0 47.5%;
	background: #FAD5C5;
	position: relative;
}
.overlay .popup .l_l img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.overlay .popup .r_r {
	-webkit-flex: 0 0 52.5%;
	-moz-flex: 0 0 52.5%;
	-ms-flex: 0 0 52.5%;
	-o-flex: 0 0 52.5%;
	flex: 0 0 52.5%;
	padding: 38px 87px 0 88px;
	text-align: center;
	font-family: "Noto Sans", sans-serif;
}
.overlay .popup .r_r * {
	font-family: "Noto Sans", sans-serif;
}
.star_text {
	text-align: center;
}
.overlay .popup .r_r h4 {
	margin: 0 0 21px 0;
	font-weight: 400;
	font-size: 24px;
	line-height: 20px;
}
.overlay .popup .r_r p.fast_saler {
	margin: 22px 0 7px 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #ab0e17;
}
.overlay .popup .r_r p.promo {
	margin: 0 0 8px 0;
	font-size: 18px;
	line-height: 25px;
}
.overlay .popup .r_r p.price {
	font-size: 36px;
	font-weight: 700;
	line-height: 26px;
	color: #ff7a00;
	text-transform: uppercase;
	margin-bottom: 0;
}
.overlay .block_form {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: left;
	padding-bottom: 20px;
}
.overlay .block_form form button {
	margin-bottom: 5px;
}
.countbox {
	margin: 0 auto 0;
	width: 100%;
	font-size: 48px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 13.1692px;
}
.countbox .countbox-num {
	position: relative;
	color: #fff;
	-webkit-flex: 0 0 27%;
	-moz-flex: 0 0 27%;
	-ms-flex: 0 0 27%;
	-o-flex: 0 0 27%;
	flex: 0 0 27%;
	font-weight: 700;
	padding-top: 0;
	padding-bottom: 20px;
	background: #ab0e17;
	border-radius: 3px;
}
.countbox .countbox-space {
	width: auto;
	height: 60px;
	color: #ab0e17;
}
.countbox-hours1,
.countbox-mins1,
.countbox-secs1,
.countbox-hours2,
.countbox-mins2,
.countbox-secs2 {
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
}
.countbox-hours-text,
.countbox-mins-text,
.countbox-secs-text {
	position: absolute;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	bottom: 8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.block_bom {
	display: none;
}

.slick-dots {
	bottom: -50px;
}
.slick-dots li {
	width: auto;
	height: auto;
}
.slick-dots li button {
	background: #FAD5C5;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.slick-dots li.slick-active button {
	background: #EA4E1B;
}
.slick-dots li button:before {
	display: none;
}
.sec5 .slick-dots li button, .sec7 .slick-dots li button{
	background: #fff;
}
.sec5 li.slick-active button,.sec7 li.slick-active button  {
	background: #EA4E1B;
}
footer {
	text-align: center;
	padding: 40px 0;
}
.str_c  {
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
}
.mobb_ff, .mobb_ff2, .hidden {
	display: none;
}
.mobb_ff2 {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 40px;
}
.mobb_ff {
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 20px 0;
	text-align: center;
}
.mobb_ff span {
	color: #d40000;
	display: block;
	font-size: 16px;
}
.sec1 .prod, .overlay .popup .l_l img {
	max-width: 600px;
}
.mob_fixed {
	display: none;
}
.st_txt .flex .ttr .btn {
	margin-left: auto;
	width: 320px;
	max-width: 320px;
}
.mobb_hh {
	display: none;
	font-size: 12px;
}
.colse {
	position: absolute;
	width: 30px;
	height: 30px;
	top: -40px;
	right: 0;
	cursor: pointer;
}
.colse span:first-child {
	width: 30px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 14px;
	left: 0;
	transform: rotate(45deg);
}
.colse span:last-child {
	width: 30px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 14px;
	right: 0;
	transform: rotate(-45deg);
}
.scc4 .item .item_bl.hidden {
	display: none !important;
}
@media only screen and (max-width: 1300px) {
	.container, .container2 {
		max-width: 950px;
		padding: 0 15px;
	}
	.sec7 .item {
		padding-left: 15px;
		padding-right: 15px;
	}
	.sec7 .container {
		max-width: 950px;
	}
	.sec1 h1 {
		font-size: 36px;
		line-height: 46px;
	}
	.sec1 p.bot_h {
		font-size: 16px;
		line-height: 25px;
		margin: 13px 0 33px 0;
		max-width: 340px;
	}
	.sec1 .form_block {
		right: 0;
		max-width: 338px;
		padding: 6px 15px 24px 15px;
	}
	.sec1 ul li {
		font-size: 16px;
		max-width: 350px;
	}
	.sec1 .prod {
		top: 265px;
	}
	h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.sec5 .item {
		flex: 0 0 32%;
	}
	.sec5 .item h3 {
		font-size: 30px;
		line-height: 36px;
	}
	.sec5 .item p {
		font-size: 15px;
	}
	section {
		overflow: hidden;
	}
	.sec1 .prod, .overlay .popup .l_l img {
		max-width: 471px;
	}
	.sc2 .item p {
		font-size: 16px;
		line-height: 21px;
	}
}
@media only screen and (max-width: 980px) {
	.container, .container2 {
		max-width: 737px;
		padding: 0 15px;
	}
	.sec1 h1 {
		font-size: 30px;
		line-height: 40px;
		max-width: 405px;
	}
	.sec1 .form_block {
		max-width: 300px;
		top: 120px;
	}
	.sec1 ul li {
		font-size: 14px;
		max-width: 269px;
		padding-left: 35px;
	}
	.sec1 ul li:before {
		left: 4px;
		top: 0px;
		width: 21px;
		background-size: contain;
	}
	.sec1 .prod, .overlay .popup .l_l img {
		max-width: 270px;
	}
	.sec1 .prod {
		top: 456px;
		left: 50%;
		max-width: 283px;
	}
	h2 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.st_txt .flex p {
		font-size: 16px;
	}
	.sec5 .item {
		padding: 30px 20px 210px 20px;
	}
	.sec5 .item h3 {
		font-size: 26px;
		line-height: 33px;
		margin-bottom: 15px;
	}
	.sec5 .item p {
		font-size: 14px;
		line-height: 18px;
	}
	.sec5 .item img {
		max-width: 150px;
	}
	.sec7 .flex {
		display: block;
	}
	.sec7 .item {
		flex: 0 0 100%
	}
	.sec7 .item p.dsicr {
		max-width: 100%;
	}
	.sec7 .item p.optc {
		max-width: 100%;
		padding: 0;
	}
	.sc2 .flex {
		flex-wrap: wrap;
		max-width: 600px;
		margin: 0 auto;
	}
	.sc2 .item {
		flex: 0 0 48%;
		margin-bottom: 20px;
	}
	.scc4 .item p {
		max-width: 190px;
	}
	.docs .item {
		padding: 10px 13px 5px 13px;
	}
	.sec7 .item {
		padding-left: 30px;
		padding-right: 30px;
	}
	.sec1 .top_i .top_rr {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.container, .container2 {
		max-width: 420px;
		padding: 0 20px;
	}
	.top_i .block_r {
		text-align: center;
		font-size: 14px;
	}
	.sec1 {
		padding-bottom: 0;
	}
	.sec1 h1 {
		font-size: 22px;
		line-height: 30px;
		text-align: center;
		padding: 0 20px;
	}
	.sec1 p.bot_h {
		max-width: 360px;
		padding: 0 20px;
		margin: 30px auto;
	}
	.sec1 .container {
		padding: 0;
	}
	.sec1 .form_block {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
	}
	.sec1 .prod {
		position: relative;
		top: 0;
		right: 0;
		display: block;
		left: 0;
		bottom: 0;
		max-width: 216px;
		margin: 0 auto;
		transform: none;
	}
	.sec1 ul {
		border-top: none;
		max-width: 270px;
		margin: 0 auto 30px;
	}
	.sec1 .form_block {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		border-radius: 0;
		box-shadow: none;
	}
	h2 {
		font-size: 22px;
		line-height: 30px;
	}
	h2 br {
		display: none;
	}
	.st_txt .flex {
		flex-wrap: wrap;
	}
	.st_txt .flex .ttl, .st_txt .flex .ttr {
		flex: 0 0 100%;
		text-align: center;
	}
	.st_txt .flex .ttr .btn {
		margin: 20px auto 0;
	}
	.block_bom {
		display: block;
	}
	.block_bom img {
		display: inline-block;
		vertical-align: top;
	}
	.block_bom p {
		display: inline-block;
		vertical-align: top;
		width: 69%;
		font-size: 14px;
		padding-left: 15px;
	}
	.block_bom p span {
		display: block;
		font-weight: 700;
	}
	.sec5 {
		padding-bottom: 50px;
	}
	.sec5 .flex {
		display: block;
	}
	.sec5 .item {
		padding:25px 20px 288px 20px;
		text-align: center;
		border-radius: 22px;
	}
	.sec5 .item img {
		max-width: 225px;
	}
	.st_txt.bg_w {
		background: #FBE5D1;
		padding-top: 25px;
	}
	.sec7 .item p.optc {
		padding: 0 15px;
	}
	.block_bom p {
		width: 68%;
	}
	.sec1 .form_block p.red, .sec1 .form_block form p.upper {
		display: none;
	}
	.mobb_ff, .mobb_ff2 {
		display: block;
	}
	.sec1 .prod {
		position: relative;
		top: 0;
		right: 0;
		display: block;
		left: 0;
		bottom: 0;
		width: 368px;
		max-width: 500px;
		margin: -11px auto 0;
		transform: none;
	}
	.sec1 .form_block {
		padding-top: 39px;
		padding-left: 19px;
		padding-right: 19px;
	}
	.docs {
		padding-top: 50px;
		padding-bottom: 100px;
	}
	.docs .flex {
		display: block;
	}
	.sec1 .top_i .top_rr {
		display: none;
	}
	.top_i .logo {
		text-align: center;
	}
	.top_i .flex {
		display: block;
	}
	.sec1 .container {
		background-size: 320px;
		background-position: left 42px top 142px;
	}
	.sec1 h1 {
		text-align: left;
		font-weight: 500;
		font-size: 18px;
		line-height: 30px;
	}
	.sec1 h1 b {
		font-weight: 500;
	}
	.sec1 h1 span {
		font-weight: bold;
		font-size: 38px;
		line-height: 30px;
	}
	.mob_fixed {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		background: #fff;
		padding: 9px 0;
		z-index: 5;
	}
	.mob_fixed .item {
		flex: 0 0 25%;
		text-align: center;
	}
	.mob_fixed .item p {
		font-weight: 500;
		font-size: 10px;
		line-height: 20px;
		font-family: 'Noto Sans', sans-serif;
		margin: 0 0 0 0;
		text-transform: uppercase;
	}
	.mob_fixed .item img {
		max-height: 28px;
	}
	.mob_fixed .item:nth-child(1) p {
		color: #f8d2b7;
	}
	.mob_fixed .item:nth-child(2) p {
		color: #B4B4B4;
	}
	.mob_fixed .item:nth-child(3) p {
		color: #B4B4B4;
	}
	.mob_fixed .item:nth-child(4) p {
		color: #EA4E1B;
	}
	.sec1 {
		padding-top: 0;
	}
	.sc2 {
		background: #FAD5C5;
	}
	.sc2 .flex {
		max-width: 280px;
	}
	.sc2 .item {
		flex: 0 0 100%;
	}
	.scc3 {
		padding-top: 0;
	}
	.scc3 p {
		text-align: left;
	}
	.scc4 .flex {
		flex-wrap: wrap;
	}
	.scc4 .item, .scc4 .item.last_it {
		flex: 0 0 100%
	}
	.scc4 .item p {
		max-width: 100%;
		margin-bottom: 19px;
	}
	.scc4 .item .img_bl {
		display: inline-block;
		vertical-align: middle;
		padding-left: 15px;
	}
	.scc4 .item p.big {
		display: inline-block;
		vertical-align: middle;
		padding-left: 35px;
		font-size: 14px;
		line-height: 22px;
	}
	.scc4 .item p.big.cust {
		padding-left: 20px;
	}
	.scc4 .item .item_bl {
		min-height: auto;
		margin-bottom: 30px;
	}
	.scc4 .item.last_it {
		margin-top: 0;
		padding-top: 0;
		background: #fff;
		padding: 0;
		order: 1;
	}
	.scc4 .item:nth-child(1) {
		order: 3;
	}
	.scc4 .item:nth-child(2) {
		order: 2;
	}
	.sec5 {
		padding-bottom: 80px;
	}
	.st_txt.bg_w {
		padding-top: 20px;
		padding-bottom: 24px;
		background: #fff;
	}
	.st_txt.bg_w .ttl {
		padding: 014px;
	}
	.scc5 .flex {
		flex-wrap: wrap;
	}
	.scc5 .item {
		flex: 0 0 100%;
		margin-bottom: 30px;
	}
	.scc5 {
		padding-bottom: 20px;
	}
	.scc3.ccsv {
		padding-top: 29px;
		padding-bottom: 32px;
	}
	.scc3.ccsv p {
		font-size: 16px;
		line-height: 20px;
	}
	.sec1 .container {
		background-position: left -5px top 241px;
	}
	.sec1.last .container {
		padding-bottom: 0;
		background-position: center top 148px;
		padding-top: 30px;
	}
	.sec7 {
		padding-top: 31px;
	}
	.sec7 h2 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 18px;
	}
	footer {
		padding-bottom: 100px;
	}
	.container, .container2 {
		max-width: 420px;
		padding: 0px 17px;
	}
	.top_i {
		padding-bottom: 31px;
	}
	.top_i .logo {
		display: none;
	}
	.sec1 p.bot_h {
		background: #fff;
		max-width: 100%;
		margin: 0;
		padding: 30px 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobb_hh {
		display: block;
		text-align: center;
		color: #ea4e1b;
	}
	.mobb_hh img {
		display: inline-block;
		vertical-align: middle;
	}
	.sec1 ul {
		margin: 0;
		background: #fff;
		max-width: 100%;
		padding: 0;
	}
	.sec1 ul li:last-child {
		margin-bottom: 0;
	}
	.scc4 h2, .scc4 p.bot_h, .docs h2, .sec5 h2, .sec7 h2 {
		text-align: left;
	}
	.st_txt .flex p {
		text-align: left;
	}
	.st_txt .flex p br {
		display: none;
	}
	.sec1.last p.bot_h, .sec1.last ul {
		display: none;
	}
	.sec1 ul li {
		background: #F8DCC1;
		position: relative;
		padding-left: 130px;
		height: 105px;
		padding-right: 20px;
		margin-bottom: 0;
		display: flex;
		align-items: center;
		max-width: 100%;
	}
	.sec1 ul li:before {
		background: none;
	}
	.sec1 ul li:nth-child(1):before {
		content: url(../img/ff1.png?v1);
		position: absolute;
		left: 20px;
		top: 15px;
	}
	.sec1 ul li:nth-child(2):before {
		content: url(../img/ff2.png?v1);
		position: absolute;
		left: auto;
		right: 90px;
		top: 15px;
	}
	.sec1 ul li:nth-child(3):before {
		content: url(../img/ff3.png?v1);
		position: absolute;
		left: 20px;
		top: 15px;
	}
	.sec1 ul li:nth-child(4):before {
		content: url(../img/ff4.png?v1);
		position: absolute;
		left: auto;
		right: 90px;
		top: 15px;
	}
	.sec1 ul li:nth-child(5):before {
		content: url(../img/ff5.png?v1);
		position: absolute;
		left: 20px;
		top: -4px;
	}
	.sec1 ul li:nth-child(even) {
		background: #fff;
		padding-left: 20px;
		padding-right: 136px;
	}
	.st_txt .flex .ttr .btn {
		width: 100%;
		max-width: 100%;
	}
	.sc2 {
		padding-top: 34px;
		padding-bottom: 20px;
	}
	.sc2 h2 {
		text-align: left;
		margin-bottom: 16px;
	}
	.sc2 .item p {
		font-size: 14px;
		line-height: 20px;
		max-width: 256px;
		margin: 14px auto 0;
	}
	.scc3 {
		padding-bottom: 30px;
	}
	.scc3 p {
		display: none;
	}
	.mob_tt {
		display: block;
		max-width: 195px;
		margin: 0 auto;
		padding-top: 50px;
	}
	.mob_tt .item {
		display: flex;
		margin-bottom: 14px;
		align-items: center;
	}
	.mob_tt .item p {
		margin: 0;
		padding-left: 15px;
		font-size: 14px;
		line-height: 20px;
	}
	.sec1 .container {
		background-position: center 181px;
	}
	.sec1 p.bot_h {
		font-size: 18px;
		line-height: 28px;
	}
	.sec1 ul li:nth-child(3) br {
		display: none;
	}
	.sec1 .form_block .new {
		line-height: 10px;
	}
	form p.label {
		margin-bottom: 9px;
	}
	.scc4 {
		padding-top: 26px;
	}
	.scc4 h2 {
		margin-bottom: 28px;
	}
	h2 {
		font-size: 24px;
	}
	.scc4 p.bot_h {
		font-size: 14px;
		margin-bottom: 25px;
	}
	.scc4 .item .img_bl img {
		max-width: 95px;
	}
	.scc4 .item .img_bl {
		min-height: auto;
	}
	.st_txt .flex p.cust_cc {
		font-size: 16px;
		line-height: 20px;
		padding-left: 16px;
	}
	.st_txt {
		padding-top: 32px;
		padding-bottom: 36px;
	}
	.docs {
		padding-top: 26px;
		padding-bottom: 71px;
	}
	.docs h2 {
		margin-bottom: 0px;
	}
	.docs .flex {
		margin-top: 23px;
	}
	.docs .slick-dots {
		bottom: -36px;
	}
	.sec5 {
		padding-top: 33px;
	}
	.sec5 h2 {
		margin-bottom: 26px;
	}
	.st_txt.bg_w p {
		line-height: 20px;
	}
	.sec7 .item {
		padding-left: 20px;
		padding-right: 20px;
		border-radius: 22px;
	}
	.sec7 .container {
		padding-left: 9px;
		padding-right: 9px;
	}
	.sec7 .item p.optc {
		padding: 0;
	}
	.sec7 .slick-dots {
		bottom: -36px;
	}
	.scc5 {
		padding-top: 34px;
		padding-bottom: 1px;
	}
	.scc5 h2 {
		text-align: left;
		font-size: 23px;
		margin-bottom: -5px;
	}
	.scc5 h2 br {
		display: none;
	}
	.scc5 .item img {
		max-width: 131px;
		margin: 0 auto 10px;
	}
	.sec5 .item h3 {
		font-family: 'Roboto', sans-serif;
		font-size: 36px;
		line-height: 42px;
	}
	.scc5 .item p {
		font-size: 14px;
		line-height: 20px;
	}
	.scc5 .item:first-child {
		margin-bottom: 82px;
	}
	.scc5 .item:last-child img {
		max-width: 112px;
	}
	.scc3 p {
		display: block;
	}
	.sec1.last .prod {
		margin-bottom: -7px;
	}
	.scc4 .item.last_it .cls_prod {
		display: none;
	}
	.mobb_ff span {
		margin-top: -6px;
	}
	.sec1 .form_block .flex {
		margin-bottom: 15px;
	}
	form input,select {
		height: 32px;
		margin-bottom: 12px;
	}
	form button.btn {
		margin-top: 33px;
		background: #ea4e1b;
	}
	.sec1 .form_block .new {
		font-size: 22px;
	}
	.sec1 .form_block .old {
		font-size: 14px;
	}
	.sec5 .item p {
		font-size: 16px;
		line-height: 20px;
		text-align: left;
	}
	.hidden, .scc4 .item .item_bl.hidden {
		display: block !important;
	}
	.show_des, .scc4 .item .item_bl.hidden22 {
		display: none !important;
	}
}
@media only screen and (max-width: 350px) {
	.block_bom p {
		width: 62%;
	}
	.sec1 h1 {
		padding: 0 18px;
	}
	.sec1 h1 br {
		display: none;
	}
	.st_txt .flex .ttr .btn {
		width: 280px;
		max-width: 280px;
	}
	.sec1 .prod {
		transform: translateX(-27px);
	}
	.scc4 .item p {
		max-width: 274px;
	}
}