.select-field-wrapper{position:relative}.select-field .select__control{cursor:pointer;min-height:48px;display:flex;align-items:center;padding:0 24px;background:rgba(206,204,204,.1);border-radius:18px;box-shadow:none;color:#fff;border:1px solid rgba(0,0,0,0)}.select-field .select__control--is-focused,.select-field .select__control:hover{border-color:#fff700}.select-field .select__control--menu-is-open .select__indicators svg{transition:transform .3s;transform:rotate(180deg)}.select-field .select__input{color:#fff!important}.select-field .select__indicators svg{transition:transform .3s}.select-field .select__value-container{padding:0;margin:0}.select-field .select__menu{z-index:10;width:500px;width:100%;min-width:max-content;background:red!important}.select-field .select__menu ::-webkit-scrollbar{width:4px;height:4px}.select-field .select__menu ::-webkit-scrollbar-track{background:rgba(0,0,0,0);border-radius:10px}.select-field .select__menu ::-webkit-scrollbar-thumb{background:#a0a0a0;border-radius:10px}.select-field .select__menu ::-webkit-scrollbar-thumb:hover{background:#888}.select-field .select__menu-list{background:#191919}.select-field .select__option{min-height:40px}.select-field .select__option--is-focused,.select-field .select__option--is-selected{color:#191919;background:#0098ff}.select-field .select__single-value{margin-right:9px;color:#fff;font-family:var(--font-space),sans-serif;font-weight:700}.select-field--secondary .select__control{background:#191919!important;color:#fff}.select-field--big .select__control{min-height:56px;border-radius:15px}.dropdown-select{position:relative;width:100%;max-width:360px}.dropdown-select .select-field .select__control{background:rgba(206,204,204,.1)}.dropdown-select .select-field .select__input{color:#fff!important}.dropdown-select .select-field--secondary .select__control{background:#191919!important;color:#fff}.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__sum{text-align:right;color:#fff;font-family:var(--font-proxima),sans-serif;font-weight:600}.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 1}.offer-form__submit{height:48px;max-width:max-content}