@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 19px;
	background: #fff;
	font-weight: 400;
	color: #000;
}
.wrapper {
	overflow: hidden;
}
h1 {
	font-size: 38px;
	line-height: 47px;
	color: #582A00;
	font-weight: 700;
	margin: 0 0 14px 0;
}
h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	color: #432000;
	margin-bottom: 30px;
}
header {
	background: #FFBC53;
	position: relative;
	z-index: 3;
	padding: 18px 0 15px 0;
}
header h1 {
	font-weight: 300;
	font-size: 21px;
	margin: 0;
}
header .top_rr p {
	display: inline-block;
	vertical-align: middle;
}
header .top_rr p {
	padding-left: 108px;
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	color: #4F1B0A;
	padding-top: 7px;
}
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.limit {
	max-width: 1269px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.sec1 {
	background: #FFE193;
	padding-top: 46px;
	padding-bottom: 121px;
	overflow: hidden;
}
.sec1 h1 {
	max-width: 490px;
	font-weight: 400;
	line-height: 50px;
}
.sec1 .circ1 {
	background: radial-gradient(50% 50% at 50% 50%, #FFC5C5 0%, #FFE193 100%);
	width: 1004px;
	height: 968px;
	z-index: 1;
	position: absolute;
	left: -200px;
	top: -200px;
}
.sec1 .z_h {
	position: relative;
	z-index: 2;
}
.sec1 p {
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin: 0 0 25px 0;
	max-width: 390px;
}
.sec1 ul {
	margin: 0;
	padding: 0;
}
.sec1 ul li {
	list-style-type: none;
	position: relative;
	display: block;
	margin-bottom: 27px;
	padding-left: 45px;
	max-width: 390px;
	color: #000000;
}
.sec1 ul li:before {
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}
.sec1 ul li:after {
	content: url(../img/check.svg);
	position: absolute;
	left: 9px;
	top: 0;
}
.sec1 .prod {
	position: absolute;
	left: 54%;
	top: -61px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}
.sec1 .form_block {
	position: absolute;
	right: 0;
	top: 9px;
	background: #FFFFFF;
	box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.24);
	border-radius: 8px;
	width: 100%;
	max-width: 384px;
	padding: 21px 32px;
}
.sec1 .form_block p.red {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #FF003D;
	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 {
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-o-flex: 0 0 50%;
	flex: 0 0 50%;
	text-align: center;
}
.sec1 .form_block .flex p {
	margin: 0;
	font-size: 16px;
	line-height: 19px;
	color: #626262;
	margin-bottom: 3px;
}
.sec1 .form_block .old {
	color: #626262;
	text-decoration: line-through;
}
.sec1 .form_block .new {
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	color: #FF003D;
	font-weight: 700;
}
form p.label {
	color: #131313;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 3px 0;
}
form input {
	font-family: 'Roboto', 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: 'Roboto', sans-serif;}
::-moz-placeholder          {color:#A7A7A7;font-family: 'Roboto', sans-serif;}
:-moz-placeholder           {color:#A7A7A7;font-family: 'Roboto', sans-serif;}
:-ms-input-placeholder      {color:#A7A7A7;font-family: 'Roboto', sans-serif;}
.sec1 .form_block form p.upper {
	text-align: center;
	color: #585858;
	margin: 27px 0 14px 0;
	font-size: 14px;
	line-height: 19px;
}
form button.btn {
	display: block;
	width: 100%;
	background: #FF003D;
	box-shadow: 0px 4px 0px #B50611;
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	border: none;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.12);
	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;
}
.sec2 {
	padding-top: 35px;
	background: #fff;
	padding-bottom: 144px;
}
.sec2 h2 {
	margin-bottom: 16px;
}
p.ctr {
	text-align: center;
	max-width: 849px;
	margin: 0 auto 20px;
}
.sec2 .block_sec2 {
	margin: 0 auto;
	max-width: 807px;
	position: relative;
}
.sec2 .block_sec2 .prods {
	position: absolute;
	left: -137px;
	top: -49px;
	z-index: 1;
}
.sec2 .block_sec2 .snake {
	position: absolute;
	left: -73px;
	top: 33px;
	z-index: 2;
}
.sec2 .block_sec2 .padd1 {
	max-width: 384px;
	margin-left: auto;
	padding-top: 108px;
	padding-bottom: 150px;
}
.sec2 h3 {
	margin: 0 0 14px 0;
	position: relative;
	font-size: 28px;
	line-height: 33px;
	font-weight: 400;
}
.sec2 h3:before {
	content: url(../img/h3_c.png);
	position: absolute;
	left: 0;
	top: -15px;
	z-index: -1;
}
.sec2 .block_sec2 p {
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
	margin: 0 0 10px 0;
}
.sec2 .block_sec2 p.normal {
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
}
.sec2 .block_sec2 .padd2 {
	max-width: 384px;
	padding-top: 100px;
	padding-bottom: 0;
	padding-left: 7px;
}
.sec2 .block_sec2 .scorp {
	position: absolute;
	right: 88px;
	top: -100px;
	z-index: 2;
}
.sec2 .block_sec2 .circ_color {
	position: absolute;
	right: 0px;
	top: -113px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(255, 225, 147, 0.5) 29.69%, rgba(255, 255, 255, 0.23) 100%);
	width: 487px;
	height: 490px;
	z-index: -1;
}
.sec2 .block_sec2 .padd3 {
	max-width: 384px;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 0;
}
.sec2 .block_sec2 .circ_color.cr2 {
	left: 0;
	right: 0;
}
.sec2 .block_sec2 .z1 {
	position: absolute;
	left: 57px;
	top: 65px;
	z-index: 2;
}
.sec2 .block_sec2 .z2 {
	position: absolute;
	left: -20px;
	top: -9px;
	z-index: 2;
}
.sec2 .block_sec2 .z3 {
	position: absolute;
	left: -244px;
	top: 57px;
	z-index: 2;
}
.sec2 .block_sec2 .mur {
	position: absolute;
	right: -160px;
	top: 37px;
}
.sec3 {
	background: #452900;
	padding: 50px 0;
	position: relative;
	z-index: 3;
}
.sec3.ch_color {
	background: #FFEFD7;
}
.sec3.ch_color .flex .item {
	color: #000;
}
.sec3.ch_color .z3 {
    position: absolute;
    right: 111px;
    top: -113px;
    max-width: 131px;
}
.sec3 .flex {
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.sec3 .flex .item {
	padding: 0 25px;
	font-size: 20px;
	line-height: 23px;
	color: #fff;
}
.btns {
	display: block;
	background: #FF003D;
	box-shadow: 0px 4px 0px #B50611;
	border-radius: 4px;
	line-height: 56px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.12);
	width: 100%;
	max-width: 304px;
	padding: 0 41px;
	cursor: pointer;
}
.sec4 {
	padding-top: 35px;
	padding-bottom: 63px;
}
.sec4 h2 {
	margin-bottom: 43px;
}
.sec4 .flex {
	max-width: 1002px;
	margin: 0 auto;
}
.sec4 .item {
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-o-flex: 0 0 50%;
	flex: 0 0 50%;
}
.sec4 .item p {
	margin: 0;
	font-size: 20px;
	line-height: 23px;
}
.sec4 .item img {
	max-width: 100%;
	padding-left: 10px;
}
.sec5 {
	padding-top: 35px;
	padding-bottom: 65px;
	background: #FFE193;
}
.sec5 .z3 {
	position: absolute;
	left: 365px;
	top: -162px;
}
.sec5 h2 {
	margin-bottom: 16px;
}
.sec5 p.ctr {
	margin-bottom: 39px;
	max-width: 450px;
}
.sec5 .item {
	-webkit-flex: 0 0 23%;
	-moz-flex: 0 0 23%;
	-ms-flex: 0 0 23%;
	-o-flex: 0 0 23%;
	flex: 0 0 23%;
	background: #fff;
	border-radius: 5px;
	padding: 36px 20px 33px 20px;
}
.sec5 .item .int {
	position: relative;
	margin-bottom: 20px;
	height: 136px;
}
.sec5 .item .int img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.sec5 .item .int .int_c {
	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%);
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	color: #CACACA;
}
.sec5 .item p {
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
}
.sec6 {
	padding-top: 30px;
	padding-bottom: 62px;
}
.sec6 h2 {
	margin-bottom: 50px;
}
.sec6 .item_l {
	-webkit-flex: 0 0 52%;
	-moz-flex: 0 0 52%;
	-ms-flex: 0 0 52%;
	-o-flex: 0 0 52%;
	flex: 0 0 52%;
}
.sec6 .item_l img {
	display: block;
	max-width: 100%;
}
.sec6 .item_r {
	-webkit-flex: 0 0 42.5%;
	-moz-flex: 0 0 42.5%;
	-ms-flex: 0 0 42.5%;
	-o-flex: 0 0 42.5%;
	flex: 0 0 42.5%;
	padding-right: 70px;
}
.sec6 .item_r p.doc {
	font-weight: bold;
	font-size: 28px;
	line-height: 33px;
	margin: 0 0 7px 0;
}
.sec6 .item_r p {
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 26px 0;
}
.sec7 {
	padding-top: 39px;
	padding-bottom: 63px;
	background: #452900;
}
.sec7 h2 {
	color: #fff;
	margin-bottom: 50px;
}
.sec7 .item {
	-webkit-flex: 0 0 32%;
	-moz-flex: 0 0 32%;
	-ms-flex: 0 0 32%;
	-o-flex: 0 0 32%;
	flex: 0 0 32%;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 32px 30px 14px 30px;
}
.sec7 .item .item_top {
	margin-bottom: 27px;
}
.sec7 .item .item_top img {
	display: inline-block;
	vertical-align: middle;
}
.sec7 .item .item_top .inline {
	display: inline-block;
	vertical-align: middle;
	width: 55%;
	padding-left: 15px;
}
.sec7 .item .item_top .inline p {
	margin: 0 0 10px 0;
}
.sec7 .item .item_top .inline img {
	display: block;
	margin: 0;
	max-width: 100%;
}
.sec7 .item .star {
	margin: 5px 0 21px 0;
}
.sec7 .item p.name {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	line-height: 19px;
}
.sec7 .item p {
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
}
.sec8 {
	padding-top: 39px;
	padding-bottom: 65px;
}
.sec8 h2 {
	margin-bottom: 58px;
}
.sec8 .flex {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1020px;
	margin: 0 auto;
}
.sec8 .flex .item {
	-webkit-flex: 0 0 33.33333333%;
	-moz-flex: 0 0 33.33333333%;
	-ms-flex: 0 0 33.33333333%;
	-o-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
	background: #FFE193;
	position: relative;
}
.sec8 .flex .item img {
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.sec8 .flex .item img.trig_3 {
	display: none;
}
.sec8 .flex .item .layer_up {
	position: absolute;
	top: 31px;
	left: 48px;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #393939;
	z-index: 3;
}
.sec8 .flex .item p {
	margin: 0;
	padding: 25px;
}
.sec8 .flex .item:nth-child(n+4) {
	margin-top: -67px;
}
.sec8 .flex .item:nth-child(n+4) p {
	padding-top: 100px;
}
.sec9 {
	padding-top: 37px;
	padding-bottom: 60px;
	background: #452900;
}
.sec9 h2 {
	margin-bottom: 38px;
	color: #fff;
}
.sec9 .flex {
	max-width: 1000px;
	margin: 0 auto;
}
.sec9 .item {
	-webkit-flex: 0 0 30%;
	-moz-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	-o-flex: 0 0 30%;
	flex: 0 0 30%;
}
.sec9 .item .item_top {
	position: relative;
	margin-bottom: 30px;
}
.sec9 .item .item_top .item_ii1 {
	position: absolute;
	left: -9px;
	top: -1px;
}
.sec9 .item .item_top .item_ii2 {
	position: absolute;
	left: 25px;
	top: 34px;
}
.sec9 .item .item_top img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.sec9 .item p {
	margin: 0;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #FFFFFF;
}
.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: #FFE193;
	position: relative;
}
.overlay .popup .l_l h1 {
	max-width: 415px;
	margin: 0 auto;
	font-size: 26px;
	line-height: 34px;
	padding-top: 50px;
	font-weight: 400;
}
.overlay .popup .l_l img {
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 380px;
}
.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: #FF003D;
}
.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 #FFFFFF;
	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: 20px;
	padding-bottom: 40px;
	background: #FFBC53;
	border-radius: 3px;
}
.countbox .countbox-space {
	width: auto;
	height: 32px;
	color: #FFBC53;
}
.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: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
footer {
	text-align: center;
	padding: 30px 0;
}
footer * {
	color: #000;
}
@media only screen and (max-width: 1250px) {
	.sec1 .prod {
		position: absolute;
		left: 55%;
		top: 66px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: -1;
		max-width: 550px;
	}
	.sec2 {
		overflow: hidden;
	}
	.sec5 .item p {
		font-size: 16px;
	}
	.sec8 .flex .item p {
		font-size: 15px;
	}
}
@media only screen and (max-width: 1080px) {
	.sec1 .form_block {
		max-width: 350px;
		padding: 20px 18px;
	}
	.sec1 h1 {
		font-size: 34px;
		max-width: 436px;
	}
	.sec1 .prod {
		left: 58%;
	}
	.sec1 p {
		font-size: 16px;
	}
	.sec1 ul li {
		font-size: 16px;
		max-width: 360px;
	}
	.sec4 .item p {
		font-size: 18px;
	}
	.sec5 .item {
		padding: 30px 15px;
	}
	.sec6 .item_r {
		padding-right: 0;
		-webkit-flex: 0 0 44%;
		-moz-flex: 0 0 44%;
		-ms-flex: 0 0 44%;
		-o-flex: 0 0 44%;
		flex: 0 0 44%;
	}
	.sec7 .item p {
		font-size: 14px;
	}
	.sec7 .item {
		padding: 25px 15px 20px;
	}
	.sec7 .item .item_top img {
		max-width: 60px;
	}
	.sec7 .item p.name {
		font-size: 14px;
	}
	.sec7 .item .item_top .inline {
		width: 70%;
	}
	.sec8 .flex .item p {
		font-size: 13px;
		padding: 15px;
		line-height: 18px;
	}
	.sec8 .flex .item:nth-child(n+4) p {
		padding-top: 88px;
	}
}
@media only screen and (min-width: 300px) {
	.limit {
		max-width: 420px;
		padding: 0 20px;
	}
	header h1 {
		display: none;
	}
	header .top_rr p {
		padding: 10px 0;
		display: block;
		width: 100%;
		text-align: center;
	}
	header .top_rr p br {
		display: none;
	}
	header .top_rr p:first-child {
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		-o-order: 2;
		order: 2;
		background: #FFD761;
	}
	header .top_rr p:last-child {
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		-o-order: 1;
		order: 1;
		background: #F79D4B;
	}
	header .top_rr {
		width: 100%;
	}
	.overlay {
		display: none !important;
	}
	.sec1 .form_block {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: 0 auto;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.sec1 .limit {
		padding: 0;
	}
	.sec1 .z_h {
		padding: 0 20px;
	}
	.sec1 ul {
		padding-top: 400px;
	}
	.sec1 h1 {
		font-size: 28px;
		text-align: center;
		line-height: 34px;
		font-weight: 700;
	}
	.sec1 p {
		font-size: 14px;
		text-align: center;
	}
	.sec1 .prod {
		max-width: 420px;
		left: 52%;
		top: 175px;
	}
	.sec1 ul li {
		margin-bottom: 20px;
	}
	.sec2 {
		padding-bottom: 0;
	}
	.sec2 .block_sec2 .prods {
		display: none;
	}
	.sec2 .block_sec2 .snake {
		position: absolute;
		left: -53px;
		top: 25px;
		z-index: 2;
		max-width: 158px;
	}
	.text_bl {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.sec2 .block_sec2 .padd1 {
		margin-left: auto;
		max-width: 250px;
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.sec2 .limit {
		padding: 0;
	}
	.sec2 h2 {
		padding-right: 20px;
		padding-left: 20px;
	}
	.sec2 h3 {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 10px;
	}
	p.ctr {
		padding-left: 20px;
		padding-right: 20px;
	}
	.sec2 h3:before {
		display: none;
	}
	.sec2 .block_sec2 p {
		font-size: 14px;
		margin-bottom: 5px;
		line-height: 16px;
	}
	.sec2 .block_sec2 p.normal {
		font-size: 14px;
		line-height: 16px;
	}
	.sec2 .block_sec2:nth-child(odd) {
		background: #FFE193;	
	}
	.sec2 .block_sec2 .padd2 {
		max-width: 250px;
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.sec2 .block_sec2 .scorp {
		position: absolute;
		right: -67px;
		top: 11px;
		z-index: 2;
		max-width: 194px;
	}
	.sec2 .block_sec2 .padd3 {
		margin-left: auto;
		max-width: 250px;
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.sec2 .block_sec2 .z2, .sec2 .block_sec2 .z3, .sec2 .block_sec2 .circ_color, .sec5 .z3 {
		display: none;
	}
	.sec2 .block_sec2 .z1 {
		top: 25px;
		left: 0;
		max-width: 130px;
	}
	.sec2 .block_sec2 .mur {
		position: absolute;
		right: -129px;
		top: -1px;
		max-width: 350px;
	}
	.sec3 {
		padding: 30px 0;
	}
	.sec3 .flex {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sec3 .flex .item {
		padding: 15px 0;
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-o-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
	}
	.btns {
		margin: 0 auto;
	}
	h2 {
		font-size: 20px;
		line-height: 23px;
	}
	.sec4 .item:last-child {
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		-o-order: 1;
		order: 1;
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-o-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.sec4 .flex {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sec4 .item:first-child {
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		-o-order: 2;
		order: 2;
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-o-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.sec4 .item p {
		font-size: 16px;
		line-height: 19px;
		margin-top: 20px;
	}
	.flex {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sec5 .item {
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-o-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 15px;
		border-radius: 0;
	}
	.sec5 .item .int {
		height: 64px;
		width: 64px;
		display: inline-block;
		vertical-align: middle;
	}
	.sec5 .item p {
		display: inline-block;
		vertical-align: middle;
		width: 80%;
		padding-left: 30px;
	}
	.sec5 .item .int .int_c {
		font-size: 18px;
	}
	.sec3.ch_color .z3 {
		display: none;
	}
	.sec6 .item_l {
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-o-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.sec6 .item_r {
		padding-top: 20px;
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-o-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.sec6 .item_r p.doc {
		font-size: 20px;
	}
	.sec7 .flex {
		display: block;
	}
	.sec8 {
		padding-bottom: 0;
	}
	.sec8 .limit {
		padding: 0;
	}
	.sec8 .flex .item {
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-o-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.sec8 .flex .item img.trig_h {
		display: none;
	}
	.sec8 .flex .item img.trig_3 {
		display: block;
	}
	.sec8 .flex .item:nth-child(1) {
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		-o-order: 1;
		order: 1;
	}
	.sec8 .flex .item:nth-child(2) {
		-webkit-order: 4;
		-moz-order: 4;
		-ms-order: 4;
		-o-order: 4;
		order: 4;
	}
	.sec8 .flex .item:nth-child(3) {
		-webkit-order: 5;
		-moz-order: 5;
		-ms-order: 5;
		-o-order: 5;
		order: 5;
	}
	.sec8 .flex .item:nth-child(4) {
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		-o-order: 2;
		order: 2;
	}
	.sec8 .flex .item:nth-child(5) {
		-webkit-order: 3;
		-moz-order: 3;
		-ms-order: 3;
		-o-order: 3;
		order: 3;
	}
	.sec8 .flex .item:nth-child(6) {
		-webkit-order: 6;
		-moz-order: 6;
		-ms-order: 6;
		-o-order: 6;
		order: 6;
	}
	.sec8 .flex .item:nth-child(n+4) {
		margin: 0;
	}
	.sec8 .flex .item:nth-child(n+4) p {
		padding-top: 15px;
	}
	.sec9 .item {
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-o-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 30px;
	}
	.sec1.sec_last {
		padding-bottom: 60px;
	}
	.slick-dots li {
		width: auto;
		height: auto;
	}
	.slick-dots li.slick-active button {
		background: #fff;
	}
	.slick-dots {
		bottom: -35px;
	}
	.slick-dots li button {
		width: 15px;
		height: 15px;
		border: solid 1px #fff;
		border-radius: 50%;
	}
	.slick-dots li button:before {
		display: none;
	}
}

@media (max-width: 395px) {
	.sec1 .prod {
		top: 260px;
	}
	.sec1 {
		padding-bottom: 50px;
	}
	.btns,
	form button.btn {
		font-size: 17px;
	}
	.sec2 .block_sec2 .snake {
		left: -80px;
	}
	.sec2 .block_sec2 .z1 {
		left: -25px;
	}
	.sec2 .block_sec2 .mur {
		right: -170px;
		top: 48px;
	}
}