<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "HelveticaNeueCyr";
  font-style: normal;
  font-weight: 400;
  src: local("HelveticaNeueCyr"), url("https://fonts.cdnfonts.com/s/13267/HelveticaNeueCyr-Roman.woff") format("woff");
}
@font-face {
  font-family: "HelveticaNeueCyr";
  font-style: normal;
  font-weight: 550;
  src: local("HelveticaNeueCyr"), url("https://fonts.cdnfonts.com/s/13267/helveticaneuecyr-medium.woff") format("woff");
}
body {
  min-width: unset !important;
}

body div {
  box-sizing: border-box;
}

div {
  box-sizing: border-box;
}

button {
  border-radius: 5px;
  border: 1px solid #33B065;
  color: #33B065;
  padding: 10px;
  background: none;
  cursor: pointer;
}

button:hover {
  color: white;
  background-color: #33B065;
}

.bg-gray {
  background-color: #F8F9FD;
}

.sp_content {
  padding: 0 20px;
  box-sizing: border-box;
  /* ширина столбцов */
  /* name */
  /* change24 */
  /* bid/ask */
  /* Сдвиг для полей, для которых есть сортировка*/
  /* Поля lot, session, tick_cost могут быть в две строки*/
}
.sp_content .sp-container {
  width: 100%;
  font-family: HelveticaNeueCyr;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.sp_content .sp-table-wrapper {
  width: 100%;
  position: relative;
  min-height: unset;
}
.sp_content .sp-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sp_content table {
  width: 100%;
}
.sp_content tr {
  border-bottom: 1px solid #E9EAEE;
  cursor: pointer;
}
.sp_content td {
  vertical-align: middle;
  padding: 16px 0;
  color: #2D2D34;
}
.sp_content th, .sp_content td {
  text-align: left;
  min-height: 34px;
  background: white;
}
.sp_content th {
  vertical-align: middle;
  color: #A9AEB9;
}
.sp_content th sorter {
  margin-right: 10px;
}
.sp_content th &gt; div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sp_content th.name {
  text-align: left;
  left: 0;
}
.sp_content th.change24 {
  text-align: left;
  left: 0;
  padding-right: 40px;
}
.sp_content th.change24 &gt; div, .sp_content th.action &gt; div {
  justify-content: flex-end;
}
.sp_content .desktop-trading-symbols th, .sp_content .desktop-trading-symbols td {
  width: 9.3%;
}
.sp_content .desktop-trading-symbols th.name, .sp_content .desktop-trading-symbols td.name {
  width: 23%;
}
.sp_content .desktop-trading-symbols th.change24, .sp_content .desktop-trading-symbols td.change24 {
  width: 17%;
}
.sp_content .desktop-trading-symbols th.fee, .sp_content .desktop-trading-symbols td.fee, .sp_content .desktop-trading-symbols th.spread, .sp_content .desktop-trading-symbols td.spread, .sp_content .desktop-trading-symbols th.action, .sp_content .desktop-trading-symbols td.action {
  width: 7%;
}
.sp_content .desktop-trading-symbols th.action, .sp_content .desktop-trading-symbols td.action {
  min-width: 80px;
  white-space: nowrap;
}
.sp_content .desktop-futures-symbols th, .sp_content .desktop-futures-symbols td {
  width: 9.3%;
}
.sp_content .desktop-futures-symbols th.name, .sp_content .desktop-futures-symbols td.name {
  width: 23%;
}
.sp_content .desktop-futures-symbols th.change24, .sp_content .desktop-futures-symbols td.change24 {
  width: 17%;
}
.sp_content .desktop-futures-symbols th.spread, .sp_content .desktop-futures-symbols td.spread, .sp_content .desktop-futures-symbols th.action, .sp_content .desktop-futures-symbols td.action {
  width: 7%;
}
.sp_content .desktop-futures-symbols th.action, .sp_content .desktop-futures-symbols td.action {
  min-width: 80px;
  white-space: nowrap;
}
.sp_content td.name {
  text-align: left;
  left: 0;
}
.sp_content .name-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sp_content .svg-container {
  display: flex;
  flex: 0 0 40px;
  height: 40px;
  overflow: hidden;
  border: #dbdbdb solid 1px;
  box-shadow: 1px 1px 4px 1px rgba(34, 60, 80, 0.2);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.sp_content .svg-container img {
  width: 40px;
  height: 40px;
}
.sp_content .name-wrapper .title-ticker {
  flex: 1;
  margin-left: 9px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sp_content .title-ticker &gt; div:first-child {
  font-size: 14px;
  color: #2D2D34;
}
.sp_content .title-ticker .first-line-name, .sp_content .title-ticker .second-line-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sp_content .title-ticker &gt; div:last-child {
  font-size: 12px;
  color: #A9AEB9;
  padding-top: 4px;
}
.sp_content .title-ticker .second-line-name {
  align-items: center;
  margin-top: 5px;
}
.sp_content .expiration {
  display: flex;
  padding: 4.5px 3px 4.5px 4px;
  justify-content: center;
  align-items: center;
  color: #3F60CB;
  font-size: 12px;
  border-radius: 2px;
  background: rgba(63, 96, 203, 0.1);
  margin-left: 4px;
}
.sp_content .expiration &gt; img {
  margin-right: 5px;
}
.sp_content .group-label {
  padding: 4.5px 3px 4.5px 4px;
  justify-content: center;
  align-items: center;
  color: #F2994A;
  font-size: 12px;
  border-radius: 2px;
  background: rgba(242, 153, 74, 0.1);
  margin-left: 4px;
}
.sp_content td.change24 {
  text-align: left;
  left: 0;
  padding-right: 40px;
}
.sp_content td.change24 &gt; div {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: #6B6F78;
  border-radius: 6px;
  padding: 4px 15px;
  margin: 0 0 0 auto;
}
.sp_content td.change24 &gt; div &gt; span:first-child {
  font-size: 14px;
}
.sp_content td.change24 &gt; div &gt; span:last-child {
  font-size: 12px;
  padding-top: 6px;
}
.sp_content td.change24 img {
  margin-right: 3px;
}
.sp_content td.change24 &gt; div.up img {
  fill: #33B065;
}
.sp_content td.change24 &gt; div.up svg {
  fill: #33B065;
}
.sp_content td.change24 &gt; div.down svg {
  fill: #E30000;
}
.sp_content td.change24 &gt; div.up {
  color: #33B065;
  background-color: rgba(51, 176, 101, 0.1);
}
.sp_content td.change24 &gt; div.down {
  color: #E30000;
  background-color: rgba(227, 0, 0, 0.1);
}
.sp_content td.bid-ask &gt; div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #6B6F78;
  font-size: 14px;
}
.sp_content td.bid-ask &gt; div &gt; span:last-child {
  padding-top: 4px;
}
.sp_content td.bid-ask &gt; div.up {
  color: #33B065;
}
.sp_content td.bid-ask &gt; div.down {
  color: #E30000;
}
.sp_content td.buy-swap, .sp_content td.sell-swap, .sp_content td.spread, .sp_content td.fee {
  padding-left: 12px;
}
.sp_content .multi_rows {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.sp_content .multi_rows &gt; span:not(:first-child) {
  color: #A9AEB9;
  font-size: 12px;
  padding-top: 6px;
}
.sp_content .session .multi_rows &gt; span:not(:first-child) {
  color: #2D2D34;
  font-size: 14px;
}
.sp_content .popper-light img {
  margin-left: 3px;
  cursor: pointer;
}
.sp_content .mt1 {
  margin-top: 29px !important;
}
.sp_content td.action {
  text-align: right;
}
@media (max-width: 1024px) {
  .sp_content .sp-table-wrapper {
    overflow-x: auto;
    min-height: 500px;
    overflow: auto;
  }
  .sp_content .search {
    width: 100%;
  }
  .sp_content table {
    border-spacing: 0;
    width: 1200px;
    position: relative;
    table-layout: fixed;
  }
  .sp_content table td, .sp_content table.th {
    border: none;
    box-sizing: border-box;
  }
  .sp_content .instruments {
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-start;
  }
  .sp_content .search {
    display: flex;
    flex: 0 0 100%;
  }
  .sp_content .desktop-trading-symbols th.name, .sp_content .desktop-futures-symbols th.name {
    position: sticky;
    width: 293px;
  }
  .sp_content .desktop-trading-symbols th.change24, .sp_content .desktop-futures-symbols th.change24 {
    position: sticky;
    left: 293px;
  }
  .sp_content .desktop-trading-symbols td.name, .sp_content .desktop-futures-symbols td.name {
    position: sticky;
    width: 293px;
  }
  .sp_content .desktop-trading-symbols td.change24, .sp_content .desktop-futures-symbols td.change24 {
    position: sticky;
    left: 293px;
  }
  .sp_content td.change24 &gt; div {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .sp_content .search {
    justify-content: flex-start;
  }
}.instruments-wrapper[data-v-973af1c6] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.instruments-wrapper[data-v-973af1c6]::-webkit-scrollbar {
  display: none;
}
.instruments-item[data-v-973af1c6] {
  font-size: 16px;
  font-weight: 400;
  color: rgb(107, 111, 120);
  padding: 14px 10px;
  white-space: nowrap;
  border-bottom: 2px solid white;
}
.instruments-item[data-v-973af1c6] a {
  text-decoration: none;
  color: rgb(107, 111, 120);
}
.instruments-item.active[data-v-973af1c6] {
  border-bottom: 2px solid #E30000;
  font-weight: 550;
  color: #E30000;
}
.instruments-item.active[data-v-973af1c6] a {
  color: #E30000;
}
.disabled-link[data-v-973af1c6] {
  color: rgba(122, 122, 122, 0.47);
}
@media (max-width: 1280px) {
.instruments-item[data-v-973af1c6] {
    font-size: 14px;
}
}
@media (max-width: 1024px) {
.instruments-item[data-v-973af1c6] {
    margin-right: 15px;
}
}
@media (max-width: 768px) {
.instruments-wrapper[data-v-973af1c6] {
    margin-top: 10px;
}
.instruments-item[data-v-973af1c6] {
    font-size: 16px;
    font-weight: 550;
}
}.accounts-wrapper[data-v-1368a5c4] {
  width: 100%;
  padding: 20px 0;
}
.accounts-wrapper &gt; div[data-v-1368a5c4] {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
.accounts-item[data-v-1368a5c4] {
  margin-right: 40px;
  color: #6B6F78;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 0;
}
.accounts-item .marker[data-v-1368a5c4] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #E30000;
  margin-right: 5px;
  visibility: hidden;
}
.accounts-item.active .marker[data-v-1368a5c4] {
  visibility: visible;
}
.accounts-item[data-v-1368a5c4] a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 550;
  text-transform: uppercase;
  color: #6B6F78;
}
.accounts-item.active[data-v-1368a5c4] {
  color: #E30000;
}
.accounts-item.active[data-v-1368a5c4] a {
  color: #E30000;
}
@media (max-width: 768px) {
.accounts-item[data-v-1368a5c4] {
    margin-right: 8px;
    line-height: 1;
}
}
@media (max-width: 680px) {
.accounts-wrapper[data-v-1368a5c4] {
    overflow-x: auto;
}
.accounts-wrapper &gt; div[data-v-1368a5c4] {
    min-width: 680px;
}
}.hints[data-v-a78fa25b] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}
.hints[data-v-a78fa25b] svg {
  width: 10px;
  height: 10px;
}
.hints &gt; div[data-v-a78fa25b] {
  color: #6B6F78;
  font-family: HelveticaNeueCyr;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-left: 5px;
  border-bottom: dotted 1px #6B6F78;
}
@media (max-width: 768px) {
.hints &gt; div[data-v-a78fa25b] {
    display: none;
}
.hints[data-v-a78fa25b] svg {
    width: 32px;
    height: 32px;
    stroke: #E30000;
}
}.filter-group[data-v-8b8e5fef] {
  width: 100%;
  border-bottom: solid 1px #E9EAEE;
  padding-bottom: 20px;
}
.filter-group[data-v-8b8e5fef]:not(:first-of-type) {
  padding-top: 20px;
}
.filter-title[data-v-8b8e5fef] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-name[data-v-8b8e5fef] {
  font-weight: 550;
  font-size: 20px;
}
.filter-body[data-v-8b8e5fef] {
  width: 100%;
  overflow-y: hidden;
  margin-top: 4px;
  max-height: 0;
}
.filter-body.active[data-v-8b8e5fef] {
  max-height: 620px;
}
.input-wrapper[data-v-8b8e5fef] {
  width: 100%;
  position: relative;
  padding: 16px 0;
}
.input-wrapper[data-v-8b8e5fef] svg {
  position: absolute;
  top: 23px;
  left: 10px;
}
input[data-v-8b8e5fef] {
  box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
  font-size: 12px;
  display: flex;
  padding: 8px 32px;
  border-radius: 2px;
  border: 1px solid #E9EAEE;
}
.items[data-v-8b8e5fef] {
  display: flex;
  width: 100%;
  max-height: 160px;
  overflow-y: auto;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
}
.item[data-v-8b8e5fef] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 0 0 0;
}
.item span[data-v-8b8e5fef] {
  margin-left: 10px;
}.filters[data-v-602c5136] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  margin-left: 6px;
}
.filters[data-v-602c5136] svg {
  width: 32px;
  height: 32px;
  stroke: #E30000;
}
.filters-panel[data-v-602c5136] {
  position: absolute;
  width: 100%;
  max-width: 360px;
  max-height: 620px;
  background-color: white;
  left: 0;
  right: 0;
  top: 50px;
  margin: 0 auto;
  border: 1px solid #E9EAEE;
  padding: 20px;
  z-index: 5;
}
.control[data-v-602c5136] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  font-weight: 400;
  font-size: 14px;
}
.control span[data-v-602c5136] {
  margin: 0 5px;
  cursor: pointer;
  color: white;
  line-height: 20px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #2D2D34;
  background: #2D2D34;
  max-width: 155px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  text-align: center;
}
.control span[data-v-602c5136]:last-child {
  border: 1px solid #33B065;
  background: #33B065;
}.filters[data-v-5ffc89a4] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  margin-left: 6px;
}
.filters[data-v-5ffc89a4] svg {
  width: 32px;
  height: 32px;
  stroke: #E30000;
}
.filters-panel[data-v-5ffc89a4] {
  position: absolute;
  width: 100%;
  max-width: 360px;
  max-height: 620px;
  background-color: white;
  left: 0;
  right: 0;
  top: 50px;
  margin: 0 auto;
  border: 1px solid #E9EAEE;
  padding: 20px;
  z-index: 5;
}
.control[data-v-5ffc89a4] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  font-weight: 400;
  font-size: 14px;
}
.control span[data-v-5ffc89a4] {
  margin: 0 5px;
  cursor: pointer;
  color: white;
  line-height: 20px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #2D2D34;
  background: #2D2D34;
  max-width: 155px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  text-align: center;
}
.control span[data-v-5ffc89a4]:last-child {
  border: 1px solid #33B065;
  background: #33B065;
}
.is-ipo[data-v-5ffc89a4] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}
.is-ipo span[data-v-5ffc89a4] {
  margin-left: 5px;
}.filters[data-v-1b39360b] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  margin-left: 6px;
}
.filters[data-v-1b39360b] svg {
  width: 32px;
  height: 32px;
  stroke: #E30000;
}
.filters-panel[data-v-1b39360b] {
  position: absolute;
  width: 100%;
  max-width: 360px;
  max-height: 620px;
  background-color: white;
  left: 0;
  right: 0;
  top: 50px;
  margin: 0 auto;
  border: 1px solid #E9EAEE;
  padding: 20px;
  z-index: 5;
}
.control[data-v-1b39360b] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  font-weight: 400;
  font-size: 14px;
}
.control span[data-v-1b39360b] {
  margin: 0 5px;
  cursor: pointer;
  color: white;
  line-height: 20px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #2D2D34;
  background: #2D2D34;
  max-width: 155px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  text-align: center;
}
.control span[data-v-1b39360b]:last-child {
  border: 1px solid #33B065;
  background: #33B065;
}.wrapper[data-v-2819b65d] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow-x: hidden;
  height: 28px;
  width: 28px;
  border-radius: 80px;
  border: 1px solid #E30000;
  padding-left: 7px;
  animation: wrapper-180-0-2819b65d backwards ease-in-out;
  animation-duration: 0.3s;
  cursor: pointer;
}
.wrapper.active[data-v-2819b65d] {
  animation: wrapper-0-180-2819b65d;
  animation-duration: 0.3s;
  width: 180px;
  overflow-x: unset;
}
.search-container[data-v-2819b65d] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
input[data-v-2819b65d] {
  margin-left: 4px;
  color: #2D2D34;
  font-size: 12px;
  font-weight: 400;
  border: none;
  width: 0;
}
input.active[data-v-2819b65d] {
  animation: input-0-90-2819b65d;
  animation-duration: 0.3s;
  width: 90px;
}
@keyframes input-0-90-2819b65d {
from {
    width: 0;
    overflow-x: hidden;
}
to {
    width: 90px;
    overflow-x: hidden;
}
}
@keyframes wrapper-0-180-2819b65d {
from {
    width: 28px;
    overflow-x: hidden;
}
to {
    width: 180px;
    overflow-x: hidden;
}
}
@keyframes wrapper-180-0-2819b65d {
from {
    width: 180px;
    overflow-x: hidden;
}
to {
    width: 28px;
    overflow-x: hidden;
}
}
.results[data-v-2819b65d] {
  position: absolute;
  right: 0;
  top: 45px;
  min-width: 250px;
  padding: 0 8px 16px 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 7px;
  border: 1px solid #E9EAEE;
  background-color: white;
  box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.08);
  color: #2D2D34;
  font-size: 14px;
  font-weight: 400;
  z-index: 2;
}
.results[data-v-2819b65d] a {
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
.results[data-v-2819b65d] a &gt; div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}
.count[data-v-2819b65d] {
  color: #A9AEB9;
}
.hints-filters[data-v-2819b65d] {
  display: none;
}
@media (max-width: 1024px) {
.wrapper[data-v-2819b65d] {
    width: 100%;
    border-radius: 80px;
    border: 1px solid #E30000;
    padding: 10px 8px;
    overflow-x: unset;
    animation: none;
}
.wrapper.active[data-v-2819b65d] {
    animation: none;
    width: 100%;
}
input[data-v-2819b65d] {
    animation: none;
    width: 100%;
}
input.active[data-v-2819b65d] {
    animation: none;
    width: 100%;
}
.wrapper &gt; img[data-v-2819b65d] {
    display: none;
}
.search-container[data-v-2819b65d] {
    width: 100%;
}
.results[data-v-2819b65d] {
    left: 0;
    right: unset;
}
}
@media (max-width: 820px) {
.wrapper[data-v-2819b65d] {
    width: 100%;
}
.wrapper.active[data-v-2819b65d] {
    animation: none;
    width: 100%;
}
.hints-filters[data-v-2819b65d] {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hints-filters &gt; *[data-v-2819b65d] {
    margin-left: 6px;
}
.search-container[data-v-2819b65d] {
    font-size: 12px;
} /*placeholder*/
.search-container img[data-v-2819b65d] {
    margin-left: 0;
}
}.hints-panel[data-v-a48cb0cb] {
  padding: 10px 10px 10px 20px;
  border-radius: 4px;
  border: 1px solid rgba(242, 201, 76, 0.6);
  background: rgba(242, 201, 76, 0.1);
  color: #f2994a;
  font-family: HelveticaNeueCyr;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.wrapper[data-v-a48cb0cb] {
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.5s;
}
.wrapper.show[data-v-a48cb0cb] {
  max-height: 400px;
  transition: max-height 0.5s;
}
.hints-panel[data-v-a48cb0cb] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.text[data-v-a48cb0cb] {
  width: 96%;
}
.hints-panel ul[data-v-a48cb0cb] {
  list-style: disc;
  padding-left: 15px;
}
@media (max-width: 1024px) {
.wrapper.show[data-v-a48cb0cb] {
    max-height: 500px;
    transition: max-height 0.5s;
}
}
@media (max-width: 768px) {
.wrapper.show[data-v-a48cb0cb] {
    max-height: 800px;
    transition: max-height 0.5s;
}
}.popper-light {
    --popper-theme-background-color: #ffffff;
    --popper-theme-background-color-hover: #ffffff;
    --popper-theme-text-color: #6B6F78;
    --popper-theme-border-width: 1px;
    --popper-theme-border-style: solid;
    --popper-theme-border-color: #eeeeee;
    --popper-theme-border-radius: 2px;
    --popper-theme-padding: 9px 12px;
    --popper-theme-box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.08)

}
.popper-light .popper{max-width: 303px; font-size: 14px; font-weight: 400; line-height: 130%;}.sp-row.instruments-search[data-v-448bbcda] {
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.section[data-v-448bbcda] {
  display: flex;
  justify-content: center;
}
.sp_content[data-v-448bbcda] {
  max-width: 1200px;
  width: 100%;
}
._row[data-v-448bbcda] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
}
.accounts[data-v-448bbcda] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.instruments-container[data-v-448bbcda] {
  border-bottom: solid 1px #E9EAEE;
}
.instruments[data-v-448bbcda] {
  width: 100%;
  display: flex;
  flex: 0 0 80%;
}
.search[data-v-448bbcda] {
  display: flex;
  flex: 0 0 15%;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.footnotes[data-v-448bbcda] {
  border-radius: 4px;
  border: 1px solid rgba(242, 201, 76, 0.6);
  background: rgba(242, 201, 76, 0.1);
  padding: 10px 10px 10px 20px;
  margin-top: 29px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.footnotes-wrapper[data-v-448bbcda] {
  width: 96%;
}
.footnote[data-v-448bbcda] {
  color: #F2994A;
  font-family: HelveticaNeueCyr;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.footnotes[data-v-448bbcda] svg {
  width: 20px;
  height: 20px;
  margin: 0 0 0 auto;
  cursor: pointer;
}
@media (max-width: 820px) {
.accounts .hints-switcher[data-v-448bbcda] {
    display: none;
}
}
@media (max-width: 1024px) {
.sp-row.instruments-search[data-v-448bbcda] {
    flex-direction: column-reverse;
    align-items: flex-start;
}
.instruments[data-v-448bbcda] {
    overflow-x: auto;
}
}div[data-v-9ab099a0] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 2px;
  height: 12px;
}
svg[data-v-9ab099a0] {
  display: block;
  height: auto;
  fill: #A9AEB9;
  cursor: pointer;
}
svg.active[data-v-9ab099a0] {
  fill: #E30000;
}.sp-container[data-v-a0a254f8] {
  display: block;
}
th.name[data-v-a0a254f8] {
  z-index: 1;
}
th[data-v-a0a254f8] {
  border-bottom: solid 1px #E9EAEE;
  padding: 10px 0;
}
.th-text[data-v-a0a254f8] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.min-delay[data-v-a0a254f8] {
  color: #E30000;
  text-align: center;
  font-family: HelveticaNeueCyr;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  border-radius: 0px 0px 6px 6px;
  background: rgba(227, 0, 0, 0.1);
  padding: 4px 10px;
  margin-top: 16px;
}
@media (max-width: 768px) {
.sp-container[data-v-a0a254f8] {
    display: none;
}
}.pagination[data-v-712095a5] {
  color: #6B6F78;
  font-size: 16px;
}
.pages[data-v-712095a5] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pages &gt; div[data-v-712095a5] {
  width: 25px;
  height: 25px;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pages &gt; div.active[data-v-712095a5] {
  background-color: #E30000;
  color: white;
  border-radius: 50%;
  cursor: default;
}
.arrow:last-of-type img[data-v-712095a5] {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
.pages[data-v-712095a5] {
    justify-content: center;
}
}
div[data-v-1f072dc7]{width:100%; display: flex; justify-content: center; align-items: center;}
svg[data-v-1f072dc7]{width:100px; height: 100px;}
.wrapper[data-v-f61d413c] {
  position: relative;
}
.title[data-v-f61d413c] {
  display: flex;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
}
.title &gt; div[data-v-f61d413c]:last-of-type {
  margin-left: 5px;
}
.input-wrapper[data-v-f61d413c] {
  width: 100%;
  position: relative;
}
.input-wrapper[data-v-f61d413c] svg {
  position: absolute;
  top: 5px;
  left: 10px;
}
input[data-v-f61d413c] {
  font-size: 12px;
  display: flex;
  padding: 8px 19px 8px 40px;
  border-radius: 2px;
  border: 1px solid #E9EAEE;
}
.quantity[data-v-f61d413c] {
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e30000;
  color: white;
  font-size: 10px;
  margin-left: 5px;
}
.results[data-v-f61d413c] {
  position: absolute;
  left: 20px;
  top: 25px;
  display: flex;
  min-width: 190px;
  padding: 16px 8px;
  flex-direction: column;
  border-radius: 7px;
  border: 1px solid #E9EAEE;
  background: #ffffff;
  box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.08);
  z-index: 5;
}
.items[data-v-f61d413c] {
  display: flex;
  width: 100%;
  max-height: 340px;
  overflow-y: auto;
  flex-direction: column;
  align-items: flex-start;
  scrollbar-width: thin;
}
.items[data-v-f61d413c]::-webkit-scrollbar {
  width: 4px;
}
.items[data-v-f61d413c]::-webkit-scrollbar-track {
  background: transparent;
}
.items[data-v-f61d413c]::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}
.item[data-v-f61d413c] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 0 0 0;
}
.item span[data-v-f61d413c] {
  margin-left: 10px;
  color: #16151A;
}
.control[data-v-f61d413c] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
.control span[data-v-f61d413c] {
  margin: 0 5px;
  cursor: pointer;
  color: #6B6F78;
}
.control span[data-v-f61d413c]:last-child {
  color: #33B065;
}
.selected[data-v-f61d413c] {
  color: #E30000;
}.sp-container[data-v-828874b6] {
  display: none;
}
@media (max-width: 768px) {
.sp-container[data-v-828874b6] {
    display: block;
}
.item-container[data-v-828874b6] {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #E9EAEE;
    padding: 16px 0;
}
.item-container[data-v-828874b6]:first-of-type {
    border-top: none;
}
.item[data-v-828874b6] {
    flex: 0 0 80%;
}
.arrow[data-v-828874b6] {
    flex: 0 0 20%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 15px;
    padding-top: 16px;
}
.details[data-v-828874b6] {
    flex: 0 0 100%;
    padding: 4px 10px 0;
}
.detail-item[data-v-828874b6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
}
.detail-item &gt; span[data-v-828874b6]:first-of-type {
    color: #A9AEB9;
}
.detail-item &gt; span[data-v-828874b6]:last-of-type {
    color: #6B6F78;
}
.action[data-v-828874b6] {
    width: 100%;
    max-width: 320px;
    padding: 10px;
    margin: 20px auto;
    color: #33B065;
    border-radius: 5px;
    border: 1px solid #33B065;
    text-align: center;
    line-height: 20px;
}
.svg-container img[data-v-828874b6] {
    width: 40px;
    height: 40px;
}
.name-wrapper[data-v-828874b6] {
    align-items: flex-start;
}
.name-wrapper .first-line-name[data-v-828874b6] {
    font-size: 16px !important;
    color: #6B6F78;
    width: 100%;
    padding-top: 14px;
}
.name-wrapper .second-line-name[data-v-828874b6] {
    width: 100%;
    font-size: 14px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
}
.change-24[data-v-828874b6] {
    min-width: 130px;
    text-align: right;
    padding: 4px 15px;
    border-radius: 6px;
}
.change-24 span[data-v-828874b6]:last-of-type {
    margin-left: 10px;
}
.up[data-v-828874b6] {
    color: #33B065 !important;
}
.down[data-v-828874b6] {
    color: #E30000 !important;
}
}[data-v-499b0711] .filters {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.is-ipo[data-v-499b0711] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
}
.is-ipo span[data-v-499b0711] {
  margin-left: 5px;
}</pre></body></html>