@charset "UTF-8";.req-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:600;display:flex;align-items:center;justify-content:center;padding:20px;background:#3737378c;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.req-modal-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.req-modal{position:relative;width:100%;max-width:820px;max-height:calc(100vh - 40px);overflow-y:auto;background:#fff;border-radius:18px;padding:32px;box-shadow:0 24px 70px #00000038}.req-modal--result{max-width:608px;padding:24px;border-radius:10px}.req-modal--sm{max-width:440px}.req-modal--result.req-modal--sm{max-width:404px}.req-modal--form{max-width:795px;padding:24px;border-radius:10px}.req-modal--form .req-modal__close,.req-modal--result .req-modal__close{top:16px;right:16px;width:16px;height:16px}.req-modal--form .req-modal__close .icon,.req-modal--result .req-modal__close .icon{width:13px;height:13px}.req-modal__close{position:absolute;top:20px;right:20px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:none;cursor:pointer;padding:0}.req-modal__close .icon{width:16px;height:16px}.req-modal__head{display:flex;align-items:center;gap:16px;margin-bottom:24px}.req-modal__head-icon{flex-shrink:0;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#f3effc;border-radius:10px}.req-modal__head-icon .icon{width:32px;height:32px}.req-modal__title{margin:0 0 8px;font-size:22px;font-weight:600;line-height:1.2;letter-spacing:-.44px;color:#373737}.req-modal__subtitle{margin:0;font-size:16px;line-height:1.3;letter-spacing:-.32px;color:#818181}.req-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.req-form__counter{position:absolute;right:16px;bottom:12px;font-size:12px;letter-spacing:-.24px;color:#bfbebe}.req-form__error{margin:14px 0 0;color:#d9534f;font-size:14px}.req-form__submit{width:100%;height:50px;margin-top:24px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:10px;background:linear-gradient(90deg,#3874ab,#8b4fc7);color:#fff;font-size:16px;font-weight:500;letter-spacing:-.32px;cursor:pointer;transition:opacity .15s ease}.req-form__submit .icon{width:24px;height:24px}.req-form__submit:hover{opacity:.92}.req-form__submit:disabled{opacity:.6;cursor:default}.req-cell--file{display:flex;flex-direction:column;gap:12px}.req-cell--file .req-field--file{flex:1 1 auto}.req-cell__label{font-size:15px;font-weight:500;line-height:1.2;letter-spacing:-.3px;color:#373737}.req-field{position:relative;display:flex;align-items:center;gap:15px;padding:0 16px;min-height:50px;border:1px solid #dadada;border-radius:10px;background:#fff;transition:border-color .15s ease}.req-field:focus-within{border-color:#b9b7d4}.req-field__icon{flex-shrink:0;width:24px;height:24px}.req-field__input{flex:1 1 auto;min-width:0;border:none;outline:none;background:none;font-size:14px;letter-spacing:-.28px;color:#373737;font-family:inherit}.req-field__input::placeholder{color:#a6a6a6}.req-field__ph{position:absolute;left:55px;right:16px;font-size:14px;letter-spacing:-.28px;color:#a6a6a6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none;transition:opacity .12s ease}.req-field__ph-mark{color:#d84646}.req-field__input:not(:placeholder-shown)~.req-field__ph{opacity:0}.req-field__suffix{flex-shrink:0;color:#9a9aa5;font-size:15px}.req-field__error{display:block;margin-top:4px;color:#d9534f;font-size:13px;line-height:1.3}.req-field--select select.req-field__input{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer}.req-field--select .req-field__chevron{width:12px;height:20px;flex-shrink:0}.req-field--select .req-select__trigger{display:flex;align-items:center;padding:0;border:0;background:none;text-align:left;white-space:nowrap;overflow:hidden;cursor:pointer}.req-field--select .req-select__trigger.is-placeholder{color:#a6a6a6}.req-field--select .req-select__dropdown{position:absolute;top:calc(100% + 6px);left:0;z-index:20;width:100%;max-height:300px;overflow-y:auto;margin:0;padding:8px;list-style:none;background:#fff;border:1px solid #ededed;border-radius:10px;box-shadow:0 10px 20px #0000001a;box-sizing:border-box}.req-field--select .req-select__option{padding:8px 10px;border-radius:8px;font-size:14px;color:#373737;letter-spacing:-.28px;cursor:pointer;transition:background-color .12s ease,color .12s ease}.req-field--select .req-select__option:hover{background:#f7f6fc}.req-field--select .req-select__option.is-selected{background:#f7f6fc;color:#8b4fc7;font-weight:500}.req-field--textarea{align-items:flex-start;height:100px;padding:12px 16px 28px}.req-field--textarea .req-field__input{align-self:stretch;resize:none;min-height:44px;line-height:1.45}.req-field--file{padding:16px 10px 16px 16px;background:#f8f8f8}.req-field--file.has-file{border-color:#b9b7d4}.req-file{position:relative;display:flex;flex-direction:column;width:100%;cursor:pointer}.req-file__input{position:absolute;width:1px;height:1px;opacity:0;clip:rect(0 0 0 0)}.req-file__label{color:#656565;font-size:14px;font-weight:500;line-height:1.2;letter-spacing:-.28px}.req-file__hint{margin-top:4px;color:#a6a6a6;font-size:13px;line-height:1.2;letter-spacing:-.26px}.req-file__name:not(:empty){margin-top:4px;color:#3874ab;font-size:13px;word-break:break-all}.req-result{display:flex;flex-direction:column;align-items:center;text-align:center}.req-result__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#f3effc;border-radius:50%;margin-bottom:16px}.req-result__icon .icon{width:32px;height:32px}.req-result__icon--warn{background:#fff2f2}.req-result__icon--warn .icon{width:46px;height:46px}.req-result__title{margin:0 0 8px;font-size:22px;font-weight:600;line-height:1.2;letter-spacing:-.44px;color:#373737}.req-result__text{margin:0;font-size:16px;line-height:1.3;letter-spacing:-.32px;color:#818181}.req-result__btn{width:100%;height:50px;margin-top:30px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:10px;background:linear-gradient(90deg,#3874ab,#8b4fc7);color:#fff;font-size:16px;font-weight:500;letter-spacing:-.32px;text-decoration:none;transition:opacity .15s ease}.req-result__btn:hover{opacity:.92}.req-steps{display:grid;grid-template-columns:repeat(3,1fr);align-items:start;column-gap:26px;width:100%;margin-top:30px}.req-step{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}.req-step+.req-step:before{content:"";position:absolute;top:0;left:-26px;width:26px;height:48px;background:url("data:image/svg+xml,<svg width='26' height='48' viewBox='0 0 26 48' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 23C0.447715 23 4.82823e-08 23.4477 0 24C-4.82823e-08 24.5523 0.447715 25 1 25L1 24L1 23ZM25.7071 24.7071C26.0976 24.3166 26.0976 23.6834 25.7071 23.2929L19.3431 16.9289C18.9526 16.5384 18.3195 16.5384 17.9289 16.9289C17.5384 17.3195 17.5384 17.9526 17.9289 18.3431L23.5858 24L17.9289 29.6569C17.5384 30.0474 17.5384 30.6805 17.9289 31.0711C18.3195 31.4616 18.9526 31.4616 19.3431 31.0711L25.7071 24.7071ZM1 24L1 25L25 25L25 24L25 23L1 23L1 24Z' fill='%23DFDBE7'/></svg>") no-repeat center}.req-step__icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f3effc;border-radius:50%;margin-bottom:16px}.req-step__icon .icon{width:24px;height:24px}.req-step__body{display:flex;flex-direction:column;gap:8px}.req-step__title{font-size:16px;font-weight:600;line-height:1.2;letter-spacing:-.32px;color:#373737}.req-step__text{font-size:14px;line-height:1.3;letter-spacing:-.28px;color:#8e8e8e}@media(max-width:620px){.req-modal,.req-modal--form{padding:26px 18px}.req-form__grid{grid-template-columns:1fr}.req-modal-overlay:has(.req-modal--result){padding:24px}.req-modal--result{padding:24px}.req-modal-overlay:has(.req-modal--sheet){padding:0}.req-modal--sheet{display:flex;flex-direction:column;max-width:none;min-height:100%;max-height:none;padding:24px;border-radius:0}.req-modal--sheet .req-result{margin:auto 0}.req-modal--sheet .req-modal__close{top:24px;right:24px}.req-modal--sheet .req-modal__close .icon{width:16px;height:16px}.req-result__title{font-size:20px;letter-spacing:-.4px}.req-result__btn{margin-top:24px}.req-steps{grid-template-columns:1fr;column-gap:0;row-gap:32px;margin-top:24px;padding:24px 0;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb}.req-step{flex-direction:row;align-items:flex-start;gap:16px;text-align:left}.req-step+.req-step:before{content:none}.req-step__icon{margin-bottom:0}}.req-cell--full{grid-column:1/-1}.page_requests main{padding-bottom:48px}.req-crumbs{margin:18px 0 22px}.req-crumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0;padding:0;list-style:none;font-size:14px;color:#9a9aa5}.req-crumbs li{display:flex;align-items:center;gap:8px}.req-crumbs a{color:#9a9aa5;text-decoration:none}.req-crumbs a:hover,.req-crumbs li[aria-current=page]{color:#373737}.requests-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:32px 40px;background:#f7f8fc;border-radius:10px;margin-bottom:26px}.requests-hero__title{margin:0 0 12px;font-size:26px;font-weight:600;line-height:1.2;letter-spacing:-.52px;color:#373737}.requests-hero__subtitle{margin:0;max-width:640px;font-size:16px;line-height:1.3;letter-spacing:-.32px;color:#9c9c9c}.requests-hero__nl{display:block}.requests-hero__btn{flex-shrink:0;height:50px;padding:0 24px;display:inline-flex;align-items:center;gap:8px;border:none;border-radius:10px;background:linear-gradient(90deg,#3874ab,#8b4fc7);color:#fff;font-size:16px;font-weight:400;letter-spacing:-.32px;cursor:pointer;transition:opacity .15s ease}.requests-hero__btn .icon{width:24px;height:24px}.requests-hero__btn:hover{opacity:.92}.requests-filter{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;font-weight:400;line-height:18px;letter-spacing:-.28px;color:#626262;text-decoration:none;cursor:pointer}.requests-filter__box{width:20px;height:20px;border:2px solid #c9c7d9;border-radius:6px;flex-shrink:0;position:relative;transition:background .15s ease,border-color .15s ease}.requests-filter.is-checked .requests-filter__box{background:linear-gradient(90deg,#3874ab,#8b4fc7);border-color:transparent}.requests-filter.is-checked .requests-filter__box:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.requests-table-wrap{overflow-x:auto;border:1px solid #ddd;border-radius:14px}.requests-table{width:100%;border-collapse:collapse;font-size:14px}.requests-table th,.requests-table td{padding:14px 12px;text-align:center;vertical-align:middle;border-right:1px solid #ddd;border-bottom:1px solid #ddd;letter-spacing:-.28px}.requests-table th:last-child,.requests-table td:last-child{border-right:none}.requests-table td:first-child{text-align:left;line-height:25px}.requests-table thead th{font-weight:600;color:#373737;white-space:nowrap}.requests-table tbody td{color:#5b5b5b;font-weight:400}.requests-table tbody tr:last-child td{border-bottom:none}.requests-table tbody tr:hover{background:#faf9ff}.requests-table__sort{display:inline-flex;align-items:center;gap:6px;color:inherit;text-decoration:none}.requests-table__sort .icon{width:16px;height:16px;flex-shrink:0}.requests-table__sort.is-active{color:#373737}.requests-table__article,.requests-table__link{background:linear-gradient(90deg,#3874ab,#8b4fc7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#3874ab;text-decoration:underline;text-decoration-color:#6262b9;text-decoration-thickness:from-font;text-underline-position:from-font;text-decoration-skip-ink:none;font-weight:400}.requests-table__comment{max-width:240px}.requests-table__clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.requests-table__article,.requests-table__brand{overflow-wrap:anywhere}.requests-table__empty{text-align:center;color:#9a9aa5;padding:40px 18px}.req-status{display:inline-block;padding:5px 12px;border-radius:20px;font-size:13px;font-weight:400;white-space:nowrap}.req-status--no_offers{background:#eef0f4;color:#565865}.req-status--has_offers{background:#e7f5ec;color:#2f9e5f}.req-status--closed{background:#fdeaea;color:#d9534f}.req-status--archived{background:#ececf2;color:#8a8a97}.requests-pager{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:24px}.requests-pager__btn{height:40px;padding:0 20px;display:inline-flex;align-items:center;border:1px solid #e7e7ef;border-radius:10px;color:#373737;text-decoration:none;font-size:14px}.requests-pager__btn:hover:not(.is-disabled){border-color:#b9b7d4}.requests-pager__btn.is-disabled{color:#9a9aa5;cursor:default}.requests-pager__info{font-size:14px;color:#565865}.req-card-page{display:flex;justify-content:center;padding:8px 0 20px}.req-card{width:100%;max-width:820px;display:flex;flex-direction:column;gap:24px}.req-card__section{display:flex;flex-direction:column;gap:12px}.req-card__head{display:flex;align-items:center;gap:16px}.req-card__head-ic{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f3effc;border-radius:10px}.req-card__head-ic .icon{width:24px;height:24px}.req-card__head-ic--lg{width:64px;height:64px}.req-card__head-ic--lg .icon{width:32px;height:32px}.req-card__title{margin:0;font-size:22px;font-weight:600;letter-spacing:-.44px;line-height:1.2;color:#373737}.req-card__subtitle{margin:0;font-size:16px;font-weight:600;letter-spacing:-.32px;color:#373737}.req-card__grid{display:flex;border:1px solid #f1f1f1;border-radius:10px;overflow:hidden}.req-card__col{flex:1;min-width:0;display:flex;flex-direction:column}.req-card__col:first-child{border-right:1px solid #f1f1f1}.req-card__col>.req-card__cell:last-child{border-bottom:none;flex:1 1 auto}.req-card__cell{display:flex;align-items:center;gap:16px;padding:14px;border-bottom:1px solid #f1f1f1;min-height:64px}.req-card__cell--wide{align-items:flex-start}.req-card__cell--wide .req-card__cell-value{padding-top:calc((36px - 1.5em)/2)}.req-card__cell-label{flex-shrink:0;display:flex;align-items:center;gap:8px}.req-card__cell-ic{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f7f8fc;border-radius:10px}.req-card__cell-ic .icon{width:20px;height:20px}.req-card__cell-title{font-size:14px;font-weight:600;letter-spacing:-.28px;color:#373737}.req-card__cell-value{flex:1;min-width:0;text-align:right;font-size:14px;font-weight:500;letter-spacing:-.28px;line-height:1.5;color:#6a6a6a;word-break:break-word}.req-card__cell-chip{margin-left:auto;padding:6px 11px;background:#f1f0f9;border-radius:10px;font-size:14px;font-weight:500;letter-spacing:-.28px;color:#6a6a6a;white-space:nowrap}.req-card__cell-link{background:linear-gradient(90deg,#3874ab,#8b4fc7);-webkit-background-clip:text;background-clip:text;color:transparent;text-decoration:underline;text-decoration-color:#8b4fc7}.req-card__cell-link:hover{opacity:.85}.req-card__note{display:flex;align-items:center;gap:12px;margin:0;padding:16px 20px;background:#f5f4fb;border-radius:12px;color:#6d4b9c;font-size:14px}.req-card__note .icon{width:20px;height:20px;flex-shrink:0}.req-card__submit{width:100%;height:50px;margin:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:2px solid #3874ab;border-radius:10px;background:linear-gradient(90deg,#3874ab,#8b4fc7);color:#fff;text-decoration:none;font-size:16px;font-weight:500;letter-spacing:-.32px;cursor:pointer;transition:opacity .15s ease}.req-card__submit .icon{width:24px;height:24px}.req-card__submit:hover{opacity:.92}.icon-rq-box-light{background-image:url("data:image/svg+xml,<svg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'><path id='Vector' d='M4 10.5183C4 9.51667 4 9.015 4.14333 8.54333C4.28667 8.07167 4.56333 7.65333 5.12 6.82L5.35333 6.47C6.32333 5.015 6.80667 4.28833 7.545 3.895C8.28167 3.5 9.155 3.5 10.9017 3.5H22.0983C23.845 3.5 24.7183 3.5 25.455 3.895C26.1917 4.28833 26.6767 5.015 27.645 6.46833L27.88 6.82C28.4367 7.65333 28.7133 8.07 28.8567 8.54333C29 9.015 29 9.51667 29 10.5183V21.8333C29 24.9767 29 26.5467 28.0233 27.5233C27.0467 28.5 25.4767 28.5 22.3333 28.5H10.6667C7.52333 28.5 5.95333 28.5 4.97667 27.5233C4 26.5467 4 24.9767 4 21.8333V10.5183Z' stroke='url(%23paint0_linear_3188_4736)' stroke-width='2'/><path id='Vector_2' d='M4 11.8335H29' stroke='url(%23paint1_linear_3188_4736)' stroke-width='2' stroke-linecap='round'/><path id='Vector_3' d='M12.332 12.0835C12.332 12.0172 12.3584 11.9536 12.4053 11.9067C12.4521 11.8598 12.5157 11.8335 12.582 11.8335H20.4154C20.4817 11.8335 20.5453 11.8598 20.5921 11.9067C20.639 11.9536 20.6654 12.0172 20.6654 12.0835V18.8418C20.6653 18.9744 20.6301 19.1047 20.5633 19.2192C20.4965 19.3338 20.4006 19.4286 20.2852 19.494C20.1698 19.5594 20.0392 19.593 19.9066 19.5915C19.774 19.5899 19.6442 19.5532 19.5304 19.4852L16.7137 17.7952C16.6488 17.7561 16.5745 17.7354 16.4987 17.7354C16.4229 17.7354 16.3486 17.7561 16.2837 17.7952L13.467 19.4852C13.3532 19.5532 13.2234 19.5899 13.0908 19.5915C12.9582 19.593 12.8276 19.5594 12.7122 19.494C12.5968 19.4286 12.5009 19.3338 12.4341 19.2192C12.3673 19.1047 12.3321 18.9744 12.332 18.8418V12.0835Z' stroke='url(%23paint2_linear_3188_4736)' stroke-width='2'/><defs><linearGradient id='paint0_linear_3188_4736' x1='4' y1='16' x2='29' y2='16' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='paint1_linear_3188_4736' x1='4' y1='12.3335' x2='29' y2='12.3335' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='paint2_linear_3188_4736' x1='12.332' y1='15.7125' x2='20.6654' y2='15.7125' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient></defs></svg>")}.icon-rq-pricetag{background-image:url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><g id='ion:pricetag-outline'><path id='Vector' d='M17.002 1.875H12.2012C12.0519 1.87489 11.9087 1.93388 11.8027 2.03906L2.20508 11.6367C1.99493 11.8479 1.87695 12.1337 1.87695 12.4316C1.87695 12.7296 1.99493 13.0154 2.20508 13.2266L6.77539 17.7969C6.98658 18.007 7.27238 18.125 7.57031 18.125C7.86824 18.125 8.15405 18.007 8.36524 17.7969L17.959 8.20313C18.0642 8.09721 18.1232 7.95396 18.1231 7.80469V3C18.1238 2.85239 18.0953 2.7061 18.0393 2.56953C17.9832 2.43297 17.9007 2.30884 17.7965 2.20428C17.6923 2.09972 17.5685 2.0168 17.4321 1.96029C17.2958 1.90378 17.1496 1.87479 17.002 1.875Z' stroke='url(%23paint0_linear_0_48)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path id='Vector_2' d='M15 5.3125C14.8764 5.3125 14.7555 5.27584 14.6528 5.20717C14.55 5.13849 14.4699 5.04088 14.4226 4.92668C14.3753 4.81247 14.3629 4.68681 14.387 4.56557C14.4111 4.44433 14.4707 4.33297 14.5581 4.24556C14.6455 4.15815 14.7568 4.09863 14.8781 4.07451C14.9993 4.05039 15.125 4.06277 15.2392 4.11008C15.3534 4.15738 15.451 4.23749 15.5197 4.34027C15.5883 4.44305 15.625 4.56389 15.625 4.6875C15.625 4.85326 15.5592 5.01223 15.4419 5.12944C15.3247 5.24665 15.1658 5.3125 15 5.3125Z' stroke='url(%23paint1_linear_0_48)' stroke-width='1.5'/></g><defs><linearGradient id='paint0_linear_0_48' x1='1.87695' y1='10' x2='18.1231' y2='10' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='paint1_linear_0_48' x1='14.375' y1='4.6875' x2='15.625' y2='4.6875' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient></defs></svg>")}.icon-rq-box{background-image:url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><g id='proicons:box'><path id='Vector' d='M10 10.0001L17.7168 5.5791M10 10.0001V18.842M2.28221 5.5791L6.1411 7.79006L10 10.0001M17.7168 5.5791C17.4491 5.1194 17.065 4.73829 16.6032 4.4741L14.0625 3.01829M17.7168 5.5791C17.9797 6.03028 18.125 6.54932 18.125 7.0894V12.9107C18.1247 13.4422 17.9838 13.9641 17.7165 14.4234C17.4492 14.8827 17.0651 15.2632 16.6032 15.526L11.5218 18.4376C11.0585 18.7029 10.5338 18.8423 10 18.842M14.0625 3.01829L11.5218 1.56248C11.0586 1.29685 10.5339 1.15708 10 1.15708C9.46606 1.15708 8.94141 1.29685 8.47824 1.56248L3.39676 4.4741C2.93465 4.73816 2.55023 5.11928 2.28221 5.5791C2.01537 6.03769 1.87486 6.55882 1.875 7.0894V12.9107C1.875 13.9909 2.45522 14.9869 3.39676 15.526L8.47824 18.4376C8.94152 18.7029 9.46615 18.8423 10 18.842M6.1411 7.79006L14.0625 3.01829' stroke='url(%23paint0_linear_0_51)' stroke-width='1.5' stroke-linejoin='round'/></g><defs><linearGradient id='paint0_linear_0_51' x1='1.875' y1='9.99953' x2='18.125' y2='9.99953' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient></defs></svg>")}.icon-rq-calendar{background-image:url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path id='Vector' d='M14.7507 3.875H5.25065C3.50175 3.875 2.08398 5.29276 2.08398 7.04167V14.9583C2.08398 16.7072 3.50175 18.125 5.25065 18.125H14.7507C16.4996 18.125 17.9173 16.7072 17.9173 14.9583V7.04167C17.9173 5.29276 16.4996 3.875 14.7507 3.875Z' stroke='url(%23paint0_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path id='Vector_2' d='M6.83398 2.2915V5.45817M13.1673 2.2915V5.45817M2.08398 8.62484H17.9173' stroke='url(%23paint1_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><defs><linearGradient id='paint0_linear_3188_4736' x1='2.08398' y1='11' x2='17.9173' y2='11' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='paint1_linear_3188_4736' x1='2.08398' y1='5.45817' x2='17.9173' y2='5.45817' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient></defs></svg>")}.icon-rq-clock{background-image:url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path id='Vector' d='M10.0013 18.3332C14.6038 18.3332 18.3346 14.6023 18.3346 9.99984C18.3346 5.39734 14.6038 1.6665 10.0013 1.6665C5.3988 1.6665 1.66797 5.39734 1.66797 9.99984C1.66797 14.6023 5.3988 18.3332 10.0013 18.3332Z' stroke='url(%23paint0_linear_3188_4736)' stroke-width='1.5' stroke-linejoin='round'/><path id='Vector_2' d='M10.0039 5V10.0042L13.5368 13.5375' stroke='url(%23paint1_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><defs><linearGradient id='paint0_linear_3188_4736' x1='1.66797' y1='9.99984' x2='18.3346' y2='9.99984' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='paint1_linear_3188_4736' x1='10.0039' y1='9.26875' x2='13.5368' y2='9.26875' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><clipPath id='clip0_3188_4736'><rect width='20' height='20' fill='white'/></clipPath></defs></svg>")}.icon-rq-truck{background-image:url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7.84518 15.3452C7.53262 15.6577 7.10869 15.8333 6.66667 15.8333C6.22464 15.8333 5.80072 15.6577 5.48816 15.3452C5.17559 15.0326 5 14.6087 5 14.1667C5 13.7246 5.17559 13.3007 5.48816 12.9882C5.80072 12.6756 6.22464 12.5 6.66667 12.5C7.10869 12.5 7.53262 12.6756 7.84518 12.9882C8.15774 13.3007 8.33333 13.7246 8.33333 14.1667C8.33333 14.6087 8.15774 15.0326 7.84518 15.3452Z' stroke='url(%23paint0_linear_3188_4736)' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M16.1785 15.3452C15.866 15.6577 15.442 15.8333 15 15.8333C14.558 15.8333 14.1341 15.6577 13.8215 15.3452C13.5089 15.0326 13.3333 14.6087 13.3333 14.1667C13.3333 13.7246 13.5089 13.3007 13.8215 12.9882C14.1341 12.6756 14.558 12.5 15 12.5C15.442 12.5 15.866 12.6756 16.1785 12.9882C16.4911 13.3007 16.6667 13.7246 16.6667 14.1667C16.6667 14.6087 16.4911 15.0326 16.1785 15.3452Z' stroke='url(%23paint1_linear_3188_4736)' stroke-width='1.5' stroke-miterlimit='1.5' stroke-linecap='round' stroke-linejoin='round'/><path id='Vector_2' d='M8.3737 14.1667H12.4987V5.5C12.4987 5.36739 12.446 5.24021 12.3523 5.14645C12.2585 5.05268 12.1313 5 11.9987 5H0.832031M4.70703 14.1667H2.9987C2.93304 14.1667 2.86802 14.1537 2.80736 14.1286C2.74669 14.1035 2.69157 14.0667 2.64514 14.0202C2.59872 13.9738 2.56189 13.9187 2.53676 13.858C2.51163 13.7973 2.4987 13.7323 2.4987 13.6667V9.58333' stroke='url(%23paint2_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round'/><path id='Vector_3' d='M1.66406 7.5H4.9974' stroke='url(%23paint3_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path id='Vector_4' d='M12.5 7.5H17.175C17.2716 7.50002 17.3662 7.52806 17.4473 7.58071C17.5283 7.63336 17.5924 7.70837 17.6317 7.79667L19.1233 11.1533C19.1518 11.2171 19.1665 11.286 19.1667 11.3558V13.6667C19.1667 13.7323 19.1537 13.7973 19.1286 13.858C19.1035 13.9187 19.0666 13.9738 19.0202 14.0202C18.9738 14.0666 18.9187 14.1035 18.858 14.1286C18.7973 14.1537 18.7323 14.1667 18.6667 14.1667H17.0833M12.5 14.1667H13.3333' stroke='url(%23paint4_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round'/><defs><linearGradient id='paint0_linear_3188_4736' x1='5' y1='14.1667' x2='16.6667' y2='14.1667' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='paint1_linear_3188_4736' x1='5' y1='14.1667' x2='16.6667' y2='14.1667' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='paint2_linear_3188_4736' x1='0.832031' y1='9.58333' x2='12.4987' y2='9.58333' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='paint3_linear_3188_4736' x1='1.66406' y1='8' x2='4.9974' y2='8' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='paint4_linear_3188_4736' x1='12.5' y1='10.8333' x2='19.1667' y2='10.8333' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient></defs></svg>")}.icon-rq-shop{background-image:url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><g id='iconoir:shop'><path id='Union' d='M16.2891 1.75L16.3907 1.75391C16.6262 1.773 16.8522 1.85886 17.042 2.00195C17.2318 2.145 17.3768 2.33847 17.46 2.55957L17.4913 2.65625L18.9034 7.59766H18.9024C18.9512 7.76397 18.9652 7.93857 18.9415 8.11035C18.9169 8.28689 18.8535 8.45666 18.7569 8.60645C18.6604 8.75599 18.5324 8.88247 18.3819 8.97754C18.3395 9.00431 18.2952 9.02748 18.25 9.04883V15.834C18.2499 16.4747 17.9951 17.0899 17.542 17.543C17.0889 17.9959 16.4738 18.251 15.8331 18.251H4.16704C3.52629 18.251 2.91123 17.9959 2.45806 17.543C2.00496 17.0899 1.75018 16.4747 1.75005 15.834V9.04688C1.70573 9.02587 1.66183 9.00383 1.62016 8.97754C1.46986 8.88263 1.34168 8.75572 1.24516 8.60645C1.14876 8.45731 1.08549 8.2891 1.06059 8.11328C1.03627 7.94108 1.05 7.7655 1.09868 7.59863H1.0977L2.50981 2.65625L2.54204 2.55957C2.62525 2.3386 2.76939 2.14494 2.95903 2.00195C3.17592 1.83844 3.44034 1.74994 3.71196 1.75H16.2891ZM13.3331 8.37207C12.9746 8.57897 12.3924 8.89453 11.8887 9.0498C11.2201 9.2558 10.6204 9.37106 10.001 9.37109C9.3816 9.37109 8.78199 9.25582 8.11333 9.0498C7.60876 8.89434 7.02463 8.57884 6.66704 8.37305C6.30526 8.58138 5.72317 8.89549 5.22173 9.0498H5.22075C4.69165 9.21227 4.0835 9.25479 3.55083 9.25293C3.44939 9.25257 3.34891 9.24837 3.25005 9.24512V15.834C3.25018 16.0769 3.34681 16.3106 3.5186 16.4824C3.69047 16.6541 3.92412 16.751 4.16704 16.751H6.61138V12.5C6.61146 11.8592 6.86625 11.2442 7.31938 10.791C7.77257 10.338 8.38755 10.083 9.02837 10.083H10.6944C11.3352 10.0831 11.9502 10.3379 12.4034 10.791C12.8565 11.2442 13.1113 11.8592 13.1114 12.5V16.751H15.8331C16.076 16.751 16.3096 16.6541 16.4815 16.4824C16.6533 16.3106 16.7499 16.0769 16.75 15.834V9.24609C16.6515 9.24935 16.5514 9.25355 16.4502 9.25391C15.9176 9.25578 15.3089 9.21294 14.7793 9.0498C14.2773 8.8953 13.6951 8.58098 13.3331 8.37207ZM9.02837 11.583C8.78537 11.583 8.55182 11.6798 8.37993 11.8516C8.2081 12.0234 8.11146 12.257 8.11138 12.5V16.751H11.6114V12.5C11.6113 12.257 11.5147 12.0234 11.3428 11.8516C11.171 11.6797 10.9374 11.5831 10.6944 11.583H9.02837ZM7.45317 7.09473C7.78438 7.2835 8.22612 7.51491 8.55474 7.61621C9.13024 7.79353 9.57586 7.87109 10.001 7.87109C10.4261 7.87106 10.871 7.79346 11.4463 7.61621C11.7746 7.51506 12.2164 7.2836 12.5469 7.09473L12.2276 3.25H7.77349L7.45317 7.09473ZM14.0489 7.05371C14.3827 7.24758 14.8666 7.50724 15.2208 7.61621C15.5379 7.7139 15.9717 7.75557 16.4454 7.75391C16.7719 7.75274 17.0933 7.72798 17.3721 7.70117L16.1006 3.25H13.7325L14.0489 7.05371ZM2.62798 7.7002C2.90667 7.72717 3.22856 7.75177 3.55571 7.75293C4.02928 7.7546 4.46288 7.71364 4.78032 7.61621C5.13419 7.50736 5.61779 7.24795 5.95122 7.05469L6.26958 3.25H3.90044L2.62798 7.7002Z' fill='url(%23paint0_linear_0_56)'/></g><defs><linearGradient id='paint0_linear_0_56' x1='1.04883' y1='10.0005' x2='18.9528' y2='10.0005' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient></defs></svg>")}.icon-rq-wallet{background-image:url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path id='Vector' d='M3.02734 4.79785C5.51443 3.50618 8.67901 2.31451 11.6315 1.58826C12.4953 1.37576 13.3878 1.69535 13.8369 2.46285C14.1578 3.01118 14.5494 3.76285 14.9636 4.74535M12.1086 12.9678C12.1482 13.8553 12.8323 14.5166 13.7194 14.552C14.1715 14.5703 14.7336 14.5833 15.4153 14.5833C16.0969 14.5833 16.659 14.5703 17.1111 14.552C17.9986 14.5166 18.6823 13.8553 18.7219 12.9678C18.7378 12.6066 18.7486 12.1745 18.7486 11.6666C18.7486 11.1587 18.7378 10.7266 18.7219 10.3653C18.6823 9.47785 17.9982 8.8166 17.1111 8.78118C16.5461 8.75948 15.9807 8.74906 15.4153 8.74993C14.7336 8.74993 14.1715 8.76285 13.7194 8.78118C12.8319 8.8166 12.1482 9.47785 12.1086 10.3653C12.0902 10.7988 12.0813 11.2327 12.0819 11.6666C12.0819 12.1749 12.0928 12.6066 12.1086 12.9678Z' stroke='url(%23paint0_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path id='Vector_2' d='M17.0308 8.77808C17.0048 8.08119 16.9641 7.38492 16.9088 6.68975C16.8221 5.62683 15.9967 4.82725 14.9329 4.7535C13.7079 4.6685 11.8179 4.5835 9.16667 4.5835C6.51542 4.5835 4.625 4.6685 3.4 4.7535C2.33667 4.82683 1.51125 5.62683 1.42458 6.68975C1.335 7.78725 1.25 9.42225 1.25 11.6668C1.25 13.9114 1.335 15.546 1.42458 16.6439C1.51125 17.7068 2.33667 18.5064 3.40042 18.5802C4.625 18.6652 6.51542 18.7502 9.16667 18.7502C11.8179 18.7502 13.7083 18.6652 14.9329 18.5802C15.9967 18.5068 16.8221 17.7068 16.9088 16.6439C16.9542 16.0885 16.9983 15.3956 17.0308 14.5556M15 11.2502V12.0835' stroke='url(%23paint1_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><defs><linearGradient id='paint0_linear_3188_4736' x1='3.02734' y1='8.05359' x2='18.7486' y2='8.05359' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='paint1_linear_3188_4736' x1='1.25' y1='11.6668' x2='17.0308' y2='11.6668' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient></defs></svg>")}.icon-rq-paperclip{background-image:url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><g id='solar:paperclip-linear'><path id='Vector' d='M6.59833 14.8392L13.1733 8.545C13.3602 8.36943 13.5091 8.15744 13.6109 7.92211C13.7127 7.68677 13.7653 7.43308 13.7653 7.17667C13.7653 6.92026 13.7127 6.66656 13.6109 6.43123C13.5091 6.19589 13.3602 5.9839 13.1733 5.80833C12.7865 5.4444 12.2753 5.24177 11.7442 5.24177C11.213 5.24177 10.7019 5.4444 10.315 5.80833L3.78667 12.0567C3.43148 12.3902 3.14839 12.793 2.95488 13.2402C2.76137 13.6873 2.66154 14.1694 2.66154 14.6567C2.66154 15.1439 2.76137 15.626 2.95488 16.0732C3.14839 16.5203 3.43148 16.9231 3.78667 17.2567C5.28667 18.6925 7.71833 18.6925 9.21833 17.2567L15.8425 10.9167C18.0525 8.8 18.0525 5.37 15.8425 3.25333C13.6325 1.13667 10.0475 1.1375 7.83667 3.25333L2.5 8.36167' stroke='url(%23paint0_linear_0_31)' stroke-width='1.5' stroke-linecap='round'/></g><defs><linearGradient id='paint0_linear_0_31' x1='2.5' y1='9.99984' x2='17.5' y2='9.99984' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient></defs></svg>")}.icon-rq-comment{background-image:url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path id='Vector' d='M6.66797 11.2502H13.3346M6.66797 7.0835H10.0013' stroke='url(%23paint0_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path id='Vector_2' d='M5.0838 15.8335C4.00102 15.7268 3.18797 15.4013 2.64464 14.8568C1.66797 13.881 1.66797 12.3093 1.66797 9.16683V8.75016C1.66797 5.60766 1.66797 4.036 2.64464 3.06016C3.6213 2.08433 5.19214 2.0835 8.33464 2.0835H11.668C14.8105 2.0835 16.3821 2.0835 17.358 3.06016C18.3338 4.03683 18.3346 5.60766 18.3346 8.75016V9.16683C18.3346 12.3093 18.3346 13.881 17.358 14.8568C16.3813 15.8327 14.8105 15.8335 11.668 15.8335C11.2013 15.8435 10.8288 15.8793 10.4638 15.9627C9.46464 16.1927 8.53963 16.7043 7.6263 17.1493C6.3238 17.7843 5.67297 18.1018 5.26464 17.8043C4.48297 17.2227 5.24714 15.4185 5.41797 14.5835' stroke='url(%23paint1_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round'/><defs><linearGradient id='paint0_linear_3188_4736' x1='6.66797' y1='9.16683' x2='13.3346' y2='9.16683' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='paint1_linear_3188_4736' x1='1.66797' y1='10.0002' x2='18.3346' y2='10.0002' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient></defs></svg>")}.icon-rq-contact-round{background-image:url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path id='Vector' d='M15.9991 2V4M17.9141 22C17.9141 20.4087 17.2819 18.8826 16.1567 17.7574C15.0315 16.6321 13.5054 16 11.9141 16C10.3228 16 8.79664 16.6321 7.67142 17.7574C6.5462 18.8826 5.91406 20.4087 5.91406 22M7.99906 2V4' stroke='url(%23paint0_linear_3188_4736)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path id='Vector_2' d='M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z' stroke='url(%23paint1_linear_3188_4736)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path id='Vector_3' d='M19 4H5C3.89543 4 3 4.89543 3 6V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V6C21 4.89543 20.1046 4 19 4Z' stroke='url(%23paint2_linear_3188_4736)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><defs><linearGradient id='paint0_linear_3188_4736' x1='5.91406' y1='12' x2='17.9141' y2='12' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='paint1_linear_3188_4736' x1='8' y1='12' x2='16' y2='12' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='paint2_linear_3188_4736' x1='3' y1='13' x2='21' y2='13' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient></defs></svg>")}.icon-rq-bag{background-image:url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path id='Vector' d='M14.5846 5.83317C14.5846 3.53192 12.5326 1.6665 10.0013 1.6665C7.47005 1.6665 5.41797 3.53192 5.41797 5.83317M4.16797 12.4998V18.3332H15.8346V12.4998M2.91797 6.6665C2.91797 6.44549 3.00577 6.23353 3.16205 6.07725C3.31833 5.92097 3.53029 5.83317 3.7513 5.83317H16.2513C16.4723 5.83317 16.6843 5.92097 16.8406 6.07725C16.9968 6.23353 17.0846 6.44549 17.0846 6.6665V11.6665C17.0846 11.8875 16.9968 12.0995 16.8406 12.2558C16.6843 12.412 16.4723 12.4998 16.2513 12.4998H12.5013C12.2803 12.4998 12.0683 12.412 11.912 12.2558C11.7558 12.0995 11.668 11.8875 11.668 11.6665C11.668 11.4455 11.5802 11.2335 11.4239 11.0772C11.2676 10.921 11.0556 10.8332 10.8346 10.8332H9.16797C8.94696 10.8332 8.73499 10.921 8.57871 11.0772C8.42243 11.2335 8.33464 11.4455 8.33464 11.6665C8.33464 11.8875 8.24684 12.0995 8.09056 12.2558C7.93428 12.412 7.72232 12.4998 7.5013 12.4998H3.7513C3.53029 12.4998 3.31833 12.412 3.16205 12.2558C3.00577 12.0995 2.91797 11.8875 2.91797 11.6665V6.6665Z' stroke='url(%23paint0_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path id='Vector_2' d='M8.33594 10.833H11.6693V13.333H8.33594V10.833Z' stroke='url(%23paint1_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><defs><linearGradient id='paint0_linear_3188_4736' x1='2.91797' y1='9.99984' x2='17.0846' y2='9.99984' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='paint1_linear_3188_4736' x1='8.33594' y1='12.083' x2='11.6693' y2='12.083' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient></defs></svg>")}.icon-rq-phone{background-image:url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><g id='lucide:phone-call' clip-path='url(%23clip0_0_24)'><path id='Vector' d='M10.8337 1.6665C12.8228 1.6665 14.7304 2.45668 16.137 3.8632C17.5435 5.26973 18.3337 7.17738 18.3337 9.1665M10.8337 4.99984C11.9387 4.99984 12.9985 5.43882 13.7799 6.22022C14.5613 7.00163 15.0003 8.06143 15.0003 9.1665M11.527 13.8065C11.6991 13.8855 11.893 13.9036 12.0767 13.8577C12.2605 13.8118 12.4231 13.7047 12.5378 13.554L12.8337 13.1665C12.9889 12.9595 13.1902 12.7915 13.4216 12.6758C13.6531 12.5601 13.9082 12.4998 14.167 12.4998H16.667C17.109 12.4998 17.5329 12.6754 17.8455 12.988C18.1581 13.3006 18.3337 13.7245 18.3337 14.1665V16.6665C18.3337 17.1085 18.1581 17.5325 17.8455 17.845C17.5329 18.1576 17.109 18.3332 16.667 18.3332C12.6887 18.3332 8.87343 16.7528 6.06039 13.9398C3.24734 11.1267 1.66699 7.31142 1.66699 3.33317C1.66699 2.89114 1.84259 2.46722 2.15515 2.15466C2.46771 1.8421 2.89163 1.6665 3.33366 1.6665H5.83366C6.27569 1.6665 6.69961 1.8421 7.01217 2.15466C7.32473 2.46722 7.50032 2.89114 7.50032 3.33317V5.83317C7.50032 6.09191 7.44008 6.3471 7.32437 6.57853C7.20866 6.80995 7.04065 7.01126 6.83366 7.1665L6.44366 7.459C6.29067 7.57582 6.18284 7.74199 6.13848 7.92929C6.09413 8.1166 6.11598 8.31348 6.20032 8.4865C7.33923 10.7997 9.21234 12.6705 11.527 13.8065Z' stroke='url(%23paint0_linear_0_24)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></g><defs><linearGradient id='paint0_linear_0_24' x1='1.66699' y1='9.99984' x2='18.3337' y2='9.99984' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><clipPath id='clip0_0_24'><rect width='20' height='20' fill='white'/></clipPath></defs></svg>")}.icon-rq-internet{background-image:url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path id='Vector' d='M2.5013 9.99984H17.5013M1.66797 9.99984C1.66797 5.39734 5.3988 1.6665 10.0013 1.6665C14.6038 1.6665 18.3346 5.39734 18.3346 9.99984C18.3346 14.6023 14.6038 18.3332 10.0013 18.3332C5.3988 18.3332 1.66797 14.6023 1.66797 9.99984Z' stroke='url(%23paint0_linear_3188_4736)' stroke-width='1.5' stroke-linecap='square'/><path id='Vector_2' d='M9.58234 18.3231C9.86022 18.3371 10.1386 18.3371 10.4165 18.3231C14.2607 13.5181 14.2607 6.48146 10.4165 1.67646C10.1386 1.66253 9.86022 1.66253 9.58234 1.67646C5.73818 6.48146 5.73818 13.5181 9.58234 18.3231Z' stroke='url(%23paint1_linear_3188_4736)' stroke-width='1.5' stroke-linecap='square'/><defs><linearGradient id='paint0_linear_3188_4736' x1='1.66797' y1='9.99984' x2='18.3346' y2='9.99984' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='paint1_linear_3188_4736' x1='6.69922' y1='9.99979' x2='13.2996' y2='9.99979' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><clipPath id='clip0_3188_4736'><rect width='20' height='20' fill='white'/></clipPath></defs></svg>")}.icon-rq-google-doc{background-image:url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path id='Vector' d='M12.5 2.08301V3.33301C12.5 4.51134 12.5 5.10051 12.8667 5.46634C13.2317 5.83301 13.8208 5.83301 15 5.83301H16.25' stroke='url(%23paint0_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path id='Vector_2' d='M6.66536 9.1665H13.332M6.66536 11.6665H13.332M6.66536 14.1665H10.1404M3.33203 13.3332V6.6665C3.33203 4.30984 3.33203 3.13067 4.06453 2.399C4.7962 1.6665 5.97536 1.6665 8.33203 1.6665H11.8087C12.1487 1.6665 12.3195 1.6665 12.4729 1.72984C12.6254 1.79317 12.7462 1.91317 12.987 2.15484L16.177 5.34484C16.4187 5.5865 16.5387 5.7065 16.602 5.85984C16.6654 6.01234 16.6654 6.18317 16.6654 6.52317V13.3332C16.6654 15.6898 16.6654 16.869 15.9329 17.6007C15.2012 18.3332 14.022 18.3332 11.6654 18.3332H8.33203C5.97536 18.3332 4.7962 18.3332 4.06453 17.6007C3.33203 16.869 3.33203 15.6898 3.33203 13.3332Z' stroke='url(%23paint1_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><defs><linearGradient id='paint0_linear_3188_4736' x1='12.5' y1='3.95801' x2='16.25' y2='3.95801' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='paint1_linear_3188_4736' x1='3.33203' y1='9.99984' x2='16.6654' y2='9.99984' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient></defs></svg>")}.icon-rq-map-pin{background-image:url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path id='Vector' d='M7.5 9.1665C7.5 9.82955 7.76339 10.4654 8.23223 10.9343C8.70107 11.4031 9.33696 11.6665 10 11.6665C10.663 11.6665 11.2989 11.4031 11.7678 10.9343C12.2366 10.4654 12.5 9.82955 12.5 9.1665C12.5 8.50346 12.2366 7.86758 11.7678 7.39874C11.2989 6.9299 10.663 6.6665 10 6.6665C9.33696 6.6665 8.70107 6.9299 8.23223 7.39874C7.76339 7.86758 7.5 8.50346 7.5 9.1665Z' stroke='url(%23paint0_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path id='Vector_2' d='M11.177 17.4164L14.7129 13.8806C15.6452 12.9482 16.2801 11.7603 16.5373 10.4671C16.7945 9.17394 16.6625 7.83352 16.1579 6.61536C15.6533 5.39721 14.7988 4.35604 13.7025 3.62351C12.6061 2.89098 11.3172 2.5 9.9987 2.5C8.68017 2.5 7.39126 2.89098 6.29494 3.62351C5.19861 4.35604 4.34413 5.39721 3.83954 6.61536C3.33494 7.83352 3.2029 9.17394 3.46011 10.4671C3.71731 11.7603 4.35222 12.9482 5.28453 13.8806L8.8212 17.4164C9.13371 17.7286 9.55738 17.904 9.99912 17.904C10.4409 17.904 10.8645 17.7286 11.177 17.4164Z' stroke='url(%23paint1_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><defs><linearGradient id='paint0_linear_3188_4736' x1='7.5' y1='9.1665' x2='12.5' y2='9.1665' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='paint1_linear_3188_4736' x1='3.33203' y1='10.202' x2='16.6654' y2='10.202' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient></defs></svg>")}.icon-rq-mail{background-image:url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path id='Vector' d='M2.5 5.83317C2.5 5.39114 2.67559 4.96722 2.98816 4.65466C3.30072 4.3421 3.72464 4.1665 4.16667 4.1665H15.8333C16.2754 4.1665 16.6993 4.3421 17.0118 4.65466C17.3244 4.96722 17.5 5.39114 17.5 5.83317V14.1665C17.5 14.6085 17.3244 15.0325 17.0118 15.345C16.6993 15.6576 16.2754 15.8332 15.8333 15.8332H4.16667C3.72464 15.8332 3.30072 15.6576 2.98816 15.345C2.67559 15.0325 2.5 14.6085 2.5 14.1665V5.83317Z' stroke='url(%23paint0_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path id='Vector_2' d='M2.5 5.83301L10 10.833L17.5 5.83301' stroke='url(%23paint1_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><defs><linearGradient id='paint0_linear_3188_4736' x1='2.5' y1='9.99984' x2='17.5' y2='9.99984' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='paint1_linear_3188_4736' x1='2.5' y1='8.33301' x2='17.5' y2='8.33301' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient></defs></svg>")}.icon-rq-building-2{background-image:url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path id='Vector' d='M8.33594 9.99984H11.6693M8.33594 6.6665H11.6693M11.6693 17.4998V14.9998C11.6693 14.5578 11.4937 14.1339 11.1811 13.8213C10.8686 13.5088 10.4446 13.3332 10.0026 13.3332C9.56058 13.3332 9.13665 13.5088 8.82409 13.8213C8.51153 14.1339 8.33594 14.5578 8.33594 14.9998V17.4998' stroke='url(%23paint0_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path id='Vector_2' d='M5.0013 8.3335H3.33464C2.89261 8.3335 2.46868 8.50909 2.15612 8.82165C1.84356 9.13421 1.66797 9.55814 1.66797 10.0002V15.8335C1.66797 16.2755 1.84356 16.6994 2.15612 17.012C2.46868 17.3246 2.89261 17.5002 3.33464 17.5002H16.668C17.11 17.5002 17.5339 17.3246 17.8465 17.012C18.159 16.6994 18.3346 16.2755 18.3346 15.8335V7.50016C18.3346 7.05814 18.159 6.63421 17.8465 6.32165C17.5339 6.00909 17.11 5.8335 16.668 5.8335H15.0013' stroke='url(%23paint1_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path id='Vector_3' d='M5 17.5V4.16667C5 3.72464 5.17559 3.30072 5.48816 2.98816C5.80072 2.67559 6.22464 2.5 6.66667 2.5H13.3333C13.7754 2.5 14.1993 2.67559 14.5118 2.98816C14.8244 3.30072 15 3.72464 15 4.16667V17.5' stroke='url(%23paint2_linear_3188_4736)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><defs><linearGradient id='paint0_linear_3188_4736' x1='8.33594' y1='12.0832' x2='11.6693' y2='12.0832' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='paint1_linear_3188_4736' x1='1.66797' y1='11.6668' x2='18.3346' y2='11.6668' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='paint2_linear_3188_4736' x1='5' y1='10' x2='15' y2='10' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient></defs></svg>")}.icon-rq-telegram{background-image:url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g id='hugeicons:telegram'><path id='Vector' d='M11.9847 15.4078L15.2267 19.0938C16.4267 20.4588 17.0277 21.1418 17.6567 20.9748C18.2847 20.8088 18.5007 19.9108 18.9317 18.1138L21.3217 8.14579C21.9867 5.37779 22.3187 3.9948 21.5807 3.3118C20.8427 2.6288 19.5637 3.1368 17.0057 4.1518L5.13974 8.86479C3.09374 9.67779 2.07074 10.0838 2.00574 10.7818C1.99809 10.8529 1.99809 10.9247 2.00574 10.9958C2.06874 11.6948 3.08974 12.1038 5.13374 12.9228C6.05874 13.2938 6.52174 13.4798 6.85374 13.8348C6.89107 13.8748 6.92707 13.9161 6.96174 13.9588C7.26774 14.3388 7.39774 14.8388 7.65874 15.8348L8.14774 17.7018C8.40074 18.6718 8.52774 19.1578 8.86074 19.2238C9.19374 19.2898 9.48274 18.8878 10.0617 18.0828L11.9847 15.4078ZM11.9847 15.4078L11.6677 15.0778C11.3057 14.6998 11.1247 14.5118 11.1247 14.2778C11.1247 14.0438 11.3047 13.8548 11.6677 13.4778L15.2407 9.75379' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></g></svg>")}@media(max-width:1024px){.requests-table-wrap{border-radius:10px}.requests-table-wrap:not(.is-empty){margin-right:-24px;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.requests-table{width:1087px;table-layout:fixed}.requests-table th,.requests-table td{padding:5px 8px;line-height:20px}.requests-table thead th{height:50px}.requests-table thead th:first-child{white-space:normal}.requests-table tbody td{height:52px}.requests-table th:last-child,.requests-table td:last-child{border-right:1px solid #ddd}.requests-table th:nth-child(1){width:180px}.requests-table th:nth-child(2){width:64px}.requests-table th:nth-child(3){width:76px}.requests-table th:nth-child(4){width:143px}.requests-table th:nth-child(5){width:117px}.requests-table th:nth-child(6){width:89px}.requests-table th:nth-child(7){width:140px}.requests-table th:nth-child(8){width:66px}.requests-table th:nth-child(9){width:52px}.requests-table th:nth-child(10){width:160px}.requests-table__article{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.requests-table__comment{max-width:none}.requests-table-wrap.is-empty .requests-table{width:100%;table-layout:auto}.requests-table-wrap.is-empty thead{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}}@media(max-width:860px){.req-crumbs{margin:32px 0 16px}.requests-hero{flex-direction:column;align-items:flex-start;padding:24px;margin-bottom:32px}.requests-hero__title{margin-bottom:8px;font-size:22px;letter-spacing:-.44px}.requests-hero__subtitle{font-size:15px;letter-spacing:-.3px;color:#848484}.requests-hero__nl{display:inline}.requests-hero__btn{width:100%;justify-content:center}.requests-filter{margin-bottom:20px}.requests-filter__box{width:16px;height:16px;border-radius:4px}.requests-filter.is-checked .requests-filter__box:after{left:4px;top:1px;width:4px;height:8px}}@media(max-width:680px){.req-card__grid{flex-direction:column}.req-card__col:first-child{border-right:none}.req-card__col:first-child>.req-card__cell:last-child{border-bottom:1px solid #f1f1f1;flex:none}.req-card__col>.req-card__cell:last-child{flex:none}}.req-gate{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:8px 0 0}.req-gate__icon{width:64px;height:64px;flex-shrink:0;border-radius:50%;background:#f3f0fb center/32px no-repeat url("data:image/svg+xml,<svg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M21.6506 20.8987V19.0027C21.6506 18.3829 21.8968 17.7886 22.335 17.3504C22.7732 16.9122 23.3675 16.666 23.9872 16.666C24.607 16.666 25.2013 16.9122 25.6395 17.3504C26.0777 17.7886 26.3239 18.3829 26.3239 19.0027V20.8987M19.3372 10.6667C19.3372 8.89856 18.6349 7.20286 17.3846 5.95262C16.1344 4.70238 14.4387 4 12.6706 4C10.9025 4 9.20677 4.70238 7.95653 5.95262C6.70629 7.20286 6.00391 8.89856 6.00391 10.6667C6.00391 12.4348 6.70629 14.1305 7.95653 15.3807C9.20677 16.631 10.9025 17.3333 12.6706 17.3333C14.4387 17.3333 16.1344 16.631 17.3846 15.3807C18.6349 14.1305 19.3372 12.4348 19.3372 10.6667ZM21.7439 28H26.2586C27.5879 28 28.6652 26.924 28.6652 25.5973V23.592C28.6652 22.2653 27.5879 21.1907 26.2586 21.1907H21.7439C20.4146 21.1907 19.3372 22.2653 19.3372 23.592V25.5973C19.3372 26.924 20.4146 28 21.7439 28Z' stroke='url(%23rgl0)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M3.33594 26.6667C3.33583 24.9612 3.803 23.2884 4.6867 21.8298C5.5704 20.3712 6.83685 19.1826 8.34852 18.3931C9.86018 17.6036 11.5593 17.2434 13.2613 17.3515C14.9632 17.4597 16.6031 18.0321 18.0026 19.0067' stroke='url(%23rgl1)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/><defs><linearGradient id='rgl0' x1='6' y1='16' x2='28.67' y2='16' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient><linearGradient id='rgl1' x1='3.34' y1='22' x2='18' y2='22' gradientUnits='userSpaceOnUse'><stop stop-color='%233874AB'/><stop offset='1' stop-color='%238B4FC7'/></linearGradient></defs></svg>")}.req-gate__title{margin:0;font-size:22px;font-weight:600;line-height:1.25;letter-spacing:-.44px;color:#373737}.req-gate__text{margin:0 0 6px;font-size:15px;font-weight:500;letter-spacing:-.3px;color:#9c9c9c}.req-gate__actions{display:flex;gap:8px;width:100%}.req-gate__btn{flex:1;height:50px;border-radius:10px;font-size:15px;font-weight:500;letter-spacing:-.3px;cursor:pointer}.req-gate__btn--primary{border:0;background:linear-gradient(to right,#3874ab,#8b4fc7);color:#fff}.req-gate__btn--outline{border:1.5px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#3874ab,#8b4fc7) border-box}.req-gate__btn--outline span{background:linear-gradient(to right,#3874ab,#8b4fc7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:480px){.req-gate__actions{flex-direction:column}}.req-pripiska{display:flex;gap:12px;align-items:flex-start;padding:12px;background:#f7f6fc;border-radius:10px}.req-pripiska__icon{width:24px;height:24px;flex-shrink:0}.req-pripiska__body{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:16px}.req-pripiska__head{display:flex;flex-direction:column;gap:4px}.req-pripiska__title{margin:0;font-size:14px;font-weight:600;line-height:1.3;letter-spacing:-.28px;color:#8c52e8}.req-pripiska__text{margin:0;font-size:13px;font-weight:500;line-height:1.3;letter-spacing:-.26px;color:#86829d}.req-pripiska__offer{display:flex;gap:40px;align-items:center;padding:14px;background:#fff;border-radius:10px}.req-pripiska__offer-title{flex-shrink:0;width:133px;font-size:14px;font-weight:600;letter-spacing:-.28px;color:#373737}.req-pripiska__offer-cols{flex:1 1 0;min-width:0;display:flex;gap:8px;align-items:center;text-align:center}.req-pripiska__col{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:4px;align-items:center}.req-pripiska__col-label{font-size:14px;font-weight:500;line-height:1.3;letter-spacing:-.28px;color:#474747}.req-pripiska__col-value{font-size:14px;font-weight:500;line-height:1.5;letter-spacing:-.28px;color:#868686}@media(max-width:640px){.req-pripiska__offer{flex-direction:column;gap:12px;align-items:stretch}.req-pripiska__offer-title{width:auto}.req-pripiska__offer-cols{flex-wrap:wrap;gap:12px}.req-pripiska__col{flex:1 1 40%;align-items:flex-start;text-align:left}}.req-card__submit--done{background:#e7f5ec;color:#2f9e5f;cursor:default}.req-card__submit--done:hover{opacity:1}button.req-result__btn{border:none;cursor:pointer;font-family:inherit}.req-modal--card{max-width:880px;padding:28px}.req-modal--card .req-card{max-width:none}.req-card-loading{padding:60px 0;text-align:center;color:#9a9aa5}
