.check .check__btn:disabled {
	background-color: #ccc;
}

.check .check__btn:hover:disabled {
	background-color: #ccc;
	opacity:1;
	cursor:default;
}