:root{--font-family:"SFProText",sans-serif;--second-family:"SFPro",sans-serif;--main-color:#2d1e2f;--background:#fff;--btn-text:#fff;--bg:#efeff4;--white-100:hsla(0,0%,100%,.1);--white-400:hsla(0,0%,100%,.4);--white-800:hsla(0,0%,100%,.8);--rose-quartz-400:#aba5ac;--dark-purple-400:rgba(45,30,47,.4);--dark-purple-500:rgba(45,30,47,.5);--dark-purple-100:rgba(45,30,47,.1);--dark-purple-50:rgba(45,30,47,.051);--box-shadow:rgba(45,30,47,.1);--robin-egg-blue:#06bcc1;--robin-egg-blue-500:rgba(6,188,193,.5);--robin-egg-blue-200:rgba(6,188,193,.2);--aureolin:#f9e900;--rose-red:#cf1259;--rose-red-100:rgba(207,18,89,.1)}[data-theme=dark]{--bg:#0f0f0f;--main-color:#fff;--background:hsla(0,0%,100%,.1);--btn-text:#2d1e2f;--dark-purple-50:hsla(0,0%,100%,.1);--white-400:#2d1e2f;--white-800:#2d1e2f;--dark-purple-100:hsla(0,0%,100%,.1);--box-shadow:rgba(0,0,0,.8)}.custom-checkbox__field:checked+.custom-checkbox__content:after{opacity:1}.custom-checkbox__field:focus+.custom-checkbox__content:before{outline:2px solid red;outline-offset:2px}.custom-checkbox__field:disabled+.custom-checkbox__content{opacity:.4;pointer-events:none}@font-face{font-family:SFProText;src:url(/fonts/SFProText-Regular.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:SFProText;src:url(/fonts/SFProText-Semibold.woff2) format("woff2");font-weight:600;font-display:swap;font-style:normal}@font-face{font-family:SFPro;src:url(/fonts/SFPro-Regular.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:SFPro;src:url(/fonts/SFPro-Semibold.woff2) format("woff2");font-weight:600;font-display:swap;font-style:normal}*{padding:0;margin:0;border:0}*,:after,:before{box-sizing:border-box}:after,:before{display:inline-block}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}ul li{list-style:none}a{display:inline-block;color:inherit;text-decoration:none}button,input,textarea{font-family:var(--font-family,sans-serif);font-size:inherit;line-height:inherit;color:inherit;background-color:transparent}input,textarea{width:100%}button,option,select{cursor:pointer}body,html{height:100%;min-width:20rem}body{color:var(--main-color);line-height:1;font-family:var(--font-family,sans-serif);font-size:.875rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0}input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number],input[type=number]:focus,input[type=number]:hover{-moz-appearance:textfield}.grayfilter{filter:grayscale(1);opacity:.7;pointer-events:none}.lock body{overflow:hidden;touch-action:none;overscroll-behavior:none}.wrapper{padding:1.25rem 1.25rem 0;min-height:100%;background:var(--bg);margin:0 auto;display:grid;overflow:hidden}@media (max-width:23.125em){.wrapper{padding:1.25rem .625rem 0}}.page{max-width:43.75rem;width:100%;margin:0 auto;display:flex;flex-direction:column}.body{flex:1 1 auto}.body:not(:last-child){margin-bottom:10rem}.button{padding:.3125rem;position:relative;display:inline-flex;width:100%;align-items:center;justify-content:center;gap:.5rem;height:3rem;border-radius:8px;background:var(--robin-egg-blue);color:var(--btn-text);font-weight:600;transition:background .3s ease,color .3s ease}.button--action{background:var(--dark-purple-50);color:var(--main-color)}.button--action .button__icon{stroke:var(--main-color);stroke-width:1.25px;fill:none;transform:rotate(-180deg);transition:transform .3s ease}.button--action.show .button__icon{transform:rotate(0)}.button__icon{flex-shrink:0;width:1rem;height:1rem;stroke:var(--btn-text);stroke-width:1.25px;fill:none;transition:stroke .3s ease}.button__icon circle{fill:var(--btn-text);transition:fill .3s ease}.button.disable{background:var(--dark-purple-50);pointer-events:none;color:var(--dark-purple-100)}.button.disable .button__icon{stroke-opacity:.1;stroke:var(--main-color);fill:none}.button.disable .button__icon circle{fill:var(--main-color)}.button.active{background:var(--robin-egg-blue-200);color:var(--robin-egg-blue)}.button.active .button__icon{stroke:var(--robin-egg-blue);fill:none}.button.active .button__icon circle{fill:var(--robin-egg-blue)}.button.wait:before{content:"";position:absolute;top:4px;left:50%;transform:translateX(-50%);width:40px;height:40px;background:url(/img/spinner.gif) no-repeat 50%;background-size:contain}.button-filter{padding:.3125rem;position:relative;display:inline-flex;width:100%;align-items:center;justify-content:center;height:2rem;border-radius:8px;background:var(--btn-text);color:var(--rose-quartz-400);transition:background .3s ease,color .3s ease;border:2px solid transparent}.button-filter.active{color:var(--robin-egg-blue);border:2px solid var(--robin-egg-blue-500)}.link-back{flex-shrink:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--background)}.link-back__icon{transform:rotate(90deg);width:1rem;height:1rem;fill:none;stroke:var(--main-color)}.notification{padding:.5rem 2.8125rem .5rem 1rem;position:absolute;z-index:50;top:-.9375rem;width:100%;min-height:3.5rem;border-radius:8px;box-shadow:0 -4px 12px 0 var(--box-shadow);background:var(--btn-text)}.notification__text{line-height:143%}.notification__close{position:absolute;top:1rem;right:1rem;width:1.5rem;height:1.5rem;background:var(--dark-purple-50);display:flex;align-items:center;justify-content:center;border-radius:50%}.notification__close-icon{width:1rem;height:1rem;fill:none;stroke:var(--main-color);stroke-width:1.25}.modal{--transition-time:0.3s;position:fixed;left:0;top:0;width:100%;height:100%;z-index:1000;background:var(--dark-purple-500);display:grid;grid-template-columns:1fr;align-items:center;justify-content:center;justify-items:center;cursor:pointer;overflow-y:auto;overflow-x:hidden;opacity:0;visibility:hidden;transition:opacity var(--transition-time) ease,visibility var(--transition-time) ease}.modal__container{margin:1.875rem .9375rem;padding:1.125rem 1rem;position:relative;width:43.75rem;border-radius:4px;background:var(--btn-text);cursor:default;display:none}@media (max-width:48em){.modal__container{width:94%}}.modal__close{position:absolute;right:1rem;top:1rem;width:1.5rem;height:1.5rem;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--dark-purple-50);cursor:pointer}.modal__close-icon{width:1rem;height:1rem;fill:none;stroke:var(--main-color);stroke-width:1.25px}.modal.is-open{opacity:1;visibility:visible;transition:opacity var(--transition-time) ease,visibility var(--transition-time) ease}.modal__container.modal-open{display:inline-block}.fade{transform:scale(0);transition:transform .8s ease}.fade.animate-open{transform:scale(1)}.fadeInUp{opacity:0;transform:translateY(-100px)}.fadeInUp,.fadeInUp.animate-open{transition:transform var(--transition-time) ease,opacity var(--transition-time) ease}.fadeInUp.animate-open{opacity:1;transform:translateY(0)}.custom.animate-open{opacity:1;transform:rotate(180deg);transition:transform var(--transition-time),opacity var(--transition-time)}.disable-scroll{position:relative;overflow:hidden;height:100vh;position:fixed;left:0;top:0;width:100%}.modal{line-height:143%}.modal__title{margin-bottom:1rem;font-weight:600}.modal__text:not(:last-child){margin-bottom:1.25rem}.modal__text strong{display:block}.modal__form .input__control{background:var(--dark-purple-50)}.modal__form .form__input:not(:last-child){margin-bottom:1rem}.actions{display:flex;flex-direction:column;position:fixed;bottom:0;width:100%;right:0;left:0;z-index:100}.actions.show{transform:translate(0)}.actions__next{width:calc(100% - 1.5rem);margin:0 .75rem 1rem;padding:.625rem .75rem;box-shadow:0 -4px 12px 0 var(--box-shadow);background:var(--btn-text);border-radius:8px}.actions__next.show .actions__next-icon{transform:rotate(0deg)}.actions__next-title{width:100%;display:flex;justify-content:space-between;gap:.625rem;align-items:center;font-weight:700;font-size:.875rem;line-height:143%}.actions__next-arrow{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background-color:var(--dark-purple-50);border-radius:50%}.actions__next-icon{flex-shrink:0;width:1rem;height:1rem;stroke:var(--main-color);stroke-width:1.25px;fill:none;transform:rotate(-180deg);transition:transform .3s ease}.actions__next-content{height:0;overflow:auto;transition:height .3s ease}.actions__next-content-inner{padding:15px 0}.actions__next-content p{margin-bottom:25px;font-size:.875rem}.actions__items{padding:1rem 1.25rem;box-shadow:0 -4px 12px 0 var(--box-shadow);background:var(--btn-text);border-radius:4px;width:100%;display:flex;flex-direction:column}.actions__items-container{width:100%;overflow:hidden;height:0;transition:height .3s ease}.actions__items-inner{width:100%;display:flex;flex-direction:column;gap:1rem}.actions__items-inner .actions__block:first-child{margin-top:1rem}.actions__block{flex-direction:column}.actions__block,.actions__buttons{display:flex;gap:.5rem}.actions__title{text-align:center;line-height:143%}.form *{outline:none}input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 3.125rem #fff}.form__items{display:flex;flex-direction:column}.error-text{display:none;position:absolute;top:calc(100% + 2px);left:0;font-size:.6875rem;color:red}@media (max-width:48em){.error-text{font-size:.625rem}}.input.error:not(:last-child){margin-bottom:1.25rem}.input.error .input__control{box-shadow:0 0 0 1px red}.input.error .error-text{display:block}.input{position:relative}.input:not(:last-child){margin-bottom:.5rem}.input--textarea:not(:last-child){margin-bottom:.375rem}.input--floating .input__label{padding:1.125rem 1rem;position:absolute;top:0;left:0;height:100%;font-size:.875rem;pointer-events:none;border:2px solid transparent;transform-origin:0 0;transition:opacity .15s ease-in-out,transform .15s ease-in-out}.input--floating .input__control::placeholder{color:transparent}.input--floating .input__control:focus~.input__label,.input--floating .input__control:not(:placeholder-shown)~.input__label{font-size:.625rem;transform:translateY(-.4375rem)}.input--reward.gt0:before{content:"$";position:absolute;z-index:2;top:1.5625rem;left:1rem;color:var(--main-color);font-size:.875rem;line-height:143%}.input--reward .input__control{padding-left:1.5625rem}.input__control{padding:1.5rem 2rem .625rem 1rem;position:relative;width:100%;height:3.5rem;min-height:3.5rem;font-size:.875rem;font-weight:500;line-height:145%;color:var(--main-color);background:var(--background);outline:none;border-radius:8px;transition:box-shadow .3s ease-in-out;-webkit-box-shadow:.3s ease-in-out}.input__control--padding{padding:1.5rem 9.0625rem .625rem 1rem}.input__control::placeholder{line-height:143%;color:var(--rose-quartz-400)}.input__control:focus{outline:none;box-shadow:0 0 0 2px var(--robin-egg-blue-500)}.input__control:active{outline:none}.input__control--customer{cursor:pointer}.input__control--customer:focus{box-shadow:none}.input__control--customer::placeholder{color:var(--main-color)}.input__label{display:block;position:absolute;top:.75rem;left:1.125rem;font-size:.625rem;line-height:120%;color:var(--rose-quartz-400)}.input__actions{position:absolute;right:1rem;bottom:.4375rem;gap:.625rem}.input__actions,.input__btn{display:flex;align-items:center}.input__btn{width:1.625rem;height:1.625rem;justify-content:center}.input__btn-icon{width:1rem;height:1rem;transition:transform .3s ease;-webkit-transform:.3s ease;fill:none;stroke:var(--main-color)}.input__btn-icon--info{fill:var(--main-color);stroke:none}.input__text{font-size:.875rem;line-height:143%;color:var(--rose-quartz-400)}.input.show .input__control:focus{box-shadow:none}.input.show .dropdown-customer{opacity:1;visibility:visible;transform:translate(0)}.input.show .input__btn-icon{transform:rotate(-180deg)}.textarea{padding:1.5rem 1rem .625rem;resize:none;overflow-y:hidden}.checkbox__input{width:0;height:0;opacity:0;position:absolute;-webkit-appearance:none;-moz-appearance:none;appearance:none}.checkbox.error .checkbox__label:before{box-shadow:0 0 0 1px red}.checkbox__input:checked+.checkbox__label:after{transform:scale(1)}.checkbox__input:checked+.checkbox__label:before{background:var(--robin-egg-blue)}.checkbox__input:focus-visible+.checkbox__label:before{outline-offset:2px;outline:1px solid var(--robin-egg-blue)}.checkbox__label{display:inline-flex;gap:.375rem;line-height:143%;align-items:center;color:var(--rose-quartz-400);position:relative;cursor:pointer}.checkbox__label:before{content:"";align-self:flex-start;flex:0 0 1.25rem;height:1.25rem;width:1.25rem;background:var(--dark-purple-50);border-radius:4px;transition:background .3s ease,outline .3s ease}.checkbox__label:after{content:"";width:1rem;height:1rem;position:absolute;top:.125rem;left:.125rem;background:url(/img/svg/check.svg) 50% no-repeat;border-radius:6px;transform:scale(0);transition:transform .3s ease}.checkbox__label-text{flex-grow:1;flex-shrink:0}.dropdown-customer{position:absolute;width:100%;z-index:100;display:flex;flex-direction:column;gap:.125rem;top:calc(100% + .125rem);box-shadow:0 8px 12px var(--box-shadow);background:var(--btn-text);border-radius:8px;padding:.3125rem 1rem;opacity:0;visibility:hidden;transform:translateY(-.688rem);transition:opacity .3s ease,transform .3s ease}.dropdown-customer__item{padding:.75rem 0;cursor:pointer;-webkit-tap-highlight-color:transparent}.options{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.options--row{display:grid;grid-template-columns:repeat(3,1fr)}@media (max-width:24.3125em){.options--row{gap:.375rem}}.options--lang{display:grid;grid-template-columns:repeat(2,1fr)}.options--lang .options__label{background-color:var(--dark-purple-50);font-weight:600}.options__item{position:relative;cursor:pointer}.options__input{width:0;height:0;opacity:0;position:absolute;-webkit-appearance:none;-moz-appearance:none;appearance:none}.options__input:focus-visible+.options__label:before{outline-offset:2px;outline:1px solid var(--robin-egg-blue)}.options__input:checked+.options__label:before{background:var(--robin-egg-blue)}.options__input:checked+.options__label:after{transform:scale(1)}.options__input:focus-visible+.options__label--lang,.options__input:focus-visible+.options__label--role{outline-offset:2px;outline:1px solid var(--robin-egg-blue);color:var(--robin-egg-blue)}.options__input:checked+.options__label--lang,.options__input:checked+.options__label--role{border:2px solid var(--robin-egg-blue-500);color:var(--robin-egg-blue)}.options__input:checked+.options__label--lang{background:var(--background)}.options__label{display:flex;align-items:center;cursor:pointer;gap:.5rem;line-height:143%}@media (max-width:23.125em){.options__label{font-size:.8125rem}}.options__label:before{content:"";align-self:flex-start;width:1.25rem;height:1.25rem;flex:0 0 1.25rem;border-radius:50%;background:var(--dark-purple-50)}.options__label:after{content:"";position:absolute;left:.375rem;top:.375rem;width:.5rem;height:.5rem;border-radius:50%;background:#fff;transition:transform .3s ease;transform:scale(0)}.options__label--lang,.options__label--role{padding:.375rem .5rem;background:var(--background);justify-content:center;border-radius:8px;height:2rem;color:var(--rose-quartz-400);transition:border .3s ease,color .3s ease;border:2px solid transparent}.options__label--lang:after,.options__label--lang:before,.options__label--role:after,.options__label--role:before{display:none}@media (max-width:24.3125em){.options__label--lang,.options__label--role{padding:.375rem}}.progressbar{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:.25rem;gap:.25rem;width:100%}.progressbar--6{grid-template-columns:repeat(6,1fr)}.progressbar li{height:.25rem;background:var(--dark-purple-50);border-radius:2px}.progressbar li.active{background:var(--robin-egg-blue)}.deals__body{display:flex;flex-direction:column}.deals__stories,.deals__user{margin-bottom:1rem}.deals__filters{position:relative;margin-bottom:.5rem}.deals__cards{flex:1 1 auto;margin-left:-1.25rem;margin-right:-1.25rem;padding-right:1.25rem;padding-left:1.25rem}.user{align-self:flex-start;display:inline-flex;align-items:center;gap:.5rem}.user__photo{width:2.5rem;height:2.5rem;border-radius:8px;overflow:hidden;object-fit:cover}.profile__user-name-container,.user__name-container{display:flex;flex-direction:column;gap:.125rem}.user__name{font-weight:600;font-size:1.125rem;line-height:133%}.profile__user-address,.user__address{font-size:.875rem;line-height:133%;opacity:.7}.user__arrow{width:1.5rem;height:1.5rem;border-radius:50%;background:var(--background);display:flex;align-items:center;justify-content:center;transition:background .3s ease}.user__arrow-icon{width:1rem;height:1rem;fill:none;stroke:var(--main-color);transform:rotate(-90deg);transition:stroke .3s ease}.stories{display:flex;gap:.5rem}@media (max-width:48em){.stories{margin-left:-1.25rem;margin-right:-1.25rem;padding-right:1.25rem;padding-left:1.25rem;overflow:auto}.stories::-webkit-scrollbar{display:none}}.stories__item{position:relative;flex:0 0 7.1875rem;height:7.5rem;display:flex;border-radius:8px;overflow:hidden}.stories__image{width:100%;height:100%;object-fit:cover}.stories__overlay{padding:.5rem .625rem;position:absolute;z-index:1;bottom:0;left:0;right:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:var(--white-800);font-size:.6875rem;font-weight:600;line-height:109%;border-radius:2px}.filters{position:relative;display:grid;grid-template-columns:1fr 2rem;grid-gap:.5rem;gap:.5rem}.filters__button{background:var(--background);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.filters__button.active{background:var(--robin-egg-blue)}.filters__button.active .filters__button-icon{fill:var(--btn-text)}.filters__button-icon{width:1rem;height:1rem;fill:var(--main-color);transition:fill .3s ease}.cards{padding:1.5rem 1.4375rem;background:var(--white-400);border-radius:24px 24px 0 0}.cards,.cards__body{display:flex;flex-direction:column}.cards__body{flex:1 1 auto}.cards__body--empty{align-items:center;justify-content:center}.cards__body-empty-text{font-weight:600;font-size:1.125rem;line-height:133%;text-align:center}.cards__filters{position:-webkit-sticky;position:sticky;top:0;z-index:2;margin-bottom:.5rem}.cards__list{margin-bottom:1.25rem;margin-right:-.3125rem;flex:1 1 auto;position:relative;overflow:auto}.cards__list::-webkit-scrollbar{width:.375rem}.cards__list::-webkit-scrollbar-thumb{background:var(--robin-egg-blue);border-radius:50px}.cards__list::-webkit-scrollbar-track-piece{background:#e9e6e6;border-radius:50px}.cards__items{position:absolute;right:.3125rem;left:0;display:flex;flex-direction:column;gap:.5rem}.cards__btn-add{margin:auto auto 0;width:3rem;height:3rem;border-radius:50%;background:var(--robin-egg-blue);display:flex;align-items:center;justify-content:center;transition:background .3s ease}.cards__btn-add-icon{width:1rem;height:1rem;fill:none;stroke:var(--btn-text);stroke-width:1.25;transition:stroke .3s ease}.item-deal__link{padding:.5rem;display:grid;grid-template-columns:2rem 1fr;grid-gap:.75rem;gap:.75rem;align-items:flex-start;background:var(--background);border-radius:4px}.item-deal__ava{height:2rem;border-radius:8px;overflow:hidden}.item-deal__content{display:flex;flex-direction:column;gap:.5rem}.item-deal__row{display:flex;align-items:center;justify-content:space-between;gap:.625rem}.item-deal__title{font-weight:600;line-height:114%}@media (max-width:23.125em){.item-deal__title{font-size:.8125rem}}.item-deal__price{padding:.25rem .5rem;justify-self:end;border-radius:4px;background:var(--dark-purple-100);font-weight:600;font-size:.625rem;line-height:120%}.item-deal__status{font-size:.625rem;line-height:120%;display:flex;align-items:flex-start;gap:.25rem}.item-deal__status:before{content:"";flex-shrink:0;margin-top:.125rem;width:.5rem;height:.5rem;border-radius:50%}.item-deal__status.offer:before{background:var(--aureolin)}.item-deal__status.finalize:before{background:var(--dark-purple-100)}.item-deal__status.archived:before{background:var(--rose-quartz-400)}.item-deal__status.inWork:before{background:var(--robin-egg-blue-500)}.item-deal__status.pending:before{background:var(--main-color)}.item-deal__status.cancellation:before{background:var(--rose-red-100)}.item-deal__status.canceled:before{background:var(--rose-red)}.item-deal__status.completed:before{background:var(--robin-egg-blue)}.item-deal__status.arbitrage:before{background:var(--robin-egg-blue-200)}.item-deal__chat{justify-self:end;flex-shrink:0;width:3.75rem;height:1.5rem;border-radius:8px;font-size:.625rem;gap:.25rem}.dropdown{position:absolute;z-index:100;right:0;top:calc(100% + .5rem);display:flex;gap:2rem;box-shadow:0 -4px 12px 0 var(--box-shadow);background:var(--btn-text);border-radius:4px;padding:1rem;opacity:0;visibility:hidden;transform:translateY(-.688rem);transition:opacity .3s ease,transform .3s ease}.dropdown.show{opacity:1;visibility:visible;transform:translate(0)}.dropdown__column{display:flex;flex-direction:column;gap:.5rem}.dropdown__column .checkbox__label{color:var(--main-color)}.blank-deal__header{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}@media (max-width:24.3125em){.blank-deal__header{gap:.375rem}}.blank-deal__title{font-weight:600;font-size:1.125rem;line-height:133%}@media (max-width:24.3125em){.blank-deal__title{font-size:.875rem}}.blank-deal__tabs{flex-grow:1;display:grid;grid-template-columns:repeat(2,1fr)}.blank-deal__action{padding:1rem 1.25rem;position:fixed;bottom:0;width:100%;right:0;left:0;z-index:100;box-shadow:0 -4px 12px 0 var(--box-shadow);background:var(--btn-text);border-radius:4px;min-height:5rem;display:flex;align-items:center;justify-content:stretch}.deal__header{margin-bottom:1rem;width:100%;display:flex;align-items:flex-start;gap:1rem}@media (max-width:24.3125em){.deal__header{gap:.75rem}}.deal__title{font-weight:600;font-size:1.125rem;line-height:133%;flex-grow:1}@media (max-width:24.3125em){.deal__title{font-size:.875rem}}.deal__price{padding:4px 8px;display:flex;align-items:center;justify-content:center;font-weight:600;line-height:143%;color:var(--btn-text);background:var(--robin-egg-blue);border-radius:4px}.deal__items{width:100%;display:flex;flex-direction:column;gap:1.25rem}.deal__items:not(:last-child){margin-bottom:1.25rem}.deal__row{display:flex;gap:.625rem}.deal__label{flex:0 0 4.375rem;display:flex;align-items:center;height:1.375rem;text-transform:uppercase;font-size:.6875rem}.deal__label--status{align-self:center}.deal__status{padding:.25rem .5rem;font-weight:600;font-size:.875rem;line-height:143%;text-align:center;border-radius:4px}.deal__status.inWork{background:#88e9ed}.deal__status.toVerify{background:#d9abeb}.deal__status.completed{background:#c1f8cb}.deal__status.cancellation{background:#f9afa8}.deal__status.canceled{background:#f7d2bb}.deal__status.archived{background:#bdbdbd}.deal__status.arbitrage{background:#f9e69d}.deal__deadline{flex-grow:1;display:flex;gap:.625rem;justify-content:space-between}.deal__deadline-date{flex-grow:1;display:flex;flex-direction:column;align-items:flex-start;font-size:.875rem;line-height:143%}.deal__deadline-info{color:var(--robin-egg-blue)}.deal__deadline-days{font-size:.6875rem;line-height:182%;text-transform:uppercase;text-align:right}.deal__user{display:flex;align-items:center;gap:.5rem}.deal__user-ava{flex-shrink:0;width:2rem;height:2rem;border-radius:4px;overflow:hidden;object-fit:cover}.deal__user-info{display:flex;flex-direction:column}.deal__user-wallet{font-size:.6875rem;line-height:127%;color:#8a8a8a}.deal__details,.deal__user-name{line-height:143%}.deal__details{font-size:.875rem}.profile{position:relative}.profile__header{margin-bottom:1rem;width:100%;display:flex;align-items:flex-start;gap:1rem}@media (max-width:24.3125em){.profile__header{gap:.75rem}}.profile__title{font-weight:600;font-size:1.125rem;line-height:133%;flex-grow:1}@media (max-width:24.3125em){.profile__title{font-size:.875rem}}.profile__info{margin-bottom:1rem;gap:1.25rem;justify-content:space-between}.profile__info,.profile__user{display:flex;align-items:center}.profile__user{gap:.5rem}.profile__user-ava{width:2.5rem;height:2.5rem;border-radius:4px;overflow:hidden;object-fit:cover}.profile__user-name{font-weight:600;line-height:143%}.profile__user-out{flex-shrink:0;display:flex;align-items:center;gap:.5rem;line-height:143%;color:var(--rose-red)}.profile__user-out-icon{width:1rem;height:1rem;fill:none;stroke:var(--rose-red);stroke-width:1.25}.profile__settings{display:flex;flex-direction:column;gap:1rem}.profile__settings-item{background:var(--background);border-radius:4px;padding:1rem}.profile__settings-title{font-weight:600;line-height:143%}.profile__settings-title:not(:last-child){margin-bottom:1rem}.profile__settings-address{display:block;font-weight:400}@media (max-width:21.875em){.profile__settings-address{font-size:.75rem}}.profile__settings-buttons{display:flex;gap:.5rem}.profile__actions{padding-bottom:1rem;display:flex;flex-direction:column;gap:1rem}.profile__terms{line-height:143%;text-align:center;color:var(--rose-quartz-400)}.story__body{margin-bottom:1.875rem;flex:1 1 auto;display:grid;grid-template-rows:auto 1fr 11.25rem;height:100%;align-items:center}@media (max-width:21.875em){.story__body{margin-bottom:1.25rem}}.story__body--3{grid-template-rows:auto 1fr 8.75rem}.story__progressbar{margin-bottom:2.1875rem}.story__picture{position:relative;height:100%}.story__image{margin-bottom:.625rem;top:0;left:0;position:absolute;width:100%;height:100%;object-fit:contain}.story__text{font-weight:600;font-size:1rem;line-height:1.2}@media (max-width:21.875em){.story__text{font-size:.875rem}}.story__text--3{font-size:.875rem}.story__text-title{margin-bottom:1rem}.story__button{margin:0 auto 1rem;min-height:3.125rem;max-width:17.75rem}.react-datepicker-wrapper{position:absolute;z-index:-1;bottom:0;left:0;visibility:hidden}.react-datepicker-popper{z-index:1000!important}.form__fee-amount{margin-bottom:.5rem}