.currencies-popup-desktop{position:absolute;left:50%;transform:translateX(-50%);top:calc(100% + 8px);width:calc(100% + 20px);border-radius:16px;background-color:var(--cool-gray-850);box-shadow:0 12px 24px 0 rgba(0,0,0,.2);overflow:hidden;z-index:11}.custom-modal--patch-profile .single-form__wrap .currencies-popup__wrapper,.registration-form .currencies-popup__wrapper{width:100%}.currencies-popup__title{display:none;font-size:20px;line-height:24px;color:var(--ZIRCON);margin:0 12px 20px}.bottom-sheet--patch-profile .bottom-sheet .currencies-popup__title{margin:8px 0 16px 0}.currencies-popup__close{display:none}.currencies-popup__section-title{display:none;font-size:16px;margin-bottom:8px;text-align:left}.currencies-popup__section-list{display:flex;flex-direction:column}.currencies-popup__section-list-item{font-size:14px;line-height:20px;color:var(--gray-300);height:44px;padding:10px 12px;display:flex;align-items:center;cursor:pointer;transition:background-color .1s ease;flex-shrink:0}.currencies-popup__section-list-item.active,.no-touch .currencies-popup__section-list-item:hover{border-radius:4px;background-color:var(--gray-700)}.currencies-popup__section-list-item-icon{width:24px;height:24px;margin-right:12px}.currencies-popup__section-list-item-currency-info{font-family:var(--font_lato);font-weight:400;font-size:14px;line-height:20px;color:var(--ZIRCON);margin-left:auto;margin-right:0}.currencies-popup__body{max-height:320px;margin:0 8px 12px}@media(min-width:640px){.currencies-popup__body{margin:8px}}