diff --git a/projects/common/models/page.ts b/projects/common/models/page.ts
index 5abb4230dee56b011471293a7893ff84e8b98449..4bb30f489a8509afb300512828bcd1160150be10 100644
--- a/projects/common/models/page.ts
+++ b/projects/common/models/page.ts
@@ -4,8 +4,8 @@ import { AnswerScheme, UIElement } from 'common/models/elements/element';
 export class Page {
   [index: string]: unknown;
   sections: Section[] = [];
-  hasMaxWidth: boolean = false;
-  maxWidth: number = 900;
+  hasMaxWidth: boolean = true;
+  maxWidth: number = 750;
   margin: number = 30;
   backgroundColor: string = '#ffffff';
   alwaysVisible: boolean = false;