xn--obtex-usa0j.net Open in urlscan Pro Puny
ýobìtex.net IDN
2606:4700:30::681b:95dd  Public Scan

Submitted URL: http://xn--obtex-usa0j.net/
Effective URL: https://xn--obtex-usa0j.net/ru/
Submission: On February 28 via api from DE

Form analysis 1 forms found in the DOM

POST ./

<form method="post" action="./" id="form1">
  <div class="aspNetHidden">
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTQ1Mzk2MjMwMw8WAh4TVmFsaWRhdGVSZXF1ZXN0TW9kZQIBZGToxfbC55Jm0CIfVdqIAbVRYnFhvpRu+l/oudZ0C+xgUg==">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['form1'];
    if (!theForm) {
      theForm = document.form1;
    }

    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
      }
    }
    //]]>
  </script>
  <script src="/WebResource.axd?d=puA7Ef-74vpE6u4yCiZDPEWWz83JMoptJo7Bd7JjEG-JEU9CpqOD9HCWNaJX7XKq2SOi94i-8PyuKD5is-xkejRKivD3cAxcD20BEHV1QxA1&amp;t=636765212300000000" type="text/javascript"></script>
  <script
    src="/ScriptResource.axd?d=Xr8S7uXjvGfyjpvHHO7aWvrvKOMxFjDlcB1fKmTw-FQwsMizVY6yaFIdBnDR5aFdpyu9DCLbKLv1ccqbXpRbQ2L2XMT1ubaY63eXCzVn0VJ-zLWwU6CVvm4dAW-UtHsMcOLUiU1byNyuBsXBbiBk7Mhx6Lo0_XtCJHOE6ZsMQCVtoHfhYwvr9CCXx9v9EYKh0&amp;t=ffffffff999c3159"
    type="text/javascript"></script>
  <script type="text/javascript">
    //<![CDATA[
    if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
    //]]>
  </script>
  <script
    src="/ScriptResource.axd?d=U1YlnLOeHmeqO16jF6JOl4GufPsIbf6w5GogagOaC9jLB55xmUzcCTVfM07rFPx8cbMmLJT81kt3wO4o--xbK_w4wTb2wx_dbBuOSv-K9TKK-6RGEJn19DZXe7NKSiyEQKl8hBIO-sPg4u1QzWodIVPD_bXQzsfII1YrYnibuHO06IGt6XPOYPTirM7BU9iu0&amp;t=ffffffff999c3159"
    type="text/javascript"></script>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="7D03AD9A">
  </div>
  <div class="wrapper">
    <link rel="stylesheet" type="text/css" href="/index_files/jquery.dataTables.css">
    <link rel="stylesheet" type="text/css" href="/index_files/jquery.jscrollpane.css">
    <script type="text/javascript">
      var pmarket_table_zero_records = 'Nothing is found upon the given request';
      var pmarket_table_search = 'Search';
      var popup_title_waring = 'Warning!';
      var popup_btn_yes = 'Yes';
      var popup_btn_cancel = 'Cancel';
      // these two vars for bug correction: dataTable's header width with skined jScrollPane
      var maded = 0;
      var madeh = 0;
      $(document).ready(function() {
        isMouseDown = false;
        $('body').mousedown(function() {
          isMouseDown = true;
        }).mouseup(function() {
          isMouseDown = false;
        });
        var mTable = $('#trade_market').dataTable({
          //"destroy": true,
          "bRetrieve": true,
          "dom": '<"search_box_trade2"<"button">f>t<"clear">',
          //"dom": 't<"clear">',
          "info": false,
          "paging": false,
          "language": {
            "zeroRecords": pmarket_table_zero_records,
            "search": '',
            "searchPlaceholder": pmarket_table_search
          },
          "ordering": false,
          "fnDrawCallback": function(oSettings) {
            if (typeof $('.dataTables_scrollBody').data('jsp') === 'object') {
              $('.dataTables_scrollBody').data('jsp').reinitialise();
            }
            if (typeof mTable === 'object') {
              //mTable.columns.adjust();
              if (!maded) {
                maded = 1;
                mTable.fnAdjustColumnSizing();
                madeh = 0;
              }
            }
          },
          "fnHeaderCallback": function(nHead, aData, iStart, iEnd, aiDisplay) {
            if (!madeh) {
              madeh = 1;
              maded = 0;
            }
          },
          "fnInitComplete": function() {
            //$('.dataTables_scrollBody').jScrollPane();
          }
          //,"sScrollY": calcDataTableHeight()
        });
        $('#coinfilter').on('keyup click', function() {
          $('.search_box_trade2 input[type=search]').val($('#coinfilter').val()).keyup();
        });
        $('#trade_market').on('search.dt', function() {
          var $scrollbar2 = $('#scrollbar2');
          $scrollbar2.tinyscrollbar();
          var scrollbar2 = $scrollbar2.data("plugin_tinyscrollbar");
          scrollbar2.update();
        }).dataTable();
        $(window).smartresize(function() {
          // var $scrollbar2 = $('#scrollbar2');
          // $scrollbar2.tinyscrollbar();
          // var scrollbar2 = $scrollbar2.data("plugin_tinyscrollbar");
          // scrollbar2.update();
          //$('.dataTables_scrollBody').data('jsp').reinitialise();
          //$('.dataTables_scrollBody').css('height',calcDataTableHeight());
          //mTable.fnAdjustColumnSizing();
        });
      });
      var calcDataTableHeight = function() {
        return $(window).height() - 390; //var h = Math.floor($(window).height()*55/100);
      };
    </script>
    <style>
      .hide {
        position: absolute;
        margin-left: -10000px;
      }

      .show {
        position: relative;
        margin-left: 0px;
      }
    </style>
    <script type="text/javascript">
      /* var $j = jQuery.noConflict(); */
      var pair_id = '9';
      var currency_name1 = 'DASH';
      var currency_name2 = 'BTC';
      var currency_id1 = '10';
      var currency_id2 = '1';
      var fee_buyer = 0.00200000;
      var fee_seller = 0.00200000;
      var myord_btn_close = '';
      var chart_nodata = 'No data for charts';
      var chart_volume = 'Volume';
      var chart_price = 'Price';
      var chart_price_open = 'Open';
      var chart_price_max = 'Max';
      var chart_price_min = 'Min';
      var chart_price_close = 'Close';
      var chart_orderbook_bid = 'Bid';
      var chart_orderbook_ask = 'Ask';
      var chart_orderbook_volume = 'Volume';
      var popup_login_error_blocked_hard = 'Your account is blocked. Please contact our Support Team.';
      var buyandsell_creating = 'Sending…';
      var buyandsell_done = 'Done!';
      var popup_btn_rom = 'Rise Only Market Rules';
      var rom_rules =
        'This is Raise Only Market, sells are only allowed to be placed higher than the current lowest sell.<br>- max wall size: 0.10000000 btc<br>- max sell order size: 0.10000000 btc<br>- minimal step between <b>new</b> orders: 0.00000010<br>- max 3 open for sell allowed for ROM market';
      var popup_btn_dicerules = 'Dice Rules';
      $(document).ready(function() {
        prepareLeftAndRightPanels();
        getSystemInfo();
        prepareTradeTables();
        //prepareChat();
        //chatStart();
        var mode = window.location.hash.replace("#", "");
        if (mode == 'email_confirmed') {
          $('.window').hide();
          $('#window_register .wincont').html('<p class=win_center_success>' + popup_register_email_confirmed + '</p>');
          $('#window_register').show();
          $('#mask').show();
        }
      });
      var calcDataTableHeight = function() {
        return $(window).height() - 390; //var h = Math.floor($(window).height()*55/100);
      };
      //$(window).bind('hashchange', function() {
      //    showChart(getHash());
      //});
    </script>
    <div class="window" id="window_register">
      <a href="/en/#" class="close"></a>
      <div onsubmit="doRegister();return false;" action="/" method="post">
        <input type="hidden" name="rtoken"
          value="7ENMLRcLjsOe1Fo9vJGjUnuOwIlV364NbX8oMcVjh5DJlPTgF0t5qaDEUmADpYIrzQs66Eah8cextVan0dg98e/vr6r113o8w2OHD7aFyBgRb8nkRIJFjsbpbOZCxxO0Afiob9w6hvDz8+9RstWW+4SPQSxnvu/HnW+6tFL+m/tXnAyY0BVV48psMoaCoLMmTsmofkWEPESgpGR0wPJCOWEf5Pnc51cqEbMzQbs1JxAtig==">
        <div class="wincont">
          <div class="title">Регистрация</div>
          <div class="ln">
            <p>Логин</p>
            <input name="register1" type="text" id="register1" class="">
          </div>
          <div class="ln">
            <p>Email адрес</p>
            <input name="register2" type="text" id="register2" class="">
          </div>
          <div class="ln">
            <p>Ваш пароль</p>
            <input name="register3" type="password" id="register3" class="">
          </div>
          <div class="ln">
            <p>Подтвердите пароль</p>
            <input name="psw2" type="password" class="" value="">
          </div>
          <div class="win_meta">
            <div class="che">
              <label>
                <span class="niceCheck">
                  <div class="checker">
                    <span>
                      <input type="checkbox" name="agree"></span>
                  </div>
                </span>
                <p>Я согласен с <a href="/en/rules/" target="_blank">Правилами YoBit.net</a></p>
              </label>
            </div>
          </div>
          <div class="ln">
            <div class="g-recaptcha" data-sitekey="6LeeGJQUAAAAAO5pzQUBW8sZ_1fSikaKKNNf4Kqg">
              <div style="width: 304px; height: 78px;">
                <div><iframe src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LeeGJQUAAAAAO5pzQUBW8sZ_1fSikaKKNNf4Kqg&amp;co=aHR0cHM6Ly94bi0tb2J0ZXgtdXNhMGoubmV0OjQ0Mw..&amp;hl=ru&amp;v=v1550471573786&amp;size=normal&amp;cb=kjieanz5cbna"
                    width="304" height="78" role="presentation" name="a-lxs4bdoqhazd" frameborder="0" scrolling="no"
                    sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response"
                  class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
              </div>
            </div>
          </div>
          <div class="ln win_center"><span id="register_error"></span></div>
          <div class="sing_up_bt">
            <input type="submit" name="Button3" value="Зарегистрироваться" id="Button3" class="button">
            <div class="loading" style="display: none"></div>
          </div>
          <div class="rega_line"> Уже есть аккаунт? <a id="loginbutton" class="login_link" href="javascript:__doPostBack('loginbutton','')">Войти</a>
          </div>
        </div>
        <input type="submit" style="display: none">
      </div>
    </div>
    <div class="window" id="window_login">
      <a href="/en/#" class="close"></a>
      <div>
        <!-- Global site tag (gtag.js) - Google Analytics -->
        <script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-134867400-2"></script>
        <script>
          window.dataLayer = window.dataLayer || [];

          function gtag() {
            dataLayer.push(arguments);
          }
          gtag('js', new Date());
          gtag('config', 'UA-134867400-2');
        </script>
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
        <script src="../index_files/JqueryPageMethod.js?v=7"></script>
        <script type="text/javascript">
          function kontrolBak() {
            PageMethod("KontrolBak", [], kontrolBakOk, kontrolBakErr);
          }

          function kontrolBakOk(result) {
            if (result.d == "PasswordErr") {
              document.getElementById("login_EmailKod").style.display = "none";
              document.getElementById("login_login_error").innerHTML = "Invalid login or password.";
              document.getElementById("login_btnn").style.display = "block";
              document.getElementById("login_btngoogle2open").style.display = "none";
              document.getElementById("login_btnGoogleKod").style.display = "none";
              document.getElementById("login_hdnSifre").value = "1";
              document.getElementById("login_txtSifre").value = "";
            } else if (result.d == "YobitMailErr") {} else if (result.d == "Google2FaErr") {}
            myFunction();
          }

          function kontrolBakErr() {
            console.log("hata");
          }

          function myFunction() {
            setTimeout(function() {
              kontrolBak();
            }, 3000);
          }
        </script>
        <input type="hidden" name="login$hdnSifre" id="login_hdnSifre" value="0">
        <script type="text/javascript">
          //<![CDATA[
          Sys.WebForms.PageRequestManager._initialize('login$sc', 'form1', ['tlogin$upP', 'login_upP'], [], [], 90, '');
          //]]>
        </script>
        <div id="login_upP">
          <div class="wincont">
            <div id="authtext" class="title">АВТОРИЗАЦИЯ</div>
            <div id="UpdatePanel1">
              <div class="ln">
                <p id="emailtext">Email</p>
                <input name="login$emai" type="text" id="login_emai" class="">
              </div>
              <div class="ln">
                <p id="passtext">Пароль</p>
                <input name="login$txtSifre" type="password" id="login_txtSifre">
              </div>
              <div id="login_EmailKod" style="display:none" class="ln authemail">
                <p id="authtext2">Authentication code (get in Email inbox)</p>
                <input name="login$txtemailkod" type="text" id="login_txtemailkod" class="">
              </div>
              <div id="login_divGoogle" style="display:none" class="ln authemail">
                <p id="authtext2">Authentication code (get in Google Authenticator)</p>
                <input name="login$txtgooglekod" type="text" id="login_txtgooglekod" class="">
              </div>
              <div class="ln">
                <div class="g-recaptcha" style="transform: scale(0.9); transform-origin: 0 0" data-sitekey="6LeeGJQUAAAAAO5pzQUBW8sZ_1fSikaKKNNf4Kqg">
                  <div style="width: 304px; height: 78px;">
                    <div><iframe
                        src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LeeGJQUAAAAAO5pzQUBW8sZ_1fSikaKKNNf4Kqg&amp;co=aHR0cHM6Ly94bi0tb2J0ZXgtdXNhMGoubmV0OjQ0Mw..&amp;hl=ru&amp;v=v1550471573786&amp;size=normal&amp;cb=yfliaju2sak4"
                        width="304" height="78" role="presentation" name="a-brp669rsmwn" frameborder="0" scrolling="no"
                        sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response"
                      class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
                  </div>
                </div>
              </div>
              <div class="forgot"><a href="/en/#" id="forgotpasstext" class="forgot_link">Забыли пароль?</a></div>
              <div class="ln win_center">
                <span id="login_login_error">
                </span>
              </div>
              <div class="win_meta">
                <div class="che">
                  <label>
                    <span class="niceCheck">
                      <div class="checker">
                        <span>
                          <input type="checkbox" name="remember"></span>
                      </div>
                    </span>
                    <p id="rememberrtext">Запомнить</p>
                  </label>
                </div>
                <input type="submit" name="login$btnn" value="Войти" id="login_btnn" class="clLogin" style="float: right;">
                <input type="submit" name="login$btngoogle2open" value="Войти" id="login_btngoogle2open" class="clLogin" style="float: right; display:none">
                <input type="submit" name="login$btnGoogleKod" value="Войти" id="login_btnGoogleKod" class="clLogin" style="float: right; display:none">
                <div id="login_upp1" style="display:none;" role="status" aria-hidden="true">
                  <div class="loading" style="display: block;"></div>
                </div>
              </div>
              <div class="rega_line">
                <span id="haevbakok">Нет аккаунта? </span> <a href="/en/#" id="rsdfdfaafaf" class="reg_link">Зарегистрируйтесь</a>
              </div>
              <span id="Timer1" style="visibility: hidden; display: none;"></span>
            </div>
          </div>
        </div>
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
        <script type="text/javascript">
          $(document).ready(function() {
            $(".login").click(function() {
              $("#window_login").show();
              $("#mask").show();
              return false;
            });
            //$(".register").click(function () {
            //    $("#window_register").show();
            //    $("#mask").show();
            //    return false;
            //});
            $("#mask").click(function() {
              $(".window").hide();
              $("#mask").hide();
              return false;
            });
            $(".close").click(function() {
              $("#window_login").hide();
              $("#window_register").hide();
              $("#mask").hide();
              return false;
            });
            $(".balances tr").click(function() {
              document.location = $(this).attr("href");
            });
            $("#trade_market_wrapper tr").click(function() {
              $("#trade_market_wrapper tr").removeClass("active");
              $(this).addClass("active");
              $("#home").delay(300).fadeOut(75).fadeIn(4);
              $('#sellord_table tr').hide();
              for (i = 0; i < 20; i++) {
                var random = Math.floor(Math.random() * $('#sellord_table tr').length);
                $('#sellord_table tr').eq(random).show();
              }
              $('#buyord_table tr').hide();
              for (i = 0; i < 20; i++) {
                var random = Math.floor(Math.random() * $('#buyord_table tr').length);
                $('#buyord_table tr').eq(random).show();
              }
              $("#cnm1").text($(this).find(".first").text());
              $("#cnm2").text($(this).find(".first").text());
              $("#cnm3").text($(this).find(".first").text());
              $("#cnm4").text($(this).find(".first").text());
            });
            $('#coinfilter').keyup(function(event) {
              $('#trade_market tbody tr').hide();
              var search_text = $('#coinfilter').val();
              var rg = new RegExp(search_text, 'i');
              $('#trade_market tbody tr td').each(function() {
                if ($.trim($(this).html()).search(rg) == -1) {
                  $(this).parent().hide();
                } else {
                  $(this).parent().show(0);
                }
              });
            });
            $(".market_base_container a").click(function() {
              $(".market_base_container a").removeClass("active");
              if ($(this).text() == "BTC") {
                $("#homeru").hide();
                $("#homebtc").show();
              }
              if ($(this).text() == "RUR") {
                $("#homeru").show();
                $("#homebtc").hide();
              }
              $(this).delay(546).addClass("active");
              return false;
            });
          });
        </script>
        <input type="submit" style="display: none">
      </div>
    </div>
    <div class="window" id="window_forgot">
      <a href="/en/#" class="close"></a>
      <div onsubmit="doForgotPassword();return false;" action="/" method="post">
        <div class="wincont">
          <div class="title">Forgot your password</div>
          <div class="ln">
            <p>E-mail</p>
            <input name="email" type="text" class="" value="">
          </div>
          <div class="ln">
            <p>Login</p>
            <input name="login" type="text" class="" value="">
          </div>
          <div class="ln">
          </div>
          <div class="ln win_center"><span id="forgot_error"></span></div>
          <div class="sing_up_bt">
            <input type="button" class="clForgotPassword" value="Change the password">
            <div class="loading"></div>
          </div>
        </div>
        <input type="submit" style="display: none">
      </div>
    </div>
    <div class="window" id="window_captcha">
      <a href="/en/#" class="close"></a>
      <div onsubmit="doCheckCaptcha();return false;" action="/" method="post">
        <input name="captcha_id" type="hidden" value="0">
        <div class="wincont">
          <div class="title">Please confirm the action</div>
          <div class="ln">
          </div>
          <div class="ln win_center"><span class="error"></span><span class="success"></span></div>
          <div class="sing_up_bt">
            <input type="button" class="clCheckCaptcha" onclick="doCheckCaptcha();" value="Confirm">
            <div class="loading"></div>
          </div>
        </div>
        <input type="submit" style="display: none">
      </div>
    </div>
    <div id="mask"></div>
    <header class="header">
      <div class="wrap">
        <div id="enmenu" class="head_left">
          <a href="" class="logo">
                            <img src="/index_files/logo.png" alt=""></a>
          <ul class="top_menu">
            <li><a href="/ru/trade/" class="active">Трейд</a></li>
            <li><a href="/ru/market/">Маркет</a></li>
            <li><a href="/ru/investbox/" class="blue">InvestBox</a></li>
            <li><a href="/ru/dice/" class="red">Dice</a></li>
            <li><a href="/ru/wallets/">Балансы</a></li>
            <li><a href="/ru/freecoins/" class="green">FreeCoins</a></li>
            <li><a href="/ru/coinsinfo/">CoinsInfo</a></li>
            <li><a href="/ru/addtoken/">AddToken</a></li>
            <li><a href="/ru/support/">Поддержка</a></li>
            <li><a href="/ru/pm/">PM</a></li>
          </ul>
        </div>
        <div id="endiv1" class="head_right">
          <ul class="enter_box">
            <li><a class="register" href="https://yobit.io/?bonus=nfmlJ">Регистрация</a></li>
            <li><a class="login" href="#">Войти</a></li>
          </ul>
          <ul class="lang">
            <li><a href="/en">EN</a></li>
            <li><a href="/ru/" class="active">RU</a></li>
            <li><a href="/cn/">CN</a></li>
          </ul>
        </div>
      </div>
    </header>
    <main class="content">
      <div class="wrap">
        <div class="left_bar">
          <div class="balance_box ">
            <div class="all_title title">Балансы</div>
            <div class="result">
              <table class="balances" width="100%">
                <thead>
                  <tr>
                    <th width="40%">Валюта</th>
                    <th width="60%">Количество</th>
                  </tr>
                </thead>
              </table>
            </div>
            <div class="scrolling" id="scrollbar1">
              <div class="scrollbar" style="height: 154px;">
                <div class="track" style="height: 154px;">
                  <div class="thumb" style="top: 0px; height: 107.8px;"></div>
                </div>
              </div>
              <div class="viewport">
                <div class="overview" style="top: 0px;">
                  <table class="balances" width="100%">
                    <tbody>
                      <tr href="/ru/history/deposits/BTC">
                        <td width="40%">BTC</td>
                        <td width="60%" id="balance_1">0.00000000</td>
                      </tr>
                      <tr href="/ru/history/bids/LTC/BTC">
                        <td width="40%">LTC</td>
                        <td width="60%" id="balance_2">0.00000000</td>
                      </tr>
                      <tr href="/ru/history/bids/DASH/BTC">
                        <td width="40%">DASH</td>
                        <td width="60%" id="balance_10">0.00000000</td>
                      </tr>
                      <tr href="/ru/history/bids/DOGE/BTC">
                        <td width="40%">DOGE</td>
                        <td width="60%" id="balance_11">0.00000000</td>
                      </tr>
                      <tr href="/ru/history/bids/YOVI/BTC">
                        <td width="40%">YOVI</td>
                        <td width="60%" id="balance_264">0.00000000</td>
                      </tr>
                      <tr href="/ru/history/bids/ETH/BTC">
                        <td width="40%">ETH</td>
                        <td width="60%" id="balance_40001">0.00000000</td>
                      </tr>
                      <tr href="/ru/history/bids/LSK/BTC">
                        <td width="40%">LSK</td>
                        <td width="60%" id="balance_40005">0.00000000</td>
                      </tr>
                      <tr href="/ru/history/bids/EBONUS/BTC">
                        <td width="40%">EBONUS</td>
                        <td width="60%" id="balance_40011">0.00000000</td>
                      </tr>
                      <tr href="/ru/history/bids/USD/BTC">
                        <td width="40%">USD</td>
                        <td width="60%" id="balance_50001">0.00000000</td>
                      </tr>
                      <tr href="/ru/history/bids/RUR/BTC">
                        <td width="40%">RUR</td>
                        <td width="60%" id="balance_50003">0.00000000</td>
                      </tr>
                    </tbody>
                  </table>
                </div>
              </div>
            </div>
            <div class="result">
              <table class="balances2" width="100%">
                <tbody>
                  <tr>
                    <td width="40%">Est. BTC:</td>
                    <td width="60%" id="label_balances_equiv">0.00 BTC</td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <div class="market_box">
            <div class="all_title title">Маркет</div>
            <div>
              <div class="market_base_container">
                <a href="javascript:void(0)" value="top" onclick="changeMarketBase('top',40001)" class="active">TOP</a><a href="javascript:void(0)" value="btc" onclick="changeMarketBase('btc',40001)" class="manimr">BTC</a><a href="javascript:void(0)" value="eth" onclick="changeMarketBase('eth',40001)" class="manimr">ETH</a><a href="javascript:void(0)" value="doge" onclick="changeMarketBase('doge',40001)" class="manimg">DOGE</a><a href="javascript:void(0)" value="waves" onclick="changeMarketBase('waves',40001)">WAVES</a><a href="javascript:void(0)" value="usd" onclick="changeMarketBase('usd',40001)">USD</a><a href="javascript:void(0)" value="rur" onclick="changeMarketBase('rur',40001)" class="manimr">RUR</a>
              </div>
            </div>
            <div class="result">
              <table class="marketes" width="100%">
                <thead>
                  <tr>
                    <th width="25%" class="first">Валюта</th>
                    <th width="33%">Цена</th>
                    <th width="26%">Изм.</th>
                    <th width="16%">Об.</th>
                  </tr>
                </thead>
              </table>
            </div>
            <div class="scrolling" id="scrollbar2">
              <div class="search_box_trade">
                <div class="button"></div>
                <div id="trade_market_filter" class="dataTables_filter">
                  <label>
                    <input id="coinfilter" type="search" class="" placeholder="Поиск" aria-controls="trade_market" onsearch="$('#coinfilter').keyup();">
                  </label>
                </div>
              </div>
              <div class="scrollbar disable" style="height: 820px;">
                <div class="track" style="height: 820px;">
                  <div class="thumb" style="top: 0px; height: 820px;"></div>
                </div>
              </div>
              <div class="viewport">
                <div class="overview" id="market_base_list" style="top: 0px;">
                  <div id="trade_market_wrapper" class="dataTables_wrapper no-footer">
                    <div class="search_box_trade2">
                      <div class="button"></div>
                      <div id="trade_market_filter" class="dataTables_filter"><label><input type="search" class="" placeholder="Поиск" aria-controls="trade_market"></label></div>
                    </div>
                    <table id="trade_market" class="marketes dataTable no-footer" width="100%" role="grid" style="width: 100%;">
                      <thead style="display:none;">
                        <tr role="row">
                          <th width="25%" class="first sorting_disabled" rowspan="1" colspan="1" style="width: 0px;">Валюта</th>
                          <th width="33%" class="sorting_disabled" rowspan="1" colspan="1" style="width: 0px;">Цена</th>
                          <th width="26%" class="sorting_disabled" rowspan="1" colspan="1" style="width: 0px;">Изм.</th>
                          <th width="16%" class="sorting_disabled" rowspan="1" colspan="1" style="width: 0px;">Об.</th>
                          <th style="display: none; width: 0px;" class="sorting_disabled" rowspan="1" colspan="1">fullname</th>
                        </tr>
                      </thead>
                      <tbody>
                        <tr class="rom odd" p="263" c1="264" c2="1" c1n="YOVI" c2n="BTC" role="row">
                          <td width="25%" class="first">YOVI<div class="rom"></div>
                          </td>
                          <td width="33%">0.03098100</td>
                          <td width="26%"> 0%</td>
                          <td width="16%" title="0 BTC">0</td>
                          <td style="display:none;">YobitCoin</td>
                        </tr>
                        <tr class="even animb" p="40001" c1="40001" c2="1" c1n="ETH" c2n="BTC" role="row">
                          <td class="first">ETH</td>
                          <td>0.03570000</td>
                          <td class="red">- 1.4%</td>
                          <td title="1110.5 BTC">1110.5</td>
                          <td style="display:none;">Ethereum</td>
                        </tr>
                        <tr class="odd active" p="9" c1="10" c2="1" c1n="DASH" c2n="BTC" role="row">
                          <td class="first">DASH</td>
                          <td>0.02154205</td>
                          <td class="green">+ 2%</td>
                          <td title="1028.47 BTC">1028.5</td>
                          <td style="display:none;">DASH</td>
                        </tr>
                        <tr class="even" p="766" c1="767" c2="1" c1n="ZEC" c2n="BTC" role="row">
                          <td class="first">ZEC</td>
                          <td>0.01360842</td>
                          <td class="red">- 1.1%</td>
                          <td title="815.19 BTC">815.2</td>
                          <td style="display:none;">Zcash</td>
                        </tr>
                        <tr class="odd" p="40005" c1="40005" c2="1" c1n="LSK" c2n="BTC" role="row">
                          <td class="first">LSK</td>
                          <td>0.00031309</td>
                          <td class="green">+ 0.4%</td>
                          <td title="237.06 BTC">237.1</td>
                          <td style="display:none;">Lisk</td>
                        </tr>
                        <tr class="even" p="1" c1="2" c2="1" c1n="LTC" c2n="BTC" role="row">
                          <td class="first">LTC</td>
                          <td>0.01196848</td>
                          <td class="green">+ 1.7%</td>
                          <td title="193.46 BTC">193.5</td>
                          <td style="display:none;">Litecoin</td>
                        </tr>
                        <tr class="odd" p="40009" c1="40009" c2="1" c1n="ETC" c2n="BTC" role="row">
                          <td class="first">ETC</td>
                          <td>0.00111418</td>
                          <td class="red">- 2.3%</td>
                          <td title="97.76 BTC">97.8</td>
                          <td style="display:none;">EthereumClassic</td>
                        </tr>
                        <tr class="even" p="50001" c1="1" c2="50001" c1n="BTC" c2n="USD" role="row">
                          <td class="first">BTC</td>
                          <td>$4187.00</td>
                          <td class="green">+ 1.2%</td>
                          <td title="41.85 BTC">41.9</td>
                          <td style="display:none;">Bitcoin</td>
                        </tr>
                        <tr class="odd" p="40006" c1="40006" c2="1" c1n="WAVES" c2n="BTC" role="row">
                          <td class="first">WAVES</td>
                          <td>0.00069122</td>
                          <td class="red">- 1.4%</td>
                          <td title="26.62 BTC">26.7</td>
                          <td style="display:none;">Waves</td>
                        </tr>
                        <tr class="even" p="50003" c1="1" c2="50003" c1n="BTC" c2n="RUR" role="row">
                          <td class="first">BTC</td>
                          <td>R258507.00</td>
                          <td class="green">+ 0.5%</td>
                          <td title="25.15 BTC">25.2</td>
                          <td style="display:none;">Bitcoin</td>
                        </tr>
                        <tr class="odd" p="6655" c1="1190" c2="1" c1n="FTO" c2n="BTC" role="row">
                          <td class="first">FTO</td>
                          <td>0.00080103</td>
                          <td class="red">- 5.4%</td>
                          <td title="24.65 BTC">24.7</td>
                          <td style="display:none;">FuturoCoin</td>
                        </tr>
                        <tr class="even" p="50010" c1="40001" c2="50001" c1n="ETH" c2n="USD" role="row">
                          <td class="first">ETH</td>
                          <td>$152.25</td>
                          <td class="green">+ 1.1%</td>
                          <td title="23.38 BTC">23.4</td>
                          <td style="display:none;">Ethereum</td>
                        </tr>
                        <tr class="odd" p="40015" c1="40015" c2="1" c1n="EDR2" c2n="BTC" role="row">
                          <td class="first">EDR2</td>
                          <td>0.00000187</td>
                          <td> 0%</td>
                          <td title="17.06 BTC">17.1</td>
                          <td style="display:none;">E-DinarCoin2</td>
                        </tr>
                        <tr class="even" p="711" c1="712" c2="1" c1n="CRX" c2n="BTC" role="row">
                          <td class="first">CRX</td>
                          <td>0.00000009</td>
                          <td class="red">- 10%</td>
                          <td title="11.53 BTC">11.6</td>
                          <td style="display:none;">ChronosCoin</td>
                        </tr>
                        <tr class="odd animb" p="50011" c1="40001" c2="50003" c1n="ETH" c2n="RUR" role="row">
                          <td class="first">ETH</td>
                          <td>R9405.69</td>
                          <td class="green">+ 0.4%</td>
                          <td title="11.5 BTC">11.5</td>
                          <td style="display:none;">Ethereum</td>
                        </tr>
                        <tr class="even" p="7939" c1="1404" c2="1" c1n="LBR" c2n="BTC" role="row">
                          <td class="first">LBR</td>
                          <td>0.00000416</td>
                          <td class="red">- 1.2%</td>
                          <td title="9.49 BTC">9.5</td>
                          <td style="display:none;">LIBERTALIA</td>
                        </tr>
                        <tr class="odd" p="124" c1="125" c2="1" c1n="ICASH" c2n="BTC" role="row">
                          <td class="first">ICASH</td>
                          <td>0.00000005</td>
                          <td class="green">+ 150%</td>
                          <td title="7.54 BTC">7.6</td>
                          <td style="display:none;">iCash</td>
                        </tr>
                        <tr class="even" p="6659" c1="1190" c2="50001" c1n="FTO" c2n="USD" role="row">
                          <td class="first">FTO</td>
                          <td>$3.38</td>
                          <td class="red">- 4.3%</td>
                          <td title="7.17 BTC">7.2</td>
                          <td style="display:none;">FuturoCoin</td>
                        </tr>
                        <tr class="odd" p="7897" c1="1397" c2="1" c1n="YOZI" c2n="BTC" role="row">
                          <td class="first">YOZI</td>
                          <td>0.00000615</td>
                          <td class="green">+ 11.5%</td>
                          <td title="6.41 BTC">6.5</td>
                          <td style="display:none;">YoZi</td>
                        </tr>
                        <tr class="even" p="8173" c1="1443" c2="1" c1n="EFFM" c2n="BTC" role="row">
                          <td class="first">EFFM</td>
                          <td>0.00000343</td>
                          <td class="red">- 8.8%</td>
                          <td title="6.04 BTC">6.1</td>
                          <td style="display:none;">EffMining</td>
                        </tr>
                        <tr class="odd" p="688" c1="689" c2="1" c1n="TAJ" c2n="BTC" role="row">
                          <td class="first">TAJ</td>
                          <td>0.00000085</td>
                          <td class="green">+ 60.4%</td>
                          <td title="6.02 BTC">6.1</td>
                          <td style="display:none;">TajCoin</td>
                        </tr>
                        <tr class="even" p="546" c1="547" c2="1" c1n="EDRC" c2n="BTC" role="row">
                          <td class="first">EDRC</td>
                          <td>0.00018150</td>
                          <td class="green">+ 4.9%</td>
                          <td title="5.97 BTC">6</td>
                          <td style="display:none;">EDRCoin</td>
                        </tr>
                        <tr class="odd animb" p="6325" c1="1135" c2="1" c1n="LIZA" c2n="BTC" role="row">
                          <td class="first">LIZA</td>
                          <td>32.00000000</td>
                          <td class="red">- 6.2%</td>
                          <td title="7.5 BTC">7.5</td>
                          <td style="display:none;">Bitcoin Liza</td>
                        </tr>
                        <tr class="even" p="7219" c1="1284" c2="1" c1n="USDT" c2n="BTC" role="row">
                          <td class="first">USDT</td>
                          <td>0.00026250</td>
                          <td class="red">- 2.1%</td>
                          <td title="5.2 BTC">5.2</td>
                          <td style="display:none;">Tether USD ERC20</td>
                        </tr>
                        <tr class="odd" p="7249" c1="1289" c2="1" c1n="KBC" c2n="BTC" role="row">
                          <td class="first">KBC</td>
                          <td>0.00000761</td>
                          <td class="green">+ 1%</td>
                          <td title="5.06 BTC">5.1</td>
                          <td style="display:none;">KaratBank Coin</td>
                        </tr>
                        <tr class="even" p="8017" c1="1417" c2="1" c1n="XRP" c2n="BTC" role="row">
                          <td class="first">XRP</td>
                          <td>0.00008599</td>
                          <td class="green">+ 7.9%</td>
                          <td title="5.01 BTC">5.1</td>
                          <td style="display:none;">Ripple</td>
                        </tr>
                        <tr class="odd animb" p="10" c1="11" c2="1" c1n="DOGE" c2n="BTC" role="row">
                          <td class="first">DOGE</td>
                          <td>0.00000052</td>
                          <td class="green">+ 2%</td>
                          <td title="5.1 BTC">5.1</td>
                          <td style="display:none;">Dogecoin</td>
                        </tr>
                        <tr class="even" p="50006" c1="50001" c2="50003" c1n="USD" c2n="RUR" role="row">
                          <td class="first">USD</td>
                          <td>R61.50</td>
                          <td class="red">- 0.9%</td>
                          <td title="4.32 BTC">4.4</td>
                          <td style="display:none;">USD</td>
                        </tr>
                        <tr class="odd" p="50005" c1="2" c2="50003" c1n="LTC" c2n="RUR" role="row">
                          <td class="first">LTC</td>
                          <td>R3115.10</td>
                          <td class="green">+ 3.5%</td>
                          <td title="4.13 BTC">4.2</td>
                          <td style="display:none;">Litecoin</td>
                        </tr>
                        <tr class="even" p="7223" c1="1284" c2="50001" c1n="USDT" c2n="USD" role="row">
                          <td class="first">USDT</td>
                          <td>$1.08</td>
                          <td class="green">+ 0.3%</td>
                          <td title="4.03 BTC">4.1</td>
                          <td style="display:none;">Tether USD ERC20</td>
                        </tr>
                      </tbody>
                    </table>
                    <div class="clear"></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="center_box" id="data-pjax-container">
          <div class="top_center">
            <ul class="top_center_list">
              <li class="c_1">ETH <span>/</span> BTC</li>
              <li class="c_2">Last: <span class="animg label-type1" id="label_last">0.03627188</span></li>
              <li class="c_3">24High: <span id="label_high24" class="animg">0.03705939</span></li>
              <li class="c_4">24Low: <span id="label_low24" class="animg">0.03524864</span></li>
              <li class="c_5">24V: <span id="label_vol24" class="animg">1427.06 BTC</span></li>
            </ul>
            <div class="chart_container" style="height:206px;">
              <div style="position: relative;top:-9px;left:10px;z-index:99;width:268px;text-align:left;">
                <a href="#12H" class="active">12 Hours</a>
                <a href="#24H" class="">24 Hours</a>
                <a href="#7D">7 Days</a>
                <a href="#1M">1M</a>
                <a href="#6M">6M</a>
                <a href="#orderbook">Order Book</a>
              </div>
              <div id="chart" style="height:206px;" data-highcharts-chart="1">
                <div class="highcharts-container" id="highcharts-2"
                  style="position: relative; overflow: hidden; width: 877px; height: 190px; text-align: left; line-height: normal; z-index: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); touch-action: none;"><svg version="1.1"
                    style="font-family:&quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, Arial, Helvetica, sans-serif;font-size:12px;" xmlns="http://www.w3.org/2000/svg" width="877" height="190">
                    <desc>Created with Highstock 2.0.4</desc>
                    <defs>
                      <clipPath id="highcharts-3">
                        <rect x="0" y="0" width="836" height="140"></rect>
                      </clipPath>
                    </defs>
                    <rect x="0" y="0" width="877" height="190" strokewidth="0" fill="#FFFFFF" class=" highcharts-background"></rect>
                    <g class="highcharts-grid" zindex="1"></g>
                    <g class="highcharts-grid" zindex="1">
                      <path fill="none" d="M 10 9.5 L 846 9.5" stroke="#ebebeb" stroke-width="1" stroke-dasharray="none" zindex="1" opacity="1"></path>
                      <path fill="none" d="M 10 48.5 L 846 48.5" stroke="#ebebeb" stroke-width="1" stroke-dasharray="none" zindex="1" opacity="1"></path>
                      <path fill="none" d="M 10 85.5 L 846 85.5" stroke="#ebebeb" stroke-width="1" stroke-dasharray="none" zindex="1" opacity="1"></path>
                      <path fill="none" d="M 10 123.5 L 846 123.5" stroke="#ebebeb" stroke-width="1" stroke-dasharray="none" zindex="1" opacity="1"></path>
                    </g>
                    <g class="highcharts-grid" zindex="1"></g>
                    <g class="highcharts-axis" zindex="2">
                      <path fill="none" d="M 124.5 150 L 124.5 160" stroke="#d5d5d5" stroke-width="1" opacity="1"></path>
                      <path fill="none" d="M 191.5 150 L 191.5 160" stroke="#d5d5d5" stroke-width="1" opacity="1"></path>
                      <path fill="none" d="M 259.5 150 L 259.5 160" stroke="#d5d5d5" stroke-width="1" opacity="1"></path>
                      <path fill="none" d="M 326.5 150 L 326.5 160" stroke="#d5d5d5" stroke-width="1" opacity="1"></path>
                      <path fill="none" d="M 393.5 150 L 393.5 160" stroke="#d5d5d5" stroke-width="1" opacity="1"></path>
                      <path fill="none" d="M 461.5 150 L 461.5 160" stroke="#d5d5d5" stroke-width="1" opacity="1"></path>
                      <path fill="none" d="M 528.5 150 L 528.5 160" stroke="#d5d5d5" stroke-width="1" opacity="1"></path>
                      <path fill="none" d="M 595.5 150 L 595.5 160" stroke="#d5d5d5" stroke-width="1" opacity="1"></path>
                      <path fill="none" d="M 663.5 150 L 663.5 160" stroke="#d5d5d5" stroke-width="1" opacity="1"></path>
                      <path fill="none" d="M 730.5 150 L 730.5 160" stroke="#d5d5d5" stroke-width="1" opacity="1"></path>
                      <path fill="none" d="M 798.5 150 L 798.5 160" stroke="#d5d5d5" stroke-width="1" opacity="1"></path>
                      <path fill="none" d="M 56.5 150 L 56.5 160" stroke="#d5d5d5" stroke-width="1" opacity="1"></path>
                      <path fill="none" d="M 10 150.5 L 846 150.5" stroke="#C0D0E0" stroke-width="1" zindex="7" visibility="visible"></path>
                    </g>
                    <g class="highcharts-axis" zindex="2"></g>
                    <g class="highcharts-axis" zindex="2"></g>
                    <g class="highcharts-series-group" zindex="3">
                      <g class="highcharts-series highcharts-tracker" visibility="visible" zindex="0.1" transform="translate(10,10) scale(1 1)" style="" clip-path="url(#highcharts-3)">
                        <rect x="9.5" y="101.5" width="8" height="39" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="20.5" y="100.5" width="8" height="40" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="32.5" y="96.5" width="8" height="44" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="43.5" y="81.5" width="8" height="59" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="54.5" y="100.5" width="8" height="40" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="65.5" y="62.5" width="8" height="78" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="76.5" y="109.5" width="8" height="31" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="88.5" y="93.5" width="8" height="47" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="99.5" y="112.5" width="8" height="28" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="110.5" y="99.5" width="8" height="41" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="121.5" y="22.5" width="8" height="118" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="133.5" y="106.5" width="8" height="34" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="144.5" y="112.5" width="8" height="28" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="155.5" y="118.5" width="8" height="22" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="166.5" y="86.5" width="8" height="54" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="178.5" y="108.5" width="8" height="32" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="189.5" y="74.5" width="8" height="66" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="200.5" y="119.5" width="8" height="21" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="211.5" y="73.5" width="8" height="67" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="222.5" y="32.5" width="8" height="108" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="234.5" y="60.5" width="8" height="80" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="245.5" y="62.5" width="8" height="78" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="256.5" y="109.5" width="8" height="31" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="267.5" y="105.5" width="8" height="35" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="279.5" y="17.5" width="8" height="123" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="290.5" y="52.5" width="8" height="88" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="301.5" y="86.5" width="8" height="54" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="312.5" y="96.5" width="8" height="44" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="324.5" y="83.5" width="8" height="57" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="335.5" y="53.5" width="8" height="87" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="346.5" y="76.5" width="8" height="64" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="357.5" y="71.5" width="8" height="69" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="368.5" y="106.5" width="8" height="34" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="380.5" y="97.5" width="8" height="43" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="391.5" y="54.5" width="8" height="86" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="402.5" y="114.5" width="8" height="26" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="413.5" y="136.5" width="8" height="4" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="425.5" y="134.5" width="8" height="6" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="436.5" y="138.5" width="8" height="2" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="447.5" y="140.5" width="8" height="0" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="458.5" y="114.5" width="8" height="26" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="470.5" y="119.5" width="8" height="21" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="481.5" y="124.5" width="8" height="16" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="492.5" y="126.5" width="8" height="14" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="503.5" y="111.5" width="8" height="29" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="514.5" y="96.5" width="8" height="44" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="526.5" y="98.5" width="8" height="42" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="537.5" y="27.5" width="8" height="113" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="548.5" y="109.5" width="8" height="31" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="559.5" y="121.5" width="8" height="19" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="571.5" y="80.5" width="8" height="60" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="582.5" y="118.5" width="8" height="22" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="593.5" y="131.5" width="8" height="9" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="604.5" y="108.5" width="8" height="32" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="616.5" y="115.5" width="8" height="25" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="627.5" y="124.5" width="8" height="16" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="638.5" y="116.5" width="8" height="24" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="649.5" y="77.5" width="8" height="63" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="660.5" y="137.5" width="8" height="3" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="672.5" y="110.5" width="8" height="30" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="683.5" y="135.5" width="8" height="5" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="694.5" y="140.5" width="8" height="0" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="705.5" y="122.5" width="8" height="18" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="717.5" y="117.5" width="8" height="23" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="728.5" y="140.5" width="8" height="0" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="739.5" y="118.5" width="8" height="22" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="750.5" y="100.5" width="8" height="40" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="762.5" y="114.5" width="8" height="26" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="773.5" y="99.5" width="8" height="41" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="784.5" y="95.5" width="8" height="45" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="795.5" y="117.5" width="8" height="23" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="806.5" y="70.5" width="8" height="70" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                        <rect x="818.5" y="124.5" width="8" height="16" fill="#ebebeb" rx="0" ry="0" stroke="#ebebeb" stroke-width="1"></rect>
                      </g>
                      <g class="highcharts-markers" visibility="visible" zindex="0.1" transform="translate(10,10) scale(1 1)" clip-path="none"></g>
                      <g class="highcharts-series highcharts-tracker" visibility="visible" zindex="0.1" transform="translate(10,10) scale(1 1)" style="" clip-path="url(#highcharts-3)">
                        <path fill="#f01717" d="M 9.5 104.5 L 9.5 104.5 L 17.5 104.5 L 17.5 104.5 Z M 13.5 104.5 L 13.5 104.5 M 13.5 104.5 L 13.5 108" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 20.5 104.5 L 20.5 102.5 L 28.5 102.5 L 28.5 104.5 Z M 24.5 102.5 L 24.5 102.5 M 24.5 104.5 L 24.5 109" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 31.5 107.5 L 31.5 102.5 L 39.5 102.5 L 39.5 107.5 Z M 35.5 102.5 L 35.5 102.5 M 35.5 107.5 L 35.5 109" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 42.5 107.5 L 42.5 103.5 L 50.5 103.5 L 50.5 107.5 Z M 46.5 103.5 L 46.5 103.5 M 46.5 107.5 L 46.5 109" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 54.5 103.5 L 54.5 101.5 L 62.5 101.5 L 62.5 103.5 Z M 58.5 101.5 L 58.5 101.5 M 58.5 103.5 L 58.5 109" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 65.5 101.5 L 65.5 99.5 L 73.5 99.5 L 73.5 101.5 Z M 69.5 99.5 L 69.5 98 M 69.5 101.5 L 69.5 102" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 76.5 99.5 L 76.5 98.5 L 84.5 98.5 L 84.5 99.5 Z M 80.5 98.5 L 80.5 98.5 M 80.5 99.5 L 80.5 101" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 87.5 103.5 L 87.5 98.5 L 95.5 98.5 L 95.5 103.5 Z M 91.5 98.5 L 91.5 98.5 M 91.5 103.5 L 91.5 103.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 99.5 103.5 L 99.5 98.5 L 107.5 98.5 L 107.5 103.5 Z M 103.5 98.5 L 103.5 98.5 M 103.5 103.5 L 103.5 103.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 110.5 100.5 L 110.5 98.5 L 118.5 98.5 L 118.5 100.5 Z M 114.5 98.5 L 114.5 98.5 M 114.5 100.5 L 114.5 109" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 121.5 100.5 L 121.5 89.5 L 129.5 89.5 L 129.5 100.5 Z M 125.5 89.5 L 125.5 88 M 125.5 100.5 L 125.5 109" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 132.5 89.5 L 132.5 88.5 L 140.5 88.5 L 140.5 89.5 Z M 136.5 88.5 L 136.5 87 M 136.5 89.5 L 136.5 89.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 143.5 89.5 L 143.5 88.5 L 151.5 88.5 L 151.5 89.5 Z M 147.5 88.5 L 147.5 87 M 147.5 89.5 L 147.5 89.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 155.5 89.5 L 155.5 89.5 L 163.5 89.5 L 163.5 89.5 Z M 159.5 89.5 L 159.5 85 M 159.5 89.5 L 159.5 89.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 166.5 97.5 L 166.5 89.5 L 174.5 89.5 L 174.5 97.5 Z M 170.5 89.5 L 170.5 85 M 170.5 97.5 L 170.5 97.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 177.5 109.5 L 177.5 97.5 L 185.5 97.5 L 185.5 109.5 Z M 181.5 97.5 L 181.5 93 M 181.5 109.5 L 181.5 114" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 188.5 109.5 L 188.5 98.5 L 196.5 98.5 L 196.5 109.5 Z M 192.5 98.5 L 192.5 98.5 M 192.5 109.5 L 192.5 109" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 200.5 98.5 L 200.5 90.5 L 208.5 90.5 L 208.5 98.5 Z M 204.5 90.5 L 204.5 90.5 M 204.5 98.5 L 204.5 103" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 211.5 112.5 L 211.5 90.5 L 219.5 90.5 L 219.5 112.5 Z M 215.5 90.5 L 215.5 90.5 M 215.5 112.5 L 215.5 128" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 222.5 119.5 L 222.5 112.5 L 230.5 112.5 L 230.5 119.5 Z M 226.5 112.5 L 226.5 103 M 226.5 119.5 L 226.5 132" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 233.5 119.5 L 233.5 108.5 L 241.5 108.5 L 241.5 119.5 Z M 237.5 108.5 L 237.5 107 M 237.5 119.5 L 237.5 127" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 245.5 128.5 L 245.5 108.5 L 253.5 108.5 L 253.5 128.5 Z M 249.5 108.5 L 249.5 106 M 249.5 128.5 L 249.5 132" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 256.5 128.5 L 256.5 124.5 L 264.5 124.5 L 264.5 128.5 Z M 260.5 124.5 L 260.5 124.5 M 260.5 128.5 L 260.5 128.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 267.5 132.5 L 267.5 124.5 L 275.5 124.5 L 275.5 132.5 Z M 271.5 124.5 L 271.5 124.5 M 271.5 132.5 L 271.5 132.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 278.5 132.5 L 278.5 123.5 L 286.5 123.5 L 286.5 132.5 Z M 282.5 123.5 L 282.5 123.5 M 282.5 132.5 L 282.5 133" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 289.5 123.5 L 289.5 122.5 L 297.5 122.5 L 297.5 123.5 Z M 293.5 122.5 L 293.5 122.5 M 293.5 123.5 L 293.5 124" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 301.5 122.5 L 301.5 115.5 L 309.5 115.5 L 309.5 122.5 Z M 305.5 115.5 L 305.5 115.5 M 305.5 122.5 L 305.5 127" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 312.5 115.5 L 312.5 113.5 L 320.5 113.5 L 320.5 115.5 Z M 316.5 113.5 L 316.5 113.5 M 316.5 115.5 L 316.5 115.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 323.5 114.5 L 323.5 113.5 L 331.5 113.5 L 331.5 114.5 Z M 327.5 113.5 L 327.5 113.5 M 327.5 114.5 L 327.5 114.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 334.5 114.5 L 334.5 111.5 L 342.5 111.5 L 342.5 114.5 Z M 338.5 111.5 L 338.5 111.5 M 338.5 114.5 L 338.5 115" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 346.5 111.5 L 346.5 99.5 L 354.5 99.5 L 354.5 111.5 Z M 350.5 99.5 L 350.5 99.5 M 350.5 111.5 L 350.5 111.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 357.5 99.5 L 357.5 98.5 L 365.5 98.5 L 365.5 99.5 Z M 361.5 98.5 L 361.5 97 M 361.5 99.5 L 361.5 100" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 368.5 98.5 L 368.5 98.5 L 376.5 98.5 L 376.5 98.5 Z M 372.5 98.5 L 372.5 98.5 M 372.5 98.5 L 372.5 100" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 379.5 100.5 L 379.5 98.5 L 387.5 98.5 L 387.5 100.5 Z M 383.5 98.5 L 383.5 98.5 M 383.5 100.5 L 383.5 100" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 391.5 100.5 L 391.5 95.5 L 399.5 95.5 L 399.5 100.5 Z M 395.5 95.5 L 395.5 95.5 M 395.5 100.5 L 395.5 100.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 402.5 95.5 L 402.5 93.5 L 410.5 93.5 L 410.5 95.5 Z M 406.5 93.5 L 406.5 93.5 M 406.5 95.5 L 406.5 97" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 413.5 93.5 L 413.5 93.5 L 421.5 93.5 L 421.5 93.5 Z M 417.5 93.5 L 417.5 93.5 M 417.5 93.5 L 417.5 93.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 424.5 93.5 L 424.5 92.5 L 432.5 92.5 L 432.5 93.5 Z M 428.5 92.5 L 428.5 92.5 M 428.5 93.5 L 428.5 93" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 435.5 93.5 L 435.5 92.5 L 443.5 92.5 L 443.5 93.5 Z M 439.5 92.5 L 439.5 92.5 M 439.5 93.5 L 439.5 93.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 447.5 93.5 L 447.5 93.5 L 455.5 93.5 L 455.5 93.5 Z M 451.5 93.5 L 451.5 92 M 451.5 93.5 L 451.5 93.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 458.5 104.5 L 458.5 93.5 L 466.5 93.5 L 466.5 104.5 Z M 462.5 93.5 L 462.5 93.5 M 462.5 104.5 L 462.5 108" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 469.5 106.5 L 469.5 104.5 L 477.5 104.5 L 477.5 106.5 Z M 473.5 104.5 L 473.5 104.5 M 473.5 106.5 L 473.5 108" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 480.5 106.5 L 480.5 103.5 L 488.5 103.5 L 488.5 106.5 Z M 484.5 103.5 L 484.5 99 M 484.5 106.5 L 484.5 108" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 492.5 113.5 L 492.5 103.5 L 500.5 103.5 L 500.5 113.5 Z M 496.5 103.5 L 496.5 103.5 M 496.5 113.5 L 496.5 113" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 503.5 117.5 L 503.5 113.5 L 511.5 113.5 L 511.5 117.5 Z M 507.5 113.5 L 507.5 113.5 M 507.5 117.5 L 507.5 117.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 514.5 117.5 L 514.5 103.5 L 522.5 103.5 L 522.5 117.5 Z M 518.5 103.5 L 518.5 103.5 M 518.5 117.5 L 518.5 117" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 525.5 118.5 L 525.5 103.5 L 533.5 103.5 L 533.5 118.5 Z M 529.5 103.5 L 529.5 103.5 M 529.5 118.5 L 529.5 120" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 537.5 123.5 L 537.5 118.5 L 545.5 118.5 L 545.5 123.5 Z M 541.5 118.5 L 541.5 113 M 541.5 123.5 L 541.5 136" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 548.5 123.5 L 548.5 120.5 L 556.5 120.5 L 556.5 123.5 Z M 552.5 120.5 L 552.5 117 M 552.5 123.5 L 552.5 123.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 559.5 120.5 L 559.5 117.5 L 567.5 117.5 L 567.5 120.5 Z M 563.5 117.5 L 563.5 117.5 M 563.5 120.5 L 563.5 120.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 570.5 117.5 L 570.5 115.5 L 578.5 115.5 L 578.5 117.5 Z M 574.5 115.5 L 574.5 115.5 M 574.5 117.5 L 574.5 120" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 581.5 115.5 L 581.5 115.5 L 589.5 115.5 L 589.5 115.5 Z M 585.5 115.5 L 585.5 115.5 M 585.5 115.5 L 585.5 115.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 593.5 115.5 L 593.5 115.5 L 601.5 115.5 L 601.5 115.5 Z M 597.5 115.5 L 597.5 115.5 M 597.5 115.5 L 597.5 115.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 604.5 115.5 L 604.5 115.5 L 612.5 115.5 L 612.5 115.5 Z M 608.5 115.5 L 608.5 115.5 M 608.5 115.5 L 608.5 117" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 615.5 117.5 L 615.5 115.5 L 623.5 115.5 L 623.5 117.5 Z M 619.5 115.5 L 619.5 115.5 M 619.5 117.5 L 619.5 117.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 626.5 117.5 L 626.5 115.5 L 634.5 115.5 L 634.5 117.5 Z M 630.5 115.5 L 630.5 115.5 M 630.5 117.5 L 630.5 117" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 638.5 115.5 L 638.5 97.5 L 646.5 97.5 L 646.5 115.5 Z M 642.5 97.5 L 642.5 97.5 M 642.5 115.5 L 642.5 115.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 649.5 97.5 L 649.5 72.5 L 657.5 72.5 L 657.5 97.5 Z M 653.5 72.5 L 653.5 65 M 653.5 97.5 L 653.5 97.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 660.5 77.5 L 660.5 72.5 L 668.5 72.5 L 668.5 77.5 Z M 664.5 72.5 L 664.5 65 M 664.5 77.5 L 664.5 92" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 671.5 81.5 L 671.5 77.5 L 679.5 77.5 L 679.5 81.5 Z M 675.5 77.5 L 675.5 77.5 M 675.5 81.5 L 675.5 84" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 683.5 93.5 L 683.5 81.5 L 691.5 81.5 L 691.5 93.5 Z M 687.5 81.5 L 687.5 81.5 M 687.5 93.5 L 687.5 93.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 694.5 93.5 L 694.5 93.5 L 702.5 93.5 L 702.5 93.5 Z M 698.5 93.5 L 698.5 92 M 698.5 93.5 L 698.5 93.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 705.5 94.5 L 705.5 93.5 L 713.5 93.5 L 713.5 94.5 Z M 709.5 93.5 L 709.5 82 M 709.5 94.5 L 709.5 97" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 716.5 94.5 L 716.5 94.5 L 724.5 94.5 L 724.5 94.5 Z M 720.5 94.5 L 720.5 90 M 720.5 94.5 L 720.5 94.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 727.5 94.5 L 727.5 88.5 L 735.5 88.5 L 735.5 94.5 Z M 731.5 88.5 L 731.5 88.5 M 731.5 94.5 L 731.5 94" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 739.5 94.5 L 739.5 88.5 L 747.5 88.5 L 747.5 94.5 Z M 743.5 88.5 L 743.5 85 M 743.5 94.5 L 743.5 94.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 750.5 94.5 L 750.5 93.5 L 758.5 93.5 L 758.5 94.5 Z M 754.5 93.5 L 754.5 85 M 754.5 94.5 L 754.5 94.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 761.5 93.5 L 761.5 79.5 L 769.5 79.5 L 769.5 93.5 Z M 765.5 79.5 L 765.5 79.5 M 765.5 93.5 L 765.5 93.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 772.5 81.5 L 772.5 79.5 L 780.5 79.5 L 780.5 81.5 Z M 776.5 79.5 L 776.5 76 M 776.5 81.5 L 776.5 85" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 784.5 81.5 L 784.5 78.5 L 792.5 78.5 L 792.5 81.5 Z M 788.5 78.5 L 788.5 74 M 788.5 81.5 L 788.5 93" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 795.5 82.5 L 795.5 78.5 L 803.5 78.5 L 803.5 82.5 Z M 799.5 78.5 L 799.5 78.5 M 799.5 82.5 L 799.5 82.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#f01717" d="M 806.5 96.5 L 806.5 82.5 L 814.5 82.5 L 814.5 96.5 Z M 810.5 82.5 L 810.5 82.5 M 810.5 96.5 L 810.5 96.5" stroke="#000000" stroke-width="1"></path>
                        <path fill="#0ab92b" d="M 817.5 96.5 L 817.5 93.5 L 825.5 93.5 L 825.5 96.5 Z M 821.5 93.5 L 821.5 92 M 821.5 96.5 L 821.5 96.5" stroke="#000000" stroke-width="1"></path>
                      </g>
                      <g class="highcharts-markers" visibility="visible" zindex="0.1" transform="translate(10,10) scale(1 1)" clip-path="none"></g>
                    </g>
                    <g class="highcharts-axis-labels highcharts-xaxis-labels" zindex="7"><text x="57.392799570123586" text-anchor="middle" style="color:#606060;cursor:default;font-size:11px;fill:#606060;" y="170" opacity="1">11:00</text><text
                        x="124.77592692101021" text-anchor="middle" style="color:#606060;cursor:default;font-size:11px;fill:#606060;" y="170" opacity="1">12:00</text><text x="192.15905427189682" text-anchor="middle"
                        style="color:#606060;cursor:default;font-size:11px;fill:#606060;" y="170" opacity="1">13:00</text><text x="259.54218162278346" text-anchor="middle" style="color:#606060;cursor:default;font-size:11px;fill:#606060;" y="170"
                        opacity="1">14:00</text><text x="326.92530897367004" text-anchor="middle" style="color:#606060;cursor:default;font-size:11px;fill:#606060;" y="170" opacity="1">15:00</text><text x="394.3084363245567" text-anchor="middle"
                        style="color:#606060;cursor:default;font-size:11px;fill:#606060;" y="170" opacity="1">16:00</text><text x="461.69156367544326" text-anchor="middle" style="color:#606060;cursor:default;font-size:11px;fill:#606060;" y="170"
                        opacity="1">17:00</text><text x="529.0746910263299" text-anchor="middle" style="color:#606060;cursor:default;font-size:11px;fill:#606060;" y="170" opacity="1">18:00</text><text x="596.4578183772165" text-anchor="middle"
                        style="color:#606060;cursor:default;font-size:11px;fill:#606060;" y="170" opacity="1">19:00</text><text x="663.8409457281032" text-anchor="middle" style="color:#606060;cursor:default;font-size:11px;fill:#606060;" y="170"
                        opacity="1">20:00</text><text x="731.2240730789898" text-anchor="middle" style="color:#606060;cursor:default;font-size:11px;fill:#606060;" y="170" opacity="1">21:00</text><text x="798.6072004298765" text-anchor="middle"
                        style="color:#606060;cursor:default;font-size:11px;fill:#606060;" y="170" opacity="1">22:00</text></g>
                    <g class="highcharts-axis-labels highcharts-yaxis-labels" zindex="7"><text x="10" text-anchor="start" style="width:269px;color:#606060;cursor:default;font-size:11px;fill:#606060;" y="121.02256791579933"
                        opacity="1">0.036</text><text x="10" text-anchor="start" style="width:269px;color:#606060;cursor:default;font-size:11px;fill:#606060;" y="83.34837861053289" opacity="1">0.0365</text><text x="10" text-anchor="start"
                        style="width:269px;color:#606060;cursor:default;font-size:11px;fill:#606060;" y="45.67418930526644" opacity="1">0.037</text><text x="10" text-anchor="start"
                        style="width:269px;color:#606060;cursor:default;font-size:11px;fill:#606060;" y="8" opacity="1">0.0375</text></g>
                    <g class="highcharts-axis-labels highcharts-yaxis-labels" zindex="7"><text x="846" text-anchor="start" style="width:269px;color:#606060;cursor:default;font-size:11px;fill:#606060;" y="148" opacity="1">0</text><text x="846"
                        text-anchor="start" style="width:269px;color:#606060;cursor:default;font-size:11px;fill:#606060;" y="101.33333333333331" opacity="1">250</text><text x="846" text-anchor="start"
                        style="width:269px;color:#606060;cursor:default;font-size:11px;fill:#606060;" y="54.66666666666666" opacity="1">500</text><text x="846" text-anchor="start"
                        style="width:269px;color:#606060;cursor:default;font-size:11px;fill:#606060;" y="8" opacity="1">750</text></g>
                    <g class="highcharts-tooltip" zindex="8" style="cursor:default;padding:0;white-space:nowrap;" transform="translate(0,-9999)">
                      <path fill="none" d="M 3 0 L 9 0 C 12 0 12 0 12 3 L 12 9 C 12 12 12 12 9 12 L 3 12 C 0 12 0 12 0 9 L 0 3 C 0 0 0 0 3 0" isshadow="true" stroke="black" stroke-opacity="0.049999999999999996" stroke-width="5"
                        transform="translate(1, 1)"></path>
                      <path fill="none" d="M 3 0 L 9 0 C 12 0 12 0 12 3 L 12 9 C 12 12 12 12 9 12 L 3 12 C 0 12 0 12 0 9 L 0 3 C 0 0 0 0 3 0" isshadow="true" stroke="black" stroke-opacity="0.09999999999999999" stroke-width="3"
                        transform="translate(1, 1)"></path>
                      <path fill="none" d="M 3 0 L 9 0 C 12 0 12 0 12 3 L 12 9 C 12 12 12 12 9 12 L 3 12 C 0 12 0 12 0 9 L 0 3 C 0 0 0 0 3 0" isshadow="true" stroke="black" stroke-opacity="0.15" stroke-width="1" transform="translate(1, 1)"></path>
                      <path fill="rgba(249, 249, 249, .85)" d="M 3 0 L 9 0 C 12 0 12 0 12 3 L 12 9 C 12 12 12 12 9 12 L 3 12 C 0 12 0 12 0 9 L 0 3 C 0 0 0 0 3 0"></path>
                    </g>
                  </svg>
                  <div class="highcharts-tooltip" style="position: absolute; left: 0px; "><span
                      style="position: absolute; white-space: nowrap; font-family: &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, Arial, Helvetica, sans-serif; font-size: 12px; color: rgb(51, 51, 51); margin-left: 0px; margin-top: 0px; left: 6px; top: 6px;"
                      zindex="1"></span></div>
                </div>
              </div>
            </div>
            <style>
              .chart_container a {
                text-decoration: none;
                font-weight: normal;
                color: #444;
                background-color: #F7F7F7;
                padding: 3px;
              }

              .chart_container a:hover {
                background-color: #e7f0f9;
              }

              .chart_container a.active {
                color: #fff;
                background-color: #0AADEF;
              }
            </style>
          </div>
          <div class="col_1">
            <div class="buy_box fild_box">
              <div class="inset clBuyForm">
                <input type="hidden" name="order_type" value="1">
                <input type="hidden" name="fee_type" value="1">
                <div class="meta">
                  <div class="all_title title">ПОКУПКА</div>
                  <div class="sm" id="label_bestbuy">0.03627370</div>
                </div>
                <div class="line_first">
                  <span class="c1">Баланс:</span>
                  <a href="javascript:void(0)" class="c2 clBuyBalance"><span id="label_buy_balance">0.00000000</span> BTC</a>
                </div>
                <div class="line"><span>Количество:</span>
                  <div class="poles"><input name="amount" maxlength="25" type="text" value="0"><span class="currency">ETH</span></div>
                </div>
                <div class="line"><span>Цена:</span>
                  <div class="poles"><input name="price" maxlength="25" type="text" value="0.03627370"><span class="currency">BTC</span></div>
                </div>
                <div class="line"><span>Всего:</span>
                  <div class="poles"><input name="total" maxlength="25" type="text" value="0"><span class="currency">BTC</span></div>
                </div>
                <div class="line"><span>Ком (0.2%):</span>
                  <div class="poles"><input name="fee" maxlength="25" type="text" value="0.00007254" disabled=""><span class="currency">BTC</span></div>
                </div>
                <div class="line"><span>Всего+Ком:</span>
                  <div class="poles"><input name="totalfee" maxlength="25" type="text" value="0.03634624" disabled=""><span class="currency">BTC</span></div>
                </div>
                <input type="button" class="clCreateOrder" origin="Купить" value="Купить">
              </div>
            </div>
            <div class="sell_orders_box">
              <div class="all_title title">Ордера на продажу</div>
              <div class="result">
                <table class="sell_orders" width="100%">
                  <thead>
                    <tr>
                      <th width="35%" class="first">Цена</th>
                      <th width="38%">ETH</th>
                      <th width="27%">BTC</th>
                    </tr>
                  </thead>
                </table>
              </div>
              <div class="scrolling" id="scrollbar3">
                <div class="scrollbar" style="height: 560px;">
                  <div class="track" style="height: 560px;">
                    <div class="thumb" style="top: 0px; height: 313.6px;"></div>
                  </div>
                </div>
                <div class="viewport">
                  <div class="overview" style="top: 0px;">
                    <table class="sell_orders" width="100%">
                      <tbody id="sellord_table">
                        <tr class="clRow " a="0.98341623" p="0.03627370" ac="0.98341623" tc="0.03567214" title="Total ETH: 0.98341623, Total BTC: 0.03567214">
                          <td width="35%" class="first">0.03627370</td>
                          <td width="38%">0.98341623</td>
                          <td width="27%">0.03567214</td>
                        </tr>
                        <tr class="clRow " a="1.30993487" p="0.03638740" ac="2.2933511" tc="0.08333726" title="Total ETH: 2.2933511, Total BTC: 0.08333726">
                          <td width="35%" class="first">0.03638740</td>
                          <td width="38%">1.30993487</td>
                          <td width="27%">0.04766512</td>
                        </tr>
                        <tr class="clRow " a="0.15000000" p="0.03644834" ac="2.4433511" tc="0.08880451" title="Total ETH: 2.4433511, Total BTC: 0.08880451">
                          <td width="35%" class="first">0.03644834</td>
                          <td width="38%">0.15000000</td>
                          <td width="27%">0.00546725</td>
                        </tr>
                        <tr class="clRow " a="3.00000000" p="0.03644910" ac="5.4433511" tc="0.19815181" title="Total ETH: 5.4433511, Total BTC: 0.19815181">
                          <td width="35%" class="first">0.03644910</td>
                          <td width="38%">3.00000000</td>
                          <td width="27%">0.10934730</td>
                        </tr>
                        <tr class="clRow b" a="303.770000" p="0.03647840" ac="309.2133511" tc="11.27919537" title="Total ETH: 309.2133511, Total BTC: 11.27919537">
                          <td width="35%" class="first">0.03647840</td>
                          <td width="38%">303.770000</td>
                          <td width="27%">11.08104356</td>
                        </tr>
                        <tr class="clRow " a="0.00668822" p="0.03651465" ac="309.22003932" tc="11.27943958" title="Total ETH: 309.22003932, Total BTC: 11.27943958">
                          <td width="35%" class="first">0.03651465</td>
                          <td width="38%">0.00668822</td>
                          <td width="27%">0.00024421</td>
                        </tr>
                        <tr class="clRow " a="24.27869051" p="0.03653116" ac="333.49872983" tc="12.1663683" title="Total ETH: 333.49872983, Total BTC: 12.1663683">
                          <td width="35%" class="first">0.03653116</td>
                          <td width="38%">24.27869051</td>
                          <td width="27%">0.88692872</td>
                        </tr>
                        <tr class="clRow " a="0.01235930" p="0.03654462" ac="333.51108913" tc="12.16681996" title="Total ETH: 333.51108913, Total BTC: 12.16681996">
                          <td width="35%" class="first">0.03654462</td>
                          <td width="38%">0.01235930</td>
                          <td width="27%">0.00045166</td>
                        </tr>
                        <tr class="clRow " a="5.26826850" p="0.03655286" ac="338.77935763" tc="12.35939024" title="Total ETH: 338.77935763, Total BTC: 12.35939024">
                          <td width="35%" class="first">0.03655286</td>
                          <td width="38%">5.26826850</td>
                          <td width="27%">0.19257028</td>
                        </tr>
                        <tr class="clRow " a="0.05000000" p="0.03660846" ac="338.82935763" tc="12.36122066" title="Total ETH: 338.82935763, Total BTC: 12.36122066">
                          <td width="35%" class="first">0.03660846</td>
                          <td width="38%">0.05000000</td>
                          <td width="27%">0.00183042</td>
                        </tr>
                        <tr class="clRow " a="10.89782228" p="0.03664379" ac="349.72717991" tc="12.76055817" title="Total ETH: 349.72717991, Total BTC: 12.76055817">
                          <td width="35%" class="first">0.03664379</td>
                          <td width="38%">10.89782228</td>
                          <td width="27%">0.39933751</td>
                        </tr>
                        <tr class="clRow " a="0.12057815" p="0.03664797" ac="349.84775806" tc="12.76497711" title="Total ETH: 349.84775806, Total BTC: 12.76497711">
                          <td width="35%" class="first">0.03664797</td>
                          <td width="38%">0.12057815</td>
                          <td width="27%">0.00441894</td>
                        </tr>
                        <tr class="clRow " a="1.80378265" p="0.03665330" ac="351.65154071" tc="12.83109169" title="Total ETH: 351.65154071, Total BTC: 12.83109169">
                          <td width="35%" class="first">0.03665330</td>
                          <td width="38%">1.80378265</td>
                          <td width="27%">0.06611458</td>
                        </tr>
                        <tr class="clRow " a="0.01773421" p="0.03666079" ac="351.66927492" tc="12.83174184" title="Total ETH: 351.66927492, Total BTC: 12.83174184">
                          <td width="35%" class="first">0.03666079</td>
                          <td width="38%">0.01773421</td>
                          <td width="27%">0.00065015</td>
                        </tr>
                        <tr class="clRow " a="2.25936120" p="0.03666890" ac="353.92863612" tc="12.91459012" title="Total ETH: 353.92863612, Total BTC: 12.91459012">
                          <td width="35%" class="first">0.03666890</td>
                          <td width="38%">2.25936120</td>
                          <td width="27%">0.08284828</td>
                        </tr>
                        <tr class="clRow " a="4.78958337" p="0.03667340" ac="358.71821949" tc="13.09024042" title="Total ETH: 358.71821949, Total BTC: 13.09024042">
                          <td width="35%" class="first">0.03667340</td>
                          <td width="38%">4.78958337</td>
                          <td width="27%">0.17565030</td>
                        </tr>
                        <tr class="clRow " a="0.02720003" p="0.03669737" ac="358.74541952" tc="13.09123858" title="Total ETH: 358.74541952, Total BTC: 13.09123858">
                          <td width="35%" class="first">0.03669737</td>
                          <td width="38%">0.02720003</td>
                          <td width="27%">0.00099816</td>
                        </tr>
                        <tr class="clRow " a="0.01902885" p="0.03669780" ac="358.76444837" tc="13.09193689" title="Total ETH: 358.76444837, Total BTC: 13.09193689">
                          <td width="35%" class="first">0.03669780</td>
                          <td width="38%">0.01902885</td>
                          <td width="27%">0.00069831</td>
                        </tr>
                        <tr class="clRow " a="0.58404485" p="0.03670223" ac="359.34849322" tc="13.11337263" title="Total ETH: 359.34849322, Total BTC: 13.11337263">
                          <td width="35%" class="first">0.03670223</td>
                          <td width="38%">0.58404485</td>
                          <td width="27%">0.02143574</td>
                        </tr>
                        <tr class="clRow " a="0.01592342" p="0.03671714" ac="359.36441664" tc="13.11395729" title="Total ETH: 359.36441664, Total BTC: 13.11395729">
                          <td width="35%" class="first">0.03671714</td>
                          <td width="38%">0.01592342</td>
                          <td width="27%">0.00058466</td>
                        </tr>
                        <tr class="clRow " a="0.00305929" p="0.03672366" ac="359.36747593" tc="13.11406963" title="Total ETH: 359.36747593, Total BTC: 13.11406963">
                          <td width="35%" class="first">0.03672366</td>
                          <td width="38%">0.00305929</td>
                          <td width="27%">0.00011234</td>
                        </tr>
                        <tr class="clRow " a="0.03684597" p="0.03674060" ac="359.4043219" tc="13.11542337" title="Total ETH: 359.4043219, Total BTC: 13.11542337">
                          <td width="35%" class="first">0.03674060</td>
                          <td width="38%">0.03684597</td>
                          <td width="27%">0.00135374</td>
                        </tr>
                        <tr class="clRow " a="0.00547605" p="0.03674476" ac="359.40979795" tc="13.11562458" title="Total ETH: 359.40979795, Total BTC: 13.11562458">
                          <td width="35%" class="first">0.03674476</td>
                          <td width="38%">0.00547605</td>
                          <td width="27%">0.00020121</td>
                        </tr>
                        <tr class="clRow " a="1.24170323" p="0.03674734" ac="360.65150118" tc="13.16125387" title="Total ETH: 360.65150118, Total BTC: 13.16125387">
                          <td width="35%" class="first">0.03674734</td>
                          <td width="38%">1.24170323</td>
                          <td width="27%">0.04562929</td>
                        </tr>
                        <tr class="clRow " a="1.32584373" p="0.03678020" ac="361.97734491" tc="13.21001866" title="Total ETH: 361.97734491, Total BTC: 13.21001866">
                          <td width="35%" class="first">0.03678020</td>
                          <td width="38%">1.32584373</td>
                          <td width="27%">0.04876479</td>
                        </tr>
                        <tr class="clRow " a="0.00305868" p="0.03678281" ac="361.98040359" tc="13.21013116" title="Total ETH: 361.98040359, Total BTC: 13.21013116">
                          <td width="35%" class="first">0.03678281</td>
                          <td width="38%">0.00305868</td>
                          <td width="27%">0.00011250</td>
                        </tr>
                        <tr class="clRow " a="0.34732708" p="0.03679482" ac="362.32773067" tc="13.22291099" title="Total ETH: 362.32773067, Total BTC: 13.22291099">
                          <td width="35%" class="first">0.03679482</td>
                          <td width="38%">0.34732708</td>
                          <td width="27%">0.01277983</td>
                        </tr>
                        <tr class="clRow " a="0.00305375" p="0.03680677" ac="362.33078442" tc="13.22302338" title="Total ETH: 362.33078442, Total BTC: 13.22302338">
                          <td width="35%" class="first">0.03680677</td>
                          <td width="38%">0.00305375</td>
                          <td width="27%">0.00011239</td>
                        </tr>
                        <tr class="clRow " a="0.00998451" p="0.03682622" ac="362.34076893" tc="13.22339107" title="Total ETH: 362.34076893, Total BTC: 13.22339107">
                          <td width="35%" class="first">0.03682622</td>
                          <td width="38%">0.00998451</td>
                          <td width="27%">0.00036769</td>
                        </tr>
                        <tr class="clRow " a="0.00305257" p="0.03688842" ac="362.3438215" tc="13.22350367" title="Total ETH: 362.3438215, Total BTC: 13.22350367">
                          <td width="35%" class="first">0.03688842</td>
                          <td width="38%">0.00305257</td>
                          <td width="27%">0.00011260</td>
                        </tr>
                        <tr class="clRow " a="0.10395319" p="0.03689000" ac="362.44777469" tc="13.2273385" title="Total ETH: 362.44777469, Total BTC: 13.2273385">
                          <td width="35%" class="first">0.03689000</td>
                          <td width="38%">0.10395319</td>
                          <td width="27%">0.00383483</td>
                        </tr>
                        <tr class="clRow " a="0.07070387" p="0.03689276" ac="362.51847856" tc="13.22994696" title="Total ETH: 362.51847856, Total BTC: 13.22994696">
                          <td width="35%" class="first">0.03689276</td>
                          <td width="38%">0.07070387</td>
                          <td width="27%">0.00260846</td>
                        </tr>
                        <tr class="clRow " a="3.73660842" p="0.03690000" ac="366.25508698" tc="13.36782781" title="Total ETH: 366.25508698, Total BTC: 13.36782781">
                          <td width="35%" class="first">0.03690000</td>
                          <td width="38%">3.73660842</td>
                          <td width="27%">0.13788085</td>
                        </tr>
                        <tr class="clRow " a="0.24225389" p="0.03691903" ac="366.49734087" tc="13.37677158" title="Total ETH: 366.49734087, Total BTC: 13.37677158">
                          <td width="35%" class="first">0.03691903</td>
                          <td width="38%">0.24225389</td>
                          <td width="27%">0.00894377</td>
                        </tr>
                        <tr class="clRow " a="0.02131156" p="0.03696830" ac="366.51865243" tc="13.37755943" title="Total ETH: 366.51865243, Total BTC: 13.37755943">
                          <td width="35%" class="first">0.03696830</td>
                          <td width="38%">0.02131156</td>
                          <td width="27%">0.00078785</td>
                        </tr>
                        <tr class="clRow " a="0.20000000" p="0.03697369" ac="366.71865243" tc="13.38495416" title="Total ETH: 366.71865243, Total BTC: 13.38495416">
                          <td width="35%" class="first">0.03697369</td>
                          <td width="38%">0.20000000</td>
                          <td width="27%">0.00739473</td>
                        </tr>
                        <tr class="clRow " a="0.01722758" p="0.03700000" ac="366.73588001" tc="13.38559158" title="Total ETH: 366.73588001, Total BTC: 13.38559158">
                          <td width="35%" class="first">0.03700000</td>
                          <td width="38%">0.01722758</td>
                          <td width="27%">0.00063742</td>
                        </tr>
                        <tr class="clRow " a="0.10000000" p="0.03705940" ac="366.83588001" tc="13.38929752" title="Total ETH: 366.83588001, Total BTC: 13.38929752">
                          <td width="35%" class="first">0.03705940</td>
                          <td width="38%">0.10000000</td>
                          <td width="27%">0.00370594</td>
                        </tr>
                        <tr class="clRow " a="1.00858290" p="0.03706068" ac="367.84446291" tc="13.42667628" title="Total ETH: 367.84446291, Total BTC: 13.42667628">
                          <td width="35%" class="first">0.03706068</td>
                          <td width="38%">1.00858290</td>
                          <td width="27%">0.03737876</td>
                        </tr>
                        <tr class="clRow " a="0.00543970" p="0.03707989" ac="367.84990261" tc="13.42687798" title="Total ETH: 367.84990261, Total BTC: 13.42687798">
                          <td width="35%" class="first">0.03707989</td>
                          <td width="38%">0.00543970</td>
                          <td width="27%">0.00020170</td>
                        </tr>
                        <tr class="clRow " a="0.01905337" p="0.03708861" ac="367.86895598" tc="13.42758464" title="Total ETH: 367.86895598, Total BTC: 13.42758464">
                          <td width="35%" class="first">0.03708861</td>
                          <td width="38%">0.01905337</td>
                          <td width="27%">0.00070666</td>
                        </tr>
                        <tr class="clRow " a="0.00406899" p="0.03712227" ac="367.87302497" tc="13.42773569" title="Total ETH: 367.87302497, Total BTC: 13.42773569">
                          <td width="35%" class="first">0.03712227</td>
                          <td width="38%">0.00406899</td>
                          <td width="27%">0.00015105</td>
                        </tr>
                        <tr class="clRow " a="0.00436138" p="0.03718989" ac="367.87738635" tc="13.42789788" title="Total ETH: 367.87738635, Total BTC: 13.42789788">
                          <td width="35%" class="first">0.03718989</td>
                          <td width="38%">0.00436138</td>
                          <td width="27%">0.00016219</td>
                        </tr>
                        <tr class="clRow " a="151.885000" p="0.03719360" ac="519.76238635" tc="19.07704781" title="Total ETH: 519.76238635, Total BTC: 19.07704781">
                          <td width="35%" class="first">0.03719360</td>
                          <td width="38%">151.885000</td>
                          <td width="27%">5.64914993</td>
                        </tr>
                        <tr class="clRow " a="0.01641969" p="0.03720699" ac="519.77880604" tc="19.07765873" title="Total ETH: 519.77880604, Total BTC: 19.07765873">
                          <td width="35%" class="first">0.03720699</td>
                          <td width="38%">0.01641969</td>
                          <td width="27%">0.00061092</td>
                        </tr>
                        <tr class="clRow " a="2.46760817" p="0.03720907" ac="522.24641421" tc="19.16947613" title="Total ETH: 522.24641421, Total BTC: 19.16947613">
                          <td width="35%" class="first">0.03720907</td>
                          <td width="38%">2.46760817</td>
                          <td width="27%">0.09181740</td>
                        </tr>
                        <tr class="clRow " a="0.51318562" p="0.03722216" ac="522.75959983" tc="19.188578" title="Total ETH: 522.75959983, Total BTC: 19.188578">
                          <td width="35%" class="first">0.03722216</td>
                          <td width="38%">0.51318562</td>
                          <td width="27%">0.01910187</td>
                        </tr>
                        <tr class="clRow " a="0.76619835" p="0.03722391" ac="523.52579818" tc="19.21709889" title="Total ETH: 523.52579818, Total BTC: 19.21709889">
                          <td width="35%" class="first">0.03722391</td>
                          <td width="38%">0.76619835</td>
                          <td width="27%">0.02852089</td>
                        </tr>
                        <tr class="clRow " a="1.33171271" p="0.03722728" ac="524.85751089" tc="19.26667493" title="Total ETH: 524.85751089, Total BTC: 19.26667493">
                          <td width="35%" class="first">0.03722728</td>
                          <td width="38%">1.33171271</td>
                          <td width="27%">0.04957604</td>
                        </tr>
                        <tr class="clRow " a="0.00758890" p="0.03723369" ac="524.86509979" tc="19.26695749" title="Total ETH: 524.86509979, Total BTC: 19.26695749">
                          <td width="35%" class="first">0.03723369</td>
                          <td width="38%">0.00758890</td>
                          <td width="27%">0.00028256</td>
                        </tr>
                      </tbody>
                    </table>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="col_2">
            <div class="sell_box fild_box">
              <div class="inset clSellForm" style="position:relative;">
                <input type="hidden" name="order_type" value="2">
                <input type="hidden" name="fee_type" value="2">
                <div class="meta">
                  <div class="all_title title">ПРОДАЖА</div>
                  <div class="sm" id="label_bestsell">0.03622715</div>
                </div>
                <div class="line_first">
                  <span class="c1">Баланс:</span>
                  <a href="javascript:void(0)" class="c2 clSellBalance"><span id="label_sell_balance">0.00000000</span> ETH</a>
                </div>
                <div class="line"><span>Количество:</span>
                  <div class="poles"><input name="amount" maxlength="25" type="text" value="0"><span class="currency">ETH</span></div>
                </div>
                <div class="line"><span>Цена:</span>
                  <div class="poles"><input name="price" maxlength="25" type="text" value="0.03622715"><span class="currency">BTC</span></div>
                </div>
                <div class="line"><span>Всего:</span>
                  <div class="poles"><input name="total" maxlength="25" type="text" value="0"><span class="currency">BTC</span></div>
                </div>
                <div class="line"><span>Ком (0.2%):</span>
                  <div class="poles"><input name="fee" maxlength="25" type="text" value="0.00007245" disabled=""><span class="currency">BTC</span></div>
                </div>
                <div class="line"><span>Всего-Ком:</span>
                  <div class="poles"><input name="totalfee" maxlength="25" type="text" value="0.03615470" disabled=""><span class="currency">BTC</span></div>
                </div>
                <input type="button" class="clCreateOrder" origin="Продать" value="Продать">
              </div>
            </div>
            <div class="buy_orders_box">
              <div class="all_title title">Ордера на покупку</div>
              <div class="result">
                <table class="sell_orders" width="100%">
                  <thead>
                    <tr>
                      <th width="35%" class="first">Цена</th>
                      <th width="38%">ETH</th>
                      <th width="27%">BTC</th>
                    </tr>
                  </thead>
                </table>
              </div>
              <div class="scrolling" id="scrollbar4">
                <div class="scrollbar" style="height: 560px;">
                  <div class="track" style="height: 560px;">
                    <div class="thumb" style="top: 0px; height: 313.6px;"></div>
                  </div>
                </div>
                <div class="viewport">
                  <div class="overview" style="top: 0px;">
                    <table class="sell_orders" width="100%">
                      <tbody id="buyord_table">
                        <tr class="clRow " a="0.29309397" p="0.03622715" ac="0.29309397" tc="0.01061795" title="Total ETH: 0.29309397, Total BTC: 0.01061795">
                          <td width="35%" class="first">0.03622715</td>
                          <td width="38%">0.29309397</td>
                          <td width="27%">0.01061795</td>
                        </tr>
                        <tr class="clRow " a="0.45461014" p="0.03621491" ac="0.74770411" tc="0.02708161" title="Total ETH: 0.74770411, Total BTC: 0.02708161">
                          <td width="35%" class="first">0.03621491</td>
                          <td width="38%">0.45461014</td>
                          <td width="27%">0.01646366</td>
                        </tr>
                        <tr class="clRow " a="0.15630744" p="0.03620989" ac="0.90401155" tc="0.03274148" title="Total ETH: 0.90401155, Total BTC: 0.03274148">
                          <td width="35%" class="first">0.03620989</td>
                          <td width="38%">0.15630744</td>
                          <td width="27%">0.00565987</td>
                        </tr>
                        <tr class="clRow " a="1.19210734" p="0.03620000" ac="2.09611889" tc="0.07589576" title="Total ETH: 2.09611889, Total BTC: 0.07589576">
                          <td width="35%" class="first">0.03620000</td>
                          <td width="38%">1.19210734</td>
                          <td width="27%">0.04315428</td>
                        </tr>
                        <tr class="clRow " a="0.00306906" p="0.03619999" ac="2.09918795" tc="0.07600685" title="Total ETH: 2.09918795, Total BTC: 0.07600685">
                          <td width="35%" class="first">0.03619999</td>
                          <td width="38%">0.00306906</td>
                          <td width="27%">0.00011109</td>
                        </tr>
                        <tr class="clRow " a="0.33694117" p="0.03615858" ac="2.43612912" tc="0.08819016" title="Total ETH: 2.43612912, Total BTC: 0.08819016">
                          <td width="35%" class="first">0.03615858</td>
                          <td width="38%">0.33694117</td>
                          <td width="27%">0.01218331</td>
                        </tr>
                        <tr class="clRow " a="1.38742016" p="0.03614217" ac="3.82354928" tc="0.13833453" title="Total ETH: 3.82354928, Total BTC: 0.13833453">
                          <td width="35%" class="first">0.03614217</td>
                          <td width="38%">1.38742016</td>
                          <td width="27%">0.05014437</td>
                        </tr>
                        <tr class="clRow " a="11.0508582" p="0.03610990" ac="14.87440748" tc="0.53737991" title="Total ETH: 14.87440748, Total BTC: 0.53737991">
                          <td width="35%" class="first">0.03610990</td>
                          <td width="38%">11.0508582</td>
                          <td width="27%">0.39904538</td>
                        </tr>
                        <tr class="clRow " a="1.39786210" p="0.03609200" ac="16.27226958" tc="0.58783154" title="Total ETH: 16.27226958, Total BTC: 0.58783154">
                          <td width="35%" class="first">0.03609200</td>
                          <td width="38%">1.39786210</td>
                          <td width="27%">0.05045163</td>
                        </tr>
                        <tr class="clRow " a="0.62241984" p="0.03608641" ac="16.89468942" tc="0.61029243" title="Total ETH: 16.89468942, Total BTC: 0.61029243">
                          <td width="35%" class="first">0.03608641</td>
                          <td width="38%">0.62241984</td>
                          <td width="27%">0.02246089</td>
                        </tr>
                        <tr class="clRow " a="0.01773421" p="0.03608596" ac="16.91242363" tc="0.61093238" title="Total ETH: 16.91242363, Total BTC: 0.61093238">
                          <td width="35%" class="first">0.03608596</td>
                          <td width="38%">0.01773421</td>
                          <td width="27%">0.00063995</td>
                        </tr>
                        <tr class="clRow " a="6.17025164" p="0.03605033" ac="23.08267527" tc="0.83337198" title="Total ETH: 23.08267527, Total BTC: 0.83337198">
                          <td width="35%" class="first">0.03605033</td>
                          <td width="38%">6.17025164</td>
                          <td width="27%">0.22243960</td>
                        </tr>
                        <tr class="clRow " a="0.24813867" p="0.03604347" ac="23.33081394" tc="0.84231575" title="Total ETH: 23.33081394, Total BTC: 0.84231575">
                          <td width="35%" class="first">0.03604347</td>
                          <td width="38%">0.24813867</td>
                          <td width="27%">0.00894377</td>
                        </tr>
                        <tr class="clRow " a="0.40096500" p="0.03600000" ac="23.73177894" tc="0.85675049" title="Total ETH: 23.73177894, Total BTC: 0.85675049">
                          <td width="35%" class="first">0.03600000</td>
                          <td width="38%">0.40096500</td>
                          <td width="27%">0.01443474</td>
                        </tr>
                        <tr class="clRow " a="0.01235930" p="0.03599755" ac="23.74413824" tc="0.85719539" title="Total ETH: 23.74413824, Total BTC: 0.85719539">
                          <td width="35%" class="first">0.03599755</td>
                          <td width="38%">0.01235930</td>
                          <td width="27%">0.00044490</td>
                        </tr>
                        <tr class="clRow " a="4.97461250" p="0.03597837" ac="28.71875074" tc="1.03617383" title="Total ETH: 28.71875074, Total BTC: 1.03617383">
                          <td width="35%" class="first">0.03597837</td>
                          <td width="38%">4.97461250</td>
                          <td width="27%">0.17897844</td>
                        </tr>
                        <tr class="clRow " a="0.01529886" p="0.03595311" ac="28.7340496" tc="1.03672387" title="Total ETH: 28.7340496, Total BTC: 1.03672387">
                          <td width="35%" class="first">0.03595311</td>
                          <td width="38%">0.01529886</td>
                          <td width="27%">0.00055004</td>
                        </tr>
                        <tr class="clRow " a="3.39899063" p="0.03594334" ac="32.13304023" tc="1.15889494" title="Total ETH: 32.13304023, Total BTC: 1.15889494">
                          <td width="35%" class="first">0.03594334</td>
                          <td width="38%">3.39899063</td>
                          <td width="27%">0.12217107</td>
                        </tr>
                        <tr class="clRow " a="0.10116473" p="0.03593099" ac="32.23420496" tc="1.16252988" title="Total ETH: 32.23420496, Total BTC: 1.16252988">
                          <td width="35%" class="first">0.03593099</td>
                          <td width="38%">0.10116473</td>
                          <td width="27%">0.00363494</td>
                        </tr>
                        <tr class="clRow b" a="303.770000" p="0.03590990" ac="336.00420496" tc="12.0708802" title="Total ETH: 336.00420496, Total BTC: 12.0708802">
                          <td width="35%" class="first">0.03590990</td>
                          <td width="38%">303.770000</td>
                          <td width="27%">10.90835032</td>
                        </tr>
                        <tr class="clRow " a="1.11466166" p="0.03590656" ac="337.11886662" tc="12.11090386" title="Total ETH: 337.11886662, Total BTC: 12.11090386">
                          <td width="35%" class="first">0.03590656</td>
                          <td width="38%">1.11466166</td>
                          <td width="27%">0.04002366</td>
                        </tr>
                        <tr class="clRow " a="0.31704907" p="0.03590300" ac="337.43591569" tc="12.12228687" title="Total ETH: 337.43591569, Total BTC: 12.12228687">
                          <td width="35%" class="first">0.03590300</td>
                          <td width="38%">0.31704907</td>
                          <td width="27%">0.01138301</td>
                        </tr>
                        <tr class="clRow " a="0.14162073" p="0.03590132" ac="337.57753642" tc="12.12737124" title="Total ETH: 337.57753642, Total BTC: 12.12737124">
                          <td width="35%" class="first">0.03590132</td>
                          <td width="38%">0.14162073</td>
                          <td width="27%">0.00508437</td>
                        </tr>
                        <tr class="clRow " a="0.05000000" p="0.03587327" ac="337.62753642" tc="12.1291649" title="Total ETH: 337.62753642, Total BTC: 12.1291649">
                          <td width="35%" class="first">0.03587327</td>
                          <td width="38%">0.05000000</td>
                          <td width="27%">0.00179366</td>
                        </tr>
                        <tr class="clRow " a="0.01543344" p="0.03584229" ac="337.64296986" tc="12.12971806" title="Total ETH: 337.64296986, Total BTC: 12.12971806">
                          <td width="35%" class="first">0.03584229</td>
                          <td width="38%">0.01543344</td>
                          <td width="27%">0.00055316</td>
                        </tr>
                        <tr class="clRow " a="5.15101090" p="0.03583489" ac="342.79398076" tc="12.31430396" title="Total ETH: 342.79398076, Total BTC: 12.31430396">
                          <td width="35%" class="first">0.03583489</td>
                          <td width="38%">5.15101090</td>
                          <td width="27%">0.18458590</td>
                        </tr>
                        <tr class="clRow " a="1.79745325" p="0.03582966" ac="344.59143401" tc="12.37870609" title="Total ETH: 344.59143401, Total BTC: 12.37870609">
                          <td width="35%" class="first">0.03582966</td>
                          <td width="38%">1.79745325</td>
                          <td width="27%">0.06440213</td>
                        </tr>
                        <tr class="clRow " a="9.70296891" p="0.03580000" ac="354.29440292" tc="12.72607237" title="Total ETH: 354.29440292, Total BTC: 12.72607237">
                          <td width="35%" class="first">0.03580000</td>
                          <td width="38%">9.70296891</td>
                          <td width="27%">0.34736628</td>
                        </tr>
                        <tr class="clRow " a="4.01433627" p="0.03576336" ac="358.30873919" tc="12.86963852" title="Total ETH: 358.30873919, Total BTC: 12.86963852">
                          <td width="35%" class="first">0.03576336</td>
                          <td width="38%">4.01433627</td>
                          <td width="27%">0.14356615</td>
                        </tr>
                        <tr class="clRow " a="7.00851178" p="0.03575814" ac="365.31725097" tc="13.12024986" title="Total ETH: 365.31725097, Total BTC: 13.12024986">
                          <td width="35%" class="first">0.03575814</td>
                          <td width="38%">7.00851178</td>
                          <td width="27%">0.25061134</td>
                        </tr>
                        <tr class="clRow " a="0.07300322" p="0.03573076" ac="365.39025419" tc="13.12285832" title="Total ETH: 365.39025419, Total BTC: 13.12285832">
                          <td width="35%" class="first">0.03573076</td>
                          <td width="38%">0.07300322</td>
                          <td width="27%">0.00260846</td>
                        </tr>
                        <tr class="clRow " a="0.01767358" p="0.03570000" ac="365.40792777" tc="13.12348926" title="Total ETH: 365.40792777, Total BTC: 13.12348926">
                          <td width="35%" class="first">0.03570000</td>
                          <td width="38%">0.01767358</td>
                          <td width="27%">0.00063094</td>
                        </tr>
                        <tr class="clRow " a="0.10000000" p="0.03566397" ac="365.50792777" tc="13.12705565" title="Total ETH: 365.50792777, Total BTC: 13.12705565">
                          <td width="35%" class="first">0.03566397</td>
                          <td width="38%">0.10000000</td>
                          <td width="27%">0.00356639</td>
                        </tr>
                        <tr class="clRow " a="0.02057815" p="0.03565944" ac="365.52850592" tc="13.12778945" title="Total ETH: 365.52850592, Total BTC: 13.12778945">
                          <td width="35%" class="first">0.03565944</td>
                          <td width="38%">0.02057815</td>
                          <td width="27%">0.00073380</td>
                        </tr>
                        <tr class="clRow " a="0.08845169" p="0.03563205" ac="365.61695761" tc="13.13094116" title="Total ETH: 365.61695761, Total BTC: 13.13094116">
                          <td width="35%" class="first">0.03563205</td>
                          <td width="38%">0.08845169</td>
                          <td width="27%">0.00315171</td>
                        </tr>
                        <tr class="clRow " a="0.02000000" p="0.03560000" ac="365.63695761" tc="13.13165316" title="Total ETH: 365.63695761, Total BTC: 13.13165316">
                          <td width="35%" class="first">0.03560000</td>
                          <td width="38%">0.02000000</td>
                          <td width="27%">0.00071200</td>
                        </tr>
                        <tr class="clRow " a="0.00400000" p="0.03551111" ac="365.64095761" tc="13.1317952" title="Total ETH: 365.64095761, Total BTC: 13.1317952">
                          <td width="35%" class="first">0.03551111</td>
                          <td width="38%">0.00400000</td>
                          <td width="27%">0.00014204</td>
                        </tr>
                        <tr class="clRow " a="0.64158905" p="0.03550000" ac="366.28254666" tc="13.15457161" title="Total ETH: 366.28254666, Total BTC: 13.15457161">
                          <td width="35%" class="first">0.03550000</td>
                          <td width="38%">0.64158905</td>
                          <td width="27%">0.02277641</td>
                        </tr>
                        <tr class="clRow " a="0.00998451" p="0.03542971" ac="366.29253117" tc="13.15492535" title="Total ETH: 366.29253117, Total BTC: 13.15492535">
                          <td width="35%" class="first">0.03542971</td>
                          <td width="38%">0.00998451</td>
                          <td width="27%">0.00035374</td>
                        </tr>
                        <tr class="clRow " a="0.02000000" p="0.03540000" ac="366.31253117" tc="13.15563335" title="Total ETH: 366.31253117, Total BTC: 13.15563335">
                          <td width="35%" class="first">0.03540000</td>
                          <td width="38%">0.02000000</td>
                          <td width="27%">0.00070800</td>
                        </tr>
                        <tr class="clRow " a="2.33650373" p="0.03530000" ac="368.6490349" tc="13.23811193" title="Total ETH: 368.6490349, Total BTC: 13.23811193">
                          <td width="35%" class="first">0.03530000</td>
                          <td width="38%">2.33650373</td>
                          <td width="27%">0.08247858</td>
                        </tr>
                        <tr class="clRow " a="151.885000" p="0.03528599" ac="520.5340349" tc="18.59752452" title="Total ETH: 520.5340349, Total BTC: 18.59752452">
                          <td width="35%" class="first">0.03528599</td>
                          <td width="38%">151.885000</td>
                          <td width="27%">5.35941259</td>
                        </tr>
                        <tr class="clRow " a="0.00688717" p="0.03525005" ac="520.54092207" tc="18.59776729" title="Total ETH: 520.54092207, Total BTC: 18.59776729">
                          <td width="35%" class="first">0.03525005</td>
                          <td width="38%">0.00688717</td>
                          <td width="27%">0.00024277</td>
                        </tr>
                        <tr class="clRow " a="0.02981361" p="0.03525000" ac="520.57073568" tc="18.59881821" title="Total ETH: 520.57073568, Total BTC: 18.59881821">
                          <td width="35%" class="first">0.03525000</td>
                          <td width="38%">0.02981361</td>
                          <td width="27%">0.00105092</td>
                        </tr>
                        <tr class="clRow " a="0.05675368" p="0.03524000" ac="520.62748936" tc="18.6008182" title="Total ETH: 520.62748936, Total BTC: 18.6008182">
                          <td width="35%" class="first">0.03524000</td>
                          <td width="38%">0.05675368</td>
                          <td width="27%">0.00199999</td>
                        </tr>
                        <tr class="clRow " a="0.00449027" p="0.03521000" ac="520.63197963" tc="18.6009763" title="Total ETH: 520.63197963, Total BTC: 18.6009763">
                          <td width="35%" class="first">0.03521000</td>
                          <td width="38%">0.00449027</td>
                          <td width="27%">0.00015810</td>
                        </tr>
                        <tr class="clRow " a="0.54443988" p="0.03520047" ac="521.17641951" tc="18.62014083" title="Total ETH: 521.17641951, Total BTC: 18.62014083">
                          <td width="35%" class="first">0.03520047</td>
                          <td width="38%">0.54443988</td>
                          <td width="27%">0.01916453</td>
                        </tr>
                        <tr class="clRow " a="0.02000000" p="0.03520000" ac="521.19641951" tc="18.62084483" title="Total ETH: 521.19641951, Total BTC: 18.62084483">
                          <td width="35%" class="first">0.03520000</td>
                          <td width="38%">0.02000000</td>
                          <td width="27%">0.00070400</td>
                        </tr>
                        <tr class="clRow " a="0.05687001" p="0.03516792" ac="521.25328952" tc="18.62284482" title="Total ETH: 521.25328952, Total BTC: 18.62284482">
                          <td width="35%" class="first">0.03516792</td>
                          <td width="38%">0.05687001</td>
                          <td width="27%">0.00199999</td>
                        </tr>
                        <tr class="clRow " a="0.31311957" p="0.03513035" ac="521.56640909" tc="18.63384482" title="Total ETH: 521.56640909, Total BTC: 18.63384482">
                          <td width="35%" class="first">0.03513035</td>
                          <td width="38%">0.31311957</td>
                          <td width="27%">0.01100000</td>
                        </tr>
                      </tbody>
                    </table>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="col_3">
            <div class="trade_history myord0" id="thc">
              <div class="all_title title">История сделок</div>
              <div class="result myord">
                <table width="100%" class="trade_history_table">
                  <thead>
                    <tr>
                      <th width="27%" class="first">Время</th>
                      <th width="14%"></th>
                      <th width="30%">Цена</th>
                      <th width="29%">
                        <table>
                          <thead>
                            <tr>
                              <th width="75%">ETH</th>
                              <th width="25%">[C]</th>
                            </tr>
                          </thead>
                        </table>
                      </th>
                    </tr>
                  </thead>
                </table>
              </div>
              <div class="scrolling myord" id="scrollbar5">
                <div class="scrollbar" style="height: 0px;">
                  <div class="track" style="height: 0px;">
                    <div class="thumb"></div>
                  </div>
                </div>
                <div class="viewport">
                  <div class="overview" style="top: 0px;">
                    <table width="100%" class="trade_history_table">
                      <tbody id="myord_table">
                        <tr>
                          <td class="first" colspan="4">Требуется войти в систему.</td>
                        </tr>
                      </tbody>
                    </table>
                  </div>
                </div>
              </div>
              <div class="result">
                <table width="100%" class="trade_history_table">
                  <thead>
                    <tr>
                      <th width="27%" class="first">Время</th>
                      <th width="14%"></th>
                      <th width="30%">Цена</th>
                      <th width="29%">ETH</th>
                    </tr>
                  </thead>
                </table>
              </div>
              <div class="scrolling" id="scrollbar6">
                <div class="scrollbar disable" style="height: 820px;">
                  <div class="track" style="height: 820px;">
                    <div class="thumb" style="top: 0px; height: 820px;"></div>
                  </div>
                </div>
                <div class="viewport">
                  <div class="overview" style="top: 0px;">
                    <table width="100%" class="trade_history_table">
                      <tbody id="microhistory_table">
                        <tr class="green animg">
                          <td width="27%" class="first" title="2019-02-25 22:21:16">22:21:16</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03627188</td>
                          <td width="29%">86.582<i>3880</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 22:21:08">22:21:08</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03627370</td>
                          <td width="29%">0.002<i>76000</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 22:20:57">22:20:57</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03626915</td>
                          <td width="29%">0.002<i>76000</i></td>
                        </tr>
                        <tr class="red">
                          <td width="27%" class="first" title="2019-02-25 22:20:56">22:20:56</td>
                          <td width="14%">SELL</td>
                          <td width="30%">0.03622715</td>
                          <td width="29%">0.020<i>00000</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 22:20:43">22:20:43</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03626915</td>
                          <td width="29%">0.002<i>76000</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 22:20:31">22:20:31</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03626915</td>
                          <td width="29%">0.002<i>76000</i></td>
                        </tr>
                        <tr class="red">
                          <td width="27%" class="first" title="2019-02-25 22:19:03">22:19:03</td>
                          <td width="14%">SELL</td>
                          <td width="30%">0.03622715</td>
                          <td width="29%">0.372<i>41261</i></td>
                        </tr>
                        <tr class="red">
                          <td width="27%" class="first" title="2019-02-25 22:19:03">22:19:03</td>
                          <td width="14%">SELL</td>
                          <td width="30%">0.03622720</td>
                          <td width="29%">0.029<i>75000</i></td>
                        </tr>
                        <tr class="red">
                          <td width="27%" class="first" title="2019-02-25 22:19:03">22:19:03</td>
                          <td width="14%">SELL</td>
                          <td width="30%">0.03622720</td>
                          <td width="29%">0.413<i>61000</i></td>
                        </tr>
                        <tr class="red">
                          <td width="27%" class="first" title="2019-02-25 22:19:03">22:19:03</td>
                          <td width="14%">SELL</td>
                          <td width="30%">0.03622720</td>
                          <td width="29%">0.080<i>88000</i></td>
                        </tr>
                        <tr class="red">
                          <td width="27%" class="first" title="2019-02-25 22:19:03">22:19:03</td>
                          <td width="14%">SELL</td>
                          <td width="30%">0.03622720</td>
                          <td width="29%">0.056<i>53000</i></td>
                        </tr>
                        <tr class="red">
                          <td width="27%" class="first" title="2019-02-25 22:19:03">22:19:03</td>
                          <td width="14%">SELL</td>
                          <td width="30%">0.03625350</td>
                          <td width="29%">0.205<i>71000</i></td>
                        </tr>
                        <tr class="red">
                          <td width="27%" class="first" title="2019-02-25 22:19:03">22:19:03</td>
                          <td width="14%">SELL</td>
                          <td width="30%">0.03625350</td>
                          <td width="29%">0.047<i>46754</i></td>
                        </tr>
                        <tr class="red">
                          <td width="27%" class="first" title="2019-02-25 22:18:51">22:18:51</td>
                          <td width="14%">SELL</td>
                          <td width="30%">0.03626000</td>
                          <td width="29%">0.954<i>77769</i></td>
                        </tr>
                        <tr class="red">
                          <td width="27%" class="first" title="2019-02-25 22:18:35">22:18:35</td>
                          <td width="14%">SELL</td>
                          <td width="30%">0.03627240</td>
                          <td width="29%">0.424<i>57114</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 22:18:22">22:18:22</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03628005</td>
                          <td width="29%">137.895<i>060</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 22:12:47">22:12:47</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03629212</td>
                          <td width="29%">144.471<i>600</i></td>
                        </tr>
                        <tr class="red">
                          <td width="27%" class="first" title="2019-02-25 22:12:44">22:12:44</td>
                          <td width="14%">SELL</td>
                          <td width="30%">0.03627240</td>
                          <td width="29%">0.003<i>82052</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 22:10:19">22:10:19</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03641496</td>
                          <td width="29%">91.877<i>2280</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 22:07:32">22:07:32</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03641579</td>
                          <td width="29%">124.446<i>940</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 21:59:27">21:59:27</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03646792</td>
                          <td width="29%">91.494<i>7270</i></td>
                        </tr>
                        <tr class="red">
                          <td width="27%" class="first" title="2019-02-25 21:58:22">21:58:22</td>
                          <td width="14%">SELL</td>
                          <td width="30%">0.03634230</td>
                          <td width="29%">0.026<i>96885</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 21:58:05">21:58:05</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03633953</td>
                          <td width="29%">0.458<i>58649</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 21:57:31">21:57:31</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03633953</td>
                          <td width="29%">0.005<i>16543</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 21:56:32">21:56:32</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03633953</td>
                          <td width="29%">0.039<i>59629</i></td>
                        </tr>
                        <tr class="red">
                          <td width="27%" class="first" title="2019-02-25 21:55:45">21:55:45</td>
                          <td width="14%">SELL</td>
                          <td width="30%">0.03626140</td>
                          <td width="29%">0.013<i>02282</i></td>
                        </tr>
                        <tr class="red">
                          <td width="27%" class="first" title="2019-02-25 21:55:45">21:55:45</td>
                          <td width="14%">SELL</td>
                          <td width="30%">0.03633434</td>
                          <td width="29%">0.013<i>23775</i></td>
                        </tr>
                        <tr class="red">
                          <td width="27%" class="first" title="2019-02-25 21:55:45">21:55:45</td>
                          <td width="14%">SELL</td>
                          <td width="30%">0.03638139</td>
                          <td width="29%">0.003<i>05375</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 21:53:59">21:53:59</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03650425</td>
                          <td width="29%">101.661<i>060</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 21:52:32">21:52:32</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03651465</td>
                          <td width="29%">0.008<i>61064</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 21:52:32">21:52:32</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03649100</td>
                          <td width="29%">0.041<i>38937</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 21:51:39">21:51:39</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03649100</td>
                          <td width="29%">0.002<i>87021</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 21:51:31">21:51:31</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03649100</td>
                          <td width="29%">0.002<i>87021</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 21:51:30">21:51:30</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03649100</td>
                          <td width="29%">0.002<i>87021</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 21:51:18">21:51:18</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03648015</td>
                          <td width="29%">49.686<i>0000</i></td>
                        </tr>
                        <tr class="red">
                          <td width="27%" class="first" title="2019-02-25 21:49:26">21:49:26</td>
                          <td width="14%">SELL</td>
                          <td width="30%">0.03642982</td>
                          <td width="29%">0.103<i>12582</i></td>
                        </tr>
                        <tr class="red">
                          <td width="27%" class="first" title="2019-02-25 21:49:09">21:49:09</td>
                          <td width="14%">SELL</td>
                          <td width="30%">0.03642685</td>
                          <td width="29%">0.298<i>95962</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 21:48:43">21:48:43</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03648908</td>
                          <td width="29%">100.900<i>800</i></td>
                        </tr>
                        <tr class="red">
                          <td width="27%" class="first" title="2019-02-25 21:47:57">21:47:57</td>
                          <td width="14%">SELL</td>
                          <td width="30%">0.03645416</td>
                          <td width="29%">0.075<i>70000</i></td>
                        </tr>
                        <tr class="green">
                          <td width="27%" class="first" title="2019-02-25 21:46:35">21:46:35</td>
                          <td width="14%">BUY</td>
                          <td width="30%">0.03648000</td>
                          <td width="29%">0.040<i>25976</i></td>
                        </tr>
                      </tbody>
                    </table>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="clear"></div>
        </div>
        <div class="right_bar">
          <div class="chat_box">
            <div class="inset">
              <div class="all_title title">Чат <div class="locales">
                  <a class="" href="javascript:void(0)" value="en" onclick="changeChatLocale('en');">EN</a><a class="active" href="javascript:void(0)" value="ru" onclick="changeChatLocale('ru');">RU</a><a class="" href="javascript:void(0)" value="de" onclick="changeChatLocale('de');">DE</a><a class="" href="javascript:void(0)" value="cn" onclick="changeChatLocale('cn');">CN</a><a class="" href="javascript:void(0)" value="ar" onclick="changeChatLocale('ar');">AR</a>
                </div>
              </div>
              <div class="scrolling chatlarge" id="scrollbar7">
                <div class="scrollbar" style="height: 350px;">
                  <div class="track" style="height: 350px;">
                    <div class="thumb" style="top: 280.239px; height: 69.7608px;"></div>
                  </div>
                </div>
                <div class="viewport">
                  <div class="overview" id="chat-list" style="top: -1406px;">
                    <p id="msg11255787" class=""><a class="pm" href="/ru/pm/create/serg1992"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:04:40">serg1992</a>:&nbsp;afanasjeff, хз. Ну это скам, но не совсем явный.
                      Может и дать</p>
                    <p id="msg11255791" class=""><a class="pm" href="/ru/pm/create/partorg"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:05:10">partorg</a>:&nbsp;Viktor322, да я так и предполагал что халява на пару
                      дней</p>
                    <p id="msg11255793" class=""><a class="pm" href="/ru/pm/create/afanasjeff"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:05:38">afanasjeff</a>:&nbsp;serg1992, а какая роль разработчиков? что они
                      разрабатывали? схему, как денег с народа срубить и смыться безнаказанными? ;)</p>
                    <p id="msg11255799" class=""><a class="pm" href="/ru/pm/create/Yvvan"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:07:00">Yvvan</a>:&nbsp;afanasjeff, прежде чем обзывать людей мошенниками читайте
                      литературы больш)))</p>
                    <p id="msg11255801" class=""><a class="pm" href="/ru/pm/create/Makeevan"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:07:19">Makeevan</a>&nbsp;L0:&nbsp;Yvvan, пошел нахуй со своей спам-рекламой
                    </p>
                    <p id="msg11255802" class=""><a class="pm" href="/ru/pm/create/afanasjeff"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:07:22">afanasjeff</a>:&nbsp;Yvvan, посоветуете что-нибудь?</p>
                    <p id="msg11255804" class=""><a class="pm" href="/ru/pm/create/serg1992"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:07:27">serg1992</a>:&nbsp;afanasjeff, для начала привлеч людей ростом я
                      надеюсь)</p>
                    <p id="msg11255807" class=""><a class="pm" href="/ru/pm/create/dgam60bit"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:08:33">dgam60bit</a>&nbsp;L0:&nbsp;что с форком ефима? Есть новости?</p>
                    <p id="msg11255808" class=""><a class="pm" href="/ru/pm/create/serg1992"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:08:39">serg1992</a>:&nbsp;afanasjeff, разрабы качают курс, активничают в
                      чате, придумывают конкурсы</p>
                    <p id="msg11255809" class=""><a class="pm" href="/ru/pm/create/afanasjeff"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:09:11">afanasjeff</a>:&nbsp;serg1992, больше на маркетинг похоже, а не на
                      разработчиков</p>
                    <p id="msg11255810" class=""><a class="pm" href="/ru/pm/create/GSvarnoy48"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:09:34">GSvarnoy48</a>:&nbsp;у ефима уже форк появился ? ))) я плакаль ))
                    </p>
                    <p id="msg11255812" class=""><a class="pm" href="/ru/pm/create/Yvvan"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:09:42">Yvvan</a>:&nbsp;Makeevan, мне жаль тебя у тебя детство видимо тяжелое
                      было))) деревянные игрушки и все такое)) Если ты не можешь сам принимать решение а только слушаешь что пишут в чате тебе грош цена. Я никого ни к чему не призывал и тебе не грубил)))</p>
                    <p id="msg11255814" class=""><a class="pm" href="/ru/pm/create/Androyd22"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:09:51">Androyd22</a>:&nbsp;GSvarnoy48, )))</p>
                    <p id="msg11255815" class=""><a class="pm" href="/ru/pm/create/zassal01"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:10:08">zassal01</a>&nbsp;L0:&nbsp;Что??? Зачем ETC так сливать?</p>
                    <p id="msg11255816" class=""><a class="pm" href="/ru/pm/create/serg1992"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:10:32">serg1992</a>:&nbsp;afanasjeff, ну там в одном лице скорей всего) с
                      ебита он не выйдет 105. Максимум месяц покачают</p>
                    <p id="msg11255818" class=""><a class="pm" href="/ru/pm/create/zassal01"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:10:52">zassal01</a>&nbsp;L0:&nbsp;Боты в ETC замучали</p>
                    <p id="msg11255820" class=""><a class="pm" href="/ru/pm/create/afanasjeff"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:11:06">afanasjeff</a>:&nbsp;zassal01, согласен</p>
                    <p id="msg11255822" class=""><a class="pm" href="/ru/pm/create/serg359"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:11:38">serg359</a>&nbsp;L0:&nbsp;Привет всем</p>
                    <p id="msg11255823" class=""><a class="pm" href="/ru/pm/create/afanasjeff"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:11:44">afanasjeff</a>:&nbsp;zassal01, причем так какие-то хитрые боты. Они
                      сделки совершают по ценам, которых ни на экране нет, ни по Api</p>
                    <p id="msg11255824" class=""><a class="pm" href="/ru/pm/create/zassal01"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:11:47">zassal01</a>&nbsp;L0:&nbsp;serg359, Привет</p>
                    <p id="msg11255826" class=""><a class="pm" href="/ru/pm/create/bormotov"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:11:52">bormotov</a>&nbsp;L1:&nbsp;ЕФИМ КАЖДЫЙ ДЕНЬ БУДЕТ ТОЛЬКО ПАДАТЬ АХАХА
                    </p>
                    <p id="msg11255827" class=""><a class="pm" href="/ru/pm/create/serg1992"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:12:05">serg1992</a>:&nbsp;bormotov, почему?</p>
                    <p id="msg11255828" class=""><a class="pm" href="/ru/pm/create/bormotov"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:12:20">bormotov</a>&nbsp;L1:&nbsp;serg1992, КАЛОМОНЕТА</p>
                    <p id="msg11255829" class=""><a class="pm" href="/ru/pm/create/zassal01"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:12:28">zassal01</a>&nbsp;L0:&nbsp;afanasjeff, Вывод напрашивается...</p>
                    <p id="msg11255830" class=""><a class="pm" href="/ru/pm/create/serg1992"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:12:38">serg1992</a>:&nbsp;bormotov, как ези?!</p>
                    <p id="msg11255831" class=""><a class="pm" href="/ru/pm/create/afanasjeff"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:12:40">afanasjeff</a>:&nbsp;zassal01, какой?</p>
                    <p id="msg11255832" class=""><a class="pm" href="/ru/pm/create/shellultra"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:12:41">shellultra</a>&nbsp;L1:&nbsp;bormotov, не факт</p>
                    <p id="msg11255833" class=""><a class="pm" href="/ru/pm/create/bormotov"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:12:53">bormotov</a>&nbsp;L1:&nbsp;serg1992, ХУЖЕ КОНЕЧНО</p>
                    <p id="msg11255834" class=""><a class="pm" href="/ru/pm/create/serg359"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:13:05">serg359</a>&nbsp;L0:&nbsp;По jewel слышно что нибудь?</p>
                    <p id="msg11255835" class=""><a class="pm" href="/ru/pm/create/afanasjeff"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:13:09">afanasjeff</a>:&nbsp;zassal01, может есть возможность по другому
                      протоколу подключиться?</p>
                    <p id="msg11255838" class=""><a class="pm" href="/ru/pm/create/zassal01"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:13:38">zassal01</a>&nbsp;L0:&nbsp;afanasjeff, Можно по ключам</p>
                    <p id="msg11255842" class=""><a class="pm" href="/ru/pm/create/afanasjeff"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:14:10">afanasjeff</a>:&nbsp;через стандартное api 2.0?</p>
                    <p id="msg11255843" class=""><a class="pm" href="/ru/pm/create/serg1992"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:14:16">serg1992</a>:&nbsp;bormotov, так ерс20 хоть</p>
                    <p id="msg11255844" class=""><a class="pm" href="/ru/pm/create/zassal01"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:14:27">zassal01</a>&nbsp;L0:&nbsp;afanasjeff, Типо этого</p>
                    <p id="msg11255846" class=""><a class="pm" href="/ru/pm/create/afanasjeff"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:14:39">afanasjeff</a>:&nbsp;zassal01, если через него, то там тоже таких
                      ордеров нет ))</p>
                    <p id="msg11255847" class=""><a class="pm" href="/ru/pm/create/zassal01"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:15:05">zassal01</a>&nbsp;L0:&nbsp;afanasjeff, Спрос пошёл, кстати у бота,
                      закупается</p>
                    <p id="msg11255850" class=""><a class="pm" href="/ru/pm/create/zassal01"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:15:30">zassal01</a>&nbsp;L0:&nbsp;afanasjeff, Значит, ценой управляют,
                      наверное.</p>
                    <p id="msg11255851" class=""><a class="pm" href="/ru/pm/create/afanasjeff"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:15:44">afanasjeff</a>:&nbsp;zassal01, значит я сейчас солью чуток</p>
                    <p id="msg11255852" class=""><a class="pm" href="/ru/pm/create/zassal01"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:15:59">zassal01</a>&nbsp;L0:&nbsp;afanasjeff, Можно, наверное</p>
                    <p id="msg11255854" class=""><a class="pm" href="/ru/pm/create/MAGAMADOV195"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:16:19">MAGAMADOV195</a>&nbsp;L0:&nbsp;Ребята, usdt инвест платит?</p>
                    <p id="msg11255855" class=""><a class="pm" href="/ru/pm/create/afanasjeff"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:16:22">afanasjeff</a>:&nbsp;zassal01, цена пока неинтересная</p>
                    <p id="msg11255857" class=""><a class="pm" href="/ru/pm/create/stepancdtnf"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:16:52">stepancdtnf</a>&nbsp;L1:&nbsp;MAGAMADOV195, да.</p>
                    <p id="msg11255858" class=""><a class="pm" href="/ru/pm/create/zassal01"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:17:00">zassal01</a>&nbsp;L0:&nbsp;afanasjeff, Ну, да она как-то вобще сегодня
                      не очень (последние 1,5 часа)</p>
                    <p id="msg11255860" class=""><a class="pm" href="/ru/pm/create/MAGAMADOV195"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:17:05">MAGAMADOV195</a>&nbsp;L0:&nbsp;Спасибо</p>
                    <p id="msg11255862" class=""><a class="pm" href="/ru/pm/create/zassal01"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:17:27">zassal01</a>&nbsp;L0:&nbsp;afanasjeff, Будем ждать</p>
                    <p id="msg11255863" class=""><a class="pm" href="/ru/pm/create/afanasjeff"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:17:39">afanasjeff</a>:&nbsp;zassal01, это я сливал</p>
                    <p id="msg11255867" class=""><a class="pm" href="/ru/pm/create/zassal01"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:18:16">zassal01</a>&nbsp;L0:&nbsp;afanasjeff, Ладно, у меня 10.17 вечера,
                      пора спать. Спокойной ночи!</p>
                    <p id="msg11255868" class=""><a class="pm" href="/ru/pm/create/afanasjeff"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:18:19">afanasjeff</a>:&nbsp;zassal01, причем не очень много. Ликвиднсти
                      здесь мало</p>
                    <p id="msg11255869" class=""><a class="pm" href="/ru/pm/create/zassal01"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:18:31">zassal01</a>&nbsp;L0:&nbsp;afanasjeff, Согласен</p>
                    <p id="msg11255870" class=""><a class="pm" href="/ru/pm/create/vieri9103"><img src="/images/pm.png" width="10" height="10"></a><a class="nick " title="22:18:33">vieri9103</a>&nbsp;L0:&nbsp;Samsung сотрудничает с Enjin (ENJ) для
                      Blockchain Wallet на S10?</p>
                  </div>
                </div>
              </div>
              <div class="fildes_box">
                <div class="p_2"><a id="chat-btn" class="button" href="javascript:void(0)">Отправить</a></div>
                <div class="p_1"><span class="p_3"><input id="chat-input" type="text" value=""></span></div>
              </div>
            </div>
          </div>
          <div class="news_box" style="height:200px;">
            <div class="inset" id="news_twitter">
              <iframe class="stream" src="/twits/" frameborder="0" style="border:none;width:100%;"></iframe>
            </div>
          </div>
        </div>
      </div>
    </main>
    <footer class="footer"></footer>
  </div>
  <div id="mainLoader" style="opacity: 1; display: none;"></div>
  <div id="loaderFade" style="opacity: 0.1; display: none;"></div>
  <script type="text/javascript" src="https://yobit.net/js/chosen.jquery.min.js"></script>
  <script type="text/javascript" src="https://yobit.net/js/script.js?54c089c235db249125aae6a78c9470ae"></script>
  <script type="text/javascript" src="https://yobit.net/js/jquery.tinyscrollbar.js?d41d8cd98f00b204e9800998ecf8427e"></script>
  <script type="text/javascript" src="https://yobit.net/js/jquery.uniform.min.js"></script>
  <script type="text/javascript" src="https://yobit.net/js/jstz.min.js"></script>
  <script type="text/javascript" src="https://yobit.net/js/jswasort.min.js"></script>
  <script type="text/javascript" src="https://yobit.net/js/corex.js?4eb6cc6a00c534f92158245dad0c5914"></script>
  <script type="text/javascript" src="https://yobit.net/js/autobahn.min.js"></script>
  <script type="text/javascript" src="https://yobit.net/js/corews.js?66772fb6819fe363c7b883537dacc296"></script>
  <script type="text/javascript" src="https://yobit.net/js/messi.min.js?2b87dda3d7f878f59cc16387f9a5853e"></script>
  <link rel="stylesheet" href="https://yobit.net/css/messi.min.css?76f39a2fa1e4879d836e09d369a67a4f" type="text/css">
  <script type="text/javascript" src="https://yobit.net/js/jquery.jas.min.js"></script>
  <script type="text/javascript" src="https://yobit.net/js/jquery.toast.js"></script>
  <link rel="stylesheet" href="https://yobit.net/css/jquery.toast.css">
  <script type="text/javascript" src="https://yobit.net/js/charts.js?ee839417164ef7b99bfb55e64f7826c7"></script>
  <script type="text/javascript" src="https://yobit.net/js/soundmanager2-nodebug-jsmin.js"></script>
  <script type="text/javascript" src="https://yobit.net/js/jquery.pjax.js"></script>
  <script type="text/javascript">
    //<![CDATA[
    Sys.Application.add_init(function() {
      $create(Sys.UI._UpdateProgress, {
        "associatedUpdatePanelId": "login_upP",
        "displayAfter": 500,
        "dynamicLayout": true
      }, null, null, $get("login_upp1"));
    });
    //]]>
  </script>
</form>

Text Content

Регистрация

Логин

Email адрес

Ваш пароль

Подтвердите пароль

Я согласен с Правилами YoBit.net




Уже есть аккаунт? Войти
АВТОРИЗАЦИЯ

Email

Пароль

Authentication code (get in Email inbox)

Authentication code (get in Google Authenticator)


Забыли пароль?


Запомнить


Нет аккаунта? Зарегистрируйтесь
Forgot your password

E-mail

Login




Please confirm the action




 * Трейд
 * Маркет
 * InvestBox
 * Dice
 * Балансы
 * FreeCoins
 * CoinsInfo
 * AddToken
 * Поддержка
 * PM

 * Регистрация
 * Войти

 * EN
 * RU
 * CN

Балансы

Валюта Количество

BTC 0.00000000 LTC 0.00000000 DASH 0.00000000 DOGE 0.00000000 YOVI 0.00000000
ETH 0.00000000 LSK 0.00000000 EBONUS 0.00000000 USD 0.00000000 RUR 0.00000000

Est. BTC: 0.00 BTC

Маркет
TOPBTCETHDOGEWAVESUSDRUR

Валюта Цена Изм. Об.

ВалютаЦенаИзм.Об.fullname YOVI

0.03098100 0% 0 YobitCoin ETH 0.03570000 - 1.4% 1110.5 Ethereum DASH 0.02154205
+ 2% 1028.5 DASH ZEC 0.01360842 - 1.1% 815.2 Zcash LSK 0.00031309 + 0.4% 237.1
Lisk LTC 0.01196848 + 1.7% 193.5 Litecoin ETC 0.00111418 - 2.3% 97.8
EthereumClassic BTC $4187.00 + 1.2% 41.9 Bitcoin WAVES 0.00069122 - 1.4% 26.7
Waves BTC R258507.00 + 0.5% 25.2 Bitcoin FTO 0.00080103 - 5.4% 24.7 FuturoCoin
ETH $152.25 + 1.1% 23.4 Ethereum EDR2 0.00000187 0% 17.1 E-DinarCoin2 CRX
0.00000009 - 10% 11.6 ChronosCoin ETH R9405.69 + 0.4% 11.5 Ethereum LBR
0.00000416 - 1.2% 9.5 LIBERTALIA ICASH 0.00000005 + 150% 7.6 iCash FTO $3.38 -
4.3% 7.2 FuturoCoin YOZI 0.00000615 + 11.5% 6.5 YoZi EFFM 0.00000343 - 8.8% 6.1
EffMining TAJ 0.00000085 + 60.4% 6.1 TajCoin EDRC 0.00018150 + 4.9% 6 EDRCoin
LIZA 32.00000000 - 6.2% 7.5 Bitcoin Liza USDT 0.00026250 - 2.1% 5.2 Tether USD
ERC20 KBC 0.00000761 + 1% 5.1 KaratBank Coin XRP 0.00008599 + 7.9% 5.1 Ripple
DOGE 0.00000052 + 2% 5.1 Dogecoin USD R61.50 - 0.9% 4.4 USD LTC R3115.10 + 3.5%
4.2 Litecoin USDT $1.08 + 0.3% 4.1 Tether USD ERC20


 * ETH / BTC
 * Last: 0.03627188
 * 24High: 0.03705939
 * 24Low: 0.03524864
 * 24V: 1427.06 BTC

12 Hours 24 Hours 7 Days 1M 6M Order Book
Created with Highstock
2.0.411:0012:0013:0014:0015:0016:0017:0018:0019:0020:0021:0022:000.0360.03650.0370.03750250500750

ПОКУПКА
0.03627370
Баланс: 0.00000000 BTC
Количество:
ETH
Цена:
BTC
Всего:
BTC
Ком (0.2%):
BTC
Всего+Ком:
BTC
Ордера на продажу

Цена ETH BTC

0.036273700.983416230.035672140.036387401.309934870.047665120.036448340.150000000.005467250.036449103.000000000.109347300.03647840303.77000011.081043560.036514650.006688220.000244210.0365311624.278690510.886928720.036544620.012359300.000451660.036552865.268268500.192570280.036608460.050000000.001830420.0366437910.897822280.399337510.036647970.120578150.004418940.036653301.803782650.066114580.036660790.017734210.000650150.036668902.259361200.082848280.036673404.789583370.175650300.036697370.027200030.000998160.036697800.019028850.000698310.036702230.584044850.021435740.036717140.015923420.000584660.036723660.003059290.000112340.036740600.036845970.001353740.036744760.005476050.000201210.036747341.241703230.045629290.036780201.325843730.048764790.036782810.003058680.000112500.036794820.347327080.012779830.036806770.003053750.000112390.036826220.009984510.000367690.036888420.003052570.000112600.036890000.103953190.003834830.036892760.070703870.002608460.036900003.736608420.137880850.036919030.242253890.008943770.036968300.021311560.000787850.036973690.200000000.007394730.037000000.017227580.000637420.037059400.100000000.003705940.037060681.008582900.037378760.037079890.005439700.000201700.037088610.019053370.000706660.037122270.004068990.000151050.037189890.004361380.000162190.03719360151.8850005.649149930.037206990.016419690.000610920.037209072.467608170.091817400.037222160.513185620.019101870.037223910.766198350.028520890.037227281.331712710.049576040.037233690.007588900.00028256

ПРОДАЖА
0.03622715
Баланс: 0.00000000 ETH
Количество:
ETH
Цена:
BTC
Всего:
BTC
Ком (0.2%):
BTC
Всего-Ком:
BTC
Ордера на покупку

Цена ETH BTC

0.036227150.293093970.010617950.036214910.454610140.016463660.036209890.156307440.005659870.036200001.192107340.043154280.036199990.003069060.000111090.036158580.336941170.012183310.036142171.387420160.050144370.0361099011.05085820.399045380.036092001.397862100.050451630.036086410.622419840.022460890.036085960.017734210.000639950.036050336.170251640.222439600.036043470.248138670.008943770.036000000.400965000.014434740.035997550.012359300.000444900.035978374.974612500.178978440.035953110.015298860.000550040.035943343.398990630.122171070.035930990.101164730.003634940.03590990303.77000010.908350320.035906561.114661660.040023660.035903000.317049070.011383010.035901320.141620730.005084370.035873270.050000000.001793660.035842290.015433440.000553160.035834895.151010900.184585900.035829661.797453250.064402130.035800009.702968910.347366280.035763364.014336270.143566150.035758147.008511780.250611340.035730760.073003220.002608460.035700000.017673580.000630940.035663970.100000000.003566390.035659440.020578150.000733800.035632050.088451690.003151710.035600000.020000000.000712000.035511110.004000000.000142040.035500000.641589050.022776410.035429710.009984510.000353740.035400000.020000000.000708000.035300002.336503730.082478580.03528599151.8850005.359412590.035250050.006887170.000242770.035250000.029813610.001050920.035240000.056753680.001999990.035210000.004490270.000158100.035200470.544439880.019164530.035200000.020000000.000704000.035167920.056870010.001999990.035130350.313119570.01100000

История сделок

Время Цена

ETH [C]

Требуется войти в систему.

Время Цена ETH

22:21:16BUY0.0362718886.5823880 22:21:08 BUY 0.03627370 0.00276000 22:20:57 BUY
0.03626915 0.00276000 22:20:56 SELL 0.03622715 0.02000000 22:20:43 BUY
0.03626915 0.00276000 22:20:31 BUY 0.03626915 0.00276000 22:19:03 SELL
0.03622715 0.37241261 22:19:03 SELL 0.03622720 0.02975000 22:19:03 SELL
0.03622720 0.41361000 22:19:03 SELL 0.03622720 0.08088000 22:19:03 SELL
0.03622720 0.05653000 22:19:03 SELL 0.03625350 0.20571000 22:19:03 SELL
0.03625350 0.04746754 22:18:51 SELL 0.03626000 0.95477769 22:18:35 SELL
0.03627240 0.42457114 22:18:22 BUY 0.03628005 137.895060 22:12:47 BUY 0.03629212
144.471600 22:12:44 SELL 0.03627240 0.00382052 22:10:19 BUY 0.03641496
91.8772280 22:07:32 BUY 0.03641579 124.446940 21:59:27 BUY 0.03646792 91.4947270
21:58:22 SELL 0.03634230 0.02696885 21:58:05 BUY 0.03633953 0.45858649 21:57:31
BUY 0.03633953 0.00516543 21:56:32 BUY 0.03633953 0.03959629 21:55:45 SELL
0.03626140 0.01302282 21:55:45 SELL 0.03633434 0.01323775 21:55:45 SELL
0.03638139 0.00305375 21:53:59 BUY 0.03650425 101.661060 21:52:32 BUY 0.03651465
0.00861064 21:52:32 BUY 0.03649100 0.04138937 21:51:39 BUY 0.03649100 0.00287021
21:51:31 BUY 0.03649100 0.00287021 21:51:30 BUY 0.03649100 0.00287021 21:51:18
BUY 0.03648015 49.6860000 21:49:26 SELL 0.03642982 0.10312582 21:49:09 SELL
0.03642685 0.29895962 21:48:43 BUY 0.03648908 100.900800 21:47:57 SELL
0.03645416 0.07570000 21:46:35 BUY 0.03648000 0.04025976


Чат
ENRUDECNAR

serg1992: afanasjeff, хз. Ну это скам, но не совсем явный. Может и дать

partorg: Viktor322, да я так и предполагал что халява на пару дней

afanasjeff: serg1992, а какая роль разработчиков? что они разрабатывали? схему,
как денег с народа срубить и смыться безнаказанными? ;)

Yvvan: afanasjeff, прежде чем обзывать людей мошенниками читайте литературы
больш)))

Makeevan L0: Yvvan, пошел нахуй со своей спам-рекламой

afanasjeff: Yvvan, посоветуете что-нибудь?

serg1992: afanasjeff, для начала привлеч людей ростом я надеюсь)

dgam60bit L0: что с форком ефима? Есть новости?

serg1992: afanasjeff, разрабы качают курс, активничают в чате, придумывают
конкурсы

afanasjeff: serg1992, больше на маркетинг похоже, а не на разработчиков

GSvarnoy48: у ефима уже форк появился ? ))) я плакаль ))

Yvvan: Makeevan, мне жаль тебя у тебя детство видимо тяжелое было))) деревянные
игрушки и все такое)) Если ты не можешь сам принимать решение а только слушаешь
что пишут в чате тебе грош цена. Я никого ни к чему не призывал и тебе не
грубил)))

Androyd22: GSvarnoy48, )))

zassal01 L0: Что??? Зачем ETC так сливать?

serg1992: afanasjeff, ну там в одном лице скорей всего) с ебита он не выйдет
105. Максимум месяц покачают

zassal01 L0: Боты в ETC замучали

afanasjeff: zassal01, согласен

serg359 L0: Привет всем

afanasjeff: zassal01, причем так какие-то хитрые боты. Они сделки совершают по
ценам, которых ни на экране нет, ни по Api

zassal01 L0: serg359, Привет

bormotov L1: ЕФИМ КАЖДЫЙ ДЕНЬ БУДЕТ ТОЛЬКО ПАДАТЬ АХАХА

serg1992: bormotov, почему?

bormotov L1: serg1992, КАЛОМОНЕТА

zassal01 L0: afanasjeff, Вывод напрашивается...

serg1992: bormotov, как ези?!

afanasjeff: zassal01, какой?

shellultra L1: bormotov, не факт

bormotov L1: serg1992, ХУЖЕ КОНЕЧНО

serg359 L0: По jewel слышно что нибудь?

afanasjeff: zassal01, может есть возможность по другому протоколу подключиться?

zassal01 L0: afanasjeff, Можно по ключам

afanasjeff: через стандартное api 2.0?

serg1992: bormotov, так ерс20 хоть

zassal01 L0: afanasjeff, Типо этого

afanasjeff: zassal01, если через него, то там тоже таких ордеров нет ))

zassal01 L0: afanasjeff, Спрос пошёл, кстати у бота, закупается

zassal01 L0: afanasjeff, Значит, ценой управляют, наверное.

afanasjeff: zassal01, значит я сейчас солью чуток

zassal01 L0: afanasjeff, Можно, наверное

MAGAMADOV195 L0: Ребята, usdt инвест платит?

afanasjeff: zassal01, цена пока неинтересная

stepancdtnf L1: MAGAMADOV195, да.

zassal01 L0: afanasjeff, Ну, да она как-то вобще сегодня не очень (последние 1,5
часа)

MAGAMADOV195 L0: Спасибо

zassal01 L0: afanasjeff, Будем ждать

afanasjeff: zassal01, это я сливал

zassal01 L0: afanasjeff, Ладно, у меня 10.17 вечера, пора спать. Спокойной ночи!

afanasjeff: zassal01, причем не очень много. Ликвиднсти здесь мало

zassal01 L0: afanasjeff, Согласен

vieri9103 L0: Samsung сотрудничает с Enjin (ENJ) для Blockchain Wallet на S10?

Отправить