@media(min-width:640px){.currencies-popup__wrapper{position:absolute;left:-2px;top:calc(100% + 4px);width:calc(100% + 4px);max-height:280px;border-radius:0 0 16px 16px;background-color:var(--white);box-shadow:var(--drop-down-shadow2);border:none;z-index:2}.dark .currencies-popup__wrapper{background-color:var(--blue-dark-500)}}.currencies-popup__close,.currencies-popup__section-title{display:none}.currencies-popup__header{margin-bottom:16px;padding:8px 0}@media(min-width:640px){.currencies-popup__header{display:none}}.currencies-popup__title{font-weight:600;font-size:18px;line-height:24px;color:var(--gray-500)}.dark .currencies-popup__title{color:var(--white)}.currencies-popup__section{margin-bottom:8px}.currencies-popup__section:last-child{margin-bottom:0}@media(min-width:640px){.currencies-popup__section{width:119px;margin-bottom:0}}@media(max-width:639px){.currencies-popup__section-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}}@media(max-width:639px){.currencies-popup__section-list-item{position:relative;display:flex;align-items:center;gap:4px;padding:8px 12px 8px 8px;border-radius:12px;background-color:var(--gray-500-p-08)}.currencies-popup__section-list-item.active{background-color:var(--white)}.dark .currencies-popup__section-list-item.active{background-color:transparent}.currencies-popup__section-list-item.active:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;border:2px solid var(--orange-500)}.dark .currencies-popup__section-list-item{background-color:var(--blue-500-p-10)}}@media(min-width:640px){.currencies-popup__section-list-item{display:flex;gap:8px;padding:8px 16px;font-weight:500;font-size:16px;line-height:24px;color:var(--gray-500);cursor:pointer;transition:all .2s ease-out}.no-touch .currencies-popup__section-list-item:hover{background-color:var(--gray-500-p-6)!important}.dark .no-touch .currencies-popup__section-list-item:hover{background-color:var(--blue-500-p-8)!important}.currencies-popup__section:last-child .currencies-popup__section-list-item:last-child{border-radius:0 0 16px 16px}}.currencies-popup__section-list-item-icon{width:24px;height:24px}.currencies-popup__section-list-item-code{flex:1;text-align:center;font-weight:500;font-size:14px;line-height:20px;color:var(--gray-500)}.dark .currencies-popup__section-list-item-code{color:var(--white)}@media(min-width:640px){.currencies-popup__section-list-item-code{flex:0;text-align:left;font-weight:500;font-size:16px;line-height:24px;color:var(--gray-500)}.dark .currencies-popup__section-list-item-code{color:var(--white)}.currencies-popup__section-list-item.active .currencies-popup__section-list-item-code{color:var(--orange-500)}}