root{--toastify-color-dark: #201d22;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-toast-min-height: 74px}div[id=main]{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;gap:60px}body{margin:0;font-family:Nunito,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;background:#201d22;min-height:100vh;min-width:320px;line-height:1.5}.container{display:flex;max-width:1300px;width:100%;flex-direction:column;justify-content:center;align-items:center}.layout{display:flex;justify-content:center;min-width:320px}.layout-container{width:100%;min-height:70vh;max-width:1300px;display:grid;grid-template-columns:300px 1fr;flex-direction:column;align-items:start;justify-content:center;column-gap:20px}.layout.admin-layout .layout-container{max-width:100%;grid-template-columns:250px 1fr}.main-content{display:flex;justify-content:center;align-items:start}.yellow-text{font-weight:800;color:#f1be15}.red-text{font-weight:500;color:#ff6368}.green-text{font-weight:400;color:#6f9c40}.small-text{font-size:14px}.checkbox{min-width:16px;width:16px;height:16px;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact;border-radius:4px;cursor:pointer;transition:.3s}.checkbox:hover{box-shadow:0 0 5px 1px #f1be15}.checkbox:checked{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3e%3cpath%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='3'%20d='m6%2010%203%203%206-6'/%3e%3c/svg%3e");background-color:#f1be15;border-color:#f1be15;box-shadow:0 0 5px 1px #f1be15}.error{color:#ff6368}.loading{display:flex;width:100%;justify-content:center}.loading-container{display:flex;justify-content:center;align-items:center;width:100%;height:90vh;text-align:center}canvas{top:auto!important;bottom:0;margin-bottom:-14px!important}.loader{animation:rotate 2s infinite;height:50px;width:50px}.loader:before,.loader:after{border-radius:50%;content:"";display:block;height:20px;width:20px}.loader:before{animation:ball1 2s infinite;background-color:#ddd;box-shadow:30px 0 #f1be15;margin-bottom:10px}.loader:after{animation:ball2 2s infinite;background-color:#f1be15;box-shadow:30px 0 #ddd}@keyframes rotate{0%{transform:rotate(0) scale(.8)}50%{transform:rotate(360deg) scale(1.2)}to{transform:rotate(720deg) scale(.8)}}@keyframes ball1{0%{box-shadow:30px 0 #f1be15}50%{box-shadow:0 0 #f1be15;margin-bottom:0;transform:translate(15px,15px)}to{box-shadow:30px 0 #f1be15;margin-bottom:10px}}@keyframes ball2{0%{box-shadow:30px 0 #ddd}50%{box-shadow:0 0 #ddd;margin-top:-20px;transform:translate(15px,15px)}to{box-shadow:30px 0 #ddd;margin-top:0}}@media (max-width: 1400px){.layout-container,.container{max-width:1140px}}@media (max-width: 1200px){.layout-container,.container{max-width:960px}}@media (max-width: 990px){.layout-container,.container{max-width:720px}.layout-container{display:block}@keyframes rotate{0%{transform:rotate(0) scale(.6)}50%{transform:rotate(360deg) scale(1)}to{transform:rotate(720deg) scale(.6)}}}@media (max-width: 768px){.layout-container,.container{max-width:540px}}header{display:flex;justify-content:center;align-items:center;background:#2c282e;border-bottom:1px solid #353535;padding:0 38px;min-width:320px}.header-row{display:flex;width:100%;flex-direction:row;justify-content:space-between;align-items:center;padding:16px 0}.logo-link{display:flex;align-items:center;flex-direction:row;column-gap:1rem;width:max-content}.logo-img{height:24px}.logo-img:last-of-type{width:auto;height:18px}.nav-icon{color:#777;font-size:24px}.nav-icon:before{content:""}.nav{display:flex;width:max-content;flex-direction:row}.nav-list{display:flex;flex-direction:row;align-items:center;column-gap:42px}.nav-item{display:flex;flex-direction:row;align-items:center;column-gap:10px}.nav-link{display:flex;flex-direction:row;align-items:center;column-gap:10px;color:#fff;font-size:14px;font-weight:700}.nav-item i{color:#777;font-size:24px}.nav-link.btn{border:1px solid #F1BE15;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#201d22;border-radius:10px;color:#f1be15}.fa.fa-chevron-down.dropdown-arrow{font-size:12px;cursor:pointer}.wallet-icon{width:22px;font-weight:700;line-height:1px}.header-drawer-nav{display:none;width:max-content;align-items:center;column-gap:20px}.far.fa-wallet:before{content:""}.nav-item:last-of-type{position:relative}.dropdown-menu{display:none;position:absolute;top:56px;right:2px;flex-direction:column;border-radius:10px;border:1px solid #353535;background:#201d22;min-width:250px;z-index:3}.dropdown-menu.open{display:flex}.dropdown-menu-account{display:flex;z-index:2;flex-direction:column;text-align:start;padding:16px 16px 8px;border-bottom:1px solid rgba(255,255,255,.25)}.dropdown-menu-name{font-weight:700}.dropdown-menu-email{color:#6c757d}.dropdown-menu-settings{width:100%;text-align:start;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.25);cursor:pointer}.dropdown-menu-logout{display:flex;flex-direction:column;padding:8px 0}.dropdown-menu-btn{display:block;width:100%;text-align:start;padding:4px 16px;transition:background-color .2s ease-in-out}.dropdown-menu-btn:hover,.dropdown-menu-btn:active{background:#2c282e}.transparent-block-2,.transparent-block{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.transparent-block-2.open,.transparent-block.open{display:block}.menu-drawer-btn{display:none;overflow:hidden;width:max-content}.menu-drawer-btn-img{width:28px}.hide-drawer-black-block{position:fixed;top:0;left:-100vw;z-index:10;width:100vw;height:100vh;background-color:#0000;transition:background-color .2s linear}.hide-drawer-black-block.open{left:0;background-color:#00000080}@media (max-width: 990px){.nav{display:none}.header-drawer-nav{display:flex}.menu-drawer-btn{display:block}}@media (max-width: 400px){.logo-img{height:20px}.logo-img:last-of-type{height:16px}.header-drawer-nav{column-gap:4px}header{padding:0 20px}}.hide-drawer{display:none;width:400px;position:fixed;top:0;left:-400px;height:100vh;background-color:#201d22;z-index:1045;transition:all .2s linear;overflow-y:scroll}.hide-drawer::-webkit-scrollbar{width:0}.hide-drawer.open{left:0}.hide-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px;background:none;border:none;margin:0 0 16px}.hide-drawer-btn-close{width:max-content;border:0;border-radius:.375rem;opacity:.5;-webkit-user-select:none;user-select:none}.hide-drawer-btn-close:hover,.hide-drawer-btn-close:active{opacity:.7}.hide-drawer-btn-close-img{width:24px}.hide-drawer-column{display:flex;flex-direction:column;padding:16px}.hide-drawer-account-info{background:#2c282e;padding:16px 20px;border-radius:15px;display:flex;align-items:center;column-gap:16px}.hide-drawer-account-info .nav-link.btn{width:55px;height:55px;font-size:24px}.hide-drawer-account-info .dropdown-menu-account{border:none;padding:0}.hide-drawer .menu{background:none;border:none;padding-left:0;padding-right:0}.menu-btn .fa.fa-cog,.menu-btn .fa.fa-headset{font-size:20px}@media (max-width: 990px){.hide-drawer{display:block}}@media (max-width: 768px){.hide-drawer{padding-bottom:40px}.hide-drawer-btn-close:hover{opacity:1}}@media (max-width: 400px){.hide-drawer{width:100%;left:-100%}.hide-drawer-account-info .nav-link.btn{min-width:40px;min-height:40px}}.header-drawer-nav .nav-item.nav-item-notification{display:none}.nav-item.nav-item-notification{position:relative}.notification-icon{width:26px}.notifications-list{position:absolute;top:50px;right:0;overflow-y:auto;overflow-x:hidden;opacity:0;z-index:3;display:flex;flex-direction:column;row-gap:2px;width:300px;height:max-content;max-height:0;background:transparent;border-radius:10px;border:1px solid transparent;transition:all .2s ease-in}.notifications-list.open{max-height:300px;background:#201d22;border-color:#353535;opacity:1}.notifications-list::-webkit-scrollbar{width:0;background-color:transparent}.notification-item{display:flex;padding:10px;border-top:1px solid #353535;background-color:transparent;transition:background-color .2s ease-in-out;cursor:pointer;position:relative}.notification-item:hover,.notification-item:active{background-color:#ffffff42}.notification-status{position:absolute;top:-10px;font-size:28px;right:4px}.notification-column{display:flex;flex-direction:column;align-items:start;text-align:start}.notification-date{font-size:13px;color:#ffffff75}.notification-item:first-of-type{border-top:0}.notification-controller{display:flex;flex-direction:column;width:100%;height:100%;align-items:end;row-gap:6px}.filter-options{max-height:0;overflow:hidden}.filter-options.open{height:100%;overflow:visible;max-height:140px;padding:6px 0;border:1px solid #353535}.filter-option-item{text-align:start;color:#dee2e6;background-color:transparent;padding:4px 16px;transition:all .2s ease-in-out;cursor:pointer}.filter-select{display:flex;flex-direction:column;row-gap:6px;align-items:start;width:100%}.notification-read-all{display:flex;align-items:flex-end;text-wrap:nowrap;margin-right:6px;font-size:12px}.notification-read-all:hover{color:#ffc107}@media (max-width: 990px){.header-drawer-nav .nav-item.nav-item-notification{display:block}.header-drawer-nav .notification-icon{width:30px}}@media (max-width: 400px){.notifications-list{width:250px}}.black-window{background:#000;opacity:.6;position:fixed;width:100%;height:100%;top:0;left:0;display:none}.black-window.open{display:block}.popup-notification,.popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:600px;background-color:#2c282e;border-radius:25px;padding:30px 50px;display:none;flex-direction:column;align-items:center;justify-content:space-between;row-gap:10px}.popup-notification.open,.popup.open{display:flex}.popup-logo{width:250px}.popup-title{font-size:20px;font-weight:600;width:100%;text-align:center}.popup-text{height:100%;font-size:18px;width:100%;text-align:center;margin-bottom:10px}.btns-row{display:flex;align-items:center;justify-content:center;column-gap:10px;width:100%}.popup-notification .btns-row{justify-content:center}.popup-btn,.popup-close{padding:6px;background:transparent;width:100px;border:1px solid #dc3545;color:#dc3545;border-radius:10px;min-width:100px;transition:all .15s linear}.popup-close:hover,.popup-close:active{background:#dc35457f;color:#fff}.popup-btn{border-color:#f1be15;color:#fff}.popup-btn:hover,.popup-btn:active{border-color:#734f04;color:#fff}.my-account{width:100%;display:flex;justify-content:center}.my-account-column{width:100%;display:flex;flex-direction:column;align-items:center;row-gap:16px;justify-content:start}.hero{width:100%}.hero-row{width:100%;display:flex;flex-direction:row;column-gap:24px}.second-column,.first-column{display:flex;flex-direction:column;align-items:center;row-gap:20px}.first-column{min-width:650px}.manuals,.statistic{width:100%;background:#2c282e;border-radius:25px;padding:20px;border:1px solid #353535;display:flex;flex-direction:column;row-gap:24px}.statistic-title-row{display:flex;justify-content:start;align-items:center;width:100%;column-gap:10px;position:relative}.statistic-title{text-align:start;font-size:20px}.statistic-question-btn{border:none;background:none}.statistic-question-img{width:24px}.statistic-answer{display:none;position:absolute;right:-340px;bottom:-40px;max-width:400px;background-color:#2c282e;border-radius:25px;padding:20px;border:1px solid #f1be15;z-index:1000}.statistic-answer.open{display:block}.statistic-title.btn-tg{text-align:center}.statistic-info{display:flex;column-gap:24px}.account-statistic{min-height:234px;min-width:288px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:25px;background:#201d22;padding:20px;row-gap:10px}.account-statistic-title{font-size:18px;font-weight:900;display:flex;align-items:start;column-gap:4px}.account-statistic-title span{font-size:14px;color:#6c757d}.account-statistic-total{width:100%;display:flex;flex-direction:column;align-items:start}.account-statistic-total-title{color:#6c757d}.account-statistic-total-percent{font-size:18px;font-weight:900;color:#a7ed4b}.account-statistic-period{width:100%;display:flex;justify-content:space-between;align-items:center}.account-statistic-period-percent{font-weight:900;color:#a7ed4b}.account-statistic-date{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:6px}.account-statistic-date-title{width:100%;text-align:start;font-size:14px;color:#6c757d}.no-data{width:100%;text-align:center}.accounts{height:230px;overflow-y:auto;overflow-x:hidden;padding:0 6px 0 0}.accounts::-webkit-scrollbar{width:5px}.accounts::-webkit-scrollbar-thumb{background-color:#f1be15;border-radius:8px;opacity:1;visibility:visible;transition:visibility .5s ease-in-out}.hidden-scrollbar::-webkit-scrollbar-thumb{visibility:hidden}.accounts-list{display:flex;flex-direction:column;row-gap:10px}.accounts-item{min-width:288px}.accounts-item-btn:hover,.accounts-item-btn.active{background:#3a363b}.accounts-item-btn{border-radius:15px;transition:background-color .2s ease-in-out;padding:10px;width:100%;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.accounts-item-nums{font-weight:900;transition:color .2s ease-in-out}.accounts-item-btn:hover>.accounts-item-nums,.accounts-item-btn.active>.accounts-item-nums{color:#f1be15}.accounts-item-img{width:50px;height:50px;border-radius:10px}.manuals-list{display:flex;flex-direction:column;row-gap:15px}.manuals-item{display:flex;justify-content:space-between;border-bottom:1px dashed #555;padding-bottom:15px}.manuals-item:last-of-type{border-bottom:none;padding-bottom:0}.manuals-link{color:#fff;transition:color .3s}.manuals-link:active,.manuals-link:hover{color:#f1be15}.badge{background-color:#f1be15;color:#000;border-radius:8px;text-align:center;font-size:12px;padding:4px 8px;font-weight:700}.second-column{width:100%}.top-partners,.user-card{height:200px;width:100%;background:#2c282e;border-radius:25px;padding:20px;border:1px solid #353535;display:flex;flex-direction:column;justify-content:space-between;row-gap:10px}.custom-gauge-block{background:#2c282e;border-radius:25px;border:1px solid #353535;display:flex;justify-content:space-between;align-items:start;width:100%;padding:0 0 0 20px}.custom-gauge-info{display:flex;flex-direction:column;row-gap:10px;align-items:center;justify-content:space-between;width:50%;height:80%;padding:20px 0}.custom-gauge-title{font-size:16px;font-weight:700}.custom-gauge-list{width:100%}.custom-gauge-sale{display:flex;width:100%;justify-content:space-between;align-items:center}.custom-gauge-list li:first-of-type .custom-gauge-sale span{font-weight:700}.user-card-info,.user-card-icons{display:flex;align-items:end;justify-content:space-between}.user-card-icon{width:40px}.user-card-icon:last-of-type{width:25px}.user-card-name,.user-card-account{display:flex;flex-direction:column;justify-content:end;align-items:start;row-gap:2px}.user-card-name.bold{font-weight:900}.user-card-name.balance{font-size:16px}.user-card-name{font-size:16px;color:#fff}.user-card-name.and-star{position:relative;margin-right:18px}.user-card-name.and-star:before{content:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Creator:%20CorelDRAW%20X6%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%20width='100%25'%20height='100%25'%20version='1.1'%20style='shape-rendering:geometricPrecision;%20text-rendering:geometricPrecision;%20image-rendering:optimizeQuality;%20fill-rule:evenodd;%20clip-rule:evenodd'%20viewBox='0%200%20500%20500'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs%3e%3cstyle%20type='text/css'%3e%3c![CDATA[%20.str0%20{stroke:%23DB9200;stroke-width:2.5}%20.fil10%20{fill:none}%20.fil0%20{fill:url(%23id0)}%20.fil6%20{fill:url(%23id1)}%20.fil2%20{fill:url(%23id2)}%20.fil1%20{fill:url(%23id3)}%20.fil9%20{fill:url(%23id4)}%20.fil8%20{fill:url(%23id5)}%20.fil4%20{fill:url(%23id6)}%20.fil7%20{fill:url(%23id7)}%20.fil3%20{fill:url(%23id8)}%20.fil5%20{fill:url(%23id9)}%20]]%3e%3c/style%3e%3clinearGradient%20id='id0'%20gradientUnits='userSpaceOnUse'%20x1='382.713'%20y1='430.529'%20x2='259.435'%20y2='311.305'%3e%3cstop%20offset='0'%20style='stop-color:%23FFB217'/%3e%3cstop%20offset='1'%20style='stop-color:%23ED9E00'/%3e%3c/linearGradient%3e%3clinearGradient%20id='id1'%20gradientUnits='userSpaceOnUse'%20x1='149.014'%20y1='311.066'%20x2='208.838'%20y2='430.769'%3e%3cstop%20offset='0'%20style='stop-color:%23ED9E00'/%3e%3cstop%20offset='1'%20style='stop-color:%23FFC146'/%3e%3c/linearGradient%3e%3clinearGradient%20id='id2'%20gradientUnits='userSpaceOnUse'%20x1='294.01'%20y1='256.468'%20x2='436.294'%20y2='250.051'%3e%3cstop%20offset='0'%20style='stop-color:%23FFAA00'/%3e%3cstop%20offset='1'%20style='stop-color:%23ED9E00'/%3e%3c/linearGradient%3e%3clinearGradient%20id='id3'%20gradientUnits='userSpaceOnUse'%20x1='235.656'%20y1='337.079'%20x2='406.492'%20y2='404.755'%3e%3cstop%20offset='0'%20style='stop-color:%23FFB92E'/%3e%3cstop%20offset='1'%20style='stop-color:%23ED9E00'/%3e%3c/linearGradient%3e%3clinearGradient%20id='id4'%20gradientUnits='userSpaceOnUse'%20x1='67.549'%20y1='224.283'%20x2='202.451'%20y2='230.298'%3e%3cstop%20offset='0'%20style='stop-color:%23FFC95D'/%3e%3cstop%20offset='1'%20style='stop-color:%23FFE8B9'/%3e%3c/linearGradient%3e%3clinearGradient%20id='id5'%20gradientUnits='userSpaceOnUse'%20xlink:href='%23id4'%20x1='272.217'%20y1='205.383'%20x2='161.085'%20y2='99.168'%3e%3c/linearGradient%3e%3clinearGradient%20id='id6'%20gradientUnits='userSpaceOnUse'%20x1='426.756'%20y1='209.304'%20x2='303.244'%20y2='245.277'%3e%3cstop%20offset='0'%20style='stop-color:%23FFAA00'/%3e%3cstop%20offset='1'%20style='stop-color:%23FFC146'/%3e%3c/linearGradient%3e%3clinearGradient%20id='id7'%20gradientUnits='userSpaceOnUse'%20x1='176.648'%20y1='258.036'%20x2='93.048'%20y2='248.483'%3e%3cstop%20offset='0'%20style='stop-color:%23FFC146'/%3e%3cstop%20offset='1'%20style='stop-color:%23FFB217'/%3e%3c/linearGradient%3e%3clinearGradient%20id='id8'%20gradientUnits='userSpaceOnUse'%20x1='318.87'%20y1='127.939'%20x2='247.828'%20y2='176.612'%3e%3cstop%20offset='0'%20style='stop-color:%23C88600'/%3e%3cstop%20offset='1'%20style='stop-color:%23FFB217'/%3e%3c/linearGradient%3e%3clinearGradient%20id='id9'%20gradientUnits='userSpaceOnUse'%20x1='198.142'%20y1='353.3'%20x2='159.71'%20y2='388.534'%3e%3cstop%20offset='0'%20style='stop-color:%23DB9200'/%3e%3cstop%20offset='1'%20style='stop-color:%23FFAA00'/%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20id='Layer_x0020_1'%3e%3cmetadata%20id='CorelCorpID_0Corel-Layer'/%3e%3cpolygon%20class='fil0'%20points='392,469%20250,273%20250,387%20'/%3e%3cpolygon%20class='fil1'%20points='358,308%20250,273%20392,469%20'/%3e%3cpolygon%20class='fil2'%20points='358,308%20250,273%20480,198%20'/%3e%3cpolygon%20class='fil3'%20points='317,181%20250,31%20250,273%20'/%3e%3cpolygon%20class='fil4'%20points='480,198%20317,181%20250,273%20'/%3e%3cpolygon%20class='fil5'%20points='108,469%20250,273%20250,387%20'/%3e%3cpolygon%20class='fil6'%20points='142,308%20250,273%20108,469%20'/%3e%3cpolygon%20class='fil7'%20points='142,308%20250,273%2020,198%20'/%3e%3cpolygon%20class='fil8'%20points='183,181%20250,31%20250,273%20'/%3e%3cpolygon%20class='fil9'%20points='20,198%20183,181%20250,273%20'/%3e%3cpolygon%20class='fil10%20str0'%20points='250,31%20317,181%20480,198%20358,308%20392,469%20250,387%20108,469%20142,308%2020,198%20183,181%20'/%3e%3c/g%3e%3c/svg%3e");width:14px;height:14px;position:absolute;top:50%;left:calc(100% + 4px);transform:translateY(-50%);z-index:0}.user-card-name.grey{font-size:12px;color:#999}.top-partners{height:max-content}.top-partners-info{background:#f1be15;border-radius:15px;font-size:18px;transition:border-color .2s ease-in;text-align:center;width:100%;padding:10px;color:#000;font-weight:700}.top-partners-info.detach{color:#ff6368;border:1px #f1be15 solid;background:transparent;font-weight:400}.top-partners-info.detach:active,.top-partners-info.detach:hover{border:1px #734f04 solid}@media (max-width: 1400px){.accounts-item,.first-column{min-width:auto}.accounts,.account-statistic{min-width:228px;width:100%}.account-statistic-title{flex-direction:column;font-size:16px}.second-column{max-width:250px}}@media (max-width: 1200px){.hero-row{flex-direction:column;row-gap:20px}.second-column{max-width:100%}.account-statistic-title{flex-direction:row;font-size:18px}}@media (max-width: 990px){.statistic-answer{right:-300px}}@media (max-width: 768px){.statistic-info{flex-direction:column;row-gap:16px}.account-statistic{align-items:start}.second-column{margin-bottom:20px}.statistic-answer{max-width:200px;right:-190px;bottom:-80px}}@media (max-width: 540px){.my-account-column{padding:0 20px}.custom-gauge-block{flex-direction:column-reverse;row-gap:20px;align-items:center;padding:20px}.custom-gauge-info{width:100%;padding:0;height:auto}.echarts-for-react{width:100%!important}.statistic-answer{max-width:100%;top:106%;bottom:auto;right:auto;left:0}}@media (max-width: 344px){.account-statistic-title{flex-direction:column}}.drawer{display:flex;justify-content:center;min-width:300px}.drawer .container{align-items:start;justify-content:start}.drawer-column{display:flex;flex-direction:column;width:300px;row-gap:20px}.invite-friend,.menu{width:100%;background:#2c282e;border-radius:25px;padding:20px;border:1px solid #353535}.menu-list{display:flex;flex-direction:column;row-gap:6px}.menu-btn{display:flex;align-items:center;justify-content:start;width:100%;font-size:16px;column-gap:20px;padding:16px 24px;transition:background-color .2s ease-in-out;border-radius:16px;color:#ddd}.menu-btn.active,.menu-btn:active,.menu-btn:hover{background:#3a363b;touch-action:manipulation;pointer-events:all}.menu-img{width:22px}.menu-img.active,.menu-img:active,.menu-img:hover{filter:drop-shadow(0 0 3px #f4bf1a)}.invite-friend-column{display:flex;flex-direction:column;align-items:center;text-align:center;row-gap:8px}.invite-friend-img{width:225px}.invite-friend-title{font-size:24px}.invite-friend-link{color:#f1be15;transition:opacity .3s linear}.invite-friend-link:active,.invite-friend-link:hover{opacity:.5}.invite-friend-button{background:transparent;border:1px #F1BE15 solid;border-radius:15px;font-size:18px;transition:border-color .2s ease-in;text-align:center;width:100%;padding:16px;margin-top:8px;color:#fff}.invite-friend-button:active,.invite-friend-button:hover{border:1px #734F04 solid}@media (max-width: 990px){.drawer{display:none}}@media (max-width: 768px){.invite-friend-button:hover{border:1px #F1BE15 solid}.invite-friend-link:hover{opacity:1}.menu-btn:hover{background:none}.menu-img:hover{filter:none}}.wallet-column{display:flex;flex-direction:column;row-gap:16px}.wallet-card{display:flex;flex-direction:row;align-items:center;width:100%;column-gap:10px}.balance-circle{display:flex;justify-content:center;align-items:center;width:50px;height:50px;background-color:#f1be15;border-radius:50px}.wallet-card-column{display:flex;flex-direction:column}.user-balance{font-size:20px;font-weight:800}.user-wallet.upper{text-transform:uppercase}.wallet-operations-list{width:100%;display:flex;flex-direction:row;column-gap:30px;border-bottom:1px solid #353535;height:40px;align-items:start}.wallet-operation-item{height:100%}.wallet-operation-btn{color:#ddd;font-weight:700;font-size:16px;height:100%;padding-bottom:20px;border-bottom:2px solid transparent;transition:all .1s linear}.wallet-operation-btn:hover{opacity:.5}.wallet-operation-btn.active{color:#f1be15;border-bottom:2px solid #F1BE15}@media (max-width: 540px){.wallet{padding:0 20px 20px}.wallet-operations-list{column-gap:14px}.wallet-operation-btn{font-size:14px}}.method-of-replenishment{display:flex;flex-direction:row;column-gap:24px}.method-of-replenishment-first-column{display:flex;flex-direction:column;align-items:start;row-gap:24px}.product,.method{display:flex;flex-direction:column;align-items:start;row-gap:8px;margin-top:4px}.method-text{display:inline;color:#999;font-size:16px;align-items:center}.hint{background-color:#f1be15;color:#000;font-weight:bolder;font-size:12px;padding:1px 6px;margin-left:6px;border-radius:16px;text-transform:uppercase}.hint:empty{display:none}.method-input-block-base{position:relative;width:476px;border:1px solid #353535;border-radius:10px;padding:10px 15px}.method-input-block{width:100%;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:color .2s ease-in-out}.method-input-block:hover{color:#f1be15}.method-options-block-types,.method-options-block-types2,.method-options-block3,.method-options-block2,.cryptocurrencies-options-block,.method-options-block{position:absolute;top:48px;left:0;width:100%;height:0;overflow:hidden;border-radius:10px;background-color:#201d22}.method-options-block-types.open,.method-options-block-types2.open,.method-options-block3.open,.method-options-block2.open,.cryptocurrencies-options-block.open,.method-options-block.open{height:auto;border:1px solid #353535;padding:10px 0;z-index:1}.method-options-list{width:100%;display:flex;flex-direction:column;align-items:start}.method-options-item{width:100%;text-align:start;color:#dee2e6;background-color:transparent;padding:4px 16px;transition:all .2s ease-in-out;cursor:default}.method-options-item:active,.method-options-item:hover{color:#fff;background-color:#ffffff26}.method-options-item.none:active,.method-options-item.none:hover{color:#dee2e6;background-color:transparent}.checkbox-block{display:flex;flex-direction:column;justify-content:center}.checkbox-block-row{display:flex;align-items:center;margin-bottom:8px;column-gap:10px}.checkbox-text{color:#999}.method-of-replenishment-btn{width:100%;background:transparent;border:1px #F1BE15 solid;border-radius:15px;font-size:18px;transition:border-color .2s ease-in;text-align:center;padding:16px}.method-of-replenishment-btn:active,.method-of-replenishment-btn:hover{border:1px #734F04 solid}.method-of-replenishment-video{width:476px;height:315px;border-radius:20px}.method-text-error{color:#ff6368}@media (max-width: 1400px){.method-of-replenishment-video,.method-of-replenishment-first-column{max-width:386px}.method-input-block-base,.method{width:100%}}@media (max-width: 1200px){.method-of-replenishment-video,.method-of-replenishment-first-column{max-width:320px}.method-of-replenishment{justify-content:center}}@media (max-width: 768px){.method-of-replenishment{flex-direction:column;row-gap:20px}.method-of-replenishment-video,.method-of-replenishment-first-column{max-width:100%}.method-of-replenishment-video{width:100%;height:315px}}.method-of-replenishment.withdrawal{justify-content:space-between}.method-of-replenishment-second-column.withdrawal{margin-top:4px}.method-of-replenishment-text.orange{color:#f1be15}.withdrawal-amount,.wallet-address{display:flex;flex-direction:column;align-items:start;row-gap:8px;margin-top:4px}.wallet-withdrawal-status-column{display:flex;flex-direction:column;align-items:start;width:100%;max-width:476px;row-gap:10px}.wallet-withdrawal-alert{width:100%;background-color:#2c282e;padding:16px;border-radius:8px}.wallet-withdrawal-status-info{width:100%}.wallet-withdrawal-status-row{padding:16px 0;display:flex;width:100%;justify-content:space-between;border-bottom:1px dashed #555}.wallet-withdrawal-status-title{color:#6c757d}.wallet-withdrawal-status-row:last-of-type{border-bottom:none;align-items:start}.wallet-withdrawal-status-column .method-of-replenishment-btn{border-color:#ff6368}@media (max-width: 1400px){.withdrawal-amount,.wallet-address{width:100%}}.operation-history-table{width:100%;font-size:14px}.operation-history-table-head th{text-align:start;color:#999;padding:0 16px 16px}.operation-history-table-row td{text-align:start;padding:16px;border-top:1px dashed #555}.tooltip{position:relative;cursor:pointer;border-bottom:1px dashed #999}.tooltip:before{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:5px;border-radius:5px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;pointer-events:none;z-index:100}.tooltip:hover:before{opacity:1;visibility:visible}.operation-history-status{display:flex;flex-direction:column}.operation-history-time{color:#999}.red{color:#ff6368}.green{color:#a7ed4b}.operation-history-column{display:none;width:100%}.operation-history-ul{width:100%;display:flex;flex-direction:column;row-gap:20px}.operation-history-item{background:#2c282e;border-radius:25px;padding:20px;border:1px solid #353535;display:flex;flex-direction:column;width:100%;row-gap:8px}.operation-history-item-row{display:flex;width:100%;justify-content:space-between}@media (max-width: 1200px){.operation-history-table-row td{padding:6px}}@media (max-width: 768px){.operation-history-table{display:none}.operation-history-column{display:flex}.tooltip:before{left:100%;transform:translate(-40%)}}@media (max-width: 420px){.tooltip:before{white-space:wrap;min-width:200px}}.error-page{display:flex;justify-content:center;align-items:center;width:100%;min-height:100vh;cursor:pointer}.error-page-title{color:#fff;font-size:24px;letter-spacing:3px}.experts{width:100%;display:flex;justify-content:center}.experts .hero-row{justify-content:space-between}.experts-column{width:100%;display:flex;flex-direction:column;align-items:center;row-gap:16px;justify-content:start;padding-bottom:20px}.experts-hero{width:100%;background:#2c282e;border-radius:25px;padding:50px;border:1px solid #353535;display:flex;flex-direction:column;row-gap:24px;justify-content:center}.experts-info{display:flex;flex-direction:column;align-items:start;row-gap:20px;max-width:300px}.experts-info-title{font-size:24px;font-weight:900}.experts-info-link{font-size:14px;padding:10px 14px;background:#f1be15;color:#2c282e;border-radius:16px;width:max-content}.experts-img{max-width:170px}.experts-nav-list{width:100%;height:40px;display:flex;justify-content:start;column-gap:30px;border-bottom:1px solid #353535}.experts-nav-item{height:100%}.experts-nav-btn{color:#ddd;font-weight:700;font-size:16px;height:100%;padding-bottom:20px;border-bottom:2px solid transparent;transition:all .1s linear}.experts-nav-btn.active{color:#f1be15;border-bottom:2px solid #F1BE15}.experts-table-row td{font-size:16px;text-align:start;padding:16px;border-bottom:1px dashed #555}.experts-table-th-column,.experts-table-th-row{display:flex;justify-content:start;align-items:center;text-align:start;column-gap:10px}.experts-table-th-column{flex-direction:column;align-items:start;justify-content:center;row-gap:4px}.experts-table-img{width:45px;height:45px;display:flex;align-items:center;justify-content:center;color:#f1be15;border-radius:10px;background:#2c282e;font-size:20px;font-weight:900}.experts-yellow-text{display:block;width:100%;text-align:end;font-size:16px;font-weight:500}.experts-blocks-row{display:flex;width:100%;column-gap:24px}.experts-blocks-item{background:#2c282e;border-radius:25px;padding:20px;width:100%;border:1px solid #353535}@media (max-width: 1200px){.experts .hero-row{flex-direction:row}}@media (max-width: 990px){.experts-table-row td:first-of-type,.partners-table-head th:first-of-type{display:none}}@media (max-width: 768px){.base-row{flex-direction:column;row-gap:20px;align-items:center}}@media (max-width: 570px){.experts-img{display:none}.experts-column{padding:0 20px 20px}.experts-column .hero-row{justify-content:center}.experts-blocks-row{flex-direction:column;row-gap:20px}.experts-info{align-items:center;text-align:center}.experts-nav-btn{font-size:14px}.experts-nav-list{column-gap:14px}}.notification-message{width:100%;border-radius:16px;padding:16px 26px;border:1px solid #F1BE15}.notification-message-title{font-weight:700;font-size:16px}.notification-message-link{color:#f1be15;transition:opacity .3s linear}.notification-message-link:active,.notification-message-link:hover{opacity:.5}.metricafx-column{display:flex;flex-direction:column;row-gap:20px;width:100%}.hero.metricafx{width:100%;min-height:250px;background:#2c282e;border-radius:25px;padding:20px 50px;border:1px solid #353535;display:flex;flex-direction:column;row-gap:24px;justify-content:center}.hero-row.metricafx{display:flex}.metricafx-explanation{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:start;row-gap:20px}.metricafx-title{font-size:24px;font-weight:900}.metricafx-video{display:flex;align-items:end;justify-content:end;width:100%}.metricafx-advantages{display:flex;flex-direction:row;column-gap:24px}.metricafx-advantages-card{width:100%;background:#2c282e;border-radius:25px;padding:20px;border:1px solid #353535;display:flex;flex-direction:column;justify-content:center;row-gap:8px}.advantages-card-img-container{display:flex;background-color:#201d22;border-radius:50%;width:55px;padding:16px 12px;justify-content:center;align-items:center;margin-bottom:8px}.advantages-card-img{width:20px}.advantages-card-title{font-weight:800}@media (max-width: 1200px){.hero-row.metricafx{flex-direction:row}.metricafx-explanation{max-width:100%}.metricafx-video{width:300px}.metricafx-advantages{flex-wrap:wrap;column-gap:20px;row-gap:20px;justify-content:start}.metricafx-advantages-card{max-width:350px;width:100%}}@media (max-width: 768px){.hero-row.metricafx{flex-direction:column;row-gap:20px;align-items:center;text-align:center}.metricafx-explanation{align-items:center}.metricafx-advantages-card{max-width:100%}}@media (max-width: 580px){.metricafx-column{padding:0 20px 20px}.metricafx-video{width:auto;height:auto}.hero.metricafx{padding:20px 10px}.metricafx-video iframe{width:100%}}.partners-column{display:flex;flex-direction:column;row-gap:20px}.hero.partners{width:100%;background:#2c282e;border-radius:25px;padding:50px;border:1px solid #353535;display:flex;flex-direction:column;row-gap:24px;justify-content:center}.hero-row.partners{display:flex;justify-content:space-between;align-items:center}.partners-explanation{display:flex;flex-direction:column;row-gap:20px}.partners-title{font-size:24px;font-weight:900}.partners-link{font-size:14px;padding:10px 14px;background:#f1be15;color:#2c282e;border-radius:16px;width:max-content}.partners-img{width:162px;height:130px}.partners-level-list{display:flex;flex-direction:row;flex-wrap:wrap;column-gap:30px;border-bottom:1px solid #353535;height:40px;align-items:start;padding-left:16px;margin-bottom:30px}.partners-level-item{height:100%}.partners-level-btn{color:#ddd;font-weight:700;font-size:12px;height:100%;padding-bottom:20px;border-bottom:2px solid transparent;transition:all .1s linear}.partners-level-btn.active{color:#f1be15;border-bottom:2px solid #F1BE15}.partners-table{width:100%}.partners-table-head th{text-align:start;font-size:14px;color:#999;padding:0 16px 16px;border-bottom:1px dashed #555}.partners-table-row td{font-size:14px;text-align:start;padding:16px;border-bottom:1px dashed #555}.partners-table-row td:first-of-type{position:relative;padding-left:30px}.partners-table-row.first td:first-of-type:before{position:absolute;top:50%;transform:translateY(-44%);left:-10px;content:url("data:image/svg+xml,%3csvg%20width='31'%20height='28'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cuse%20xlink:href='%23path0_fill'%20transform='translate(19.1%2017.94)'%20fill='%23F49511'/%3e%3cuse%20xlink:href='%23path1_fill'%20transform='translate(19.6)'%20fill='%23F49511'/%3e%3cuse%20xlink:href='%23path2_fill'%20transform='translate(23.6%209.77)'%20fill='%23F49511'/%3e%3cuse%20xlink:href='%23path3_fill'%20transform='translate(24.5%202.345)'%20fill='%23F49511'/%3e%3cuse%20xlink:href='%23path4_fill'%20transform='translate(3.1%202.314)'%20fill='%23F49511'/%3e%3cuse%20xlink:href='%23path5_fill'%20transform='translate(.6%2017.94)'%20fill='%23F49511'/%3e%3cuse%20xlink:href='%23path6_fill'%20transform='translate(6.9)'%20fill='%23F49511'/%3e%3cuse%20xlink:href='%23path7_fill'%20transform='translate(0%209.77)'%20fill='%23F49511'/%3e%3cuse%20xlink:href='%23path8_fill'%20transform='translate(4.8%2022.08)'%20fill='%23F49511'/%3e%3cuse%20xlink:href='%23path9_fill'%20transform='translate(11.5%203.043)'%20fill='%23F49511'/%3e%3cdefs%3e%3cpath%20id='path0_fill'%20d='M.496%203.28C2.88.456%206.937-.386%2010.529.156l.744.12-.465.601C8.516%203.792%204.305%204.724.743%204.002L0%203.852l.496-.571z'/%3e%3cpath%20id='path1_fill'%20d='M.983.42C3.49%202.376%205.009%205.622%204.358%208.749l-.123.691-.589-.42C1.076%207.153-.658%203.726.24.63L.425%200l.558.42z'/%3e%3cpath%20id='path2_fill'%20d='M7.247.691C6.75%204.118%204.243%207.545.65%208.327l-.65.15.124-.661C.774%204.419%203.22%201.293%206.689.21L7.371%200l-.124.691z'/%3e%3cpath%20id='path3_fill'%20d='M2.65.661c1.332%202.976.93%206.584-1.115%209.169l-.495.6-.31-.72C-.51%206.734-.2%203.126%201.876.57L2.34%200l.31.661z'/%3e%3cpath%20id='path4_fill'%20d='M1.546.601C3.621%203.186%203.931%206.764%202.692%209.74l-.31.721-.495-.601C-.157%207.275-.559%203.667.772.69l.31-.69.464.601z'/%3e%3cpath%20id='path5_fill'%20d='M10.53%204.005C6.967%204.726%202.755%203.795.464.879L0%20.277l.743-.12c3.593-.54%207.65.27%2010.034%203.126l.465.572-.713.15z'/%3e%3cpath%20id='path6_fill'%20d='M4.26.631c.928%203.096-.806%206.523-3.407%208.387l-.589.42-.124-.69C-.48%205.62%201.007%202.375%203.516.42L4.073%200l.186.631z'/%3e%3cpath%20id='path7_fill'%20d='M.681.21C4.15%201.263%206.596%204.39%207.247%207.816l.124.661-.65-.15C3.096%207.545.587%204.118.092.69L0%200l.681.21z'/%3e%3cpath%20id='path8_fill'%20d='M13.193%202.298c.588.602%201.177%201.173%201.889%201.654l.495.3-.433.391c-.186.15-.34.3-.527.481l-.217.18-.278-.12c-1.672-.691-2.137-2.435-3.438-3.246-1.3.811-1.765%202.555-3.437%203.246l-.279.12-.217-.21c-.186-.15-.34-.3-.526-.481l-.434-.39.496-.301c.712-.451%201.3-1.052%201.889-1.654-.805.391-1.58.842-2.509.992-1.61.27-3.375.361-4.924-.3L0%202.629l.681-.45C2.2%201.155%203.841.193%205.761.043c1.486-.09%203.003-.03%204.49.27h.062c.278.09.557.09.836%200h.062c1.455-.33%202.973-.36%204.49-.27%201.89.15%203.53%201.112%205.08%202.134l.68.451-.743.33c-1.548.662-3.282.572-4.924.301-.99-.12-1.796-.57-2.601-.962z'/%3e%3cpath%20id='path9_fill'%20d='M5.031%2015h-1.39V5.367L1.25%206.437V5.125L4.813%203.57h.218V15z'/%3e%3c/defs%3e%3c/svg%3e")}.partners-table-row.second td:first-of-type:before{position:absolute;top:50%;transform:translateY(-44%);left:-10px;content:url("data:image/svg+xml,%3csvg%20width='31'%20height='29'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cuse%20xlink:href='%23path0_fill'%20transform='translate(19.1%2018.75)'%20fill='%23CED6D5'/%3e%3cuse%20xlink:href='%23path1_fill'%20transform='translate(19.6%20.81)'%20fill='%23CED6D5'/%3e%3cuse%20xlink:href='%23path2_fill'%20transform='translate(23.6%2010.58)'%20fill='%23CED6D5'/%3e%3cuse%20xlink:href='%23path3_fill'%20transform='translate(24.5%203.15)'%20fill='%23CED6D5'/%3e%3cuse%20xlink:href='%23path4_fill'%20transform='translate(3.1%203.12)'%20fill='%23CED6D5'/%3e%3cuse%20xlink:href='%23path5_fill'%20transform='translate(.6%2018.75)'%20fill='%23CED6D5'/%3e%3cuse%20xlink:href='%23path6_fill'%20transform='translate(6.9%20.81)'%20fill='%23CED6D5'/%3e%3cuse%20xlink:href='%23path7_fill'%20transform='translate(0%2010.58)'%20fill='%23CED6D5'/%3e%3cuse%20xlink:href='%23path8_fill'%20transform='translate(4.8%2022.89)'%20fill='%23CED6D5'/%3e%3cuse%20xlink:href='%23path9_fill'%20transform='translate(11.5%203.85)'%20fill='%23CED6D5'/%3e%3cdefs%3e%3cpath%20id='path0_fill'%20d='M.496%203.28C2.88.456%206.937-.386%2010.529.156l.744.12-.465.601C8.516%203.792%204.305%204.724.743%204.002L0%203.852l.496-.571z'/%3e%3cpath%20id='path1_fill'%20d='M.983.42C3.49%202.376%205.009%205.622%204.358%208.749l-.123.691-.589-.42C1.076%207.153-.658%203.726.24.63L.425%200l.558.42z'/%3e%3cpath%20id='path2_fill'%20d='M7.247.691C6.75%204.118%204.243%207.545.65%208.327l-.65.15.124-.661C.774%204.419%203.22%201.293%206.689.21L7.371%200l-.124.691z'/%3e%3cpath%20id='path3_fill'%20d='M2.65.661c1.332%202.976.93%206.584-1.115%209.169l-.495.6-.31-.72C-.51%206.734-.2%203.126%201.876.57L2.34%200l.31.661z'/%3e%3cpath%20id='path4_fill'%20d='M1.546.601C3.621%203.186%203.931%206.764%202.692%209.74l-.31.721-.495-.601C-.157%207.275-.559%203.667.772.69l.31-.69.464.601z'/%3e%3cpath%20id='path5_fill'%20d='M10.53%204.005C6.967%204.726%202.755%203.795.464.879L0%20.277l.743-.12c3.593-.54%207.65.27%2010.034%203.126l.465.572-.713.15z'/%3e%3cpath%20id='path6_fill'%20d='M4.26.631c.928%203.096-.806%206.523-3.407%208.387l-.589.42-.124-.69C-.48%205.62%201.007%202.375%203.516.42L4.073%200l.186.631z'/%3e%3cpath%20id='path7_fill'%20d='M.681.21C4.15%201.263%206.596%204.39%207.247%207.816l.124.661-.65-.15C3.096%207.545.587%204.118.092.69L0%200l.681.21z'/%3e%3cpath%20id='path8_fill'%20d='M13.193%202.298c.588.602%201.177%201.173%201.889%201.654l.495.3-.433.391c-.186.15-.34.3-.527.481l-.217.18-.278-.12c-1.672-.691-2.137-2.435-3.438-3.246-1.3.811-1.765%202.555-3.437%203.246l-.279.12-.217-.21c-.186-.15-.34-.3-.526-.481l-.434-.39.496-.301c.712-.451%201.3-1.052%201.889-1.654-.805.391-1.58.842-2.509.992-1.61.27-3.375.361-4.924-.3L0%202.629l.681-.45C2.2%201.155%203.841.193%205.761.043c1.486-.09%203.003-.03%204.49.27h.062c.278.09.557.09.836%200h.062c1.455-.33%202.973-.36%204.49-.27%201.89.15%203.53%201.112%205.08%202.134l.68.451-.743.33c-1.548.662-3.282.572-4.924.301-.99-.12-1.796-.57-2.601-.962z'/%3e%3cpath%20id='path9_fill'%20d='M7.273%2015H.914v-1.04l3.242-4.296c.49-.661.828-1.203%201.016-1.625a3.25%203.25%200%2000.289-1.351c0-.605-.14-1.094-.422-1.47a1.322%201.322%200%2000-1.11-.562c-.577%200-1.025.2-1.343.602-.313.396-.469.969-.469%201.719H.734c0-1.047.287-1.894.86-2.54.573-.645%201.351-.968%202.336-.968.906%200%201.62.278%202.14.836.521.552.782%201.289.782%202.21%200%201.126-.586%202.456-1.758%203.993L2.562%2013.82h4.711V15z'/%3e%3c/defs%3e%3c/svg%3e")}.partners-table-row.third td:first-of-type:before{position:absolute;top:50%;transform:translateY(-44%);left:-10px;content:url("data:image/svg+xml,%3csvg%20width='31'%20height='28'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cuse%20xlink:href='%23path0_fill'%20transform='translate(19.1%2017.94)'%20fill='%23DA773B'/%3e%3cuse%20xlink:href='%23path1_fill'%20transform='translate(19.6)'%20fill='%23DA773B'/%3e%3cuse%20xlink:href='%23path2_fill'%20transform='translate(23.6%209.77)'%20fill='%23DA773B'/%3e%3cuse%20xlink:href='%23path3_fill'%20transform='translate(24.5%202.34)'%20fill='%23DA773B'/%3e%3cuse%20xlink:href='%23path4_fill'%20transform='translate(3.1%202.31)'%20fill='%23DA773B'/%3e%3cuse%20xlink:href='%23path5_fill'%20transform='translate(.6%2017.94)'%20fill='%23DA773B'/%3e%3cuse%20xlink:href='%23path6_fill'%20transform='translate(6.9)'%20fill='%23DA773B'/%3e%3cuse%20xlink:href='%23path7_fill'%20transform='translate(0%209.77)'%20fill='%23DA773B'/%3e%3cuse%20xlink:href='%23path8_fill'%20transform='translate(4.8%2022.08)'%20fill='%23DA773B'/%3e%3cuse%20xlink:href='%23path9_fill'%20transform='translate(11.5%203.04)'%20fill='%23DA773B'/%3e%3cdefs%3e%3cpath%20id='path0_fill'%20d='M.496%203.28C2.88.456%206.937-.386%2010.529.156l.744.12-.465.601C8.516%203.792%204.305%204.724.743%204.002L0%203.852l.496-.571z'/%3e%3cpath%20id='path1_fill'%20d='M.983.42C3.49%202.376%205.009%205.622%204.358%208.749l-.123.691-.589-.42C1.076%207.153-.658%203.726.24.63L.425%200l.558.42z'/%3e%3cpath%20id='path2_fill'%20d='M7.247.691C6.75%204.118%204.243%207.545.65%208.327l-.65.15.124-.661C.774%204.419%203.22%201.293%206.689.21L7.371%200l-.124.691z'/%3e%3cpath%20id='path3_fill'%20d='M2.65.661c1.332%202.976.93%206.584-1.115%209.169l-.495.6-.31-.72C-.51%206.734-.2%203.126%201.876.57L2.34%200l.31.661z'/%3e%3cpath%20id='path4_fill'%20d='M1.546.601C3.621%203.186%203.931%206.764%202.692%209.74l-.31.721-.495-.601C-.157%207.275-.559%203.667.772.69l.31-.69.464.601z'/%3e%3cpath%20id='path5_fill'%20d='M10.53%204.005C6.967%204.726%202.755%203.795.464.879L0%20.277l.743-.12c3.593-.54%207.65.27%2010.034%203.126l.465.572-.713.15z'/%3e%3cpath%20id='path6_fill'%20d='M4.26.631c.928%203.096-.806%206.523-3.407%208.387l-.589.42-.124-.69C-.48%205.62%201.007%202.375%203.516.42L4.073%200l.186.631z'/%3e%3cpath%20id='path7_fill'%20d='M.681.21C4.15%201.263%206.596%204.39%207.247%207.816l.124.661-.65-.15C3.096%207.545.587%204.118.092.69L0%200l.681.21z'/%3e%3cpath%20id='path8_fill'%20d='M13.193%202.298c.588.602%201.177%201.173%201.889%201.654l.495.3-.433.391c-.186.15-.34.3-.527.481l-.217.18-.278-.12c-1.672-.691-2.137-2.435-3.438-3.246-1.3.811-1.765%202.555-3.437%203.246l-.279.12-.217-.21c-.186-.15-.34-.3-.526-.481l-.434-.39.496-.301c.712-.451%201.3-1.052%201.889-1.654-.805.391-1.58.842-2.509.992-1.61.27-3.375.361-4.924-.3L0%202.629l.681-.45C2.2%201.155%203.841.193%205.761.043c1.486-.09%203.003-.03%204.49.27h.062c.278.09.557.09.836%200h.062c1.455-.33%202.973-.36%204.49-.27%201.89.15%203.53%201.112%205.08%202.134l.68.451-.743.33c-1.548.662-3.282.572-4.924.301-.99-.12-1.796-.57-2.601-.962z'/%3e%3cpath%20id='path9_fill'%20d='M2.68%208.61h.882c.568%200%201.006-.175%201.313-.524.307-.349.46-.826.46-1.43%200-1.333-.515-2-1.546-2-.495%200-.883.18-1.164.54-.281.359-.422.83-.422%201.413H.828c0-.911.276-1.661.828-2.25.558-.593%201.268-.89%202.133-.89.896%200%201.607.281%202.133.844.526.557.789%201.348.789%202.375a2.81%202.81%200%2001-.414%201.476%202.508%202.508%200%2001-1.063%201c1.073.396%201.61%201.284%201.61%202.664%200%201.016-.284%201.826-.852%202.43-.562.599-1.3.898-2.21.898-.902%200-1.631-.284-2.188-.851C1.042%2013.732.766%2012.964.766%2012h1.382c0%20.604.146%201.086.438%201.445.292.354.69.532%201.195.532.516%200%20.925-.175%201.227-.524.307-.349.46-.88.46-1.594%200-1.38-.653-2.07-1.96-2.07H2.68V8.61z'/%3e%3c/defs%3e%3c/svg%3e")}.partners-table-link{text-decoration:underline;text-decoration-style:dashed;text-underline-offset:5px;color:#fff;transition:color .3s linear}.partners-table-link:active,.partners-table-link:hover{text-decoration:underline;text-decoration-style:dashed;text-underline-offset:5px;color:#f1be15}.pagination{display:flex;justify-content:space-between;margin-bottom:64px;width:100%}.pagination-pages{display:flex;column-gap:6px}.pagination-page{font-size:16px;padding:12px}.page-number.active{color:#f1be15}.partners .admin-filter-list{flex-direction:row}.partners .admin-filter-item{max-width:300px}.partners .admin-filter-btns{display:flex;justify-content:start;align-items:center;width:100%}.partners .admin-filter-done{border-color:#f1be15;color:#f1be15}@media (max-width: 1200px){.hero-row.partners{flex-direction:row}}@media (max-width: 990px){.partners .partners-table-head th:first-of-type{display:block}}@media (max-width: 768px){.partners .partners-table-row td:last-of-type,.partners .partners-table-head th:last-of-type{display:none}.partners .admin-filter-item{max-width:100%}}@media (max-width: 580px){.hero-row.partners{flex-direction:column-reverse}.partners .partners-table-row td,.partners-table-head th{text-align:center}.partners .partners-table-row td:first-of-type,.partners-table-head th:first-of-type{text-align:start}.partners .partners-table-row td:last-of-type,.partners-table-head th:last-of-type{text-align:end}.partners-explanation{align-items:center}.partners-description{text-align:center}.partners-column{padding:0 20px 20px}.partners-table-head th,.partners-table-row td{padding:8px}.partners-level-btn{font-size:14px}.partners-level-list{padding-left:0;column-gap:14px}.pagination-page{padding:6px}}@media (max-width: 450px){.partners-title{text-align:center}}.level-section{width:100%;max-width:100%;position:relative}.level-bar{display:flex;overflow-x:auto;border-radius:20px;border:1px solid #353535;background-color:#2c282e}.level-segment{width:100%;align-self:stretch;display:flex;padding:10px;text-align:center;align-items:center;justify-content:center;cursor:default;font-weight:800;transition:background-color .5s ease,color .5s ease}.level-container:first-of-type .level-segment{border-top-left-radius:20px;border-bottom-left-radius:20px}.level-container:last-of-type .level-segment{border-top-right-radius:20px;border-bottom-right-radius:20px}.filled{background-color:#f1be15;color:#000}.level-segment.current{border-top-right-radius:20px;border-bottom-right-radius:20px;position:relative}.level-segment.current:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;border-radius:20px;border:2px solid #2c282e}.empty{color:#fff}.level-container{width:100%;overflow:visible}.tooltip-level{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%) scale(0);width:max-content;display:flex;flex-direction:column;align-items:flex-start;padding:20px;background-color:#2c282e;text-align:center;border-radius:25px;border:1px solid #f1be15;font-size:16px;font-weight:400;white-space:nowrap;color:#fff;transition:all .5s ease}.level-container:active .tooltip-level,.level-container:hover .tooltip-level{transform:translate(-50%) scale(1)}.tooltip-level span:first-of-type{font-weight:800}.hero.partners.invite-description{padding:20px}.partners-input-wrapper{display:flex;flex-direction:column;row-gap:8px}.partners-input{display:block;width:100%;background:transparent;padding:10px 15px;border-radius:10px;border:1px solid #353535;color:#fff;outline:none;transition:border .3s linear}.partners-input:focus{border:1px #F1BE15 solid}.partners-input-smalltext{color:#6c757d}.how-this-work{display:flex;flex-direction:column;background:#2c282e;border-radius:25px;padding:20px;margin-bottom:20px;border:1px solid #353535;row-gap:16px;width:100%}.how-this-work-description:not(:last-child){border-bottom:1px dashed #555;padding-bottom:16px}.how-this-work{border-radius:0;background:none;border:none}.partners-manual{width:100%;display:flex;flex-direction:column;gap:8px;max-width:100%;overflow-x:auto}.partners-manual table{width:100%;display:table;text-align:center;padding:0;row-gap:0;min-width:700px;border-collapse:collapse}.partners-manual table tr{width:100%}.partners-manual table td div{border:1px solid #353535;border-bottom:0;border-left:0}.partners-manual table tr:last-of-type th div,.partners-manual table td:first-of-type div{border-left:1px solid #353535}.partners-manual table td div,.partners-manual table th div{padding:10px 2px}.partners-manual table thead tr:last-of-type th div,.partners-manual table tr:last-of-type td div{border-top:1px solid #f1be15;border-bottom:1px solid #f1be15}.partners-manual table thead tr:nth-of-type(1) div{background-color:#f1be15;color:#000}.partners-manual table thead tr:nth-of-type(1) th{font-weight:800}.partners-manual table tr:last-of-type td:first-of-type div{border-bottom-left-radius:25px;border-left:1px solid #f1be15}.partners-manual table tr:last-of-type td:last-of-type div{border-bottom-right-radius:25px;border-right:1px solid #f1be15}.partners-manual table thead tr:first-of-type th:first-of-type div{border-top-left-radius:25px}.partners-manual table thead tr:first-of-type th:last-of-type div{border-top-right-radius:25px}.partners-manual table thead tr:last-of-type th:first-of-type div{border-left:1px solid #f1be15}.partners-manual table thead tr:last-of-type th:last-child div{border-right:1px solid #f1be15}.fa-chevron-left:before{font-size:10px;content:""}.experts-product-column{display:flex;flex-direction:column;row-gap:20px;align-items:start}.experts-product-back-btn{color:#999;display:flex;align-items:center;column-gap:6px}.my-trading-system-header,.my-trading-system{display:flex;flex-direction:column;row-gap:50px;width:100%;text-align:center}.my-trading-system-header{row-gap:0;width:max-content;text-align:start}.my-trading-system-title{font-size:26px;font-weight:900}.my-trading-system-subtitle{color:#999;font-size:16px;width:500px}.my-trading-system-nav-list{width:100%;height:40px;display:flex;justify-content:start;column-gap:30px;border-bottom:1px solid #353535}.my-trading-system-nav-item{height:100%}.my-trading-system-nav-btn{color:#ddd;font-weight:700;font-size:16px;height:100%;padding-bottom:20px;border-bottom:2px solid transparent;transition:all .1s linear}.my-trading-system-nav-btn.active{color:#f1be15;border-bottom:2px solid #F1BE15}.my-trading-system-screens{display:flex;flex-direction:column;row-gap:20px}.my-trading-system.copying{row-gap:30px}.experts-product-column.copying{flex-direction:row;column-gap:20px}.experts-product__loading{width:100%;height:300px;display:flex;flex-direction:column;gap:20px;justify-content:center;align-items:center}.experts-product__loading span:last-of-type{text-align:center;max-width:200px}@media (max-width: 1200px){.my-trading-system-subtitle{width:100%}.my-trading-system-nav-list{column-gap:14px}.my-trading-system-nav-btn{font-size:12px}.base-row .base-info,.base-row .base-questions{max-width:300px}.my-trading-system-header{max-width:500px}.experts-product-column.copying{flex-direction:column}}@media (max-width: 990px){.experts-product__loading{gap:10px}}@media (max-width: 540px){.my-trading-system-header{text-align:center;width:auto}.experts-product__loading{height:150px}}@media (max-width: 400px){.experts-product-column{padding:0 0 20px!important}}.base-row{width:100%;display:flex;justify-content:space-between}.base-info{display:flex;flex-direction:column;row-gap:20px;width:100%;max-width:50%}.base-hero{width:100%;background:#2c282e;border-radius:25px;padding:20px;border:1px solid #353535;display:flex;flex-direction:column;column-gap:24px}.base-hero-row{width:100%;display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px dashed #555}.base-hero-row:first-of-type{padding-top:0}.base-hero-row:last-of-type{border-bottom:none;padding-bottom:0}.base-hero-column{width:100%;display:flex;flex-direction:column;align-items:start;padding:16px 0 0}.base-hero-btn{background:#f1be15;padding:5px 10px;border-radius:10px;color:#2c282e;font-size:14px}.base-questions{width:100%;max-width:374px;display:flex;flex-direction:column;row-gap:8px}.base-questions-title{width:100%;font-size:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.25)}.base-questions-item{font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .3s ease-in-out}.base-questions-item:active,.base-questions-item:hover{color:#f1be15}.base-questions-item-description{max-height:0;overflow:hidden;transition:max-height .3s linear}.base-questions-item-description.open{max-height:100%}.base-hero.statistics{display:flex;flex-direction:column;row-gap:16px}.statistic-row{display:flex;flex-direction:row;justify-content:space-between}.statistic-column{display:flex;flex-direction:column;align-items:start;width:100%;max-width:476px;row-gap:10px}.statistic-column-info{background:#2c282e;border-radius:25px;padding:0 20px;margin-bottom:20px;border:1px solid #353535;width:100%}.statistic-column-row{padding:16px 0;display:flex;width:100%;justify-content:space-between;border-bottom:1px dashed #555}.statistic-row:last-of-type{border-bottom:none;flex-direction:column;align-items:start}@media (max-width: 1400px){.statistic-row{flex-direction:column}}.replacing-account-number-column{display:flex;flex-direction:column;row-gap:20px;width:max-content}.replacing-system-column{display:flex;flex-direction:column;row-gap:24px;width:max-content}.advisor-selection-block{display:flex;flex-direction:column;row-gap:20px;width:100%}.advisors,.types-of-advisors{display:flex;flex-direction:column;row-gap:8px}.types-of-advisors-title{font-size:16px;color:#999}.types-of-advisors-list{display:flex;column-gap:24px}.advisors-item,.types-of-advisors-item{width:150px;height:100px;display:flex;justify-content:center;align-items:center;row-gap:24px;background:#2c282e;border-radius:10px;border:1px solid #353535;font-size:14px;font-weight:900;text-align:center;color:#fff;transition:color .3s ease-in-out;cursor:pointer}.advisors-item,.advisors .types-of-advisors-item{font-size:14px}.advisors-item:active,.advisors-item:hover,.advisors-item.active,.types-of-advisors-item:active,.types-of-advisors-item:hover,.types-of-advisors-item.active{color:#f1be15}.subscription-renewal-row{width:100%;display:flex;justify-content:space-between;align-items:start}.subscription-renewal-tariffs,.subscription-renewal-info{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:388px;row-gap:20px}.subscription-renewal-info{max-width:476px}.subscription-renewal-tariffs-title{font-weight:bolder;margin-bottom:28px}.subscription-renewal-tariffs-list{display:flex;flex-direction:column;row-gap:20px;width:100%}.subscription-renewal-tariffs-item{display:flex;justify-content:space-between;align-items:center;padding:15px;background:#2c282e;border-radius:15px;border:1px solid #353535;cursor:pointer}.subscription-renewal-tariffs-item.active{border:1px solid #F1BE15}.subscription-renewal-tariffs-item-text{pointer-events:none}.subscription-renewal-price{width:100%;display:flex;flex-direction:column;align-items:start}.subscription-renewal-price-title{font-size:16px;color:#999}.subscription-renewal-price-num{font-size:32px}.subscription-renewal-price+.method-text-error,.subscription-renewal-price+.checkbox-block{width:100%;justify-content:start;text-align:start}.subscription-renewal-info-list{display:flex;flex-direction:column;row-gap:20px;width:100%}.subscription-renewal-info-item{width:100%;display:flex;align-items:start;justify-content:center;column-gap:16px}.subscription-renewal-info-img{width:100%;max-width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f1be15}.subscription-renewal-info-img i{color:#734f04;font-size:20px}.subscription-renewal-info-item-block{display:flex;flex-direction:column;row-gap:10px;text-align:start}.subscription-renewal-info-item-title{font-weight:700;font-size:18px}.subscription-renewal-info-item-text{color:#999}@media (max-width: 1200px){.subscription-renewal-tariffs,.subscription-renewal-info{max-width:300px}}.trade-capital{width:100%}.trade-capital-column{width:100%;display:flex;flex-direction:column;row-gap:20px}.hero-row.trade-capital{display:flex;align-items:center;justify-content:space-between;background-color:#2c282e;border-radius:25px;padding:20px 50px;border:1px solid #353535;min-height:250px}.trade-capital-banner-title{font-size:24px;font-weight:900;margin-bottom:20px}.trade-capital-table{width:100%}.trade-capital-table-head th{text-align:start;font-size:14px;color:#999;padding:0 16px 16px;border-bottom:1px dashed #555}.trade-capital-table-row td{font-size:16px;text-align:start;padding:16px;border-bottom:1px dashed #555}.trade-capital-table-row:last-of-type td{border-bottom:none}.trade-capital-blocks{display:none}@media (max-width: 1200px){.hero-row.trade-capital{flex-direction:row}}@media (max-width: 768px){.trade-capital-table{display:none}}@media (max-width: 580px){.trade-capital-column{padding:0 20px 20px}.hero-row.trade-capital{flex-direction:column-reverse;padding:20px 0}.trade-capital-banner-text{text-align:center;max-width:300px}.trade-capital-blocks{display:block}}.trade-capital-base-row{width:100%;display:flex;column-gap:24px}.trade-capital-base-row .base-hero-row{align-items:center}.base-hero-info-block{display:flex;flex-direction:column;align-items:end;justify-content:center}@media (max-width: 580px){.trade-capital-base-row{flex-direction:column;row-gap:20px}}@media (max-width: 540px){.replacing-account-number-column{width:auto}}.login{width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:16px}.login-logo{width:100%;max-width:300px;min-height:110px}.login-form{display:flex;flex-direction:column;align-items:center;background:#2c282e;padding:36px;border-radius:26px;row-gap:24px;width:500px;margin:16px 0}.login-title{font-size:32px}.login-description{text-align:center}.login-input{width:100%;background:#2c282e;padding:15px;border-radius:15px;border:1px solid #3a363b;color:#fff;outline:none;transition:.3s}.login-input:focus{border:1px #F1BE15 solid}.login-checkbox-container{display:flex;width:100%;justify-content:space-between}.login-checkbox{display:flex;column-gap:6px;align-items:center}.login-remember-me{color:#fff;transition:.3s;text-decoration:none}.login-remember-me:hover{color:#f1be15}.login-button{font-size:18px;padding:16px;background:#f1be15;color:#fff;border-radius:16px;width:100%;transition:.3s}.login-button:hover{opacity:.7}.login-button.transparent{background:transparent;border:1px #353535 solid;text-align:center}.login-button.transparent:hover{border-color:#f1be15}.login-copyright{color:#6c757d}@media (max-width: 580px){.login{padding:0 20px}.login-form{width:100%}}@media (max-width: 450px){.login-checkbox-container{font-size:14px}}.register{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:16px}.register-logo{width:300px}.register-form{display:flex;flex-direction:column;align-items:center;background:#2c282e;padding:36px;border-radius:26px;row-gap:24px;width:500px;margin:16px 0}.register-title{font-size:32px}.register-input{width:100%;background:#2c282e;padding:15px;border-radius:15px;border:1px solid #3a363b;color:#fff;outline:none;transition:.3s}.register-input:focus{border:1px #F1BE15 solid}.register-checkbox-container{display:flex;width:100%;justify-content:space-between}.register-checkbox{display:flex;column-gap:6px;align-items:start}.checkbox.reg{margin-top:3px}.register-check-label{font-size:14px}.register-remember-me{color:#fff;transition:.3s;text-decoration:none}.register-remember-me:hover{color:#f1be15}.register-button{font-size:18px;padding:16px;background:#f1be15;color:#fff;border-radius:16px;width:100%;transition:.3s}.register-button:hover{opacity:.7}.register-button.transparent{background:transparent;border:1px #353535 solid;text-align:center}.register-button.transparent:hover{border-color:#f1be15}.register-copyright{color:#6c757d}.experts-product.experts-product-buy,.experts-product.experts-product-buy .experts-product-column{height:100%}.advisors-item.experts-buy.active,.types-of-advisors-item.experts-buy.active{border:1px solid #F1BE15}.experts-buy-row{width:100%;display:flex;justify-content:space-between;align-items:start}.experts-buy-tariffs{width:100%;display:flex;flex-direction:column;align-items:start}.experts-buy-tariffs-list{width:100%;display:flex;flex-direction:column;row-gap:10px;margin-top:10px}.experts-buy-tariffs-item{width:100%;padding:10px 40px 10px 16px;border:1px solid #353535;border-radius:10px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;cursor:default}.experts-buy-tariff-block{display:flex;justify-content:start;column-gap:8px}.experts-buy-tariff-checkbox{box-sizing:content-box;width:14px;height:14px;border-radius:50%;margin-top:3px;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='-4%20-4%208%208'%3e%3ccircle%20r='2'%20fill='%23fff'/%3e%3c/svg%3e");-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}.experts-buy-tariff-checkbox:checked{background-color:#f1be15;border-color:#f1be15}.experts-buy-tariff-checkbox:focus{border-color:transparent;box-shadow:0 0 0 .25rem #cea40040}.experts-buy-tariff-prise{color:#f1be15}.experts-buy-tariff-prise.red{font-weight:900;color:#ff6368}.subscription-renewal-tariffs-item-text.crossed,.experts-buy-tariff-prise.crossed{font-weight:800;color:#6c757d;text-decoration:line-through}.experts-buy-row-description-title{text-align:start;color:#f1be15;font-weight:700;padding:0 12px}.experts-buy-description{max-width:500px;text-wrap:wrap;line-height:1.5;padding:0 12px}.trading-system-buy-new-list{width:100%;height:100%;display:flex;column-gap:30px;margin-bottom:20px}.trading-system-buy-new-item{display:flex;flex-direction:column;row-gap:24px;width:25%}.trading-system-buy-new-title{text-align:center;font-weight:700;font-size:18px;color:#f1be15}.trading-system-buy-new-poster{display:flex;flex-direction:column;align-items:center;padding:30px 0;row-gap:20px;background:#2c282e;border-radius:25px;border:1px solid #353535;height:100%;max-height:324px}.trading-system-buy-new-poster.active{border:1px solid #f1be15}.trading-system-buy-new-poster-quant{font-size:28px;text-align:center;font-weight:700;color:#f1be15;text-transform:uppercase}.trading-system-buy-new-poster-period{font-size:20px;font-weight:700;color:#fff;text-align:center;text-transform:uppercase}.trading-system-buy-new-poster-img{height:100%;max-height:170px}.trading-system-buy-new-info{display:flex;flex-direction:column;align-items:center;row-gap:10px;min-height:280px;height:100%;justify-content:space-between}.trading-system-buy-prise-desc{display:flex;flex-direction:column;row-gap:20px}.trading-system-buy-new-prise-block{display:flex;flex-direction:column}.trading-system-buy-new-prise{display:flex;justify-content:center;column-gap:4px}.trading-system-buy-new-prise span{font-size:28px;font-weight:700;color:#f1be15}.trading-system-buy-new-prise span:last-of-type{font-size:20px}.trading-system-buy-new-sale{text-align:center;font-size:18px;font-weight:500;text-decoration:line-through;text-decoration-color:red}.trading-system-buy-new-description-block{display:flex;flex-direction:column;row-gap:10px;align-items:center;white-space:pre-wrap}.trading-system-buy-new-description{font-size:14px;font-weight:700;text-transform:uppercase}.trading-system-buy-new-btn{border:1px solid #F1BE15;border-radius:10px;padding:16px;width:100%;background:#2c282e;transition:border-color .2s ease-in}.trading-system-buy-new-btn:active,.trading-system-buy-new-btn:hover{border:1px #734F04 solid}@media (max-width: 1400px){.experts-buy-row .types-of-advisors-list{column-gap:10px}.types-of-advisors-item.experts-buy{min-width:124px}.experts-buy-row .replacing-system-column{max-width:100%}.experts-buy-row .replacing-system-column:last-of-type{max-width:350px}}@media (max-width: 1400px){.types-of-advisors-item.experts-buy{min-width:auto;width:auto}.experts-buy-row .replacing-system-column{max-width:320px}.experts-buy-description{max-width:300px}}@media (max-width: 1200px){.trading-system-buy-new-list{display:flex;flex-direction:column;align-items:center;flex-wrap:wrap;row-gap:30px}.trading-system-buy-new-item{width:100%;max-width:60%;border:1px solid #F1BE15;border-radius:12px;padding:24px}}@media (max-width: 990px){.experts-buy-row{flex-direction:column;row-gap:20px}.experts-buy-row .replacing-system-column{max-width:100%}.replacing-system-column{padding-bottom:20px}.advisors-item.experts-buy,.types-of-advisors-item.experts-buy{width:216px;min-width:0}.experts-buy-row .types-of-advisors-list{column-gap:24px}.experts-buy-row .replacing-system-column:last-of-type{max-width:100%}.experts-buy-description{max-width:100%}}@media (max-width: 768px){.advisors-item.experts-buy{width:164px}}@media (max-width: 580px){.types-of-advisors-list{flex-direction:column;row-gap:20px}.advisors-item.experts-buy,.types-of-advisors-item.experts-buy,.replacing-system-column{width:100%}.experts-buy-tariffs-item{padding-right:16px}.experts-product-column{padding:0 20px 20px}.trading-system-buy-new-item{width:100%;max-width:60%;border:1px solid #F1BE15;border-radius:12px;padding:24px}}.admin-base{width:100%;display:flex;flex-direction:column;row-gap:20px;padding:20px 20px 20px 0}.admin-base-title{background-color:#2c282e;border-radius:25px;padding:20px;border:1px solid #353535;font-size:24px;font-weight:500}.admin-base-row{display:flex;align-items:center;justify-content:start;column-gap:30px}.admin-base-statistics,.admin-base-balance{width:100%;max-width:500px;background-color:#2c282e;border:1px solid #353535;border-radius:25px;padding:20px 0;cursor:default;transition:transform .15s ease-out,box-shadow .15s ease-out}.admin-base-balance:hover{transform:translateY(-2px);box-shadow:0 4px 14px #353535}.admin-base-balance-row{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 20px}.admin-base-row-title{font-size:16px}.admin-base-row-info{font-size:20px;text-wrap:nowrap}.admin-base-statistics{padding-bottom:10px}.admin-base-statistics-column{width:100%;display:flex;flex-direction:column;align-items:start}.admin-base-statistics-column-row{display:flex;justify-content:space-between;align-items:center;width:100%;padding:10px 20px}.admin-base-statistics-column-row:nth-of-type(1),.admin-base-statistics-column-row:nth-of-type(3){background-color:#3a363b}.admin-base-statistics .admin-base-row-title{padding:0 20px 10px}.admin-base-statistics-row-title{font-weight:800;text-wrap:nowrap}.drawer-admin{display:flex;justify-content:center;width:250px;overflow-y:auto}.drawer-admin .container{align-items:start;justify-content:start}.drawer-admin .hide-drawer-header{padding:0;margin-bottom:10px}.drawer-admin .menu{border-top-left-radius:0;border-bottom-left-radius:0}.drawer-admin .logo{width:100%;display:flex;justify-content:center}.drawer-admin .logo-img{max-width:166px;width:100%;height:auto;min-height:66px}.drawer-admin .drawer-column{width:250px}.drawer-admin .menu{padding:14px;display:flex;flex-direction:column;row-gap:4px}.drawer-admin .menu-list{row-gap:2px}.drawer-admin .menu-btn{padding:8px 10px;font-size:14px;column-gap:10px;transition:background-color linear}.drawer-admin .menu-img.active,.drawer-admin .menu-img:active,.drawer-admin .menu-img:hover{filter:none}.admin-list-title{margin-left:10px;margin-top:20px;color:#546078;text-transform:uppercase;font-weight:700;font-size:12px}.rf-grey-block{background-color:#2c282e;border:1px solid #353535;border-radius:25px;padding:20px}.admin-filter{width:100%;display:flex;flex-direction:column;row-gap:20px}.admin-filter-row{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;row-gap:10px}.admin-base-row-title{width:100%;text-align:start}.admin-filter-list{width:100%;display:flex;flex-wrap:wrap;column-gap:20px;row-gap:10px}.admin-filter-select,.admin-filter-item{width:100%;max-width:500px}.admin-filter-item,.admin-filter-select{display:flex;flex-direction:column;row-gap:6px;align-items:start}.admin-filter-item{position:relative}.admin-filter-options{position:absolute;width:100%;top:100%;left:0;max-height:0;overflow-y:scroll;border-radius:10px;background-color:#201d22;z-index:100}.admin-filter-options.open{max-height:140px;padding:6px 0;border:1px solid #353535}.admin-filter-options::-webkit-scrollbar{width:0}.admin-filter-option-item{text-align:start;color:#dee2e6;background-color:transparent;padding:4px 16px;transition:all .2s ease-in-out;cursor:pointer}.admin-filter-option-item:hover{background-color:#f1be1538}.admin-filter-label{font-size:14px}.admin-filter-btns{display:flex;column-gap:10px;align-items:center}.admin-filter-done,.admin-filter-reset{padding:6px;border:1px solid #dc3545;color:#dc3545;border-radius:10px;min-width:100px;transition:all .15s linear}.admin-filter-done{border-color:#6f9c40;color:#6f9c40}.admin-filter-reset:hover,.admin-filter-reset:active{color:#fff;background-color:#dc354580}.admin-filter-apply{padding:6px 10px;border:1px solid #ffc107;color:#ffc107;border-radius:10px;transition:all .15s linear}.admin-filter-apply:hover,.admin-filter-apply:active{color:#fff;background-color:#ffc10780}.admin-filter-input{width:100%;border:1px solid #414141;border-radius:10px;padding:10px 15px;font-size:14px}.admin-filter-input:focus{box-shadow:0 0 8px #545454}.admin-filter-select>.admin-filter-input{color:#f1be15}.admin-filter-select>.admin-filter-input::placeholder{color:#f1be15}.admin-users-table{border-spacing:0;border-collapse:collapse}.admin-users-table th{border:1px solid #414141;font-size:16px;font-weight:400;padding:12px;text-align:start}.admin-users-table th:first-of-type{text-align:center}.admin-users-table thead th{font-weight:600}.admin-users-table-user-row{display:flex;align-items:center;column-gap:8px}.admin-users-table-user-avatar{border-radius:100px;height:48px;width:48px}.admin-users-table-user-info{display:flex;flex-direction:column;align-items:start}.admin-users-table-user-username{font-weight:600}.admin-users-table-user-email{font-size:14px;color:#909598}.admin-users-table-user-tg{font-size:16px;color:#fff}.admin-users-table-btns img{width:20px}.admin-users-table-btns{width:max-content;background-color:#b0b4b6;display:flex;border-radius:4px}.admin-users-table-btns button,.admin-users-table-btns a{width:40px;display:flex;justify-content:center;padding:4px;border-radius:4px;transition:background-color .15s linear}.admin-users-table-btns button:active,.admin-users-table-btns button:hover,.admin-users-table-btns a:active,.admin-users-table-btns a:hover{background-color:#909598}.th-btns{width:100px}.admin-users-table-first-th{width:50px}.admin-withdrawals-type-row{width:100%;background-color:#3a363b;display:flex;border-radius:10px}.admin-withdrawals-type{width:100%;height:100%;text-align:start;padding:10px 20px}.admin-withdrawals-type:first-of-type{width:auto;border:none;white-space:nowrap}.admin-withdrawals-type.active:first-of-type{background-color:#2c282e;border-bottom-right-radius:10px;border-top-right-radius:10px}.admin-withdrawals-type.active:last-of-type{background-color:#2c282e;border:none;height:100%;width:auto;white-space:nowrap;border-radius:10px}.eye-btn .admin-users-table-btns{margin:0 auto}.withdrawals-btns{background:none}.withdrawals-btn{height:30px;width:30px;display:flex;justify-content:center;align-items:center;border:1px solid;cursor:pointer}.withdrawals-btn:first-of-type{border-color:#6f9c40;border-top-left-radius:10px;border-bottom-left-radius:10px}.withdrawals-btn:first-of-type:hover{background-color:#6f9c4082}.withdrawals-btn:last-of-type{border-color:#dc3545;border-top-right-radius:10px;border-bottom-right-radius:10px}.withdrawals-btn:last-of-type:hover{background-color:#dc354582}.admin-link{border-bottom:1px #F1BE15 solid;transition:border-color .2s ease-in}.admin-link:hover,.admin-link:active{border-bottom:1px #734F04 solid}.status-btn{padding:4px;width:60px;font-weight:800;border-radius:4px;transition:background-color .15s linear}.status-btn.red-btn{background-color:#ff6368}.status-btn.green-btn{background-color:#6f9c40}.admin-categories-row img{margin-right:4px;width:20px}.admin-categories-title-row{display:flex;width:100%;justify-content:space-between}.admin-categories-btn{display:flex;column-gap:4px;align-items:center;color:#f4bf1a}.admin-categories-btn:before{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20stroke='%23ffffff'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M4%2012H20M12%204V20'%20stroke='%23f4bf1a'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");background-size:cover}.admin-categories-btn:hover,.admin-categories-btn:active{color:#fff}.admin-categories-btn:hover:before,.admin-categories-btn:active:before{background-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20stroke='%23ffffff'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M4%2012H20M12%204V20'%20stroke='%23ffffff'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e")}.admin-checking-account-number-warning{border-radius:16px;border:1px solid #F1BE15;padding:16px 26px;max-width:700px}.admin-checking-account-number-warning-title{font-weight:800}.admin-checking-account-number-warning-info{font-weight:300}.admin-checking-account-number-form{max-width:700px;display:flex;flex-direction:column;align-items:start;row-gap:6px}.admin-checking-account-number-btn{max-width:max-content}.admin-edit-block{max-width:700px;display:flex;flex-direction:column;row-gap:20px}.admin-edit-checkbox-block{display:flex;flex-direction:column;align-items:start;row-gap:10px;position:relative}.admin-edit-checkbox{display:flex;align-items:center;column-gap:10px}.switch input{display:none}.switch{position:relative;display:inline-block;width:60px;height:30px}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:30px}.slider:before{position:absolute;content:"";height:22px;width:22px;left:4px;bottom:4px;background-color:#fff;border-radius:50%;transition:.3s}input:checked+.slider{background-color:#f1be15}input:checked+.slider:before{transform:translate(30px)}.admin-filter-input.admin-filter-select{text-align:start}.admin-edit-checkbox-block .method-options-block.open{position:absolute;left:0;top:78px}.admin-edit-checkbox-block .method-options-block.open.method-options-mt4-block{bottom:44px;top:auto}.editor-toolbar{border-top:1px solid #414141!important;border-left:1px solid #414141!important;border-right:1px solid #414141!important}.editor-toolbar button.active,.editor-toolbar button:hover{border-color:#f1be15!important;background:transparent!important}.admin-edit-block div ul li{list-style-type:disc}/**
* easymde v2.18.0
* Copyright Jeroen Akkerman
* @link https://github.com/ionaru/easy-markdown-editor
* @license MIT
*/.CodeMirror{font-family:monospace;height:300px;color:#000;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor .CodeMirror-line::selection,.cm-fat-cursor .CodeMirror-line>span::selection,.cm-fat-cursor .CodeMirror-line>span>span::selection{background:0 0}.cm-fat-cursor .CodeMirror-line::-moz-selection,.cm-fat-cursor .CodeMirror-line>span::-moz-selection,.cm-fat-cursor .CodeMirror-line>span>span::-moz-selection{background:0 0}.cm-fat-cursor{caret-color:transparent}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-type,.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-s-default .cm-error,.cm-invalidchar{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:#ff96004d}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-50px;margin-right:-50px;padding-bottom:50px;height:100%;outline:0;position:relative;z-index:0}.CodeMirror-sizer{position:relative;border-right:50px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none;outline:0}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-50px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:0 0!important;border:none!important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-code{outline:0}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}div.CodeMirror-dragcursors,.CodeMirror-focused div.CodeMirror-cursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:#ff06}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}span.CodeMirror-selectedtext{background:0 0}.EasyMDEContainer{display:block}.CodeMirror-rtl pre{direction:rtl}.EasyMDEContainer.sided--no-fullscreen{display:flex;flex-direction:row;flex-wrap:wrap}.EasyMDEContainer .CodeMirror{box-sizing:border-box;height:auto;border:1px solid #ced4da;border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:10px;font:inherit;z-index:0;word-wrap:break-word}.EasyMDEContainer .CodeMirror-scroll{cursor:text}.EasyMDEContainer .CodeMirror-fullscreen{background:#fff;position:fixed!important;top:50px;left:0;right:0;bottom:0;height:auto;z-index:8;border-right:none!important;border-bottom-right-radius:0!important}.EasyMDEContainer .CodeMirror-sided{width:50%!important}.EasyMDEContainer.sided--no-fullscreen .CodeMirror-sided{border-right:none!important;border-bottom-right-radius:0;position:relative;flex:1 1 auto}.EasyMDEContainer .CodeMirror-placeholder{opacity:.5}.EasyMDEContainer .CodeMirror-focused .CodeMirror-selected{background:#d9d9d9}.editor-toolbar{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:9px 10px;border-top:1px solid #ced4da;border-left:1px solid #ced4da;border-right:1px solid #ced4da;border-top-left-radius:4px;border-top-right-radius:4px}.editor-toolbar.fullscreen{width:100%;height:50px;padding-top:10px;padding-bottom:10px;box-sizing:border-box;background:#fff;border:0;position:fixed;top:0;left:0;opacity:1;z-index:9}.editor-toolbar.fullscreen:before{width:20px;height:50px;background:-moz-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,#fff),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:-o-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:linear-gradient(to right,#fff 0,#fff0);position:fixed;top:0;left:0;margin:0;padding:0}.editor-toolbar.fullscreen:after{width:20px;height:50px;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);background:linear-gradient(to right,#fff0 0,#fff);position:fixed;top:0;right:0;margin:0;padding:0}.EasyMDEContainer.sided--no-fullscreen .editor-toolbar{width:100%}.editor-toolbar .easymde-dropdown,.editor-toolbar button{background:0 0;display:inline-block;text-align:center;text-decoration:none!important;height:30px;margin:0;padding:0;border:1px solid transparent;border-radius:3px;cursor:pointer}.editor-toolbar button{font-weight:700;min-width:30px;padding:0 6px;white-space:nowrap}.editor-toolbar button.active,.editor-toolbar button:hover{background:#fcfcfc;border-color:#95a5a6}.editor-toolbar i.separator{display:inline-block;width:0;border-left:1px solid #d9d9d9;border-right:1px solid #fff;color:transparent;text-indent:-10px;margin:0 6px}.editor-toolbar button:after{font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:65%;vertical-align:text-bottom;position:relative;top:2px}.editor-toolbar button.heading-1:after{content:"1"}.editor-toolbar button.heading-2:after{content:"2"}.editor-toolbar button.heading-3:after{content:"3"}.editor-toolbar button.heading-bigger:after{content:"▲"}.editor-toolbar button.heading-smaller:after{content:"▼"}.editor-toolbar.disabled-for-preview button:not(.no-disable){opacity:.6;pointer-events:none}@media only screen and (max-width:700px){.editor-toolbar i.no-mobile{display:none}}.editor-statusbar{padding:8px 10px;font-size:12px;color:#959694;text-align:right}.EasyMDEContainer.sided--no-fullscreen .editor-statusbar{width:100%}.editor-statusbar span{display:inline-block;min-width:4em;margin-left:1em}.editor-statusbar .lines:before{content:"lines: "}.editor-statusbar .words:before{content:"words: "}.editor-statusbar .characters:before{content:"characters: "}.editor-preview-full{position:absolute;width:100%;height:100%;top:0;left:0;z-index:7;overflow:auto;display:none;box-sizing:border-box}.editor-preview-side{position:fixed;bottom:0;width:50%;top:50px;right:0;z-index:9;overflow:auto;display:none;box-sizing:border-box;border:1px solid #ddd;word-wrap:break-word}.editor-preview-active-side{display:block}.EasyMDEContainer.sided--no-fullscreen .editor-preview-active-side{flex:1 1 auto;height:auto;position:static}.editor-preview-active{display:block}.editor-preview{padding:10px;background:#fafafa}.editor-preview>p{margin-top:0}.editor-preview pre{background:#eee;margin-bottom:10px}.editor-preview table td,.editor-preview table th{border:1px solid #ddd;padding:5px}.cm-s-easymde .cm-tag{color:#63a35c}.cm-s-easymde .cm-attribute{color:#795da3}.cm-s-easymde .cm-string{color:#183691}.cm-s-easymde .cm-header-1{font-size:calc(1.375rem + 1.5vw)}.cm-s-easymde .cm-header-2{font-size:calc(1.325rem + .9vw)}.cm-s-easymde .cm-header-3{font-size:calc(1.3rem + .6vw)}.cm-s-easymde .cm-header-4{font-size:calc(1.275rem + .3vw)}.cm-s-easymde .cm-header-5{font-size:1.25rem}.cm-s-easymde .cm-header-6{font-size:1rem}.cm-s-easymde .cm-header-1,.cm-s-easymde .cm-header-2,.cm-s-easymde .cm-header-3,.cm-s-easymde .cm-header-4,.cm-s-easymde .cm-header-5,.cm-s-easymde .cm-header-6{margin-bottom:.5rem;line-height:1.2}.cm-s-easymde .cm-comment{background:#0000000d;border-radius:2px}.cm-s-easymde .cm-link{color:#7f8c8d}.cm-s-easymde .cm-url{color:#aab2b3}.cm-s-easymde .cm-quote{color:#7f8c8d;font-style:italic}.editor-toolbar .easymde-dropdown{position:relative;background:linear-gradient(to bottom right,#fff 0,#fff 84%,#333 50%,#333);border-radius:0;border:1px solid #fff}.editor-toolbar .easymde-dropdown:hover{background:linear-gradient(to bottom right,#fff 0,#fff 84%,#333 50%,#333)}.easymde-dropdown-content{display:block;visibility:hidden;position:absolute;background-color:#f9f9f9;box-shadow:0 8px 16px #0003;padding:8px;z-index:2;top:30px}.easymde-dropdown:active .easymde-dropdown-content,.easymde-dropdown:focus .easymde-dropdown-content,.easymde-dropdown:focus-within .easymde-dropdown-content{visibility:visible}.easymde-dropdown-content button{display:block}span[data-img-src]:after{content:"";background-image:var(--bg-image);display:block;max-height:100%;max-width:100%;background-size:contain;height:0;padding-top:var(--height);width:var(--width);background-repeat:no-repeat}.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word){background:#ff000026}.admin-edit-checkbox-block textarea{max-width:100%;min-width:100%;min-height:100px}.copying-section{display:flex;gap:20px;justify-content:space-between;align-items:flex-start}.copying-manual{display:flex;flex-direction:column;row-gap:20px;max-width:50%;width:100%;align-items:center}.copying-manual img{width:80%}.copying-manual span{text-align:start}.copying-manual span span{font-size:20px}@media (max-width: 1200px){.copying-manual{max-width:100%}.copying-section{flex-direction:column}.copying-section .replacing-account-number-column,.copying-manual img{width:100%}}.hero.settings{width:100%;display:flex;flex-direction:column;justify-content:start;align-items:start}.settings .my-trading-system-header{margin-bottom:50px}.settings .wallet-operations-list{margin-bottom:20px}.settings .admin-checking-account-number-form{width:100%;margin-bottom:20px}.settings .admin-checking-account-number-form.row{flex-direction:row;align-items:end}.referal-link-container{width:100%;display:flex;flex-direction:row;align-items:center;column-gap:6px}.referal-link-change-btn{width:max-content;height:100%;display:flex;justify-content:center;align-items:center;padding:10px;border-radius:10px;border:1px solid #414141}.fa.fa-refresh{color:#f1be15}footer{display:flex;justify-content:center;align-items:center;background:#2c282e;border-top:1px solid #353535;padding:10px 38px;min-width:320px}.footer-logo{display:flex;align-items:center;justify-content:center;column-gap:10px}.footer-logo img:first-of-type{height:24px}.footer-logo img:last-of-type{height:20px}.footer-column{display:flex;flex-direction:column;row-gap:16px;align-items:center;min-width:300px}.footer-column.contacts{flex-direction:row;gap:20px;flex-wrap:wrap;max-width:300px;justify-content:center}.footer-links{width:50%;display:flex;align-items:center;justify-content:space-between}.footer-column li a{display:flex;align-items:center;column-gap:6px}.footer-column li a{font-weight:600;transition:color .2s ease-in-out}.footer-column li img{width:22px}.footer-column a:hover,.footer-column a:active{color:#eec014}.footer-column a:hover img{filter:drop-shadow(0 0 3px #f4bf1a)}@media (max-width: 990px){footer .header-row{flex-direction:column;row-gap:40px}}@media (max-width: 768px){.footer-links{width:100%}.footer-logo img:first-of-type{height:40px}.footer-logo img:last-of-type{height:34px}}@media (max-width: 540px){footer{padding:30px 0}.footer-links{width:100%;align-items:center;flex-direction:column;row-gap:40px;text-align:center}.footer-column{width:100%}.footer-logo img:first-of-type{height:24px}.footer-logo img:last-of-type{height:18px}}
