.marketplace-welcome{width:100%;padding:0 15px 26px;display:flex;justify-content:center}.marketplace-welcome__container{width:100%;max-width:var(--main_width);display:grid;grid-template-columns:547fr 675fr;align-items:center;gap:74px}@media only screen and (max-width:880px){.marketplace-welcome__container{grid-template-columns:1fr;gap:16px}}.marketplace-welcome__img{width:100%;max-width:547px;margin:0 auto}.marketplace-welcome__img img{width:100%;height:100%;object-fit:contain;object-position:center}.marketplace-welcome__info{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.marketplace-welcome__title{font-style:normal;font-weight:400;font-size:36px;line-height:50px;color:var(--gray-900);margin:0}.marketplace-welcome__description{font-size:.875em;line-height:20px;color:var(--gray-500)}.numbers-container{display:flex;flex-direction:column;align-items:center;padding:0 15px}.numbers__list{width:100%;max-width:var(--main_width);flex-flow:row wrap;gap:24px}.numbers__item,.numbers__list{display:flex;align-items:center;justify-content:center}.numbers__item{width:calc(25% - 24px);flex-direction:column;text-align:center;padding:24px;border-radius:var(--main_radius);background:var(--white)}@media only screen and (max-width:768px){.numbers__item{width:calc(50% - 24px)}}@media only screen and (max-width:420px){.numbers__item{width:100%}}.numbers__item-value{font-size:1.5em;line-height:32px;color:var(--orange-500)}.marketplace-list{display:flex;flex-direction:column;gap:8px}.marketplace-list__container{display:flex;justify-content:center;width:100%;padding:0 15px}.marketplace-list__inner{width:100%;max-width:856px}.marketplace-list__title{font-style:normal;font-weight:400;font-size:2.25em;line-height:50px;margin-bottom:24px;text-align:center}.marketplace-list__item{display:flex;align-items:center;gap:16px;padding:24px;background:var(--white);border-radius:var(--main_radius)}@media only screen and (max-width:520px){.marketplace-list__item{flex-direction:column;align-items:flex-start}}.marketplace-list__item-number{flex-shrink:0;width:64px;height:64px;border-radius:50%;border:1px solid var(--green);font-size:1.5em;line-height:32px;color:var(--green);display:flex;align-items:center;justify-content:center}.marketplace-list__item-icon{flex-shrink:0}.marketplace-list__item-info{display:flex;flex-direction:column;gap:4px}.marketplace-list__item-title{font-style:normal;font-weight:400;font-size:1.5em;line-height:32px;margin:0}.marketplace-list__item-description{font-size:.875em;line-height:20px;color:var(--gray-500)}.marketplace-cell{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;width:100%;max-width:314px;padding:24px}@media only screen and (max-width:420px){.marketplace-cell{max-width:100%}}.marketplace-cell__icon{width:80px;height:80px;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--blue-100);border-radius:50%}.marketplace-cell__icon svg{width:32px;height:32px}.marketplace-cell__icon svg path{fill:var(--green)}.marketplace-cell__title{font-size:.875em;line-height:20px;color:var(--gray-500)}.marketplace-schemes{display:grid;grid-gap:24px;width:100%;max-width:1006px}.marketplace-schemes__container{padding:0 15px;width:100%;display:flex;flex-direction:column;align-items:center;gap:48px}.marketplace-schemes__title{margin:0;text-align:center}.marketplace-schemes__tabs{display:flex;width:100%;overflow-x:auto}.marketplace-schemes__tab{flex:1 0 auto;background:none;border:none;padding:18px 25px;border-bottom:1px solid var(--gray-100);color:var(--gray-100);font-size:.875em;line-height:20px;cursor:pointer;transition:var(--transition)}.marketplace-schemes__tab:hover{background:var(--blue-200)}.marketplace-schemes__tab--active{border-bottom:1px solid var(--accent);color:var(--accent)}.marketplace-schemes__content{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px 8px}@media only screen and (max-width:768px){.marketplace-schemes__content{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:540px){.marketplace-schemes__content{grid-template-columns:1fr}}.marketplace-schemes__col{display:flex;flex-direction:column;align-items:center;padding:8px}.marketplace-schemes__col-title{font-size:1.125em;line-height:28px;text-align:center;margin-bottom:10px}.marketplace-schemes__col-blocks{display:flex;flex-direction:column;gap:10px}.marketplace-schemes__paying{display:grid;grid-gap:24px;width:100%;max-width:1038px}.marketplace-schemes__paying-list{padding:8px;display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;grid-gap:8px 40px}@media only screen and (max-width:768px){.marketplace-schemes__paying-list{grid-template-columns:repeat(2,1fr);grid-column-gap:24px}}@media only screen and (max-width:540px){.marketplace-schemes__paying-list{display:flex;flex-direction:column;align-items:center}}.check{display:flex;gap:8px;position:relative;cursor:pointer;align-items:flex-start;text-align:left;user-select:none;font-size:.875em;line-height:20px}.check input{position:absolute;left:0;top:0;visibility:hidden}.check--error{color:var(--red-500)!important}.check--error .check__state{border-color:var(--red-500)!important}.check--disabled{color:var(--blue-500)}.check--disabled.check--checked .check__state,.check--disabled.check--indeterminate .check__state,.check--disabled .check__state{background:var(--blue-500);border:1px solid var(--blue-500)}.check--disabled.check--checked svg path,.check--disabled.check--indeterminate svg path{fill:var(--white)}.check--checked:not(.check.check--disabled),.check--indeterminate:not(.check.check--disabled){color:var(--black)}.check--checked:not(.check.check--disabled) .check__state,.check--indeterminate:not(.check.check--disabled) .check__state{background:var(--accent);border-color:var(--accent)}.check--checked:not(.check.check--disabled) .check__state svg path,.check--indeterminate:not(.check.check--disabled) .check__state svg path{fill:var(--white)}.check__state{width:20px;height:20px;background:var(--white);border:1px solid var(--blue-500);box-sizing:border-box;border-radius:4px;flex-shrink:0;transition:var(--transition)}.check__state,.check__state .icon{display:flex;align-items:center;justify-content:center}.check__state .icon{width:16px;height:16px}.check__state .icon svg path{transition:var(--transition);fill:rgba(0,0,0,0)}.select__list{position:absolute;bottom:0;left:0;width:calc(100% + 2px);transform:translateY(calc(100% - 1px));z-index:10;background:var(--white);border:1px solid var(--blue-500);border-radius:0 0 var(--small_radius) var(--small_radius);box-sizing:border-box;margin:-1px;box-shadow:0 0 8px rgba(0,0,0,.1);overflow:hidden;overflow-y:auto;max-height:200px;display:grid;grid-template-rows:1fr auto}.select__scroll{display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto}.select__clean-list{border-top:1px solid var(--blue-500);padding:8px 12px;color:var(--body-color-muted);cursor:pointer;text-decoration:none}.select__clean-list:hover{color:var(--body-color-muted);border-color:var(--blue-500)}.select__item{width:100%;text-align:left;cursor:pointer;transition:.2s;outline:none;color:var(--body-color-muted);text-decoration:none;display:flex;flex-shrink:0}.select__item--single{padding:8px 12px}.select__item .check{padding:8px 12px;width:100%}.select__item--checked,.select__item:focus,.select__item:hover{background:var(--accent);color:var(--white)}.select{background:var(--white);border:1px solid var(--blue-500);box-sizing:border-box;border-radius:var(--small_radius);position:relative;cursor:text;height:44px;transition:var(--transition);display:flex;margin:0}.select--error{border-color:var(--red-500)}.select__errors{font-size:.75em;line-height:15px;color:var(--red-500);display:flex;flex-direction:column;gap:5px}.select__errors--messages{color:var(--body-color-muted)}.select__container{display:flex;flex-direction:column;align-self:flex-start;gap:5px}.select__title{line-height:20px;white-space:pre-line}.select__field,.select__title{font-weight:400;font-size:.875em;color:var(--body-color-muted)}.select__field{border-radius:var(--small_radius);border:none;box-sizing:border-box;background:none;width:100%;height:100%;padding:20px 12px 5px;outline:none;appearance:none;resize:vertical}.select__field::placeholder{font-weight:400;color:var(--gray-50)}.select--loading{background-color:var(--accent-o1);background-size:31px 31px;background-image:linear-gradient(-45deg,rgba(0,0,0,.1) 25%,rgba(0,0,0,0) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 75%,rgba(0,0,0,0) 0,rgba(0,0,0,0));animation:stripped 2s linear 0s infinite normal none running}.select--no-title .select__field{padding:15px 12px}.select--list{border-radius:var(--small_radius) var(--small_radius) 0 0}.select--list .select__action{z-index:11}.select--list .select__action .icon{transform:rotate(180deg)}.select--list .select__clear{z-index:12}.select--list-top{border-radius:0 0 var(--small_radius) var(--small_radius)}.select--list-top .select__action{z-index:11}.select--list-top .select__action .icon{transform:rotate(180deg)}.select--list-top .select__list{border-radius:var(--small_radius) var(--small_radius) 0 0;position:absolute;top:0;left:0;bottom:auto;transform:translateY(calc(-100% + 1px))}.select--list-top .select__clear{z-index:12}.select__action,.select__clear{background:none;outline:none;border:none;cursor:pointer;padding:10px;position:absolute;right:0;top:0;bottom:0;margin:auto;transition:.2s;z-index:2;display:flex;align-items:center}.select__action:active,.select__action:focus,.select__clear:active,.select__clear:focus{box-shadow:0 0 0 2px var(--accent);border-radius:var(--small_radius)}.select__action .icon,.select__clear .icon{transition:.2s;width:20px;height:20px}.select__action .icon svg path,.select__clear .icon svg path{fill:var(--body-color-muted)}.select__clear{transform:translateX(-50%);z-index:3}.select__field{padding:15px 12px;z-index:1}.select__field-container{position:relative;width:100%}.select__selected{display:flex;gap:4px;align-items:center;margin-left:12px;flex-shrink:0}@media only screen and (max-width:480px){.select__selected{display:none}}.select__selected .icon{width:12px;height:12px;display:flex;align-items:center;justify-content:center}.select__selected .icon svg{width:100%;height:100%}.select__selected-item{cursor:pointer;background:var(--accent);border-radius:var(--small_radius);padding:6px 12px;font-size:.875em;line-height:16px;text-align:center;color:var(--white);text-decoration:none;flex-shrink:0}.select__selected-item:hover{color:var(--white)}.select__selected-item:active,.select__selected-item:focus{box-shadow:0 0 0 4px var(--accent)}.select__selected-item:first-child{display:flex;gap:4px;align-items:center}.select__selected-item:first-child span{display:flex}.select__selected-item:first-child .icon{width:14px;height:14px}.select__selected-item:first-child .icon svg{width:100%;height:100%}.select--multiple{display:flex;align-items:center;padding-right:40px}@-moz-keyframes stripped{0%{background-position:0 0}to{background-position:31px 62px}}@-webkit-keyframes stripped{0%{background-position:0 0}to{background-position:31px 62px}}@-o-keyframes stripped{0%{background-position:0 0}to{background-position:31px 62px}}@keyframes stripped{0%{background-position:0 0}to{background-position:31px 62px}}.switch-button{position:relative;display:inline-flex;align-items:center;gap:10px;font-style:normal;font-weight:400;font-size:.875rem;line-height:20px;color:var(--black);cursor:pointer}.switch-button--active .switch-button__handle{translate:24px 0}.switch-button--active .switch-button__container{background:var(--accent)}.switch-button__container{display:inline-flex;height:22px;width:46px;border-radius:100px;background:var(--gray);padding:2px;transition:.2s}.switch-button__handle{background:var(--white);box-shadow:0 0 0 1px rgba(0,0,0,.04),0 3px 8px rgba(0,0,0,.15),0 3px 1px rgba(0,0,0,.06);border-radius:100px;width:18px;height:18px;transition:.2s}.switch-button [type=checkbox]{width:0;height:0;opacity:0;visibility:hidden;position:absolute;overflow:hidden}.drop-zone-input{display:flex;flex-direction:column;gap:5px}.drop-zone-input__header{display:flex;justify-content:space-between;width:100%;gap:5px}.drop-zone-input__title{font-weight:400;font-size:.875rem;line-height:20px;color:var(--body-color-muted)}.drop-zone-input__error{font-weight:400;font-size:.75rem;line-height:20px;color:var(--red-600)}.drop-zone-input__message{display:flex;justify-content:space-between;width:100%;font-weight:400;font-size:.625rem;line-height:12px;color:var(--gray-100)}.drop-zone-input__field{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;gap:10px;font-weight:500;font-size:1.25rem;cursor:pointer;border:1px dashed var(--gray-50);position:relative;padding:20px}.drop-zone-input__field--over{border-style:solid}.drop-zone-input__prompt{display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:400;font-size:.875rem;line-height:20px;color:var(--body-color-muted)}.drop-zone-input__input{visibility:hidden;opacity:0;width:0;height:0;position:absolute}.drop-zone-input__files{display:flex;flex-direction:column;width:100%;gap:2px}.drop-zone-input__remove{background:none;border:none;display:inline-flex;cursor:pointer}.drop-zone-input__remove .icon{width:18px;height:18px}.drop-zone-input__remove .icon svg path{fill:var(--body-color-muted)}.drop-zone-input__thumb{width:100%;position:relative;font-weight:400;font-size:.75rem;line-height:20px;color:var(--body-color-muted);display:inline-flex;justify-content:center;align-items:center;gap:10px}.drop-zone-input .Document-file-upload-line-icon{width:34px;height:34px}.drop-zone-input .Document-file-upload-line-icon svg path{fill:var(--body-color-muted)}.marketplace-claim{display:flex;flex-direction:column;align-items:center;width:100%;gap:24px;max-width:856px;background:var(--white);border-radius:24px;padding:48px 0;position:relative}.marketplace-claim__title{margin:0}.marketplace-claim__switch{position:absolute;right:16px;top:16px}.marketplace-claim__tabs{display:flex;width:100%;overflow-x:auto;max-width:500px}.marketplace-claim__tab{flex:1 0 auto;background:none;border:none;padding:18px 25px;border-bottom:1px solid var(--gray-100);color:var(--gray-100);font-size:.875em;line-height:20px;cursor:pointer;transition:var(--transition)}.marketplace-claim__tab:hover{background:var(--blue-200)}.marketplace-claim__tab--active{border-bottom:1px solid var(--accent);color:var(--accent)}.marketplace-claim__container{display:flex;justify-content:center;width:100%;padding:0 15px}.marketplace-claim__form{max-width:375px;border:none;padding:0}.marketplace-claim__form .btn{justify-content:center}.marketplace-page{display:grid;grid-gap:48px;padding:32px 0 104px}