
@media only screen and (min-width: 1300px)  and (max-width: 1400px) {
	.numbs_digit{
		font-size:5.0vw;
	}
	
	.numbs_item>span{
		font-size:2.2vw;
	}
}


@media only screen and (min-width: 1400px)  and (max-width: 1500px) {
	.numbs_digit{
		font-size:4.5vw;
	}
	
	.numbs_item>span{
		font-size:1.7vw;
	}
}


@media only screen and (min-width: 1250px)  and (max-width: 1300px) {
	.category_item{max-width: 260px;}

}


@media only screen and (min-width: 991px)  and (max-width: 1250px) {
	.schemeBOX{transform: scale(0.8);top: -120px;left: 7px;margin-bottom: -200px;}
	.schemeCenter{transform: scale(0.8) translate(-26px, 0px);}

}



@media only screen and (min-width: 460px)  and (max-width: 599px) {
	.category_item{height: 230px;}

}





