.continer{
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: 	translate(-50%,-50%);
}
.start{
	margin-bottom: 	15px;
}
.start svg:hover{
	fill: #fff;
}
.remove{
	display: none;
}
.scan{
	position: absolute;
	bottom: 10px;
}
.check{
	position: absolute;
	bottom: 10px;
}
.linech{
	width: 3px;
	height: 55px;
}
.line{
	width: 3px;
	height: 55px;
}
.progress{
	width: 500px;
	height: 45px;
}
#massage{
	text-align: center;
}
span{
	text-align: center;
}
@media screen and (max-width: 500px){
	.progress{
		width: auto;
		min-width: 400px;
		max-width: 500px;
		padding: 0 5px;
	}
}