.onlyoffice-error {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.onlyoffice-error .wraper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: fit-content;
}

.onlyoffice-error .main {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: fit-content;
	padding: 30px 0;
	max-height: 522px;
	height: 100%;
}

.onlyoffice-error .header {
	text-align: center;
}

.onlyoffice-error .image {
	text-align: center;
}

.onlyoffice-error .info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 52px;
	text-align: center;
}

.onlyoffice-error .text-bold {
	font-size: 23px;
	font-weight: 700;
	line-height: 28px;
}

.onlyoffice-error .text-normal {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

