.offer-form__price{display:flex;align-items:flex-end;gap:6px;width:100%}.offer-form__price .text-field__input-wrapper input{border:none;height:72px}.offer-form__currency{background:rgba(206,204,204,.1);width:94px;height:72px;border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.offer-form__currency--error{margin-bottom:44px}.offer-form .sell__paper{align-items:flex-start}.offer-form__file{width:100px;height:100px;background:rgba(206,204,204,.1);border-radius:10px;overflow:hidden;position:relative}.offer-form__file img{object-fit:cover}.offer-form__file--empty{border:1px dotted hsla(0,0%,100%,.15)}.offer-form__file:hover img{object-fit:contain;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);max-width:500px;max-height:500px;z-index:10;box-shadow:0 4px 8px rgba(0,0,0,.3);width:unset;height:unset}.offer-form__upload{height:48px;width:142px;background:#fff700;display:flex;align-items:center;justify-content:center;color:#191919;font-family:var(--font-space),sans-serif;border-radius:10px;position:relative}.offer-form__upload,.offer-form__upload span{font-weight:700;cursor:pointer}.offer-form__upload input{cursor:pointer;opacity:0;position:absolute;top:0;left:0;height:48px;width:142px;z-index:1}.offer-form__upload-text{color:#cecccc}.offer-form__fee{width:100%;max-width:350px;display:flex;align-items:center;justify-content:flex-end;color:#cecccc;gap:16px}.offer-form__submit-wrapper{width:100%;display:flex;gap:24px}.offer-form__row{display:flex;flex-direction:row;gap:24px;width:max-content}.offer-form__row--center{align-items:center}.offer-form__row--min{flex-wrap:wrap}.offer-form__row--min:has(.counter-field){width:100%}.offer-form__row--min:has(.counter-field) .counter-field{flex:1}.offer-form__submit{height:48px;max-width:max-content}.offer-purchase{width:100%}.offer-purchase__detail{display:flex;justify-content:space-between;padding:24px 0;border-bottom:1px solid rgba(255,247,0,.15)}.offer-purchase__detail:first-child{padding-top:0}.offer-purchase__detail span:first-child{color:#cecccc}.offer-purchase__detail span:last-child{display:flex;gap:6px}.offer-purchase__button{font-size:20px;line-height:28px;font-family:var(--font-space),sans-serif;font-weight:700;border-radius:18px;height:60px;margin:24px 0 16px;width:100%}.offer-purchase__guarantee{display:flex;gap:6px}.offer-purchase__guarantee a{display:contents;color:#0098ff}.offer-purchase__guarantee a:hover{color:#0080d5}.offer-purchase__counter{margin-top:24px}.offer-purchase__row{margin-top:8px;display:flex;justify-content:space-between;font-size:12px;line-height:16px}.offer-purchase__currency{font-size:21px;line-height:1}.offer-purchase__price{display:flex;align-items:center}