.error-wrapper{width:100%;box-sizing:border-box;max-width:497px;border-radius:10px;background:#fff;background:var(--white-color);margin:96px auto 0;padding:48px;text-align:center;display:flex;flex-direction:column;align-items:center}.error-wrapper .error-title{text-align:center;color:#000;color:var(--black-color);font-size:32px;font-size:var(--big-font-size);font-weight:700;margin-bottom:23px}.error-wrapper .error-title.more-margin{margin-bottom:60px}.error-wrapper .submit-button{margin:65px auto 0;max-width:375px;display:flex;justify-content:center;align-items:center;text-decoration:none}.error-wrapper .submit-button:before{transition:.3s}.error-wrapper .submit-button:hover:before{background:#bd0068}.error-wrapper .submit-button.disabled{opacity:1}.error-wrapper .submit-button g{stroke:#fff}.loadable-wrapper{text-align:center}.loadable-wrapper .loadable-content{display:inline-block}.input-label{width:100%;position:relative;display:block}.input-label>.icon{position:absolute;left:0;top:50%;transform:translateY(-50%)}.input-label .input-title{font-size:11px;font-size:calc(var(--base-font-size) - 4px);margin-bottom:3px;font-weight:500;color:#8c8c8c}.input-label.error .input-title{color:#d61750;color:var(--error-color)}.input-label.error .input{border-bottom:1px solid #d61750;border-bottom:1px solid var(--error-color)}.input-label.error .input::-moz-placeholder{color:#d61750;color:var(--error-color)}.input-label.error .input:-ms-input-placeholder{color:#d61750;color:var(--error-color)}.input-label.error .input::placeholder{color:#d61750;color:var(--error-color)}.input-label .show-password{position:absolute;bottom:8px;cursor:pointer;right:0;background:transparent;padding:0;box-shadow:none;z-index:1}.input-label .show-password .active path{stroke:#ec6b5d;stroke:var(--red-color)}.input-label .show-password .active .circle{fill:#ec6b5d;fill:var(--red-color)}.input-label .phone-input-wrapper{display:flex;flex-direction:row;justify-content:flex-start}.input-label .phone-input-wrapper .placeholder{display:flex;flex-direction:column;justify-content:center;text-align:center;font-size:20px;font-size:calc(var(--base-font-size) + 5px);margin-right:10px}.input{display:block;width:100%;height:41px;outline:none;box-sizing:border-box;padding-right:12px;font-size:15px;font-size:var(--base-font-size);color:#000;color:var(--black-color);background:transparent;font-weight:500;border-bottom:1px solid #e6e6e6}.input::-moz-placeholder{color:#b2b2b2;font-weight:600}.input:-ms-input-placeholder{color:#b2b2b2;font-weight:600}.input::placeholder{color:#b2b2b2;font-weight:600}.input[type=number]{-moz-appearance:textfield}.input[type=number]::-webkit-inner-spin-button,.input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input[type=time]::-webkit-calendar-picker-indicator{background:none;display:none}.input[type=time]{display:block}.input[type=time][value=""]{color:transparent}.input[type=time][value=""]:invalid:before,.input[type=time][value=""]:valid:before{color:grey;content:attr(placeholder);pointer-events:none;position:absolute;left:0}.input[type=time]:active,.input[type=time]:focus{color:#000}.input[type=time]:active:before,.input[type=time]:focus:before{display:none}.input.error{border-bottom:1px solid #d61750;border-bottom:1px solid var(--error-color)}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #fff inset!important}.base-button,a.base-button{background:#ec6b5d;min-width:150px;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:51px;border:none;outline:none;display:flex;justify-content:center;align-items:center;padding:0 40px;border-radius:10px;color:#fff;font-weight:600;text-decoration:none;position:relative}.base-button:disabled,a.base-button:disabled{background:hsla(0,0%,75.3%,.7529411764705882)}.base-button span,a.base-button span{color:#fff;font-weight:600;text-decoration:none}.errors-list{list-style:none;margin:10px 0;padding:0}.errors-list li{color:#d61750;color:var(--error-color);font-size:11px;font-size:calc(var(--base-font-size) - 4px)}.login-wrapper{width:100%;box-sizing:border-box;max-width:497px;border-radius:4px;background:#fff;background:var(--white-color);margin:auto;padding:48px;display:flex;flex-direction:column;align-items:center}.login-wrapper .login-form{width:100%}.login-wrapper .login-loader{position:relative;margin-top:15px}.login-wrapper .links-bottom{display:flex;flex-wrap:wrap;margin-top:18px}.login-wrapper .sent-message{text-align:center}.login-wrapper .error-message{font-size:15px;font-size:calc(var(--base-font-size));color:#d61750;color:var(--error-color);margin-top:-15px;margin-bottom:10px;text-align:center}.login-wrapper .login-title{text-align:center;color:#000;color:var(--black-color);font-size:32px;font-size:var(--big-font-size);font-weight:700;margin-bottom:23px}.login-wrapper .login-title.more-margin{margin-bottom:60px}.login-wrapper .login-text{font-size:18px;font-size:calc(var(--base-font-size) + 3px);color:#000;color:var(--black-color);font-weight:600;text-align:center;margin-bottom:49px}.login-wrapper .input-label{margin-bottom:15px;height:auto}.login-wrapper .form-inputs-wrapper{max-width:401px;margin:0 auto}.login-wrapper .errors-list{margin-top:10px}.login-wrapper .input{padding-left:0;border-bottom:1px solid #e6e6e6;height:41px}.login-wrapper .input:-webkit-autofill,.login-wrapper .input:-webkit-autofill:active,.login-wrapper .input:-webkit-autofill:focus,.login-wrapper .input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #fff inset!important}.login-wrapper .input.password-input{padding-right:30px}.login-wrapper .visual{color:#000;color:var(--black-color);font-size:15px;font-size:var(--base-font-size);font-weight:500}.login-wrapper .visual:before{border:1px solid #8c8c8c;transform:translateY(-62%)}.login-wrapper .visual:after{width:16px;height:16px}.login-wrapper .checkbox{display:block;margin-top:33px}.login-wrapper .back-link,.login-wrapper .forgot-link,.login-wrapper .poster-link,.login-wrapper .registration-link,.login-wrapper .repeat-button{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:375px;text-align:center;height:41px;color:#000;color:var(--black-color);font-size:15px;font-size:var(--base-font-size);text-transform:uppercase;text-decoration:none;font-weight:700;outline:none;display:block;cursor:pointer;position:relative;background:transparent;margin:0 auto;transition:.3s}.login-wrapper .back-link:hover,.login-wrapper .forgot-link:hover,.login-wrapper .poster-link:hover,.login-wrapper .registration-link:hover,.login-wrapper .repeat-button:hover{color:#ec6b5d;color:var(--red-color)}.login-wrapper .back-link span,.login-wrapper .forgot-link span,.login-wrapper .poster-link span,.login-wrapper .registration-link span,.login-wrapper .repeat-button span{position:relative}.login-wrapper .success-message{text-align:center;font-size:13px;font-size:calc(var(--base-font-size) - 2px);color:#ec6b5d;color:var(--red-color);font-weight:500;margin-bottom:15px}.login-wrapper .submit-button{margin:65px auto 0;width:175px}.login-wrapper .submit-button:before{transition:.3s}.login-wrapper .submit-button:hover:before{background:#bd0068}.login-wrapper .submit-button.disabled{opacity:1}.login-wrapper .submit-button g{stroke:#fff}.textarea-label{width:100%;position:relative;height:auto;display:block;max-width:389px;border:1px solid hsla(0,0%,54.9%,.2);border-radius:6px;padding:8px 6px 8px 0}.textarea{border:none;box-sizing:border-box;display:block;width:100%;height:130px;resize:none;padding:19px 78px 23px 30px;outline:none;font-size:15px;font-size:var(--base-font-size);line-height:32px;font-weight:500;color:var(--comon-color);scrollbar-width:thin;scrollbar-color:#dadbde #f1f2f5}.textarea::-webkit-scrollbar{width:8px}.textarea::-webkit-scrollbar-track{background-color:rgba(9,39,63,.05);border-radius:11px}.textarea::-webkit-scrollbar-thumb{background-color:rgba(9,39,63,.2);border-radius:11px}.textarea.error{border:1px solid #d61750;border:1px solid var(--error-color)}.help-popup{position:fixed;top:0;left:0;height:100%;width:100%}.help-popup .help-form-popup{position:absolute;border-radius:6px;background:#fff;min-height:300px;min-width:200px;max-width:600px;width:100%;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%)}.help-popup .help-form-popup .close-button{position:absolute;z-index:10;top:20px;right:20px;background:none}.help-popup .help-form-popup .form-content{margin-right:auto;padding:50px;box-sizing:border-box}.help-popup .help-form-popup .form-content .subject,.help-popup .help-form-popup .form-content .textarea-label{margin-bottom:20px;max-width:500px;width:100%}.help-popup button.overlay{position:fixed;top:0;left:0;z-index:0;width:100%;height:100%;background:#000;opacity:.5}.left-menu-wrapper{width:280px;min-width:280px;box-sizing:border-box;border-right:1px solid hsla(0,0%,75.3%,.7529411764705882);background:#1b1a1a;padding:0}.left-menu-wrapper .left-menu{position:sticky;padding-top:30px;box-sizing:border-box;top:0;left:0;max-height:calc(100vh - 30px);display:flex;flex-direction:column;align-items:center;height:100vh}.left-menu-wrapper .logo{margin-bottom:15px;display:block;height:75px;width:75px;border-radius:50%}.left-menu-wrapper .left-menu-blocks-wrapper{width:100%}.left-menu-wrapper .left-menu-blocks-wrapper:hover:not(.left-menu-block-bottom){cursor:pointer;background:hsla(0,0%,100%,.04)}.left-menu-wrapper .left-menu-blocks-wrapper a,.left-menu-wrapper .left-menu-blocks-wrapper span{text-decoration:none;color:#fff;width:100%;font-size:24px;padding:20px 50px;box-sizing:border-box;display:flex;height:67px}.left-menu-wrapper .left-menu-blocks-wrapper.help{margin-top:auto;width:100%}.left-menu-wrapper .left-menu-blocks-wrapper.help .link{background:none;width:100%}.left-menu-wrapper .left-menu-blocks-wrapper.help span{font-size:16px;diplay:flex;align-items:center}.left-menu-wrapper .left-menu-blocks-wrapper.left-menu-block-bottom{border-top:1px solid hsla(0,0%,75.3%,.7529411764705882);font-size:18px;display:flex;flex-direction:column}.left-menu-wrapper .left-menu-blocks-wrapper.left-menu-block-bottom a:first-child{margin-bottom:11px;font-size:18px}.left-menu-wrapper .left-menu-blocks-wrapper.left-menu-block-bottom button{background:none;text-align:left;color:#fff;padding:0 50px}.input-button-wrapper{position:relative;min-height:20px}.input-button-wrapper.radio .visual:before{border-radius:50%}.input-button-wrapper.radio .visual{padding-top:3px}.input-button-wrapper.radio .visual:after{content:"";position:absolute;width:8px;height:8px;top:6px;left:4px;background:#ec6b5d;background:var(--red-color);border-radius:50%;display:none}.input-button-wrapper.checkbox .visual:after{content:"";position:absolute;width:15px;height:15px;top:50%;transform:translateY(-53%);left:0;background:#ec6b5d url(/assets/check-f251089c88036f6c9bd961a51f6a8d63.svg) no-repeat 50%;background:var(--red-color) url(/assets/check-f251089c88036f6c9bd961a51f6a8d63.svg) no-repeat 50%;display:none;z-index:1}.input-button-wrapper input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;margin:0;cursor:pointer}.input-button-wrapper input:checked+.visual:after{display:block}.input-button-wrapper input:checked+.visual:before{border:1.5px solid #ec6b5d;border:1.5px solid var(--red-color)}.input-button-wrapper .visual{position:relative;padding-left:26px;color:#ec6b5d;color:var(--red-color);line-height:1;height:16px;cursor:pointer;display:block;font-size:12px;font-size:calc(var(--base-font-size) - 3px)}.input-button-wrapper .visual:before{content:"";position:absolute;top:50%;transform:translateY(-52%);left:0;width:16px;height:16px;border:1.5px solid #ec6b5d;border:1.5px solid var(--red-color);box-sizing:border-box}.table-restaurants{position:relative;flex:1;margin-top:48px;display:flex;flex-direction:column;justify-content:flex-start;border:1px solid #e1e7f0}.table-restaurants .restaurant-integration-type{display:flex;align-items:center;height:60px}.table-restaurants .restaurant-integration-type label{margin-left:2px}.table-restaurants .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.5);z-index:20}.table-restaurants .table-wrapper{border-radius:4px;display:flex;flex-direction:column;justify-content:flex-start;flex:1;min-height:61px}.table-restaurants .table-wrapper .empty-message{text-align:center;margin-top:20px;display:flex;align-self:center;justify-self:center}.table-restaurants .table-row-wrapper{min-height:80px;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-start;font-size:var(-base-font-size);border-bottom:1px solid #e1e7f0;position:relative}.table-restaurants .table-row-wrapper.head{background:#eaeaea;font-size:12px;font-size:calc(var(--base-font-size) - 3px);color:#8c8c8c;text-transform:uppercase;border-bottom:0}.table-restaurants .table-row-wrapper.head span{display:flex;align-items:center}.table-restaurants .table-row-wrapper a.open-link{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%}.table-restaurants .table-row-wrapper .table-row{padding:28px 10px 29px 0;width:25%;font-weight:400;box-sizing:border-box;flex-direction:row;justify-content:flex-end;align-items:center}.table-restaurants .table-row-wrapper .table-row,.table-restaurants .table-row-wrapper .table-row span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-restaurants .table-row-wrapper .table-row:first-child{width:20%;min-width:250px;padding-left:30px;padding-right:25px;text-align:start;align-items:center;justify-content:space-between}.table-restaurants .table-row-wrapper .table-row:nth-child(2){width:20%}.table-restaurants .table-row-wrapper .table-row:nth-child(3),.table-restaurants .table-row-wrapper .table-row:nth-child(4){width:30%}.table-restaurants .table-row-wrapper .table-row:first-child .checkbox{position:relative;z-index:0}.table-restaurants .table-row-wrapper .table-row span{height:24px;padding-right:10px}.table-restaurants .table-row-wrapper .table-row span.flex-row{flex-direction:row;justify-content:flex-start}.table-restaurants .table-row-wrapper .table-row .bold{font-weight:700}.table-restaurants .table-row-wrapper .table-row .capitalize{text-transform:capitalize}.table-restaurants .table-row-wrapper .table-row.overflow{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.table-restaurants .table-row-wrapper .table-row:first-child{position:relative;display:flex;z-index:0}.table-restaurants .table-row-wrapper .table-row:first-child .checkbox{min-height:20px;width:20px}.table-restaurants .table-row-wrapper .table-row:first-child .checkbox input[disabled]~.visual{opacity:.3}.table-restaurants .table-row-wrapper .table-row:first-child .checkbox input[disabled]~.visual:before{border:1px solid #000;border:1px solid var(--black-color)}.table-restaurants .table-row-wrapper .table-row:first-child .checkbox .visual{width:20px;height:20px;padding-left:0}.table-restaurants .table-row-wrapper .table-row:first-child .checkbox .visual:before{width:20px;height:20px;transform:translateY(-54%);background:#fff;background:var(--white-color)}.table-restaurants .table-row-wrapper .table-row:first-child .checkbox .visual:after{width:20px;height:20px}.table-restaurants .empty-message-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center}.table-restaurants .empty-message-wrapper .empty-message{position:static;transform:none;text-align:center}.table-restaurants .empty-message-wrapper .loadable-wrapper,.table-restaurants .empty-message-wrapper .loadable-wrapper svg{position:static;transform:none}.table-restaurants .first-page-link{width:216px;height:41px;position:relative;color:#ec6b5d;color:var(--red-color);text-transform:uppercase;box-shadow:none;background:transparent;text-decoration:none;text-align:center;display:flex;flex-direction:column;justify-content:center;margin:15px auto 0}.table-restaurants .first-page-link span{font-weight:700;position:relative;transition:.3s}.table-restaurants .first-page-link:hover span{color:#fff;color:var(--white-color)}.table-restaurants .first-page-link:hover:before{background:var(--blue-color)}.table-restaurants .first-page-link:before{content:"";display:block;width:92%;position:absolute;height:100%;top:0;left:50%;transform:translateX(-50%) skew(-30deg);border:2px solid var(--blue-color);transition:.3s}.restaurants-wrapper{padding:60px 0;box-sizing:border-box}.restaurants-wrapper .title{font-size:32px;font-size:var(--big-font-size);font-weight:700;color:#000;color:var(--black-color);margin-bottom:70px}.restaurants-wrapper .list{margin-bottom:51px}.restaurants-wrapper .popup{position:fixed;top:0;left:0;width:100%;height:100%}.restaurants-wrapper .popup .close{background:none;position:absolute;top:25px;right:15px}.restaurants-wrapper .popup .overlay{background:#000;width:100%;height:100%;opacity:.5;position:absolute;z-index:100}.restaurants-wrapper .popup .popup-content{background:#fff;position:absolute;z-index:1001;border:1px solid hsla(0,0%,90.2%,.9019607843137255);border-radius:10px;padding:40px;top:50%;width:calc(100vw - 100px);max-width:900px;height:-webkit-max-content;height:-moz-max-content;height:max-content;max-height:calc(100vh - 100px);left:50%;transform:translate(-50%,-50%)}.restaurants-wrapper .restaurants-info{width:-webkit-max-content;width:-moz-max-content;width:max-content;color:hsla(0,0%,59.2%,.9019607843137255);margin-bottom:30px}.restaurants-wrapper .restaurants-info circle,.restaurants-wrapper .restaurants-info path{fill:hsla(0,0%,59.2%,.9019607843137255)}.restaurants-wrapper .client-data{margin-bottom:40px}.restaurants-wrapper .generate-container{display:flex;align-items:center;margin-bottom:20px}.restaurants-wrapper .generate-container .generate-info{margin-left:40px;color:hsla(0,0%,46.7%,.7529411764705882)}.restaurants-wrapper .message{display:flex;flex-direction:column}.restaurants-wrapper .message .message-content{width:inherit;max-height:calc(100vh - 260px);overflow:auto;margin-bottom:20px}.restaurants-wrapper .message .copy-button{align-self:flex-end}.select-wrapper{position:relative;width:100%;min-height:40px}.select-wrapper.disabled{pointer-events:none;opacity:.7}.select-wrapper.error .select .select-item.select-item-active{border-bottom:1px solid #d61750;border-bottom:1px solid var(--error-color)}.select-wrapper.error .select .select-item.select-item-active .select-placeholder{color:#d61750;color:var(--error-color)}.select-title{font-weight:600;color:#8c8c8c;font-size:11px;font-size:calc(var(--base-font-size) - 4px)}.select{padding:0;margin:0;list-style:none;top:0;left:0;width:100%;background:#fff;background:var(--white-color)}.select button{position:absolute;z-index:2;cursor:pointer}.select .select-overlay,.select button{width:100%;height:100%;left:0;top:0;opacity:0}.select .select-overlay{position:fixed;z-index:10}.select .select-item{min-height:40px;box-sizing:border-box;padding-top:5px;position:relative;border-bottom:1px solid #f1f2f5;border-top:0;transition:.4s;z-index:11}.select .select-item.toggled{border-bottom:1px solid var(--blue-color)}.select .select-item.select-item-overflow{max-height:200px;min-height:40px;overflow:hidden;padding:0;position:absolute;background:#fafafa;left:0;top:calc(100% + 10px);border:none;z-index:21;width:100%;border-radius:3px;box-shadow:0 13px 23px rgba(0,0,0,.1)}.select .select-item.select-item-overflow ul{list-style:none;padding:0;margin:0;overflow:auto;max-height:192px;scrollbar-width:thin;scrollbar-color:#dadbde #f1f2f5}.select .select-item.select-item-overflow ul::-webkit-scrollbar{width:4px}.select .select-item.select-item-overflow ul::-webkit-scrollbar-track{background-color:#f1f2f5;border-radius:11px}.select .select-item.select-item-overflow ul::-webkit-scrollbar-thumb{background-color:#dadbde;border-radius:11px}.select .select-item.select-item-overflow .select-item{outline:none;border:none;box-shadow:none;text-align:left;min-height:40px;padding-left:14px;transition:.3s;display:flex;flex-direction:column;justify-content:center;width:100%;font-size:12px;font-size:calc(var(--base-font-size) - 3px);text-transform:capitalize;font-weight:500;padding-top:0;cursor:pointer;border-radius:0}.select .select-item.select-item-overflow .select-item.selected{color:var(--blue-color)}.select .select-item.select-item-overflow .select-item.checked,.select .select-item.select-item-overflow .select-item:hover{background:#eaeaea}.select .select-item.select-item-active{min-height:40px}.select .select-item.select-item-active svg{position:absolute;top:50%;transform:translateY(-50%);right:0;transition:.3s;z-index:0}.select .select-item.select-item-active svg.arrow{z-index:10;transform:rotate(90deg)}.select .select-item.select-item-active svg.arrow.rotate{transform:rotate(-90deg)}.select .select-item.select-item-active svg.arrow.rotate path{fill:var(--blue-color)}.select .select-item.select-item-active .select-placeholder{position:absolute;left:1px;top:1px;width:calc(100% - 2px);height:calc(100% - 2px);box-sizing:border-box;font-size:15px;font-size:var(--base-font-size);color:#b2b2b2;font-weight:600;background:#fff;border-radius:6px;pointer-events:none;transition:.3s;padding-top:15px;z-index:10}.select .select-item.select-item-active .select-placeholder.small-placeholder{font-size:var(--placeholder-text);text-transform:uppercase;font-weight:700;width:auto;box-sizing:border-box;padding:0 7px;height:15px;transform:none;top:-7px;left:10px}.select .select-item .clear-button{width:40px;height:40px;top:50%;left:calc(100% - 50px);transform:translateY(-50%);opacity:1;z-index:10}.select .select-item span{font-size:11px;font-size:calc(var(--base-font-size) - 4px)}.select .select-item .selected-item{margin-right:5px;z-index:10;position:relative;float:left;display:flex;align-items:center;font-size:15px;font-size:var(--base-font-size)}.select .select-item .selected-item.selected-item-multi{background:var(--blue-color);border-radius:10px;color:#fff;color:var(--white-color);padding:3px 7px;margin-bottom:5px;font-size:11px;font-size:calc(var(--base-font-size) - 4px);text-transform:capitalize}.select .select-item .selected-item button{position:static;width:10px;height:10px;opacity:1;background:transparent;transform:translate(2px)}.select .select-item .selected-item button svg{width:8px}.select .select-item .selected-item button g{stroke:#fff;stroke:var(--white-color);opacity:1}.select .select-multiple-checkbox{position:absolute;top:0;left:0;cursor:pointer;width:100%;height:100%;opacity:0}.select .single-item{display:flex;height:38px;z-index:0;flex-direction:column;justify-content:center;pointer-events:none;text-transform:capitalize}.pagination-wrapper{padding:40px 40px 10px}.pagination-wrapper,.pagination-wrapper .limit-wrapper{display:flex;flex-direction:row;justify-content:flex-start}.pagination-wrapper .limit-wrapper{padding-top:9px;box-sizing:border-box}.pagination-wrapper .limit-wrapper .text{color:#8c8c8c;margin-right:11px;font-weight:500;font-size:15px;font-size:var(--base-font-size)}.pagination-wrapper .limit-wrapper .select-wrapper{width:46px;transform:translateY(-15px)}.pagination-wrapper .limit-wrapper .select-wrapper .select-item-overflow ul{max-height:80px}.pagination-wrapper .limit-wrapper .total-users{font-weight:700;color:#000;color:var(--black-color);font-size:15px;font-size:var(--base-font-size);margin-left:14px}.pagination-wrapper .pages{flex:1;box-sizing:border-box;display:flex;flex-direction:row;justify-content:center}.pagination-wrapper .pages .page-link{height:36px;color:#000;color:var(--black-color);font-weight:500;font-size:16px;font-size:calc(var(--base-font-size) + 1px);display:flex;flex-direction:column;justify-content:center;text-align:center;padding:0 15px;text-decoration:none;border-radius:4px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:none}.pagination-wrapper .pages .page-link.active{background:#ec6b5d;background:var(--red-color);color:#fff;color:var(--white-color)}.pagination-wrapper .pages .next-page,.pagination-wrapper .pages .prev-page{height:36px;width:36px;display:flex;flex-direction:column;justify-content:center}.pagination-wrapper .pages .next-page svg,.pagination-wrapper .pages .prev-page svg{display:block;margin:0 auto}.pagination-wrapper .pages .next-page svg path,.pagination-wrapper .pages .prev-page svg path{fill:#000;fill:var(--black-color)}.pagination-wrapper .pages .next-page{margin-left:10px}.pagination-wrapper .pages .prev-page{margin-right:10px}.pagination-wrapper .pages .prev-page svg{transform:rotate(180deg)}.pagination-wrapper .pages .page-separate{height:36px;width:36px;font-weight:500;font-size:16px;font-size:calc(var(--base-font-size) + 1px);line-height:20px;display:flex;flex-direction:column;justify-content:center;text-align:center}.pagination-wrapper .page-select{display:flex;flex-direction:row;justify-content:flex-start;padding-top:9px;box-sizing:border-box}.pagination-wrapper .page-select .text{font-size:15px;font-size:var(--base-font-size);font-weight:700;color:#000;color:var(--black-color);margin-right:13px}.pagination-wrapper .page-select .input-label{width:116px;transform:translateY(-12px)}.pagination-wrapper .page-select .input-label .input{border-bottom:1px solid #e6e6e6;padding-left:0;transition:.3s}.pagination-wrapper .page-select .input-label .input:focus{border-bottom:1px solid var(--blue-color)}.table-users{position:relative;flex:1;margin-top:48px;display:flex;flex-direction:column;justify-content:flex-start;border:1px solid #e1e7f0}.table-users .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.5);z-index:20}.table-users .table-wrapper{border-radius:4px;display:flex;flex-direction:column;justify-content:flex-start;flex:1;min-height:61px}.table-users .table-wrapper .empty-message{text-align:center;margin-top:20px;display:flex;align-self:center;justify-self:center}.table-users .table-row-wrapper{height:77px;box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-start;font-size:var(-base-font-size);border-bottom:1px solid #e1e7f0;position:relative}.table-users .table-row-wrapper.head{background:#eaeaea;font-size:12px;font-size:calc(var(--base-font-size) - 3px);color:#8c8c8c;text-transform:uppercase;border-bottom:0}.table-users .table-row-wrapper.head span{display:flex;align-items:center}.table-users .table-row-wrapper a.open-link{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%}.table-users .table-row-wrapper .table-row{padding:28px 20px 29px 0;width:20%;font-weight:400;box-sizing:border-box}.table-users .table-row-wrapper .table-row:first-child{width:10%;padding-right:10px;padding-left:20px}.table-users .table-row-wrapper .table-row:nth-child(2){width:10%}.table-users .table-row-wrapper .table-row span{height:20px}.table-users .table-row-wrapper .table-row span.flex-row{flex-direction:row;justify-content:flex-start}.table-users .table-row-wrapper .table-row .bold{font-weight:700}.table-users .table-row-wrapper .table-row .capitalize{text-transform:capitalize}.table-users .table-row-wrapper .table-row .overflow{white-space:nowrap;width:95%;position:relative}.table-users .table-row-wrapper .table-row .overflow span{overflow:hidden;position:absolute;top:0;left:0;width:100%;text-overflow:ellipsis;padding-right:10px;display:block}.table-users .empty-message-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center}.table-users .empty-message-wrapper .empty-message{position:static;transform:none;text-align:center}.table-users .empty-message-wrapper .loadable-wrapper,.table-users .empty-message-wrapper .loadable-wrapper svg{position:static;transform:none}.table-users .first-page-link{width:216px;height:41px;position:relative;color:#ec6b5d;color:var(--red-color);text-transform:uppercase;box-shadow:none;background:transparent;text-decoration:none;text-align:center;display:flex;flex-direction:column;justify-content:center;margin:15px auto 0}.table-users .first-page-link span{font-weight:700;position:relative;transition:.3s}.table-users .first-page-link:hover span{color:#fff;color:var(--white-color)}.table-users .first-page-link:hover:before{background:var(--blue-color)}.table-users .first-page-link:before{content:"";display:block;width:92%;position:absolute;height:100%;top:0;left:50%;transform:translateX(-50%) skew(-30deg);border:2px solid var(--blue-color);transition:.3s}.users-wrapper{padding:60px 0;box-sizing:border-box}.users-wrapper .title{font-size:32px;font-size:var(--big-font-size);font-weight:700;color:#000;color:var(--black-color);margin-bottom:70px}.users-wrapper .list{margin-bottom:51px}.users-wrapper .popup{position:fixed;top:0;left:0;width:100%;height:100%}.users-wrapper .popup .close{background:none;position:absolute;top:25px;right:15px}.users-wrapper .popup .overlay{background:#000;width:100%;height:100%;opacity:.5;position:absolute;z-index:100}.users-wrapper .popup .popup-content{background:#fff;position:absolute;z-index:1001;border:1px solid hsla(0,0%,90.2%,.9019607843137255);border-radius:10px;padding:40px;top:10%;bottom:10%;width:calc(100vw - 100px);max-width:900px;height:-webkit-max-content;height:-moz-max-content;height:max-content;max-height:calc(100vh - 100px);left:50%;transform:translateX(-50%)}.user-wrapper{padding:60px 0;box-sizing:border-box}.user-wrapper .title{font-size:32px;font-size:var(--big-font-size);font-weight:700;color:#000;color:var(--black-color);margin-bottom:70px}.user-wrapper .list{margin-bottom:51px}.user-wrapper .fields{display:flex;flex-wrap:wrap;max-width:500px}.user-wrapper .fields .field-block{width:230px;margin-bottom:20px;margin-right:20px}.user-wrapper .table .table-row-wrapper .table-row:first-child{width:25%}.profile-wrapper{padding:60px 0;box-sizing:border-box;max-width:750px}.profile-wrapper .title{font-size:32px;font-size:var(--big-font-size);font-weight:700;color:#000;color:var(--black-color);margin-bottom:70px}.profile-wrapper .form-block{padding-bottom:54px;border-bottom:1px solid #e6e6e6;margin-bottom:55px}.profile-wrapper .form-block.user-photo{border-bottom:none;margin-bottom:0}.profile-wrapper .form-block.poster .form-block-title{margin-bottom:0}.profile-wrapper .form-block.poster .base-button{margin-top:41px}.profile-wrapper .form-block .form-block-title{margin-bottom:41px;font-weight:600;font-size:18px;font-size:calc(var(--base-font-size) + 3px)}.profile-wrapper .form-block .field{max-width:300px}.profile-wrapper .form-block .field:not(:first-child){margin-bottom:41px}.profile-wrapper .input-label{border-bottom:1px solid #e6e6e6}.profile-wrapper .input{padding-left:0;font-weight:400;border:none}.profile-wrapper__excel-button{background:none;text-decoration:underline;width:-webkit-max-content;width:-moz-max-content;width:max-content;outline:none;text-align:left}.profile-wrapper__excel-button:hover{color:purple}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}:root{--big-font-size:32px;--medium-font-size:28px;--base-font-size:15px;--small-font-size:11px;--red-color:#ec6b5d;--error-color:#d61750;--white-color:#fff;--black-color:#000;--dark-color:#34495e}@font-face{font-family:Roboto;src:url(/assets/roboto-v20-latin-regular-49ae34d4cc6b98c00c69ab4c41de3e0c.woff) format("woff");font-weight:400;font-style:normal;font-display:fallback}@font-face{font-family:Roboto;src:url(/assets/roboto-v20-latin-500-cea99d3e3e13a3a599a015c29f1046d0.woff) format("woff");font-weight:500;font-style:normal;font-display:fallback}@font-face{font-family:Roboto;src:url(/assets/roboto-v20-latin-700-2267169ee7270a22a963b2b2bfb7ab0c.woff) format("woff");font-weight:700;font-style:normal;font-display:fallback}html{display:flex;flex-direction:column;height:auto;min-height:100%}body,pre{font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased;min-height:100%;min-width:1280px;overflow-y:hidden}.app-wrapper,body,pre{position:relative;display:flex;flex-direction:column;flex:1}.default-wrapper{padding:60px 20px;box-sizing:border-box}.default-title{font-size:32px;font-size:var(--big-font-size);font-weight:700;color:#000;color:var(--black-color);margin-bottom:70px}p{margin:0}.row:after{clear:both;content:"";display:block}.content-row{flex:1;width:100%;display:flex;margin-left:auto;flex-direction:column}@media (max-width:980px){.content-row{width:100%}}.content-wrapper{flex:1;flex-direction:row;box-sizing:border-box}.content-right,.content-wrapper{width:100%;display:flex;justify-content:flex-start}.content-right{flex:1;height:100vh;overflow-y:auto;flex-direction:column;position:relative;max-width:calc(100% - 280px)}.content{display:flex;flex-direction:row;justify-content:flex-start;flex:1}.content-centered{margin:0 auto;width:100%;box-sizing:border-box;padding:0 20px;max-width:1440px}input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none}input:active,input:focus{outline:none}button{border:none;box-shadow:none;cursor:pointer}button:active,button:focus{outline:none}.loadable-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.loadable-wrapper svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.auth-wrapper{flex:1;background:#fff;background-size:contain;position:relative;display:flex;flex-direction:column}.auth-wrapper .auth-logo{display:block;margin:111px auto 0}