.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px #00000013,0 1px 2px #00000013,1px 2px 4px #00000013,1px 3px 8px #00000013,2px 4px 16px #00000013;pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{justify-content:flex-start;height:auto;margin:.5em 0 0;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}.swal2-container{display:grid;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;box-sizing:border-box;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:rgba(0,0,0,0)!important}.swal2-container.swal2-top-start,.swal2-container.swal2-center-start,.swal2-container.swal2-bottom-start{grid-template-columns:minmax(0,1fr) auto auto}.swal2-container.swal2-top,.swal2-container.swal2-center,.swal2-container.swal2-bottom{grid-template-columns:auto minmax(0,1fr) auto}.swal2-container.swal2-top-end,.swal2-container.swal2-center-end,.swal2-container.swal2-bottom-end{grid-template-columns:auto auto minmax(0,1fr)}.swal2-container.swal2-top-start>.swal2-popup{align-self:start}.swal2-container.swal2-top>.swal2-popup{grid-column:2;align-self:start;justify-self:center}.swal2-container.swal2-top-end>.swal2-popup,.swal2-container.swal2-top-right>.swal2-popup{grid-column:3;align-self:start;justify-self:end}.swal2-container.swal2-center-start>.swal2-popup,.swal2-container.swal2-center-left>.swal2-popup{grid-row:2;align-self:center}.swal2-container.swal2-center>.swal2-popup{grid-column:2;grid-row:2;align-self:center;justify-self:center}.swal2-container.swal2-center-end>.swal2-popup,.swal2-container.swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;align-self:center;justify-self:end}.swal2-container.swal2-bottom-start>.swal2-popup,.swal2-container.swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}.swal2-container.swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;justify-self:center;align-self:end}.swal2-container.swal2-bottom-end>.swal2-popup,.swal2-container.swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;align-self:end;justify-self:end}.swal2-container.swal2-grow-row>.swal2-popup,.swal2-container.swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}.swal2-container.swal2-grow-column>.swal2-popup,.swal2-container.swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}.swal2-container.swal2-no-transition{transition:none!important}.swal2-popup{display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:32em;max-width:100%;padding:0 0 1.25em;border:none;border-radius:5px;background:#fff;color:#545454;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:none}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-title{position:relative;max-width:100%;margin:0;padding:.8em 1em 0;color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding:0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-loader{display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)}.swal2-styled{margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px #0000;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#7066e0;color:#fff;font-size:1em}.swal2-styled.swal2-confirm:focus{box-shadow:0 0 0 3px #7066e080}.swal2-styled.swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#dc3741;color:#fff;font-size:1em}.swal2-styled.swal2-deny:focus{box-shadow:0 0 0 3px #dc374180}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#6e7881;color:#fff;font-size:1em}.swal2-styled.swal2-cancel:focus{box-shadow:0 0 0 3px #6e788180}.swal2-styled.swal2-default-outline:focus{box-shadow:0 0 0 3px #6496c880}.swal2-styled:focus{outline:none}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1em 0 0;padding:1em 1em 0;border-top:1px solid #eee;color:inherit;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:2em auto 1em}.swal2-close{z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:rgba(0,0,0,0);color:#ccc;font-family:serif;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}.swal2-close:hover{transform:none;background:rgba(0,0,0,0);color:#f27474}.swal2-close:focus{outline:none;box-shadow:inset 0 0 0 3px #6496c880}.swal2-close::-moz-focus-inner{border:0}.swal2-html-container{z-index:1;justify-content:center;margin:1em 1.6em .3em;padding:0;overflow:auto;color:inherit;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word}.swal2-input,.swal2-file,.swal2-textarea,.swal2-select,.swal2-radio,.swal2-checkbox{margin:1em 2em 3px}.swal2-input,.swal2-file,.swal2-textarea{box-sizing:border-box;width:auto;transition:border-color .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:rgba(0,0,0,0);box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px #0000;color:inherit;font-size:1.125em}.swal2-input.swal2-inputerror,.swal2-file.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-input:focus,.swal2-file:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:none;box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px #6496c880}.swal2-input::placeholder,.swal2-file::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em 2em 3px;background:#fff}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-file{width:75%;margin-right:auto;margin-left:auto;background:rgba(0,0,0,0);font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:rgba(0,0,0,0);color:inherit;font-size:1.125em}.swal2-radio,.swal2-checkbox{align-items:center;justify-content:center;background:#fff;color:inherit}.swal2-radio label,.swal2-checkbox label{margin:0 .6em;font-size:1.125em}.swal2-radio input,.swal2-checkbox input{flex-shrink:0;margin:0 .4em}.swal2-input-label{display:flex;justify-content:center;margin:1em auto 0}.swal2-validation-message{align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message:before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;border:.25em solid rgba(0,0,0,0);border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;user-select:none}.swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:rgba(0,0,0,0);font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:swal2-show .3s}.swal2-hide{animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes swal2-toast-hide{to{transform:rotate(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}to{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotate(45deg);opacity:0}25%{transform:rotate(-25deg);opacity:.4}50%{transform:rotate(15deg);opacity:.8}75%{transform:rotate(-5deg);opacity:1}to{transform:rotateX(0);opacity:1}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:#0000!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px #0006}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:#0000;pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.signature-pad-wrapper[data-v-a32c3db5]{position:relative;width:100%;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-wrap:wrap}@media (max-width: 768px){.signature-pad-wrapper .signature-col[data-v-a32c3db5]{width:100%!important}}.signature-pad-wrapper .signature-pad[data-v-a32c3db5]{width:350px;height:200px;border:1px dashed #a5a5a5;box-sizing:border-box}.signature-pad-wrapper .signature-pad-actions[data-v-a32c3db5]{width:calc(100% - 350px);text-align:center;display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap}@media (max-width: 768px){.signature-pad-wrapper .signature-pad-actions[data-v-a32c3db5]{margin-top:30px}}.signature-pad-wrapper .signature-pad-actions button[data-v-a32c3db5]{border:none;border-radius:5px;padding:5px 15px;background-color:#58d764;color:#fff}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;zoom:1;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;height:13px;width:13px}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}html,button,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-300.eot);src:local(""),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-300.eot?#iefix) format("embedded-opentype"),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-300.woff2) format("woff2"),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-300.woff) format("woff"),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-300.ttf) format("truetype"),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-300.svg#Roboto) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-regular.eot);src:local(""),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-regular.woff2) format("woff2"),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-regular.woff) format("woff"),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-regular.ttf) format("truetype"),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-regular.svg#Roboto) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-500.eot);src:local(""),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-500.eot?#iefix) format("embedded-opentype"),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-500.woff2) format("woff2"),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-500.woff) format("woff"),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-500.ttf) format("truetype"),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-500.svg#Roboto) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-700.eot);src:local(""),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-700.eot?#iefix) format("embedded-opentype"),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-700.woff2) format("woff2"),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-700.woff) format("woff"),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-700.ttf) format("truetype"),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-700.svg#Roboto) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-900.eot);src:local(""),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-900.eot?#iefix) format("embedded-opentype"),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-900.woff2) format("woff2"),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-900.woff) format("woff"),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-900.ttf) format("truetype"),url(../fonts/roboto-v30-latin_cyrillic-ext_cyrillic-900.svg#Roboto) format("svg")}.mt-3{margin-top:3px}.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-50{margin-top:50px!important}.mb-3{margin-bottom:3px}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}.mb-50{margin-bottom:50px}.mr-5{margin-bottom:5px}.mr-10{margin-right:10px!important}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-25{margin-right:25px}.mr-30{margin-right:30px}.mr-35{margin-right:35px}.bold-500{font-weight:500}.bold-600{font-weight:600}.text-color-danger{color:red!important}.bg-color-transparent{background-color:transparent!important}.bg-color-danger{background-color:red!important}.font-xxs{font-size:10px}.text-right{text-align:right!important}.w-100{width:100%!important}.text-center{text-align:center!important}.cursor-pointer{cursor:pointer!important}.modal{position:fixed;top:0;right:0;width:100%;height:100%;background-color:#00000040;z-index:100;overflow:hidden}.modal-body{width:100%;max-width:800px;margin-left:-400px;background-color:#fff;position:absolute;bottom:0;left:50%;height:0;border-radius:30px 30px 0 0;box-sizing:border-box;transition:height .2s;overflow:auto;z-index:101}@media (max-width: 768px){.modal-body{max-width:500px;margin-left:-250px}}@media (max-width: 576px){.modal-body{max-width:100%;left:0;margin-left:0}}.modal-body-content{overflow:auto;height:100%;padding-right:25px;box-sizing:border-box}.modal.open .modal-body{height:90vh;padding:30px;box-shadow:0 0 12px #0000004f}@media (max-width: 576px){.modal.open .modal-body{padding:20px}}html,body{width:100%;height:100%}body{font-family:Roboto,sans-serif;background-color:#a0aec0}@media (max-width: 992px){body{background-color:#fff}}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}div:active,div:focus{outline:none}div::-moz-focus-inner{border:0}table{width:100%}table tr{vertical-align:center!important;border:.1px solid rgba(204,204,204,.55)}table tr th,table tr td{text-align:center;padding:13px 5px;font-weight:500;word-break:break-word;font-size:12px}table tr:hover{background-color:#eaeaea}.checked-btn{background-color:#777;padding:5px 10px;border-radius:10px;color:#fff;cursor:pointer}.checked-btn.checked{background-color:#58d764;color:#fff}#app{padding:15px}@media (max-width: 992px){#app{padding:0;min-height:100%}}.estimate{width:100%;min-width:360px;max-width:1000px;margin:15px auto;background-color:#fff;min-height:calc(100vh - 85px);border-radius:15px;box-shadow:0 0 8px #7c7c7c;padding:20px 30px;box-sizing:border-box;position:relative}@media (max-width: 992px){.estimate{margin:0;border-radius:0;box-shadow:none}}.estimate .back{display:flex;align-items:center;color:#58d764;cursor:pointer}.estimate .back span{margin-left:10px}.estimate .title{font-size:30px;line-height:1.18;font-weight:500;letter-spacing:.045em}.estimate .breadcrumbs{color:#4ff360ad;margin-top:5px;font-size:10px}.estimate .breadcrumbs-separator:before{content:url(/storage/images/icons/mini-arrow.svg);margin:0 5px}.estimate .text{font-size:14px;line-height:1.1428;letter-spacing:.045em;color:#777}.estimate select,.estimate input{border:none;border-bottom:1px solid #BDBCBC;padding:20px 0 10px;text-align:center;color:#58d764;letter-spacing:.045em;width:100%;background-color:transparent;font-size:14px;line-height:1.1428}.estimate select:focus::placeholder,.estimate input:focus::placeholder{color:transparent}.estimate select::placeholder,.estimate input::placeholder{color:#9a9a9a;padding-bottom:10px;text-align:left;transform:translateY(-10px)}.estimate select.error,.estimate input.error{color:red;border-bottom:1px solid red}.estimate select.error::placeholder,.estimate input.error::placeholder{color:red}.estimate .file-input{width:100%;border-radius:15px;border:1px dashed #777777;height:100px;padding:15px;display:flex;align-items:center;justify-content:center;color:#777;box-sizing:border-box;cursor:pointer}.estimate .file-input input{display:none}.estimate .a-footer{position:absolute;height:110px;bottom:0;left:0;width:100%;z-index:1;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.estimate .next-btn{background-color:#58d764;color:#fff;border-radius:10px;border:none;padding:12.5px 25px;font-size:16px;font-weight:600;margin:0 10px}@media (max-width: 768px){.estimate .next-btn{width:100%;margin-bottom:10px}}.estimate .with-footer-button{padding-bottom:100px;position:relative;min-height:calc(100vh - 200px);box-sizing:border-box}.estimate .footer-relative .a-footer{position:relative}.estimate .footer-relative.with-footer-button{min-height:50vh}.estimate .section-title{font-weight:500;font-size:16px;line-height:19px;display:flex;align-items:center}.estimate .section-title svg{cursor:pointer}.estimate .section-title svg:first-child{margin-left:10px}.estimate .search{position:relative}.estimate .search .icon{position:absolute;left:10px;top:10px}.estimate .search input[type=search]{width:100%;border-radius:20px;background-color:#d9d9d9;border:none;height:35px;padding:0 0 0 35px;color:#444;box-sizing:border-box;text-align:left}.estimate .search input[type=search]::placeholder{color:#9a9a9a;text-align:left;transform:translateY(0)}.estimate .param-input{border:none!important;width:100%;background-color:#eee!important;padding:0 10px!important;border-radius:15px;height:22px;box-sizing:border-box}.estimate .param-input.error{background-color:#ff7c7c!important}.estimate .edit-icon{cursor:pointer;width:46px;height:46px;display:flex;align-items:center;justify-content:center;background-color:#58d764;border-radius:15px}.estimate .param{display:flex;justify-content:space-between;align-items:center;width:100%}.estimate .param-input-block{width:100px}@media (max-width: 768px){.estimate .param-input-block{width:58px}}.estimate .param-input-block-mini{width:25px;display:inline-block;margin:0 10px}.estimate .param-input-block-mini .param-input{padding:0!important;font-size:10px;font-weight:700}.estimate #mainPageComponent .header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;border-bottom:1px solid #BDBCBC;margin:0 -30px;padding:0 30px 15px}.estimate #mainPageComponent .header .search{width:50%}@media (max-width: 992px){.estimate #mainPageComponent .header .search{width:100%;margin-top:10px}}.estimate #mainPageComponent .footer .footer-title{font-size:22px;line-height:1.18;font-weight:500}.estimate #mainPageComponent .footer .main-buttons{display:flex;justify-content:center}.estimate #mainPageComponent .footer .main-buttons .main-button{width:100px;height:100px;display:flex;align-items:center;justify-content:center;color:#444;border-radius:20px;background:#58D764;margin-right:60px;cursor:pointer}.estimate #mainPageComponent .footer .main-buttons .main-button:last-child{margin-right:0}.estimate #placeWizardStep1 .preview-image{height:360px}.estimate #placeWizardStep1 .preview-image img{width:100%;height:100%;object-fit:cover}.estimate #placeWizardStep2 .no-rooms,.estimate #placeWizardStep2 .rooms{min-height:420px;display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:flex-start;flex-direction:column}.estimate #placeWizardStep2 .no-rooms .desc-text,.estimate #placeWizardStep2 .rooms .desc-text{color:#9a9a9a}.estimate #placeWizardStep2 .no-rooms .room,.estimate #placeWizardStep2 .rooms .room{padding:13px 20px;background-color:#d9d9d9;border-radius:20px;width:100%;display:flex;justify-content:space-between;box-sizing:border-box;cursor:pointer}.estimate #placeWizardStep2 .no-rooms .room-info,.estimate #placeWizardStep2 .rooms .room-info{display:flex;flex-wrap:wrap;align-items:center}.estimate #placeWizardStep2 .no-rooms .room-info-title,.estimate #placeWizardStep2 .rooms .room-info-title{font-weight:500;font-size:16px;width:100%}.estimate #placeWizardStep2 .no-rooms .room-info-total,.estimate #placeWizardStep2 .rooms .room-info-total{margin-top:2px;font-size:14px;color:#777;width:100%}.estimate #placeWizardStep2 .no-rooms .room-actions,.estimate #placeWizardStep2 .rooms .room-actions{display:flex}.estimate #placeWizardStep2 .no-rooms .room-actions .edit-icon:first-child,.estimate #placeWizardStep2 .rooms .room-actions .edit-icon:first-child{margin-right:10px}.estimate #placeWizardStep2 .no-rooms .param-title,.estimate #placeWizardStep2 .rooms .param-title{cursor:pointer;color:#777}.estimate #placeWizardStep2 .no-rooms .room-estimate,.estimate #placeWizardStep2 .rooms .room-estimate{width:100%}.estimate #placeWizardStep2 .no-rooms .room-estimate .title,.estimate #placeWizardStep2 .rooms .room-estimate .title{font-size:22px;line-height:1.18;font-weight:500}.estimate #placeWizardStep2 .no-rooms{align-items:center}.estimate #placeWizardStep2 .title{position:relative;padding-right:70px}.estimate #placeWizardStep2 .title .main-button{width:55px;height:55px;display:flex;align-items:center;justify-content:center;color:#444;border-radius:50%;background:#58D764;margin-right:60px;cursor:pointer;position:absolute;top:0;right:0}.estimate #placeWizardStep2 .title .main-button:last-child{margin-right:0}.estimate #placeWizardStep3 .subtitle{font-size:22px;line-height:1.18;font-weight:500}.estimate #placeWizardStep3 .discount-block{display:flex;align-items:center;width:100%;background-color:#d9d9d9;border-radius:15px;padding:15px 20px;box-sizing:border-box;justify-content:space-between;cursor:pointer}.estimate #placeWizardStep3 .discount-block.active{background-color:#58d764;color:#fff}.estimate #placeWizardStep3 .discount-block.active div:nth-child(2) input{color:#fff;background:#83EC8D}.estimate #placeWizardStep3 .discount-block div:nth-child(1){font-size:16px;font-weight:500}.estimate #placeWizardStep3 .discount-block div:nth-child(2){width:30px}.estimate #placeWizardStep3 .discount-block div:nth-child(2) input{margin:0;padding:5px 15px;font-size:14px!important;border:none;background-color:#eee;border-radius:15px;box-sizing:border-box;color:#444}.estimate #roomWizardStep1 .title{font-size:22px}.estimate #roomWizardStep1 .title input{font-size:30px;line-height:1.18;font-weight:500;color:#444;margin-top:0;padding-bottom:2px}.estimate #roomWizardStep1 .title input::placeholder{color:#9a9a9a;padding-bottom:10px;text-align:left;transform:translateY(-2px)}.estimate #roomWizardStep2 .subtitle{font-size:22px;position:relative}.estimate #roomWizardStep2 .subtitle .main-button{width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#444;border-radius:50%;background:#58D764;margin-right:60px;cursor:pointer;position:absolute;top:-3px;right:0}.estimate #roomWizardStep2 .subtitle .main-button:last-child{margin-right:0}.estimate #roomWizardStep2 .param-input-block{width:150px;display:flex}.estimate #roomWizardStep2 .param-input-block input{font-size:10px}.estimate #roomWizardStep2 .param-input-block input.error::placeholder{color:red!important}.estimate #settings{display:flex;flex-direction:column}.estimate #settings .setting{display:flex;flex-direction:column;justify-content:space-between;padding:13px 20px;background-color:#d9d9d9;border-radius:20px;cursor:pointer}.estimate #settings .setting-title{font-weight:500;color:#444;font-size:16px}.estimate #settings .setting-desc{margin-top:12px;color:#9a9a9a;font-size:14px}.estimate #companyDetails .title{font-size:22px;line-height:1.18;font-weight:500}.estimate #works .category-wrapper{width:100%}.estimate #works .no-categories,.estimate #works .categories{min-height:420px;display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:flex-start;flex-direction:column}.estimate #works .no-categories .desc-text,.estimate #works .categories .desc-text{color:#9a9a9a}.estimate #works .no-categories .subcategory,.estimate #works .no-categories .category,.estimate #works .categories .subcategory,.estimate #works .categories .category{padding:22.5px 20px;background-color:#d9d9d9;border-radius:20px;width:100%;display:flex;justify-content:space-between;box-sizing:border-box;cursor:pointer}.estimate #works .no-categories .subcategory-info,.estimate #works .no-categories .category-info,.estimate #works .categories .subcategory-info,.estimate #works .categories .category-info{display:flex;flex-wrap:wrap;align-items:center}.estimate #works .no-categories .subcategory-info-title,.estimate #works .no-categories .category-info-title,.estimate #works .categories .subcategory-info-title,.estimate #works .categories .category-info-title{font-weight:500;font-size:20px;width:100%}.estimate #works .no-categories .subcategory-actions,.estimate #works .no-categories .category-actions,.estimate #works .categories .subcategory-actions,.estimate #works .categories .category-actions{width:46px}.estimate #works .no-categories .subcategory,.estimate #works .categories .subcategory{padding:10px 20px;margin-left:15px;width:calc(100% - 15px)}.estimate #works .no-categories .subcategory .category-info-title,.estimate #works .categories .subcategory .category-info-title{font-size:16px;color:#777}.estimate #works .no-categories .room-actions,.estimate #works .categories .room-actions{width:80px;display:flex;justify-content:space-between}.estimate #works .no-categories .room-actions .edit-icon,.estimate #works .categories .room-actions .edit-icon{width:34px;height:34px}.estimate #works .no-categories .room-actions .edit-icon svg,.estimate #works .categories .room-actions .edit-icon svg{width:18px}.estimate #works .no-categories .sub-sub-category,.estimate #works .categories .sub-sub-category{padding:5px 20px;margin-left:30px;width:calc(100% - 30px)}.estimate #works .no-categories .sub-sub-category .category-info-title,.estimate #works .categories .sub-sub-category .category-info-title{font-size:14px}.estimate #works .no-categories .add-sub,.estimate #works .categories .add-sub{margin-left:20px;margin-bottom:15px;display:inline-block;text-decoration:none;text-align:center}.estimate #works .no-categories{justify-content:center;align-items:center}.estimate #works .title{position:relative;padding-right:70px;width:100%;box-sizing:border-box}.estimate #works .title .main-button-selector,.estimate #works .title .main-button{width:55px;height:55px;display:flex;align-items:center;justify-content:center;color:#444;border-radius:50%;background:#58D764;margin-right:0;cursor:pointer;position:absolute;top:0;right:0}.estimate #works .title .main-button-selector svg,.estimate #works .title .main-button svg{transition:transform .2s}.estimate #works .title .main-button-selector{flex-wrap:wrap;background-color:#58d764;top:44px;right:0;width:300px;height:auto;border-radius:15px 0 15px 15px;display:none;padding:10px 15px;box-sizing:border-box}.estimate #works .title .main-button-selector-option{font-size:16px;width:100%;text-align:center;color:#fff;background-color:#d9d9d9;padding:10px 0;border-radius:15px}.estimate #works .title .main-button-selector-option:first-child{margin-bottom:10px}.estimate #works .title.open .main-button{border-radius:50% 50% 0 0}.estimate #works .title.open .main-button svg{transform:rotate(45deg)}.estimate #works .title.open .main-button-selector{display:flex}.estimate #works .works{width:calc(100% - 50px);margin-left:50px}.estimate #works .works .work-title{font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:space-between}.estimate #works .works .work-title span{font-size:13px;font-weight:400;color:#d9d9d9;cursor:pointer}.estimate #works .works .work-title .edit-icon{width:18px;height:18px;margin-left:10px}.estimate #works .works .work-title .edit-icon svg{width:10px}.estimate #works .works .work-settings{display:flex;justify-content:space-between}.estimate #works .works .work-settings .param{width:calc(50% - 15px)}.estimate #works .works .work-settings .param-title{color:#777;display:flex;align-items:center}.estimate #works .works .work-settings .param-title span{margin-left:10px;font-size:10px;color:#58d764}.estimate #works .works .work-settings .param-input-block{margin-left:20px}.estimate #works .works .work-settings .param-input-block input{padding:15px 5px!important}.estimate #category .a-footer{display:flex;justify-content:space-between}.estimate #category .a-footer button{max-width:calc(50% - 15px)}.estimate #addUser .title,.estimate #users .title{font-size:22px;line-height:1.18;font-weight:500}.estimate #users .search-block{display:flex;justify-content:space-between;width:100%}.estimate #users .search-block .search{width:calc(100% - 53px)}.estimate #users .search-block .search input{text-align:left}.estimate #users .filters-block .desc-text{color:#444;font-size:16px;line-height:1.2}.estimate #users .filters-block .filter-inputs{display:flex;justify-content:space-between}.estimate #users .filters-block .filter-inputs>div{display:flex;align-items:center;width:calc(50% - 7.5px)}.estimate #users .filters-block .filter-inputs>div .filter-input{border:1.5px solid #D9D9D9;border-radius:25px;padding:5px;margin-left:10px;color:#444;font-weight:600;min-height:31px;box-sizing:border-box}.estimate #users .filters-block .with-head-filters>div{display:flex;align-items:center;flex-wrap:wrap}.estimate #users .filters-block .with-head-filters>div input{margin-left:0!important;padding:5px}.estimate #users .filters-block .filter-btn{border-radius:10px;background-color:#58d764;color:#fff;text-align:center;padding:10px;box-sizing:border-box;font-weight:600;cursor:pointer}.estimate #profile .subtitle{font-size:22px;line-height:1.18;font-weight:500}.estimate .places{min-height:420px;display:flex;align-items:center;justify-content:center}.estimate .places .desc-text{color:#9a9a9a}.estimate .places .place{position:relative;height:360px;border-radius:20px;background-color:#d9d9d9;background-size:cover;background-position:center;display:flex;align-items:flex-end;cursor:pointer;box-sizing:border-box;color:#444;font-weight:500;overflow:hidden}.estimate .places .place-name{padding:10px 20px 10px 10px;box-sizing:border-box;background-color:#0009;color:#fff;width:100%}.estimate .places .place-name div:nth-child(2){font-size:12px}.estimate .places .place-name div:nth-child(3){font-size:20px}.estimate .places .place .empty-icon{position:absolute;left:50%;margin-left:-16px;top:50%;margin-top:-16px;z-index:1}.estimate .places .place .edit-icon{position:absolute;right:25px;top:20px;z-index:1}.estimate .placeModal{margin-top:10px}.estimate .placeModal .subtitle{font-size:22px;line-height:1.18;font-weight:500;text-align:center}.estimate .placeModal .buttons-block{display:flex;justify-content:space-between;flex-wrap:wrap}.estimate .placeModal .buttons-block .share-btn,.estimate .placeModal .buttons-block>div{width:calc(50% - 7.5px);background-color:#58d764;color:#fff;text-align:center;border-radius:10px;padding:10px;box-sizing:border-box;cursor:pointer}@media (max-width: 991px){.estimate .placeModal .buttons-block .share-btn,.estimate .placeModal .buttons-block>div{width:100%;margin-bottom:15px}}@media (max-width: 991px){.estimate .placeModal .buttons-block .share-btn{width:100%;margin-bottom:15px}}.estimate .placeModal .email-block{display:flex;justify-content:space-between;align-items:center}.estimate .placeModal .email-block input{width:60%}.estimate .placeModal .email-block input::placeholder{color:#9a9a9a;padding-bottom:10px;text-align:center;transform:translateY(-2px)}.estimate .placeModal .email-block .email-btn{width:calc(40% - 15px)}.estimate .placeModal .detach-btn,.estimate .placeModal .close-btn{width:100%;max-width:300px;margin:50px auto 10px;text-align:center;background-color:#777;border-radius:10px;padding:10px;box-sizing:border-box;cursor:pointer;color:#fff}.estimate .placeModal .detach-btn{background-color:red}.estimate #login{padding-top:100px}.estimate #login .auth-block{margin:0 auto;width:220px;text-align:center}.estimate #login .auth-block .auth-input{border-radius:10px;border:1.5px solid #9A9A9A;padding:10px;box-sizing:border-box}.estimate #login .auth-block .auth-input::placeholder{color:#9a9a9a;text-align:center;transform:translateY(0)}.estimate #login .auth-success{position:fixed;width:100%;left:0;top:50%;margin-top:-85px;text-align:center}.estimate .signature .subtitle,.estimate .act .subtitle{font-size:30px;margin-bottom:20px}.estimate .signature .param-title,.estimate .act .param-title{cursor:pointer;color:#777}.estimate .signature .room-estimate,.estimate .act .room-estimate{width:100%}.estimate .signature .room-estimate .title,.estimate .act .room-estimate .title{font-size:22px;line-height:1.18;font-weight:500}.estimate .signature .act-buttons,.estimate .act .act-buttons{margin-top:30px;display:flex;width:100%;justify-content:space-between}.estimate .signature .act-buttons div,.estimate .act .act-buttons div{width:calc(33.33% - 10px);text-align:center;background-color:#58d764;border-radius:10px;color:#fff;padding:10px;box-sizing:border-box;cursor:pointer}.estimate .signature .act-buttons div:last-child,.estimate .act .act-buttons div:last-child{background:#3fc3ee}.swiper{width:100%}.swiper-slide{background-color:#58d764}.total-table tr[data-v-b8d0c289]{border:none}.total-table tr td[data-v-b8d0c289]{font-size:inherit;padding:5px}.footer[data-v-24440a01]{display:flex;justify-content:space-between;margin-top:40px}.loader[data-v-e71c6362]{width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:#00000075;z-index:10;display:flex;justify-content:center;align-items:center}.modal-body-content[data-v-c2346884]{position:relative}.modal-body-content .close-icon[data-v-c2346884]{position:absolute;right:0;top:0;cursor:pointer;width:24px}
