{"__symbolic":"module","version":4,"metadata":{"PLTHeaderModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":23,"character":1},"arguments":[{"imports":[{"__symbolic":"reference","name":"LzFeedbackModule"},{"__symbolic":"reference","name":"LzUserMessagesModule"},{"__symbolic":"reference","name":"LzMessageModule"},{"__symbolic":"reference","name":"LzPurchaseModule"},{"__symbolic":"reference","name":"LzUserModule"},{"__symbolic":"reference","name":"LzBookmarkModule"},{"__symbolic":"reference","name":"LzLogModule"},{"__symbolic":"reference","name":"LzHeaderModule"},{"__symbolic":"reference","name":"LzPopupModule"},{"__symbolic":"reference","name":"SharingModule"}],"providers":[{"__symbolic":"reference","name":"CustomRequestService"},{"__symbolic":"reference","name":"LzCookieService"},{"__symbolic":"reference","name":"DomService"},{"__symbolic":"reference","name":"LzSettingsService"},{"__symbolic":"reference","name":"LzSocketService"},{"__symbolic":"reference","name":"LzSeoService"},{"__symbolic":"reference","name":"LzProductConfig"},{"__symbolic":"reference","name":"LzLanguageService"},{"__symbolic":"reference","name":"ErrorLogService"}],"exports":[{"__symbolic":"reference","name":"LzFeedbackModule"},{"__symbolic":"reference","name":"LzUserMessagesModule"},{"__symbolic":"reference","name":"LzMessageModule"},{"__symbolic":"reference","name":"LzPurchaseModule"},{"__symbolic":"reference","name":"LzUserModule"},{"__symbolic":"reference","name":"LzBookmarkModule"},{"__symbolic":"reference","name":"LzLogModule"},{"__symbolic":"reference","name":"LzHeaderModule"},{"__symbolic":"reference","name":"LzPopupModule"},{"__symbolic":"reference","name":"SharingModule"}]}]}],"members":{}},"LzBookmarkModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":12,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"LzBookmarkTreeView"},{"__symbolic":"reference","name":"LzBookmarkAddPageComponent"},{"__symbolic":"reference","name":"LzBookmarkCreateFolderComponent"}],"providers":[{"__symbolic":"reference","name":"LzBookmarkService"}],"imports":[{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":22,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"ReactiveFormsModule","line":23,"character":4},{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClientModule","line":24,"character":4},{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":25,"character":4},{"__symbolic":"reference","module":"@ngx-translate/core","name":"TranslateModule","line":26,"character":4}],"entryComponents":[{"__symbolic":"reference","name":"LzBookmarkTreeView"},{"__symbolic":"reference","name":"LzBookmarkAddPageComponent"},{"__symbolic":"reference","name":"LzBookmarkCreateFolderComponent"}]}]}],"members":{}},"LzBookmarkService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":13,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/material/dialog","name":"MatDialog","line":27,"character":32},{"__symbolic":"reference","name":"CustomRequestService"},{"__symbolic":"reference","name":"LzProductConfig"},{"__symbolic":"reference","name":"LzMessageService"},{"__symbolic":"reference","module":"@ngx-translate/core","name":"TranslateService","line":31,"character":35}]}]}},"LzBookmarkAddPageComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":6,"character":1},"arguments":[{"selector":"lz-bookmark-add-page","template":"<div class=\"lz-bookmark-add-page-modal\">\n  <div class=\"bookmark-title\">\n    {{\"lz-bookmark.add-page-to-bookmark\" | translate}}\n  </div>\n  <div class=\"bookmark-body\">\n    <div class=\"bookmark-input-group bookmark-name\">\n      <div class=\"bookmark-input-title\">\n        {{\"lz-bookmark.name-title\" | translate}}\n      </div>\n      <input class=\"name-input\" placeholder=\"{{'lz-bookmark.name-placeholder' | translate}}\" maxlength=\"256\" type=\"text\"\n        [formControl]=\"bookmarkNameControl\" [(ngModel)]=\"bookmarkName\" (focusout)=\"checkInput(bookmarkNameControl, 'BookmarkName')\"\n        [ngClass]=\"{'name-input-error': bookmarkNameControl.invalid && isBookmarkNameError}\" required />\n      <i class=\"clear-ico fa fa-times-circle\" *ngIf=\"bookmarkName && bookmarkName.length > 0\" (click)=\"bookmarkName = ''\"></i>\n      <div class=\"error-field\" *ngIf=\"bookmarkNameControl.invalid && isBookmarkNameError\">\n        {{\"lz-bookmark.bookmark-name-error\" | translate}}\n      </div>\n    </div>\n    <div class=\"bookmark-input-group bookmark-comment\">\n      <div class=\"bookmark-input-title\">\n        {{\"lz-bookmark.comment-title\" | translate}}\n      </div>\n      <textarea class=\"comment-input\" rows=\"3\" maxlength=\"1000\" placeholder=\"{{'lz-bookmark.comment-placeholder' | translate}}\"\n        [(ngModel)]=\"bookmarkComment\" type=\"text\">\n            </textarea>\n      <i class=\"clear-ico-area fa fa-times-circle\" *ngIf=\"bookmarkComment && bookmarkComment.length > 0\" (click)=\"bookmarkComment = ''\"></i>\n    </div>\n    <div class=\"bookmark-input-group bookmark-folder\">\n      <div class=\"bookmark-input-title\">\n        {{\"lz-bookmark.folder-title\" | translate}}\n      </div>\n      <div class=\"folder-input\">\n        <div class=\"big-toogle-item\" (click)=\"toogleTree()\">\n          {{currentActiveFolder.name}}\n          <i class=\"fa fa-caret-down\"></i>\n        </div>\n        <div class=\"tree-view-container\" *ngIf=\"isShowFoldersTree\">\n          <lz-bookmark-tree-view (outputEvent)=\"chooseFolder($event)\" [folders]=\"folders\"></lz-bookmark-tree-view>\n        </div>\n      </div>\n      <div class=\"new-folder-container\">\n        <i class=\"fa fa-plus-circle\" (click)=\"createFolder()\"></i>\n      </div>\n    </div>\n  </div>\n  <div class=\"bookmark-footer\">\n    <div class=\"footer-button footer-add\" (click)=\"bookmarkAdd()\" [ngClass]=\"{'disable': bookmarkNameControl.invalid && isBookmarkNameError}\">\n      {{\"lz-bookmark.button-add\" | translate}}\n    </div>\n    <div class=\"footer-button footer-cancel\" (click)=\"modalCancel()\">\n      {{\"lz-bookmark.button-cancel\" | translate}}\n    </div>\n  </div>\n</div>\n","styles":[".lz-pl-container{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container{width:732px;padding:0}}@media (min-width:1002px){.lz-pl-container{width:976px}}@media (min-width:1490px){.lz-pl-container{width:1440px}}.lz-pl-container-new{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container-new{width:732px;padding:0}}@media (min-width:1200px){.lz-pl-container-new{width:1200px}}@media (min-width:1490px){.lz-pl-container-new{width:1440px}}.modal-lg{width:900px}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}*{text-shadow:none!important}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto;vertical-align:middle}.h1,.h2,.h3,.h4,.h5,.h6,button,h1,h2,h3,h4,h5,h6,input,p,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input:focus,textarea:focus{outline:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.1}fieldset{border:none}::ng-deep .cdk-overlay-container{z-index:1111}::ng-deep .cdk-overlay-container ::ng-deep .cdk-overlay-pane{max-width:95vw!important}::ng-deep .cdk-overlay-container ::ng-deep .cdk-overlay-pane ::ng-deep .mat-dialog-container{margin:0;padding:0;max-height:95vh;border-radius:0}@media (max-width:757px){::ng-deep .cdk-overlay-container ::ng-deep .cdk-overlay-pane ::ng-deep .mat-dialog-container{max-height:80vh}}::ng-deep .cdk-global-scrollblock{position:static!important;overflow:hidden}::ng-deep .cdk-global-scrollblock body{overflow:hidden}.lz-bookmark-add-page-modal{font-family:Geometria,Arial,sans-serif;position:relative;padding:20px;margin:0;width:auto}@media (min-width:758px){.lz-bookmark-add-page-modal{width:708px}}.lz-bookmark-add-page-modal .bookmark-title{font-weight:600;font-size:20px;color:#525c66;margin-bottom:20px}.lz-bookmark-add-page-modal .bookmark-input-title{font-weight:700;font-size:13px;color:#525c66;margin-bottom:5px}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group{margin-bottom:30px}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment input,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment textarea,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name input,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name textarea{position:relative;display:block;width:100%;height:54px;padding:15px 24px;border:1px solid #e0e3e4;border-radius:4px;background-color:#fafafa;color:#474e62;font-size:16px;line-height:normal;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment input:focus,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment textarea:focus,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name input:focus,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name textarea:focus{border-color:#f0f2f4;background-color:#fff;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(240,242,244,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(240,242,244,.6)}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment input::-webkit-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment textarea::-webkit-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name input::-webkit-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name textarea::-webkit-input-placeholder{color:#9c9c9c;font-style:italic}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment input::placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment textarea::placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name input::placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name textarea::placeholder{color:#9c9c9c;font-style:italic}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment input:-ms-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment textarea:-ms-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name input:-ms-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name textarea:-ms-input-placeholder{color:#9c9c9c;font-style:italic}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment input::-ms-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment textarea::-ms-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name input::-ms-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name textarea::-ms-input-placeholder{color:#9c9c9c;font-style:italic}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment .clear-ico,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name .clear-ico{position:absolute;right:26px;margin-top:-36px;color:#293a55;cursor:pointer}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment .clear-ico-area,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name .clear-ico-area{position:absolute;right:26px;margin-top:-80px;color:#293a55;cursor:pointer}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment .name-input.name-input-error,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name .name-input.name-input-error{border:1px solid #ff0303}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment .name-input.name-input-error::-webkit-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name .name-input.name-input-error::-webkit-input-placeholder{color:1px solid #ff0303!important;opacity:1}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment .name-input.name-input-error::-ms-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name .name-input.name-input-error::-ms-input-placeholder{opacity:1;color:1px solid #ff0303!important}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment .name-input.name-input-error::placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name .name-input.name-input-error::placeholder{color:1px solid #ff0303!important;opacity:1}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment .name-input.name-input-error:-ms-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name .name-input.name-input-error:-ms-input-placeholder{color:1px solid #ff0303!important}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment textarea,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name textarea{resize:none;height:auto}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment .error-field,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name .error-field{color:red;position:absolute;font-size:14px}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-folder .folder-input{position:relative;display:inline-block;width:90%;margin-bottom:40px;white-space:nowrap}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-folder .folder-input .big-toogle-item{text-align:left;height:54px;display:inline-block;font-weight:400;cursor:pointer;border:1px solid #e0e3e4;font-size:16px;line-height:normal;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#666f7a;background-color:#fff;width:100%;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.15);box-shadow:0 2px 5px 0 rgba(0,0,0,.15);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;padding:15px 34px 15px 24px}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-folder .folder-input .big-toogle-item:hover{color:#666f7a;background-color:#e6e6e6;border-color:#bfc5c8}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-folder .folder-input .big-toogle-item i{position:absolute;right:10px;height:54px;top:0;line-height:54px}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-folder .folder-input .tree-view-container{position:absolute;display:block;width:100%;height:auto;margin-top:-5px;max-height:140px;padding:10px 20px;overflow:auto;z-index:1;background-color:#fff;border:1px solid #d6d6d4;border-radius:3px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-folder .new-folder-container{position:relative;width:10%;text-align:right;float:right;font-size:27px;cursor:pointer;color:#293a55}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-folder .new-folder-container i{position:relative;display:inline-block;height:54px;line-height:54px}.lz-bookmark-add-page-modal .bookmark-footer{position:relative;text-align:right}.lz-bookmark-add-page-modal .bookmark-footer .footer-button{position:relative;display:inline-block;padding:18px 24px;line-height:normal;font-weight:400;text-align:center;cursor:pointer;border:1px solid transparent;white-space:nowrap;font-size:16px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lz-bookmark-add-page-modal .bookmark-footer .footer-button.footer-add{color:#fff;background-color:#00adfa;border-color:#00adfa}.lz-bookmark-add-page-modal .bookmark-footer .footer-button.footer-add:hover{color:#fff;background-color:#008ac7;border-color:#0083bd}.lz-bookmark-add-page-modal .bookmark-footer .footer-button.footer-add.disable{opacity:.4;pointer-events:none}.lz-bookmark-add-page-modal .bookmark-footer .footer-button.footer-cancel{margin-left:5px;color:#666f7a;background-color:#fff;border:1px solid #e0e3e4}.lz-bookmark-add-page-modal .bookmark-footer .footer-button.footer-cancel:hover{color:#666f7a;background-color:#e6e6e6}"]}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":78,"character":15},"arguments":[{"__symbolic":"reference","module":"@angular/material/dialog","name":"MAT_DIALOG_DATA","line":78,"character":22}]}],null,null],"parameters":[{"__symbolic":"reference","name":"any"},{"__symbolic":"reference","name":"MatDialogRef","module":"@angular/material/dialog","arguments":[{"__symbolic":"reference","name":"LzBookmarkAddPageComponent"}]},{"__symbolic":"reference","name":"LzSeoService"}]}],"checkErrors":[{"__symbolic":"method"}]}},"LzBookmarkCreateFolderComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":5,"character":1},"arguments":[{"selector":"lz-bookmark-create-folder","template":"<div class=\"lz-bookmark-add-page-modal\">\n  <div class=\"bookmark-title\">\n    {{\"lz-bookmark.create-folder\" | translate}}\n  </div>\n  <div class=\"bookmark-body\">\n    <div class=\"bookmark-input-group bookmark-name\">\n      <div class=\"bookmark-input-title\">\n        {{\"lz-bookmark.name-folder\" | translate}}\n      </div>\n      <input class=\"name-input\" placeholder=\"{{'lz-bookmark.enter-name-fodler' | translate}}\" maxlength=\"56\" type=\"text\"\n        [formControl]=\"folderNameControl\" [(ngModel)]=\"folderName\" (focusout)=\"checkInput(folderNameControl, 'FolderName')\"\n        [ngClass]=\"{'name-input-error': folderNameControl.invalid && isFolderNameError}\" required />\n      <i class=\"clear-ico fa fa-times-circle\" *ngIf=\"folderName && folderName.length > 0\" (click)=\"folderName = ''\"></i>\n      <div class=\"error-field\" *ngIf=\"folderNameControl.invalid && isFolderNameError\">\n        {{\"lz-bookmark.bookmark-folder-name-error\" | translate}}\n      </div>\n    </div>\n    <div class=\"bookmark-input-group bookmark-folder\">\n      <div class=\"bookmark-input-title\">\n        {{\"lz-bookmark.create-folder-in\" | translate}}\n      </div>\n      <div class=\"folder-input\">\n        <div class=\"big-toogle-item\" (click)=\"toogleTree()\">\n          {{currentActiveFolder.name}}\n          <i class=\"fa fa-caret-down\"></i>\n        </div>\n        <div class=\"tree-view-container\" *ngIf=\"isShowFoldersTree\">\n          <lz-bookmark-tree-view (outputEvent)=\"chooseFolder($event)\" [folders]=\"[folders]\"></lz-bookmark-tree-view>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div class=\"bookmark-footer\">\n    <div class=\"footer-button footer-add\" (click)=\"createFolder()\" [ngClass]=\"{'disable': folderNameControl.invalid && isFolderNameError}\">\n      {{\"lz-bookmark.btn-create\" | translate}}\n    </div>\n    <div class=\"footer-button footer-cancel\" (click)=\"modalCancel()\">\n      {{\"lz-bookmark.button-cancel\" | translate}}\n    </div>\n  </div>\n</div>\n","styles":[".lz-pl-container{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container{width:732px;padding:0}}@media (min-width:1002px){.lz-pl-container{width:976px}}@media (min-width:1490px){.lz-pl-container{width:1440px}}.lz-pl-container-new{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container-new{width:732px;padding:0}}@media (min-width:1200px){.lz-pl-container-new{width:1200px}}@media (min-width:1490px){.lz-pl-container-new{width:1440px}}.modal-lg{width:900px}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}*{text-shadow:none!important}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto;vertical-align:middle}.h1,.h2,.h3,.h4,.h5,.h6,button,h1,h2,h3,h4,h5,h6,input,p,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input:focus,textarea:focus{outline:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.1}fieldset{border:none}::ng-deep .cdk-overlay-container{z-index:1111}::ng-deep .cdk-overlay-container ::ng-deep .cdk-overlay-pane{max-width:95vw!important}::ng-deep .cdk-overlay-container ::ng-deep .cdk-overlay-pane ::ng-deep .mat-dialog-container{margin:0;padding:0;max-height:95vh;border-radius:0}@media (max-width:757px){::ng-deep .cdk-overlay-container ::ng-deep .cdk-overlay-pane ::ng-deep .mat-dialog-container{max-height:80vh}}::ng-deep .cdk-global-scrollblock{position:static!important;overflow:hidden}::ng-deep .cdk-global-scrollblock body{overflow:hidden}.lz-bookmark-add-page-modal{font-family:Geometria,Arial,sans-serif;position:relative;padding:20px;margin:0;width:auto}@media (min-width:758px){.lz-bookmark-add-page-modal{width:708px}}.lz-bookmark-add-page-modal .bookmark-title{font-weight:600;font-size:20px;color:#525c66;margin-bottom:20px}.lz-bookmark-add-page-modal .bookmark-input-title{font-weight:700;font-size:13px;color:#525c66;margin-bottom:5px}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group{margin-bottom:30px}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment input,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment textarea,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name input,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name textarea{position:relative;display:block;width:100%;height:54px;padding:15px 24px;border:1px solid #e0e3e4;border-radius:4px;background-color:#fafafa;color:#474e62;font-size:16px;line-height:normal;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment input:focus,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment textarea:focus,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name input:focus,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name textarea:focus{border-color:#f0f2f4;background-color:#fff;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(240,242,244,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(240,242,244,.6)}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment input::-webkit-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment textarea::-webkit-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name input::-webkit-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name textarea::-webkit-input-placeholder{color:#9c9c9c;font-style:italic}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment input::-ms-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment textarea::-ms-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name input::-ms-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name textarea::-ms-input-placeholder{color:#9c9c9c;font-style:italic}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment input::placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment textarea::placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name input::placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name textarea::placeholder{color:#9c9c9c;font-style:italic}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment .clear-ico,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name .clear-ico{position:absolute;right:26px;margin-top:-36px;color:#293a55;cursor:pointer}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment .name-input.name-input-error,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name .name-input.name-input-error{border:1px solid #ff0303}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment .name-input.name-input-error::-webkit-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name .name-input.name-input-error::-webkit-input-placeholder{color:1px solid #ff0303!important;opacity:1}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment .name-input.name-input-error::-ms-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name .name-input.name-input-error::-ms-input-placeholder{opacity:1;color:1px solid #ff0303!important}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment .name-input.name-input-error::placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name .name-input.name-input-error::placeholder{color:1px solid #ff0303!important;opacity:1}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment .name-input.name-input-error:-ms-input-placeholder,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name .name-input.name-input-error:-ms-input-placeholder{color:1px solid #ff0303!important}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment textarea,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name textarea{resize:none;height:auto}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-comment .error-field,.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-name .error-field{color:red;position:absolute;font-size:14px}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-folder .folder-input{position:relative;display:inline-block;width:100%;margin-bottom:40px;white-space:nowrap}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-folder .folder-input .big-toogle-item{text-align:left;height:54px;display:inline-block;font-weight:400;cursor:pointer;border:1px solid #e0e3e4;font-size:16px;line-height:normal;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#666f7a;background-color:#fff;width:100%;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.15);box-shadow:0 2px 5px 0 rgba(0,0,0,.15);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;padding:15px 34px 15px 24px}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-folder .folder-input .big-toogle-item:hover{color:#666f7a;background-color:#e6e6e6;border-color:#bfc5c8}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-folder .folder-input .big-toogle-item i{position:absolute;right:10px;height:54px;top:0;line-height:54px}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-folder .folder-input .tree-view-container{position:absolute;display:block;width:100%;height:auto;margin-top:-5px;max-height:140px;padding:10px 20px;overflow:auto;z-index:1;background-color:#fff;border:1px solid #d6d6d4;border-radius:3px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-folder .new-folder-container{position:relative;width:10%;text-align:right;float:right;font-size:27px;cursor:pointer;color:#293a55}.lz-bookmark-add-page-modal .bookmark-body .bookmark-input-group.bookmark-folder .new-folder-container i{position:relative;display:inline-block;height:54px;line-height:54px}.lz-bookmark-add-page-modal .bookmark-footer{position:relative;text-align:right}.lz-bookmark-add-page-modal .bookmark-footer .footer-button{position:relative;display:inline-block;padding:18px 24px;line-height:normal;font-weight:400;text-align:center;cursor:pointer;border:1px solid transparent;white-space:nowrap;font-size:16px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lz-bookmark-add-page-modal .bookmark-footer .footer-button.footer-add{color:#fff;background-color:#00adfa;border-color:#00adfa}.lz-bookmark-add-page-modal .bookmark-footer .footer-button.footer-add:hover{color:#fff;background-color:#008ac7;border-color:#0083bd}.lz-bookmark-add-page-modal .bookmark-footer .footer-button.footer-add.disable{opacity:.4;pointer-events:none}.lz-bookmark-add-page-modal .bookmark-footer .footer-button.footer-cancel{margin-left:5px;color:#666f7a;background-color:#fff;border:1px solid #e0e3e4}.lz-bookmark-add-page-modal .bookmark-footer .footer-button.footer-cancel:hover{color:#666f7a;background-color:#e6e6e6}"]}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":63,"character":15},"arguments":[{"__symbolic":"reference","module":"@angular/material/dialog","name":"MAT_DIALOG_DATA","line":63,"character":22}]}],null,null],"parameters":[{"__symbolic":"reference","name":"any"},{"__symbolic":"reference","name":"MatDialogRef","module":"@angular/material/dialog","arguments":[{"__symbolic":"reference","name":"LzBookmarkCreateFolderComponent"}]},{"__symbolic":"reference","module":"@ngx-translate/core","name":"TranslateService","line":65,"character":23}]}],"checkErrors":[{"__symbolic":"method"}]}},"LzBookmarkTreeView":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"lz-bookmark-tree-view","template":"<div class=\"tree-element\" *ngFor=\"let item of folders\">\n  <i class=\"fa\" [ngClass]=\"{'fa-minus-square-o': item.isActive, 'fa-plus-square-o': !item.isActive}\" (click)=\"toogleFolder(item)\"\n    *ngIf=\"item.subFolders && item.subFolders.length > 0\">\n  </i>\n  <span (click)=\"chooseFolder(item)\">{{item.name}}</span>\n  <lz-bookmark-tree-view (outputEvent)=\"chooseFolder($event)\" *ngIf=\"item.subFolders && item.subFolders.length > 0 && item.isActive\"\n    [folders]=\"item.subFolders\"></lz-bookmark-tree-view>\n</div>\n","styles":[".lz-pl-container{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container{width:732px;padding:0}}@media (min-width:1002px){.lz-pl-container{width:976px}}@media (min-width:1490px){.lz-pl-container{width:1440px}}.lz-pl-container-new{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container-new{width:732px;padding:0}}@media (min-width:1200px){.lz-pl-container-new{width:1200px}}@media (min-width:1490px){.lz-pl-container-new{width:1440px}}.modal-lg{width:900px}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}*{text-shadow:none!important}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto;vertical-align:middle}.h1,.h2,.h3,.h4,.h5,.h6,button,h1,h2,h3,h4,h5,h6,input,p,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input:focus,textarea:focus{outline:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.1}fieldset{border:none}.tree-element{font-family:Geometria,Arial,sans-serif;position:relative;padding:0 0 0 20px;line-height:20px;text-overflow:ellipsis;overflow-x:hidden;white-space:nowrap}.tree-element i{position:relative;top:1px;padding:0;cursor:pointer;margin-left:-13px}.tree-element span{margin-left:5px;font-size:13px;color:#555;cursor:pointer}"]}]}],"members":{"folders":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":18,"character":3}}]}],"outputEvent":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":21,"character":3},"arguments":["outputEvent"]}]}],"__ctor__":[{"__symbolic":"constructor"}]}},"LzFeedbackModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":15,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"LzFeedbackComponent"}],"providers":[{"__symbolic":"reference","name":"LzFeedbackService"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":23,"character":4},{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClientModule","line":24,"character":4},{"__symbolic":"reference","module":"@angular/platform-browser/animations","name":"BrowserAnimationsModule","line":25,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":26,"character":4},{"__symbolic":"reference","module":"@ngx-translate/core","name":"TranslateModule","line":27,"character":4},{"__symbolic":"reference","module":"@angular/material/dialog","name":"MatDialogModule","line":28,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"ReactiveFormsModule","line":30,"character":4},{"__symbolic":"call","expression":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"ngx-captcha","name":"NgxCaptchaModule","line":31,"character":4},"member":"forRoot"}},{"__symbolic":"reference","name":"LzLogModule"}],"entryComponents":[{"__symbolic":"reference","name":"LzFeedbackComponent"}]}]}],"members":{}},"LzFeedbackService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":5,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/material/dialog","name":"MatDialog","line":17,"character":29}]}],"openFeedbackDialog":[{"__symbolic":"method"}]}},"LzFeedbackComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":13,"character":1},"arguments":[{"selector":"lz-feedback-component","template":"<div>\n  <div id=\"feedback\">\n    <div class=\"modal-header\">\n      <label id=\"header-form\" for=\"feedback-text\">\n        <i class=\"fa fa-envelope-o\"></i>\n        {{'lz-feedback.title' | translate}}\n        <svg data-test=\"feedback-close-icon\" id=\"header-close\" (click)=\"cancel()\" class=\"close\" style=\"width:24px;height:24px\"\n          viewBox=\"0 0 24 24\">\n          <path fill=\"#000000\" d=\"M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z\" />\n        </svg>\n      </label>\n    </div>\n    <div class=\"bookmark-modal modal-body\">\n      <div class=\"feedback-input-group\" *ngIf=\"!sendSuccess && !isPending\">\n        <span class=\"group-title\">{{'lz-feedback.message' | translate}}</span>\n        <textarea data-test=\"feedback-message-input\" class=\"group-input lz-feedback-textarea\" [ngClass]=\"{'group-input-error': message.invalid && isMessageError}\"\n          (focusout)=\"checkInput(message, 'Message')\" maxlength=\"3072\" type=\"text\" placeholder=\"{{'lz-feedback.placeholder' | translate}}\"\n          [formControl]=\"message\" required></textarea>\n        <div class=\"group-error\" [hidden]=\"!(message.invalid && isMessageError)\">\n          {{'lz-feedback.' + getErrorMessage('message', message) | translate}}\n        </div>\n      </div>\n      <div class=\"feedback-input-group\" id=\"addScreenshot\" *ngIf=\"!sendSuccess && !isPending\">\n        <div class=\"file_upload_image\">\n          <span class=\"group-title\">{{'lz-feedback.screenshot' | translate}}</span>\n          <span data-test=\"feedback-button-choose-file\" class=\"group-button btn-primary\" (click)=\"clickUpload()\">{{'lz-feedback.upload_button'\n            | translate}}</span>\n          <mark name=\"fieldName1\" ngDefaultControl class=\"imageFile\" [(ngModel)]=\"fileName\" [hidden]=\"true\"></mark>\n          <input data-test=\"feedback-fake-file-input\" name=\"fieldName2\" ngDefaultControl class=\"group-input file-input\"\n            type=\"text\" (click)=\"clickUpload()\" [(ngModel)]=\"fileName\" />\n          <input data-test=\"feedback-file-input\" name=\"fieldName3\" ngDefaultControl name=\"file\" class=\"group-input group-file-input\"\n            [hidden]=\"true\" (change)=\"checkFile()\" type=\"file\" [(ngModel)]=\"form.img\" />\n          <div class=\"group-error\" [hidden]=\"!(fileSizeError)\">\n            {{'lz-feedback.fileSizeError' | translate}}\n          </div>\n          <div class=\"group-error\" [hidden]=\"!(fileTypeError)\">\n            {{'lz-feedback.fileTypeError' | translate}}\n          </div>\n        </div>\n      </div>\n      <div class=\"feedback-input-group\" *ngIf=\"!sendSuccess && !isPending\">\n        <span class=\"group-title\">{{'lz-feedback.phone' | translate}}</span>\n        <input data-test=\"feedback-phone-input\" class=\"group-input\" [ngClass]=\"{'group-input-error': phone.invalid && isPhoneError}\"\n          (focusout)=\"checkInput(phone, 'Phone')\" type=\"text\" placeholder=\"+380XXXXXXXXX\" value=\"+380\" pattern=\"^\\+?[0-9]{7,16}$\"\n          [formControl]=\"phone\" />\n        <div class=\"group-error\" [hidden]=\"!(phone.invalid && isPhoneError)\">\n          {{'lz-feedback.' + getErrorMessage('phone', phone) | translate}}\n        </div>\n      </div>\n      <div class=\"feedback-input-group\" *ngIf=\"!sendSuccess && !isPending\">\n        <span class=\"group-title\">{{'lz-feedback.authMail' | translate}}</span>\n        <input data-test=\"feedback-email-input\" class=\"group-input\" [ngClass]=\"{'group-input-error': email.invalid && isEmailError}\"\n          (focusout)=\"checkInput(email, 'Email')\" type=\"text\" placeholder=\"{{'lz-feedback.emailRequired' | translate}}\"\n          pattern=\"^[a-z0-9._-]+@[a-z0-9._-]+\\.[a-z]{2,}$\" [formControl]=\"email\" required />\n        <div class=\"group-error\" [hidden]=\"!(email.invalid && isEmailError)\">\n          {{'lz-feedback.' + getErrorMessage('email', email) | translate}}\n        </div>\n      </div>\n      <div id=\"sendResult\" *ngIf=\"!sendSuccess && isPending\">\n        <span> {{'lz-feedback.submitProcessMsg' | translate}}</span><img src='/dist/ng2/src/assets/pl-header-assets/img/spinner.gif' />\n      </div>\n      <div class=\"feedback-thx-message\" *ngIf=\"sendSuccess && !isPending\">\n        {{'lz-feedback.thx' | translate}}\n      </div>\n      <button data-test=\"feedback-reopen-button\" class=\"btn btn-primary\" *ngIf=\"sendSuccess && !isPending\" (click)=\"reOpen()\">\n        {{'lz-feedback.reSubmit' | translate}}\n      </button>\n    </div>\n    <div class=\"modal-footer\" *ngIf=\"!sendSuccess && !isPending\">\n      <div class=\"ui-text-align-right\" style=\"text-align: right\">\n        <button data-test=\"feedback-submit-button\" ng-disabled=\"fileSizeError || fileTypeError\" class=\"feedback-footer-btn\"\n          (click)=\"captchaRef.execute()\" [lzLog]=\"'header/click/btnSendFeedback'\">\n          {{'lz-feedback.submit' | translate}}\n        </button>\n        <div data-test=\"feedback-close-button\" class=\"feedback-footer-btn-cancel\" (click)=\"cancel()\">{{'lz-feedback.cancel'\n          | translate}}</div>\n      </div>\n      <div class=\"feedback-message-div\">\n        <div class=\"feedback-message\"></div>\n      </div>\n      <input data-message type=\"hidden\" name=\"label\" value=\"message\" />\n    </div>\n  </div>\n  <form [formGroup]=\"cFormGroup\">\n    <ngx-invisible-recaptcha #captchaRef hl=\"uk\" siteKey=\"6LcfMkgUAAAAAOmzWe6krfV-cgR3MczaQVrqxUVR\" (success)=\"showResult($event)\"\n      formControlName=\"recaptcha\">\n    </ngx-invisible-recaptcha>\n  </form>\n</div>\n","styles":[".lz-pl-container{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container{width:732px;padding:0}}@media (min-width:1002px){.lz-pl-container{width:976px}}@media (min-width:1490px){.lz-pl-container{width:1440px}}.lz-pl-container-new{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container-new{width:732px;padding:0}}@media (min-width:1200px){.lz-pl-container-new{width:1200px}}@media (min-width:1490px){.lz-pl-container-new{width:1440px}}.modal-lg{width:900px}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}*{text-shadow:none!important}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto;vertical-align:middle}.h1,.h2,.h3,.h4,.h5,.h6,button,h1,h2,h3,h4,h5,h6,input,p,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input:focus,textarea:focus{outline:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.1}fieldset{border:none}::ng-deep .cdk-overlay-container{z-index:1111}::ng-deep .cdk-overlay-container ::ng-deep .cdk-overlay-pane{max-width:95vw!important}::ng-deep .cdk-overlay-container ::ng-deep .cdk-overlay-pane ::ng-deep .mat-dialog-container{margin:0;padding:0;max-height:95vh;border-radius:0}@media (max-width:757px){::ng-deep .cdk-overlay-container ::ng-deep .cdk-overlay-pane ::ng-deep .mat-dialog-container{max-height:80vh}}::ng-deep .cdk-global-scrollblock{position:static!important;overflow:hidden}::ng-deep .cdk-global-scrollblock body{overflow:hidden}#feedback{font-family:Geometria,Arial,sans-serif;width:auto;padding:10px}@media (min-width:758px){#feedback{width:706px}}#feedback #feedbackResult{border:none;width:100%}#feedback label{font-weight:500}#feedback .modal-header{padding:15px}#feedback .modal-body .feedback-input-group{position:relative;display:block;width:100%;height:auto;margin-bottom:20px}#feedback .modal-body .feedback-input-group .group-title{font:500 18px \"Open Sans\",sans-serif;color:#464646;margin-bottom:10px;display:inline-block}#feedback .modal-body .feedback-input-group .group-input-error{border:1px solid red!important}#feedback .modal-body .feedback-input-group .group-error{text-align:left;color:#ff2f2e;margin-top:3px}#feedback .modal-body .feedback-input-group .group-button{overflow:hidden;text-overflow:ellipsis;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;width:auto;height:44px;display:block;position:absolute;right:0;z-index:1;line-height:44px;padding:0 20px;cursor:pointer;background-image:none;color:#fff;background-color:#00adfa}#feedback .modal-body .feedback-input-group .group-button:after{position:absolute;content:'';right:0;left:0;bottom:0;height:4px;background:#009ce9;transition:.15s;-webkit-transition:.15s;-o-transition:.15s;z-index:-1}#feedback .modal-body .feedback-input-group .group-input{position:relative;display:block;width:100%;height:44px;resize:none;font-size:16px;line-height:normal;color:#474e62;padding:10px 24px;background-color:#fafafa;border:1px solid #e0e3e4;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}#feedback .modal-body .feedback-input-group .group-input:focus{outline:0}#feedback .modal-body .feedback-input-group .group-file-input{visibility:hidden;margin-top:-44px}#feedback .modal-body .feedback-input-group .file-input{cursor:pointer}#feedback .modal-body .feedback-input-group .lz-feedback-textarea{height:200px}#feedback .modal-body .feedback-thx-message{margin-bottom:15px;font-style:italic}#feedback .modal-footer .feedback-footer-btn{background-image:none;display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;white-space:nowrap;padding:15px 24px;font-size:16px;line-height:1.42857143;border-radius:4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:#fff;background-color:#00adfa;border:none;overflow:hidden;z-index:1;position:relative;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.15);box-shadow:0 2px 5px 0 rgba(0,0,0,.15);margin-right:10px;width:140px!important}#feedback .modal-footer .feedback-footer-btn:after{position:absolute;content:'';right:0;left:0;bottom:0;height:4px;background:#009ce9;transition:.15s;-webkit-transition:.15s;-o-transition:.15s;z-index:-1}@media (max-width:479px){#feedback .modal-footer .feedback-footer-btn{margin-top:5px;margin-right:0}}#feedback .modal-footer .feedback-footer-btn-cancel{background-image:none;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;white-space:nowrap;padding:15px 24px;font-size:16px;line-height:1.42857143;border-radius:4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:#666f7a;background-color:#fff;z-index:1;overflow:hidden;position:relative;font-weight:300;-webkit-box-shadow:none;box-shadow:none;border:1px solid #e0e3e4!important}#feedback #header-form{font:500 18px \"Open Sans\",sans-serif!important;width:100%}#feedback #header-form i{position:relative;top:3px;font-size:32px}#feedback #header-form #header-close{position:relative;cursor:pointer;float:right;top:10px}"]}]}],"members":{"captcha":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":109,"character":3},"arguments":[{"__symbolic":"reference","module":"ngx-captcha","name":"InvisibleReCaptchaComponent","line":109,"character":13}]}]}],"resolved":[{"__symbolic":"method"}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":145,"character":5},"arguments":[{"__symbolic":"reference","module":"@angular/material/dialog","name":"MAT_DIALOG_DATA","line":145,"character":12}]}],null,null,null,null],"parameters":[{"__symbolic":"reference","name":"MatDialogRef","module":"@angular/material/dialog","arguments":[{"__symbolic":"reference","name":"LzFeedbackComponent"}]},{"__symbolic":"reference","name":"any"},{"__symbolic":"reference","name":"LzLanguageService"},{"__symbolic":"reference","name":"LzUserServiceV2"},{"__symbolic":"reference","name":"CustomRequestService"},{"__symbolic":"reference","name":"LzProductConfig"}]}],"checkInput":[{"__symbolic":"method"}],"checkErrors":[{"__symbolic":"method"}],"getErrorMessage":[{"__symbolic":"method"}],"clickUpload":[{"__symbolic":"method"}],"checkFile":[{"__symbolic":"method"}],"cancel":[{"__symbolic":"method"}]}},"LzHeaderModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":10,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"LzHeaderComponent"},{"__symbolic":"reference","name":"LzBurgerComponent"}],"providers":[],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":17,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":18,"character":4},{"__symbolic":"reference","module":"@angular/material/menu","name":"MatMenuModule","line":19,"character":4},{"__symbolic":"reference","module":"@ngx-translate/core","name":"TranslateModule","line":20,"character":4}],"entryComponents":[{"__symbolic":"reference","name":"LzHeaderComponent"},{"__symbolic":"reference","name":"LzBurgerComponent"}],"exports":[{"__symbolic":"reference","name":"LzHeaderComponent"}]}]}],"members":{}},"LzHeaderComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":20,"character":1},"arguments":[{"selector":"lz-header-component","template":"<div class=\"lz-header-component\">\n  <div class=\"lz-header-container\">\n    <span class=\"header-item header-logo\" (click)=\"clickHeaderLogo()\" [ngClass]=\"{'hide-when-search': isShowSearch}\"></span>\n    <div class=\"header-item header-item-menu header-menu\" (click)=\"showBurger()\" [ngClass]=\"{'hide-when-search': isShowSearch}\" *ngIf=\"!showBurgerModal\">\n      <i class=\"fa fa-bars\"></i>\n    </div>\n    <div class=\"header-item header-item-menu header-menu close-burger-button\" *ngIf=\"showBurgerModal\">\n      <div class=\"header-item header-item-menu header-menu close-burger\" (click)=\"closeBurger(true)\">\n        <i class=\"fa fa-close\"></i>\n      </div>\n    </div>\n\n    <div class=\"header-item header-tabs-group\" [ngClass]=\"{'show-search': isShowSearch}\">\n      <a class=\"header-tab business-tab\" href=\"https://biz.ligazakon.net/\" target=\"_blank\">\n        {{\"lz-header.for-business\" | translate}}\n      </a>\n      <a class=\"header-tab lawyer-tab\" href=\"https://jurliga.ligazakon.net/\" target=\"_blank\">\n        {{\"lz-header.for-lawyer\" | translate}}\n      </a>\n      <a class=\"header-tab accountant-tab\" href=\"https://buh-new.ligazakon.net/\" target=\"_blank\">\n        {{\"lz-header.for-accountant\" | translate}}\n      </a>\n      <div class=\"lz-header-search-block\" [style.width]=\"searchWidth\">\n        <input id=\"header-search-input\" maxlength=\"999\" class=\"lz-header-search-input\" (keyup.enter)=\"openSearch($event)\"\n          [(ngModel)]=\"searchValue\" placeholder=\"{{'lz-header.search-hint' | translate}}\" />\n      </div>\n    </div>\n    <div class=\"header-item header-authorization\" (click)=\"goToAuthPage()\" *ngIf=\"userData.anonymous\" [ngClass]=\"{'show-search': isShowSearch}\">\n      <span>{{\"lz-header.sing-in\" | translate}}</span>\n      <i class=\"fa fa-sign-in\"></i>\n    </div>\n    <div class=\"header-item header-profile\" *ngIf=\"!userData.anonymous\" [ngClass]=\"{'hide-when-search': isShowSearch, 'disable-when-burger': showBurgerModal}\">\n      <div class=\"header-user-products\" (click)=\"openNotificationMenu()\" [ngClass]=\"{'open': isOpenNotificationMenu}\">\n        <span *ngIf=\"getPushCount() && getPushCount() >= 1\" class=\"messeges-count\" [ngClass]=\"{'one': sliderProducts.length == 1,\n                    'two': sliderProducts.length == 2,\n                    'three': sliderProducts.length == 3}\">{{getPushCount()}}</span>\n        <div class=\"my-products\" *ngIf=\"sliderProducts.length > 3 || sliderProducts.length == 0\">\n          {{\"lz-header.my-solutions\" | translate}}\n          <i class=\"fa fa-angle-down\"></i>\n        </div>\n        <div class=\"header-products-icons\" *ngIf=\"sliderProducts.length <= 3 && sliderProducts.length != 0\">\n          <span [ngClass]=\"{'one': sliderProducts.length == 1,\n                                      'two': sliderProducts.length == 2,\n                                      'three': sliderProducts.length == 3}\">\n            <span *ngFor=\"let item of sliderProducts\">\n              <img [src]=\"item.logo\" />\n            </span>\n          </span>\n          <i class=\"fa fa-angle-down\"></i>\n        </div>\n        <div class=\"notification-menu\" (click)=\"clickClick($event)\" [ngClass]=\"{'empty-slider': sliderProducts.length == 0}\">\n          <div class=\"btn-more\" (click)=\"getNextMessges($event)\" [ngClass]=\"{'disable': !messagesList || messagesList.length == 0 || isStopLoad, 'prevent-loading': preventLoading}\">\n            <span>{{\"lz-header.more\" | translate}}</span>\n            <i class=\"fa fa-angle-down\"></i>\n          </div>\n          <div class=\"title-icons\">\n            <div class=\"icons-container\">\n              <div class=\"icons-container-1\">\n                <i class=\"fa fa-chevron-left header-nav header-nav-prev\" (click)=\"moveSlider('prev')\" [ngClass]=\"{'disable': activeImagePosition == 0 || sliderProducts.length == 1}\"></i>\n                <div class=\"inner-container\">\n                  <div class=\"image-item\" [style.left]=\"sliderStyle\" *ngFor=\"let item of sliderProducts\" [ngClass]=\"{'active': item.alias == activeImageItem}\">\n                    <div>\n                      <img [src]=\"item.logo\" (click)=\"notificationProductsLogoSignIn(activeImageLink, (item.alias == activeImageItem))\">\n                    </div>\n                  </div>\n                </div>\n                <i class=\"fa fa-chevron-right header-nav header-nav-next\" (click)=\"moveSlider('next')\" [ngClass]=\"{'disable': isDisableLastArrow || sliderProducts.length == 1}\"></i>\n                <div class=\"item-title\">\n                  <span (click)=\"notificationProductsLogoSignIn(activeImageLink, true)\">{{activeImageTitle}}</span>\n                  <span class=\"item-title-link\" (click)=\"notificationProductsLogoSignIn(activeImageLink, true)\">{{\"lz-header.sing-in\"\n                    | translate}}</span>\n                </div>\n\n              </div>\n            </div>\n          </div>\n          <div class=\"messages-content\" id=\"messages-content\" [style.max-height]=\"messagesContentMaxHeight\">\n            <div class=\"mark-all-as-looked\" (click)=\"setAllAsViewed()\" [ngClass]=\"{'disable': getPushCount() == 0}\"\n              *ngIf=\"messagesList && messagesList.length != 0\">\n              <i class=\"fa fa-check\"></i>{{\"lz-header.mark-all-as-looked\" | translate}}\n            </div>\n            <div *ngIf=\"messagesList && messagesList.length > 0\">\n              <div class=\"messages-item\" *ngFor=\"let item of messagesList\" [ngClass]=\"{'unreaded': !item.isViewed, 'hide-message-item': !item.topic && !item.text}\"\n                (click)=\"showMessage(item, $event)\">\n                <span class=\"type-date\">\n                  <span class=\"type\" *ngIf=\"item.type === 'MODAL'\">{{\"lz-header.message-1\" | translate}}</span>\n                  <span class=\"type\" *ngIf=\"item.type !== 'MODAL'\">{{\"lz-header.message-2\" | translate}}</span>\n                  <span class=\"date\">{{item.sentDate | date : 'dd.MM.yyyy'}}</span>\n                </span>\n                <span class=\"title\" [ngClass]=\"{'no-topic': !item.topic}\">\n                  {{item.topic}}\n                  <i class=\"fa fa-check check-ureaded\" *ngIf=\"!item.isViewed\" (click)=\"setViewed(item, $event)\"></i>\n                  <i class=\"fa fa-share-square-o show-modal\" (click)=\"showMessage(item, $event)\" *ngIf=\"item.type == 'MODAL'\"></i>\n                  <i class=\"fa fa-external-link show-modal\" (click)=\"showMessage(item, $event)\" *ngIf=\"item.type == 'SYSTEM' && item.url\"></i>\n                </span>\n                <span class=\"text\" *ngIf=\"item.text && item.type !== 'MODAL'\">\n                  {{item.text}}\n                </span>\n              </div>\n            </div>\n            <div *ngIf=\"!messagesList || messagesList.length == 0\" class=\"empty-list\">\n              <div class=\"messages-item\">\n                {{\"lz-header.empty-list\" | translate}}\n              </div>\n            </div>\n\n          </div>\n        </div>\n      </div>\n      <span class=\"user-photo-sec\"></span>\n      <div class=\"user-photo fa fa-angle-down\" [style.background-image]=\"userData.picture\" (click)=\"openUserMenu()\"\n        [ngClass]=\"{'open': isOpenUserMenu}\">\n        <div class=\"pl-header-user-menu-container\" (click)=\"clickClick($event)\">\n          <div class=\"pl-header-user-menu\" [style.max-height]=\"userContentMaxHeight\">\n            <div class=\"user-menu-header\">\n              <span class=\"user-name\">{{userData.name}} {{userData.lastName}} </span>\n              <span class=\"user-email\">{{userData.email}}</span>\n            </div>\n            <div class=\"user-menu-content\" *ngFor=\"let profileItem of userProfileItems\">\n              <div class=\"user-menu-item\" (click)=\"profileSubItem.action()\" *ngFor=\"let profileSubItem of profileItem\">\n                <i [class]=\"profileSubItem.ico\"></i>\n                <span *ngIf=\"lang === 'ru'\">{{profileSubItem['name_ru']}}</span>\n                <span *ngIf=\"lang === 'ua'\">{{profileSubItem['name_ua']}}</span>\n              </div>\n            </div>\n            <div class=\"user-menu-content lang-content\">\n              <div class=\"user-menu-item\">\n                <div class=\"lang-content-item first\" (click)=\"setLanguage('ua')\" [ngClass]=\"{'active': lang == 'ua'}\">\n                  {{\"lz-header.lang-ukrainian\" | translate}}\n                </div>\n                <div class=\"lang-content-item\" (click)=\"setLanguage('ru')\" [ngClass]=\"{'active': lang == 'ru'}\">\n                  {{\"lz-header.lang-russian\" | translate}}\n                </div>\n              </div>\n            </div>\n            <div class=\"log-out\" (click)=\"unAuthorize()\">\n              <i class=\"fa fa-sign-out\"></i>\n              <span>{{\"lz-header.logout\" | translate}}</span>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n    <div class=\"header-item header-item-menu header-search\" (click)=\"openSearch($event)\">\n      <i class=\"fa fa-search\"></i>\n    </div>\n    <div class=\"header-item header-lang\" (click)=\"openLangMenu()\" [ngClass]=\"{'open': isOpenLangMenu, 'show-search': isShowSearch}\">\n      <span>{{\"lz-header.lang-\" + lang | translate}}</span>\n      <i class=\"fa fa-angle-down\"></i>\n      <div class=\"lang-menu\" (click)=\"clickClick($event)\">\n        <div class=\"lang-item\" (click)=\"setLanguage('ua')\" [ngClass]=\"{'active': lang == 'ua'}\">\n          {{\"lz-header.lang-ukrainian\" | translate}}\n        </div>\n        <div class=\"lang-item\" (click)=\"setLanguage('ru')\" [ngClass]=\"{'active': lang == 'ru'}\">\n          {{\"lz-header.lang-russian\" | translate}}\n        </div>\n      </div>\n    </div>\n    <div class=\"header-item header-cart\" *ngIf=\"alias === 'platforma' || alias === 'store'\" [ngClass]=\"{'open': isOpenCartMenu, 'show-search': isShowSearch}\">\n      <div class=\"cart-icon\" (click)=\"scrollToProductList()\"><i class=\"fa fa-shopping-cart\"></i>\n        <div class=\"chevron\"><i class=\"fa fa-chevron-down\"></i></div>\n      </div>\n    </div>\n    <div class=\"header-item header-cart\" *ngIf=\"alias !== 'platforma' && alias !== 'store'\" [ngClass]=\"{'open': isOpenCartMenu, 'show-search': isShowSearch}\">\n      <div class=\"cart-icon\" (click)=\"openCartMenu()\"><i class=\"fa fa-shopping-cart\"></i>\n        <div class=\"chevron\"><i class=\"fa fa-chevron-down\"></i></div>\n      </div>\n      <div class=\"cart-menu\">\n        <div class=\"menu-inner-container\">\n          <div class=\"product-logo\"><img src=\"{{product.logoSmall}}\" alt=\"\"></div>\n          <div class=\"product-name\">{{product.title}}</div>\n          <a class=\"cart-item test-link\" (click)=\"orderTest()\" *ngIf=\"product.hasTest\">{{\"lz-header.test-link\" |\n            translate}}</a>\n          <a target=\"_blank\" class=\"cart-item buy-link\" href=\"{{product.buyLink}}\" *ngIf=\"product.buyLink\">{{\"lz-header.buy-link\"\n            | translate}}</a>\n          <a target=\"_blank\" class=\"cart-item more-link\" href=\"{{product.moreLink}}\" *ngIf=\"product.moreLink\">{{\"lz-header.more-link\"\n            | translate}}</a>\n          <div class=\"all\">\n            <a target=\"_blank\" href=\"https://ligazakon.net/#product-list\">{{\"lz-header.all\" | translate}}</a>\n          </div>\n        </div>\n      </div>\n    </div>\n\n    <lz-burger-component *ngIf=\"showBurgerModal\" [isSmallHeader]=\"isSmallHeader\" (onChanged)=\"closeBurger($event)\"></lz-burger-component>\n\n  </div>\n  <div class=\"hide-area\" [ngClass]=\"{'show-search': isShowSearch}\" [style.height]=\"hideAreaHeight\" (click)=\"isShowSearch = false\">\n  </div>\n</div>\n","styles":[".lz-pl-container{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container{width:732px;padding:0}}@media (min-width:1002px){.lz-pl-container{width:976px}}@media (min-width:1490px){.lz-pl-container{width:1440px}}.lz-pl-container-new{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container-new{width:732px;padding:0}}@media (min-width:1200px){.lz-pl-container-new{width:1200px}}@media (min-width:1490px){.lz-pl-container-new{width:1440px}}.modal-lg{width:900px}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}*{text-shadow:none!important}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto;vertical-align:middle}.h1,.h2,.h3,.h4,.h5,.h6,button,h1,h2,h3,h4,h5,h6,input,p,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input:focus,textarea:focus{outline:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.1}fieldset{border:none}body.main-header-hide :host{display:none!important}:host{position:fixed;display:block;top:0;left:0;width:100%;z-index:1000}:host .hide-area{position:absolute;width:100%;height:100%;display:none;background-color:rgba(0,0,0,.6);z-index:1111}:host .hide-area.show-search{display:block}:host .lz-header-component{z-index:1000;font-family:Geometria,Arial,sans-serif;position:relative;height:75px;width:100%;background-color:#243da4;-webkit-transition:height .3s,line-height .3s;transition:height .3s,line-height .3s}:host .lz-header-component .lz-header-container{position:relative;display:block;margin-left:auto;margin-right:auto;-webkit-transition:height .3s,line-height .3s;transition:height .3s,line-height .3s}@media (min-width:0){:host .lz-header-component{height:44px}:host .lz-header-component .lz-header-container{width:288px;height:44px}}@media (min-width:480px){:host .lz-header-component .lz-header-container{width:448px}}@media (min-width:758px){:host .lz-header-component{height:75px}:host .lz-header-component .lz-header-container{width:100%;height:75px}}@media (min-width:1200px){:host .lz-header-component .lz-header-container{width:1200px}}@media (min-width:1490px){:host .lz-header-component .lz-header-container{width:1440px}}:host .lz-header-component .header-item{-webkit-transition:height .3s,line-height .3s;transition:height .3s,line-height .3s}@media (min-width:0){:host .lz-header-component .header-item{height:44px}}@media (min-width:758px){:host .lz-header-component .header-item{height:75px}}:host .lz-header-component .header-item-menu{-webkit-transition:height .3s,line-height .3s;transition:height .3s,line-height .3s}@media (min-width:0){:host .lz-header-component .header-item-menu{height:44px}}@media (min-width:758px){:host .lz-header-component .header-item-menu{height:75px}}:host .lz-header-component .header-logo{-webkit-transition:height .3s,line-height .3s,background-size .3s;transition:height .3s,line-height .3s,background-size .3s;float:left;position:relative;background-color:#0e1d82;color:#fff;line-height:75px;text-align:center;cursor:pointer;background-image:url(/dist/ng2/src/assets/pl-header-assets/img/header-logo.png);background-position:50% 50%;background-repeat:no-repeat}@media (min-width:0){:host .lz-header-component .header-logo{width:100px;background-size:40%;line-height:44px;height:44px}}@media (min-width:480px){:host .lz-header-component .header-logo{width:180px}}@media (min-width:758px){:host .lz-header-component .header-logo{width:195px;background-size:50%;line-height:75px;height:75px}}@media (min-width:1200px){:host .lz-header-component .header-logo{width:180px}}@media (max-width:757px){:host .lz-header-component .header-item-menu.hide-when-search{display:none}:host .lz-header-component .header-logo.hide-when-search{display:none}}:host .lz-header-component .header-menu{-webkit-transition:height .3s,line-height .3s,width .3s;transition:height .3s,line-height .3s,width .3s;float:left;position:relative;background-color:#ffbe26;line-height:75px;text-align:center;cursor:pointer;width:35px}:host .lz-header-component .header-menu i{font-size:17.5px;font-weight:100;color:#fff;position:relative;top:1px}@media (min-width:0){:host .lz-header-component .header-menu{line-height:44px;height:44px;width:44px}}:host .lz-header-component .header-menu::after{display:block;content:'';position:absolute;width:1px;background-color:rgba(0,0,0,.2);height:30px;top:10px;right:-.5px;z-index:1}@media (min-width:758px){:host .lz-header-component .header-menu{line-height:75px;height:75px;width:75px}:host .lz-header-component .header-menu i{font-size:24.5px}:host .lz-header-component .header-menu::after{display:none}}:host .lz-header-component .header-menu.close-burger-button{z-index:30000000}:host .lz-header-component .header-tabs-group{-webkit-transition:height .3s,line-height .3s;transition:height .3s,line-height .3s;float:left;position:relative;line-height:75px;text-align:center;display:none;margin-left:24px}:host .lz-header-component .header-tabs-group .header-tab{display:inline-block;position:relative;color:#fff;font-weight:700;letter-spacing:0;font-size:14px;cursor:pointer;padding:0 20px 0 0;text-decoration:none;text-transform:uppercase;-webkit-transition:font-size .3s,font-weight .3s,letter-spacing .3s;transition:font-size .3s,font-weight .3s,letter-spacing .3s}:host .lz-header-component .header-tabs-group .header-tab:active,:host .lz-header-component .header-tabs-group .header-tab:hover,:host .lz-header-component .header-tabs-group .header-tab:link,:host .lz-header-component .header-tabs-group .header-tab:visited{text-decoration:none}:host .lz-header-component .header-tabs-group .header-tab.catalog-tab .catalog-menu{display:none;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);position:absolute;right:0;width:320px;padding:20px 0 20px 30px;background-color:#fff;top:65px;z-index:1;color:#000;font-size:13px;letter-spacing:normal;text-align:left;cursor:default}:host .lz-header-component .header-tabs-group .header-tab.catalog-tab .catalog-menu::before{content:'';width:10px;height:10px;position:absolute;background-color:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);top:-5px;right:65px}:host .lz-header-component .header-tabs-group .header-tab.catalog-tab .catalog-menu .catalog-item{display:block;font-size:14px;line-height:1.714;color:#303f9f;cursor:default;font-weight:500;margin-bottom:3px}:host .lz-header-component .header-tabs-group .header-tab.catalog-tab .catalog-menu .catalog-item span{cursor:pointer}:host .lz-header-component .header-tabs-group .header-tab.catalog-tab .catalog-menu .catalog-item i{color:rgba(128,128,128,.6);position:relative;padding-right:15px;cursor:pointer}:host .lz-header-component .header-tabs-group .header-tab.catalog-tab.open .catalog-menu{display:block}@media (min-width:985px){:host .lz-header-component .header-tabs-group{display:block}}:host .lz-header-component .header-tabs-group .lz-header-search-block{-webkit-transition:height .3s,line-height .3s,width .3s;transition:height .3s,line-height .3s,width .3s;display:none;background-color:#fff;width:auto}@media (min-width:0){:host .lz-header-component .header-tabs-group .lz-header-search-block{height:44px;width:244px}:host .lz-header-component .header-tabs-group .lz-header-search-block .lz-header-search-input{padding:0 10px;font-size:12px}}@media (min-width:480px){:host .lz-header-component .header-tabs-group .lz-header-search-block{width:404px}}@media (min-width:1200px){:host .lz-header-component .header-tabs-group{margin-left:30px}:host .lz-header-component .header-tabs-group .header-tab{letter-spacing:.5px;font-size:16px}:host .lz-header-component .header-tabs-group .lz-header-search-block{width:690px!important}}@media (min-width:1490px){:host .lz-header-component .header-tabs-group .lz-header-search-block{width:930px!important}}:host .lz-header-component .header-tabs-group .lz-header-search-block .lz-header-search-input{display:block;width:100%;position:relative;height:100%;border:none;line-height:normal}@media (min-width:480px){:host .lz-header-component .header-tabs-group .lz-header-search-block .lz-header-search-input{padding:0 30px;font-size:16px}}@media (min-width:758px){:host .lz-header-component .header-tabs-group .lz-header-search-block{height:75px}:host .lz-header-component .header-tabs-group .lz-header-search-block .lz-header-search-input{height:100%}}:host .lz-header-component .header-tabs-group .lz-header-search-block .lz-header-search-input:focus{border:none;outline:0}:host .lz-header-component .header-tabs-group .lz-header-search-block .lz-header-search-input::-webkit-input-placeholder{opacity:.6}:host .lz-header-component .header-tabs-group .lz-header-search-block .lz-header-search-input::-ms-input-placeholder{opacity:.6}:host .lz-header-component .header-tabs-group .lz-header-search-block .lz-header-search-input::placeholder{opacity:.6}:host .lz-header-component .header-tabs-group.show-search{margin-left:0}@media (min-width:0){:host .lz-header-component .header-tabs-group.show-search{display:block}:host .lz-header-component .header-lang{display:none}}:host .lz-header-component .header-tabs-group.show-search .lz-header-search-block{display:block}:host .lz-header-component .header-tabs-group.show-search .header-tab{display:none}:host .lz-header-component .header-lang{-webkit-transition:height .3s,line-height .3s;transition:height .3s,line-height .3s;float:right;position:relative;color:#fff;line-height:75px;text-align:center;font-size:12px;font-weight:400;letter-spacing:0;cursor:pointer;width:75px}:host .lz-header-component .header-lang i{font-weight:100;color:#ffbe26;font-size:12px;top:1px;position:relative}:host .lz-header-component .header-lang .lang-menu{cursor:default;display:none;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);position:absolute;right:18px;width:auto;padding:8px 20px;background-color:#fff;top:40px;z-index:1}:host .lz-header-component .header-lang .lang-menu::before{content:'';width:10px;height:10px;position:absolute;background-color:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);top:-5px;right:18px}:host .lz-header-component .header-lang .lang-menu .lang-item{position:relative;display:block;font-size:15px;font-weight:600;cursor:pointer;letter-spacing:normal;line-height:40px;text-align:left;color:rgba(0,0,0,.6)}:host .lz-header-component .header-lang .lang-menu .lang-item.active{color:#0e1d82}:host .lz-header-component .header-lang.open .lang-menu{display:block}:host .lz-header-component .header-lang.show-search{display:none}@media (min-width:758px){:host .lz-header-component .header-lang .lang-menu{top:65px}:host .lz-header-component .header-lang{display:block}}:host .lz-header-component .header-cart{float:right;position:relative;color:#fff;line-height:75px;text-align:center;font-size:12px;font-weight:400;letter-spacing:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:33px}:host .lz-header-component .header-cart .cart-icon{border:1px solid #685c7e;border-radius:50%;height:33px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:border .3s ease-in-out;transition:border .3s ease-in-out}:host .lz-header-component .header-cart .cart-icon .chevron{position:absolute;background-color:#243da4;width:7px;height:13px;right:30px;top:31px;color:#fdc01d;-webkit-transition:top .3s;transition:top .3s}:host .lz-header-component .header-cart .cart-icon .chevron i::before{position:absolute;top:1px;font-size:9px;left:1px}:host .lz-header-component .header-cart .cart-menu{display:none;line-height:normal;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);position:absolute;right:-94px;width:220px;background-color:#f0f0f0;top:44px;z-index:1}:host .lz-header-component .header-cart .cart-menu::before{content:'';width:10px;height:10px;position:absolute;background-color:#f0f0f0;-webkit-transform:rotate(45deg);transform:rotate(45deg);top:-5px;right:105px}:host .lz-header-component .header-cart .cart-menu .menu-inner-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}:host .lz-header-component .header-cart .cart-menu .menu-inner-container .product-logo{margin-top:20px;margin-bottom:10px}:host .lz-header-component .header-cart .cart-menu .menu-inner-container .product-name{color:#000;font-size:12px;margin-bottom:15px;text-transform:uppercase;font-weight:700}:host .lz-header-component .header-cart .cart-menu .menu-inner-container .cart-item{position:relative;display:block;font-size:16px;font-weight:600;margin:3px;letter-spacing:normal;text-align:left;color:#929292;cursor:pointer}:host .lz-header-component .header-cart .cart-menu .menu-inner-container .cart-item:hover{color:#243da4;text-decoration:none}:host .lz-header-component .header-cart .cart-menu .menu-inner-container .all{margin-top:15px;padding:15px;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:1px;width:100%;text-align:center;background-color:#fff}:host .lz-header-component .header-cart .cart-menu .menu-inner-container .all a{color:#243da4}:host .lz-header-component .header-cart .cart-menu .menu-inner-container .all a:hover{text-decoration:none;color:#243da4}:host .lz-header-component .header-cart.open .cart-icon{border:1px solid #fdc01d}:host .lz-header-component .header-cart.open .cart-menu{display:block}:host .lz-header-component .header-cart.show-search{display:none}:host .lz-header-component .header-search{-webkit-transition:height .3s,line-height .3s,width .3s;transition:height .3s,line-height .3s,width .3s;float:right;position:relative;background-color:#ffbe26;color:#0e1d82;line-height:75px;text-align:center;cursor:pointer;width:35px}:host .lz-header-component .header-search i{font-size:17.5px;font-weight:100;color:#fff;position:relative;top:1px}@media (min-width:0){:host .lz-header-component .header-cart{display:none}:host .lz-header-component .header-search{line-height:44px;height:44px;width:44px}}@media (min-width:758px){:host .lz-header-component .header-cart .cart-menu{top:60px}:host .lz-header-component .header-cart{display:-webkit-box;display:-ms-flexbox;display:flex}:host .lz-header-component .header-search{line-height:75px;height:75px;width:75px}:host .lz-header-component .header-search i{font-size:24.5px}}:host .lz-header-component .header-authorization{-webkit-transition:height .3s,line-height .3s;transition:height .3s,line-height .3s;float:right;position:relative;background-color:#0e1d82;line-height:75px;text-align:center;font-weight:600;letter-spacing:2px;cursor:pointer;width:35px}:host .lz-header-component .header-authorization i{display:none;color:#ffbe26}:host .lz-header-component .header-authorization span{color:#fff}@media (min-width:0){:host .lz-header-component .header-authorization{width:100px;line-height:44px;height:44px}}@media (min-width:480px){:host .lz-header-component .header-authorization{width:180px}}@media (min-width:758px){:host .lz-header-component .header-authorization{width:195px;line-height:75px;height:75px}}@media (min-width:1200px){:host .lz-header-component .header-authorization{width:180px}}:host .lz-header-component .header-profile{-webkit-transition:height .3s,line-height .3s;transition:height .3s,line-height .3s;float:right;position:relative;background-color:#0e1d82;line-height:75px;text-align:center;font-weight:900;letter-spacing:2px;width:35px}:host .lz-header-component .header-profile.disable-when-burger{z-index:0!important}@media (min-width:0){:host .lz-header-component .header-profile{width:100px}:host .lz-header-component .header-profile i{display:none}:host .lz-header-component .header-profile span{display:inline}:host .lz-header-component .header-profile .user-photo-sec::before,:host .lz-header-component .header-profile .user-photo::before{top:20px;left:6.5px;font-size:12px}}@media (max-width:757px){:host .lz-header-component .header-authorization.show-search{display:none}:host .lz-header-component .header-profile.hide-when-search{display:none}}@media (min-width:480px){:host .lz-header-component .header-profile{width:180px}}@media (min-width:758px){:host .lz-header-component .header-profile{width:195px}}:host .lz-header-component .header-profile .user-photo-sec{background-image:url(https://ligazakon.net/static/default_men.jpg)!important;z-index:1!important;position:absolute!important;right:0!important}:host .lz-header-component .header-profile .user-photo,:host .lz-header-component .header-profile .user-photo-sec{-webkit-transition:.3s;transition:.3s;background-size:100% 100%;background-repeat:no-repeat;background-position:50% 50%;border-radius:100%;width:20px;height:20px;top:10px;position:relative;float:right;margin-right:12px;cursor:pointer;z-index:2}@media (min-width:480px){:host .lz-header-component .header-profile .user-photo,:host .lz-header-component .header-profile .user-photo-sec{width:25px;height:25px;top:8px;margin-right:20px}}@media (min-width:758px){:host .lz-header-component .header-profile .user-photo,:host .lz-header-component .header-profile .user-photo-sec{width:35px;height:35px;top:17.5px;margin-right:23px}}:host .lz-header-component .header-profile .user-photo-sec::before,:host .lz-header-component .header-profile .user-photo::before{color:#ffbe26;position:absolute}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu-container::before,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu-container::before{display:none;content:'';width:10px;height:10px;position:absolute;background-color:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);cursor:default;pointer-events:none}@media (min-width:0){:host .lz-header-component .header-profile .user-photo .pl-header-user-menu-container::before,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu-container::before{top:28px;left:5px}}@media (min-width:480px){:host .lz-header-component .header-profile .user-photo-sec::before,:host .lz-header-component .header-profile .user-photo::before{top:24px;left:9px}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu-container::before,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu-container::before{top:30px;left:7px}}@media (min-width:758px){:host .lz-header-component .header-profile .user-photo-sec::before,:host .lz-header-component .header-profile .user-photo::before{top:35px;left:13px;font-size:16px}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu-container::before,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu-container::before{top:40px;left:13px}}@media (min-width:1200px){:host .lz-header-component .header-profile{width:180px}:host .lz-header-component .header-profile .user-photo,:host .lz-header-component .header-profile .user-photo-sec{width:35px;height:35px;top:17.5px;margin-right:15px}:host .lz-header-component .header-profile .user-photo-sec::before,:host .lz-header-component .header-profile .user-photo::before{top:35px;left:13px}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu-container::before,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu-container::before{top:40px;left:13px}}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu{font-family:Geometria;z-index:2;overflow:auto;display:none;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);position:absolute;width:285px;height:auto;padding:30px;background-color:#fff;letter-spacing:normal;cursor:default;text-align:left}@media (min-width:0){:host .lz-header-component .header-profile .user-photo .pl-header-user-menu,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu{right:-12px;top:32px}}@media (min-width:480px){:host .lz-header-component .header-profile .user-photo .pl-header-user-menu,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu{top:32px;right:0}}@media (min-width:1200px){:host .lz-header-component .header-profile .user-photo .pl-header-user-menu,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu{right:-20px}}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .user-menu-header span,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .user-menu-header span{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1.3}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .user-menu-header .user-name,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .user-menu-header .user-name{font-size:18px;color:#000;font-weight:700}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .user-menu-header .user-email,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .user-menu-header .user-email{font-size:14px;color:rgba(0,0,0,.6);font-weight:500}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .user-menu-content,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .user-menu-content{padding:15px 0;border-bottom:1px solid rgba(0,0,0,.1)}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .user-menu-content .user-menu-item,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .user-menu-content .user-menu-item{display:block;padding:10px 0;cursor:pointer;font-size:16px;font-weight:700;color:rgba(0,0,0,.5)}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .user-menu-content .user-menu-item:hover,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .user-menu-content .user-menu-item:hover{color:#303f9f;text-decoration:none}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .user-menu-content .user-menu-item:active,:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .user-menu-content .user-menu-item:focus,:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .user-menu-content .user-menu-item:link,:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .user-menu-content .user-menu-item:visited,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .user-menu-content .user-menu-item:active,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .user-menu-content .user-menu-item:focus,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .user-menu-content .user-menu-item:link,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .user-menu-content .user-menu-item:visited{text-decoration:none}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .user-menu-content .user-menu-item i,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .user-menu-content .user-menu-item i{display:inline-block;margin-right:12px;font-size:18px;position:absolute;margin-top:0}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .user-menu-content .user-menu-item span,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .user-menu-content .user-menu-item span{margin-left:35px}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .user-menu-content.lang-content,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .user-menu-content.lang-content{display:block}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .user-menu-content.lang-content .lang-content-item,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .user-menu-content.lang-content .lang-content-item{float:left;line-height:normal;position:relative;margin-top:-10px}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .user-menu-content.lang-content .lang-content-item.first,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .user-menu-content.lang-content .lang-content-item.first{margin-right:10px}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .user-menu-content.lang-content .lang-content-item.active,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .user-menu-content.lang-content .lang-content-item.active{color:#303f9f}@media (min-width:758px){:host .lz-header-component .header-profile .user-photo .pl-header-user-menu,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu{top:45px}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .user-menu-content.lang-content,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .user-menu-content.lang-content{display:none}}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .log-out,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .log-out{cursor:pointer;padding-top:25px;font-weight:600;color:rgba(0,0,0,.5)}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .log-out:hover,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .log-out:hover{color:#303f9f}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .log-out i,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .log-out i{display:inline-block;margin-right:12px;font-size:18px;position:absolute}:host .lz-header-component .header-profile .user-photo .pl-header-user-menu .log-out span,:host .lz-header-component .header-profile .user-photo-sec .pl-header-user-menu .log-out span{margin-left:35px}:host .lz-header-component .header-profile .user-photo-sec.open::before,:host .lz-header-component .header-profile .user-photo.open::before{display:none}:host .lz-header-component .header-profile .user-photo-sec.open .pl-header-user-menu-container::before,:host .lz-header-component .header-profile .user-photo.open .pl-header-user-menu-container::before{display:block}:host .lz-header-component .header-profile .user-photo-sec.open .pl-header-user-menu,:host .lz-header-component .header-profile .user-photo.open .pl-header-user-menu{display:block}:host .lz-header-component .header-profile .header-user-products{-webkit-transition:.3s;transition:.3s;width:55px;float:left;border-right:1px solid #000;height:28px;top:9px;position:relative;margin-left:2px;padding-right:2px;padding-top:6px}:host .lz-header-component .header-profile .header-user-products .messeges-count{-webkit-transition:.3s;transition:.3s;position:absolute;font-size:10px;color:#000;width:20px;height:20px;background-color:orange;font-weight:600;text-align:center;line-height:20px;letter-spacing:0;border-radius:100%;right:15px;top:-5px}:host .lz-header-component .header-profile .header-user-products .messeges-count.one{right:25px}:host .lz-header-component .header-profile .header-user-products .messeges-count.three{right:5px}@media (min-width:0){:host .lz-header-component .header-profile .header-user-products .messeges-count{color:orange;font-size:8px;width:8px;height:8px;right:5px;top:0;overflow:hidden}:host .lz-header-component .header-profile .header-user-products .messeges-count.one{right:5px}:host .lz-header-component .header-profile .header-user-products .my-products i{top:20px;left:22px;font-size:12px}}@media (min-width:480px){:host .lz-header-component .header-profile .header-user-products{top:9px;width:95px;height:28px;margin-left:20px;padding-right:15px;padding-top:4px}:host .lz-header-component .header-profile .header-user-products .messeges-count{right:12px;font-size:8px;width:16px;height:16px;line-height:16px;top:0;color:#000}:host .lz-header-component .header-profile .header-user-products .messeges-count.one{right:25px}}@media (min-width:758px){:host .lz-header-component .header-profile .header-user-products{top:17.5px;height:40px}:host .lz-header-component .header-profile .header-user-products .messeges-count{font-size:10px;width:20px;height:20px;line-height:20px;top:-5px}}:host .lz-header-component .header-profile .header-user-products .my-products{-webkit-transition:.3s;transition:.3s;display:block;position:relative;color:#fff;font-weight:400;font-size:10px;line-height:10px;letter-spacing:0;text-align:center;cursor:pointer;top:-5px}:host .lz-header-component .header-profile .header-user-products .my-products i{color:#ffbe26;position:absolute;display:inherit}@media (min-width:480px){:host .lz-header-component .header-profile .header-user-products .my-products{padding:0 10px;line-height:10px;top:-2px}:host .lz-header-component .header-profile .header-user-products .my-products i{top:20px;left:35px}}@media (min-width:758px){:host .lz-header-component .header-profile .header-user-products .my-products{font-size:14px;line-height:14px;top:0;padding:0}:host .lz-header-component .header-profile .header-user-products .my-products i{top:31px;font-size:16px}}:host .lz-header-component .header-profile .header-user-products .header-products-icons{position:relative;display:block;width:100%;height:100%}:host .lz-header-component .header-profile .header-user-products .header-products-icons i{color:#ffbe26;position:absolute;top:15px;left:22px;font-size:12px;display:inherit}:host .lz-header-component .header-profile .header-user-products .header-products-icons span span img{width:25px;position:absolute;top:-4px;left:50%;cursor:pointer}:host .lz-header-component .header-profile .header-user-products .header-products-icons span.one span img{margin-left:-12px}:host .lz-header-component .header-profile .header-user-products .header-products-icons span.two span:first-child img{margin-left:-17px;z-index:2}@media (min-width:480px){:host .lz-header-component .header-profile .header-user-products .header-products-icons i{top:19px;left:33px}:host .lz-header-component .header-profile .header-user-products .header-products-icons span.one span img{margin-left:-15px}:host .lz-header-component .header-profile .header-user-products .header-products-icons span.two span:first-child img{margin-left:-20px}}@media (min-width:758px){:host .lz-header-component .header-profile .header-user-products .header-products-icons i{top:31px;font-size:16px}:host .lz-header-component .header-profile .header-user-products .header-products-icons span span img{width:30px;top:0}:host .lz-header-component .header-profile .header-user-products .header-products-icons span.two span:first-child img{margin-left:-25px}}:host .lz-header-component .header-profile .header-user-products .header-products-icons span.two span:last-child img{margin-left:-6px;z-index:1}:host .lz-header-component .header-profile .header-user-products .header-products-icons span.three span img{width:18px;margin-left:-9px;z-index:2}@media (min-width:480px){:host .lz-header-component .header-profile .header-user-products .header-products-icons span.two span:last-child img{margin-left:-8px}:host .lz-header-component .header-profile .header-user-products .header-products-icons span.three span img{width:25px;margin-left:-15px;top:-4px}}@media (min-width:758px){:host .lz-header-component .header-profile .header-user-products .header-products-icons span.two span:last-child img{margin-left:-5px}:host .lz-header-component .header-profile .header-user-products .header-products-icons span.three span img{width:30px;top:0}}:host .lz-header-component .header-profile .header-user-products .header-products-icons span.three span:first-child img{width:18px;margin-left:-18px;z-index:3}@media (min-width:480px){:host .lz-header-component .header-profile .header-user-products .header-products-icons span.three span:first-child img{width:25px;margin-left:-30px;top:-4px}}@media (min-width:758px){:host .lz-header-component .header-profile .header-user-products .header-products-icons span.three span:first-child img{width:30px;margin-left:-35px;top:0}}:host .lz-header-component .header-profile .header-user-products .header-products-icons span.three span:last-child img{width:18px;margin-left:0;z-index:1}:host .lz-header-component .header-profile .header-user-products .notification-menu{line-height:75px;position:absolute;display:none;width:300px;height:auto;top:32px;right:-40px;padding:0 0 44px;z-index:2;font-family:Geometria;text-align:left;letter-spacing:normal;background-color:#fff;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);cursor:default}:host .lz-header-component .header-profile .header-user-products .notification-menu::before{content:'';width:10px;height:10px;position:absolute;background-color:#f0f0f0;-webkit-transform:rotate(45deg);transform:rotate(45deg);top:-5px;right:62px}:host .lz-header-component .header-profile .header-user-products .notification-menu.empty-slider .title-icons{display:none!important}:host .lz-header-component .header-profile .header-user-products .notification-menu.empty-slider::before{background-color:#fff}:host .lz-header-component .header-profile .header-user-products .notification-menu .btn-more{position:absolute;width:100%;height:44px;text-align:center;font-size:16px;color:#303f9f;line-height:44px;font-weight:800;bottom:0;left:0;cursor:pointer;z-index:1;background-color:#fff;margin-bottom:0;border-bottom:1px solid rgba(0,0,0,.2);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}:host .lz-header-component .header-profile .header-user-products .notification-menu .btn-more i{display:inline;font-weight:600;font-size:24px;position:relative;top:2.5px;margin-left:5px}:host .lz-header-component .header-profile .header-user-products .notification-menu .btn-more.disable{pointer-events:none;cursor:default}:host .lz-header-component .header-profile .header-user-products .notification-menu .btn-more.disable span{opacity:.4}:host .lz-header-component .header-profile .header-user-products .notification-menu .btn-more.disable i{opacity:.4}:host .lz-header-component .header-profile .header-user-products .notification-menu .btn-more.prevent-loading{pointer-events:none}:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons{position:relative;width:100%;height:auto;z-index:1;-webkit-transition:none;transition:none}:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container{padding:0 25px;position:relative;width:100%;height:auto;background-color:#f0f0f0}:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container::after{content:'';width:14px;height:14px;position:absolute;display:block;-webkit-transform:rotate(45deg);transform:rotate(45deg);background-color:#f0f0f0;left:50%;margin-left:-7px;bottom:-7px;z-index:1}:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1{position:relative;width:100%;height:140px;display:block;padding:0 20px}:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1 .header-nav{position:absolute;width:20px;text-align:center;display:block;line-height:140px;top:0;color:#303f9f;cursor:pointer}:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1 .header-nav.disable{display:none}:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1 .header-nav-prev{left:0}:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1 .header-nav-next{right:0}:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1 .inner-container{overflow:hidden;white-space:nowrap;width:100%;position:relative;padding:8px 0}:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1 .inner-container .image-item{position:relative;width:83px;display:none;text-align:center;opacity:.3;left:0;top:25px}:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1 .inner-container .image-item img{width:44px;height:44px;pointer-events:none}:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1 .inner-container .image-item.hide-item{display:none}:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1 .inner-container .image-item.active{top:0;opacity:1;-webkit-transform:scale(2,2);transform:scale(2,2);display:inline-block;margin-left:-41.5px}@media (min-width:480px){:host .lz-header-component .header-profile .header-user-products .header-products-icons span.three span:last-child img{width:25px;margin-left:0;top:-4px}:host .lz-header-component .header-profile .header-user-products .notification-menu{right:0;width:340px}:host .lz-header-component .header-profile .header-user-products .notification-menu::before{right:49px}:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1 .inner-container .image-item{display:inline-block}:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1 .inner-container .image-item.active{margin-left:0}}:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1 .inner-container .image-item.active img{cursor:pointer;pointer-events:all}:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1 .item-title{position:absolute;display:block;width:150px;left:50%;margin-left:-75px;text-align:center;line-height:12px;overflow:hidden;font-size:12px;color:#000;font-weight:600;margin-top:-5px}:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1 .item-title span{cursor:pointer}:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1 .item-title .item-title-link{color:#0e1d82;display:block;position:relative;margin-top:10px;font-size:14px;cursor:pointer}:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1 .item-title .item-title-link:active,:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1 .item-title .item-title-link:focus,:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1 .item-title .item-title-link:hover,:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1 .item-title .item-title-link:link,:host .lz-header-component .header-profile .header-user-products .notification-menu .title-icons .icons-container .icons-container-1 .item-title .item-title-link:visited{text-decoration:none}:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content{position:relative;max-height:400px;overflow:auto;padding:0}:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .mark-all-as-looked{font-size:13px;font-weight:500;text-align:right;height:40px;padding:12px 10px 0;margin:0;position:relative;line-height:normal;border-bottom:1px solid rgba(0,0,0,.2);cursor:pointer}:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .mark-all-as-looked i{display:inline;position:relative;margin-right:5px}:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .mark-all-as-looked.disable{pointer-events:none;opacity:.4}:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .empty-list{text-align:center}:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .messages-item{line-height:normal;font-weight:500;padding:20px;border-bottom:1px solid rgba(0,0,0,.2);cursor:pointer}:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .messages-item.hide-message-item{display:none!important}:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .messages-item .type-date{font-size:12px;color:rgba(0,0,0,.7);font-weight:400;margin-bottom:5px;display:block}:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .messages-item .type{display:inline-block;border-right:1px solid rgba(0,0,0,.4);padding-right:10px}:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .messages-item .date{display:inline-block;padding-left:10px}:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .messages-item .title{position:relative;display:block;font-size:14px;color:#303f9f}:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .messages-item .title .show-modal{position:absolute;display:block;right:0;top:0;margin-top:-19px;font-weight:800;cursor:pointer;z-index:1}:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .messages-item .title .check-ureaded{position:absolute;display:block;right:20px;top:0;margin-top:-20px;font-weight:100;cursor:pointer;z-index:1}:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .messages-item .title.no-topic .check-ureaded,:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .messages-item .title.no-topic .show-modal{margin-top:-20px}:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .messages-item .text{display:block;font-size:14px;color:#000;overflow:hidden}:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .messages-item.unreaded .title{font-weight:800}:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .messages-item.unreaded .title::before{content:'';position:absolute;display:block;width:6px;height:6px;border-radius:100%;background-color:orange;margin-top:6px;margin-left:-12px}:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .messages-item:hover{background-color:rgba(0,0,0,.02)}:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .messages-item:hover .title .show-modal{display:block}:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .messages-item:hover .title .check-ureaded{display:block}:host .lz-header-component .header-profile .header-user-products.open .header-products-icons i,:host .lz-header-component .header-profile .header-user-products.open .my-products i{display:none}:host .lz-header-component .header-profile .header-user-products.open .notification-menu{display:block}@media (min-width:758px){:host .lz-header-component .header-profile .header-user-products .header-products-icons span.three span:last-child img{width:30px;margin-left:5px;top:0}:host .lz-header-component .header-profile .header-user-products .notification-menu{top:45px}.lz-platforma-small-header :host .lz-header-component,.scroll-not-top :host .lz-header-component{height:44px}.lz-platforma-small-header :host .lz-header-component .lz-header-container,.scroll-not-top :host .lz-header-component .lz-header-container{height:44px}.lz-platforma-small-header :host .lz-header-component .header-item,.scroll-not-top :host .lz-header-component .header-item{height:44px}.lz-platforma-small-header :host .lz-header-component .header-item-menu,.scroll-not-top :host .lz-header-component .header-item-menu{height:44px}.lz-platforma-small-header :host .lz-header-component .header-logo,.scroll-not-top :host .lz-header-component .header-logo{line-height:44px;height:44px;background-size:40%}.lz-platforma-small-header :host .lz-header-component .header-menu,.scroll-not-top :host .lz-header-component .header-menu{line-height:44px;height:44px;width:44px}.lz-platforma-small-header :host .lz-header-component .header-menu i,.scroll-not-top :host .lz-header-component .header-menu i{font-size:17.5px}.lz-platforma-small-header :host .lz-header-component .header-tabs-group,.scroll-not-top :host .lz-header-component .header-tabs-group{line-height:44px}.lz-platforma-small-header :host .lz-header-component .header-tabs-group .header-tab,.scroll-not-top :host .lz-header-component .header-tabs-group .header-tab{font-size:12px;font-weight:600;letter-spacing:2px;top:-2px}.lz-platforma-small-header :host .lz-header-component .header-tabs-group .lz-header-search-block,.scroll-not-top :host .lz-header-component .header-tabs-group .lz-header-search-block{height:44px}.lz-platforma-small-header :host .lz-header-component .header-cart,.lz-platforma-small-header :host .lz-header-component .header-lang,.scroll-not-top :host .lz-header-component .header-cart,.scroll-not-top :host .lz-header-component .header-lang{line-height:44px}.lz-platforma-small-header :host .lz-header-component .header-cart .lang-menu,.lz-platforma-small-header :host .lz-header-component .header-lang .lang-menu,.scroll-not-top :host .lz-header-component .header-cart .lang-menu,.scroll-not-top :host .lz-header-component .header-lang .lang-menu{top:40px}.lz-platforma-small-header :host .lz-header-component .header-cart .cart-icon .chevron,.lz-platforma-small-header :host .lz-header-component .header-lang .cart-icon .chevron,.scroll-not-top :host .lz-header-component .header-cart .cart-icon .chevron,.scroll-not-top :host .lz-header-component .header-lang .cart-icon .chevron{top:16px}.lz-platforma-small-header :host .lz-header-component .header-cart .cart-menu,.lz-platforma-small-header :host .lz-header-component .header-lang .cart-menu,.scroll-not-top :host .lz-header-component .header-cart .cart-menu,.scroll-not-top :host .lz-header-component .header-lang .cart-menu{top:44px}.lz-platforma-small-header :host .lz-header-component .header-search,.scroll-not-top :host .lz-header-component .header-search{line-height:44px;height:44px;width:44px}.lz-platforma-small-header :host .lz-header-component .header-search i,.scroll-not-top :host .lz-header-component .header-search i{font-size:17.5px}.lz-platforma-small-header :host .lz-header-component .header-authorization,.scroll-not-top :host .lz-header-component .header-authorization{line-height:44px;height:44px}.lz-platforma-small-header :host .lz-header-component .header-profile,.scroll-not-top :host .lz-header-component .header-profile{line-height:44px}.lz-platforma-small-header :host .lz-header-component .header-profile .header-user-products,.scroll-not-top :host .lz-header-component .header-profile .header-user-products{top:8px;height:28px}.lz-platforma-small-header :host .lz-header-component .header-profile .header-user-products .messeges-count,.scroll-not-top :host .lz-header-component .header-profile .header-user-products .messeges-count{font-size:8px;width:16px;height:16px;line-height:16px;top:-5px;right:12px}.lz-platforma-small-header :host .lz-header-component .header-profile .header-user-products .messeges-count.one,.scroll-not-top :host .lz-header-component .header-profile .header-user-products .messeges-count.one{right:27px}.lz-platforma-small-header :host .lz-header-component .header-profile .header-user-products .messeges-count.two,.scroll-not-top :host .lz-header-component .header-profile .header-user-products .messeges-count.two{right:20px}.lz-platforma-small-header :host .lz-header-component .header-profile .header-user-products .my-products,.scroll-not-top :host .lz-header-component .header-profile .header-user-products .my-products{font-size:12px;line-height:14px;padding:0 10px;top:-5px}.lz-platforma-small-header :host .lz-header-component .header-profile .header-user-products .my-products i,.scroll-not-top :host .lz-header-component .header-profile .header-user-products .my-products i{top:25px;font-size:12px;left:35px}.lz-platforma-small-header :host .lz-header-component .header-profile .header-user-products .notification-menu,.scroll-not-top :host .lz-header-component .header-profile .header-user-products .notification-menu{top:36px}.lz-platforma-small-header :host .lz-header-component .header-profile .header-user-products .header-products-icons i,.scroll-not-top :host .lz-header-component .header-profile .header-user-products .header-products-icons i{top:20px;font-size:12px}.lz-platforma-small-header :host .lz-header-component .header-profile .header-user-products .header-products-icons span span img,.scroll-not-top :host .lz-header-component .header-profile .header-user-products .header-products-icons span span img{width:25px;position:absolute;left:50%;cursor:pointer;top:-4px}.lz-platforma-small-header :host .lz-header-component .header-profile .header-user-products .header-products-icons span.one span img,.scroll-not-top :host .lz-header-component .header-profile .header-user-products .header-products-icons span.one span img{margin-left:-15px}.lz-platforma-small-header :host .lz-header-component .header-profile .header-user-products .header-products-icons span.two span:first-child img,.scroll-not-top :host .lz-header-component .header-profile .header-user-products .header-products-icons span.two span:first-child img{margin-left:-20px;z-index:2}.lz-platforma-small-header :host .lz-header-component .header-profile .header-user-products .header-products-icons span.two span:last-child img,.scroll-not-top :host .lz-header-component .header-profile .header-user-products .header-products-icons span.two span:last-child img{margin-left:-8px;z-index:1}.lz-platforma-small-header :host .lz-header-component .header-profile .header-user-products .header-products-icons span.three span img,.scroll-not-top :host .lz-header-component .header-profile .header-user-products .header-products-icons span.three span img{width:25px;margin-left:-15px;top:-4px}.lz-platforma-small-header :host .lz-header-component .header-profile .header-user-products .header-products-icons span.three span:first-child img,.scroll-not-top :host .lz-header-component .header-profile .header-user-products .header-products-icons span.three span:first-child img{width:25px;margin-left:-30px;top:-4px}.lz-platforma-small-header :host .lz-header-component .header-profile .header-user-products .header-products-icons span.three span:last-child img,.scroll-not-top :host .lz-header-component .header-profile .header-user-products .header-products-icons span.three span:last-child img{width:25px;margin-left:0;top:-4px}.lz-platforma-small-header :host .lz-header-component .header-profile .user-photo-sec,.scroll-not-top :host .lz-header-component .header-profile .user-photo-sec{width:25px;height:25px;top:7px}.lz-platforma-small-header :host .lz-header-component .header-profile .user-photo,.scroll-not-top :host .lz-header-component .header-profile .user-photo{width:25px;height:25px;top:7px}.lz-platforma-small-header :host .lz-header-component .header-profile .user-photo::before,.scroll-not-top :host .lz-header-component .header-profile .user-photo::before{left:10px;top:25px;font-size:12px}.lz-platforma-small-header :host .lz-header-component .header-profile .user-photo .pl-header-user-menu-container::before,.scroll-not-top :host .lz-header-component .header-profile .user-photo .pl-header-user-menu-container::before{top:30px;left:8px}.lz-platforma-small-header :host .lz-header-component .header-profile .user-photo .pl-header-user-menu-container .pl-header-user-menu,.scroll-not-top :host .lz-header-component .header-profile .user-photo .pl-header-user-menu-container .pl-header-user-menu{top:32px}.lz-platforma-small-header :host .lz-header-component .header-profile .user-photo,.lz-platforma-small-header :host .lz-header-component .header-profile .user-photo-sec,.scroll-not-top :host .lz-header-component .header-profile .user-photo,.scroll-not-top :host .lz-header-component .header-profile .user-photo-sec{margin-right:28px}}@media (min-width:758px) and (min-width:1200px){.lz-platforma-small-header :host .lz-header-component .header-tabs-group .lz-header-search-block,.scroll-not-top :host .lz-header-component .header-tabs-group .lz-header-search-block{width:752px!important}}@media (min-width:758px) and (min-width:1490px){.lz-platforma-small-header :host .lz-header-component .header-tabs-group .lz-header-search-block,.scroll-not-top :host .lz-header-component .header-tabs-group .lz-header-search-block{width:992px!important}}@media (min-width:1200px){:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .messages-item .title .check-ureaded,:host .lz-header-component .header-profile .header-user-products .notification-menu .messages-content .messages-item .title .show-modal{display:none}.lz-platforma-small-header :host .lz-header-component .header-profile .user-photo,.lz-platforma-small-header :host .lz-header-component .header-profile .user-photo-sec,.scroll-not-top :host .lz-header-component .header-profile .user-photo,.scroll-not-top :host .lz-header-component .header-profile .user-photo-sec{margin-right:20px}}@media (min-width:758px){.lz-platforma-small-header :host .lz-header-component .header-profile .user-photo::before,.scroll-not-top :host .lz-header-component .header-profile .user-photo::before{left:9px}}"],"host":{"(document:click)":"onClick($event)","(window:resize)":"onResize($event)","(window:scroll)":"onScroll($event)","$quoted$":["(document:click)","(window:resize)","(window:scroll)"]}}]}],"members":{"onChangedPage":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":223,"character":3}}]}],"goTo":[{"__symbolic":"method"}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":280,"character":34},{"__symbolic":"reference","module":"@ngx-translate/core","name":"TranslateService","line":281,"character":23},{"__symbolic":"reference","name":"LzSettingsService"},{"__symbolic":"reference","name":"LzProductConfig"},{"__symbolic":"reference","name":"LzUserServiceV2"},{"__symbolic":"reference","name":"LzUserService"},{"__symbolic":"reference","name":"LzFeedbackService"},{"__symbolic":"reference","name":"LzUserMessagesService"},{"__symbolic":"reference","name":"LzMessageService"},{"__symbolic":"reference","name":"LzBookmarkService"},{"__symbolic":"reference","name":"LzSocketService"},{"__symbolic":"reference","name":"LzLanguageService"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":292,"character":22},{"__symbolic":"reference","name":"LzPurchaseService"},{"__symbolic":"reference","name":"LzCookieService"},{"__symbolic":"reference","name":"CustomRequestService"},{"__symbolic":"reference","name":"LzPopupService"}]}],"ngOnInit":[{"__symbolic":"method"}],"onClick":[{"__symbolic":"method"}],"onResize":[{"__symbolic":"method"}],"scrollToElement":[{"__symbolic":"method"}],"easeInOutQuad":[{"__symbolic":"method"}],"onScroll":[{"__symbolic":"method"}],"watchHeaderSize":[{"__symbolic":"method"}],"getProductInfoFromServer":[{"__symbolic":"method"}],"orderTest":[{"__symbolic":"method"}],"scrollToProductList":[{"__symbolic":"method"}]}},"LzBurgerComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":6,"character":1},"arguments":[{"selector":"lz-burger-component","template":"<div class=\"burger-container\" (click)=\"change(true)\">\n  <div class=\"burger-inner-container\" [ngClass]=\"{'big-header': !isSmallHeader}\">\n    <div class=\"burger-wrapper\" (click)=\"change(false); $event.stopPropagation()\">\n      <div class=\"side left-side\">\n        <div class=\"line first\"></div>\n        <div class=\"tip\"></div>\n        <div class=\"line second\"></div>\n        <div class=\"left-side-inner\">\n          <div class=\"logo\"><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://ligazakon.net\"><img src=\"/dist/ng2/src/assets/pl-header-assets/img/liga-burger-logo.png\"\n                alt=\"\"></a></div>\n          <div class=\"welcome-text\">{{'lz-burger.welcome-text' | translate}}</div>\n          <div class=\"line-yellow\"></div>\n          <div class=\"business-list\">\n            <div class=\"business-list-item\">\n              {{'lz-burger.huge-business' | translate}}\n            </div>\n            <div class=\"business-list-item\">\n              {{'lz-burger.small-business' | translate}}\n            </div>\n            <div class=\"business-list-item\">\n              {{'lz-burger.law-firm' | translate}}\n            </div>\n            <div class=\"business-list-item\">\n              {{'lz-burger.government' | translate}}\n            </div>\n            <div class=\"business-list-item\">\n              {{'lz-burger.ruler' | translate}}\n            </div>\n            <div class=\"business-list-item\">\n              {{'lz-burger.lawyer' | translate}}\n            </div>\n            <div class=\"business-list-item\">\n              {{'lz-burger.accounter' | translate}}\n            </div>\n            <div class=\"business-list-item\">\n              {{'lz-burger.fop' | translate}}\n            </div>\n          </div>\n          <div class=\"line-grey\"></div>\n          <div class=\"support\"><img src=\"/dist/ng2/src/assets/pl-header-assets/img/support.png\" alt=\"\"><a target=\"_blank\"\n              rel=\"noopener noreferrer\" href=\"https://support1.ligazakon.ua/\">{{'lz-burger.support'\n              | translate}}</a></div>\n          <div class=\"burger-footer\">\n            <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://company.ligazakon.ua/misiya\">{{'lz-burger.about'\n              | translate}}</a>\n            <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"http://www.ligazakon.ua/maillist\">{{'lz-burger.dispatch'\n              | translate}}</a>\n            <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://company.ligazakon.ua/kontakti\">{{'lz-burger.contacts'\n              | translate}}</a>\n          </div>\n        </div>\n      </div>\n      <div class=\"side right-side\">\n        <div class=\"liga-logo\"><img src=\"/dist/ng2/src/assets/pl-header-assets/img/lz-logo.png\" alt=\"\"></div>\n        <div class=\"platforma-name\">ПЛАТФОРМА</div>\n        <div class=\"platforma-description\">{{'lz-burger.platforma-description' | translate}}</div>\n        <div class=\"arrows-div\">\n          <img class=\"ar\" src=\"/dist/ng2/src/assets/pl-header-assets/img/arrow.png\" alt=\"\"><img class=\"ar\" src=\"/dist/ng2/src/assets/pl-header-assets/img/arrow.png\"\n            alt=\"\"><img class=\"ar\" src=\"/dist/ng2/src/assets/pl-header-assets/img/arrow.png\" alt=\"\">\n          <div class=\"arrows\">\n            <div></div>\n            <div></div>\n          </div>\n          <div class=\"products\">\n            <div class=\"main\">\n              <div class=\"text\" (click)=\"toggle($event)\"><span>{{'lz-burger.news' | translate}}<br class=\"mobilebr\" />{{'lz-burger.communications'\n                  | translate}}</span><i class=\"fa fa-chevron-down\"></i></div>\n              <div class=\"description\">{{'lz-burger.news-desc' | translate}}\n              </div>\n              <div class=\"product-list\">\n                <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://jurliga.ligazakon.net\"><img src=\"/dist/ng2/src/assets/pl-header-assets/img/jurliga-logo.png\"\n                    alt=\"\">\n                  <p>{{'lz-burger.jurliga' | translate}}</p>\n                </a>\n                <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://buh-new.ligazakon.net\"><img src=\"/dist/ng2/src/assets/pl-header-assets/img/buh-logo.png\"\n                    alt=\"\">\n                  <p>БУХГАЛТЕР.</p><span>ua</span>\n                </a>\n                <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://biz.ligazakon.net\"><img src=\"/dist/ng2/src/assets/pl-header-assets/img/biz-logo.png\"\n                    alt=\"\">\n                  <p>{{'lz-burger.biz' | translate}}</p>\n                </a>\n              </div>\n            </div>\n            <div class=\"main\">\n              <div class=\"text\" (click)=\"toggle($event)\"><span>{{'lz-burger.products' | translate}}<br class=\"mobilebr\" />{{'lz-burger.decisions'\n                  | translate}}</span><i class=\"fa fa-chevron-down\"></i></div>\n              <div class=\"description\">{{'lz-burger.synergy' | translate}}</div>\n              <div class=\"product-list\">\n                <div class=\"item\" *ngFor=\"let item of products\"><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"{{item.enterLink}}\"><img\n                      src=\"{{item.logoSmall}}\" alt=\"\"><span>{{item.title}}</span></a></div>\n                <div class=\"all\"><a (click)=\"scrollToProductList()\">\n                    <p>\n                      {{'lz-burger.all-decisions' | translate}}</p>\n                  </a><i class=\"fa fa-arrow-right\" (click)=\"scrollToProductList()\"></i>\n                </div>\n              </div>\n\n            </div>\n            <div class=\"main\">\n              <div class=\"text\" (click)=\"toggle($event)\"><span>{{'lz-burger.biz' | translate}}<br class=\"mobilebr\" />{{'lz-burger.with-liga'\n                  | translate}}</span><i class=\"fa fa-chevron-down\"></i></div>\n              <div class=\"description\">{{'lz-burger.chanel' | translate}}</div>\n              <div class=\"product-list\">\n                <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://dealer.ligazakon.ua/#\">\n                  <p>\n                    {{'lz-burger.partners' | translate}}</p>\n                </a>\n                <a target=\"_blank\" rel=\"noopener noreferrer\">\n                  <p>{{'lz-burger.developers' |\n                    translate}}</p>\n                </a>\n                <a target=\"_blank\" rel=\"noopener noreferrer\">\n                  <p>СТАРТАПАМ</p>\n                </a>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div class=\"social-network\">\n          <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.facebook.com/LIGAZAKON/\"><i class=\"fa fa-facebook\"></i></a>\n          <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.linkedin.com/company/лигазакон/\"><i class=\"fa fa-linkedin\"></i></a>\n          <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.youtube.com/user/ligazakonua\"><i class=\"fa fa-youtube-play\"></i></a></div>\n      </div>\n    </div>\n\n  </div>\n\n</div>\n","styles":[".lz-pl-container{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container{width:732px;padding:0}}@media (min-width:1002px){.lz-pl-container{width:976px}}@media (min-width:1490px){.lz-pl-container{width:1440px}}.lz-pl-container-new{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container-new{width:732px;padding:0}}@media (min-width:1200px){.lz-pl-container-new{width:1200px}}@media (min-width:1490px){.lz-pl-container-new{width:1440px}}.modal-lg{width:900px}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}*{text-shadow:none!important;margin:0;padding:0}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto;vertical-align:middle}.h1,.h2,.h3,.h4,.h5,.h6,button,h1,h2,h3,h4,h5,h6,input,p,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input:focus,textarea:focus{outline:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.1}fieldset{border:none}.burger-container{background:rgba(0,0,0,.8);position:fixed;top:0;left:0;width:100%;height:100%}.burger-container .burger-inner-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:1480px){.burger-container .burger-inner-container{height:90vh;top:45px;position:relative;overflow-y:scroll}}@media (max-width:1199px){.burger-container .burger-inner-container{top:45px;-webkit-box-pack:normal;-ms-flex-pack:normal;justify-content:normal}}@media (max-width:758px){.burger-container .burger-inner-container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:50px}}.burger-container .burger-inner-container .burger-wrapper{height:795px;width:1440px;display:-webkit-box;display:-ms-flexbox;display:flex;top:4%;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.burger-container .burger-inner-container .burger-wrapper .side{position:relative;display:block;height:100%}.burger-container .burger-inner-container .burger-wrapper .left-side{background:rgba(0,0,0,0);width:27%;color:#fff;height:100%;padding:2.05% 0;overflow:hidden}.burger-container .burger-inner-container .burger-wrapper .left-side .line{position:absolute;height:1px;width:60%;top:30px;background:rgba(255,255,255,.3)}.burger-container .burger-inner-container .burger-wrapper .left-side .line.first{left:-46px}@media (max-width:1480px){.burger-container .burger-inner-container .burger-wrapper{top:0;width:1200px}.burger-container .burger-inner-container .burger-wrapper .left-side .line{top:25px}.burger-container .burger-inner-container .burger-wrapper .left-side .line.first{left:-7px}}@media (max-width:1199px){.burger-container .burger-inner-container .burger-wrapper{margin-left:30px;width:710px;height:1150px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;margin-top:-35px;top:35px}.burger-container .burger-inner-container .burger-wrapper .left-side{width:91.8%;height:29%;padding:3% 0 0}.burger-container .burger-inner-container .burger-wrapper .left-side .line{top:21px;width:75%}.burger-container .burger-inner-container .burger-wrapper .left-side .line.first{left:-343px}}@media (max-width:758px){.burger-container .burger-inner-container .burger-wrapper{width:480px;min-width:480px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:0;margin-top:-10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:10px}.burger-container .burger-inner-container .burger-wrapper .left-side{height:auto}.burger-container .burger-inner-container .burger-wrapper .left-side .line{top:14px;width:75%}.burger-container .burger-inner-container .burger-wrapper .left-side .line.first{left:-147px}}.burger-container .burger-inner-container .burger-wrapper .left-side .line.second{left:215px}.burger-container .burger-inner-container .burger-wrapper .left-side .tip{border-top:1px solid rgba(255,255,255,.3);border-left:1px solid rgba(255,255,255,.3);width:20px;height:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:20px;left:191px}.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner{height:100%;position:relative;border-top-left-radius:3px;border-bottom-left-radius:3px;border-bottom:1px solid rgba(255,255,255,.3);border-left:1px solid rgba(255,255,255,.3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:25px 50px;letter-spacing:.6px}@media (max-width:1480px){.burger-container .burger-inner-container .burger-wrapper .left-side .tip{top:15px}.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner{letter-spacing:normal;padding:25px}}.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .logo{margin-bottom:20px;margin-right:20px}@media (max-width:1199px){.burger-container .burger-inner-container .burger-wrapper .left-side .line.second{left:173px}.burger-container .burger-inner-container .burger-wrapper .left-side .tip{top:12px;left:150px}.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner{border-right:1px solid rgba(255,255,255,.3);border-bottom:none;width:100%;height:100%;padding:20px 30px;border-top-left-radius:0;border-bottom-left-radius:0}.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .logo{margin-bottom:25px}}.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .welcome-text{margin-bottom:20px;text-align:center;width:280px}@media (max-width:1480px){.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .welcome-text{width:260px;margin-bottom:30px}}@media (max-width:1199px){.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .welcome-text{width:auto;margin-bottom:30px}.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .line-yellow{display:none}}@media (max-width:374px){.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .welcome-text{width:300px}}.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .line-yellow{margin-bottom:20px;width:60px;border-bottom:1px solid #ffbe26}.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .business-list{margin-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .business-list-item{margin-bottom:20px;font-size:14px}.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .line-grey{margin-bottom:10px;width:100%;height:1px;border-bottom:1px solid #4d5861}@media (max-width:1199px){.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .business-list{display:none}.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .line-grey{width:40%}}@media (max-width:758px){.burger-container .burger-inner-container .burger-wrapper .left-side .line.second{left:211px}.burger-container .burger-inner-container .burger-wrapper .left-side .tip{top:4px;left:187px}.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .line-grey{width:65%}}.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .support{margin-bottom:20px;font-size:14px;font-weight:bolder;-ms-flex-item-align:baseline;align-self:baseline;letter-spacing:1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:1199px){.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .support{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-ms-flex-item-align:center;align-self:center}}.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .support img{margin-right:10px;color:#ffbe26}.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .support a{color:#fff}.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .support a:hover{text-decoration:none}.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .burger-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .burger-footer a{color:#fff;font-size:12px}.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .burger-footer a:hover{text-decoration:none}.burger-container .burger-inner-container .burger-wrapper .right-side{background:-webkit-gradient(linear,left bottom,left top,from(#3b60f7),to(#2741b0));background:linear-gradient(0deg,#3b60f7 0,#2741b0 100%);width:73%;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:65px 60px 30px;letter-spacing:1px}.burger-container .burger-inner-container .burger-wrapper .right-side .liga-logo{position:absolute;top:20px;z-index:0;pointer-events:none;left:42%}.burger-container .burger-inner-container .burger-wrapper .right-side .platforma-name{font-size:36px;font-weight:700;color:#ffbe26;margin-bottom:20px}.burger-container .burger-inner-container .burger-wrapper .right-side .platforma-description{font-size:18px;text-align:center;margin-bottom:50px;color:#fff;width:520px}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .ar{position:absolute;top:300px}@media (max-width:1480px){.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .support{letter-spacing:normal}.burger-container .burger-inner-container .burger-wrapper .right-side .liga-logo{left:40%}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .ar{top:300px}}@media (max-width:1199px){.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .burger-footer{width:43%}.burger-container .burger-inner-container .burger-wrapper .right-side{width:100%;height:71%}.burger-container .burger-inner-container .burger-wrapper .right-side .liga-logo{left:37%}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .ar{top:300px}}@media (max-width:758px){.burger-container .burger-inner-container .burger-wrapper .left-side .left-side-inner .burger-footer{width:70%}.burger-container .burger-inner-container .burger-wrapper .right-side{height:auto;padding:40px 60px 50px}.burger-container .burger-inner-container .burger-wrapper .right-side .liga-logo{left:32%}.burger-container .burger-inner-container .burger-wrapper .right-side .platforma-description{display:none}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .ar{display:none}}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .ar:first-child{left:223px}@media (max-width:1480px){.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .ar:first-child{left:131px}}@media (max-width:1199px){.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .ar:first-child{left:118px}}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .ar:nth-child(2){left:535px}@media (max-width:1480px){.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .ar:nth-child(2){left:443px}}@media (max-width:1199px){.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .ar:nth-child(2){left:352px}}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .ar:nth-child(3){left:847px}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .arrows{display:-webkit-box;display:-ms-flexbox;display:flex;width:625px;margin-bottom:15px;margin-left:170px}@media (max-width:758px){.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .arrows{display:none}}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .arrows div{width:50%;height:40px}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .arrows div:first-child{border-top:1px solid #ffbe26;border-right:1px solid #ffbe26;border-left:1px solid #ffbe26}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .arrows div:last-child{border-top:1px solid #ffbe26;border-right:1px solid #ffbe26}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main{width:280px;margin-right:50px}@media (max-width:1480px){.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .ar:nth-child(3){left:755px}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .arrows{margin-left:130px}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main{width:260px;margin-right:30px}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:first-child{margin-left:30px}}@media (max-width:1199px){.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .ar:nth-child(3){left:587px}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .arrows{width:470px;margin-left:100px}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main{width:210px;margin-right:20px}}@media (max-width:758px){.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;width:auto;overflow:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;margin-right:0;margin-bottom:20px;-webkit-transition:height .3s ease-in-out;transition:height .3s ease-in-out}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main.opened .text{color:#ffbe26}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main.opened .text span{opacity:1}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main.opened .text i{color:#ffbe26;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:first-child.opened{height:180px}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:nth-child(2).opened{height:280px}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:nth-child(3).opened{height:180px}}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:first-child a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:first-child a img{margin-right:10px;height:22px}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:first-child a span{font-size:10px;margin-top:6px;opacity:.5}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:last-child{margin-right:0}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main .text{color:#ffbe26;margin-bottom:20px;font-weight:700;font-size:18px;z-index:1;letter-spacing:normal}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main .text i{display:none}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main .text .mobilebr{display:none}@media (max-width:1199px){.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:first-child{margin-left:0}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main .text{text-align:center}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main .text .mobilebr{display:inline}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main .description{text-align:center}}@media (max-width:758px){.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main .text{margin-bottom:20px;cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;-webkit-transition:color .3s ease-in-out,opacity .3s ease-in-out;transition:color .3s ease-in-out,opacity .3s ease-in-out}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main .text span{opacity:.5}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main .text i{display:inline-block;-webkit-transition:color .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,color .3s ease-in-out,-webkit-transform .3s ease-in-out;margin-left:10px;color:#fff}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main .description,.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main .text .mobilebr{display:none}}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main .description{color:#fff;font-size:14px;margin-bottom:30px;line-height:14px;letter-spacing:.4px}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main .product-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main .product-list a{color:#fff;margin-bottom:30px;font-weight:bolder}@media (max-width:1199px){.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main .product-list a{margin-left:20px}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:nth-child(2) .product-list .item span{line-height:14px}}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main .product-list a p{opacity:.5}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main .product-list a:hover p,.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main .product-list a:hover span{opacity:1}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:first-child .product-list a:last-child{margin-bottom:0}@media (max-width:758px){.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main .product-list{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main .product-list a{margin-left:0}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:nth-child(2) .product-list{-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal}}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:nth-child(2) .product-list .item{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff;font-size:14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:nth-child(2) .product-list .item a{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:nth-child(2) .product-list .item a:hover span{opacity:1}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:nth-child(2) .product-list .item img{width:25px;height:25px;margin-right:10px;opacity:1}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:nth-child(2) .product-list .item span{opacity:.5;display:block}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:nth-child(2) .product-list .all{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:nth-child(2) .product-list .all a{margin-bottom:0;margin-left:35px;font-size:14px;font-weight:bolder;cursor:pointer}@media (max-width:1199px){.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:nth-child(2) .product-list .all a{margin-left:54px}}@media (max-width:758px){.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:nth-child(2) .product-list .all a{margin-left:35px}}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:nth-child(2) .product-list .all i{margin-left:10px;color:#ffbe26;opacity:1;cursor:pointer}.burger-container .burger-inner-container .burger-wrapper .right-side .arrows-div .products .main:last-child .product-list a{cursor:pointer;font-size:14px;margin-bottom:20px;font-weight:400}.burger-container .burger-inner-container .burger-wrapper .right-side .social-network{position:absolute;bottom:25px;font-size:25px;left:42%}.burger-container .burger-inner-container .burger-wrapper .right-side .social-network a{margin-right:35px;color:#ffbe26}.burger-container .burger-inner-container .burger-wrapper .right-side .social-network a:last-child{margin-right:0}.burger-container .burger-inner-container.big-header{top:75px}.burger-container .burger-inner-container.big-header .burger-wrapper{top:70px}.burger-container .burger-inner-container.big-header .burger-wrapper .left-side .tip{left:207px}.burger-container .burger-inner-container.big-header .burger-wrapper .left-side .line.first{left:-30px}@media (max-width:1480px){.burger-container .burger-inner-container.big-header .burger-wrapper{top:0}.burger-container .burger-inner-container.big-header .burger-wrapper .left-side .line.first{left:-7px;width:65%}}@media (max-width:1199px){.burger-container .burger-inner-container.big-header{top:85px}.burger-container .burger-inner-container.big-header .burger-wrapper{top:30px}.burger-container .burger-inner-container.big-header .burger-wrapper .left-side .tip{left:164px}.burger-container .burger-inner-container.big-header .burger-wrapper .left-side .line.first{left:-264px}}@media (max-width:758px){.burger-container .burger-inner-container .burger-wrapper .right-side .social-network{bottom:15px;font-size:20px}.burger-container .burger-inner-container .burger-wrapper .right-side .social-network a{margin-right:15px}.burger-container .burger-inner-container.big-header{top:50px}.burger-container .burger-inner-container.big-header .burger-wrapper{top:10px}.burger-container .burger-inner-container.big-header .burger-wrapper .left-side .tip{top:4px;left:187px}.burger-container .burger-inner-container.big-header .burger-wrapper .left-side .line.first{left:-103px}}.burger-container .burger-inner-container.big-header .burger-wrapper .left-side .line.second{left:231px}@media (max-width:1199px){.burger-container .burger-inner-container.big-header .burger-wrapper .left-side .line.second{left:188px}}@media (max-width:758px){.burger-container .burger-inner-container.big-header .burger-wrapper .left-side .line.second{left:211px}}"],"host":{}}]}],"members":{"onChanged":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":144,"character":3}}]}],"change":[{"__symbolic":"method"}],"isSmallHeader":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":148,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"CustomRequestService"},{"__symbolic":"reference","name":"LzProductConfig"},{"__symbolic":"reference","name":"LzLanguageService"}]}],"ngOnInit":[{"__symbolic":"method"}],"toggle":[{"__symbolic":"method"}],"getProducts":[{"__symbolic":"method"}],"sortByOrder":[{"__symbolic":"method"}],"scrollToProductList":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"LzLogModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":6,"character":1},"arguments":[{"imports":[],"providers":[{"__symbolic":"reference","name":"LzLogService"}],"declarations":[{"__symbolic":"reference","name":"LzLogDirective"}],"exports":[{"__symbolic":"reference","name":"LzLogDirective"}]}]}],"members":{}},"LzLogService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":6,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"LzUserServiceV2"}]}]}},"LzLogDirective":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":4,"character":1},"arguments":[{"selector":"[lzLog]"}]}],"members":{"lzLog":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":10,"character":3}}]}],"clickEvent":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostListener","line":12,"character":3},"arguments":["click",[]]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"LzLogService"}]}]}},"LzMessageModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":12,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"MessageHtmlComponent"},{"__symbolic":"reference","name":"AccessMessageComponent"},{"__symbolic":"reference","name":"MessageComponent"}],"providers":[{"__symbolic":"reference","name":"LzMessageService"},{"provide":{"__symbolic":"reference","module":"@angular/material/dialog","name":"MatDialogRef","line":21,"character":15},"useValue":{}},{"provide":{"__symbolic":"reference","module":"@angular/material/dialog","name":"MAT_DIALOG_DATA","line":25,"character":15},"useValue":{}}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":30,"character":4},{"__symbolic":"reference","module":"@angular/material/dialog","name":"MatDialogModule","line":31,"character":4},{"__symbolic":"reference","module":"@angular/material/dialog","name":"MatDialogModule","line":32,"character":4},{"__symbolic":"reference","module":"@angular/platform-browser/animations","name":"NoopAnimationsModule","line":33,"character":4},{"__symbolic":"reference","module":"@ngx-translate/core","name":"TranslateModule","line":34,"character":4}],"entryComponents":[{"__symbolic":"reference","name":"MessageHtmlComponent"},{"__symbolic":"reference","name":"AccessMessageComponent"},{"__symbolic":"reference","name":"MessageComponent"}]}]}],"members":{}},"LzMessageService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":14,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient","line":38,"character":28},{"__symbolic":"reference","name":"CustomRequestService"},{"__symbolic":"reference","module":"@angular/material/dialog","name":"MatDialog","line":40,"character":20},{"__symbolic":"reference","name":"LzUserMessagesService"},{"__symbolic":"reference","name":"DomService"},{"__symbolic":"reference","module":"@angular/core","name":"ApplicationRef","line":43,"character":20}]}],"getTextAboutModule":[{"__symbolic":"method"}],"findConfigurations":[{"__symbolic":"method"}]}},"AccessMessageComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":11,"character":1},"arguments":[{"selector":"access-message","template":"<div class=\"container\" *ngIf=\"isShowing\">\n  <div class=\"row\">\n    <div class=\"col-lg-7 col-md-7 col-sm-12 col-xs-12 info-block\">\n      <div class=\"header-access\">\n        <div *ngIf=\"aliasInfo && aliasInfo.module\" id=\"{{aliasInfo.module}}\" class=\"button {{aliasInfo.module}}\">\n          <div class=\"box\">\n            <div class=\"module_ico {{buttonsInfo[aliasInfo.module].ico}}\"></div>\n            <div class=\"title\">{{buttonsInfo[aliasInfo.module].name[lang]}}</div>\n            <div class=\"type\" *ngIf=\"buttonsInfo[aliasInfo.module].type\">{{buttonsInfo[aliasInfo.module].type[lang]}}</div>\n          </div>\n        </div>\n        <div class=\"title\" *ngIf=\"aliasInfo && aliasInfo.module\">\n          <span>{{buttonsInfo[aliasInfo.module].name[lang]}}</span>\n          <span *ngIf=\"buttonsInfo[aliasInfo.module].type\">{{buttonsInfo[aliasInfo.module].type[lang]}}</span>\n        </div>\n      </div>\n      <div class=\"about-module\" *ngIf=\"doc && doc.text\" [innerHTML]=\"doc.text\"></div>\n    </div>\n\n    <div class=\"col-lg-5 col-md-5 col-sm-12 col-xs-12 buttons-block\" *ngIf=\"isAnonymous\">\n      <div *ngIf=\"!isFreeInIdLevel\" class=\"title\">{{'access.titleBuyForm' | translate}}</div>\n      <div *ngIf=\"isFreeInIdLevel\" class=\"title pb25\">{{'access.titleAuthForm' | translate}}</div>\n      <div class=\"btn-access-block\">\n        <div class=\"row\">\n          <a *ngIf=\"!isFreeInIdLevel\" class=\"access-btn\" target=\"_blank\" href=\"https://platforma.ligazakon.net/buy-{{lang}}/\"><span\n              class=\"btn-primary-text\">{{'access.btnBuy' | translate}}</span></a>\n          <a *ngIf=\"isFreeInIdLevel\" class=\"access-btn\" (click)=\"goReg()\">{{'access.reg' | translate}}</a>\n        </div>\n        <div class=\"row\">\n          <a *ngIf=\"!isFreeInIdLevel && productId != 'reporting' && productId != 'semantrum_web'\" class=\"hint cp\"\n            (click)=\"doPurchase(productCode, true); close()\">{{'access.btnTry' | translate}}</a>\n          <div *ngIf=\"isFreeInIdLevel\" class=\"sub-auth-title\">{{'access.subtitleAuthForm' | translate}}</div>\n          <a *ngIf=\"isFreeInIdLevel && !productBuyLink && productId != 'personalExpert'\" class=\"hint cp\" (click)=\"goAuth()\">{{'access.auth'\n            | translate}}</a>\n        </div>\n      </div>\n      <a class=\"hint\" *ngIf=\"!isFreeInIdLevel\" style=\"margin-bottom: 5px\" target=\"_blank\" href=\"https://platforma.ligazakon.net/buy-{{lang}}/\">{{'access.hint'\n        | translate}}</a>\n    </div>\n    <div class=\"col-lg-5 col-md-5 col-sm-12 col-xs-12 buttons-block\" *ngIf=\"!isAnonymous\">\n      <div class=\"title\">{{'access.titleBuyForm' | translate}}</div>\n      <div class=\"btn-access-block\">\n        <div class=\"row\" *ngIf=\"productId == 'semantrum_web'\">\n          <a class=\"access-btn\" target=\"_blank\" href=\"{{buyLink}}\"><span class=\"btn-primary-text\">{{'access.btnBuy' |\n              translate}}</span></a>\n        </div>\n        <div class=\"row\" *ngIf=\"productId == 'reporting'\">\n          <a class=\"access-btn\" target=\"_blank\" href=\"{{productBuyLink}}\"><span class=\"btn-primary-text\">{{'access.btnBuy'\n              | translate}}</span></a>\n        </div>\n        <div class=\"row\" *ngIf=\"productId != 'reporting' && productId != 'semantrum_web'\">\n          <a class=\"access-btn\" target=\"_blank\" href=\"https://platforma.ligazakon.net/buy-{{lang}}/\"><span class=\"btn-primary-text\">{{'access.btnBuy'\n              | translate}}</span></a>\n        </div>\n        <div class=\"row\" *ngIf=\"productId == 'reporting'\">\n          <a class=\"hint cp\" (click)=\"testReporting(); close()\">{{'access.btnTry' | translate}}</a>\n        </div>\n        <div class=\"row\" *ngIf=\"productId == 'semantrum_web'\">\n          <a class=\"hint cp\" target=\"_blank\" href=\"{{testLink}}\">{{'access.btnTry' | translate}}</a>\n        </div>\n        <div class=\"row\" *ngIf=\"productId != 'reporting' && productId != 'semantrum_web'\">\n          <a class=\"hint cp\" (click)=\"doPurchase('ipas_commercial',true); close()\">{{'access.btnTry' | translate}}</a>\n        </div>\n      </div>\n      <a class=\"hint\" style=\"margin-bottom: 5px\" href=\"https://platforma.ligazakon.net/buy-{{lang}}/\" target=\"_blank\">{{'access.hint'\n        | translate}}</a>\n    </div>\n  </div>\n  <div class=\"close\" (click)=\"close()\"><i class=\"fa fa-times\" aria-hidden=\"true\"></i></div>\n</div>\n","styles":[".lz-pl-container{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container{width:732px;padding:0}}@media (min-width:1002px){.lz-pl-container{width:976px}}@media (min-width:1490px){.lz-pl-container{width:1440px}}.lz-pl-container-new{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container-new{width:732px;padding:0}}@media (min-width:1200px){.lz-pl-container-new{width:1200px}}@media (min-width:1490px){.lz-pl-container-new{width:1440px}}.modal-lg{width:900px}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}*{text-shadow:none!important}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto;vertical-align:middle}.h1,.h2,.h3,.h4,.h5,.h6,button,h1,h2,h3,h4,h5,h6,input,p,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input:focus,textarea:focus{outline:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.1}fieldset{border:none}::ng-deep .cdk-overlay-container{z-index:1111}::ng-deep .cdk-overlay-container ::ng-deep .cdk-overlay-pane{max-width:95vw!important}::ng-deep .cdk-overlay-container ::ng-deep .cdk-overlay-pane ::ng-deep .mat-dialog-container{margin:0;padding:0;max-height:95vh;border-radius:0}@media (max-width:757px){::ng-deep .cdk-overlay-container ::ng-deep .cdk-overlay-pane ::ng-deep .mat-dialog-container{max-height:80vh}}::ng-deep .cdk-global-scrollblock{position:static!important;overflow:hidden}::ng-deep .cdk-global-scrollblock body{overflow:hidden}.access-btn{background-image:none;display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;white-space:nowrap;padding:15px 24px;font-size:16px;line-height:1.42857143;border-radius:4px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:#fff;background-color:#00adfa;border:none;overflow:hidden;z-index:1;position:relative;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.15);box-shadow:0 2px 5px 0 rgba(0,0,0,.15);margin-right:10px}.access-btn:after{position:absolute;content:'';right:0;left:0;bottom:0;height:4px;background:#009ce9;transition:.15s;-webkit-transition:.15s;-o-transition:.15s;z-index:-1}.close{right:11px;top:7px;position:absolute;cursor:pointer}.modal-content{overflow:hidden}.container{width:auto;background:#f5fdff}.info-block{font-family:Geometria,Arial,sans-serif;background:#fff;padding:40px 20px 40px 40px;min-height:400px}.info-block .title{margin-left:30px;font-size:22px;font-weight:900;line-height:1.5em;color:#00b0ff}.info-block .text{padding:30px;line-height:1.4em}.info-block .button{float:left;display:block;position:relative;margin-right:30px}.info-block .button.lawmaking .box{background-image:url(/dist/ng2/src/assets/pl-header-assets/img/lawmaking.png);background-repeat:no-repeat;background-position:center center}.info-block .button.lawmaking .box .title{text-shadow:0 1px 5px rgba(41,58,85,.15),0 2px 15px rgba(66,165,245,.25);font-size:18px;font-weight:700;color:#fff}.info-block .button.advocatebase .box .title{font-size:18px;font-weight:700}.info-block .button .box{overflow:hidden;padding-top:15px;margin-bottom:12px;position:relative;text-align:center;text-decoration:none;width:120px;height:120px;-webkit-transition:.5s cubic-bezier(.73,.14,.4,1.58);transition:.5s cubic-bezier(.73,.14,.4,1.58);background:rgba(255,255,255,.9);border-radius:6px;-webkit-box-shadow:0 1px 5px 0 rgba(41,58,85,.15),0 2px 15px 0 rgba(66,165,245,.25);box-shadow:0 1px 5px 0 rgba(41,58,85,.15),0 2px 15px 0 rgba(66,165,245,.25);opacity:1;transform:translateY(0) translateZ(0);-webkit-transform:translateY(0) translateZ(0);-moz-transform:translateY(0) translateZ(0);-o-transform:translateY(0) translateZ(0);-ms-transform:translateY(0) translateZ(0);z-index:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:479px){.info-block{padding:40px 20px}.info-block .title{margin-left:0;width:100%;text-align:center;margin-bottom:8px}.info-block .button{float:unset;display:block;margin-right:0;text-align:center}.info-block .button .box{display:inline-block}}.info-block .button .box .type{font-size:12px;color:#fff;font-weight:700;text-transform:uppercase;background-color:#8c8c8c;border-radius:5px;margin-top:5px;line-height:1.45;padding:0 10px;display:inline-block}.info-block .button .box .title{margin:13px auto auto;text-transform:uppercase;font-size:10px;line-height:1.45;font-weight:700;color:#293a55;padding:0 10px}.info-block .button .box .module_ico{background-size:contain;width:36px;height:36px;margin:auto;background-repeat:no-repeat;background-position:center center}.info-block .button#instructions .box .title{margin-top:6px}@media (min-width:481px){.info-block .button .box{height:180px;width:180px;margin-bottom:12px;padding-top:26px}.info-block .button .box .type{font-size:13pt;line-height:20pt}.info-block .button .box .module_ico{width:60px;height:60px}.info-block .button .box .title{font-size:16px;font-weight:600;margin-top:14px;line-height:normal}.info-block .button#instructions .box .title{margin-top:6px}}@media (min-width:758px){.info-block .button .box{height:200px;width:200px;margin-bottom:24px;padding-top:35px}.info-block .button .box .type{font-size:16px}.info-block .button .box .title{margin-top:24px;font-size:16px;font-weight:600}.info-block .button#instructions .box .title{margin-top:10px}.modal-lg{width:732px}}.info-block .button.judicial_practice_for_acountant .type,.info-block .button.situationAccountant .type{background-color:#11b08d}.info-block .button.situationBusiness .type{background-color:#f9a825}.info-block .button.situationLawyer .type{background-color:#1e88e5}.info-block .button.cases_for_hr .type,.info-block .button.instructions .type{background-color:#e31b24}.info-block .about-module .tip{display:inline-block}.buttons-block{font-family:Geometria,Arial,sans-serif;padding:40px 50px 20px;position:relative}.buttons-block .pb40{padding-bottom:40px!important}.buttons-block .pb15{margin-bottom:15px!important}.buttons-block .pb10{margin-bottom:10px!important}.buttons-block .pb25{margin-bottom:25px!important}.buttons-block .cp{font-size:16px!important;cursor:pointer}.buttons-block .cp:hover{text-decoration:none}.buttons-block .sub-auth-title{font-size:12px;margin-bottom:0!important;margin-top:10px!important}.buttons-block .orange-button{color:#000}.buttons-block .btn-primary-text{font-weight:500}.buttons-block .title{font-size:22px;font-weight:400;padding:0 35px;text-align:center;margin-bottom:20px;line-height:1.5em;color:#25408f}.buttons-block .sub-title{text-align:center;margin-bottom:20px}.buttons-block .hint{display:block;color:#00b0ff;margin-bottom:45px;font-size:13px;text-align:center}.buttons-block .hint:hover{text-decoration:none}.buttons-block .btn-access-block{text-align:center;margin-top:10px;margin-bottom:74px}.buttons-block .btn-access-block .btn{padding-left:30px;padding-right:30px;margin:5px}.buttons-block .btn-access-block .btn-default{-webkit-box-shadow:0 1px 5px 0 rgba(41,58,85,.15),0 2px 15px 0 rgba(66,165,245,.25);box-shadow:0 1px 5px 0 rgba(41,58,85,.15),0 2px 15px 0 rgba(66,165,245,.25);border:none}@media (min-width:1002px){.modal-lg{width:976px}}@media (min-width:1490px){.modal-lg{width:1464px}}"]}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":138,"character":5},"arguments":[{"__symbolic":"reference","module":"@angular/material/dialog","name":"MAT_DIALOG_DATA","line":138,"character":12}]}],null,null,null,null],"parameters":[{"__symbolic":"reference","name":"LzProductConfig"},{"__symbolic":"reference","name":"any"},{"__symbolic":"reference","name":"MatDialogRef","module":"@angular/material/dialog","arguments":[{"__symbolic":"reference","name":"AccessMessageComponent"}]},{"__symbolic":"reference","name":"LzPurchaseService"},{"__symbolic":"reference","name":"CustomRequestService"},{"__symbolic":"reference","name":"LzUserServiceV2"}]}],"close":[{"__symbolic":"method"}],"doPurchase":[{"__symbolic":"method"}],"getTextAboutModule":[{"__symbolic":"method"}],"findConfigurations":[{"__symbolic":"method"}],"testReporting":[{"__symbolic":"method"}]}},"MessageComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":4,"character":1},"arguments":[{"selector":"lz-message-component","template":"<div class=\"lz-message\" [ngClass]=\"{'lz-message-hide': !isShow}\">\n  <span>{{componentData.text}}</span>\n  <div class=\"close\" (click)=\"close()\">\n    <i class=\"fa fa-times\"></i>\n  </div>\n</div>\n","styles":[".lz-pl-container{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container{width:732px;padding:0}}@media (min-width:1002px){.lz-pl-container{width:976px}}@media (min-width:1490px){.lz-pl-container{width:1440px}}.lz-pl-container-new{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container-new{width:732px;padding:0}}@media (min-width:1200px){.lz-pl-container-new{width:1200px}}@media (min-width:1490px){.lz-pl-container-new{width:1440px}}.modal-lg{width:900px}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}*{text-shadow:none!important}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto;vertical-align:middle}.h1,.h2,.h3,.h4,.h5,.h6,button,h1,h2,h3,h4,h5,h6,input,p,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input:focus,textarea:focus{outline:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.1}fieldset{border:none}:host .lz-message{font-family:Geometria,Arial,sans-serif;position:fixed;bottom:20px;left:20px;background-color:rgba(0,0,0,.65);color:#fff;padding:10px 35px 10px 10px;border-radius:5px;z-index:1112}:host .lz-message .close{position:absolute;right:13px;top:50%;font-size:16px;line-height:20px;margin-top:-10px;cursor:pointer}:host .lz-message.lz-message-hide{display:none}"]}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ApplicationRef","line":21,"character":30}]}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"MessageHtmlComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":4,"character":1},"arguments":[{"selector":"lz-message-html","template":"<div class=\"lz-user-messages-modal\" id=\"lz-user-messages-modal\">\n  <div [innerHTML]=\"content.data\"></div>\n</div>\n","styles":[".lz-pl-container{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container{width:732px;padding:0}}@media (min-width:1002px){.lz-pl-container{width:976px}}@media (min-width:1490px){.lz-pl-container{width:1440px}}.lz-pl-container-new{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container-new{width:732px;padding:0}}@media (min-width:1200px){.lz-pl-container-new{width:1200px}}@media (min-width:1490px){.lz-pl-container-new{width:1440px}}.modal-lg{width:900px}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}*{text-shadow:none!important}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto;vertical-align:middle}.h1,.h2,.h3,.h4,.h5,.h6,button,h1,h2,h3,h4,h5,h6,input,p,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input:focus,textarea:focus{outline:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.1}fieldset{border:none}::ng-deep .cdk-overlay-container ::ng-deep .cdk-overlay-pane{max-width:95vw!important}::ng-deep .cdk-overlay-container ::ng-deep .cdk-overlay-pane ::ng-deep .mat-dialog-container{max-height:95vh}::ng-deep .cdk-global-scrollblock{position:static!important;overflow:hidden;overflow-y:hidden}::ng-deep .cdk-global-scrollblock body{overflow:hidden}::ng-deep .cdk-overlay-container{z-index:1111}::ng-deep .cdk-overlay-container ::ng-deep .cdk-overlay-backdrop{z-index:1998}::ng-deep .cdk-overlay-container ::ng-deep .cdk-global-overlay-wrapper{z-index:1999}::ng-deep .cdk-overlay-container ::ng-deep .cdk-overlay-pane ::ng-deep .mat-dialog-container{margin:0;padding:0!important;max-height:95vh;border-radius:0}@media (max-width:757px){::ng-deep .cdk-overlay-container ::ng-deep .cdk-overlay-pane ::ng-deep .mat-dialog-container{max-height:80vh}}::ng-deep .cdk-overlay-container .lz-user-message-modal{margin-top:10px}::ng-deep .cdk-overlay-container .lz-user-message-modal ::ng-deep .mat-dialog-container{margin:0;padding:0;max-height:95vh;height:auto;width:auto}.lz-user-messages-modal{position:relative;font-family:Geometria,Arial,sans-serif;padding:10px}.lz-user-messages-modal .close-icon{position:absolute;top:-15px;right:0;cursor:pointer;color:rgba(0,0,0,.36078431)}"],"host":{"(click)":"onClickInside($event)","(document:click)":"onClickOutside($event)","$quoted$":["(click)","(document:click)"]}}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":22,"character":5},"arguments":[{"__symbolic":"reference","module":"@angular/material/dialog","name":"MAT_DIALOG_DATA","line":22,"character":12}]}],null,null,null],"parameters":[{"__symbolic":"reference","name":"any"},{"__symbolic":"reference","name":"MatDialogRef","module":"@angular/material/dialog","arguments":[{"__symbolic":"reference","name":"MessageHtmlComponent"}]},{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":24,"character":24},{"__symbolic":"reference","module":"@angular/platform-browser","name":"DomSanitizer","line":25,"character":22}]}],"onClickInside":[{"__symbolic":"method"}],"onClickOutside":[{"__symbolic":"method"}]}},"LzPurchaseModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":15,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"LzThnxForPurchaseComponent"},{"__symbolic":"reference","name":"LzPurchaseNewComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/forms","name":"ReactiveFormsModule","line":21,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":22,"character":4},{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClientModule","line":23,"character":4},{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":24,"character":4},{"__symbolic":"reference","name":"SharingModule"},{"__symbolic":"call","expression":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"ngx-captcha","name":"NgxCaptchaModule","line":26,"character":4},"member":"forRoot"}},{"__symbolic":"reference","module":"angular2-text-mask","name":"TextMaskModule","line":27,"character":4},{"__symbolic":"reference","module":"@ngx-translate/core","name":"TranslateModule","line":28,"character":4}],"providers":[{"__symbolic":"reference","name":"LzPurchaseService"},{"__symbolic":"reference","name":"LzThnxForPurchaseService"}],"entryComponents":[{"__symbolic":"reference","name":"LzThnxForPurchaseComponent"},{"__symbolic":"reference","name":"LzPurchaseNewComponent"}]}]}],"members":{}},"LzPurchaseService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":5,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/material/dialog","name":"MatDialog","line":13,"character":29},{"__symbolic":"reference","name":"LzCookieService"}]}],"doPurchaseNew":[{"__symbolic":"method"}]}},"LzThnxForPurchaseService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":5,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/material/dialog","name":"MatDialog","line":10,"character":29},{"__symbolic":"reference","name":"LzCookieService"}]}],"openThnx":[{"__symbolic":"method"}]}},"LzPurchaseNewComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":19,"character":1},"arguments":[{"selector":"app-lz-purchase-new","template":"<div class=\"order-test\">\n\n  <div class=\"order-test\">\n\n\n    <div *ngIf=\"showSlider === true\" class=\"slider-container\">\n      <div class=\"slider-title\">\n        <img src=\"{{product.logoSmall}}\" alt=\"\"><div class=\"product-name\">{{product.title}}</div>\n      </div>\n      <div class=\"close-mobile\" *ngIf=\"showSlider === true\" (click)=\"cancel()\"><i class=\"fa fa-remove\"></i></div>\n      <div class=\"slider-desc\"><p>{{product.description}}</p></div>\n      <div class=\"line\" [ngStyle]=\"{'background-color': product.backgroundColor}\"></div>\n      <div class=\"desc\" *ngIf=\"product.presentation.video\"><p>{{product.presentation.descriptionBottom}}</p></div>\n      <div *ngFor=\"let slide of product.presentation.slides\"><div class=\"desc\" *ngIf=\"!product.presentation.video && slide == currentActiveImg\"><p>{{slide.description}}</p></div></div>\n      <div class=\"mobile-wrapper\" [ngClass]=\"{'video': product.presentation.video}\">\n        <div class=\"laptop\"><img src=\"/dist/ng2/src/assets/pl-header-assets/img/laptop.png\" alt=\"\"></div>\n        <div class=\"mobile-control left\" *ngIf=\"!product.presentation.video\"><i class=\"fa fa-chevron-left\" (click)=\"setActivePrev()\"></i></div>\n        <div class=\"slider-wrapper\" *ngIf=\"!product.presentation.video\">\n          <div class=\"slider-item\"  id=\"swipe\"  *ngFor=\"let img of product.presentation.slides\"\n               [ngClass]=\"{'active': img == currentActiveImg}\">\n            <img src=\"{{img.src}}\">\n          </div>\n        </div>\n        <div class=\"video-container\" *ngIf=\"product.presentation.video\">\n          <iframe width=\"430\" height=\"242\"\n                  [src]=\"videoUrl\">\n          </iframe>\n        </div>\n        <div class=\"mobile-control right\" *ngIf=\"!product.presentation.video\"><i class=\"fa fa-chevron-right\" (click)=\"setActiveNext()\"></i></div>\n      </div>\n      <!--<div class=\"controls\" *ngIf=\"!product.presentation.video\">-->\n      <!--<i class=\"fa fa-chevron-left\" (click)=\"setActivePrev()\"></i>-->\n      <!--<div class=\"middle\"></div>-->\n      <!--<i class=\"fa fa-chevron-right\" (click)=\"setActiveNext()\"></i>-->\n      <!--</div>-->\n    </div>\n\n    <div class=\"right-block\">\n      <div *ngIf=\"showSlider == true\" class=\"order-test-footer\">\n        <!--<div class=\"footer-title\">-->\n        <!--<p>{{'user.signinup.unitedProfile' | translate}}</p>-->\n        <!--</div>-->\n        <!--<div class=\"footer-list\">-->\n        <!--<ul>-->\n        <!--<li *ngFor=\"let item of products\">-->\n        <!--<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"{{item.enterLink}}\">{{item.title}}</a>-->\n        <!--</li>-->\n        <!--<li>-->\n        <!--<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"http://platforma.ligazakon.net\">{{'user.signinup.others' | translate}}</a>-->\n        <!--</li>-->\n        <!--</ul>-->\n        <!--</div>-->\n      </div>\n      <div class=\"order-test-form\">\n        <div class=\"close-mobile\" *ngIf=\"showSlider === false\" (click)=\"cancel()\"><i class=\"fa fa-remove\"></i></div>\n        <div class=\"lz-logo\"><img src=\"/dist/ng2/src/assets/pl-header-assets/img/cutted-logo.png\" alt=\"\"></div>\n        <div class=\"lz-logo-mobile\"><img src=\"/dist/ng2/src/assets/pl-header-assets/img/lz-logo.png\" alt=\"\"></div>\n        <h1>{{'lzPurchase.order' | translate}}<br/> тест</h1>\n        <div class=\"close\" (click)=\"cancel()\"><i class=\"fa fa-remove\"></i></div>\n        <form name=\"orderForm\" [formGroup]=\"orderForm\"  novalidate>\n          <div class=\"form-group\">\n            <input type=\"text\"\n                   class=\"input-field\"\n                   name=\"firstname\"\n                   id=\"{{alias}}-main_lznet-click-firstname_field-input-popup_register-1\"\n                   [(ngModel)]=\"buy.firstName\"\n                   formControlName=\"firstname\"\n                   placeholder=\"{{'user.signinup.firstname' | translate}}\" [maxlength]=\"256\" [ngClass]=\"{'submitted' : this.submitted}\"\n                   required>\n            <div class=\"error-field\" *ngIf=\"(orderForm.get('firstname').invalid && orderForm.get('firstname').touched) || serverError\">\n              <span *ngIf=\"serverValidation.firstName.invalid\">{{serverValidation.firstName.message}}</span>\n            </div>\n          </div>\n          <div class=\"form-group\">\n\n\n            <input type=\"text\" class=\"input-field\" name=\"lastname\" id=\"{{alias}}-main_lznet-click-lastname_field-input-popup_register-1\"\n                   [(ngModel)]=\"buy.lastName\" formControlName=\"lastname\"\n                   placeholder=\"{{'user.signinup.lastname' | translate}}\" [ngClass]=\"{'submitted' : this.submitted}\"\n                   [maxlength]=\"256\" required>\n            <div class=\"error-field\" *ngIf=\"orderForm.get('lastname').invalid && orderForm.get('lastname').touched\">\n            </div>\n          </div>\n          <div class=\"form-group\">\n\n            <input type=\"text\"\n                   class=\"input-field\"\n                   name=\"email\"\n                   id=\"{{alias}}-main_lznet-click-email_field-input-popup_register-1\"\n                   [(ngModel)]=\"buy.email\"\n                   formControlName=\"email\"\n                   placeholder=\"{{'lzPurchase.emailLabel' | translate}}\" [maxlength]=\"256\" [ngClass]=\"{'submitted' : this.submitted}\"\n                   required>\n            <div class=\"error-field\" *ngIf=\"(orderForm.get('email').invalid && orderForm.get('email').touched) || serverError\">\n              <span *ngIf=\"!serverError && orderForm.get('email')['errors']['pattern']\">{{'user.signinup.emailRegPattern' | translate}}</span>\n              <span *ngIf=\"serverValidation.email.invalid\">{{serverValidation.email.message}}</span>\n            </div>\n            <div class=\"qmark\"><div class=\"hint\"><p>{{'user.signinup.tip' | translate}}</p></div><i class=\"fa fa-question-circle-o\"></i></div>\n          </div>\n          <div class=\"form-group\">\n\n            <input *ngIf=\"useMask\" type=\"text\"\n                   class=\"input-field phone\"\n                   name=\"phone\"\n                   id=\"{{alias}}-main_lznet-click-phone_field-input-popup_register-1\"\n                   [(ngModel)]=\"buy.phone\" [textMask]=\"{mask: mask}\"\n                   formControlName=\"phone\"\n                   placeholder=\"{{'user.signinup.phone' | translate}}\" [ngClass]=\"{'submitted' : this.submitted}\"\n                   required>\n            <input *ngIf=\"!useMask\" type=\"text\"\n                   class=\"input-field phone\"\n                   name=\"phone\"\n                   id=\"{{alias}}-main_lznet-click-phone_field-input-popup_register-1\"\n                   [(ngModel)]=\"buy.phone\"\n                   formControlName=\"phone\"\n                   placeholder=\"{{'user.signinup.phone' | translate}}\" [ngClass]=\"{'submitted' : this.submitted}\"\n                   required>\n            <div class=\"error-field\" *ngIf=\"(orderForm.get('phone').invalid && orderForm.get('phone').touched) || serverError\">\n              <!--<span *ngIf=\"!serverError && orderForm.get('phone')['errors']['pattern']\">{{'lzPurchase.phonePattern' | translate}}</span>-->\n              <span *ngIf=\"serverValidation.phone.invalid\">{{serverValidation.phone.message}}</span>\n            </div>\n          </div>\n          <div class=\"form-group\">\n\n            <input type=\"text\" class=\"input-field\" name=\"company\" id=\"{{alias}}-main_lznet-click-companyname_field-input-popup_register-1\"\n                   [(ngModel)]=\"buy.companyName\" formControlName=\"company\"\n                   placeholder=\"{{'user.signinup.companyName' | translate}}\" [ngClass]=\"{'submitted' : this.submitted}\"\n                   [maxlength]=\"256\" required>\n            <div class=\"error-field\" *ngIf=\"(orderForm.get('company').invalid && orderForm.get('company').touched) || serverError\">\n              <span *ngIf=\"serverValidation.companyName.invalid\">{{serverValidation.companyName.message}}</span>\n            </div>\n          </div>\n\n          <fieldset onclick=\"\" class=\"check\">\n            <label class=\"container\" onclick=\"\">{{'user.signinup.agree' | translate}}<a target=\"_blank\" rel=\"noopener noreferrer\" id=\"{{alias}}-main_lznet-click-rules-link-popup_register-1\"\n                                                                                        href=\"http://support1.ligazakon.ua/politika-konfidencijnosti-ta-obrobki-personalnix-danix\">\n              {{'user.signinup.personalData' | translate}}</a>{{'user.signinup.and' | translate}}<a target=\"_blank\" rel=\"noopener noreferrer\" id=\"{{alias}}-click-licen_agree-link-popup_register-1\"\n                                                                                                    href=\"https://ligazakon.net/license\">{{'user.signinup.license' | translate}}</a>\n              <div class=\"error-field-confirmData\" *ngIf=\"(orderForm.get('confirmDataSaving').invalid && orderForm.get('confirmDataSaving').touched) ||\n                        (orderForm.get('confirmDataSaving').invalid && orderForm.get('confirmDataSaving').dirty) ||\n                        (orderForm.get('confirmDataSaving').invalid && this.submitted)\">\n                <span>{{'lzPurchase.regConfirmDataError' | translate}}</span>\n                <div class=\"pointer\"></div>\n              </div>\n              <input type=\"checkbox\" class=\"form-control confirmDataSavingCheckbox\"\n                     formControlName=\"confirmDataSaving\"\n                     id=\"{{alias}}-main_lznet-click-i_agree-chkbox-popup_register-1\"\n              >\n\n              <span class=\"checkmark\"></span>\n            </label>\n\n          </fieldset>\n          <button id=\"{{alias}}-click-order_test-button-popup_ordertest-1\" (click)=\"execute()\" [ngClass]=\"{'loading': isDisabled}\" [disabled]=\"isDisabled\"><p *ngIf=\"!isDisabled\">{{'lzPurchase.order' | translate}}</p><lz-preloader *ngIf=\"isDisabled\"></lz-preloader></button>\n        </form>\n        <!--<section class=\"social-network\">-->\n        <!--<div class=\"or\"><span>{{'user.signinup.orBlock' | translate}}</span></div>-->\n        <!--<div class=\"social-network_icons\">-->\n        <!--<div class=\"social-network_btn\" (click)=\"getToken('/lzwpservice/authorize/authSN/facebook')\">-->\n        <!--<i class=\"fa fa-facebook\"></i>-->\n        <!--</div>-->\n        <!--<div class=\"social-network_btn\" (click)=\"getToken('/lzwpservice/authorize/authSN/google')\">-->\n        <!--<i class=\"fa fa-google-plus\"></i>-->\n        <!--</div>-->\n        <!--<div class=\"social-network_btn\" (click)=\"getToken('/lzwpservice/authorize/authSN/linkedin')\">-->\n        <!--<i class=\"fa fa-linkedin\"></i>-->\n        <!--</div>-->\n        <!--</div>-->\n        <!--</section>-->\n      </div>\n      <!--<div class=\"order-footer-mobile\">-->\n      <!--<div class=\"footer-title\">-->\n      <!--<p>{{'user.signinup.unitedProfile' | translate}}</p>-->\n      <!--</div>-->\n      <!--<div class=\"footer-list\">-->\n      <!--<ul>-->\n      <!--<li *ngFor=\"let item of products\">-->\n      <!--<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"{{item.enterLink}}\">{{item.title}}</a>-->\n      <!--</li>-->\n      <!--<li>-->\n      <!--<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"http://platforma.ligazakon.net\">{{'user.signinup.others' | translate}}</a>-->\n      <!--</li>-->\n\n      <!--</ul>-->\n      <!--</div>-->\n      <!--</div>-->\n    </div>\n\n\n    <form [formGroup]=\"cFormGroup\">\n    <ngx-invisible-recaptcha hl=\"uk\" #captchaRef (success)=\"orderTest($event)\" siteKey=\"6LcfMkgUAAAAAOmzWe6krfV-cgR3MczaQVrqxUVR\"\n      formControlName=\"recaptcha\"></ngx-invisible-recaptcha>\n  </form>\n</div>\n","styles":["*{margin:0;padding:0}::ng-deep .cdk-global-scrollblock{position:static!important;overflow:hidden}::ng-deep .cdk-global-scrollblock body{overflow:hidden}::ng-deep .cdk-overlay-backdrop{background:rgba(0,0,0,.588)}::ng-deep .cdk-overlay-container .myPane .mat-dialog-container{margin:0;max-height:95vh;max-width:95vw;border-radius:0;padding:0;background:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;opacity:1;overflow:visible;font-family:Geometria,sans-serif;font-weight:400}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover{border:0;-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out;transition:background-color 5000s ease-in-out;background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,174,255,.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,.03) 100%)}.order-test{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.order-test .slider-container{width:580px;height:585px;background-color:#fff;position:absolute;top:-35px;left:-80px;padding:0 75px}@media (max-width:1199px){::ng-deep .cdk-overlay-container .myPane{max-width:640px!important}::ng-deep .cdk-overlay-container .myPane .mat-dialog-container{overflow-x:hidden;max-width:640px}.order-test{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.order-test .slider-container{width:635px;height:auto;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding:0 30px}}.order-test .slider-container .slider-title{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.order-test .slider-container .slider-title img{margin-right:10px}@media (max-width:1199px){.order-test .slider-container .slider-title{margin-left:0;width:321px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.order-test .slider-container .slider-title .product-name{font-weight:700;font-size:34px;text-align:left;line-height:30px}.order-test .slider-container .close-mobile{position:absolute;border:1px solid #c0c5e2;color:#c0c5e2;right:10px;top:10px;width:35px;padding:5px;text-align:center;cursor:pointer;display:none}@media (max-width:420px){.order-test .slider-container .close-mobile{right:60px}}.order-test .slider-container .slider-desc{margin-top:10px;font-size:14px}@media (max-width:1199px){.order-test .slider-container .close-mobile{display:block}.order-test .slider-container .slider-desc{margin-left:0;margin-top:5px}}@media (max-width:758px){::ng-deep .cdk-overlay-container .myPane{max-width:450px!important}::ng-deep .cdk-overlay-container .myPane .mat-dialog-container{max-width:450px}.order-test{width:450px}.order-test .slider-container{width:450px;max-width:100%}.order-test .slider-container .slider-title .product-name{font-size:25px}.order-test .slider-container .slider-desc{margin-left:20px;margin-right:20px}}.order-test .slider-container .line{margin-top:10px;width:50px;height:3px}@media (max-width:1199px){.order-test .slider-container .line{margin-left:0;margin-top:5px}}.order-test .slider-container .desc{margin-top:10px;font-size:18px;font-weight:700;width:430px;line-height:125%;height:70px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:430px){.order-test .slider-container .desc{width:300px}}.order-test .slider-container .mobile-wrapper .laptop{position:absolute;left:25px;top:240px}@media (max-width:1199px){.order-test .slider-container .desc{margin-left:0;margin-top:5px;height:auto;display:block}.order-test .slider-container .mobile-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0 90px;font-size:21px;width:95%}.order-test .slider-container .mobile-wrapper .laptop{bottom:25px;top:auto;width:585px;z-index:0;pointer-events:none}.order-test .slider-container .mobile-wrapper .laptop img{width:100%}}@media (max-width:758px){.order-test .slider-container .mobile-wrapper{margin:5px 0 20px;width:80%}.order-test .slider-container .mobile-wrapper .laptop{display:none}}.order-test .slider-container .mobile-wrapper.video{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.order-test .slider-container .slider-wrapper{margin-top:15px;height:261px;width:430px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;bottom:66px;position:absolute}.order-test .slider-container .slider-wrapper img{max-width:unset}@media (max-width:1199px){.order-test .slider-container .slider-wrapper{width:465px;height:285px;top:25px;margin-left:0;margin-top:0;position:relative;bottom:0}.order-test .slider-container .slider-wrapper img{width:465px;height:285px}}@media (max-width:758px){.order-test .slider-container .slider-wrapper{width:320px;height:180px;top:auto}.order-test .slider-container .slider-wrapper img{width:320px;height:180px}}.order-test .slider-container .video-container{margin-top:15px}.order-test .slider-container .mobile-control{display:block;color:#000;position:absolute;top:64%;cursor:pointer}.order-test .slider-container .mobile-control.left{left:40px}.order-test .slider-container .mobile-control.right{right:40px}@media (max-width:1199px){.order-test .slider-container .video-container{margin-left:0;margin-bottom:0;margin-top:5px}.order-test .slider-container .mobile-control{position:relative;top:20px;display:block;color:#d6d6d6}.order-test .slider-container .mobile-control.left{left:auto}.order-test .slider-container .mobile-control.right{right:auto}}@media (max-width:758px){.order-test .slider-container .mobile-control{position:relative;top:0;display:block;color:#d6d6d6}.order-test .slider-container .mobile-control.left{left:-20px}.order-test .slider-container .mobile-control.right{right:-20px}}.order-test .slider-container .controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;right:240px;bottom:40px}.order-test .slider-container .controls .middle{width:65px}.order-test .slider-container .controls .fa{cursor:pointer}.order-test .right-block{display:-webkit-box;display:-ms-flexbox;display:flex;background:-webkit-gradient(linear,left bottom,left top,from(#3b60f7),to(#2741b0));background:linear-gradient(0deg,#3b60f7 0,#2741b0 100%)}@media (max-width:1199px){.order-test .slider-container .controls{display:none}.order-test .right-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.order-test .right-block .order-test-footer{width:500px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.order-test .right-block .order-test-footer .footer-title{text-align:center;color:#a3aef5;font-size:12px}.order-test .right-block .order-test-footer ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 35px 35px 65px;font-size:10px;font-weight:800}.order-test .right-block .order-test-footer ul li{margin-top:15px;margin-right:25px;width:75px;line-height:90%;letter-spacing:-.1px}.order-test .right-block .order-test-footer ul li a{color:#7383f1}.order-test .right-block .order-test-footer ul li:last-child{font-weight:400;font-size:12px}.order-test .right-block .order-test-footer ul li:last-child a{color:#a3aef5}.order-test .right-block .order-test-form{padding:45px 30px 39px;font-family:Geometria,sans-serif;font-weight:400;width:370px;max-width:100%;position:relative}.order-test .right-block .order-test-form .close-mobile{position:absolute;border:1px solid #c0c5e2;color:#c0c5e2;right:10px;top:10px;width:35px;padding:5px;text-align:center;cursor:pointer;display:none}@media (max-width:420px){.order-test .right-block .order-test-form .close-mobile{right:60px}}.order-test .right-block .order-test-form .lz-logo{position:absolute;top:.2px;left:0}@media (max-width:1199px){.order-test .right-block .order-test-footer{display:none}.order-test .right-block .order-test-form{width:545px;padding:25px 120px 20px}.order-test .right-block .order-test-form .close-mobile{display:block}.order-test .right-block .order-test-form .lz-logo{display:none}}.order-test .right-block .order-test-form .lz-logo img{width:120%}.order-test .right-block .order-test-form .lz-logo-mobile{display:none;position:absolute}@media (max-width:1199px){.order-test .right-block .order-test-form .lz-logo-mobile{display:block;top:-25px;left:75px}.order-test .right-block .order-test-form .mobile-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width:758px){.order-test .right-block .order-test-form{width:450px;max-width:100%;padding:25px 68px 10px}.order-test .right-block .order-test-form .lz-logo-mobile{top:-25px;left:25px}}.order-test .right-block .order-test-form .lz-logo-mobile img{width:125px}.order-test .right-block .order-test-form h1{color:#fff;font-size:36px;font-weight:700;margin-bottom:15px}.order-test .right-block .order-test-form .signIn-mobile{color:#ffbe26;text-transform:uppercase;text-align:center;font-weight:700;letter-spacing:1px;margin-bottom:15px;margin-top:3px;display:none}.order-test .right-block .order-test-form .signIn-mobile span{cursor:pointer}.order-test .right-block .order-test-form .close{position:absolute;border:1px solid #727dc7;color:#727dc7;left:312px;top:20px;width:35px;padding:5px;text-align:center;cursor:pointer}.order-test .right-block .order-test-form .form-group{position:relative}.order-test .right-block .order-test-form .form-group .error-required{font-style:normal;font-weight:400;color:#ff564e;position:absolute;top:8px;left:0;z-index:0;font-size:14px;cursor:text}@media (max-width:1199px){.order-test .right-block .order-test-form h1{font-size:24px;margin-bottom:10px}.order-test .right-block .order-test-form .signIn-mobile{display:block}.order-test .right-block .order-test-form .close{display:none}.order-test .right-block .order-test-form .form-group .error-required{font-size:12px}}.order-test .right-block .order-test-form .form-group .error-field{position:absolute;color:#fff;background-color:#ff564e;font-size:12px;top:25px;width:100%;z-index:0}.order-test .right-block .order-test-form .form-group .error-field span{display:table;margin:3px;line-height:1}.order-test .right-block .order-test-form .form-group .qmark{color:#ffbe26;cursor:pointer;position:absolute;top:0;right:0;font-size:23px}.order-test .right-block .order-test-form .form-group .qmark i{opacity:.5}.order-test .right-block .order-test-form .form-group .qmark .hint{padding:10px 5px;font-size:12px;background-color:#fff;display:none}.order-test .right-block .order-test-form .form-group .qmark:hover{color:#3b60f7}.order-test .right-block .order-test-form .form-group .qmark:hover .hint{z-index:1;display:block}.order-test .right-block .order-test-form .form-group .qmark:hover .hint p{color:#000}.order-test .right-block .order-test-form .form-group .qmark:hover i{z-index:2;position:absolute;top:3px;left:289px}.order-test .right-block .order-test-form .form-label{width:100%;color:#fff;font-weight:bolder;font-size:14px;opacity:0}.order-test .right-block .order-test-form .form-group:focus-within label{opacity:0}.order-test .right-block .order-test-form .input-field{background-color:rgba(0,0,0,0);color:#fff;border:none;border-bottom:1px solid #fff;width:100%;height:30px;z-index:1;margin-bottom:22.4px}.order-test .right-block .order-test-form .input-field.ng-invalid.ng-touched{border-bottom:1px solid #ff564e;color:#ff564e}.order-test .right-block .order-test-form .input-field:focus{border-bottom:1px solid #ffbe26}.order-test .right-block .order-test-form .input-field::-webkit-input-placeholder{font-style:normal;font-weight:400;color:#fff;z-index:-10}.order-test .right-block .order-test-form .input-field::-ms-input-placeholder{font-style:normal;font-weight:400;color:#fff;z-index:-10}.order-test .right-block .order-test-form .input-field::placeholder{font-style:normal;font-weight:400;color:#fff;z-index:-10}.order-test .right-block .order-test-form .input-field.ng-invalid.ng-touched::-webkit-input-placeholder{color:#ff564e}.order-test .right-block .order-test-form .input-field.ng-invalid.ng-touched::-ms-input-placeholder{color:#ff564e}.order-test .right-block .order-test-form .input-field.ng-invalid.ng-touched::placeholder{color:#ff564e}.order-test .right-block .order-test-form .input-field.ng-invalid.submitted::-webkit-input-placeholder{color:#ff564e}.order-test .right-block .order-test-form .input-field.ng-invalid.submitted::-ms-input-placeholder{color:#ff564e}.order-test .right-block .order-test-form .input-field.ng-invalid.submitted::placeholder{color:#ff564e}.order-test .right-block .order-test-form .input-field:focus::-webkit-input-placeholder{opacity:.5}.order-test .right-block .order-test-form .input-field:focus::-ms-input-placeholder{opacity:.5}.order-test .right-block .order-test-form .input-field:focus::placeholder{opacity:.5}.order-test .right-block .order-test-form button{width:100%;background-color:#ffbe26;color:#303f9f;text-transform:uppercase;padding:15px;border:none;font-size:16px;font-weight:800;margin-bottom:20px;letter-spacing:1px;display:flex;display:-webkit-box;display:-ms-flexbox;justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;text-align:-webkit-center;text-align:-moz-center}.order-test .right-block .order-test-form button.loading{padding:23.5px}.order-test .right-block .order-test-form .signIn{color:#ffbe26;text-transform:uppercase;text-align:center;font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:15px}@media (max-width:1199px){.order-test .right-block .order-test-form .form-group .qmark:hover i{left:285px}.order-test .right-block .order-test-form button{margin-bottom:15px}.order-test .right-block .order-test-form .signIn{display:none}}.order-test .right-block .order-test-form .signIn span{cursor:pointer}.order-test .right-block .order-test-form .check{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;margin-top:0}.order-test .right-block .order-test-form .check .container{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:12px;font-weight:400;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.order-test .right-block .order-test-form .check .container input{position:absolute;opacity:0;cursor:pointer;top:-18px;left:-2px;width:30px}.order-test .right-block .order-test-form .check .container a{color:#ffbe26}.order-test .right-block .order-test-form .check .container .error-field-confirmData{position:absolute;color:#fff;background-color:#ff564e;font-size:12px;width:100%;z-index:0;top:-37px;right:0}.order-test .right-block .order-test-form .check .container .error-field-confirmData span{display:table;margin:3px;line-height:1}.order-test .right-block .order-test-form .check .container .error-field-confirmData .pointer{width:10px;height:10px;position:absolute;left:8px;bottom:-3px;z-index:-1;background-color:#ff564e;display:table;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.order-test .right-block .order-test-form .check .checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#eee0;border:1px solid #fff}.order-test .right-block .order-test-form .check .container:hover input~.checkmark{background-color:#ccc0}.order-test .right-block .order-test-form .check .container input:checked~.checkmark{background-color:#ffbe26;border:none}.order-test .right-block .order-test-form .check .checkmark:after{content:\"\";position:absolute;display:none}.order-test .right-block .order-test-form .check .container input:checked~.checkmark:after{display:block}.order-test .right-block .order-test-form .check .container .checkmark:after{left:9px;top:5px;width:8px;height:13px;border:solid #303f9f;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.order-test .right-block .order-test-form .or{overflow:hidden;text-align:center;color:#b2b9f1;font-size:14px;letter-spacing:1px;font-weight:700;margin-bottom:20px}@media (max-width:1199px){.order-test .right-block .order-test-form .check .container{font-size:10px;padding-left:35px}.order-test .right-block .order-test-form .or{margin-bottom:15px}}.order-test .right-block .order-test-form .or:after,.order-test .right-block .order-test-form .or:before{background-color:#576ae6;content:\"\";display:inline-block;height:2px;top:50px;width:50%}.order-test .right-block .order-test-form .or:before{right:.5em;margin-left:-50%;margin-right:5px}.order-test .right-block .order-test-form .or:after{left:.5em;margin-right:-50%;margin-left:5px}.order-test .right-block .order-test-form .social-network_icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.order-test .right-block .order-test-form .social-network_icons .social-network_btn{width:85px;max-width:100%;color:#ffbe26;background-color:#596ceb;text-align:center;padding:20px 0;cursor:pointer}.order-test .right-block .order-test-form .social-network_icons .social-network_btn:hover{background-color:#fff}.order-test .right-block .order-test-form .social-network_icons .social-network_btn:hover .fa-facebook{color:#3b5998}.order-test .right-block .order-test-form .social-network_icons .social-network_btn:hover .fa-google-plus{color:#dd4b39}.order-test .right-block .order-test-form .social-network_icons .social-network_btn:hover .fa-linkedin{color:#0077b5}.order-test .order-footer-mobile{width:545px;display:none}@media (max-width:1199px){.order-test .right-block .order-test-form .social-network_icons .social-network_btn{background-color:#fff;padding:5px 0}.order-test .right-block .order-test-form .social-network_icons .social-network_btn .fa-facebook{color:#3b5998}.order-test .right-block .order-test-form .social-network_icons .social-network_btn .fa-google-plus{color:#dd4b39}.order-test .right-block .order-test-form .social-network_icons .social-network_btn .fa-linkedin{color:#0077b5}.order-test .order-footer-mobile{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex}}.order-test .order-footer-mobile .footer-title{text-align:center;color:#a3aef5;font-size:12px}.order-test .order-footer-mobile ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 35px 35px 65px;font-size:10px;font-weight:800}@media (max-width:1199px){.order-test .order-footer-mobile ul{margin:0 35px 20px 65px}}.order-test .order-footer-mobile ul li{margin-top:15px;margin-right:25px;width:75px;line-height:90%;letter-spacing:-.1px}.order-test .order-footer-mobile ul li a{color:#7383f1}@media (max-width:758px){.order-test .right-block .order-test-form .form-group .qmark:hover i{left:293px}.order-test .right-block .order-test-form .or,.order-test .right-block .order-test-form button{margin-bottom:10px}.order-test .order-footer-mobile{width:450px}.order-test .order-footer-mobile ul li:nth-child(6),.order-test .order-footer-mobile ul li:nth-child(7){display:none}.order-test .order-footer-mobile ul li:nth-child(2),.order-test .order-footer-mobile ul li:nth-child(5){text-align:center}}.order-test .order-footer-mobile ul li:last-child{font-weight:400;font-size:12px}.order-test .order-footer-mobile ul li:last-child a{color:#a3aef5}.thnx-modal{background:-webkit-gradient(linear,left bottom,left top,from(#3b60f7),to(#2741b0));background:linear-gradient(0deg,#3b60f7 0,#2741b0 100%);padding:50px;width:350px;position:relative;overflow:hidden}.thnx-modal .lz-logo{position:absolute;top:-15px;left:-20px}.thnx-modal .lz-logo img{width:125px}.thnx-modal .close{position:absolute;border:1px solid #727dc7;color:#727dc7;right:10px;top:10px;width:35px;padding:5px;text-align:center;cursor:pointer}.thnx-modal .tnx-for-purchase{color:#fff;font-size:16px}.thnx-modal .tnx-for-purchase .msg{opacity:.5}"],"host":{"(window:resize)":"onResize($event)","$quoted$":["(window:resize)"]}}]}],"members":{"captcha":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":223,"character":3},"arguments":[{"__symbolic":"reference","module":"ngx-captcha","name":"InvisibleReCaptchaComponent","line":223,"character":13}]}]}],"resolved":[{"__symbolic":"method"}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,null,null,null,null,null,null,null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":344,"character":5},"arguments":[{"__symbolic":"reference","module":"@angular/material/dialog","name":"MAT_DIALOG_DATA","line":344,"character":12}]}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":345,"character":5},"arguments":[{"__symbolic":"reference","module":"@angular/common","name":"DOCUMENT","line":345,"character":12}]}]],"parameters":[{"__symbolic":"reference","name":"LzLanguageService"},{"__symbolic":"reference","name":"MatDialogRef","module":"@angular/material/dialog","arguments":[{"__symbolic":"reference","name":"LzPurchaseNewComponent"}]},{"__symbolic":"reference","module":"@ngx-translate/core","name":"TranslateService","line":336,"character":23},{"__symbolic":"reference","module":"@angular/material/dialog","name":"MatDialog","line":337,"character":20},{"__symbolic":"reference","module":"@angular/platform-browser","name":"DomSanitizer","line":338,"character":22},{"__symbolic":"reference","name":"LzCookieService"},{"__symbolic":"reference","name":"CustomRequestService"},{"__symbolic":"reference","name":"LzUserServiceV2"},{"__symbolic":"reference","name":"LzThnxForPurchaseService"},{"__symbolic":"reference","name":"LzProductConfig"},{"__symbolic":"reference","name":"any"},{"__symbolic":"reference","name":"any"}]}],"ngAfterContentInit":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"toggleCheckbox":[{"__symbolic":"method"}],"cancel":[{"__symbolic":"method"}],"getToken":[{"__symbolic":"method"}],"getProductsForFooter":[{"__symbolic":"method"}],"getProductPresentation":[{"__symbolic":"method"}],"execute":[{"__symbolic":"method"}],"doPurchaseOnServer":[{"__symbolic":"method"}],"doPurchase":[{"__symbolic":"method"}],"orderTest":[{"__symbolic":"method"}],"submitPurchase":[{"__symbolic":"method"}],"onResize":[{"__symbolic":"method"}],"watchErrorRequired":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"LzThnxForPurchaseComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":5,"character":1},"arguments":[{"selector":"lz-thnxForPurchase-component","template":"<div class=\"thnx-modal\" [ngClass]=\"{'auto-width': !isShowStandartMessege}\">\n  <div class=\"lz-logo\"><img src=\"/dist/ng2/src/assets/pl-header-assets/img/lz-logo.png\" alt=\"\"></div>\n  <div class=\"close\" (click)=\"closeThnx()\"><i class=\"fa fa-remove\"></i></div>\n  <div class=\"tnx-for-purchase\" *ngIf=\"isShowStandartMessege\">\n    <span>{{'lzPurchase.thnx' | translate}}</span>\n    <br />\n    <p class=\"msg\">{{'lzPurchase.msg' | translate}}</p>\n  </div>\n  <div class=\"tnx-for-purchase\" *ngIf=\"!isShowStandartMessege\">\n      <span>{{'lzPurchase.thnx1' | translate}}</span>\n      <br />\n      <p class=\"msg\" *ngIf=\"data && data.title && data.description\">\n        {{'lzPurchase.msg1' | translate}}\n        <b>\n          {{data.title}}\n        </b>\n        - {{data.description}}.\n      </p>\n      <p class=\"msg\">{{'lzPurchase.msg1_1' | translate}}</p>\n      <p class=\"msg\">{{'lzPurchase.msg1_2' | translate}}</p>\n      <p class=\"msg\">{{'lzPurchase.msg1_3' | translate}}</p>\n    </div>\n</div>\n","styles":["*{margin:0;padding:0}::ng-deep .cdk-global-scrollblock{position:static!important;overflow:hidden}::ng-deep .cdk-global-scrollblock body{overflow:hidden}::ng-deep .cdk-overlay-backdrop{background:rgba(0,0,0,.588)}::ng-deep .cdk-overlay-container .myPane .mat-dialog-container{margin:0;max-height:95vh;max-width:95vw;border-radius:0;padding:0;background:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;opacity:1;overflow:visible;font-family:Geometria,sans-serif;font-weight:400}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover{border:0;-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out;transition:background-color 5000s ease-in-out;background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,174,255,.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,.03) 100%)}.order-test{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.order-test .slider-container{width:580px;height:585px;background-color:#fff;position:absolute;top:-35px;left:-80px;padding:0 75px}@media (max-width:1199px){::ng-deep .cdk-overlay-container .myPane{max-width:640px!important}::ng-deep .cdk-overlay-container .myPane .mat-dialog-container{overflow-x:hidden;max-width:640px}.order-test{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.order-test .slider-container{width:635px;height:auto;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding:0 30px}}.order-test .slider-container .slider-title{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.order-test .slider-container .slider-title img{margin-right:10px}@media (max-width:1199px){.order-test .slider-container .slider-title{margin-left:0;width:321px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.order-test .slider-container .slider-title .product-name{font-weight:700;font-size:34px;text-align:left;line-height:30px}.order-test .slider-container .close-mobile{position:absolute;border:1px solid #c0c5e2;color:#c0c5e2;right:10px;top:10px;width:35px;padding:5px;text-align:center;cursor:pointer;display:none}@media (max-width:420px){.order-test .slider-container .close-mobile{right:60px}}.order-test .slider-container .slider-desc{margin-top:10px;font-size:14px}@media (max-width:1199px){.order-test .slider-container .close-mobile{display:block}.order-test .slider-container .slider-desc{margin-left:0;margin-top:5px}}@media (max-width:758px){::ng-deep .cdk-overlay-container .myPane{max-width:450px!important}::ng-deep .cdk-overlay-container .myPane .mat-dialog-container{max-width:450px}.order-test{width:450px}.order-test .slider-container{width:450px;max-width:100%}.order-test .slider-container .slider-title .product-name{font-size:25px}.order-test .slider-container .slider-desc{margin-left:20px;margin-right:20px}}.order-test .slider-container .line{margin-top:10px;width:50px;height:3px}@media (max-width:1199px){.order-test .slider-container .line{margin-left:0;margin-top:5px}}.order-test .slider-container .desc{margin-top:10px;font-size:18px;font-weight:700;width:430px;line-height:125%;height:70px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:430px){.order-test .slider-container .desc{width:300px}}.order-test .slider-container .mobile-wrapper .laptop{position:absolute;left:25px;top:240px}@media (max-width:1199px){.order-test .slider-container .desc{margin-left:0;margin-top:5px;height:auto;display:block}.order-test .slider-container .mobile-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0 90px;font-size:21px;width:95%}.order-test .slider-container .mobile-wrapper .laptop{bottom:25px;top:auto;width:585px;z-index:0;pointer-events:none}.order-test .slider-container .mobile-wrapper .laptop img{width:100%}}@media (max-width:758px){.order-test .slider-container .mobile-wrapper{margin:5px 0 20px;width:80%}.order-test .slider-container .mobile-wrapper .laptop{display:none}}.order-test .slider-container .mobile-wrapper.video{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.order-test .slider-container .slider-wrapper{margin-top:15px;height:261px;width:430px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;bottom:66px;position:absolute}.order-test .slider-container .slider-wrapper img{max-width:unset}@media (max-width:1199px){.order-test .slider-container .slider-wrapper{width:465px;height:285px;top:25px;margin-left:0;margin-top:0;position:relative;bottom:0}.order-test .slider-container .slider-wrapper img{width:465px;height:285px}}@media (max-width:758px){.order-test .slider-container .slider-wrapper{width:320px;height:180px;top:auto}.order-test .slider-container .slider-wrapper img{width:320px;height:180px}}.order-test .slider-container .video-container{margin-top:15px}.order-test .slider-container .mobile-control{display:block;color:#000;position:absolute;top:64%;cursor:pointer}.order-test .slider-container .mobile-control.left{left:40px}.order-test .slider-container .mobile-control.right{right:40px}@media (max-width:1199px){.order-test .slider-container .video-container{margin-left:0;margin-bottom:0;margin-top:5px}.order-test .slider-container .mobile-control{position:relative;top:20px;display:block;color:#d6d6d6}.order-test .slider-container .mobile-control.left{left:auto}.order-test .slider-container .mobile-control.right{right:auto}}@media (max-width:758px){.order-test .slider-container .mobile-control{position:relative;top:0;display:block;color:#d6d6d6}.order-test .slider-container .mobile-control.left{left:-20px}.order-test .slider-container .mobile-control.right{right:-20px}}.order-test .slider-container .controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;right:240px;bottom:40px}.order-test .slider-container .controls .middle{width:65px}.order-test .slider-container .controls .fa{cursor:pointer}.order-test .right-block{display:-webkit-box;display:-ms-flexbox;display:flex;background:-webkit-gradient(linear,left bottom,left top,from(#3b60f7),to(#2741b0));background:linear-gradient(0deg,#3b60f7 0,#2741b0 100%)}@media (max-width:1199px){.order-test .slider-container .controls{display:none}.order-test .right-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.order-test .right-block .order-test-footer{width:500px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.order-test .right-block .order-test-footer .footer-title{text-align:center;color:#a3aef5;font-size:12px}.order-test .right-block .order-test-footer ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 35px 35px 65px;font-size:10px;font-weight:800}.order-test .right-block .order-test-footer ul li{margin-top:15px;margin-right:25px;width:75px;line-height:90%;letter-spacing:-.1px}.order-test .right-block .order-test-footer ul li a{color:#7383f1}.order-test .right-block .order-test-footer ul li:last-child{font-weight:400;font-size:12px}.order-test .right-block .order-test-footer ul li:last-child a{color:#a3aef5}.order-test .right-block .order-test-form{padding:45px 30px 39px;font-family:Geometria,sans-serif;font-weight:400;width:370px;max-width:100%;position:relative}.order-test .right-block .order-test-form .close-mobile{position:absolute;border:1px solid #c0c5e2;color:#c0c5e2;right:10px;top:10px;width:35px;padding:5px;text-align:center;cursor:pointer;display:none}@media (max-width:420px){.order-test .right-block .order-test-form .close-mobile{right:60px}}.order-test .right-block .order-test-form .lz-logo{position:absolute;top:.2px;left:0}@media (max-width:1199px){.order-test .right-block .order-test-footer{display:none}.order-test .right-block .order-test-form{width:545px;padding:25px 120px 20px}.order-test .right-block .order-test-form .close-mobile{display:block}.order-test .right-block .order-test-form .lz-logo{display:none}}.order-test .right-block .order-test-form .lz-logo img{width:120%}.order-test .right-block .order-test-form .lz-logo-mobile{display:none;position:absolute}@media (max-width:1199px){.order-test .right-block .order-test-form .lz-logo-mobile{display:block;top:-25px;left:75px}.order-test .right-block .order-test-form .mobile-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width:758px){.order-test .right-block .order-test-form{width:450px;max-width:100%;padding:25px 68px 10px}.order-test .right-block .order-test-form .lz-logo-mobile{top:-25px;left:25px}}.order-test .right-block .order-test-form .lz-logo-mobile img{width:125px}.order-test .right-block .order-test-form h1{color:#fff;font-size:36px;font-weight:700;margin-bottom:15px}.order-test .right-block .order-test-form .signIn-mobile{color:#ffbe26;text-transform:uppercase;text-align:center;font-weight:700;letter-spacing:1px;margin-bottom:15px;margin-top:3px;display:none}.order-test .right-block .order-test-form .signIn-mobile span{cursor:pointer}.order-test .right-block .order-test-form .close{position:absolute;border:1px solid #727dc7;color:#727dc7;left:312px;top:20px;width:35px;padding:5px;text-align:center;cursor:pointer}.order-test .right-block .order-test-form .form-group{position:relative}.order-test .right-block .order-test-form .form-group .error-required{font-style:normal;font-weight:400;color:#ff564e;position:absolute;top:8px;left:0;z-index:0;font-size:14px;cursor:text}@media (max-width:1199px){.order-test .right-block .order-test-form h1{font-size:24px;margin-bottom:10px}.order-test .right-block .order-test-form .signIn-mobile{display:block}.order-test .right-block .order-test-form .close{display:none}.order-test .right-block .order-test-form .form-group .error-required{font-size:12px}}.order-test .right-block .order-test-form .form-group .error-field{position:absolute;color:#fff;background-color:#ff564e;font-size:12px;top:25px;width:100%;z-index:0}.order-test .right-block .order-test-form .form-group .error-field span{display:table;margin:3px;line-height:1}.order-test .right-block .order-test-form .form-group .qmark{color:#ffbe26;cursor:pointer;position:absolute;top:0;right:0;font-size:23px}.order-test .right-block .order-test-form .form-group .qmark i{opacity:.5}.order-test .right-block .order-test-form .form-group .qmark .hint{padding:10px 5px;font-size:12px;background-color:#fff;display:none}.order-test .right-block .order-test-form .form-group .qmark:hover{color:#3b60f7}.order-test .right-block .order-test-form .form-group .qmark:hover .hint{z-index:1;display:block}.order-test .right-block .order-test-form .form-group .qmark:hover .hint p{color:#000}.order-test .right-block .order-test-form .form-group .qmark:hover i{z-index:2;position:absolute;top:3px;left:289px}.order-test .right-block .order-test-form .form-label{width:100%;color:#fff;font-weight:bolder;font-size:14px;opacity:0}.order-test .right-block .order-test-form .form-group:focus-within label{opacity:0}.order-test .right-block .order-test-form .input-field{background-color:rgba(0,0,0,0);color:#fff;border:none;border-bottom:1px solid #fff;width:100%;height:30px;z-index:1;margin-bottom:22.4px}.order-test .right-block .order-test-form .input-field.ng-invalid.ng-touched{border-bottom:1px solid #ff564e;color:#ff564e}.order-test .right-block .order-test-form .input-field:focus{border-bottom:1px solid #ffbe26}.order-test .right-block .order-test-form .input-field::-webkit-input-placeholder{font-style:normal;font-weight:400;color:#fff;z-index:-10}.order-test .right-block .order-test-form .input-field::-ms-input-placeholder{font-style:normal;font-weight:400;color:#fff;z-index:-10}.order-test .right-block .order-test-form .input-field::placeholder{font-style:normal;font-weight:400;color:#fff;z-index:-10}.order-test .right-block .order-test-form .input-field.ng-invalid.ng-touched::-webkit-input-placeholder{color:#ff564e}.order-test .right-block .order-test-form .input-field.ng-invalid.ng-touched::-ms-input-placeholder{color:#ff564e}.order-test .right-block .order-test-form .input-field.ng-invalid.ng-touched::placeholder{color:#ff564e}.order-test .right-block .order-test-form .input-field.ng-invalid.submitted::-webkit-input-placeholder{color:#ff564e}.order-test .right-block .order-test-form .input-field.ng-invalid.submitted::-ms-input-placeholder{color:#ff564e}.order-test .right-block .order-test-form .input-field.ng-invalid.submitted::placeholder{color:#ff564e}.order-test .right-block .order-test-form .input-field:focus::-webkit-input-placeholder{opacity:.5}.order-test .right-block .order-test-form .input-field:focus::-ms-input-placeholder{opacity:.5}.order-test .right-block .order-test-form .input-field:focus::placeholder{opacity:.5}.order-test .right-block .order-test-form button{width:100%;background-color:#ffbe26;color:#303f9f;text-transform:uppercase;padding:15px;border:none;font-size:16px;font-weight:800;margin-bottom:20px;letter-spacing:1px;display:flex;display:-webkit-box;display:-ms-flexbox;justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;text-align:-webkit-center;text-align:-moz-center}.order-test .right-block .order-test-form button.loading{padding:23.5px}.order-test .right-block .order-test-form .signIn{color:#ffbe26;text-transform:uppercase;text-align:center;font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:15px}@media (max-width:1199px){.order-test .right-block .order-test-form .form-group .qmark:hover i{left:285px}.order-test .right-block .order-test-form button{margin-bottom:15px}.order-test .right-block .order-test-form .signIn{display:none}}.order-test .right-block .order-test-form .signIn span{cursor:pointer}.order-test .right-block .order-test-form .check{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;margin-top:0}.order-test .right-block .order-test-form .check .container{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:12px;font-weight:400;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.order-test .right-block .order-test-form .check .container input{position:absolute;opacity:0;cursor:pointer;top:-18px;left:-2px;width:30px}.order-test .right-block .order-test-form .check .container a{color:#ffbe26}.order-test .right-block .order-test-form .check .container .error-field-confirmData{position:absolute;color:#fff;background-color:#ff564e;font-size:12px;width:100%;z-index:0;top:-37px;right:0}.order-test .right-block .order-test-form .check .container .error-field-confirmData span{display:table;margin:3px;line-height:1}.order-test .right-block .order-test-form .check .container .error-field-confirmData .pointer{width:10px;height:10px;position:absolute;left:8px;bottom:-3px;z-index:-1;background-color:#ff564e;display:table;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.order-test .right-block .order-test-form .check .checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#eee0;border:1px solid #fff}.order-test .right-block .order-test-form .check .container:hover input~.checkmark{background-color:#ccc0}.order-test .right-block .order-test-form .check .container input:checked~.checkmark{background-color:#ffbe26;border:none}.order-test .right-block .order-test-form .check .checkmark:after{content:\"\";position:absolute;display:none}.order-test .right-block .order-test-form .check .container input:checked~.checkmark:after{display:block}.order-test .right-block .order-test-form .check .container .checkmark:after{left:9px;top:5px;width:8px;height:13px;border:solid #303f9f;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.order-test .right-block .order-test-form .or{overflow:hidden;text-align:center;color:#b2b9f1;font-size:14px;letter-spacing:1px;font-weight:700;margin-bottom:20px}@media (max-width:1199px){.order-test .right-block .order-test-form .check .container{font-size:10px;padding-left:35px}.order-test .right-block .order-test-form .or{margin-bottom:15px}}.order-test .right-block .order-test-form .or:after,.order-test .right-block .order-test-form .or:before{background-color:#576ae6;content:\"\";display:inline-block;height:2px;top:50px;width:50%}.order-test .right-block .order-test-form .or:before{right:.5em;margin-left:-50%;margin-right:5px}.order-test .right-block .order-test-form .or:after{left:.5em;margin-right:-50%;margin-left:5px}.order-test .right-block .order-test-form .social-network_icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.order-test .right-block .order-test-form .social-network_icons .social-network_btn{width:85px;max-width:100%;color:#ffbe26;background-color:#596ceb;text-align:center;padding:20px 0;cursor:pointer}.order-test .right-block .order-test-form .social-network_icons .social-network_btn:hover{background-color:#fff}.order-test .right-block .order-test-form .social-network_icons .social-network_btn:hover .fa-facebook{color:#3b5998}.order-test .right-block .order-test-form .social-network_icons .social-network_btn:hover .fa-google-plus{color:#dd4b39}.order-test .right-block .order-test-form .social-network_icons .social-network_btn:hover .fa-linkedin{color:#0077b5}.order-test .order-footer-mobile{width:545px;display:none}@media (max-width:1199px){.order-test .right-block .order-test-form .social-network_icons .social-network_btn{background-color:#fff;padding:5px 0}.order-test .right-block .order-test-form .social-network_icons .social-network_btn .fa-facebook{color:#3b5998}.order-test .right-block .order-test-form .social-network_icons .social-network_btn .fa-google-plus{color:#dd4b39}.order-test .right-block .order-test-form .social-network_icons .social-network_btn .fa-linkedin{color:#0077b5}.order-test .order-footer-mobile{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex}}.order-test .order-footer-mobile .footer-title{text-align:center;color:#a3aef5;font-size:12px}.order-test .order-footer-mobile ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 35px 35px 65px;font-size:10px;font-weight:800}@media (max-width:1199px){.order-test .order-footer-mobile ul{margin:0 35px 20px 65px}}.order-test .order-footer-mobile ul li{margin-top:15px;margin-right:25px;width:75px;line-height:90%;letter-spacing:-.1px}.order-test .order-footer-mobile ul li a{color:#7383f1}@media (max-width:758px){.order-test .right-block .order-test-form .form-group .qmark:hover i{left:293px}.order-test .right-block .order-test-form .or,.order-test .right-block .order-test-form button{margin-bottom:10px}.order-test .order-footer-mobile{width:450px}.order-test .order-footer-mobile ul li:nth-child(6),.order-test .order-footer-mobile ul li:nth-child(7){display:none}.order-test .order-footer-mobile ul li:nth-child(2),.order-test .order-footer-mobile ul li:nth-child(5){text-align:center}}.order-test .order-footer-mobile ul li:last-child{font-weight:400;font-size:12px}.order-test .order-footer-mobile ul li:last-child a{color:#a3aef5}.thnx-modal{background:-webkit-gradient(linear,left bottom,left top,from(#3b60f7),to(#2741b0));background:linear-gradient(0deg,#3b60f7 0,#2741b0 100%);padding:50px;width:350px;position:relative;overflow:hidden}.thnx-modal .lz-logo{position:absolute;top:-15px;left:-20px}.thnx-modal .lz-logo img{width:125px}.thnx-modal .close{position:absolute;border:1px solid #727dc7;color:#727dc7;right:10px;top:10px;width:35px;padding:5px;text-align:center;cursor:pointer}.thnx-modal .tnx-for-purchase{color:#fff;font-size:16px}.thnx-modal .tnx-for-purchase .msg{opacity:.5}"]}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":42,"character":5},"arguments":[{"__symbolic":"reference","module":"@angular/material/dialog","name":"MAT_DIALOG_DATA","line":42,"character":12}]}],null],"parameters":[{"__symbolic":"reference","name":"MatDialogRef","module":"@angular/material/dialog","arguments":[{"__symbolic":"reference","name":"LzThnxForPurchaseComponent"}]},{"__symbolic":"reference","name":"any"},{"__symbolic":"reference","name":"LzLanguageService"}]}],"ngOnInit":[{"__symbolic":"method"}],"closeThnx":[{"__symbolic":"method"}]}},"SharingModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":4,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"PreloaderComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":9,"character":4}],"exports":[{"__symbolic":"reference","name":"PreloaderComponent"}],"providers":[]}]}],"members":{}},"PreloaderComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"lz-preloader","template":"<div class=\"ball-loader\" [ngClass]=\"{'common': common}\">\n                <div class=\"ball-loader-ball ball1\" ></div>\n                <div class=\"ball-loader-ball ball2\" ></div>\n                <div class=\"ball-loader-ball ball3\" ></div>\n            </div>","styles":[".lz-pl-container{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container{width:732px;padding:0}}@media (min-width:1002px){.lz-pl-container{width:976px}}@media (min-width:1490px){.lz-pl-container{width:1440px}}.lz-pl-container-new{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container-new{width:732px;padding:0}}@media (min-width:1200px){.lz-pl-container-new{width:1200px}}@media (min-width:1490px){.lz-pl-container-new{width:1440px}}.modal-lg{width:900px}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}*{text-shadow:none!important}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto;vertical-align:middle}.h1,.h2,.h3,.h4,.h5,.h6,button,h1,h2,h3,h4,h5,h6,input,p,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input:focus,textarea:focus{outline:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.1}fieldset{border:none}.ball-loader{width:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ball-loader .ball-loader-ball{will-change:transform;height:5px;width:5px;border-radius:50%;background-color:#303f9f;-webkit-animation:.5s ease-in-out infinite alternate grow;animation:.5s ease-in-out infinite alternate grow}.ball-loader .ball-loader-ball.ball1{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.ball-loader .ball-loader-ball.ball2{-webkit-animation-delay:166ms;animation-delay:166ms}.ball-loader .ball-loader-ball.ball3{-webkit-animation-delay:333ms;animation-delay:333ms}.ball-loader.common{width:50px}.ball-loader.common .ball-loader-ball{height:13.66666667px;width:13.66666667px}@-webkit-keyframes grow{to{-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes grow{to{-webkit-transform:scale(.3);transform:scale(.3)}}"]}]}],"members":{"common":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":13,"character":3}}]}]}},"LzUserModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":17,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"LzAuthNewComponent"},{"__symbolic":"reference","name":"LzRegNewComponent"},{"__symbolic":"reference","name":"LzWelcomeComponent"},{"__symbolic":"reference","name":"LzRemindNewComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":25,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":26,"character":4},{"__symbolic":"reference","module":"@angular/material/dialog","name":"MatDialogModule","line":27,"character":4},{"__symbolic":"reference","module":"@angular/forms","name":"ReactiveFormsModule","line":28,"character":4},{"__symbolic":"reference","name":"LzLogModule"},{"__symbolic":"reference","name":"SharingModule"},{"__symbolic":"call","expression":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"ngx-captcha","name":"NgxCaptchaModule","line":31,"character":4},"member":"forRoot"}},{"__symbolic":"reference","module":"angular2-text-mask","name":"TextMaskModule","line":32,"character":4},{"__symbolic":"reference","module":"@ngx-translate/core","name":"TranslateModule","line":33,"character":4}],"providers":[{"__symbolic":"reference","name":"LzUserService"},{"__symbolic":"reference","name":"LzUserServiceV2"},{"provide":{"__symbolic":"reference","module":"@angular/material/dialog","name":"MatDialogRef","line":39,"character":15},"useValue":{}},{"provide":{"__symbolic":"reference","module":"@angular/material/dialog","name":"MAT_DIALOG_DATA","line":43,"character":15},"useValue":{}}],"entryComponents":[{"__symbolic":"reference","name":"LzAuthNewComponent"},{"__symbolic":"reference","name":"LzRegNewComponent"},{"__symbolic":"reference","name":"LzWelcomeComponent"},{"__symbolic":"reference","name":"LzRemindNewComponent"}]}]}],"members":{}},"LzUserServiceV2":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":5,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"LzProductConfig"},{"__symbolic":"reference","name":"CustomRequestService"}]}]}},"LzUserService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":16,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"LzLanguageService"},{"__symbolic":"reference","name":"LzCookieService"},{"__symbolic":"reference","name":"MatDialogRef","module":"@angular/material/dialog","arguments":[{"__symbolic":"reference","name":"LzWelcomeComponent"}]},{"__symbolic":"reference","name":"MatDialogRef","module":"@angular/material/dialog","arguments":[{"__symbolic":"reference","name":"LzWelcomeComponent"}]},{"__symbolic":"reference","name":"MatDialogRef","module":"@angular/material/dialog","arguments":[{"__symbolic":"reference","name":"LzWelcomeComponent"}]},{"__symbolic":"reference","name":"MatDialogRef","module":"@angular/material/dialog","arguments":[{"__symbolic":"reference","name":"LzWelcomeComponent"}]},{"__symbolic":"reference","name":"LzProductConfig"},{"__symbolic":"reference","module":"@angular/material/dialog","name":"MatDialog","line":38,"character":19},{"__symbolic":"reference","name":"CustomRequestService"}]}],"regQuick":[{"__symbolic":"method"}]}},"LzAuthNewComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":12,"character":1},"arguments":[{"selector":"app-lz-auth-new","template":"<div class=\"login\">\n  <div class=\"lz-logo\"><img src=\"/dist/ng2/src/assets/pl-header-assets/img/cutted-logo.png\" alt=\"\"></div>\n  <p *ngIf=\"isSessionOver\" class=\"killed-session-text\">{{'user.signinup.authTitle' | translate}}</p>\n  <h1 *ngIf=\"!isSessionOver\"><span>{{'user.signinup.enterTo' | translate}}</span><br />{{'user.signinup.liga' |\n    translate}}</h1>\n  <div class=\"close\" (click)=\"cancel()\"><i class=\"fa fa-remove\"></i></div>\n  <form [formGroup]=\"authForm\" (ngSubmit)=\"signIn()\">\n    <div class=\"form-group\">\n      <input type=\"email\" (change)=\"isShowErrorLoginAndPassword = false\" name=\"email\" [(ngModel)]=\"userInfo.email\"\n        class=\"input-field\" id=\"{{id}}-main-click-field_email-input-popup_login-1\" formControlName=\"email\" placeholder=\"{{'user.signinup.enterEmail' | translate}}\"\n        [maxlength]=\"256\" required=\"\">\n      <div class=\"error-field\" *ngIf=\"(authForm.get('email').invalid && authForm.get('email').touched)\">\n        <span *ngIf=\"authForm.get('email')['errors']['pattern']\">{{'user.signinup.emailPattern' | translate}}</span>\n      </div>\n    </div>\n    <div class=\"form-group\">\n      <input type=\"password\" (change)=\"isShowErrorLoginAndPassword = false\" name=\"password\" [(ngModel)]=\"userInfo.password\"\n        class=\"input-field\" id=\"{{id}}-main-click-field_password-input-popup_login-1\" formControlName=\"password\"\n        placeholder=\"{{'user.signinup.enterPassword' | translate}}\" [maxlength]=\"256\" required=\"\">\n      <div class=\"error-field\" *ngIf=\"(authForm.get('password').invalid && authForm.get('password').touched) || isShowErrorLoginAndPassword\">\n        <span *ngIf=\"!isShowErrorLoginAndPassword && authForm.get('password')['errors']['pattern']\">{{'user.signinup.passwordRequiredPattern'\n          | translate}}</span>\n        <span *ngIf=\"isShowErrorLoginAndPassword\">{{serverMessage}}</span>\n      </div>\n    </div>\n    <p class=\"remind\" id=\"{{id}}-main-click-forgot_password-link-popup_login-1\" (click)=\"showRemindModal()\">{{'user.signinup.remindPassNew'\n      | translate}}</p>\n    <button type=\"submit\" id=\"{{id}}-main-click-login_email-button-popup_login-1\" [ngClass]=\"{'loading': isDisabled}\"\n      [disabled]=\"authForm.invalid || isDisabled\">\n      <p *ngIf=\"!isDisabled\">{{'user.signinup.signInNew' | translate}}</p>\n      <lz-preloader *ngIf=\"isDisabled\"></lz-preloader>\n    </button>\n    <div class=\"reg\" *ngIf=\"!isSessionOver\"><span id=\"{{id}}-main-click-to_register-link-popup_login-1\" (click)=\"showRegModal()\">{{'user.signinup.reg'\n        | translate}}</span></div>\n  </form>\n  <section class=\"social-network\">\n    <div class=\"or\"><span>{{'user.signinup.orBlock' | translate}}</span></div>\n    <div class=\"social-network_icons\">\n      <div class=\"social-network_btn\" id=\"{{id}}-main-click-login_fb-button-popup_login-1\" (click)=\"getToken('/lzwpservice/authorize/authSN/facebook')\">\n        <i class=\"fa fa-facebook\"></i>\n      </div>\n      <div class=\"social-network_btn\" id=\"{{id}}-main-click-login_google-button-popup_login-1\" (click)=\"getToken('/lzwpservice/authorize/authSN/google')\">\n        <i class=\"fa fa-google-plus\"></i>\n      </div>\n      <!--<div class=\"social-network_btn\" id=\"{{id}}-main-click-login_linkedin-button-popup_login-1\" (click)=\"getToken('/lzwpservice/authorize/authSN/linkedin')\">-->\n        <!--<i class=\"fa fa-linkedin\"></i>-->\n      <!--</div>-->\n    </div>\n  </section>\n</div>\n","styles":[".lz-pl-container{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container{width:732px;padding:0}}@media (min-width:1002px){.lz-pl-container{width:976px}}@media (min-width:1490px){.lz-pl-container{width:1440px}}.lz-pl-container-new{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container-new{width:732px;padding:0}}@media (min-width:1200px){.lz-pl-container-new{width:1200px}}@media (min-width:1490px){.lz-pl-container-new{width:1440px}}.modal-lg{width:900px}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}*{text-shadow:none!important;margin:0;padding:0}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto;vertical-align:middle}.h1,.h2,.h3,.h4,.h5,.h6,button,h1,h2,h3,h4,h5,h6,input,p,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input:focus,textarea:focus{outline:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.1}fieldset{border:none}::ng-deep .cdk-overlay-backdrop{background:rgba(0,0,0,.588)}::ng-deep .cdk-overlay-container .myPane .mat-dialog-container{margin:0;max-width:95vw;max-height:95vh;border-radius:0;background:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;padding:0;overflow:visible;font-family:Geometria,sans-serif;font-weight:400}@media (max-width:1199px){::ng-deep .cdk-overlay-container .myPane .mat-dialog-container{overflow-x:hidden}}@media (max-width:758px){::ng-deep .cdk-overlay-container .myPane{max-width:450px!important}::ng-deep .cdk-overlay-container .myPane .mat-dialog-container{max-width:450px}}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover{border:0;-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px transparent inset;box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out;transition:background-color 5000s ease-in-out;background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,174,255,.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,.03) 100%)}.login{padding:50px 30px;width:370px;max-width:100%;background:-webkit-gradient(linear,left bottom,left top,from(#3b60f7),to(#2741b0));background:linear-gradient(0deg,#3b60f7 0,#2741b0 100%);font-family:Geometria,sans-serif;font-weight:400;position:relative}.login .lz-logo{position:absolute;top:0;left:0}.login .lz-logo img{width:120%}.login .killed-session-text{color:#fff;font-size:18px;margin-bottom:15px;font-weight:700}.login h1{color:#fff;font-size:36px;font-weight:400;margin-bottom:32px}.login h1 span{font-weight:700}.login .close{position:absolute;border:1px solid #727dc7;color:#727dc7;right:20px;top:20px;width:35px;padding:5px;text-align:center;cursor:pointer}@media (max-width:321px){.login .close{right:45px}}.login label{width:100%}.login .form-group:first-child{margin-bottom:20px}.login .form-group{position:relative}.login .form-group .error-required{font-style:normal;font-weight:400;color:#ff564e;position:absolute;top:8px;left:0;z-index:0;font-size:14px;cursor:text}.login .form-group .error-field{position:absolute;color:#fff;background-color:#ff564e;font-size:12px;top:25px;width:100%;z-index:0}.login .form-group .error-field span{display:table;margin:3px;line-height:1}.login .form-label{width:100%;color:#fff;font-weight:bolder;font-size:14px;opacity:0}.login .form-group:focus-within label{opacity:0}.login .input-field{background-color:rgba(0,0,0,0);color:#fff;border:none;border-bottom:1px solid #fff;width:100%;height:30px;z-index:1}.login .input-field#name{margin-bottom:10px}.login .input-field.ng-invalid.ng-touched{border-bottom:1px solid #ff564e;color:#ff564e}.login .input-field:focus{border-bottom:1px solid #ffbe26}.login .input-field::-webkit-input-placeholder{font-style:normal;font-weight:400;color:#fff;z-index:-10}.login .input-field::-ms-input-placeholder{font-style:normal;font-weight:400;color:#fff;z-index:-10}.login .input-field::placeholder{font-style:normal;font-weight:400;color:#fff;z-index:-10}.login .input-field.ng-invalid.ng-touched::-webkit-input-placeholder{color:#ff564e}.login .input-field.ng-invalid.ng-touched::-ms-input-placeholder{color:#ff564e}.login .input-field.ng-invalid.ng-touched::placeholder{color:#ff564e}.login .input-field:focus::-webkit-input-placeholder{opacity:.5}.login .input-field:focus::-ms-input-placeholder{opacity:.5}.login .input-field:focus::placeholder{opacity:.5}.login .remind{color:#ffbe26;font-size:12px;margin-top:10px;margin-bottom:15px;cursor:pointer;display:table}.login button{width:100%;background-color:#ffbe26;color:#303f9f;text-transform:uppercase;padding:15px;border:none;font-size:16px;font-weight:800;margin-bottom:15px;letter-spacing:1px;display:flex;display:-webkit-box;display:-ms-flexbox;justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;text-align:-webkit-center;text-align:-moz-center;cursor:pointer}.login button p{width:100%}.login button.loading{padding:23.5px}.login .reg{color:#ffbe26;text-transform:uppercase;text-align:center;font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:45px}.login .reg span{cursor:pointer}.login .or{overflow:hidden;text-align:center;color:#b2b9f1;font-size:14px;letter-spacing:1px;font-weight:700;margin-bottom:15px}.login .or:after,.login .or:before{background-color:#576ae6;content:\"\";display:inline-block;height:2px;top:50px;width:50%}.login .or:before{right:.5em;margin-left:-50%;margin-right:5px}.login .or:after{left:.5em;margin-right:-50%;margin-left:5px}.login .social-network_icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.login .social-network_icons .social-network_btn{width:85px;max-width:100%;color:#ffbe26;background-color:#596ceb;text-align:center;padding:20px 0;cursor:pointer;margin:0 20px}.login .social-network_icons .social-network_btn:hover{background-color:#fff}.login .social-network_icons .social-network_btn:hover .fa-facebook{color:#3b5998}.login .social-network_icons .social-network_btn:hover .fa-google-plus{color:#dd4b39}.login .social-network_icons .social-network_btn:hover .fa-linkedin{color:#0077b5}"]}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":87,"character":5},"arguments":[{"__symbolic":"reference","module":"@angular/material/dialog","name":"MAT_DIALOG_DATA","line":87,"character":12}]}],null,null,null],"parameters":[{"__symbolic":"reference","name":"LzLanguageService"},{"__symbolic":"reference","name":"MatDialogRef","module":"@angular/material/dialog","arguments":[{"__symbolic":"reference","name":"LzAuthNewComponent"}]},{"__symbolic":"reference","name":"any"},{"__symbolic":"reference","module":"@ngx-translate/core","name":"TranslateService","line":88,"character":23},{"__symbolic":"reference","name":"LzCookieService"},{"__symbolic":"reference","name":"LzProductConfig"}]}],"ngOnInit":[{"__symbolic":"method"}],"watchErrorRequired":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"LzRegNewComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":16,"character":1},"arguments":[{"selector":"app-lz-reg-new","template":"<div class=\"registration\">\n\n\n  <div class=\"slider-container\" *ngIf=\"isShowSlider\">\n    <div class=\"slider-title\">\n      <img src=\"{{product.logoSmall}}\" alt=\"\">\n      <div class=\"product-name\">{{product.title}}</div>\n    </div>\n    <div *ngIf=\"isShowSlider\" class=\"close-mobile\" (click)=\"cancel()\"><i class=\"fa fa-remove\"></i></div>\n    <div class=\"slider-desc\">\n      <p>{{product.description}}</p>\n    </div>\n    <div class=\"line\" [ngStyle]=\"{'background-color':product.backgroundColor}\"></div>\n    <div class=\"desc\" *ngIf=\"product.presentation.video\">\n      <p>{{product.presentation.descriptionBottom}}</p>\n    </div>\n    <div *ngFor=\"let slide of product.presentation.slides\">\n      <div class=\"desc\" *ngIf=\"!product.presentation.video && slide == currentActiveImg\">\n        <p>{{slide.description}}</p>\n      </div>\n    </div>\n    <div class=\"mobile-wrapper\" [ngClass]=\"{'video': product.presentation.video}\">\n      <div class=\"laptop\"><img src=\"/dist/ng2/src/assets/pl-header-assets/img/laptop.png\" alt=\"\"></div>\n      <div class=\"mobile-control left\" *ngIf=\"!product.presentation.video\"><i class=\"fa fa-chevron-left\" (click)=\"setActivePrev()\"></i></div>\n      <div class=\"slider-wrapper\" *ngIf=\"!product.presentation.video\">\n        <div class=\"slider-item\" id=\"swipe\" *ngFor=\"let img of product.presentation.slides\" [ngClass]=\"{'active': img == currentActiveImg}\">\n          <img src=\"{{img.src}}\">\n        </div>\n      </div>\n      <div class=\"video-container\" *ngIf=\"product.presentation.video\">\n        <iframe width=\"430\" height=\"242\" [src]=\"videoUrl\">\n        </iframe>\n      </div>\n      <div class=\"mobile-control right\" *ngIf=\"!product.presentation.video\"><i class=\"fa fa-chevron-right\" (click)=\"setActiveNext()\"></i></div>\n    </div>\n  </div>\n  <div class=\"right-block\">\n    <div class=\"reg-footer\" *ngIf=\"isShowSlider\">\n      <div class=\"footer-title\">\n        <p>{{'user.signinup.unitedProfile' | translate}}</p>\n      </div>\n      <div class=\"footer-list\">\n        <ul>\n          <li *ngFor=\"let item of products\">\n            <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"{{item.enterLink}}\">{{item.title}}</a>\n          </li>\n          <li>\n            <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"http://platforma.ligazakon.net\">{{'user.signinup.others'\n              | translate}}</a>\n          </li>\n\n        </ul>\n      </div>\n    </div>\n    <div class=\"registration-form\">\n      <div *ngIf=\"isShowSlider === false\" class=\"close-mobile\" (click)=\"cancel()\"><i class=\"fa fa-remove\"></i></div>\n      <div class=\"lz-logo\"><img src=\"/dist/ng2/src/assets/pl-header-assets/img/lz-logo-cut.png\" alt=\"\"></div>\n      <div class=\"lz-logo-mobile\"><img src=\"/dist/ng2/src/assets/pl-header-assets/img/lz-logo.png\" alt=\"\"></div>\n      <div class=\"mobile-title\">\n        <h1>{{'user.signinup.regTitle' | translate}}</h1>\n        <div class=\"signIn-mobile\"><span (click)=\"showAuthModal()\" id=\"{{id}}-main-click-to_login-link-popup_register-1\">{{'user.signinup.signInNew'\n            | translate}}</span></div>\n      </div>\n      <div class=\"close\" (click)=\"cancel()\"><i class=\"fa fa-remove\"></i></div>\n      <form name=\"regForm\" [formGroup]=\"regForm\" novalidate>\n        <div class=\"form-group\">\n          <input type=\"text\" class=\"input-field\" name=\"firstname\" id=\"{{id}}-main-click-firstname_field-input-popup_register-1\"\n            [(ngModel)]=\"data.name\" formControlName=\"firstname\" placeholder=\"{{'user.signinup.firstname' | translate}}\"\n            [maxlength]=\"256\" [ngClass]=\"{'submitted' : this.submitted}\" required>\n          <div class=\"error-field\" *ngIf=\"(regForm.get('firstname').invalid && regForm.get('firstname').touched)\">\n          </div>\n        </div>\n        <div class=\"form-group\">\n          <input type=\"text\" class=\"input-field\" name=\"lastname\" [(ngModel)]=\"data.lastname\" formControlName=\"lastname\"\n            id=\"{{id}}-main-click-lastname_field-input-popup_register-1\" placeholder=\"{{'user.signinup.lastname' | translate}}\"\n            [ngClass]=\"{'submitted' : this.submitted}\" [maxlength]=\"256\" required>\n          <div class=\"error-field\" *ngIf=\"regForm.get('lastname').invalid && regForm.get('lastname').touched\">\n          </div>\n        </div>\n        <div class=\"form-group\">\n          <input type=\"text\" class=\"input-field\" name=\"email\" id=\"{{id}}-main-click-email_field-input-popup_register-1\"\n            [(ngModel)]=\"data.email\" formControlName=\"email\" placeholder=\"{{'user.signinup.email' | translate}}\"\n            [maxlength]=\"256\" [ngClass]=\"{'submitted' : this.submitted}\" required>\n          <div class=\"error-field\" *ngIf=\"regForm.get('email').errors && (regForm.get('email').invalid && regForm.get('email').touched) || showEmailErrorMessage\">\n            <span *ngIf=\"!serverMessage  && regForm.get('email').errors && regForm.get('email')['errors']['pattern']\">{{'user.signinup.emailRegPattern'\n              | translate}}</span>\n            <span *ngIf=\"showEmailErrorMessage\">{{serverMessage.email}}</span>\n          </div>\n          <div class=\"qmark\">\n            <div class=\"hint\">\n              <p>{{'user.signinup.tip' | translate}}</p>\n            </div><i class=\"fa fa-question-circle-o\"></i>\n          </div>\n        </div>\n        <div class=\"form-group\">\n          <input type=\"text\" class=\"input-field\" name=\"phone\" id=\"{{id}}-main-click-phone_field-input-popup_register-1\"\n            [(ngModel)]=\"data.phone\" [textMask]=\"{mask: mask, showMask: false}\" formControlName=\"phone\" placeholder=\"{{'user.signinup.phone' | translate}}\"\n            [ngClass]=\"{'submitted' : this.submitted}\" required>\n          <div class=\"error-field\" *ngIf=\"regForm.get('phone').errors && (regForm.get('phone').invalid && regForm.get('phone').touched) || showPhoneErrorMessage\">\n            <!--<span *ngIf=\"!serverError && regForm.get('phone').errors && regForm.get('phone')['errors']['pattern']\">{{'lzPurchase.phonePattern' | translate}}</span>-->\n            <span *ngIf=\"showPhoneErrorMessage\">{{serverMessage.phone}}</span>\n          </div>\n        </div>\n        <div class=\"form-group\">\n\n          <input type=\"text\" class=\"input-field\" name=\"company\" id=\"{{id}}-main-click-companyname_field-input-popup_register-1\"\n            [(ngModel)]=\"data.company\" formControlName=\"company\" placeholder=\"{{'user.signinup.companyName' | translate}}\"\n            [ngClass]=\"{'submitted' : this.submitted}\" [maxlength]=\"256\" required>\n          <div class=\"error-field\" *ngIf=\"(regForm.get('company').invalid && regForm.get('company').touched)\">\n          </div>\n        </div>\n\n        <fieldset onclick=\"\" class=\"check\">\n          <label onclick=\"\" class=\"container\">{{'user.signinup.agree' | translate}}<a target=\"_blank\" rel=\"noopener noreferrer\"\n              id=\"{{id}}-main-click-rules-link-popup_register-1\" href=\"http://support1.ligazakon.ua/politika-konfidencijnosti-ta-obrobki-personalnix-danix\">\n              {{'user.signinup.personalData' | translate}}</a>{{'user.signinup.and' | translate}}<a target=\"_blank\" rel=\"noopener noreferrer\"\n              id=\"{{id}}-main-click-licen_agree-link-popup_register-1\" href=\"https://ligazakon.net/license\">{{'user.signinup.license'\n              | translate}}</a>\n\n            <div class=\"error-field-confirmData\" *ngIf=\"(regForm.get('confirmDataSaving').invalid && regForm.get('confirmDataSaving').touched) ||\n                        (regForm.get('confirmDataSaving').invalid && regForm.get('confirmDataSaving').dirty) ||\n                        (regForm.get('confirmDataSaving').invalid && this.submitted)\">\n              <span>{{'lzPurchase.regConfirmDataError' | translate}}</span>\n              <div class=\"pointer\"></div>\n            </div>\n            <input type=\"checkbox\" class=\"form-control confirmDataSavingCheckbox\" formControlName=\"confirmDataSaving\"\n              id=\"{{id}}-main-click-i_agree-chkbox-popup_register-1\">\n\n            <span class=\"checkmark\"></span>\n          </label>\n\n        </fieldset>\n        <button (click)=\"execute()\" id=\"{{id}}-main-click-register_email-button-popup_register-1\" [ngClass]=\"{'loading': isDisabled}\"\n          [disabled]=\"isDisabled\">\n          <p *ngIf=\"!isDisabled\">{{'user.signinup.reg' | translate}}</p>\n          <lz-preloader *ngIf=\"isDisabled\"></lz-preloader>\n        </button>\n        <div class=\"signIn\"><span (click)=\"showAuthModal()\">{{'user.signinup.signInNew' | translate}}</span>\n        </div>\n      </form>\n      <section class=\"social-network\">\n        <div class=\"or\"><span>{{'user.signinup.orBlock' | translate}}</span></div>\n        <div class=\"social-network_icons\">\n          <div class=\"social-network_btn\" id=\"{{id}}-main-click-register_fb-button-popup_register-1\" (click)=\"getToken('/lzwpservice/authorize/authSN/facebook')\">\n            <i class=\"fa fa-facebook\"></i>\n          </div>\n          <div class=\"social-network_btn\" id=\"{{id}}-main-click-register_google-button-popup_register-1\" (click)=\"getToken('/lzwpservice/authorize/authSN/google')\">\n            <i class=\"fa fa-google-plus\"></i>\n          </div>\n          <!--<div class=\"social-network_btn\" id=\"{{id}}-main-click-register_linkedin-button-popup_register-1\" (click)=\"getToken('/lzwpservice/authorize/authSN/linkedin')\">-->\n            <!--<i class=\"fa fa-linkedin\"></i>-->\n          <!--</div>-->\n        </div>\n      </section>\n    </div>\n    <div class=\"reg-footer-mobile\">\n      <div class=\"footer-title\">\n        <p>{{'user.signinup.unitedProfile' | translate}}</p>\n      </div>\n      <div class=\"footer-list\">\n        <ul>\n          <li *ngFor=\"let item of products\">\n            <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"{{item.enterLink}}\">{{item.title}}</a>\n          </li>\n          <li>\n            <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"http://platforma.ligazakon.net\">{{'user.signinup.others'\n              | translate}}</a>\n          </li>\n\n        </ul>\n      </div>\n    </div>\n  </div>\n  <form [formGroup]=\"cFormGroup\">\n    <ngx-invisible-recaptcha hl=\"uk\" #captchaRef (success)=\"reg($event)\" siteKey=\"6LcfMkgUAAAAAOmzWe6krfV-cgR3MczaQVrqxUVR\"\n      formControlName=\"recaptcha\"></ngx-invisible-recaptcha>\n  </form>\n</div>\n","styles":["@font-face{font-family:Geometria;src:url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Thin.eot);src:local('Geometria Thin'),local('Geometria-Thin'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Thin.eot?#iefix) format('embedded-opentype'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Thin.woff) format('woff'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Thin.ttf) format('truetype');font-weight:100;font-style:normal}@font-face{font-family:Geometria;src:url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-MediumItalic.eot);src:local('Geometria MediumItalic'),local('Geometria-MediumItalic'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-MediumItalic.eot?#iefix) format('embedded-opentype'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-MediumItalic.woff) format('woff'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-MediumItalic.ttf) format('truetype');font-weight:500;font-style:italic}@font-face{font-family:Geometria;src:url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Italic.eot);src:local('Geometria Italic'),local('Geometria-Italic'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Italic.eot?#iefix) format('embedded-opentype'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Italic.woff) format('woff'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Italic.ttf) format('truetype');font-weight:400;font-style:italic}@font-face{font-family:Geometria;src:url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Heavy.eot);src:local('Geometria Heavy'),local('Geometria-Heavy'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Heavy.eot?#iefix) format('embedded-opentype'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Heavy.woff) format('woff'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Heavy.ttf) format('truetype');font-weight:900;font-style:normal}@font-face{font-family:Geometria;src:url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-ExtraBoldItalic.eot);src:local('Geometria ExtraBoldItalic'),local('Geometria-ExtraBoldItalic'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-ExtraBoldItalic.eot?#iefix) format('embedded-opentype'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-ExtraBoldItalic.woff) format('woff'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-ExtraBoldItalic.ttf) format('truetype');font-weight:800;font-style:italic}@font-face{font-family:Geometria;src:url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Medium.eot);src:local('Geometria Medium'),local('Geometria-Medium'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Medium.eot?#iefix) format('embedded-opentype'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Medium.woff) format('woff'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Medium.ttf) format('truetype');font-weight:500;font-style:normal}@font-face{font-family:Geometria;src:url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-BoldItalic.eot);src:local('Geometria BoldItalic'),local('Geometria-BoldItalic'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-BoldItalic.eot?#iefix) format('embedded-opentype'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-BoldItalic.woff) format('woff'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-BoldItalic.ttf) format('truetype');font-weight:700;font-style:italic}@font-face{font-family:Geometria;src:url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-LightItalic.eot);src:local('Geometria LightItalic'),local('Geometria-LightItalic'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-LightItalic.eot?#iefix) format('embedded-opentype'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-LightItalic.woff) format('woff'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-LightItalic.ttf) format('truetype');font-weight:300;font-style:italic}@font-face{font-family:Geometria;src:url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-HeavyItalic.eot);src:local('Geometria HeavyItalic'),local('Geometria-HeavyItalic'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-HeavyItalic.eot?#iefix) format('embedded-opentype'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-HeavyItalic.woff) format('woff'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-HeavyItalic.ttf) format('truetype');font-weight:900;font-style:italic}@font-face{font-family:Geometria;src:url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria.eot);src:local('Geometria'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria.eot?#iefix) format('embedded-opentype'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria.woff) format('woff'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria.ttf) format('truetype');font-weight:400;font-style:normal}@font-face{font-family:Geometria;src:url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Bold.eot);src:local('Geometria Bold'),local('Geometria-Bold'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Bold.eot?#iefix) format('embedded-opentype'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Bold.woff) format('woff'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Bold.ttf) format('truetype');font-weight:700;font-style:normal}@font-face{font-family:Geometria;src:url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-ExtraBold.eot);src:local('Geometria ExtraBold'),local('Geometria-ExtraBold'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-ExtraBold.eot?#iefix) format('embedded-opentype'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-ExtraBold.woff) format('woff'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-ExtraBold.ttf) format('truetype');font-weight:800;font-style:normal}@font-face{font-family:Geometria;src:url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-ThinItalic.eot);src:local('Geometria ThinItalic'),local('Geometria-ThinItalic'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-ThinItalic.eot?#iefix) format('embedded-opentype'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-ThinItalic.woff) format('woff'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-ThinItalic.ttf) format('truetype');font-weight:100;font-style:italic}@font-face{font-family:Geometria;src:url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-ExtraLightItalic.eot);src:local('Geometria ExtraLightItalic'),local('Geometria-ExtraLightItalic'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-ExtraLightItalic.eot?#iefix) format('embedded-opentype'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-ExtraLightItalic.woff) format('woff'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-ExtraLightItalic.ttf) format('truetype');font-weight:200;font-style:italic}@font-face{font-family:Geometria;src:url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Light.eot);src:local('Geometria Light'),local('Geometria-Light'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Light.eot?#iefix) format('embedded-opentype'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Light.woff) format('woff'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-Light.ttf) format('truetype');font-weight:300;font-style:normal}@font-face{font-family:Geometria;src:url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-ExtraLight.eot);src:local('Geometria ExtraLight'),local('Geometria-ExtraLight'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-ExtraLight.eot?#iefix) format('embedded-opentype'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-ExtraLight.woff) format('woff'),url(/dist/ng2/src/assets/pl-header-assets/fonts/Geometria/Geometria-ExtraLight.ttf) format('truetype');font-weight:200;font-style:normal}.lz-pl-container{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container{width:732px;padding:0}}@media (min-width:1002px){.lz-pl-container{width:976px}}@media (min-width:1490px){.lz-pl-container{width:1440px}}.lz-pl-container-new{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container-new{width:732px;padding:0}}@media (min-width:1200px){.lz-pl-container-new{width:1200px}}@media (min-width:1490px){.lz-pl-container-new{width:1440px}}.modal-lg{width:900px}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}*{text-shadow:none!important;margin:0;padding:0}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto;vertical-align:middle}.h1,.h2,.h3,.h4,.h5,.h6,button,h1,h2,h3,h4,h5,h6,input,p,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input:focus,textarea:focus{outline:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.1}fieldset{border:none}::ng-deep .cdk-global-scrollblock{position:static!important;overflow:hidden}::ng-deep .cdk-global-scrollblock body{overflow:hidden}::ng-deep .cdk-overlay-backdrop{background:rgba(0,0,0,.588)}::ng-deep .cdk-overlay-container .myPane .mat-dialog-container{margin:0;max-height:95vh;max-width:95vw;border-radius:0;padding:0;background:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;opacity:1;overflow:visible;font-family:Geometria,sans-serif!important;font-weight:400}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover{border:0;-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px transparent inset;box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out;transition:background-color 5000s ease-in-out;background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,174,255,.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,.03) 100%)}.registration{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.registration .slider-container{width:580px;height:585px;background-color:#fff;position:absolute;top:-35px;left:-80px;padding:0 75px}@media (max-width:1199px){::ng-deep .cdk-overlay-container .myPane{max-width:640px!important}::ng-deep .cdk-overlay-container .myPane .mat-dialog-container{overflow-x:hidden;max-width:640px}.registration{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.registration .slider-container{width:635px;height:auto;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding:0 30px}}.registration .slider-container .slider-title{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.registration .slider-container .slider-title img{margin-right:10px}@media (max-width:1199px){.registration .slider-container .slider-title{width:321px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.registration .slider-container .slider-title .product-name{font-weight:700;font-size:34px;text-align:left;line-height:30px}.registration .slider-container .close-mobile{position:absolute;border:1px solid #c0c5e2;color:#c0c5e2;right:10px;top:10px;width:35px;padding:5px;text-align:center;cursor:pointer;display:none}@media (max-width:420px){.registration .slider-container .close-mobile{right:60px}}.registration .slider-container .slider-desc{margin-top:10px;font-size:14px}@media (max-width:1199px){.registration .slider-container .close-mobile{display:block}.registration .slider-container .slider-desc{margin-top:5px}}@media (max-width:758px){::ng-deep .cdk-overlay-container .myPane{max-width:450px!important}::ng-deep .cdk-overlay-container .myPane .mat-dialog-container{max-width:450px}.registration{width:450px}.registration .slider-container{width:450px;max-width:100%}.registration .slider-container .slider-title .product-name{font-size:25px}.registration .slider-container .slider-desc{margin-left:20px;margin-right:20px}}.registration .slider-container .line{margin-top:10px;width:50px;height:3px}@media (max-width:1199px){.registration .slider-container .line{margin-left:0;margin-top:5px}}.registration .slider-container .desc{margin-top:10px;font-size:18px;font-weight:700;width:430px;line-height:125%;height:70px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:430px){.registration .slider-container .desc{width:300px}}@media (max-width:1199px){.registration .slider-container .desc{margin-left:0;margin-top:5px;height:auto;display:block}.registration .slider-container .mobile-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0 90px;font-size:21px;width:95%}}.registration .slider-container .mobile-wrapper.video{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.registration .slider-container .mobile-wrapper .laptop{position:absolute;left:25px;top:240px}@media (max-width:758px){.registration .slider-container .mobile-wrapper{margin:5px 0 20px;width:80%}.registration .slider-container .mobile-wrapper .laptop{display:none}}.registration .slider-container .slider-wrapper{margin-top:15px;height:261px;width:430px;display:block;overflow:hidden;position:absolute;bottom:66px}@media (max-width:1199px){.registration .slider-container .mobile-wrapper .laptop{bottom:25px;top:auto;width:585px;z-index:0;pointer-events:none}.registration .slider-container .mobile-wrapper .laptop img{width:100%}.registration .slider-container .slider-wrapper{width:465px;height:285px;top:25px;margin-left:0;margin-top:0;position:relative;bottom:0}.registration .slider-container .slider-wrapper img{width:465px;height:285px}}@media (max-width:758px){.registration .slider-container .slider-wrapper{width:320px;height:180px;top:auto}.registration .slider-container .slider-wrapper img{width:320px;height:180px}}.registration .slider-container .video-container{margin-top:15px}.registration .slider-container .mobile-control{display:block;color:#000;position:absolute;top:64%;cursor:pointer}.registration .slider-container .mobile-control.left{left:40px}.registration .slider-container .mobile-control.right{right:40px}@media (max-width:1199px){.registration .slider-container .video-container{margin-bottom:0;margin-left:0;margin-top:5px}.registration .slider-container .mobile-control{position:relative;top:20px;display:block;color:#d6d6d6}.registration .slider-container .mobile-control.left{left:auto}.registration .slider-container .mobile-control.right{right:auto}}@media (max-width:758px){.registration .slider-container .mobile-control{position:relative;top:0;display:block;color:#d6d6d6}.registration .slider-container .mobile-control.left{left:-20px}.registration .slider-container .mobile-control.right{right:-20px}}.registration .slider-container .controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;right:240px;bottom:40px}.registration .slider-container .controls .middle{width:65px}.registration .slider-container .controls .fa{cursor:pointer}.registration .right-block{display:-webkit-box;display:-ms-flexbox;display:flex;background:-webkit-gradient(linear,left bottom,left top,from(#3b60f7),to(#2741b0));background:linear-gradient(0deg,#3b60f7 0,#2741b0 100%)}@media (max-width:1199px){.registration .slider-container .controls{display:none}.registration .right-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.registration .right-block .reg-footer{width:500px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.registration .right-block .reg-footer .footer-title{text-align:center;color:#a3aef5;font-size:12px}.registration .right-block .reg-footer ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 35px 35px 65px;font-size:10px;font-weight:800}.registration .right-block .reg-footer ul li{margin-top:15px;margin-right:25px;width:75px;line-height:90%;letter-spacing:-.1px}.registration .right-block .reg-footer ul li a{color:#7383f1}.registration .right-block .reg-footer ul li:last-child{font-weight:400;font-size:12px}.registration .right-block .reg-footer ul li:last-child a{color:#a3aef5}.registration .right-block .registration-form{padding:45px 30px 39px;font-family:Geometria,sans-serif;font-weight:400;width:370px;max-width:100%;position:relative}.registration .right-block .registration-form .close-mobile{position:absolute;border:1px solid #c0c5e2;color:#c0c5e2;right:10px;top:10px;width:35px;padding:5px;text-align:center;cursor:pointer;display:none}@media (max-width:420px){.registration .right-block .registration-form .close-mobile{right:60px}}.registration .right-block .registration-form .lz-logo{position:absolute;top:.2px;left:-40px}@media (max-width:1199px){.registration .right-block .reg-footer{display:none}.registration .right-block .registration-form{width:545px;padding:25px 120px 20px}.registration .right-block .registration-form .close-mobile{display:block}.registration .right-block .registration-form .lz-logo{display:none}}.registration .right-block .registration-form .lz-logo img{width:120%}.registration .right-block .registration-form .lz-logo-mobile{display:none;position:absolute}@media (max-width:1199px){.registration .right-block .registration-form .lz-logo-mobile{display:block;top:-25px;left:75px}.registration .right-block .registration-form .mobile-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width:758px){.registration .right-block .registration-form{width:450px;max-width:100%;padding:25px 68px 10px}.registration .right-block .registration-form .lz-logo-mobile{top:-25px;left:25px}}.registration .right-block .registration-form .lz-logo-mobile img{width:125px}.registration .right-block .registration-form h1{color:#fff;font-size:36px;font-weight:700;margin-bottom:31px}.registration .right-block .registration-form .signIn-mobile{color:#ffbe26;text-transform:uppercase;text-align:center;font-weight:700;letter-spacing:1px;margin-bottom:15px;margin-top:3px;display:none}.registration .right-block .registration-form .signIn-mobile span{cursor:pointer}.registration .right-block .registration-form .close{position:absolute;border:1px solid #727dc7;color:#727dc7;left:312px;top:20px;width:35px;padding:5px;text-align:center;cursor:pointer}.registration .right-block .registration-form .form-group{position:relative}.registration .right-block .registration-form .form-group .error-field{position:absolute;color:#fff;background-color:#ff564e;font-size:12px;top:25px;width:100%;z-index:0}.registration .right-block .registration-form .form-group .error-field span{display:table;margin:3px;line-height:1}.registration .right-block .registration-form .form-group .qmark{color:#ffbe26;cursor:pointer;position:absolute;top:0;right:0;font-size:23px}.registration .right-block .registration-form .form-group .qmark i{opacity:.5}.registration .right-block .registration-form .form-group .qmark .hint{padding:10px 5px;font-size:12px;background-color:#fff;display:none}.registration .right-block .registration-form .form-group .qmark:hover{color:#3b60f7}.registration .right-block .registration-form .form-group .qmark:hover .hint{z-index:1;display:block}.registration .right-block .registration-form .form-group .qmark:hover .hint p{color:#000}.registration .right-block .registration-form .form-group .qmark:hover i{z-index:2;position:absolute;top:3px;left:289px}@media (max-width:1199px){.registration .right-block .registration-form h1{font-size:24px;margin-bottom:10px}.registration .right-block .registration-form .signIn-mobile{display:block}.registration .right-block .registration-form .close{display:none}.registration .right-block .registration-form .form-group .qmark:hover i{left:285px}}.registration .right-block .registration-form .form-label{width:100%;color:#fff;font-weight:bolder;font-size:14px;opacity:0}.registration .right-block .registration-form .form-group:focus-within label{opacity:0}.registration .right-block .registration-form .input-field{background-color:rgba(0,0,0,0);color:#fff;border:none;border-bottom:1px solid #fff;width:100%;height:30px;z-index:1;margin-bottom:20px}.registration .right-block .registration-form .input-field.ng-invalid.ng-touched{border-bottom:1px solid #ff564e;color:#ff564e}.registration .right-block .registration-form .input-field:focus{border-bottom:1px solid #ffbe26}.registration .right-block .registration-form .input-field::-webkit-input-placeholder{font-style:normal;font-weight:400;color:#fff;z-index:-10}.registration .right-block .registration-form .input-field::-ms-input-placeholder{font-style:normal;font-weight:400;color:#fff;z-index:-10}.registration .right-block .registration-form .input-field::placeholder{font-style:normal;font-weight:400;color:#fff;z-index:-10}.registration .right-block .registration-form .input-field.ng-invalid.ng-touched::-webkit-input-placeholder{color:#ff564e}.registration .right-block .registration-form .input-field.ng-invalid.ng-touched::-ms-input-placeholder{color:#ff564e}.registration .right-block .registration-form .input-field.ng-invalid.ng-touched::placeholder{color:#ff564e}.registration .right-block .registration-form .input-field.ng-invalid.submitted::-webkit-input-placeholder{color:#ff564e}.registration .right-block .registration-form .input-field.ng-invalid.submitted::-ms-input-placeholder{color:#ff564e}.registration .right-block .registration-form .input-field.ng-invalid.submitted::placeholder{color:#ff564e}.registration .right-block .registration-form .input-field:focus::-webkit-input-placeholder{opacity:.5}.registration .right-block .registration-form .input-field:focus::-ms-input-placeholder{opacity:.5}.registration .right-block .registration-form .input-field:focus::placeholder{opacity:.5}.registration .right-block .registration-form button{width:100%;background-color:#ffbe26;color:#303f9f;text-transform:uppercase;padding:15px;border:none;font-size:16px;font-weight:800;margin-bottom:20px;letter-spacing:1px;display:flex;display:-webkit-box;display:-ms-flexbox;justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;text-align:-webkit-center;text-align:-moz-center;cursor:pointer}.registration .right-block .registration-form button p{width:100%}.registration .right-block .registration-form button.loading{padding:23.5px}.registration .right-block .registration-form .signIn{color:#ffbe26;text-transform:uppercase;text-align:center;font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:15px}@media (max-width:1199px){.registration .right-block .registration-form button{margin-bottom:15px}.registration .right-block .registration-form .signIn{display:none}.registration .right-block .registration-form .check{margin-top:0}}.registration .right-block .registration-form .signIn span{cursor:pointer}.registration .right-block .registration-form .check{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.registration .right-block .registration-form .check .container{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:12px;font-weight:400;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.registration .right-block .registration-form .check .container input{position:absolute;opacity:0;cursor:pointer;top:-18px;left:-2px;width:30px}.registration .right-block .registration-form .check .container a{color:#ffbe26}.registration .right-block .registration-form .check .container .error-field-confirmData{position:absolute;color:#fff;background-color:#ff564e;font-size:12px;width:100%;z-index:0;top:-37px;right:0}.registration .right-block .registration-form .check .container .error-field-confirmData span{display:table;margin:3px;line-height:1}.registration .right-block .registration-form .check .container .error-field-confirmData .pointer{width:10px;height:10px;position:absolute;left:8px;bottom:-3px;z-index:-1;background-color:#ff564e;display:table;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.registration .right-block .registration-form .check .checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#eee0;border:1px solid #fff}.registration .right-block .registration-form .check .container:hover input~.checkmark{background-color:#ccc0}.registration .right-block .registration-form .check .container input:checked~.checkmark{background-color:#ffbe26;border:none}.registration .right-block .registration-form .check .checkmark:after{content:\"\";position:absolute;display:none}.registration .right-block .registration-form .check .container input:checked~.checkmark:after{display:block}.registration .right-block .registration-form .check .container .checkmark:after{left:9px;top:5px;width:8px;height:13px;border:solid #303f9f;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.registration .right-block .registration-form .or{overflow:hidden;text-align:center;color:#b2b9f1;font-size:14px;letter-spacing:1px;font-weight:700;margin-bottom:20px}@media (max-width:1199px){.registration .right-block .registration-form .check .container{font-size:10px;padding-left:35px}.registration .right-block .registration-form .or{margin-bottom:15px}}.registration .right-block .registration-form .or:after,.registration .right-block .registration-form .or:before{background-color:#576ae6;content:\"\";display:inline-block;height:2px;top:50px;width:50%}.registration .right-block .registration-form .or:before{right:.5em;margin-left:-50%;margin-right:5px}.registration .right-block .registration-form .or:after{left:.5em;margin-right:-50%;margin-left:5px}.registration .right-block .registration-form .social-network_icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.registration .right-block .registration-form .social-network_icons .social-network_btn{width:85px;max-width:100%;color:#ffbe26;background-color:#596ceb;text-align:center;padding:20px 0;cursor:pointer;margin:0 20px}.registration .right-block .registration-form .social-network_icons .social-network_btn:hover{background-color:#fff}.registration .right-block .registration-form .social-network_icons .social-network_btn:hover .fa-facebook{color:#3b5998}.registration .right-block .registration-form .social-network_icons .social-network_btn:hover .fa-google-plus{color:#dd4b39}.registration .right-block .registration-form .social-network_icons .social-network_btn:hover .fa-linkedin{color:#0077b5}.registration .reg-footer-mobile{width:545px;display:none}@media (max-width:1199px){.registration .right-block .registration-form .social-network_icons .social-network_btn{background-color:#fff;padding:5px 0}.registration .right-block .registration-form .social-network_icons .social-network_btn .fa-facebook{color:#3b5998}.registration .right-block .registration-form .social-network_icons .social-network_btn .fa-google-plus{color:#dd4b39}.registration .right-block .registration-form .social-network_icons .social-network_btn .fa-linkedin{color:#0077b5}.registration .reg-footer-mobile{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex}}.registration .reg-footer-mobile .footer-title{text-align:center;color:#a3aef5;font-size:12px}.registration .reg-footer-mobile ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 35px 35px 65px;font-size:10px;font-weight:800}@media (max-width:1199px){.registration .reg-footer-mobile ul{margin:0 35px 20px 65px}}.registration .reg-footer-mobile ul li{margin-top:15px;margin-right:25px;width:75px;line-height:90%;letter-spacing:-.1px}.registration .reg-footer-mobile ul li a{color:#7383f1}@media (max-width:758px){.registration .right-block .registration-form .form-group .qmark:hover i{left:293px}.registration .right-block .registration-form .or,.registration .right-block .registration-form button{margin-bottom:10px}.registration .reg-footer-mobile{width:450px}.registration .reg-footer-mobile ul li:nth-child(6),.registration .reg-footer-mobile ul li:nth-child(7){display:none}.registration .reg-footer-mobile ul li:nth-child(2),.registration .reg-footer-mobile ul li:nth-child(5){text-align:center}}.registration .reg-footer-mobile ul li:last-child{font-weight:400;font-size:12px}.registration .reg-footer-mobile ul li:last-child a{color:#a3aef5}"],"host":{"(window:resize)":"onResize($event)","$quoted$":["(window:resize)"]}}]}],"members":{"captcha":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":205,"character":3},"arguments":[{"__symbolic":"reference","module":"ngx-captcha","name":"InvisibleReCaptchaComponent","line":205,"character":13}]}]}],"resolved":[{"__symbolic":"method"}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,null,null,null,null,null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":301,"character":5},"arguments":[{"__symbolic":"reference","module":"@angular/material/dialog","name":"MAT_DIALOG_DATA","line":301,"character":12}]}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":302,"character":5},"arguments":[{"__symbolic":"reference","module":"@angular/common","name":"DOCUMENT","line":302,"character":12}]}]],"parameters":[{"__symbolic":"reference","name":"LzLanguageService"},{"__symbolic":"reference","name":"MatDialogRef","module":"@angular/material/dialog","arguments":[{"__symbolic":"reference","name":"LzRegNewComponent"}]},{"__symbolic":"reference","name":"CustomRequestService"},{"__symbolic":"reference","module":"@ngx-translate/core","name":"TranslateService","line":296,"character":23},{"__symbolic":"reference","module":"@angular/material/dialog","name":"MatDialog","line":297,"character":20},{"__symbolic":"reference","module":"@angular/platform-browser","name":"DomSanitizer","line":298,"character":22},{"__symbolic":"reference","name":"LzCookieService"},{"__symbolic":"reference","name":"LzProductConfig"},{"__symbolic":"reference","name":"any"},{"__symbolic":"reference","name":"any"}]}],"ngAfterContentInit":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"cancel":[{"__symbolic":"method"}],"getToken":[{"__symbolic":"method"}],"toggleCheckbox":[{"__symbolic":"method"}],"getProductPresentation":[{"__symbolic":"method"}],"getProductsForFooter":[{"__symbolic":"method"}],"execute":[{"__symbolic":"method"}],"reg":[{"__symbolic":"method"}],"showAuthModal":[{"__symbolic":"method"}],"onResize":[{"__symbolic":"method"}],"watchErrorRequired":[{"__symbolic":"method"}],"sortByOrder":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"LzRemindNewComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":15,"character":1},"arguments":[{"selector":"app-lz-remind","template":"<div class=\"remind\">\n  <div class=\"lz-logo\"><img src=\"/dist/ng2/src/assets/pl-header-assets/img/cutted-logo.png\" alt=\"\"></div>\n  <h1>{{'user.signinup.remindPass' | translate}}</h1>\n  <p class=\"remind-pass-email\">{{'user.signinup.remindPassEmail' | translate}}</p>\n  <div class=\"close\" (click)=\"cancel()\"><i class=\"fa fa-remove\"></i></div>\n  <form [formGroup]=\"remindForm\" >\n      <div class=\"form-group\">\n          <input type=\"email\" (change)=\"isShowErrorLoginAndPassword = false\" name=\"email\"\n                  [(ngModel)]=\"userInf.email\"\n                  class=\"input-field\" id=\"{{id}}-click-email_field-input-popup_forgotpass-1\"\n                  formControlName=\"email\"\n                  placeholder=\"{{'user.signinup.enterEmail' | translate}}\" [maxlength]=\"256\" required=\"\">\n          <div class=\"error-field\" *ngIf=\"(remindForm.get('email').invalid && remindForm.get('email').touched) || serverMessage\">\n              <span *ngIf=\"!serverMessage && remindForm.get('email')['errors']['pattern']\">{{'user.signinup.emailPattern'  | translate}}</span>\n              <span *ngIf=\"serverMessage\">{{serverMessage | translate}}</span>\n          </div>\n      </div>\n      <button (click)=\"execute()\"  id=\"{{id}}-click-send_password-button-popup_forgotpass-1\" [ngClass]=\"{'loading': isDisabled}\" [disabled]=\"remindForm.invalid || isDisabled\"><p *ngIf=\"!isDisabled\">{{'user.signinup.send' | translate}}</p><lz-preloader *ngIf=\"isDisabled\"></lz-preloader></button>\n      <div class=\"goAuth\"><span (click)=\"goBackAuth()\" id=\"{{id}}-click-to_login-link-popup_forgotpass-1\">{{'user.signinup.signInNew' | translate}}</span></div>\n  </form>\n  <form [formGroup]=\"cFormGroup\">\n  <ngx-invisible-recaptcha hl=\"uk\" #captchaRef (success)=\"remind($event)\" siteKey=\"6LcfMkgUAAAAAOmzWe6krfV-cgR3MczaQVrqxUVR\" formControlName=\"recaptcha\"></ngx-invisible-recaptcha>\n  </form>\n</div>\n","styles":[".lz-pl-container{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container{width:732px;padding:0}}@media (min-width:1002px){.lz-pl-container{width:976px}}@media (min-width:1490px){.lz-pl-container{width:1440px}}.lz-pl-container-new{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container-new{width:732px;padding:0}}@media (min-width:1200px){.lz-pl-container-new{width:1200px}}@media (min-width:1490px){.lz-pl-container-new{width:1440px}}.modal-lg{width:900px}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}*{text-shadow:none!important;margin:0;padding:0}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto;vertical-align:middle}.h1,.h2,.h3,.h4,.h5,.h6,button,h1,h2,h3,h4,h5,h6,input,p,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input:focus,textarea:focus{outline:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.1}fieldset{border:none}::ng-deep .cdk-global-scrollblock{position:static!important;overflow:hidden}::ng-deep .cdk-global-scrollblock body{overflow:hidden}::ng-deep .cdk-overlay-backdrop{background:rgba(0,0,0,.588)}::ng-deep .cdk-overlay-container .myPane .mat-dialog-container{margin:0;max-height:95vh;border-radius:0;background:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;padding:0;overflow:visible;font-family:Geometria,sans-serif;font-weight:400}@media (max-width:1279px){::ng-deep .cdk-overlay-container .myPane .mat-dialog-container{overflow-x:hidden}}@media (max-width:758px){::ng-deep .cdk-overlay-container .myPane{max-width:450px!important}::ng-deep .cdk-overlay-container .myPane .mat-dialog-container{max-width:450px}}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover{border:0;-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px transparent inset;box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out;transition:background-color 5000s ease-in-out;background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,174,255,.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,.03) 100%)}.remind{padding:50px 30px 30px;width:370px;max-width:100%;background:-webkit-gradient(linear,left bottom,left top,from(#3b60f7),to(#2741b0));background:linear-gradient(0deg,#3b60f7 0,#2741b0 100%);font-family:Geometria,sans-serif;font-weight:400;position:relative}.remind .lz-logo{position:absolute;top:0;left:0}.remind .lz-logo img{width:120%}.remind h1{color:#fff;font-size:36px;margin-bottom:20px;font-weight:700}.remind .close{position:absolute;border:1px solid #727dc7;color:#727dc7;right:20px;top:20px;width:35px;padding:5px;text-align:center;cursor:pointer}@media (max-width:321px){.remind .close{right:45px}}.remind .remind-pass-email{color:#fff;font-size:18px;margin-bottom:15px;font-weight:400;opacity:.5}.remind .form-group{position:relative}.remind .form-group .error-required{font-style:normal;font-weight:400;color:#ff564e;position:absolute;top:8px;left:0;z-index:0;font-size:14px;cursor:text}.remind .form-group .error-field{position:absolute;color:#fff;background-color:#ff564e;font-size:12px;top:25px;width:100%;z-index:0}.remind .form-group .error-field span{display:table;margin:3px;line-height:1}.remind .form-label{width:100%;color:#fff;font-weight:bolder;font-size:14px;opacity:0}.remind .input-field{background-color:rgba(0,0,0,0);color:#fff;border:none;border-bottom:1px solid #fff;width:100%;height:30px;z-index:1;margin-bottom:30px}.remind .input-field#name{margin-bottom:10px}.remind .input-field.ng-invalid.ng-touched{border-bottom:1px solid #ff564e;color:#ff564e}.remind .input-field:focus{border-bottom:1px solid #ffbe26}.remind .input-field::-webkit-input-placeholder{font-style:normal;font-weight:400;color:#fff;z-index:-10}.remind .input-field::-ms-input-placeholder{font-style:normal;font-weight:400;color:#fff;z-index:-10}.remind .input-field::placeholder{font-style:normal;font-weight:400;color:#fff;z-index:-10}.remind .input-field.ng-invalid.ng-touched::-webkit-input-placeholder{color:#ff564e}.remind .input-field.ng-invalid.ng-touched::-ms-input-placeholder{color:#ff564e}.remind .input-field.ng-invalid.ng-touched::placeholder{color:#ff564e}.remind .input-field:focus::-webkit-input-placeholder{opacity:.5}.remind .input-field:focus::-ms-input-placeholder{opacity:.5}.remind .input-field:focus::placeholder{opacity:.5}.remind button{width:100%;background-color:#ffbe26;color:#303f9f;text-transform:uppercase;padding:15px;border:none;font-size:17px;font-weight:800;margin-bottom:15px;letter-spacing:1px;display:flex;display:-webkit-box;display:-ms-flexbox;justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;text-align:-webkit-center;text-align:-moz-center;cursor:pointer}.remind button p{width:100%}.remind button.loading{padding:24.5px}.remind .goAuth{color:#ffbe26;text-transform:uppercase;text-align:center;font-size:14px;font-weight:700;letter-spacing:1px}.remind .goAuth span{cursor:pointer}"]}]}],"members":{"captcha":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":47,"character":3},"arguments":[{"__symbolic":"reference","module":"ngx-captcha","name":"InvisibleReCaptchaComponent","line":47,"character":13}]}]}],"resolved":[{"__symbolic":"method"}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":74,"character":5},"arguments":[{"__symbolic":"reference","module":"@angular/material/dialog","name":"MAT_DIALOG_DATA","line":74,"character":12}]}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":75,"character":5},"arguments":[{"__symbolic":"reference","module":"@angular/common","name":"DOCUMENT","line":75,"character":12}]}],null,null],"parameters":[{"__symbolic":"reference","name":"LzLanguageService"},{"__symbolic":"reference","name":"MatDialogRef","module":"@angular/material/dialog","arguments":[{"__symbolic":"reference","name":"LzRemindNewComponent"}]},{"__symbolic":"reference","module":"@angular/material/dialog","name":"MatDialog","line":72,"character":19},{"__symbolic":"reference","name":"CustomRequestService"},{"__symbolic":"reference","name":"any"},{"__symbolic":"reference","name":"any"},{"__symbolic":"reference","module":"@ngx-translate/core","name":"TranslateService","line":76,"character":23},{"__symbolic":"reference","name":"LzProductConfig"}]}],"ngOnInit":[{"__symbolic":"method"}],"execute":[{"__symbolic":"method"}],"watchErrorRequired":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"LzWelcomeComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":15,"character":1},"arguments":[{"selector":"app-lz-welcome","template":"<div class=\"login\">\n  <div class=\"lz-logo\"><img src=\"/dist/ng2/src/assets/pl-header-assets/img/cutted-logo.png\" alt=\"\"></div>\n  <h1><span>{{'user.signinup.enterTo' | translate}}</span><br />{{'user.signinup.liga' | translate}}</h1>\n  <div class=\"close\" (click)=\"cancel()\"><i class=\"fa fa-remove\"></i></div>\n  <div class=\"welcome-text\">\n    <p *ngIf=\"sourceForm == 'regForm'\">{{'user.signinup.thanks' | translate}}</p>\n    <p class=\"instructions\" *ngIf=\"sourceForm == 'regForm'\">{{'user.signinup.instructions' | translate}}</p>\n    <p class=\"instructions\" *ngIf=\"sourceForm == 'remindForm'\">{{'user.signinup.remindOk' | translate}}</p>\n  </div>\n  <form [formGroup]=\"authForm\" (ngSubmit)=\"signIn()\">\n    <div class=\"form-group\">\n      <input type=\"email\" (change)=\"isShowErrorLoginAndPassword = false\" name=\"email\" [(ngModel)]=\"userInfo.email\"\n        class=\"input-field\" id=\"e-mail\" formControlName=\"email\" [maxlength]=\"256\" placeholder=\"{{'user.signinup.enterEmail' | translate}}\"\n        required=\"\" disabled>\n      <div class=\"error-field\" *ngIf=\"(authForm.get('email').invalid && authForm.get('email').touched)\">\n        <span *ngIf=\"authForm.get('email')['errors']['pattern']\">{{'user.signinup.emailPattern' | translate}}</span>\n      </div>\n    </div>\n    <div class=\"form-group\">\n      <input type=\"password\" (change)=\"isShowErrorLoginAndPassword = false\" name=\"password\" [(ngModel)]=\"userInfo.password\"\n        class=\"input-field\" id=\"password\" formControlName=\"password\" [maxlength]=\"256\" placeholder=\"{{'user.signinup.enterPassword' | translate}}\"\n        required=\"\">\n      <div class=\"error-field\" *ngIf=\"(authForm.get('password').invalid && authForm.get('password').touched) || isShowErrorLoginAndPassword\">\n        <span *ngIf=\"!isShowErrorLoginAndPassword && authForm.get('password')['errors']['pattern']\">{{'user.signinup.passwordRequiredPattern'\n          | translate}}</span>\n        <span *ngIf=\"isShowErrorLoginAndPassword\">{{serverMessage}}</span>\n      </div>\n    </div>\n    <button type=\"submit\" [ngClass]=\"{'loading': isDisabled}\" [disabled]=\"authForm.invalid || isDisabled\">\n      <p *ngIf=\"!isDisabled\">{{'user.signinup.signInNew' | translate}}</p>\n      <lz-preloader *ngIf=\"isDisabled\"></lz-preloader>\n    </button>\n  </form>\n\n</div>\n","styles":[".lz-pl-container{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container{width:732px;padding:0}}@media (min-width:1002px){.lz-pl-container{width:976px}}@media (min-width:1490px){.lz-pl-container{width:1440px}}.lz-pl-container-new{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container-new{width:732px;padding:0}}@media (min-width:1200px){.lz-pl-container-new{width:1200px}}@media (min-width:1490px){.lz-pl-container-new{width:1440px}}.modal-lg{width:900px}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}*{text-shadow:none!important;margin:0;padding:0}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto;vertical-align:middle}.h1,.h2,.h3,.h4,.h5,.h6,button,h1,h2,h3,h4,h5,h6,input,p,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input:focus,textarea:focus{outline:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.1}fieldset{border:none}::ng-deep .cdk-overlay-backdrop{background:rgba(0,0,0,.588)}::ng-deep .cdk-overlay-container .myPane .mat-dialog-container{margin:0;max-height:95vh;border-radius:0;background:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;padding:0;overflow:visible;font-family:Geometria,sans-serif;font-weight:400}@media (max-width:1279px){::ng-deep .cdk-overlay-container .myPane .mat-dialog-container{overflow-x:hidden}}@media (max-width:758px){::ng-deep .cdk-overlay-container .myPane{max-width:450px!important}::ng-deep .cdk-overlay-container .myPane .mat-dialog-container{max-width:450px}}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover{border:0;-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px transparent inset;box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out;transition:background-color 5000s ease-in-out;background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,174,255,.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,.03) 100%)}.login{padding:50px 30px 30px;width:370px;max-width:100%;background:-webkit-gradient(linear,left bottom,left top,from(#3b60f7),to(#2741b0));background:linear-gradient(0deg,#3b60f7 0,#2741b0 100%);font-family:Geometria,sans-serif;font-weight:400;position:relative}.login .lz-logo{position:absolute;top:0;left:0}.login .lz-logo img{width:120%}.login .welcome-text{color:#fff;font-size:18px;margin-bottom:15px;font-weight:700}.login .welcome-text .instructions{font-weight:400;opacity:.5}.login h1{color:#fff;font-size:36px;font-weight:400;margin-bottom:20px}.login h1 span{font-weight:700}.login .close{position:absolute;border:1px solid #727dc7;color:#727dc7;right:20px;top:20px;width:35px;padding:5px;text-align:center;cursor:pointer}@media (max-width:321px){.login .close{right:45px}}.login .form-group:first-child{margin-bottom:20px}.login .form-group{position:relative}.login .form-group .error-required{font-style:normal;font-weight:400;color:#ff564e;position:absolute;top:8px;left:0;z-index:0;font-size:14px;cursor:text}.login .form-group .error-field{position:absolute;color:#fff;background-color:#ff564e;font-size:12px;top:25px;width:100%;z-index:0}.login .form-group .error-field span{display:table;margin:3px;line-height:1}.login .input-field{background-color:rgba(0,0,0,0);color:#fff;border:none;border-bottom:1px solid #fff;width:100%;height:30px;z-index:1}.login .input-field#name{margin-bottom:10px}.login .input-field#password{margin-bottom:30px}.login .input-field.ng-invalid.ng-touched{border-bottom:1px solid #ff564e;color:#ff564e}.login .input-field:focus{border-bottom:1px solid #ffbe26}.login .input-field::-webkit-input-placeholder{font-style:normal;font-weight:400;color:#fff;z-index:-10}.login .input-field::-ms-input-placeholder{font-style:normal;font-weight:400;color:#fff;z-index:-10}.login .input-field::placeholder{font-style:normal;font-weight:400;color:#fff;z-index:-10}.login .input-field.ng-invalid.ng-touched::-webkit-input-placeholder{color:#ff564e}.login .input-field.ng-invalid.ng-touched::-ms-input-placeholder{color:#ff564e}.login .input-field.ng-invalid.ng-touched::placeholder{color:#ff564e}.login .input-field:focus::-webkit-input-placeholder{opacity:.5}.login .input-field:focus::-ms-input-placeholder{opacity:.5}.login .input-field:focus::placeholder{opacity:.5}.login button{width:100%;background-color:#ffbe26;color:#303f9f;text-transform:uppercase;padding:15px;border:none;font-size:16px;font-weight:800;letter-spacing:1px;display:flex;display:-webkit-box;display:-ms-flexbox;justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;text-align:-webkit-center;text-align:-moz-center;cursor:pointer}.login button p{width:100%}.login button.loading{padding:23.5px}"]}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":76,"character":5},"arguments":[{"__symbolic":"reference","module":"@angular/material/dialog","name":"MAT_DIALOG_DATA","line":76,"character":12}]}],null,null],"parameters":[{"__symbolic":"reference","name":"LzLanguageService"},{"__symbolic":"reference","name":"MatDialogRef","module":"@angular/material/dialog","arguments":[{"__symbolic":"reference","name":"LzWelcomeComponent"}]},{"__symbolic":"reference","name":"any"},{"__symbolic":"reference","module":"@ngx-translate/core","name":"TranslateService","line":77,"character":23},{"__symbolic":"reference","name":"LzCookieService"}]}],"ngOnInit":[{"__symbolic":"method"}],"watchErrorRequired":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}]}},"LzUserMessagesModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":10,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"LzUserMessagesComponent"}],"providers":[{"__symbolic":"reference","name":"LzUserMessagesService"},{"provide":{"__symbolic":"reference","module":"@angular/material/dialog","name":"MatDialogRef","line":17,"character":15},"useValue":{}},{"provide":{"__symbolic":"reference","module":"@angular/material/dialog","name":"MAT_DIALOG_DATA","line":21,"character":15},"useValue":{}}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":26,"character":4},{"__symbolic":"reference","module":"@angular/material/dialog","name":"MatDialogModule","line":27,"character":4},{"__symbolic":"reference","name":"LzLogModule"},{"__symbolic":"reference","module":"@ngx-translate/core","name":"TranslateModule","line":29,"character":4}],"entryComponents":[{"__symbolic":"reference","name":"LzUserMessagesComponent"}]}]}],"members":{}},"LzUserMessagesService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":7,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"CustomRequestService"},{"__symbolic":"reference","name":"LzUserServiceV2"},{"__symbolic":"reference","name":"LzProductConfig"}]}]}},"LzUserMessagesComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":11,"character":1},"arguments":[{"selector":"lz-user-messages-a2","template":"<div class=\"user-messages\">\n  <div class=\"messages-menu\" #messagesInner (window:resize)=\"onResize($event)\" [ngStyle]=\"{'height': contentHeight + 'px'}\">\n    <div class=\"messages-header\">\n      <div class=\"messages-logo\">\n        <i class=\"fa fa-commenting messages-icon\"></i>\n      </div>\n      <div class=\"messages-header-text\">\n        {{'messages.myMessages' | translate}}\n      </div>\n      <div class=\"close\" (click)=\"toggle()\" [lzLog]=\"'menuAllModules/click/btnCloseMenuAllModules'\"></div>\n    </div>\n    <div class=\"messages-content\" *ngIf=\"!userMassegesList\" [ngStyle]=\"{'height': (contentHeight - 45) + 'px'}\">\n      {{'messages.noMessages' | translate}}\n    </div>\n    <div class=\"messages-content\" *ngIf=\"userMassegesList\" [ngStyle]=\"{'height': (contentHeight - 45) + 'px'}\">\n      <div class=\"loader-container\" [ngClass]=\"{'show-loader': showLoader == true}\">\n        <div class=\"lz-loader lz-loader-medium\"></div>\n        <div class=\"lz-spinner lz-spinner-medium\"></div>\n      </div>\n      <div class=\"row content-title\" [ngClass]=\"{'show-loader': showLoader == true}\">\n        <span (click)=\"markAllAsLooked()\" class=\"mark-all\">{{'messages.markAll' | translate}}</span>\n      </div>\n      <div class=\"messages-list\" [ngClass]=\"{'show-loader': showLoader == true}\" [ngStyle]=\"{'height': (contentHeight - 85) + 'px'}\">\n        <div class=\"item\" *ngFor=\"let item of userMassegesList\" (click)=\"showMessage(item); $event.stopPropagation()\"\n          [ngClass]=\"{'no-read':item.isViewed == false}\">\n          <div class=\"item-inner\">\n            <div class=\"item-title\">\n              <div class=\"date\">\n                {{parseDate(item.sentDate)}}\n                <span class=\"message-type\">{{'messages.' + item.type | translate}}</span>\n              </div>\n              <a class=\"link-icon\" (click)=\"showMessage(item); $event.stopPropagation()\" [ngClass]=\"{'unreaded-link':item.isViewed == true}\"><i\n                  class=\"fa fa-external-link\" *ngIf=\"item.url && item.type == 'SYSTEM'\"></i></a>\n              <i class=\"fa fa-share-square-o first-icon\" *ngIf=\"item.type == 'MODAL'\" (click)=\"showMessage(item); $event.stopPropagation()\"\n                [ngClass]=\"{'unreaded-first':item.isViewed == true}\"></i>\n              <i (click)=\"markAsLooked(item.unid, item); $event.stopPropagation()\" class=\"fa fa-check second-icon\"\n                [ngClass]=\"{'unreaded-second':item.isViewed == true}\"></i>\n            </div>\n            <div class=\"item-text\" *ngIf=\"item.type != 'MODAL'\" [ngClass]=\"{'no-read-item-text': item.isViewed == false}\">\n              {{item.text}}\n            </div>\n            <div class=\"item-text\" *ngIf=\"item.type == 'MODAL'\" [ngClass]=\"{'no-read-item-text': item.isViewed == false }\">\n              {{item.topic}}\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n</div>\n","styles":["html{height:100%;-ms-overflow-style:scrollbar}body{min-height:100%;overflow-x:hidden;background:#fff;padding-top:44px!important;-webkit-transition:margin .3s;transition:margin .3s}body.lz-platforma-small-header,body.scroll-not-top{padding-top:44px!important}[data-ng-cloak],[ng-cloak],[ng\\:cloak],[x-ng-cloak]{display:none!important}form input:focus{outline:0}form input::-webkit-input-placeholder{color:#979ca2;font-weight:100;font-style:italic}form input:-moz-placeholder{color:#979ca2;font-weight:100;font-style:italic}form input::-moz-placeholder{color:#979ca2;font-weight:100;font-style:italic}form input:-ms-input-placeholder{color:#979ca2;font-weight:100;font-style:italic}.btn-group>.btn:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.form-control-feedback{pointer-events:auto}.well{margin-bottom:0}.lz-pl-container{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){body{padding-top:75px!important}.lz-pl-container{width:732px;padding:0}}@media (min-width:1002px){.lz-pl-container{width:976px}}@media (min-width:1490px){.lz-pl-container{width:1440px}}.lz-pl-container-new{position:relative;display:block;margin-left:auto;margin-right:auto;padding:0 12px}@media (min-width:758px){.lz-pl-container-new{width:732px;padding:0}}@media (min-width:1200px){.lz-pl-container-new{width:1200px}}@media (min-width:1490px){.lz-pl-container-new{width:1440px}}.modal-lg{width:900px}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}*{text-shadow:none!important}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto;vertical-align:middle}.h1,.h2,.h3,.h4,.h5,.h6,button,h1,h2,h3,h4,h5,h6,input,p,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input:focus,textarea:focus{outline:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.1}fieldset{border:none}.user-messages .messages-bg{position:fixed;top:0;bottom:0;right:0;left:0;z-index:9999;width:100%;height:100%;display:none;-webkit-transition:.35s;transition:.35s}.user-messages .messages-bg.show{display:block!important}.user-messages .messages-menu{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.35s;transition:.35s;-webkit-box-shadow:1.414px 1.414px 20px 0 rgba(36,58,102,.2),0 2px 15px 0 rgba(66,165,245,.25),0 15px 25px 0 rgba(144,202,249,.25);box-shadow:1.414px 1.414px 20px 0 rgba(36,58,102,.2),0 2px 15px 0 rgba(66,165,245,.25),0 15px 25px 0 rgba(144,202,249,.25);background:#fff;position:fixed;top:44px;bottom:0;right:-285px;z-index:1039;overflow:hidden;width:285px;height:92%;opacity:0}.user-messages .messages-menu.show{right:0;opacity:1}.user-messages .messages-menu .messages-header{text-align:center;position:relative;border-bottom:1px solid #f0f2f4;background:#25408f}.user-messages .messages-menu .messages-header .close{position:absolute;top:0;right:0;bottom:0;font-weight:100;font-size:36px;width:84px;cursor:pointer}.user-messages .messages-menu .messages-header .close::after,.user-messages .messages-menu .messages-header .close::before{content:\"\";position:absolute;left:30px;width:14px;height:2px;background:#fff}.user-messages .messages-menu .messages-header .close::after{top:26px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.user-messages .messages-menu .messages-header .close::before{bottom:26px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.user-messages .messages-menu .messages-header .messages-logo{width:44px;height:44px;position:relative;background-color:#182e5f}.user-messages .messages-menu .messages-header .messages-logo .messages-icon{color:#fff;font-size:22px;position:absolute;top:10px;left:12px;display:block}.user-messages .messages-menu .messages-header .messages-header-text{position:absolute;top:13px;left:55px;color:#fff;font-size:14px}@media (min-width:581px){.user-messages .messages-menu{width:485px;right:-485px}.user-messages .messages-menu .messages-header .messages-header-text{font-size:18px;top:10px}}.user-messages .messages-menu .messages-content{overflow:hidden;height:90%;font-size:19px;text-align:center;color:#25408f}.user-messages .messages-menu .messages-content .content-title{margin-left:0;position:relative;margin-top:-5px;font-size:16px;text-align:right;border-bottom:1px solid #eceff1;padding:12px 25px 9px 0}.user-messages .messages-menu .messages-content .content-title.show-loader{opacity:.6}.user-messages .messages-menu .messages-content .mark-all:hover{cursor:pointer}.user-messages .messages-menu .messages-content .messages-list{overflow:hidden;overflow-y:auto;height:96%;padding-bottom:20px}.user-messages .messages-menu .messages-content .messages-list .no-read{border-left:6px solid #de173b!important;font-weight:600}.user-messages .messages-menu .messages-content .messages-list .item{z-index:1;border-left:6px solid #fdfdfe;color:#556279}.user-messages .messages-menu .messages-content .messages-list .item .item-inner{padding-top:10px;padding-bottom:10px;border-bottom:1px solid #eceff1}.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-title{position:relative;display:block;font-size:12px;font-weight:100}.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-title .date{display:inline-block;position:absolute;left:10px;border-right:1px solid #a2a9b6;padding-right:15px}.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-title .date .message-type{position:absolute;top:0;left:90px}.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-title .date:hover{cursor:pointer}.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-title .type{display:inline-block;margin-left:0}@media (min-width:581px){.user-messages .messages-menu .messages-content .messages-list .item .item-inner{padding-top:15px;padding-bottom:15px}.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-title .date{left:20px}.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-title .date .message-type{left:95px}.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-title .type{margin-left:-180px}}.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-title .push-mess{margin-left:10px}.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-title .type:hover{cursor:pointer}.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-title .first-icon{-webkit-transition:.3s ease-out;transition:.3s ease-out;display:block;position:absolute;right:40px;font-size:18px;margin-top:-3px}.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-title .unreaded-first{right:10px!important}.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-title .second-icon{z-index:2;-webkit-transition:.3s ease-out;transition:.3s ease-out;display:block;position:absolute;right:10px;margin-top:-5px;font-size:20px!important;color:#7f7f7f}.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-title .unreaded-second{display:none!important}.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-title .link-icon{-webkit-transition:.3s ease-out;transition:.3s ease-out;color:#7f7f7f;font-size:18px;display:block;position:absolute;right:40px;margin-top:-6px}.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-title .unreaded-link{right:10px!important}@media (min-width:900px){.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-title .first-icon,.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-title .link-icon,.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-title .second-icon{display:none}}.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-text{font-size:14px;text-align:left;margin-top:20px;margin-left:10px;margin-right:20px;line-height:16px}.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-text i{margin-left:10px}@media (min-width:581px){.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-title .push-mess{margin-left:-170px!important}.user-messages .messages-menu .messages-content .messages-list .item .item-inner .item-text{font-size:17px;margin-top:20px;margin-left:20px;line-height:normal}}.user-messages .messages-menu .messages-content .messages-list .item .item-inner .no-read-item-text{margin-left:10px}@media (min-width:581px){.user-messages .messages-menu .messages-content .messages-list .item .item-inner .no-read-item-text{margin-left:20px}}.user-messages .messages-menu .messages-content .messages-list .item:hover{background-color:#f2f3f7;border-left:6px solid #f1f2f6;cursor:pointer}.user-messages .messages-menu .messages-content .messages-list .item:hover .item-inner .item-title .date{color:#fdc23b}.user-messages .messages-menu .messages-content .messages-list .item:hover .item-inner .item-title .second-icon{display:block;position:absolute;right:10px;margin-top:-5px;font-size:20px!important;color:#7f7f7f}.user-messages .messages-menu .messages-content .messages-list .item:hover .item-inner .item-title .second-icon:hover{cursor:pointer;color:green}.user-messages .messages-menu .messages-content .messages-list .item:hover .item-inner .item-title .unreaded-second{display:none!important}.user-messages .messages-menu .messages-content .messages-list .item:hover .item-inner .item-title .first-icon{display:block;position:absolute;right:40px;font-size:18px;margin-top:-3px}.user-messages .messages-menu .messages-content .messages-list .item:hover .item-inner .item-title .first-icon:hover{cursor:pointer;color:#fdc23b}.user-messages .messages-menu .messages-content .messages-list .item:hover .item-inner .item-title .unreaded-first{right:10px!important}.user-messages .messages-menu .messages-content .messages-list .item:hover .item-inner .item-title .link-icon{color:#7f7f7f;font-size:18px;display:block;position:absolute;right:40px;margin-top:-6px}.user-messages .messages-menu .messages-content .messages-list .item:hover .item-inner .item-title .link-icon:hover{cursor:pointer;color:#fdc23b}.user-messages .messages-menu .messages-content .messages-list .item:hover .item-inner .item-title .unreaded-link{right:10px!important}.user-messages .messages-menu .messages-content .messages-list.show-loader{opacity:.6}.user-messages .messages-menu .messages-content .loader-container{position:absolute;width:100%;height:100%;display:none;pointer-events:none}.user-messages .messages-menu .messages-content .loader-container .lz-loader{position:absolute;display:block;top:20%;left:50%;border-radius:100%;background-color:#fff;background-image:url(/dist/ng2/src/assets/pl-header-assets/img/loader_logo.png);background-repeat:no-repeat;background-position:50%;z-index:2}.user-messages .messages-menu .messages-content .loader-container .lz-spinner{z-index:1;position:absolute;display:block;top:20%;left:50%;border-radius:100%;-webkit-animation:1.3s infinite spin;animation:1.3s infinite spin}.user-messages .messages-menu .messages-content .loader-container .lz-loader-small{margin-top:-10px;margin-left:-10px;width:20px;height:20px;background-size:15px 15px}.user-messages .messages-menu .messages-content .loader-container .lz-spinner-small{margin-top:-13px;margin-left:-13px;width:26px;height:26px;border:3px solid #eceff1!important;border-top:3px solid #cd242d!important}.user-messages .messages-menu .messages-content .loader-container .lz-loader-medium{margin-top:-17.5px;margin-left:-17.5px;width:35px;height:35px;background-size:25px 25px}.user-messages .messages-menu .messages-content .loader-container .lz-spinner-medium{margin-top:-22.5px;margin-left:-22.5px;width:45px;height:45px;border:13px solid #eceff1!important;border-top:13px solid #cd242d!important}.user-messages .messages-menu .messages-content .loader-container.show-loader{display:block}@-webkit-keyframes spin{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}"]}]}],"members":{"userMessagesInner":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":69,"character":3},"arguments":["messagesInner",{"read":{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":70,"character":10}}]}]}],"onResize":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostListener","line":81,"character":3},"arguments":["window:resize",["$event"]]}]}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":86,"character":15},"arguments":[{"__symbolic":"reference","module":"@angular/common","name":"DOCUMENT","line":86,"character":22}]}],null,null,null,null,null,null],"parameters":[{"__symbolic":"reference","name":"any"},{"__symbolic":"reference","module":"@ngx-translate/core","name":"TranslateService","line":87,"character":23},{"__symbolic":"reference","name":"LzUserMessagesService"},{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient","line":89,"character":18},{"__symbolic":"reference","name":"LzLanguageService"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":91,"character":22},{"__symbolic":"reference","name":"LzMessageService"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"markAsLooked":[{"__symbolic":"method"}],"markAsVisited":[{"__symbolic":"method"}],"markAllAsLooked":[{"__symbolic":"method"}],"toggle":[{"__symbolic":"method"}],"parseDate":[{"__symbolic":"method"}],"showMessage":[{"__symbolic":"method"}]}},"LzPopupModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":13,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"LzPopupComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":18,"character":6},{"__symbolic":"reference","module":"@ngx-translate/core","name":"TranslateModule","line":19,"character":6},{"__symbolic":"reference","name":"SharingModule"},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule","line":21,"character":6},{"__symbolic":"reference","module":"@angular/forms","name":"ReactiveFormsModule","line":22,"character":6},{"__symbolic":"reference","module":"angular2-text-mask","name":"TextMaskModule","line":23,"character":6},{"__symbolic":"reference","module":"ngx-captcha","name":"NgxCaptchaModule","line":24,"character":6}],"entryComponents":[{"__symbolic":"reference","name":"LzPopupComponent"}],"providers":[{"__symbolic":"reference","name":"LzPopupService"}]}]}],"members":{}},"LzPopupService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":9,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"CustomRequestService"},{"__symbolic":"reference","name":"LzProductConfig"},{"__symbolic":"reference","module":"@angular/material/dialog","name":"MatDialog","line":19,"character":100},{"__symbolic":"reference","name":"LzCookieService"}]}]}},"LzPopupComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":15,"character":1},"arguments":[{"selector":"lz-popup","template":"<div class=\"lz-popup-container\">\n\n  <span class=\"close\" (click)=\"closeDialog()\">\n    <span class=\"line line-left\"></span>\n    <span class=\"line line-right\"></span>\n  </span>\n\n  <div class=\"title\" *ngIf=\"popupData.title\">\n    {{popupData.title}}\n  </div>\n\n  <div class=\"subtitle\" *ngIf=\"popupData.subTitle\">\n    {{popupData.subTitle}}\n  </div>\n\n  <img class=\"image\" *ngIf=\"popupData.image\" [src]=\"popupData.image\" />\n\n  <div class=\"video\" *ngIf=\"popupData.video\" [innerHTML]=\"popupData.video\"></div>\n\n  <form class=\"popup-form\" *ngIf=\"(popupData.fields && popupData.fields.length > 0) || (popupData.consents && popupData.consents.length > 0)\">\n    <div class=\"fields-set\" *ngIf=\"popupData.fields && popupData.fields.length > 0\">\n      <div *ngFor=\"let field of popupData.fields\">\n        <input placeholder=\"{{'lz-popup.placeholder_' + field | translate}}\" [name]=\"formInputs[field].id\" *ngIf=\"!(formInputs[field].id === 'phone' && !isDisableMask) || isDisableMask\"\n          [(ngModel)]=\"formInputs[field].value\" (ngModelChange)=\"checkInputRequired(formInputs[field])\" (change)=\"checkInputPattern(formInputs[field])\"\n          [ngClass]=\"{'not-empty': formInputs[field].value.length > 0, 'input-error': isInit && (formInputs[field].isError1 || formInputs[field].isError2)}\"\n          maxlength=\"256\" required />\n        <input placeholder=\"{{'lz-popup.placeholder_' + field | translate}}\" [name]=\"formInputs[field].id\" *ngIf=\"formInputs[field].id === 'phone' && !isDisableMask\"\n          [(ngModel)]=\"formInputs[field].value\" (ngModelChange)=\"checkInputRequired(formInputs[field])\" (change)=\"checkInputPattern(formInputs[field])\"\n          [ngClass]=\"{'not-empty': formInputs[field].value.length > 0, 'input-error': isInit && (formInputs[field].isError1 || formInputs[field].isError2)}\"\n          maxlength=\"256\" [textMask]=\"{mask: MASK, showMask: false}\" required />\n        <span class=\"error\" *ngIf=\"formInputs[field].isError2\">{{'lz-popup.' + formInputs[field].errorTextPattern |\n          translate}}</span>\n        <span class=\"error\" *ngIf=\"!formInputs[field].isError2 && formInputs[field].isError3 && formInputs[field].errorText\">{{formInputs[field].errorText}}</span>\n      </div>\n    </div>\n\n    <div class=\"server-error\" *ngIf=\"serverError\">\n      <span>{{'lz-popup.server_error' | translate}}</span>\n    </div>\n\n    <div class=\"checks-set\" *ngIf=\"popupData.consents && popupData.consents.length > 0\">\n      <div *ngFor=\"let check of popupData.consents\">\n        <span class=\"error\" *ngIf=\"check.isError\">{{'lz-popup.checkbox_error' | translate}}</span>\n        <span class=\"box-check\" [ngClass]=\"{'checked': check.checked}\" (click)=\"checkItem(check)\">\n          <i class=\"fa fa-check\"></i>\n        </span>\n        <div class=\"check-item\" [innerHTML]=\"check.text\"></div>\n      </div>\n    </div>\n  </form>\n\n  <div class=\"feedback\" *ngIf=\"popupData.isFeedbackBlock\">\n    <span class=\"feedback-title\">{{'lz-popup.opinion' | translate}}</span>\n    <span class=\"feedback-action\" (click)=\"showFeedback()\"><span>{{'lz-popup.feedback' | translate}}</span><i class=\"fa fa-envelope\"></i></span>\n  </div>\n\n  <form [formGroup]=\"cFormGroup\">\n    <ngx-invisible-recaptcha #captchaRef hl=\"uk\" siteKey=\"6LcfMkgUAAAAAOmzWe6krfV-cgR3MczaQVrqxUVR\" (success)=\"submit($event)\"\n      formControlName=\"recaptcha\">\n    </ngx-invisible-recaptcha>\n  </form>\n\n  <div class=\"submit\" *ngIf=\"popupData.buttonText && popupData.buttonUrl\">\n    <button class=\"submit-button\" (click)=\"checkForm(captchaRef)\" [ngClass]=\"{'disable': showLoader, 'required-disable': checkRequired()}\"\n      *ngIf=\"popupData.buttonUrl == '#TEST#' || popupData.buttonUrl == '#LEAD#'\">\n      <span *ngIf=\"!showLoader\">{{popupData.buttonText}}</span>\n      <lz-preloader *ngIf=\"showLoader\"></lz-preloader>\n    </button>\n    <a class=\"submit-button\" [href]=\"popupData.buttonUrl\" target=\"_blank\" *ngIf=\"popupData.buttonUrl != '#TEST#' && popupData.buttonUrl != '#LEAD#'\">\n      {{popupData.buttonText}}\n    </a>\n  </div>\n\n  <div class=\"popup-form show-never\" *ngIf=\"popupData.isRefusalEnabled\">\n    <div class=\"checks-set show-never\">\n      <span class=\"box-check\" [ngClass]=\"{'checked': isNeverShow}\" (click)=\"clickNeverShow()\">\n        <i class=\"fa fa-check\"></i>\n      </span>\n      <div class=\"check-item\">\n        <p>\n          {{'lz-popup.show_never' | translate}}\n        </p>\n      </div>\n    </div>\n  </div>\n\n</div>\n","styles":["::ng-deep .cdk-overlay-container{z-index:1111}::ng-deep .cdk-overlay-container ::ng-deep .cdk-overlay-pane{max-width:100vw!important}::ng-deep .cdk-overlay-container ::ng-deep .cdk-overlay-pane ::ng-deep .mat-dialog-container{margin:0;padding:0;max-height:95vh;border-radius:0}@media (max-width:757px){::ng-deep .cdk-overlay-container ::ng-deep .cdk-overlay-pane ::ng-deep .mat-dialog-container{max-height:80vh}}::ng-deep .cdk-global-scrollblock{position:static!important;overflow:hidden}::ng-deep .cdk-global-scrollblock body{overflow:hidden}.lz-popup-container{position:relative;height:auto;max-height:80vh;padding:44px 0 0;margin:0;font-family:Geometria;overflow-x:hidden;width:370px}.lz-popup-container .close{position:absolute;width:35px;height:35px;top:10px;right:10px;text-align:center;cursor:pointer;z-index:1}.lz-popup-container .close .line{position:absolute;display:block;width:20px;height:1px;background-color:rgba(0,0,0,.4);-webkit-transform:rotate(45deg);transform:rotate(45deg);top:22px;margin-top:-10px;left:50%;margin-left:-10px}.lz-popup-container .close .line.line-left{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.lz-popup-container .title{position:relative;display:block;padding:0 30px;font-size:36px;line-height:36px;color:#303f9f;font-weight:600;margin:0 0 20px}.lz-popup-container .subtitle{position:relative;display:block;padding:0 30px;font-size:18px;color:rgba(0,0,0,.502);font-weight:500;margin:0 0 20px}.lz-popup-container .image,.lz-popup-container .video{position:relative;display:block;width:100%;height:auto;padding:0;margin:0 0 20px}.lz-popup-container .popup-form{position:relative;display:block;margin:0}.lz-popup-container .popup-form.show-never{padding:0 0 30px}.lz-popup-container .popup-form .fields-set{position:relative;display:block;padding:0 30px;margin:0 0 25px}.lz-popup-container .popup-form .fields-set input{position:relative;display:block;width:100%;height:auto;margin:0 0 10px;font-size:16px;padding:8px 0;line-height:16px;border:none;border-bottom:1px solid rgba(146,146,146,.502);color:#929292}.lz-popup-container .popup-form .fields-set input:focus{border-bottom:1px solid #ffbe26}.lz-popup-container .popup-form .fields-set input::-webkit-input-placeholder{font-style:normal;color:rgba(146,146,146,.502);font-weight:400}.lz-popup-container .popup-form .fields-set input::-ms-input-placeholder{font-style:normal;color:rgba(146,146,146,.502);font-weight:400}.lz-popup-container .popup-form .fields-set input::placeholder{font-style:normal;color:rgba(146,146,146,.502);font-weight:400}.lz-popup-container .popup-form .fields-set input.not-empty{border-bottom:1px solid #303f9f}.lz-popup-container .popup-form .fields-set input.input-error{color:#ff564e;border-bottom:1px solid #ff564e}.lz-popup-container .popup-form .fields-set input.input-error::-webkit-input-placeholder{color:#ff564e}.lz-popup-container .popup-form .fields-set input.input-error::-ms-input-placeholder{color:#ff564e}.lz-popup-container .popup-form .fields-set input.input-error::placeholder{color:#ff564e}.lz-popup-container .popup-form .fields-set .error{position:absolute;z-index:1;background-color:#ff564e;color:#fff;font-size:12px;line-height:12px;padding:2px 5px;margin-top:-18px;display:block;width:310px}@media (max-width:575px){.lz-popup-container{width:320px}.lz-popup-container .popup-form .fields-set .error{width:255px}}.lz-popup-container .popup-form .server-error{position:relative;display:block;width:100%;padding:0 30px;margin:0 0 25px;font-size:14px}.lz-popup-container .popup-form .server-error span{position:relative;display:block;background-color:#ff564e;color:#fff;padding:0 5px}.lz-popup-container .popup-form .checks-set{position:relative;display:block;width:100%;padding:0 28px;margin-bottom:20px}.lz-popup-container .popup-form .checks-set .error{position:absolute;z-index:1;background-color:#ff564e;color:#fff;font-size:12px;line-height:12px;padding:2px 5px;margin-top:23px;display:block;width:310px}@media (max-width:575px){.lz-popup-container .popup-form .checks-set .error{width:255px}}.lz-popup-container .popup-form .checks-set .error::before{content:'';display:block;position:absolute;width:6px;height:6px;top:-3px;left:8px;background-color:#ff564e;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.lz-popup-container .popup-form .checks-set .box-check{position:absolute;display:block;width:23px;height:23px;border:1px solid #303f9f;cursor:pointer;text-align:center;z-index:1;margin-top:-5px}.lz-popup-container .popup-form .checks-set .box-check i{display:none;font-size:14px;color:#303f9f;font-weight:600;top:-1px;position:relative}.lz-popup-container .popup-form .checks-set .box-check.checked i{display:inline}.lz-popup-container .popup-form .checks-set .check-item{position:relative;display:block;margin:15px 0;padding-left:35px;top:0}.lz-popup-container .popup-form .checks-set .check-item p{margin:0;font-size:12px;line-height:14px;color:#303f9f}.lz-popup-container .popup-form .checks-set .check-item p a{font-size:12px;line-height:14px;color:#ffbe26;text-decoration:none;cursor:pointer}.lz-popup-container .popup-form .checks-set.show-never{margin-bottom:0}.lz-popup-container .popup-form .checks-set.show-never .box-check{margin-top:-4px;border:1px solid #929292}.lz-popup-container .popup-form .checks-set.show-never .box-check i,.lz-popup-container .popup-form .checks-set.show-never .check-item p{color:#929292}.lz-popup-container .feedback{position:relative;display:block;padding:0 30px;margin:0 0 20px;text-align:center}.lz-popup-container .feedback .feedback-title{position:relative;display:block;color:#000;font-size:18px;line-height:18px;margin-bottom:20px;font-weight:500}.lz-popup-container .feedback .feedback-action{position:relative;display:block;font-size:12px;line-height:12px;color:#303f9f;font-weight:600;margin-bottom:30px}.lz-popup-container .feedback .feedback-action span{cursor:pointer}.lz-popup-container .feedback .feedback-action i{color:#ffbe26;margin-left:7px;position:relative;font-size:17px;cursor:pointer;top:1px}.lz-popup-container .submit{position:relative;display:block;padding:0 30px;margin:0 0 30px}.lz-popup-container .submit .submit-button{position:relative;display:block;width:100%;height:auto;background-color:#ffbe26;color:#303f9f;font-size:16px;font-weight:600;padding:10px 0;border:none;text-align:center}.lz-popup-container .submit .submit-button:focus,.lz-popup-container .submit .submit-button:hover,.lz-popup-container .submit .submit-button:link,.lz-popup-container .submit .submit-button:visited{text-decoration:none}.lz-popup-container .submit .submit-button:focus{outline:0}.lz-popup-container .submit .submit-button.disable{pointer-events:none;padding:18.5px 0 18.5px 143px}.lz-popup-container .submit .submit-button.required-disable{pointer-events:none;opacity:.7}"],"host":{"(click)":"onClickInside($event)","(document:click)":"onClickOutside($event)","$quoted$":["(click)","(document:click)"]}}]}],"members":{"captcha":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":113,"character":3},"arguments":[{"__symbolic":"reference","module":"ngx-captcha","name":"InvisibleReCaptchaComponent","line":113,"character":13}]}]}],"resolved":[{"__symbolic":"method"}],"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":133,"character":5},"arguments":[{"__symbolic":"reference","module":"@angular/material/dialog","name":"MAT_DIALOG_DATA","line":133,"character":12}]}],null,null,null,null,null,null,null,null],"parameters":[{"__symbolic":"reference","name":"any"},{"__symbolic":"reference","name":"MatDialogRef","module":"@angular/material/dialog","arguments":[{"__symbolic":"reference","name":"LzPopupComponent"}]},{"__symbolic":"reference","module":"@angular/platform-browser","name":"DomSanitizer","line":135,"character":23},{"__symbolic":"reference","name":"LzFeedbackService"},{"__symbolic":"reference","name":"LzUserServiceV2"},{"__symbolic":"reference","name":"LzCookieService"},{"__symbolic":"reference","name":"LzPurchaseService"},{"__symbolic":"reference","name":"CustomRequestService"},{"__symbolic":"reference","name":"LzProductConfig"}]}],"ngOnInit":[{"__symbolic":"method"}],"onClickInside":[{"__symbolic":"method"}],"onClickOutside":[{"__symbolic":"method"}]}},"CustomRequestService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":10,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient","line":19,"character":29},{"__symbolic":"reference","name":"LzLanguageService"},{"__symbolic":"reference","name":"ErrorLogService"}]}],"getRequest":[{"__symbolic":"method"}],"deleteRequest":[{"__symbolic":"method"}],"postRequest":[{"__symbolic":"method"}],"postRequestWithFormData":[{"__symbolic":"method"}]}},"DomService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":2,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ComponentFactoryResolver","line":6,"character":38},{"__symbolic":"reference","module":"@angular/core","name":"ApplicationRef","line":7,"character":20},{"__symbolic":"reference","module":"@angular/core","name":"Injector","line":8,"character":22}]}],"appendComponentToBody":[{"__symbolic":"method"}]}},"LzCookieService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":2,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor"}],"createCookie":[{"__symbolic":"method"}],"getCookie":[{"__symbolic":"method"}],"deleteCookie":[{"__symbolic":"method"}]}},"LzProductConfig":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":2,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"LzSeoService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":2,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"LzSettingsService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":6,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"CustomRequestService"},{"__symbolic":"reference","name":"LzUserServiceV2"},{"__symbolic":"reference","name":"LzProductConfig"}]}]}},"LzSocketService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":10,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"LzUserMessagesService"},{"__symbolic":"reference","name":"LzMessageService"},{"__symbolic":"reference","name":"CustomRequestService"},{"__symbolic":"reference","name":"LzSeoService"}]}]}},"LzLanguageService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":2,"character":1}}],"members":{}},"ErrorLogService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":11,"character":1}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"LzProductConfig"},{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient","line":36,"character":65}]}],"getUserInfo":[{"__symbolic":"method"}]}}},"origins":{"PLTHeaderModule":"./lib/lz-header-lib.module","LzBookmarkModule":"./lib/modules/lz-bookmark/lz-bookmark.module","LzBookmarkService":"./lib/modules/lz-bookmark/services/lz-bookmark.service","LzBookmarkAddPageComponent":"./lib/modules/lz-bookmark/components/bookmark-add-page/add-page.component","LzBookmarkCreateFolderComponent":"./lib/modules/lz-bookmark/components/bookmark-create-folder/bookmark-create-folder.component","LzBookmarkTreeView":"./lib/modules/lz-bookmark/components/tree-view/tree-view.component","LzFeedbackModule":"./lib/modules/lz-feedback/lz-feedback.module","LzFeedbackService":"./lib/modules/lz-feedback/services/lz-feedback.service","LzFeedbackComponent":"./lib/modules/lz-feedback/components/feedback/lz-feedback.component","LzHeaderModule":"./lib/modules/lz-header/lz-header.module","LzHeaderComponent":"./lib/modules/lz-header/components/header/lz-header.component","LzBurgerComponent":"./lib/modules/lz-header/components/burger/burger.component","LzLogModule":"./lib/modules/lz-log/lz-log.module","LzLogService":"./lib/modules/lz-log/services/lz-log.service","LzLogDirective":"./lib/modules/lz-log/directives/lz-log.directive","LzMessageModule":"./lib/modules/lz-message/lz-message.module","LzMessageService":"./lib/modules/lz-message/services/lz-message.service","AccessMessageComponent":"./lib/modules/lz-message/components/access-message/access-message.component","MessageComponent":"./lib/modules/lz-message/components/message/message.component","MessageHtmlComponent":"./lib/modules/lz-message/components/message-html/message-html.component","LzPurchaseModule":"./lib/modules/lz-purchase/lz-purchase.module","LzPurchaseService":"./lib/modules/lz-purchase/services/lz-purchase.service","LzThnxForPurchaseService":"./lib/modules/lz-purchase/services/lz-thnxForPurchase.service","LzPurchaseNewComponent":"./lib/modules/lz-purchase/components/lz-purchase-new/lz-purchase-new.component","LzThnxForPurchaseComponent":"./lib/modules/lz-purchase/components/lz-thnxForPurchase.component","SharingModule":"./lib/modules/lz-sharing/sharing.module","PreloaderComponent":"./lib/modules/lz-sharing/components/preloader.component","LzUserModule":"./lib/modules/lz-user/lz-user.module","LzUserServiceV2":"./lib/modules/lz-user/services/lz-user.serivce.v2","LzUserService":"./lib/modules/lz-user/services/lz-user.service","LzAuthNewComponent":"./lib/modules/lz-user/components/lz-auth-new/lz-auth-new.component","LzRegNewComponent":"./lib/modules/lz-user/components/lz-reg-new/lz-reg-new.component","LzRemindNewComponent":"./lib/modules/lz-user/components/lz-remind-new/lz-remind-new.component","LzWelcomeComponent":"./lib/modules/lz-user/components/lz-welcome/lz-welcome.component","LzUserMessagesModule":"./lib/modules/lz-user-messages/lz-user-messages.module","LzUserMessagesService":"./lib/modules/lz-user-messages/services/lz-user-messages.service","LzUserMessagesComponent":"./lib/modules/lz-user-messages/lz-user-messages.component","LzPopupModule":"./lib/modules/lz-popup/lz-popup.module","LzPopupService":"./lib/modules/lz-popup/services/lz-popup.service","LzPopupComponent":"./lib/modules/lz-popup/components/lz-popup/lz-popup.component","CustomRequestService":"./lib/services/custom-request/custom-request.service","DomService":"./lib/services/dom-service/dom-service.service","LzCookieService":"./lib/services/lz-cookie/lz-cookie","LzProductConfig":"./lib/services/product-config/poduct-config","LzSeoService":"./lib/services/seo/seo","LzSettingsService":"./lib/services/settings/settings","LzSocketService":"./lib/services/socket/socket","LzLanguageService":"./lib/services/lz-language/lz-language.service","ErrorLogService":"./lib/services/error-log/error-log.service"},"importAs":"pl-header-lib"}