.al1-title-line {
	display: none;
}
.production-page-img {
	position: relative;
	margin: 0 0 30px;
	font-size: 0;
}
.production-page-img span {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 10px 23px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
    letter-spacing: 1px;
    word-spacing: 3px;
}
.production-img-box {
	display: flex;
	margin-bottom: 28px;
	padding-right: 30px;
}
.production-page-cont {
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	padding: 0 10px;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.production-page-cont h2 {
	margin-bottom: 45px;
	font-size: 24px;
	line-height: 120%;
}
.production-page-cont h3 {
	margin-bottom: 10px;
	font-size: 24px;
}
.production-page-cont p {
	margin: 0 0 27px;
}
.production-img-box img {
	max-width: 560px;
	height: auto;
	margin-right: 30px;
}
.production-img-box p:last-child {
	margin-bottom: 0;
}
.production-page-img-big {
	margin: 40px 0 20px;
}
.materials-box {
	margin-top: 40px;
}
.pic_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 35px 90px 83px 30px;
}
.pic_list .item {
	display: inline-block;
	width: 274px;
	padding: 11px 10px 55px;
	text-align: center;
}
.pic_list .item span {
	display: inline-block;
	padding-top: 15px;	
	font-size: 24px;
	font-weight: normal;
	line-height: 120%;
}
p.special-p {
    display: inline-block;
    padding-right: 40px;	
    margin-bottom: 8px;
}
.production-img-box ul {
	padding: 5px 0 0;
	margin: 0;
	list-style: none;
}
.production-img-box ul li {
	position: relative;
	margin-bottom: 8px;
}
.production-img-box ul li:before {
	display: inline-block;
	margin-right: 7px;
	content: "•";
}
.special-span {
	display: inline-block;
	padding-top: 5px;
}
p.special-slogan {
	margin:  -20px 0 10px;
}
p.margin-bottom7 {
	margin-bottom: 7px;
}
p.product-img {
	margin-top: 25px;
}
.production-page-btn {
	display: none;
}

@media (max-width: 640px) {
	.production-page-cont {
		font-size: 16px;
	}
	.al1-title-line {
		display: block;
	}
	.production-page-img span {
		display: none
	}
	.production-page-img {
		margin: 0 0 25px;
	}
	.production-page-cont h2 {
		font-size: 24px;
		line-height: 1.3;
		font-weight: 500;
		margin-bottom: 20px;
		letter-spacing: 0;

	}
	.production-page-cont {
		padding: 0;
	}

	.production-page-cont h3 {
		margin-bottom: 14px;
		margin-bottom: 0;
	}
	.production-page-cont p {
		margin-bottom: 12px;
		font-weight: 400;
		letter-spacing: 0;
		font-size: 19px;
	}
	.tab_txt {
		padding-right: 20px;
	}
	.production-img-box {
		flex-wrap: wrap;
		margin-top: 27px;
		margin-bottom: 25px;
		padding-right: 0;
	}
	.production-img-box li{
		margin-bottom: 12px;
		font-weight: 400;
		letter-spacing: 0;
		font-size: 19px;
	}
	.production-img-box img {
		max-width: 100%;
		margin-bottom: 10px;
	}
	.production-page-img-big {
		margin-top: 20px;
		margin-right: -20px;
	}
	.mobile-hode-text {
		display: none
	}
	.pic_list {
		padding: 10px 0 0;
		margin-bottom: 15px;
		justify-content: space-between;
	}
	.pic_list .item {
		padding: 0 0 60px;
	}
	.pic_list .item img {
		max-width: 255px;
	}
	.materials-box .tab_txt {
		padding-right: 0;
	}
	.pic_list .item span {
		padding-top: 10px;
	}
	p.special-p {
		padding-right: 0;
	}
	.special-span {
		padding-top: 15px;
	}
	p.product-img {
		margin-top: 55px;
	}
	a.production-page-btn {
		display: block;
		width: 100%;
		max-width: 470px;
		height: 48px;
		margin: 40px auto 55px;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0;
		font-family: 'Arial';
		color: #323232;
		text-decoration: none;
	}
}
@media (max-width: 480px) {
	.production-page-cont h2, .production-page-cont h3, .production-page-cont p, .pic_list .item span,
	.production-img-box li{
		font-size: 16px;
	}
	.pic_list {
		justify-content: center;
	}
	body .production-page-btn{
		font-size: 16px;
		height: auto;
		min-height: initial;
		padding: 0;
		line-height: 40px;
		margin: 24px auto 20px;
	}
	.production-page-img span{
		font-size: 16px;
	}
	p.special-slogan {
		margin: 0px 0 10px;
	}
}