@charset "UTF-8";:root{--wf-black-color:#0f172a;--wf-grey-color:#272932}header{display:flex;font-family:Inter,sans-serif;gap:10px;justify-content:space-between;padding:0 32px;position:relative;z-index:998}@media (max-width:800px){header{padding:0 20px}}@media (max-width:500px){header{padding:0 10px}}header .left-header,header .logo{align-items:center;display:flex}header .logo{height:40px}header .logo img{display:block;height:100%;width:auto}@media (max-width:800px){header .logo{margin:0}header .logo img{height:30px;width:30px}}header .logo span{color:var(--wf-grey-color);font-size:20px;font-weight:700}@media (max-width:800px){header .logo span{display:none}}header .menu{align-items:center;display:flex;gap:20px}@media (max-width:500px){header .menu{overflow-x:scroll}}header .menu a{text-wrap:nowrap;color:var(--wf-black-color);font-size:14px;font-weight:400;line-height:17px;padding:8px}header .menu a.active,header .menu a:hover{color:#796dd7}@media (max-width:800px){header .menu{gap:10px}header .menu a{font-size:12px;padding:5px}}@media (max-width:500px){header .menu{gap:5px}header .menu a{padding:4px}}@media (max-width:1080px){header .sign-block{display:none}}header .sign-block .between{color:#0f172a;cursor:default;font-family:Inter,sans-serif;font-size:10px;font-weight:600;line-height:17px;margin:0 10px}header .sign-block a{align-items:center;display:flex;white-space:nowrap}header .sign-block a.active,header .sign-block a:hover{text-decoration:none}header .sign-block a.active span,header .sign-block a:hover span{color:#796dd7}header .sign-block a span{color:var(--wf-black-color);font-size:14px;font-weight:600;line-height:17px;text-align:right}header .sign-block a img{height:24px;width:24px}header .user-info{align-items:center;column-gap:20px;display:flex;justify-content:center;width:auto}header .user-info .avatar{clip-path:circle();cursor:pointer;min-width:33px;width:33px}header .user-info .notification{cursor:pointer;position:relative}header .user-info .notification-background{background:transparent;cursor:default;height:100vh;left:0;position:fixed;top:0;width:100vw}header .user-info .notification img{width:20px}header .user-info .notification-exist{background:#d44343;border-radius:50%;height:11px;position:absolute;right:-1px;top:-3px;width:11px}header .user-info .notification-list{align-items:center;background:#fff;border:1px solid #cbc7e5;border-radius:7px;cursor:default;display:flex;flex-direction:column;justify-content:center;padding:15px 0 0;position:absolute;right:-21px;top:30px;width:308px}header .user-info .notification-list-arrow{background:#fff;border-color:#cbc7e5;border-style:solid;border-width:1px 1px 0 0;height:13px;position:absolute;right:20px;top:-7px;transform:rotate(315deg);width:13px}header .user-info .notification-list-header{display:flex;flex-direction:column;gap:13px;padding-bottom:13px}header .user-info .notification-list-header-title{display:flex;justify-content:space-between;width:271px}header .user-info .notification-list-header-title h1{color:#272932;font-family:Inter,sans-serif;font-size:14px;font-weight:700;line-height:17px}header .user-info .notification-list-header-title-close{background-color:#796dd7;cursor:pointer;height:7.5px;-webkit-mask:url(/build/images/close.d984db6d.svg) no-repeat center;mask:url(/build/images/close.d984db6d.svg) no-repeat center;width:7.5px}header .user-info .notification-list-header-buttons{display:flex;justify-content:center}header .user-info .notification-list-header-buttons button{align-items:center;background:#fff;border:1px solid #594ad1;color:#594ad1;cursor:pointer;display:flex;font-size:11px;font-weight:400;height:31px;justify-content:center;line-height:14px;padding:9px 41px;width:139px}header .user-info .notification-list-header-buttons button.active{background:#594ad1;color:#fff;font-weight:700}header .user-info .notification-list-header-buttons button:first-child{border-radius:5px 0 0 5px}header .user-info .notification-list-header-buttons button:nth-child(2){border-radius:0 5px 5px 0}header .user-info .notification-list-footer{align-items:center;color:#796dd7;cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:10px;height:49px;justify-content:center;line-height:15px;width:100%}header .user-info .notification-list-footer:hover{background:hsla(233,3%,51%,.102)}header .user-info .notification-list-items{display:flex;flex-direction:column;max-height:385px;overflow:auto}header .user-info .notification-list-items .infinite-scroll-component{overflow:hidden!important}header .user-info .notification-list-items-loader{align-items:center;animation:rot 2s linear 0s infinite normal none running;display:flex;justify-content:center;padding:10px 12px;width:100%}@keyframes rot{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}header .user-info .notification-list-items-item{background:#fff;cursor:pointer;display:flex;gap:10px;padding:10px 12px;position:relative;width:100%}header .user-info .notification-list-items-item:hover{background:hsla(233,3%,51%,.102)}header .user-info .notification-list-items-item.unread .notification-list-items-item-unread-icon{display:block}header .user-info .notification-list-items-item-unread-icon{background:#7c6cdd;border-radius:8px;display:none;height:8px;position:absolute;right:10px;top:calc(50% - 4px);width:8px}header .user-info .notification-list-items-item img{border:1px solid #796dd7;border-radius:33px;flex:0 0 33px;height:33px;object-fit:cover;width:33px}header .user-info .notification-list-items-item-details{display:flex;flex-direction:column;gap:8px;padding-right:10px}header .user-info .notification-list-items-item-details-message{display:flex;flex-direction:column}header .user-info .notification-list-items-item-details-message .message{color:#7e7f86;font-size:11px;font-weight:400;line-height:12px}header .user-info .notification-list-items-item-details-message .message b{color:#272932;font-weight:600}header .user-info .notification-list-items-item-details .timestamp{color:#272932;font-size:10px;font-weight:600;line-height:12px}.base-header{color:#272932!important;font-weight:700!important}.base-text{color:#757883!important;font-weight:400!important}.highlight-text{color:#594ad1;font-weight:700}.wf-button{background-image:linear-gradient(270deg,#423796,#594ad1);border-radius:5px;color:#fff;cursor:pointer;padding:13px 20px}.gift-card-button{align-items:center;background:linear-gradient(180deg,#ec1417 1.61%,#971012);border-radius:7px;cursor:pointer;display:flex;gap:10px;height:36px;justify-content:center;padding:10px 20px;white-space:nowrap}.gift-card-button img{height:19px;width:20px}.gift-card-button p{color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:700;line-height:17px}@media (max-width:800px){.gift-card-button{gap:8px;height:32px;padding:8px 15px}.gift-card-button img{height:15px;width:16px}.gift-card-button p{font-size:10px;line-height:12px}}@media (max-width:500px){.gift-card-button{gap:6px;height:28px;padding:7px 12px}.gift-card-button img{height:12px;width:14px}}.weefeen-button{align-items:center;background:linear-gradient(268.21deg,#423796 1.61%,#594ad1 99.71%);border-radius:7px;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:14px;font-weight:700;gap:10px;height:42px;justify-content:center;line-height:17px;padding:10px 20px;white-space:nowrap}.weefeen-button:disabled{cursor:default;opacity:.4}.weefeen-button:disabled:hover{background:linear-gradient(268.21deg,#423796 1.61%,#594ad1 99.71%)}.weefeen-button:hover{background:linear-gradient(268.21deg,#2e285b 1.61%,#3726bb 99.71%)}.weefeen-button.primary{background:#423796}.weefeen-button.primary:disabled{opacity:.5}.weefeen-button.primary:hover{background:#3d2179}.weefeen-button.secondary{background:#adadb2}.weefeen-button.secondary:hover{background:#76767b}.weefeen-button.success{background:#2ca65f}.weefeen-button.success:hover{background:#1e7d3e}.weefeen-button.action{background:#e57711}.weefeen-button.action:disabled{opacity:.5}.weefeen-button.action:hover{background:#aa580d}.weefeen-button.empty{background:none;color:#7e7f7f}.weefeen-button-small{font-size:10px;font-weight:400;height:26px;line-height:12px}.weefeen-button-large{font-size:12px;font-weight:700;height:36px;line-height:14.52px}.weefeen-button-big{font-size:18px;font-weight:700;line-height:22px}.comment-block{background:hsla(0,0%,100%,.898);border-radius:10px;font-family:Inter,sans-serif;height:486px!important;padding:0!important;top:77px}.comment-block.fullscreen{height:calc(100% + 316px)!important;position:absolute;top:-316px}.comment-block.fullscreen .reviews-empty,.comment-block.fullscreen .reviews-main{height:100%}.comment-block .reviews{align-items:center;display:flex;flex-direction:column;height:100%}.comment-block .reviews-header{align-items:center;display:flex;justify-content:space-between;min-height:64px;padding:14px 18px;position:relative;width:100%}.comment-block .reviews-header-actions{align-items:center;display:flex;gap:13px}.comment-block .reviews-header-actions .request-review-btn{background:linear-gradient(268.21deg,#423796 1.61%,#594ad1 99.71%);border-radius:7px;color:#fff;cursor:pointer;font-size:12px;font-weight:700;height:36px;line-height:15px;padding:10px 20px;width:144px}.comment-block .reviews-header-actions span{cursor:pointer;width:16px}.comment-block .reviews-header-actions-bubble{background:#fff;border-radius:10px;display:flex;filter:drop-shadow(0 2px 4px rgba(0,0,0,.25));flex-direction:column;gap:20px;left:235px;padding:15px;position:absolute;top:80px}.comment-block .reviews-header-actions-bubble-hide{display:none}.comment-block .reviews-header-actions-bubble-header{display:flex;justify-content:space-between}.comment-block .reviews-header-actions-bubble-header p{color:#272932;font-size:14px;font-weight:600}.comment-block .reviews-header-actions-bubble-header svg{cursor:pointer}.comment-block .reviews-header-actions-bubble-body{color:#272932;font-size:13px;line-height:115%;width:266px}.comment-block .reviews-header-actions-bubble:after{border:27px solid transparent;border-bottom-color:#fff;content:"";left:70%;position:absolute;top:-50%}.comment-block .reviews-header h1{color:#272932;font-size:16px;font-weight:700;line-height:19px;position:relative}.comment-block .reviews-header h1 .info-block{background:#fff;border-radius:10px;box-shadow:0 0 10px 2px rgba(0,0,0,.2);color:#272932;display:none;flex-direction:column;font-size:13px;font-weight:400;gap:20px;line-height:15px;padding:15px;position:absolute;right:-275px;top:25px;width:296px;z-index:4}.comment-block .reviews-header h1 .info-block .arrow{background:#fff;height:27px;position:absolute;top:-7px;transform:rotate(45deg);width:27px}.comment-block .reviews-header h1 .info-block .title{color:#272932!important;font-size:14px!important;font-weight:600!important;line-height:17px!important;margin:0!important;z-index:4}.comment-block .reviews-header h1 .info-block a{color:#594ad1;font-size:13px;font-weight:400;line-height:15px;text-decoration:none}.comment-block .reviews-header h1:hover .info-block{display:flex}.comment-block .reviews-header h1 img,.comment-block .reviews-header h1 svg{height:15px;position:absolute;right:-15px;top:-5px;width:15px}.comment-block .reviews-empty{align-items:center;display:flex;flex-direction:column;gap:13px;justify-content:center;min-height:336px}.comment-block .reviews-empty img,.comment-block .reviews-empty svg{height:179px;width:221px}.comment-block .reviews-empty p{color:#7e7f86;font-size:14px;font-weight:400;line-height:34px;width:232px}.comment-block .reviews-empty p span{color:#7c6cdd;cursor:pointer;font-weight:700}.comment-block .reviews-main{align-items:center;display:flex;flex-direction:column;min-height:336px;overflow:auto}.comment-block .reviews-main-type{display:flex;width:100%}.comment-block .reviews-main-type-item{align-items:center;border-bottom:2px solid rgba(89,74,209,.302);color:rgba(89,74,209,.8);cursor:pointer;display:flex;font-size:12px;font-weight:400;gap:10px;height:46px;justify-content:center;line-height:14.52px;width:282px}.comment-block .reviews-main-type-item:hover{border-bottom:2px solid #594ad1}.comment-block .reviews-main-type-item.disable{border-bottom:1px solid #ebeaea;color:rgba(80,80,80,.502);cursor:default;padding-bottom:1px}.comment-block .reviews-main-type-item.active{border-bottom:2px solid #594ad1;color:#594ad1;cursor:pointer;font-size:12px;font-weight:600;line-height:14.52px}.comment-block .reviews-main-type-item span{position:relative}.comment-block .reviews-main-type-item .status{text-wrap:nowrap;align-items:center;background:rgba(216,107,0,.2);border-radius:50px;color:#d86b00;display:flex;font-size:8px;font-weight:500;gap:10px;height:14px;justify-content:center;left:70px;line-height:9.68px;padding:0 8px;position:absolute;top:0;width:auto}.comment-block .reviews-main-type-item .status.error{background:rgba(212,67,67,.2);color:#d44343}.comment-block .reviews-main-item{background:#fff;border:1px solid #eff2f3;border-radius:8px;display:flex;height:61px;justify-content:space-between;opacity:.65;padding:14px 16px;width:536px}.comment-block .reviews-main-item-name{color:#272932;display:flex;flex-direction:column;font-size:14px;font-weight:600;line-height:15px}.comment-block .reviews-main-item-name span{color:#7c6cdd;cursor:pointer;font-size:11px;font-weight:600;line-height:15px;text-decoration:underline}.comment-block .reviews-main-item-info{align-items:center;color:#272932;display:flex;font-size:14px;font-weight:500;gap:10px;height:33px;justify-content:center;line-height:17px;opacity:.4}.comment-block .reviews-main-item-info .jury-avatar{border-radius:15px;height:33px;object-fit:cover;width:33px}.comment-block .reviews-main-item-info .jury-avatar.active:hover{box-shadow:0 0 4px 1px grey}.comment-block .reviews-main-item-icon{align-items:center;display:flex;gap:20px}.comment-block .reviews-main-item-icon .await-icon{opacity:.4}.comment-block .reviews-main-item.received{background:#fff;cursor:pointer;opacity:1}.comment-block .reviews-main-item.received.active,.comment-block .reviews-main-item.received:hover{background:#f2f0ff}.comment-block .reviews-main-item.received .reviews-main-item-info{color:#272932;opacity:1}.comment-block .reviews-main-item.received .reviews-main-item-icon{opacity:1}.comment-block .reviews-main-item.received .reviews-main-item-icon .unread-icon{background:#7c6cdd;border-radius:5px;height:10px;width:10px}.comment-block .reviews-main-item.received .reviews-main-item-icon .select-active-review{align-items:center;cursor:pointer;display:flex;height:26px;justify-content:center;padding:4px 0;width:18px}.comment-block .reviews-main-general{align-items:center;display:flex;height:100%;justify-content:center;overflow:auto;padding:10px 0;width:565px}.comment-block .reviews-main-general-preview{background:#fff;border-radius:8px;color:#202022;display:flex;flex-direction:column;font-size:12px;font-weight:400;gap:10px;height:100%;line-height:14.52px;white-space:pre-wrap;width:519px}.comment-block .reviews-main-general-preview.viewer{gap:10px}.comment-block .reviews-main-general .comment{align-items:center;background:#fff;border:1px solid #eff2f3;border-radius:8px;color:#202022;display:flex;font-size:12px;font-weight:400;gap:18px;line-height:14.52px;padding:12px 7px;position:relative;white-space:pre-wrap;width:519px}.comment-block .reviews-main-general .comment [contenteditable=true]:empty:before{color:rgba(0,0,0,.3);content:attr(placeholder);display:block;pointer-events:none}.comment-block .reviews-main-general .comment-insert-between{align-items:center;display:flex;margin-bottom:-10px;margin-top:-10px;min-height:10px;position:relative;width:100%;z-index:1}.comment-block .reviews-main-general .comment-insert-between-line{align-items:center;background:#b5b9be;display:none;gap:15px;height:1px;justify-content:center;width:100%;z-index:1}.comment-block .reviews-main-general .comment-insert-between-line button{align-items:center;background:#fff;border:.5px solid #0f1f3c;border-radius:60px;color:#0f1f3c;cursor:pointer;display:flex;font-size:8px;font-weight:500;gap:5px;height:18px;justify-content:center;line-height:10px;padding:4px 8px}.comment-block .reviews-main-general .comment-insert-between:hover .comment-insert-between-line{display:flex}.comment-block .reviews-main-general .comment.detailed{border:1px solid #eff2f3}.comment-block .reviews-main-general .comment div[contenteditable=true]{width:100%}.comment-block .reviews-main-general .comment div[contenteditable=true]:focus-visible{outline:none}.comment-block .reviews-main-general .comment input{border:none;color:#202022;font-size:12px;font-weight:400;line-height:14.52px;width:100%}.comment-block .reviews-main-general .comment-measure{color:#202022;cursor:pointer;font-size:12px;font-weight:700;height:15px;line-height:14.52px;text-decoration:underline;white-space:nowrap;width:fit-content}.comment-block .reviews-main-general .comment-menu{background:#fff;border:.5px solid #ccc;border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.149);display:none;height:22px;position:absolute;right:10px;top:-11px}.comment-block .reviews-main-general .comment-menu span{align-items:center;border-radius:3px;cursor:pointer;display:flex;gap:10px;height:22px;justify-content:center;width:29px}.comment-block .reviews-main-general .comment-menu span:hover{background:#f2f0ff}.comment-block .reviews-main-general .comment-menu span:hover.comment-menu-blue svg path{fill:#4285f4}.comment-block .reviews-main-general .comment-menu span:hover.comment-menu-green svg path{fill:#2ca65f}.comment-block .reviews-main-general .comment-menu span:hover.comment-menu-red svg path{stroke:#d44343}.comment-block .reviews-main-general .comment.active,.comment-block .reviews-main-general .comment:focus,.comment-block .reviews-main-general .comment:focus-visible,.comment-block .reviews-main-general .comment:hover{border:1px solid #685bd4;outline:none}.comment-block .reviews-main-general .comment.active .comment-menu,.comment-block .reviews-main-general .comment:focus-visible .comment-menu,.comment-block .reviews-main-general .comment:focus .comment-menu,.comment-block .reviews-main-general .comment:hover .comment-menu{display:flex}.comment-block .reviews-main-general .comment.active .comment-measure,.comment-block .reviews-main-general .comment:focus-visible .comment-measure,.comment-block .reviews-main-general .comment:focus .comment-measure,.comment-block .reviews-main-general .comment:hover .comment-measure{color:#685bd4}.comment-block .reviews-main-empty{align-items:center;display:flex;gap:10px;height:100%;justify-content:center;padding:10px 0 0}.comment-block .reviews-main-empty div{display:flex;flex-direction:column;font-size:14px;height:34px;line-height:17px;text-align:center;width:391px}.comment-block .reviews-main-empty div .message{max-width:370px}.comment-block .reviews-main-empty div .detailed-comment{color:#505050;font-weight:400}.comment-block .reviews-main-empty div .detailed-action{color:#423796;font-weight:600}.comment-block .reviews-main .offer-state-display{align-items:center;display:flex;flex-direction:column;gap:16px;height:177.67px;padding:0;text-align:center;width:320px}.comment-block .reviews-main .offer-state-display-icon{margin-top:20px}.comment-block .reviews-main .offer-state-display-body h4{color:#d3883e;font-size:16px;font-weight:700;line-height:19px;margin-bottom:16px}.comment-block .reviews-main .offer-state-display-body p{color:#272932;font-size:14px;font-weight:400;line-height:141%;width:380px}.comment-block .reviews-main .offer-state-display-footer{background:rgba(211,136,62,.2);border:1px solid #d3883e;border-radius:5px;color:#d3883e;height:56px;min-width:300px;padding:12px 61px;width:300px}.comment-block .reviews-main .offer-state-display-footer h5{font-size:14px;font-weight:700;line-height:17px}.comment-block .reviews-main .offer-state-display-footer p{font-size:12px;font-weight:500;line-height:15px}.comment-block .reviews-main .await-accept-offer-state-display{align-items:center;display:flex;flex-direction:column;gap:16px;height:100%;overflow:auto;padding:0 0 20px;text-align:center;width:100%}.comment-block .reviews-main .await-accept-offer-state-display-icon{margin-top:20px}.comment-block .reviews-main .await-accept-offer-state-display-body h4{color:#4285f4;font-size:16px;font-weight:700;line-height:19px;margin-bottom:16px}.comment-block .reviews-main .await-accept-offer-state-display-body p{color:#272932;font-size:14px;font-weight:400;line-height:141%;width:364px}.comment-block .reviews-main .await-accept-offer-state-display-body.to-submit h4{color:#2ca65f}.comment-block .reviews-main .await-accept-offer-state-display-footer{background:rgba(66,133,244,.2);border:1px solid #4285f4;border-radius:5px;color:#4285f4;height:56px;min-width:300px;padding:12px 61px}.comment-block .reviews-main .await-accept-offer-state-display-footer.to-submit{background:rgba(44,166,95,.2);border:1px solid #2ca65f;color:#2ca65f}.comment-block .reviews-main .await-accept-offer-state-display-footer h5{font-size:14px;font-weight:700;line-height:17px}.comment-block .reviews-main .await-accept-offer-state-display-footer p{font-size:12px;font-weight:500;line-height:15px}.comment-block .reviews-main .await-accept-offer-state-display-actions{display:flex;gap:10px}.comment-block .reviews-footer{align-items:start;border:1px;border-top:1px solid #ebeaea;display:flex;gap:10px;height:86px;justify-content:right;min-height:86px;padding:16px 30px;position:relative;width:100%}.comment-block .reviews-footer .submit-button{width:145px}.comment-block .reviews-footer .add-detailed-decline{align-items:center;background-color:#adadb2;border-radius:7px;color:#fff;height:36px;justify-content:center;width:145px}.comment-block .reviews-footer .add-detailed-accept{align-items:center;background-color:#423796;border-radius:7px;color:#fff;height:36px;justify-content:center;width:145px}.comment-block .reviews-footer-count{bottom:16px;color:#7e8682;font-size:10px;font-weight:400;left:30px;line-height:12.1px;position:absolute}.comment-block .reviews-footer-count.error{color:#d44343}.comment-block .reviews-footer-saved{bottom:16px;color:#7e8682;font-size:10px;font-weight:400;line-height:12.1px;position:absolute;right:30px}.comment-block .reviews-footer-saved span{color:#267b21;font-size:13px;font-weight:500;line-height:15.73px}.comment-block .reviews-footer-active-buttons{display:flex;gap:12px}.comment-block .reviews-footer.space-between{justify-content:space-between}.comment-block .reviews-footer.space-between .add-general{align-items:center;background:#fff;border:1.5px solid #0f1f3c;border-radius:60px;color:#0f1f3c;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:10px;height:29px;justify-content:center;line-height:14.52px;padding:7px 12px}.comment-block .reviews-footer.space-between .submit{align-items:center;background:#423796;border-radius:7px;color:#fff;display:flex;font-size:12px;font-weight:700;gap:10px;height:36px;justify-content:center;line-height:14.52px;padding:10px 20px;width:145px}.offer-state-display-footer{height:86px;min-height:86px}.review-request{background:rgba(0,0,0,.69);font-family:Inter,sans-serif;height:100vh;left:0;position:fixed;top:0;width:100vw}.review-request.hidden{display:none}.review-request-menu{background:#fff;border-radius:25px 0 0 25px;display:flex;flex-direction:column;gap:31px;height:100vh;overflow:auto;padding:54px 50px;position:fixed;right:0;top:0;width:637px}.review-request-menu-header{display:flex;flex-direction:column;gap:10px}.review-request-menu-header h1{color:#272932;font-size:24px;font-weight:700;line-height:29px}.review-request-menu-header h2{color:#7e7f86;font-size:20px;font-weight:400;line-height:24px}.review-request-menu-items{display:flex;flex-direction:column;gap:24px}.review-request-menu-items>*{border:1px solid #9f9f9f;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:283px;padding:31px 38px;width:520px}.review-request-menu-items>.active{background:rgba(89,74,209,.102);border:1px solid #423796;box-shadow:0 4px 4px 0 rgba(0,0,0,.102)}.review-request-menu-items>* h1{color:#272932;display:flex;font-size:20px;font-weight:700;gap:9px;line-height:24px}.review-request-menu-items>* h1 img,.review-request-menu-items>* h1 svg{height:24px;width:24px}.review-request-menu-items>* p{color:#423796;font-size:14px;font-weight:400;line-height:17px}.review-request-menu-items>* ul{display:flex;flex-direction:column;gap:13px;list-style:disc;padding:16px 0 16px 16px}.review-request-menu-items>* ul li{color:#272932;font-size:14px;font-weight:600;line-height:17px}.review-request-menu-footer{display:flex;gap:12px}.review-request-menu-footer button{align-items:center;border-radius:7px;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:700;height:42px;justify-content:center;line-height:22px;padding:10px 20px}.review-request-menu-footer .cancel-review{background:#adadb2;width:102px}.review-request-menu-footer .proceed-review{width:113.13px}.review-request-menu-footer .proceed-review img,.review-request-menu-footer .proceed-review svg{animation:rotate 3s linear infinite;height:19px;width:19px}.popup{background:rgba(0,0,0,.69);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1000}.popup-thanks{gap:45px;padding:48px 0}.popup-thanks,.popup-thanks-header{align-items:center;display:flex;flex-direction:column}.popup-thanks-header{gap:24px;justify-content:center}.popup-thanks-header img{height:86px;width:86px}.popup-thanks-header h1{color:#272932;font-size:32px;font-weight:700;line-height:39px}.popup-thanks-header p{color:#594ad1;font-size:16px;font-weight:500;line-height:19px}.popup-thanks-steps{display:flex;gap:3px}.popup-thanks-steps.detailed-submit{gap:0;width:537px}.popup-thanks-steps-item{align-items:center;display:flex;flex-direction:column;height:91px;justify-content:center;opacity:.5;padding:0 10px;position:relative;width:123px}.popup-thanks-steps-item img{height:67px;object-fit:contain;width:67px}.popup-thanks-steps-item.active{opacity:1}.popup-thanks-steps-item.active p{color:#272932;font-weight:700}.popup-thanks-steps-item p{color:#000;font-size:10px;font-weight:400;line-height:12px;text-align:center}.popup-thanks-steps-item svg{height:13px;position:absolute;right:25px;top:5px;width:12px}.popup-thanks-steps-item-detailed{align-items:center;display:flex;flex-direction:column;height:91px;justify-content:center;opacity:.5;position:relative;width:123px}.popup-thanks-steps-item-detailed img{height:67px;object-fit:contain;width:67px}.popup-thanks-steps-item-detailed.active{opacity:1}.popup-thanks-steps-item-detailed.active p{color:#272932;font-weight:700}.popup-thanks-steps-item-detailed p{color:#000;font-size:10px;font-weight:400;line-height:12px;text-align:center}.popup-thanks-steps-item-detailed svg{height:13px;position:absolute;right:25px;top:5px;width:12px}.popup-thanks-steps-arrow{align-items:center;display:flex;height:91px;justify-content:center;width:13px}.popup-thanks-steps-arrow svg{transform:rotate(270deg)}.popup-thanks-steps-arrow-detailed{align-items:center;display:flex;height:91px;justify-content:center;width:13px}.popup-thanks-info{width:493px}.popup-thanks-info,.popup-thanks-info-detailed{background:#eaeaea;border-radius:12px;color:#000;font-size:16px;font-weight:400;line-height:19px;padding:38px 29px;text-align:center}.popup-thanks-buttons{display:flex;gap:20px}.popup-thanks-button{background:#423796;border-radius:7px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;height:42px;line-height:17px;padding:10px 20px;width:131px}.popup-thanks-button.default{background:#adadb2}.popup-thanks-footer{display:flex;justify-content:center;margin-top:20px}.popup.hidden{display:none}.popup-menu{background:#fff;border-radius:25px 0 0 25px;display:flex;flex-direction:column;gap:31px;height:100vh;overflow:auto;padding:54px 50px;position:fixed;right:0;top:0;width:637px}.popup-menu-header h1{color:#272932;font-size:24px;font-weight:700;line-height:29px}.popup-menu-header h4{color:#594ad1;font-size:20px;font-weight:500;line-height:24px;margin-top:30px}.popup-menu-offer-decline-header{align-items:center;display:flex;flex-direction:column;margin-top:50%;text-align:center}.popup-menu-offer-decline-header h1{color:#272932;font-size:24px;font-weight:700;height:58px;line-height:29px;padding:10px}.popup-menu-offer-decline-header p{line-height:19px}.popup-menu-offer-decline-header img{height:102px;width:108px}.popup-menu-offer-decline-header .declined{opacity:.4}.popup-menu-detailed-decline{margin-top:100px;width:537px}.popup-menu-detailed-decline-header{text-align:center}.popup-menu-detailed-decline-header h1{color:#272932;font-size:24px;font-weight:700;height:58px;line-height:29px;margin:30px 0;padding:10px}.popup-menu-detailed-decline-header h1.declined{padding:0}.popup-menu-detailed-decline-header p{color:#594ad1;font-size:16px;font-weight:500;height:19px;line-height:19px}.popup-menu-detailed-decline-body{text-align:center}.popup-menu-detailed-decline-body p{color:#3b3b3b;font-size:15px;font-weight:600;height:18px;line-height:18px;margin-bottom:10px}.popup-menu-detailed-decline-body input{background:hsla(0,0%,100%,.2);border:1px solid #7e7f86;border-radius:5px;color:#757883;font-size:14px;font-weight:400;height:89px;padding:10px 15px;width:465px}.popup-menu-detailed-decline-footer{align-items:center;display:flex;justify-content:center}.popup-menu-detailed-decline-footer button{background:#adadb2;border-radius:7px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;height:42px;line-height:22px;margin:0 5px;padding:10px 20px;width:102px}.popup-menu-detailed-decline-footer button.active{background:#423796;min-width:115px}.popup-menu-detailed-decline-footer button.active svg{animation:rotate 3s linear infinite;height:19px;width:19px}.popup-menu-confirm-checkbox{cursor:pointer;display:flex;flex-direction:row;gap:10px}.popup-menu-confirm-checkbox p{color:#594ad1;font-size:12px;font-weight:600;line-height:15px}.popup-menu-confirm-checkbox #custom-checkbox{opacity:0;position:absolute}.popup-menu-confirm-checkbox #custom-checkbox+label{background:#d9d9d9;border:1px solid #757883;border-radius:3px;cursor:pointer;height:17px;position:relative;width:17px}.popup-menu-confirm-checkbox #custom-checkbox:checked+label:after{color:#594ad1;content:"✔";font-size:16px;left:52%;line-height:0;position:absolute;top:49%;transform:translate(-50%,-50%)}.popup-menu-footer{align-items:center;display:flex;gap:12px;justify-content:right}.popup-menu-footer button{align-items:center;background:#adadb2;border-radius:7px;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:700;height:42px;justify-content:center;line-height:21.78px;padding:10px 20px}.popup-menu-footer button.active{background:#423796;min-width:115px}.popup-menu-footer button.active svg{animation:rotate 3s linear infinite;height:19px;width:19px}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.popup-menu-body{background:#fff;border:1px solid #e4e4e4;border-radius:10px;display:flex;flex-direction:column;gap:37px;height:721px;overflow:auto;overflow-x:hidden;padding:40px 30px;width:537px}.popup-menu-body-terms-text{color:#7e7f86;font-size:14px;font-weight:400;line-height:17px}.popup-menu-body::-webkit-scrollbar{width:8px}.popup-menu-body::-webkit-scrollbar-track{background:#fff;border-radius:6px}.popup-menu-body::-webkit-scrollbar-thumb{background:#c8c8c8;border-radius:6px}.popup-menu-body::-webkit-scrollbar-thumb:hover{background:#888}.popup-menu-body .comment-preview{align-items:start;color:#272932;display:flex;flex-direction:column;font-size:14px;font-weight:400;line-height:16.94px;white-space:pre-wrap}.popup-menu-body .request-preview{border-radius:15px;box-shadow:0 4px 4px 0 rgba(0,0,0,.149);width:411px}.popup-menu-body .request-preview-header{align-items:center;background:#6a5cbd;border-radius:15px 15px 0 0;color:#fff;display:flex;gap:52px;height:26px;padding:0 10px;width:411px}.popup-menu-body .request-preview-header p{overflow:hidden;padding:5px 10px;white-space:nowrap}.popup-menu-body .request-preview-header .composer{font-size:9px;font-weight:800;line-height:13.5px}.popup-menu-body .request-preview-header .composition{font-size:9px;font-weight:600;line-height:13.5px;text-align:center}.popup-menu-body .request-preview-header .edition{font-size:8px;font-weight:600;line-height:12px;text-align:right}.popup-menu-body .request-preview-data{border-radius:0 0 15px 15px;display:flex}.popup-menu-body .request-preview-data-left{align-items:center;border-radius:0 0 0 15px;display:flex;height:59px;justify-content:center;position:relative;width:84px}.popup-menu-body .request-preview-data-left svg{height:16px;position:absolute;width:18px}.popup-menu-body .request-preview-data-left img,.popup-menu-body .request-preview-data-left svg{border-radius:0 0 0 15px;height:100%;object-fit:cover;width:100%}.popup-menu-body .request-preview-data-right{background:#272932;border-radius:0 0 15px 0;display:flex;flex-direction:column;gap:7px;height:59px;padding:7px 21px 7px 16px;width:327px}.popup-menu-body .request-preview-data-right p{color:#fff;font-size:10px;font-weight:600;line-height:15px}.popup-menu-body .request-preview-data-right-user{align-items:center;color:#fff;display:flex;font-size:8px;font-weight:600;gap:7px;line-height:12px}.popup-menu-body .request-preview-data-right-user img,.popup-menu-body .request-preview-data-right-user svg{border-radius:10px;height:18px;object-fit:cover;width:19px}.popup-menu-body .request-answers{display:flex;flex-direction:column;gap:19px;height:529px;width:477px}.popup-menu-body .request-answers .question{color:#3b3b3b;font-size:13px;font-weight:600;line-height:15.73px}.popup-menu-body .request-answers .answer{color:#7e7f86;font-size:13px;font-weight:400;line-height:15.73px}.popup-menu-offer-details-helper-text{color:#7e7f86;font-size:20px;line-height:24px}.popup-menu-offer-details-price-field{align-items:flex-start;display:flex;flex-direction:column;gap:10px;margin-top:40px}.popup-menu-offer-details-price-field p{color:#3b3b3b;font-size:15px;font-weight:600;line-height:18px}.popup-menu-offer-details-price-field-input{background:rgba(44,166,95,.2);border:1px solid #2ca65f;border-radius:5px;color:#757883;font-size:14px;font-weight:400;height:42px;line-height:17px;padding:10px 25px;width:523px}.popup-menu-offer-details-price-field .input-wrapper{display:inline-block;position:relative}.popup-menu-offer-details-price-field .dollar-sign{color:#757883;font-size:14px;font-weight:400;left:15px;line-height:17px;position:absolute;top:50%;transform:translateY(-50%)}.popup-menu-offer-details-slider{margin:79px 0}.popup-menu-offer-details-deliver p{color:#3b3b3b;font-size:15px;font-weight:600;line-height:18px;margin-top:40px}.popup-menu-offer-details-deliver-input{background:hsla(0,0%,100%,.2);border:1px solid #7e7f86;border-radius:5px;color:#757883;font-size:14px;font-weight:400;height:42px;line-height:17px;margin:11px 11px 0 0;padding:10px 15px;width:523px}.popup-menu-offer-details-deliver-input.error{border:1px solid #d44343}.popup-menu-offer-details-warning{background:#fad3d0;border-radius:10px;display:flex;gap:12px;height:67px;margin-top:40px;padding:16px 20px}.popup-menu-offer-details-warning h4{color:#e94235;font-size:16px;font-weight:600;line-height:19px}.popup-menu-offer-details-warning p{color:#272932;font-size:13px;font-weight:500;line-height:16px}.popup-menu.detailed-submit .comment-preview{border:none}.popup-menu.detailed-submit .popup-menu-body{margin:10px 0 61px;padding:20px 30px}.popup-menu.detailed-submit .popup-menu-footer{margin-top:auto}:root{--slider-color:#2ca65f}.slider-scale{align-items:center;display:flex;flex-direction:column;gap:15px;justify-content:flex-end;margin-top:-53px;position:absolute;width:140px}.slider-scale .slider-value{align-items:center;background:var(--slider-color);border-radius:18px;display:flex;padding:7px}.slider-scale .slider-value:after{background-color:inherit;content:"";height:10px;left:50%;position:absolute;top:49%;transform:translate(-50%,-50%) rotate(45deg);width:10px}.slider-scale .slider-value-line{color:#fff;font-weight:400;margin:0 2px;padding:0}.slider-scale .slider-value-price{color:#fff;font-size:14px;font-weight:700;line-height:17px;margin:0;padding:0}.slider-scale .slider-value-text{color:#fff;font-size:12px;font-weight:400;line-height:15px;margin:0;padding:0}.slider-scale .slider-circle{background:#fff;border:1px solid #e1e1e1;border-radius:50%;height:18px;position:relative;width:18px}.slider-scale .slider-circle:after{background:var(--slider-color);border-radius:50%;content:"";height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.slider-line{background:var(--slider-color);background:-webkit-linear-gradient(left,#2ca65f 33%,#f9a000 0,#f9a000 66%,#cf0b0b 0);background:-o-linear-gradient(right,#2ca65f 33%,#f9a000 33%,#f9a000 66%,#cf0b0b 66%);background:-moz-linear-gradient(right,#2ca65f 33%,#f9a000 33%,#f9a000 66%,#cf0b0b 66%);background:linear-gradient(90deg,#2ca65f 33%,#f9a000 0,#f9a000 66%,#cf0b0b 0);border-radius:5px;height:6px;width:517px}.comment-preview{align-items:center;background:#fff;border-radius:8px;color:#202022;display:flex;font-size:12px;font-weight:400;gap:18px;line-height:14.52px;padding:12px 7px;position:relative;white-space:pre-wrap}.comment-preview,.comment-preview.detailed{border:1px solid #eff2f3}.comment-preview.detailed.selected{border:1px solid #685bd4}.comment-preview.detailed.selected .comment-measure{color:#685bd4}.comment-preview .comment-measure{color:#202022;cursor:pointer;flex:0 0 40px;font-size:12px;font-weight:700;height:15px;line-height:14.52px;text-decoration:underline;width:40px}.comment-preview .comment-measure:hover{color:#473d8b}.comment-preview:hover{border:1px solid #685bd4}.p-dialog{border-radius:6px}.p-dialog-header{padding:1.5rem!important}.p-dialog-header-icon{margin-right:.5rem!important}.p-dialog-header-icon:last-child{margin-right:0!important}.p-dialog-content{display:flex;gap:20px;padding:0 1.5rem 2rem!important}.p-dialog-footer{padding:0 1.5rem 1.5rem!important}.p-dialog-footer button{border-radius:10px;margin:0 .5rem 0 0!important}#modalRenameProject .modal-dialog{max-width:946px}#modalRenameProject .modal-dialog .modal-content{background:#fff;border:1px solid #eff2f3;border-radius:15px;display:flex;flex-direction:column;gap:45px;margin-top:70px;padding:36px 40px}#modalRenameProject .modal-dialog .modal-content .modal-header{border:none;color:#272932;font-family:Inter,sans-serif;font-size:22px;font-weight:700;justify-content:center;line-height:30px;padding:0}#modalRenameProject .modal-dialog .modal-content .modal-footer{border:none;display:flex;gap:40px;justify-content:center;padding:0}#modalRenameProject .modal-dialog .modal-content .modal-footer .weefeen-button{font-size:18px}#modalRenameProject .modal-dialog .modal-content .modal-body{display:flex;flex-direction:column;gap:25px;padding:15px 0}#modalRenameProject .modal-dialog .modal-content .modal-body-row{display:flex;flex-direction:column;gap:10px}#modalRenameProject .modal-dialog .modal-content .modal-body-row-label{color:#3b3b3b;font-size:15px;font-weight:600;line-height:18.15px}#modalRenameProject .modal-dialog .modal-content .modal-body-row input[type=text]{border:1px solid #7e7f86;border-radius:5px;color:#272932;font-size:14px;font-weight:400;height:42px;line-height:16.94px;padding:10px 15px;width:100%}#modalRenameProject .modal-dialog .modal-content .modal-body .form-checkbox{align-items:center;display:flex;gap:5px;margin-bottom:10px}#modalRenameProject .modal-dialog .modal-content .modal-body .form-checkbox label{color:#594ad1;cursor:pointer;display:block;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:17px;padding-left:26px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#modalRenameProject .modal-dialog .modal-content .modal-body .form-checkbox label input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}#modalRenameProject .modal-dialog .modal-content .modal-body .form-checkbox label input:checked~.checkmark{background-color:#d9d9d9}#modalRenameProject .modal-dialog .modal-content .modal-body .form-checkbox label input:checked~.checkmark:after{display:block}#modalRenameProject .modal-dialog .modal-content .modal-body .form-checkbox label .checkmark{background-color:#d9d9d9;border:1px solid #757883;border-radius:3px;height:17px;left:2px;position:absolute;top:0;width:17px}#modalRenameProject .modal-dialog .modal-content .modal-body .form-checkbox label .checkmark:after{border:solid #594ad1;border-width:0 3px 3px 0;content:"";display:none;height:10px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:7px}#modalRenameProject .modal-dialog .modal-content .modal-body .form-checkbox label:hover input~.checkmark{background-color:#ccc}