.page_router{
	flex: 1;
	display: flex;
	flex-direction: column;
	background: linear-gradient(180deg, #000000, #2c2c2c);
}

.page{
	flex: 1;
	display: none;
	flex-direction: column;
	position: relative;
	justify-content: center;
	align-items: center;
}

.page_router[type="loading"] .page[type="loading"],
.page_router[type="auth"] .page[type="auth"],
.page_router[type="call"] .page[type="call"],
.page_router[type="letter"] .page[type="letter"]{
	display: flex;
}

.loading_wrap{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}

.status{
	position: absolute;
	top: 5px;
	left: 5px;
	color: #ff7676;
}