.blog-card{display:flex;flex-direction:column;gap:24px;padding:8px;background:var(--bg-tray);border-radius:var(--radius-xl);text-decoration:none;color:inherit;transition:opacity .2s ease}.blog-card:hover{opacity:.8}.blog-card__thumb{overflow:hidden;border-radius:var(--radius-m)}.blog-card__thumb img{display:block;width:100%;height:100%;object-fit:cover}.blog-card__body{display:flex;flex-direction:column;gap:24px;padding:0 8px}.blog-card__meta{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:500;line-height:20px;color:var(--text-body);letter-spacing:-0.28px;white-space:nowrap}.blog-card__title{margin:0;font-size:24px;font-weight:500;line-height:1.1;color:var(--text-primary);padding-bottom:29px}.blog-section{display:flex;flex-direction:column;gap:32px;padding:0 var(--container-mob-padding);margin-top:96px;font-family:var(--font-roboto)}@media(min-width: 768.02px){.blog-section{gap:64px;margin-top:120px;padding:0 var(--container-padding)}}@media(min-width: 1272.02px){.blog-section{padding:0}}.blog-section__divider{height:1px;background:var(--border-divider);flex-shrink:0}.blog-section__header{display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media(min-width: 1024.02px){.blog-section__header{flex-direction:row;align-items:center;justify-content:space-between;gap:24px}}.blog-section__title{margin:0;font-size:32px;font-weight:400;line-height:1.1;color:var(--text-primary)}@media(min-width: 768.02px){.blog-section__title{font-size:48px}}.blog-section__all{display:inline-flex;align-items:center;justify-content:center;height:53px;min-width:286px;padding:0 24px;background:var(--accent);border-radius:var(--radius-full);font-size:18px;font-weight:400;line-height:1;letter-spacing:-0.02em;color:#fff;text-decoration:none;white-space:nowrap;transition:background .2s}@media(max-width: 1024px){.blog-section__all{width:100%}}.blog-section__all:hover{background:var(--accent-hover)}.blog-section__body{display:flex;flex-direction:column;gap:16px}.blog-section__slider{overflow:hidden;width:100%}.blog-section__track{display:flex;align-items:stretch;transition:transform .35s ease}.blog-section__slide{flex:0 0 auto;box-sizing:border-box;padding-right:16px}.blog-section__slide:last-child{padding-right:0}.blog-section__slide .blog-card{height:100%}.blog-section__nav{display:flex;align-items:center;justify-content:flex-end;gap:8px}.blog-section__nav-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:8px;border:none;cursor:pointer;border-radius:var(--radius-full);transition:background .2s,color .2s,opacity .2s;background:rgba(0,103,236,.16)}.blog-section__nav-btn:disabled{opacity:.5;cursor:default;background:#f8f8f8}.blog-section__nav-btn--prev{color:var(--accent)}.blog-section__nav-btn--next{color:var(--accent)}.blog-section__nav-icon{width:24px;height:24px;background:currentColor}.blog-section__nav-icon--prev{-webkit-mask:url("../img/icons/arrow-left.svg") center/contain no-repeat;mask:url("../img/icons/arrow-left.svg") center/contain no-repeat}.blog-section__nav-icon--next{-webkit-mask:url("../img/icons/arrow-right.svg") center/contain no-repeat;mask:url("../img/icons/arrow-right.svg") center/contain no-repeat}.changer{position:relative;display:flex;flex-direction:column;gap:8px;padding:8px;border-radius:16px;background:rgba(250,250,250,.48);backdrop-filter:blur(20px)}.changer__tabs{display:flex;height:36px;align-items:center;padding:2px 4px;background:var(--bg-surface);border:1px solid var(--border);border-radius:16px}.changer__tab{flex:1;display:flex;align-items:center;justify-content:center;padding:4px 12px;border:none;background:rgba(0,0,0,0);border-radius:999px;font-size:14px;letter-spacing:-0.02em;color:#4e4e4e;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.changer__tab--active{background:var(--accent);color:#fff;height:28px}.changer__group{position:relative;display:flex;flex-direction:column;gap:2px}.changer__block{display:flex;flex-direction:column;gap:16px;padding:16px;background:var(--bg-surface);border:1px solid var(--border);border-radius:16px}.changer__amount-row{display:flex;align-items:center;justify-content:space-between;width:100%}.changer__amount{position:relative;flex:1;min-width:0}.changer__input{display:block;width:100%;font-size:32px;font-weight:500;line-height:1.2;color:#1c1c1e;opacity:.9;background:rgba(0,0,0,0);border:none;outline:none;padding:0}.change__in-dollar{display:none}.changer__label{flex-shrink:0;margin-left:12px;font-size:16px;line-height:1;color:var(--text-hint);white-space:nowrap}.changer__rate-text{font-size:12px;line-height:15px;color:#4e4e4e;text-transform:capitalize}.changer__rate-text:empty{display:none}.changer__currency-btn{display:flex;align-items:center;justify-content:space-between;width:100%;height:56px;padding:8px;background:var(--bg-input);border-radius:12px;border:none;cursor:pointer}.changer__coin-left{display:flex;align-items:center;gap:4px}.changer__ticker{font-size:18px;font-weight:500;line-height:1.2;color:#1c1c1e;opacity:.9;white-space:nowrap}.changer__coin-right{display:flex;align-items:center;gap:6px}.changer__fullname{font-size:14px;line-height:15px;color:#4e4e4e;text-transform:capitalize;white-space:nowrap}.changer__network-badge{padding:3px 4px 2px;background:var(--accent);border-radius:4px;font-size:14px;line-height:1.2;color:#fff;text-transform:capitalize;white-space:nowrap}.changer__chevron{width:10px;height:6px;color:#4e4e4e;flex-shrink:0}.changer__block--from{position:relative}.changer__swap{position:absolute;left:50%;bottom:-21px;transform:translateX(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border-radius:50%;box-shadow:1.25px 1.25px 7.5px 0 rgba(43,43,54,.15);border:none;cursor:pointer}.changer__swap-icon{width:22.5px;height:22.5px;color:#1c1c1e}.changer__submit{display:flex;align-items:center;justify-content:center;width:100%;height:53px;padding:20px 24px;background:var(--accent);border:none;border-radius:100px;font-size:18px;letter-spacing:-0.02em;color:#fff;cursor:pointer;transition:background .15s}.changer__submit:hover:not(:disabled){background:var(--accent-hover)}.changer__submit:disabled{opacity:.5;cursor:not-allowed}.changer__block.rate-error{border-color:var(--color-error)}.changer__block.rate-error .changer__input{color:var(--color-error)}.changer__pair-error{display:none;font-size:12px;line-height:15px;color:var(--color-error)}.changer__pair-error.active{display:block}.changer__error{display:none;font-size:12px;color:var(--danger);text-align:left;cursor:pointer;width:100%}.changer__error.active{display:block}.changer__loader{position:absolute;right:8px;top:50%;transform:translateY(-50%);pointer-events:none}.currency-popup{position:fixed;inset:0;z-index:1000;display:none;flex-direction:column;align-items:center;justify-content:flex-end}@media(min-width: 768.02px){.currency-popup{position:absolute;justify-content:flex-start}}.currency-popup.active{display:flex}.currency-popup .reset-btn{background:rgba(0,0,0,0);border:0;cursor:pointer;color:inherit;font:inherit}.currency-popup .reset-input{background:rgba(0,0,0,0);border:0;padding:0;color:inherit;font:inherit;outline:none;width:100%}.currency-popup__modal{position:relative;display:flex;flex-direction:column;gap:8px;width:100%;height:100%;max-width:100%;padding:16px 8px 8px;background:var(--bg-modal);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;overflow:hidden;animation:currency-popup-sheet-in .25s ease-out}@media(min-width: 768.02px){.currency-popup__modal{background:var(--bg-overlay);backdrop-filter:none;-webkit-backdrop-filter:none;animation:currency-popup-modal-in .18s ease-out}}.currency-popup__header{display:flex;align-items:center;justify-content:space-between;padding:0 8px;flex-shrink:0}.currency-popup__title{margin:0;font-size:18px;font-weight:400;line-height:1;color:var(--text-primary)}.currency-popup__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--text-tertiary);transition:color .15s ease}.currency-popup__close:hover{color:var(--text-primary)}.currency-popup__close svg{width:100%;height:100%}.currency-popup__body{display:flex;flex-direction:column;gap:16px;padding:8px;min-height:0;flex:1;background:var(--bg-modal);border:1px solid var(--border-modal);border-radius:16px;overflow:hidden}.currency-popup__search,.currency-popup .js-search{display:flex;align-items:center;gap:8px;height:56px;padding:4px 16px;background:var(--bg-input);border-radius:12px;flex-shrink:0}.currency-popup__search-input{flex:1;min-width:0;font-size:16px;line-height:1.3;color:var(--text-hint)}.currency-popup__search-input::placeholder{color:var(--text-hint);opacity:1}.currency-popup__search-clear,.currency-popup .js-search_curr-icon__button{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--text-hint);cursor:pointer;transition:color .15s ease}.currency-popup__search-clear:hover,.currency-popup .js-search_curr-icon__button:hover{color:var(--text-primary)}.currency-popup__search-clear .currency-search__button__search-icon,.currency-popup__search-clear .currency-search__button__close-icon,.currency-popup .js-search_curr-icon__button .currency-search__button__search-icon,.currency-popup .js-search_curr-icon__button .currency-search__button__close-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.currency-popup__search-clear .currency-search__button__search-icon svg,.currency-popup__search-clear .currency-search__button__close-icon svg,.currency-popup .js-search_curr-icon__button .currency-search__button__search-icon svg,.currency-popup .js-search_curr-icon__button .currency-search__button__close-icon svg{width:100%;height:100%}.currency-popup__list,.currency-popup .js-search-items{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;border-radius:12px;scrollbar-width:thin;scrollbar-color:rgba(115,115,115,.4) rgba(0,0,0,0)}.currency-popup__list::-webkit-scrollbar,.currency-popup .js-search-items::-webkit-scrollbar{width:4px}.currency-popup__list::-webkit-scrollbar-track,.currency-popup .js-search-items::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.currency-popup__list::-webkit-scrollbar-thumb,.currency-popup .js-search-items::-webkit-scrollbar-thumb{background:rgba(115,115,115,.4);border-radius:var(--radius-full)}.currency-popup__item{display:flex;align-items:center;gap:4px;width:100%;height:48px;padding:0 16px;flex-shrink:0;background:rgba(0,0,0,0);border:0;cursor:pointer;text-align:left;color:inherit;transition:background-color .15s ease;border-radius:10px}.currency-popup__item:hover{background:var(--bg-input)}.currency-popup__icon-wrapper{flex-shrink:0;position:relative;width:18px;height:18px}.currency-popup__icon{display:block;width:18px;height:18px;background-size:contain;background-repeat:no-repeat;background-position:center;border-radius:50%}.currency-popup__name{font-size:18px;font-weight:500;line-height:1.2;color:var(--text-primary);opacity:.9;white-space:nowrap}.currency-popup__network{display:flex;align-items:center;gap:6px;margin-left:auto;font-size:14px;line-height:1;color:var(--text-tertiary);white-space:nowrap;text-transform:capitalize}.currency-popup__network_title{display:inline-flex;align-items:center;padding:3px 4px 2px;background:var(--accent);color:#fff;font-size:12px;font-weight:400;line-height:1.2;border-radius:4px;white-space:nowrap}.currency-popup .currency-search__nothing_to_find{width:100%;padding:24px 12px;text-align:center;color:var(--text-secondary)}.currency-popup .currency-search__nothing_to_find h4{margin:0;font-size:14px;line-height:18px;font-weight:500}.changer_popup-open>.changer__tabs,.changer_popup-open>.changer__group,.changer_popup-open>.changer__submit{visibility:hidden}html.overflow,html.overflow body{overflow:hidden}@keyframes currency-popup-sheet-in{from{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes currency-popup-modal-in{from{transform:scale(0.96);opacity:0}to{transform:scale(1);opacity:1}}.faq{background:var(--bg-tray);border-radius:var(--radius-xl);display:flex;flex-direction:column;gap:32px;padding:24px 16px;margin-top:96px;margin-bottom:120px}@media(min-width: 768.02px){.faq{gap:64px;padding:64px 32px 32px;margin-top:120px;margin-bottom:120px}}.faq__header{display:flex;flex-direction:column;gap:8px}@media(min-width: 1024.02px){.faq__header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.faq__title{margin:0;font-weight:400;font-size:32px;line-height:1.1;color:var(--text-primary);flex-shrink:0}@media(min-width: 768.02px){.faq__title{font-size:48px;max-width:456px}}.faq__subtitle{margin:0;font-weight:400;font-size:20px;line-height:1.2;letter-spacing:-0.01em;color:var(--text-body)}@media(min-width: 1024.02px){.faq__subtitle{max-width:432px;flex-shrink:0}}.faq__content{display:flex;flex-direction:column;gap:16px}@media(min-width: 1024.02px){.faq__content{flex-direction:row;align-items:flex-start}}.faq__cta{position:relative;background:var(--bg-tray);border-radius:24px;padding:24px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;height:204px;flex-shrink:0}@media(min-width: 1024.02px){.faq__cta{width:306px;height:296px}}.faq__cta-title{margin:0;font-weight:400;font-size:40px;line-height:1.1;color:#fff;position:relative;z-index:1;white-space:pre-line}@media(min-width: 1024.02px){.faq__cta-title{font-size:48px}}.faq__cta-btn{display:flex;align-items:center;justify-content:center;height:40px;width:100%;background:#fff;border-radius:100px;font-size:14px;font-weight:400;color:#000;text-decoration:none;letter-spacing:-0.02em;position:relative;z-index:1;transition:opacity .15s}@media(min-width: 1024.02px){.faq__cta-btn{width:258px}}.faq__cta-btn:hover{opacity:.9}.faq__list{display:flex;flex-direction:column;gap:16px;flex:1 0 0;min-width:0}.faq__item{background:var(--bg-surface);border-radius:40px;overflow:hidden;padding:16px 16px 16px 24px;display:flex;flex-direction:column;gap:16px}.faq__item-header{display:flex;gap:8px;align-items:center;cursor:pointer}.faq__item-question{flex:1 0 0;min-width:0;margin:0;font-weight:500;font-size:20px;line-height:1.1;color:var(--text-primary)}.faq__item-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:8px;background:var(--bg-tray);border:none;border-radius:100px;cursor:pointer;flex-shrink:0;position:relative}.faq__item-btn::before{content:"";position:absolute;width:14px;height:2px;background:var(--text-primary);border-radius:2px}.faq__item-btn::after{content:"";position:absolute;width:2px;height:14px;background:var(--text-primary);border-radius:2px;transition:opacity .2s,transform .2s}.faq__item--open .faq__item-btn::after{opacity:0;transform:rotate(90deg)}.faq__item-body{display:none;padding-right:8px}.faq__item--open .faq__item-body{display:block}.faq__item-answer{margin:0;font-weight:400;font-size:18px;line-height:1.4;letter-spacing:-0.01em;color:var(--text-body)}.faq__item-answer a{color:var(--accent-icon);text-decoration:underline}.features{display:flex;flex-direction:column;gap:40px;margin-top:48px;padding:0 var(--container-mob-padding)}@media(min-width: 768.02px){.features{gap:56px;margin-top:152px;padding:0 var(--container-padding)}}@media(min-width: 1272.02px){.features{padding:0}}.features__divider{height:1px;background:var(--border-divider);flex-shrink:0}.features__header{display:flex;flex-direction:column;gap:12px}@media(min-width: 1024.02px){.features__header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:24px}}.features__title{margin:0;font-weight:400;font-size:32px;line-height:1.1;color:var(--text-primary)}@media(min-width: 768.02px){.features__title{font-size:48px}}.features__subtitle{margin:0;font-weight:400;font-size:20px;line-height:1.4;color:var(--text-body)}.features__subtitle strong{font-weight:400;color:var(--text-primary)}@media(min-width: 1024.02px){.features__subtitle{max-width:432px;flex-shrink:0}}.features__cards{display:grid;grid-template-columns:repeat(2, 1fr);gap:12px}@media(min-width: 1024.02px){.features__cards{flex-direction:row;display:flex;gap:16px}}.features__card{flex:1;min-height:200px;background:var(--bg-tray);border-radius:24px;padding:16px;display:flex;flex-direction:column;justify-content:space-between}@media(min-width: 1024.02px){.features__card{height:296px;padding:24px}}.features__tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 6px;background:var(--bg-page);border:1px solid var(--border);border-radius:8px;align-self:flex-start}.features__tag-icon{display:flex;align-items:center;justify-content:center;color:var(--accent-icon);flex-shrink:0}.features__tag-label{font-size:14px;font-weight:400;line-height:1;color:var(--text-body)}.features__value-group{display:flex;flex-direction:column;gap:12px}.features__value{font-weight:700;font-size:56px;line-height:1;background:linear-gradient(115deg, #002597 2.91%, #4978FF 123.41%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;white-space:nowrap}@media(min-width: 768.02px){.features__value{font-size:64px}}@media(max-width: 640px){.features__value{font-size:32px}}.features__unit{font-size:28px;font-weight:500;color:var(--accent)}@media(min-width: 768.02px){.features__unit{font-size:32px}}@media(max-width: 640px){.features__unit{font-size:16px}}.features__desc{margin:0;font-size:20px;font-weight:400;line-height:1.3;color:var(--text-body)}@media(min-width: 768.02px){.features__desc{font-size:16px}}.howto{display:flex;flex-direction:column;gap:24px;margin-top:96px;padding:0 var(--container-mob-padding)}@media(min-width: 768.02px){.howto{gap:64px;margin-top:120px;padding:0 var(--container-padding)}}@media(min-width: 1272.02px){.howto{padding:0}}.howto__divider{height:1px;background:var(--border-divider);flex-shrink:0}.howto__header{display:flex;flex-direction:column;gap:12px}@media(min-width: 1024.02px){.howto__header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:24px}}.howto__title{margin:0;font-weight:400;font-size:32px;line-height:1.1;color:var(--text-primary)}@media(min-width: 768.02px){.howto__title{font-size:48px}}.howto__subtitle{margin:0;font-weight:400;font-size:16px;line-height:1.2;letter-spacing:-0.02em;color:var(--text-body)}@media(min-width: 1024.02px){.howto__subtitle{font-size:20px;max-width:432px;flex-shrink:0}}.howto__body{display:flex;flex-direction:column;gap:24px;align-items:flex-end;margin-top:8px}@media(min-width: 1024.02px){.howto__body{margin-top:0}}.howto__slider{overflow:hidden;width:100%}.howto__track{display:flex;transition:transform .35s ease}.howto__slide{flex:0 0 auto;box-sizing:border-box;padding-right:16px}.howto__slide:last-child{padding-right:0}.howto__card{position:relative;height:296px;background:var(--bg-tray);border-radius:24px;padding:24px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.howto__card-title{margin:0;font-weight:600;font-size:20px;line-height:1.1;color:var(--text-primary);position:relative;z-index:1}.howto__card-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, calc(-50% - 15px));width:62px;height:62px;background:var(--accent-icon);border-radius:10px;display:flex;align-items:center;justify-content:center;padding:17px;flex-shrink:0}.howto__card-icon img{display:block;width:100%;height:100%}.howto__card-desc{margin:0;font-weight:400;font-size:18px;line-height:1.2;letter-spacing:-0.01em;color:var(--text-secondary);position:relative;z-index:1;max-width:264px}.howto__nav{display:flex;gap:8px;align-items:center}@media(min-width: 1024.02px){.howto__nav{display:none}}.howto__nav-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:8px;border:none;cursor:pointer;transition:background .2s,border-radius .2s,color .2s;background:rgba(0,103,236,.24);border-radius:100px;color:var(--accent)}.howto__nav-btn:disabled{background:var(--bg-tray);color:var(--text-secondary);cursor:default}.offers{display:flex;flex-direction:column;gap:32px;padding:24px 16px;background:var(--bg-tray);border-radius:var(--radius-xl);font-family:var(--font-roboto);margin-top:96px}@media(min-width: 768.02px){.offers{gap:64px;padding:64px 32px 32px;margin-top:120px}}.offers__header{display:flex;flex-direction:column;gap:8px}@media(min-width: 1024.02px){.offers__header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:24px}}.offers__title{margin:0;font-size:32px;font-weight:400;line-height:1.1;color:var(--text-primary)}@media(min-width: 768.02px){.offers__title{font-size:48px;max-width:456px;flex-shrink:0}}.offers__subtitle{margin:0;font-size:20px;font-weight:400;line-height:1.2;letter-spacing:-0.01em;color:var(--text-body)}@media(min-width: 1024.02px){.offers__subtitle{max-width:432px;flex-shrink:0}}.offers__cards{display:flex;flex-direction:column;gap:16px}@media(min-width: 1024.02px){.offers__cards{flex-direction:row;align-items:stretch}}.offers__card{position:relative;flex:1;height:444px;background:var(--bg-surface);border-radius:var(--radius-xl);padding:32px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}@media(max-width: 1024px){.offers__card{flex:unset}}.offers__card-title{margin:0;font-size:20px;font-weight:500;line-height:1.1;color:var(--text-primary);white-space:nowrap;position:relative;z-index:1}.offers__card-desc{margin:0;font-size:18px;font-weight:400;line-height:1.3;letter-spacing:-0.01em;color:var(--text-body);position:relative;z-index:1}.offers__card-img{position:absolute;max-width:none;pointer-events:none}.offers__card-img--dark{display:none}.offers__card-img--support{left:50%;top:calc(50% - 30px);transform:translate(-50%, -50%)}@media(min-width: 1024.02px){.offers__card-img--support{left:84px;top:99px;transform:none}}.offers__card-img--noncustodial{left:calc(50% - 183px);top:calc(50% - 166px)}.offers__card-img--payment{left:calc(50% - 302px);top:-58px}.partners{display:flex;flex-direction:column;gap:40px;padding:0 var(--container-mob-padding);margin-top:96px}@media(min-width: 768.02px){.partners{gap:56px;margin-top:120px;padding:0 var(--container-padding)}}@media(min-width: 1272.02px){.partners{padding:0}}.partners__divider{height:1px;background:var(--border-divider);flex-shrink:0}.partners__header{display:flex;flex-direction:column;gap:12px}@media(min-width: 1024.02px){.partners__header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:24px}}.partners__title{margin:0;font-size:32px;font-weight:400;line-height:1.1;color:var(--text-primary)}@media(min-width: 768.02px){.partners__title{font-size:48px}}.partners__subtitle{margin:0;font-size:16px;font-weight:400;line-height:1.4;color:var(--text-body)}@media(min-width: 1024.02px){.partners__subtitle{font-size:20px;max-width:432px;flex-shrink:0}}.partners__body{display:flex;flex-direction:column;gap:32px}.partners__row{display:flex;flex-direction:column;gap:16px;width:100%}@media(min-width: 1024.02px){.partners__row{flex-direction:row;align-items:stretch}}.partners__featured{position:relative;background:var(--bg-tray);border-radius:24px;padding:24px;overflow:hidden;height:296px;flex-shrink:0}@media(min-width: 1024.02px){.partners__featured{flex:1 0 0}}.partners__featured-inner{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%}.partners__featured-top{display:flex;align-items:flex-start;gap:16px}.partners__featured-logo-wrap{flex-shrink:0;border:1px solid hsla(0,0%,100%,.6);border-radius:14px;padding:6px}.partners__featured-logo{display:block;width:72px;height:72px}.partners__featured-text{margin:0;font-size:14px;font-weight:400;line-height:1.2;color:#fff}.partners__featured-cta{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 24px;background:var(--bg-surface);border:none;border-radius:100px;font-size:14px;font-weight:400;line-height:1;color:var(--text-primary);cursor:pointer;text-decoration:none;letter-spacing:-0.02em;align-self:stretch;white-space:nowrap;transition:opacity .15s}.partners__featured-cta:hover{opacity:.9}.partners__slider{overflow:hidden;width:100%}@media(min-width: 1024.02px){.partners__slider{flex:3 0 0}}.partners__track{display:flex;transition:transform .35s ease}.partners__slide{flex:0 0 auto;box-sizing:border-box;padding-right:16px}.partners__slide:last-child{padding-right:0}.partners__card{position:relative;height:296px;background:var(--bg-tray);border-radius:24px;padding:24px;display:flex;align-items:center;justify-content:center;overflow:hidden}.partners a.partners__card{text-decoration:none;color:inherit}.partners__card-name{position:absolute;top:32px;left:32px;font-size:20px;font-weight:500;line-height:1.1;color:var(--text-primary);white-space:nowrap}.partners__card-icon-wrap{border:1px solid var(--accent);border-radius:14px;padding:6px;display:flex;flex-shrink:0}.partners__card-icon{display:block;width:72px;height:72px}.partners__card-icon--wide{object-fit:contain}.partners__footer{display:flex;align-items:center;justify-content:space-between}.partners__count{margin:0;font-size:20px;font-weight:400;line-height:1.2;color:var(--text-secondary)}.partners__count strong{font-weight:700;color:var(--text-primary)}.partners__nav{display:flex;align-items:center;gap:8px}.partners__nav-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:8px;border:none;cursor:pointer;border-radius:100px;transition:background .2s,border-radius .2s,color .2s;background:rgba(0,103,236,.16);color:var(--accent)}.partners__nav-btn:disabled{background:var(--bg-tray);color:var(--text-secondary);cursor:default}.promo{padding-top:176px}.promo__content{display:flex;align-items:center;gap:48px;width:100%;justify-content:center;margin:0 auto;padding:0 var(--container-padding)}@media(max-width: 1024px){.promo__content{flex-direction:column}}.promo__title{margin:0;font-size:32px;font-weight:400;font-family:var(--font-roboto);line-height:1.1;letter-spacing:-0.02em;color:var(--text-primary);max-width:602px;text-align:center}@media(min-width: 1024.02px){.promo__title{font-size:64px;text-align:left}}@media(max-width: 375px){.promo__title{font-size:26px}}.promo__title-gradient{background:linear-gradient(180deg, #1849F7 28.48%, #0C2066 92.22%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.promo__title-desktop{display:none}@media(min-width: 1024.02px){.promo__title-desktop{display:inline}}.promo__title-mobile{display:inline}@media(min-width: 1024.02px){.promo__title-mobile{display:none}}.promo__title-accent{font-style:italic;color:var(--accent-icon)}.promo__exchanger{width:100%;max-width:524px}.reviews{display:flex;flex-direction:column;gap:40px;padding:24px var(--container-mob-padding);background:var(--bg-tray);border-radius:var(--radius-xl);margin-top:96px}@media(min-width: 768.02px){.reviews{gap:56px;margin-top:120px;padding:64px 32px 32px 32px}}.reviews__divider{height:1px;background:var(--border-divider);flex-shrink:0}.reviews__header{display:flex;flex-direction:column;gap:8px}@media(min-width: 1024.02px){.reviews__header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:24px}}.reviews__title{margin:0;font-weight:400;font-size:32px;line-height:1.1;color:var(--text-primary);flex-shrink:0}@media(min-width: 768.02px){.reviews__title{font-size:48px;max-width:456px}}.reviews__subtitle{margin:0;font-weight:400;font-size:20px;line-height:1.2;letter-spacing:-0.01em;color:var(--text-body)}@media(min-width: 1024.02px){.reviews__subtitle{max-width:432px;flex-shrink:0}}.reviews__body{display:flex;flex-direction:column;gap:32px;align-items:flex-end}.reviews__row{display:flex;flex-direction:column;gap:16px;width:100%;align-items:stretch}@media(min-width: 1024.02px){.reviews__row{flex-direction:row;align-items:stretch}}.reviews__rating-card{position:relative;border:1px solid rgba(109,109,113,.3);border-radius:24px;padding:24px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;gap:24px;height:242px;flex-shrink:0}@media(min-width: 1024.02px){.reviews__rating-card{flex:1 0 0;height:312px}}.reviews__rating-blob{position:absolute;width:402px;height:402px;left:-96px;top:-24px;background:radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 103, 236, 0) 60%);filter:blur(10px);pointer-events:none;transform:rotate(180deg)}.reviews__rating-top{display:flex;gap:16px;align-items:center;color:#fff;position:relative;z-index:1;flex-shrink:0}.reviews__rating-score{margin:0;font-weight:600;font-size:64px;line-height:1.1;white-space:nowrap;color:#fff}.reviews__rating-desc{margin:0;font-weight:400;font-size:14px;line-height:1.2;color:hsla(0,0%,100%,.9)}.reviews__rating-bottom{display:flex;flex-direction:column;gap:16px;align-items:center;width:100%;position:relative;z-index:1}.reviews__rating-meta{display:flex;gap:16px;align-items:flex-start;width:100%}.reviews__avatars{position:relative;display:flex;align-items:center;flex-shrink:0}.reviews__avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;margin-right:-10px;border:1px solid #fff;overflow:hidden;background:#0067ec}.reviews__avatar svg{display:block;width:100%;height:100%}.reviews__avatar:last-of-type{margin-right:0}.reviews__avatars-count{position:absolute;left:72px;top:50%;transform:translateY(-50%);font-size:8px;font-weight:700;color:#fff;white-space:nowrap;pointer-events:none}.reviews__rating-source{display:flex;flex-direction:column;justify-content:space-between;height:32px;flex-shrink:0}.reviews__rating-stars{display:flex;gap:2px}.reviews__rating-label{margin:0;font-size:12px;font-weight:400;color:#fff;white-space:nowrap;line-height:1.2}.reviews__rating-label strong{font-weight:700}.reviews__all-btn{display:flex;align-items:center;justify-content:center;width:100%;height:40px;background:#fff;border-radius:100px;font-size:14px;font-weight:400;color:#000;text-decoration:none;letter-spacing:-0.02em;flex-shrink:0;transition:opacity .2s}.reviews__all-btn:hover{opacity:.9}.reviews__slider{overflow:hidden;width:100%}@media(min-width: 1024.02px){.reviews__slider{flex:3 0 0}}.reviews__track{display:flex;transition:transform .35s ease}.reviews__slide{flex:0 0 auto;box-sizing:border-box;padding-right:16px;display:flex;flex-direction:column;gap:8px}.reviews__slide:last-child{padding-right:0}.reviews__card-author{background:var(--bg-surface);border-radius:16px;padding:16px 24px;flex-shrink:0}.reviews__card-name{margin:0;font-weight:500;font-size:20px;line-height:1.1;color:var(--text-primary)}.reviews__card-date{margin:6px 0 0;font-size:12px;font-weight:400;line-height:1.2;color:var(--text-secondary)}.reviews__card-body{background:var(--bg-surface);border-radius:16px;padding:24px;flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between;min-height:230px}@media(min-width: 1024.02px){.reviews__card-body{height:230px;min-height:unset}}.reviews__card-stars{flex-shrink:0;line-height:0}.reviews__card-text{display:flex;flex-direction:column;gap:8px}.reviews__card-title{margin:0;font-weight:600;font-size:18px;line-height:1.3;letter-spacing:-0.01em;color:var(--text-primary)}.reviews__card-desc{margin:0;font-weight:400;font-size:18px;line-height:1.3;letter-spacing:-0.01em;color:var(--text-secondary)}.reviews__nav{display:flex;gap:8px;align-items:center}.reviews__nav-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:8px;border:none;cursor:pointer;transition:background .2s,border-radius .2s,color .2s;background:rgba(0,103,236,.24);border-radius:100px;color:var(--accent)}.reviews__nav-btn:disabled{background:var(--bg-tray);color:var(--text-secondary);cursor:default}.reviews__nav-counter{display:none}.transactions{background:var(--bg-tray);border-radius:24px;display:flex;flex-direction:column;gap:32px;padding:24px var(--container-padding);margin-top:96px}@media(min-width: 768.02px){.transactions{gap:64px;padding:64px 32px 32px;margin-top:120px}}.transactions__header{display:flex;flex-direction:column;gap:8px}@media(min-width: 1024.02px){.transactions__header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.transactions__title{margin:0;font-size:32px;font-weight:400;line-height:1.1;color:var(--text-primary)}@media(min-width: 768.02px){.transactions__title{font-size:48px}}.transactions__subtitle{margin:0;font-size:20px;font-weight:400;line-height:1.2;color:var(--text-body);letter-spacing:-0.2px}@media(min-width: 1024.02px){.transactions__subtitle{max-width:432px;flex-shrink:0}}.transactions__table{display:flex;flex-direction:column;gap:16px}.transactions__cols{display:none}@media(min-width: 1024.02px){.transactions__cols{display:grid;grid-template-columns:190px 1fr 220px 147px;align-items:center;padding:0 12px 0 24px;font-size:16px;font-weight:500;color:var(--text-secondary);letter-spacing:-0.32px}}.transactions__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.transactions__item{background:var(--bg-page);border-radius:24px;display:flex;flex-direction:column;gap:24px;padding:24px;position:relative}@media(min-width: 1024.02px){.transactions__item{border-radius:48px;display:grid;gap:0;grid-template-columns:190px 1fr 220px 147px;grid-template-rows:64px;padding:0 12px 0 24px}}.transactions__exchange-wrap{align-items:center;display:flex;justify-content:space-between}@media(min-width: 1024.02px){.transactions__exchange-wrap{display:contents}}.transactions__amount{color:var(--text-primary);font-size:26px;font-weight:600;letter-spacing:-0.52px;line-height:1.2}@media(min-width: 1024.02px){.transactions__amount{align-self:center;font-size:18px;grid-column:3;grid-row:1;letter-spacing:-0.36px}}.transactions__date{color:var(--text-secondary);font-size:12px;letter-spacing:-0.24px;line-height:1.2;position:absolute;right:24px;top:24px;white-space:nowrap}@media(min-width: 1024.02px){.transactions__date{align-self:center;color:var(--text-primary);font-size:18px;grid-column:1;grid-row:1;letter-spacing:-0.36px;position:static}}.transactions__exchange{display:flex;flex-direction:column;gap:4px}@media(min-width: 1024.02px){.transactions__exchange{align-items:center;align-self:center;flex-direction:row;gap:8px;grid-column:2;grid-row:1}}.transactions__coin{align-items:center;display:flex;gap:8px}.transactions__coin-icon{background-position:center;background-size:contain;border-radius:50%;flex-shrink:0;height:32px;width:32px}.transactions__coin-info{align-items:baseline;display:flex;font-size:16px;gap:4px;letter-spacing:-0.32px;line-height:1.2}@media(min-width: 1024.02px){.transactions__coin-info{font-size:18px;letter-spacing:-0.36px}}.transactions__coin-name{color:var(--text-primary);font-weight:400}.transactions__coin-ticker{color:var(--text-primary);font-weight:500}.transactions__arrow{color:var(--text-secondary);display:none;flex-shrink:0;height:16px;width:16px}@media(min-width: 1024.02px){.transactions__arrow{display:block}}.transactions__btn{align-items:center;background:var(--accent);border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:40px;justify-content:center;text-decoration:none;transition:background .2s ease;width:40px}.transactions__btn:hover{background:var(--accent-hover)}@media(min-width: 1024.02px){.transactions__btn{align-self:center;border-radius:var(--radius-full);font-size:14px;grid-column:4;grid-row:1;height:40px;justify-self:end;letter-spacing:-0.28px;width:147px}}.transactions__btn-label{display:none}@media(min-width: 1024.02px){.transactions__btn-label{display:block}}.transactions__btn-icon{align-items:center;display:flex;height:18px;justify-content:center;width:18px}@media(min-width: 1024.02px){.transactions__btn-icon{display:none}}html.theme-dark body::before{top:0;left:0;right:0;width:100%;height:700px;background-image:url("../img/common/bg-dark.avif") !important;background-size:117.86% auto !important;background-position:calc(50% + 356px) calc(532px - 41.7vw) !important;mask-image:linear-gradient(to bottom, black 85%, transparent 100%);border-radius:0}@media(max-width: 1024px){html.theme-dark body::before{height:1040px !important;background-size:min(242.6%,910px) auto !important;background-position:center 168px !important}}html.theme-dark .changer__tabs{border:0}html.theme-dark .changer__tab,html.theme-dark .changer__input,html.theme-dark .changer__fullname,html.theme-dark .changer__ticker{color:#fff}html.theme-dark .changer__tabs,html.theme-dark .changer__block{background:var(--bg-gray-overlay)}html.theme-dark .changer__rate-text{color:var(--text-gray)}html.theme-dark .features__tag{background:var(--bg-surface)}html.theme-dark .changer{background:rgba(0,0,0,.4)}html.theme-dark .currency-popup__title{color:var(--text-primary)}html.theme-dark .currency-popup__network{color:var(--text-primary)}html.theme-dark .features__value{background:unset;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset}html.theme-dark .features__unit{color:#fff}html.theme-dark .howto__subtitle,html.theme-dark .howto__card-desc{color:#fff}html.theme-dark .transactions__item{background:var(--bg-page)}html.theme-dark .transactions__subtitle{color:#fff}html.theme-dark .offers__card{background:var(--bg-page)}html.theme-dark .offers__card-img--light{display:none}html.theme-dark .offers__card-img--dark{display:block}html.theme-dark .faq__item{background:#000}html.theme-dark .faq__cta{background:var(--bg-page)}html.theme-dark .faq__cta::before{filter:blur(30px);mix-blend-mode:lighten}html.theme-dark .changer__block{background:rgba(133,133,133,.1)}html.theme-dark .changer__swap{background:var(--bg-input)}html.theme-dark .changer__swap svg path{stroke:#fff}html.theme-dark .promo__title-gradient{background:linear-gradient(180deg, #7AAFFF 28.48%, #0028A0 92.22%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}html.theme-dark .blog-section__nav-btn--next{background:#f8f8f8;border-color:rgba(0,0,0,0);color:#0a0a0a}html.theme-dark .blog-section__nav-btn:disabled{color:var(--accent);background:rgba(0,103,236,.16)}html.theme-dark .blog-section__nav-btn{background:#fff;color:var(--accent)}html.theme-dark .partners__nav-btn{background:#fff;color:var(--accent)}html.theme-dark .partners__nav-btn:disabled{color:var(--accent);background:rgba(0,103,236,.16)}html.theme-dark .partners__featured-cta{background:#fff;color:#000}html.theme-dark .partners__count,html.theme-dark .partners__subtitle{color:#fff}html.theme-dark .partners__card-icon--wide{filter:none}html.theme-dark .reviews__subtitle{color:#fff}html.theme-dark .reviews__rating-blob{display:none}html.theme-dark .reviews__avatar{border-color:#000}html.theme-dark .reviews__card-author,html.theme-dark .reviews__card-body{background:#000}html.theme-dark .reviews__card-desc{color:#d5d5d5}html.theme-dark .reviews__nav-btn{background:#fff;color:var(--accent)}html.theme-dark .reviews__nav-btn:disabled{color:var(--accent);background:rgba(0,103,236,.16);cursor:default}
