.statistics-manufacture {
	position: relative;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
	background-image: url('../../../img/statistics-manufacture/statistics-manufacture-mobile.jpg');
}
.statistics-manufacture:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.statistics-manufacture .container-wrapper {
	min-height: 516px;
	padding: 45px 0;
}
.statistics-manufacture .title {
	color: #fff;
	text-align: left;
	margin-bottom: 20px;
}
.statistics-manufacture .desc {
	color: #fff;
	font-size: 18px;
	line-height: 110%;	
	margin-bottom: 20px;
}
.statistics-manufacture .content__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;	
	margin-bottom: 20px;
}
.statistics-manufacture .content__item {
	background: #fff;
    padding: 15px;
    border-radius: 12px;
    display: grid;
    gap: 5px;	
}
.statistics-manufacture .content__item-data {
	font-size: 30px;
	line-height: 100%;	
}
.statistics-manufacture .content__item-desc {
	line-height: 130%;	
}
@media (min-width: 768px) {
	.statistics-manufacture {	
		background-image: url('../../../img/statistics-manufacture/statistics-manufacture-tablet.jpg');
	}
	.statistics-manufacture:before {
		background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
	}	
	.statistics-manufacture .container-wrapper {
		min-height: 600px;
		padding: 50px 0 55px
	}
	.statistics-manufacture .title {
		margin-bottom: 30px;
	}
	.statistics-manufacture .desc {
		font-size: 20px;
		line-height: 130%;
		margin-bottom: 40px;
	}
	.statistics-manufacture .desc,
	.statistics-manufacture .content__box {
		width: 467px;
	}	
	.statistics-manufacture .content__list {
		margin-bottom: 40px;
	}
	.statistics-manufacture .content__item {
		gap: 0;
		padding: 20px;
	}
	.statistics-manufacture .content__item-data {
		font-size: 40px;
	}
	.statistics-manufacture .button {
		width: 306px;
		margin: 0;
	}		
}
@media (min-width: 1200px) {
	.statistics-manufacture {
		background-image: url('../../../img/statistics-manufacture/statistics-manufacture-desktop.jpg');
	}
	.statistics-manufacture:before {
		width: 1440px;	
		left: unset;
		right: calc( (100% - 960px) / 2 );
		background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
	}	
	.statistics-manufacture .container-wrapper {
		min-height: 600px;
		padding: 60px 0 80px
	}
	.statistics-manufacture .desc {
		font-size: 24px;
		width: 470px;
	}	
	.statistics-manufacture .content__box {
		width: 100%;
	}
	.statistics-manufacture .content__list {
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
		margin-bottom: 60px;
	}	
}